@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Upright:wght@300;400;500;600;700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Sora:wght@100..800&display=swap");
:root {
  scroll-behavior: smooth;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #fcd7b8;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #fcd7b8;
}

.list-design > li {
  border-radius: 5% 95% 5% 95%/94% 5% 95% 6%;
  overflow: hidden;
  background: #fcd7b8;
  box-shadow: rgba(226, 142, 57, 0.16) 5px 5px, rgba(231, 162, 92, 0.28) 10px 10px, rgba(231, 162, 92, 0.21) 15px 15px;
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  display: flex;
  flex-flow: column;
  gap: 8px;
}
.list-design > li::after {
  content: "";
  position: absolute;
  height: 200px;
  width: 200px;
  z-index: -1;
  top: 0;
  right: -100px;
  bottom: 0;
  margin: auto;
  background: url(../images/circle-dots.png);
  background-size: contain;
  animation: spin 30s linear infinite;
}
.list-design > li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff, #fff);
}
.list-design > li strong {
  font-size: clamp(16px, 1.7vw, 18px);
}

body {
  overflow-x: hidden;
  font-family: "DM Sans", sans-serif;
}

@media (width < 992px) {
  html {
    overflow-x: hidden;
  }
}

.filter-img {
  position: relative;
  z-index: 1;
}
.filter-img::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: #26292d;
  opacity: 0.3;
}

.bg {
  background: linear-gradient(to right, #fcd7b8, #f3f3f3, #ffffff);
}

.list.alt li::before {
  filter: invert(1) brightness(100);
}
.list.alt li span,
.list.alt li strong {
  color: #ffffff;
}
.list.alt-flex li {
  display: flex;
}
.list li {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  display: flex;
}
.list li a {
  color: #26292d;
  font-weight: 500;
}
.list li a:hover {
  color: #fcd7b8;
}
.list li i, .list li:before {
  flex-shrink: 0;
  content: "";
  position: relative;
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-right: 9px;
  background: url(../images/logo-deco.png) no-repeat;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  top: 2px;
}
.list .inner-list {
  margin-top: 10px;
}
.list .inner-list li::before {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #c96606;
  opacity: 0.4;
  top: 5px;
}
.list .inner-list li:last-child {
  margin: 0;
}

.divider {
  background: #000;
  height: 1px;
  opacity: 0.1;
  margin: 0 auto;
}
@media (width < 992px) {
  .divider.my-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
}

p,
li,
span,
ul,
ol,
a {
  text-decoration: none;
  font-size: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #26292d;
  overflow-wrap: anywhere;
}
@media (width < 992px) {
  p,
  li,
  span,
  ul,
  ol,
  a {
    font-size: 14px;
  }
}
@media (width < 576px) {
  p,
  li,
  span,
  ul,
  ol,
  a {
    font-size: 13px;
  }
}

.para {
  line-height: 1.8;
  margin-top: 10px;
}

.img-deco {
  position: relative;
  z-index: 1;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
.img-deco img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-wrap {
  height: 100%;
}
.img-wrap img {
  height: 100%;
  border-radius: 5% 95% 5% 95%/94% 5% 95% 6%;
  box-shadow: rgba(226, 142, 57, 0.16) 5px 5px, rgba(231, 162, 92, 0.28) 10px 10px, rgba(231, 162, 92, 0.21) 15px 15px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.img-wrap.extra-radius {
  border-radius: 50% 50% 0px 0px;
}
.img-wrap.extra-radius img {
  border-radius: 50% 50% 0px 0px;
}
@media (max-width: 767px) {
  .img-wrap {
    max-height: 300px;
  }
}

.common-content-wrap {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.common-content-wrap .theme-btn {
  width: -moz-fit-content;
  width: fit-content;
}

.heading-wrap {
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: column;
  gap: 8px;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}
.heading-wrap::before {
  content: "";
  position: relative;
  margin: auto;
  width: 40px;
  height: 40px;
  background: url(../images/logo-deco.png) no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
.heading-wrap.alt::after {
  filter: brightness(10);
}
.heading-wrap.alt::before {
  background: #fff;
}
@media (width < 992px) {
  .heading-wrap {
    margin-bottom: 30px;
  }
}

.main-heading {
  text-align: center;
  font-size: 40px;
  font-weight: 800;
  text-transform: capitalize;
  display: block;
  margin-bottom: 8px;
  color: #26292d;
  font-family: "Cormorant Upright", serif;
}
.main-heading.alt {
  color: #ffffff;
}
@media (width < 992px) {
  .main-heading {
    font-size: 35px;
  }
}
@media (width < 767px) {
  .main-heading {
    font-size: 28px;
  }
}
@media (width < 576px) {
  .main-heading {
    font-size: 24px;
  }
}

.sub-heading {
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
  display: block;
  font-family: "DM Sans", sans-serif;
  color: #26292d;
}
.sub-heading small {
  font-size: clamp(15px, 1.6vw, 18px);
}
.sub-heading.alt {
  color: #ffffff;
}
@media (width < 992px) {
  .sub-heading {
    font-size: 24px;
  }
}
@media (width < 768px) {
  .sub-heading {
    font-size: 22px;
  }
}
@media (width < 576px) {
  .sub-heading {
    font-size: 18px;
  }
}

.small-heading {
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  display: block;
  color: #26292d;
}
.small-heading.alt {
  color: #ffffff;
}
@media (width < 992px) {
  .small-heading {
    font-size: 18px;
  }
}
@media (width < 576px) {
  .small-heading {
    font-size: 15px;
  }
}

.mini-heading {
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  display: block;
  color: #26292d;
}
.mini-heading.alt {
  color: #ffffff;
}
@media (width < 992px) {
  .mini-heading {
    font-size: 16px;
  }
}
@media (width < 576px) {
  .mini-heading {
    font-size: 14px;
  }
}

.theme-btn {
  position: relative;
  background: #ffffff;
  color: #26292d;
  font-weight: 700;
  text-transform: capitalize;
  border: none;
  padding: 12px 28px;
  border-radius: 5% 95% 5% 95%/94% 5% 95% 6%;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-bottom: 3px solid #fcd7b8;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
}
.theme-btn:hover, .theme-btn:focus {
  background: #fcd7b8;
  color: #26292d;
  border-bottom-color: rgb(249.9324324324, 187.4324324324, 135.0675675676);
  box-shadow: 0 6px 12px rgba(38, 41, 45, 0.15);
  transform: translateY(-2px);
}
.theme-btn:hover::after, .theme-btn:focus::after {
  transform: translateY(0);
}
.theme-btn:active {
  transform: translateY(1px);
  box-shadow: 0 2px 4px rgba(38, 41, 45, 0.1);
}
.theme-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(100%);
  transition: transform 0.3s ease;
  z-index: -1;
}
.theme-btn svg,
.theme-btn i {
  transition: transform 0.3s ease;
}
.theme-btn:hover svg, .theme-btn:hover i {
  transform: translateX(3px);
}
@media (width < 992px) {
  .theme-btn {
    padding: 10px 20px;
    font-size: 15px;
  }
}
@media (width < 768px) {
  .theme-btn {
    padding: 8px 16px;
    font-size: 14px;
  }
}
.theme-btn.accor-btn {
  margin: 20px auto;
  font-size: 18px;
  border-radius: 0;
  border: 1px solid #fcd7b8;
  display: flex;
  justify-content: center;
  box-shadow: none;
  background: transparent;
  color: #26292d;
  padding: 12px 32px;
}
.theme-btn.accor-btn:hover {
  background: rgba(252, 215, 184, 0.431372549);
  color: #26292d;
  border-color: #fcd7b8;
}
@media (width < 768px) {
  .theme-btn.accor-btn {
    padding: 10px 24px;
    font-size: 16px;
  }
}
.theme-btn--secondary {
  background: #586e5c;
  color: #ffffff;
  border-bottom-color: rgb(65.3333333333, 81.6666666667, 68.303030303);
}
.theme-btn--secondary:hover {
  background: rgb(76.6666666667, 95.8333333333, 80.1515151515);
  color: #ffffff;
}

@keyframes scroll {
  0% {
    transform: translateY(-40px) scale(0.9);
    box-shadow: none;
    border-radius: 50px;
  }
  100% {
    transform: translateY(0px) scale(1);
    border-radius: 0;
  }
}
header {
  width: 100%;
  background: #fcd7b8;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  z-index: 999;
  transition: 0.4 ease;
}
header a {
  text-transform: capitalize;
}
header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  background: #fff;
  transition: 0.4 ease;
  top: 0;
  animation: scroll 0.5s linear;
}
header.sticky .link-list li a {
  font-size: 15px;
  color: #26292d;
}
@media (max-width: 1300px) {
  header.sticky .link-list li a {
    font-size: 14px;
  }
}
header.sticky .head-logo {
  height: 70px;
  width: 70px;
  top: 0;
  height: 100%;
  background: none;
}
header .head-logo {
  height: 80px;
  width: 80px;
  display: flex;
  justify-content: center;
  position: relative;
  top: 20px;
  background: #fcd7b8;
  padding: 10px;
  transition: 0.4s;
  z-index: 99;
  border-radius: 50%;
  animation: spin 10s linear infinite;
  margin: auto;
}
header .head-logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
header .link-list {
  display: flex;
  height: 100%;
  flex-grow: 1;
  gap: 70px;
}
header .link-list.left {
  justify-content: end;
}
header .link-list li {
  position: relative;
  z-index: 99;
}
header .link-list li a {
  color: #26292d;
  display: flex;
  height: 100%;
  align-items: center;
  gap: 4px;
  font-weight: 600;
  text-transform: capitalize;
}
@media (width < 1500px) {
  header .link-list li a {
    font-size: 14px;
  }
}
header .link-list li a i {
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 6px;
  transition: 0.4s;
}
header .link-list li:hover a i {
  transform: rotate(180deg);
}
header .link-list li:hover .sub-menu {
  height: -moz-max-content;
  height: max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 1;
  overflow: visible;
  transform: translateY(0px);
}
header .link-list li ul {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
header .sub-menu {
  overflow: hidden;
  position: absolute;
  top: 100%;
  height: 0;
  width: 0;
  opacity: 0;
  transform: translateY(-20px);
  transition: 0.4s ease-in-out;
}
header .sub-menu li {
  position: relative;
  border-bottom: 1px solid #b1a8a8;
}
header .sub-menu li:last-child {
  border: none;
}
header .sub-menu li:hover .service-menu {
  height: -moz-max-content;
  height: max-content;
  width: -moz-max-content;
  width: max-content;
  opacity: 1;
  overflow: visible;
  transform: translateX(0px);
}
header .sub-menu li a {
  color: #26292d;
  background: #ffffff;
  transition: 0.4s ease;
  padding: 10px;
}
header .sub-menu li a:hover {
  background: #fcd7b8;
}
header .service-menu {
  overflow: hidden;
  position: absolute;
  left: 100%;
  transform: translateX(-20px);
  top: 0;
  height: 0;
  width: 0;
  opacity: 0;
  transition: 0.4s ease-in-out;
}
header .mobile-nav {
  display: none;
}
@media (width < 1250px) {
  header {
    padding: 0;
    position: relative;
    background: #fcd7b8;
  }
  header #desktop-nav {
    display: none;
  }
  header .head-phone {
    color: #fff;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.3607843137);
    padding: 8px 10px;
    display: flex;
    gap: 5px;
    align-items: center;
  }
  header .head-phone span {
    color: #fff;
  }
}
@media (width < 1250px) and (width < 575px) {
  header .head-phone {
    height: 40px;
    width: 40px;
    justify-content: center;
    font-size: 16px;
    border-radius: 50%;
    background: #fff;
  }
  header .head-phone i {
    color: #c96606;
  }
  header .head-phone span {
    display: none;
  }
}
@media (width < 1250px) {
  header .head-logo {
    top: 8px;
    background: transparent;
    position: relative;
    z-index: 99;
    width: 90px;
    height: 90px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: #fcd7b8;
  }
}
@media (width < 1250px) and (width < 768px) {
  header .head-logo {
    width: 80px;
    height: 80px;
  }
}
@media (width < 1250px) {
  header .mobile-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 18px 60px;
  }
}
@media (width < 1250px) and (width < 768px) {
  header .mobile-nav {
    padding: 10px 20px;
  }
}
@media (width < 1250px) {
  header .mobile-nav nav {
    justify-content: start;
  }
  header .mobile-nav #menu {
    padding-top: 90px;
    display: flex;
    flex-flow: column;
    height: 100vh;
    overflow: hidden;
    position: absolute;
    opacity: 0;
    left: 0;
    transform: translateX(-100%);
    width: 100%;
    transition: 0.4s ease-in-out;
    z-index: 999;
    top: 0;
    background: url(../images/menu.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  header .mobile-nav #menu ::-webkit-scrollbar {
    width: 5px;
  }
  header .mobile-nav #menu ::-webkit-scrollbar-track {
    background: transparent;
  }
  header .mobile-nav #menu ::-webkit-scrollbar-thumb {
    background: transparent;
  }
  header .mobile-nav #menu ::-webkit-scrollbar-thumb:hover {
    background: transparent;
  }
  header .mobile-nav #menu:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: linear-gradient(to bottom right, rgba(8, 4, 0, 0.8705882353), rgba(0, 0, 0, 0.4901960784), rgba(0, 0, 0, 0.7411764706), #000000);
  }
  header .mobile-nav #menu .level-1 {
    width: 60%;
    margin-left: auto;
    height: -moz-fit-content;
    height: fit-content;
    overflow-y: scroll;
    background: #26292d;
  }
}
@media (width < 1250px) and (width < 768px) {
  header .mobile-nav #menu .level-1 {
    width: 90%;
  }
}
@media (width < 1250px) and (width < 576px) {
  header .mobile-nav #menu .level-1 {
    width: 100%;
  }
}
@media (width < 1250px) {
  header .mobile-nav #menu .has-subnav {
    transition: 0.4s ease-in-out;
    height: -moz-max-content;
    height: max-content;
  }
  header .mobile-nav #menu .has-subnav .drop-link {
    position: relative;
    z-index: 1;
  }
  header .mobile-nav #menu .has-subnav .drop-link:after {
    content: "\f107";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: relative;
    transition: 0.4s ease;
  }
  header .mobile-nav #menu .has-subnav .drop-link.active {
    color: #fcd7b8;
    transition: 0.4s ease-in-out;
  }
  header .mobile-nav #menu .has-subnav .drop-link.active::after {
    transform: rotate(180deg);
  }
  header .mobile-nav #menu ul {
    margin-left: 30px;
    border-radius: 10px 0 0 10px;
    border-right: none;
    overflow: hidden;
    padding: 10px 0;
  }
  header .mobile-nav #menu ul li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4784313725);
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    color: #fff;
  }
  header .mobile-nav #menu ul li a.active {
    border: none;
  }
}
@media (width < 1250px) and (width < 576px) {
  header .mobile-nav #menu ul li a {
    padding: 10px 18px;
  }
}
@media (width < 1250px) {
  header .mobile-nav #menu ul li:last-child a {
    border: none;
  }
}
@media (width < 1250px) and (width < 576px) {
  header .mobile-nav #menu ul {
    border-radius: 0;
    margin: 0;
  }
}
@media (width < 1250px) {
  header .mobile-nav #menu.active {
    opacity: 1;
    transform: none;
  }
  header .mobile-nav #menu .level-2,
  header .mobile-nav #menu .level-3 {
    border-radius: 10px 0 0 10px;
    border-right: 0px !important;
    background: rgba(250, 237, 219, 0.1607843137);
    position: absolute;
    visibility: hidden;
    transform: translateX(-100%);
    z-index: -1;
    opacity: 0;
  }
  header .mobile-nav #menu .level-2.active,
  header .mobile-nav #menu .level-3.active {
    transition: 0.8s ease-in-out;
    opacity: 1;
    width: calc(100% - 30px);
    margin: 0 30px;
    height: auto;
    position: relative;
    visibility: visible;
    transform: translateX(0%);
    z-index: 1;
  }
}
@media (width < 1250px) and (max-width: 767px) {
  header .mobile-nav #menu .level-2.active,
  header .mobile-nav #menu .level-3.active {
    border-radius: 0;
    width: 100%;
    margin: 0;
  }
}
@media (width < 1250px) {
  header .mobile-nav #menu .level-2 li a,
  header .mobile-nav #menu .level-3 li a {
    color: #fff;
    border-color: #fff;
  }
  header .mobile-nav .menu-link {
    cursor: pointer;
    overflow: hidden;
    width: 60px;
    z-index: 1000;
    padding: 5px;
    position: relative;
    display: flex;
    justify-content: center;
    flex-flow: column;
    gap: 8px;
  }
  header .mobile-nav .menu-link .menu-line {
    display: block;
    width: 40px;
    height: 3px;
    background: #c96606;
    border-radius: 5px;
    transition: all 0.6s;
  }
  header .mobile-nav .menu-link .menu-line:nth-child(1) {
    width: 23px;
    transition-delay: 0s;
  }
  header .mobile-nav .menu-link .menu-line:nth-child(2) {
    transition-delay: 0.12s;
  }
  header .mobile-nav .menu-link .menu-line:last-child {
    width: 17px;
    transition-delay: 0s;
  }
  header .mobile-nav .menu-link.active {
    height: 60px;
    position: relative;
    right: -20px;
  }
  header .mobile-nav .menu-link.active .menu-line {
    position: absolute;
    border-radius: 5% 95% 5% 95%/94% 5% 95% 6%;
  }
  header .mobile-nav .menu-link.active .menu-line:first-child {
    background: #fff;
    transform: translateY(0) translateX(0) rotate(45deg);
    width: 30px;
    height: 4px;
    transition-delay: 0.1s;
  }
  header .mobile-nav .menu-link.active .menu-line:nth-child(2) {
    transform: translateX(110px);
    transition-delay: 0s;
  }
  header .mobile-nav .menu-link.active .menu-line:last-child {
    background: #fff;
    transform: translateY(0) translateX(0) rotate(314deg);
    width: 30px;
    height: 4px;
    transition-delay: 0.1s;
  }
  header.sticky .head-phone {
    background: #c96606;
    color: #fff;
  }
  header.sticky .head-phone i {
    color: #fff;
  }
  header.sticky .head-phone span {
    color: #fff;
  }
  header.sticky .head-logo {
    width: 80px;
    height: 80px;
    top: 10px;
    background: #fff;
  }
  header.sticky .head-logo img {
    filter: none;
  }
  header.sticky .mobile-nav .menu-link .menu-line {
    background: #c96606;
  }
  header.sticky .mobile-nav .menu-link.active .menu-line:last-child, header.sticky .mobile-nav .menu-link.active .menu-line:nth-child(1) {
    background: #fcd7b8;
  }
}

.spacing {
  padding: 80px 0;
}
@media (width < 992px) {
  .spacing {
    padding: 50px 0;
  }
}
@media (width < 575px) {
  .spacing {
    padding: 35px 0;
  }
}

.hero-wrap {
  height: 80vh;
  position: relative;
  z-index: 1;
}
.hero-wrap video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width < 768px) {
  .hero-wrap {
    height: 65vh;
  }
}
.hero-wrap .hero-content {
  z-index: 10;
  padding: 30px;
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}
.hero-wrap .hero-content span {
  font-size: 40px;
  color: #fff;
  text-align: center;
  font-family: "Cormorant Upright", serif;
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.hero-wrap .hero-content span::before {
  content: "";
  position: relative;
  height: 2px;
  width: 50px;
  background: #fff;
  z-index: 1;
}
.hero-wrap .hero-content span::after {
  content: "";
  position: relative;
  height: 2px;
  width: 50px;
  background: #fff;
  z-index: 1;
}
.hero-wrap .hero-content ul {
  margin-top: 20px;
  display: flex;
  gap: 20px;
}
.hero-wrap .hero-content ul li {
  flex-grow: 1;
}
.hero-wrap .hero-content ul li a {
  width: 100%;
  font-family: "Cormorant Upright", serif;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.5098039216);
  color: #fff;
  font-weight: 700;
  text-align: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
.hero-wrap .hero-content ul li a::after {
  content: "";
  position: relative;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
  width: 50px;
  color: #fff;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: transparent;
  transform: none;
  background: url(../images/right-arrow.svg) no-repeat;
  background-size: contain;
  background-position: center;
  filter: invert(1) brightness(100);
}
.hero-wrap .hero-content ul li a:hover {
  background: #fcd7b8;
  color: #26292d;
}
.hero-wrap .hero-content ul li a:hover::after {
  filter: none;
  transform: translateX(10px);
}
@media (width < 1200px) {
  .hero-wrap .hero-content span {
    font-size: 35px;
  }
  .hero-wrap .hero-content ul li a::after {
    width: 20px;
    right: 28px;
  }
  .hero-wrap .hero-content ul li a::before {
    right: 28px;
  }
}
@media (width < 991px) {
  .hero-wrap .hero-content span {
    font-size: 30px;
  }
}
@media (width < 767px) {
  .hero-wrap .hero-content {
    width: 100%;
  }
  .hero-wrap .hero-content span {
    font-size: 22px;
  }
  .hero-wrap .hero-content ul li a {
    font-size: 16px;
  }
}
@media (width < 575px) {
  .hero-wrap .hero-content ul {
    flex-wrap: wrap;
  }
  .hero-wrap .hero-content ul li a::after {
    width: 15px;
    right: 20px;
  }
  .hero-wrap .hero-content ul li a::before {
    right: 20px;
  }
  .hero-wrap .hero-content span {
    font-size: 22px;
  }
  .hero-wrap .hero-content span::after, .hero-wrap .hero-content span::before {
    display: none;
  }
}
@media (width < 480px) {
  .hero-wrap .hero-content ul li {
    width: 100%;
  }
  .hero-wrap .hero-content ul li a {
    justify-content: center;
  }
  .hero-wrap .hero-content ul li a::after {
    width: 30px;
  }
  .hero-wrap .hero-content ul li a::after, .hero-wrap .hero-content ul li a::before {
    right: 70px;
  }
}

.about-wrap .img-wrap {
  height: 400px;
  width: 400px;
  border-radius: 30% 70% 75% 25%/49% 45% 55% 51%;
  margin: 0 0 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 10;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.about-wrap .common-content-wrap {
  position: relative;
  left: -120px;
  z-index: 2;
  padding: 30px 30px 30px 150px;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.about-wrap .common-content-wrap span {
  font-size: 30px;
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  font-family: "Cormorant Upright", serif;
  letter-spacing: 3px;
  color: #26292d;
  text-transform: capitalize;
}
.about-wrap .common-content-wrap p {
  line-height: 1.8;
}
.about-wrap .common-content-wrap .theme-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
}
@media (width < 992px) {
  .about-wrap .img-wrap {
    height: 320px;
    width: 320px;
  }
  .about-wrap .common-content-wrap {
    left: -50px;
    padding: 20px 20px 20px 40px;
  }
}
@media (width < 768px) {
  .about-wrap.spacing {
    padding-bottom: 30px;
  }
  .about-wrap .img-wrap {
    height: 250px;
    width: 250px;
    margin: auto;
    border-radius: 50%;
  }
  .about-wrap .common-content-wrap {
    top: -30px;
    border-radius: 43% 57% 41% 59%/62% 40% 60% 38%;
    left: 0px;
    padding: 60px 50px 30px;
    align-items: center;
  }
  .about-wrap .common-content-wrap span {
    font-size: 20px;
    margin: -10px;
  }
  .about-wrap .common-content-wrap p {
    text-align: center;
  }
  .about-wrap.alt .img-wrap {
    height: 300px;
    width: 100%;
    margin: auto;
    border-radius: 5% 95% 5% 95%/94% 5% 95% 6%;
  }
  .about-wrap.alt .common-content-wrap {
    border-radius: 5% 95% 5% 95%/94% 5% 95% 6%;
    padding: 40px 20px 20px;
    background: #fcd7b8;
  }
  .about-wrap.alt .common-content-wrap p,
  .about-wrap.alt .common-content-wrap span,
  .about-wrap.alt .common-content-wrap a {
    color: #fff;
  }
}
@media (width < 576px) {
  .about-wrap.alt .img-wrap {
    height: 250px;
  }
}

.service-wrap #pills-tabContent {
  margin-top: 70px;
}
.service-wrap .img-deco {
  height: 100%;
}
.service-wrap .img-deco img {
  background: #fcd7b8;
}
.service-wrap .tab-pane {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 30px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #fcd7b8;
}
.service-wrap .tab-pane::after {
  content: "";
  position: absolute;
  height: 200px;
  width: 200px;
  z-index: -1;
  top: 0;
  right: -100px;
  bottom: 0;
  margin: auto;
  background: url(../images/circle-dots.png);
  background-size: contain;
  animation: spin 30s linear infinite;
}
.service-wrap .tab-pane::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff, #fff);
}
.service-wrap #pills-tab {
  justify-content: center;
  position: relative;
  justify-content: space-between;
  z-index: 1;
}
.service-wrap #pills-tab::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  border: 1px dashed;
  opacity: 0.1;
}
.service-wrap #pills-tab .nav-item {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 20px;
  background: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.service-wrap #pills-tab .nav-item span {
  position: absolute;
  bottom: -40px;
  font-family: "Cormorant Upright", serif;
  font-size: 20px;
  font-weight: 600;
  left: 0px;
  right: 0;
  margin: auto;
  text-align: center;
  white-space: nowrap;
  text-transform: capitalize;
}
.service-wrap #pills-tab .nav-item button {
  background: transparent;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  color: #26292d;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: relative;
  z-index: 10;
  background: #ffffff;
}
.service-wrap #pills-tab .nav-item button img {
  height: 60px;
  opacity: 0.5;
  transition: 0.4s;
}
.service-wrap #pills-tab .nav-item button.active {
  box-shadow: inset 3px 3px 3px #cdcdcd, inset -3px -3px 3px #fafafa;
}
.service-wrap #pills-tab .nav-item button.active span {
  font-size: 28px;
  font-weight: 700;
}
.service-wrap #pills-tab .nav-item button.active img {
  opacity: 1;
  animation: flip 5s linear infinite;
}
@media (width < 992px) {
  .service-wrap #pills-tab {
    z-index: 99;
  }
  .service-wrap #pills-tab .nav-item button {
    height: 80px;
    width: 80px;
  }
  .service-wrap #pills-tab .nav-item button img {
    height: 40px;
  }
  .service-wrap #pills-tabContent {
    margin-top: 20px;
  }
}
@media (width < 992px) {
  .service-wrap #pills-tab .nav-item {
    position: static;
  }
  .service-wrap #pills-tab .nav-item span {
    font-size: 18px;
    white-space: wrap;
    bottom: -60px;
    opacity: 0;
    transition: 0.3s;
    width: 200px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 20px 0;
  }
  .service-wrap #pills-tab .nav-item button {
    position: static;
  }
  .service-wrap #pills-tab .nav-item button.active span {
    font-size: 18px;
    opacity: 1;
    padding: 8px;
    background: #fcd7b8;
  }
}

@keyframes flip {
  0% {
    transform: rotateY(0);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.why-choose-wrap .why-img-wrap {
  border-radius: 20px;
  position: relative;
  height: 100%;
  width: 100%;
}
.why-choose-wrap .why-img-wrap .why-img {
  display: inline-block;
  margin: 50px 0px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  position: absolute;
}
.why-choose-wrap .why-img-wrap .top {
  background: url(../images/why-choose2.jpg) no-repeat;
  background-size: cover;
  left: 0;
  right: 0;
  margin: auto;
  top: 0px;
}
.why-choose-wrap .why-img-wrap .left {
  background: url(../images/why-choose1.jpg) no-repeat;
  background-size: cover;
  left: 0;
  top: 0px;
  bottom: 0;
  margin: auto;
}
.why-choose-wrap .why-img-wrap .right {
  background: url(../images/why-choose3.jpg) no-repeat;
  background-size: cover;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.why-choose-wrap .why-img-wrap .bottom {
  background: url(../images/why-choose4.jpg) no-repeat;
  background-size: cover;
  left: 0;
  right: 0;
  bottom: 0px;
  margin: auto;
}
@media (width < 1200px) {
  .why-choose-wrap .why-img-wrap .top {
    top: -20px;
  }
  .why-choose-wrap .why-img-wrap .bottom {
    bottom: -20px;
  }
  .why-choose-wrap .why-img-wrap .right {
    right: -20px;
  }
  .why-choose-wrap .why-img-wrap .left {
    left: -20px;
  }
}
@media (width < 992px) {
  .why-choose-wrap .why-img-wrap {
    height: 400px;
    margin-top: 30px;
  }
  .why-choose-wrap .why-img-wrap .why-img {
    height: 210px;
    width: 210px;
  }
  .why-choose-wrap .why-img-wrap .bottom {
    bottom: 0;
  }
  .why-choose-wrap .why-img-wrap .left {
    left: 60px;
  }
  .why-choose-wrap .why-img-wrap .right {
    right: 60px;
  }
  .why-choose-wrap .why-img-wrap .top {
    top: 0;
  }
}
@media (width < 576px) {
  .why-choose-wrap .why-img-wrap {
    margin-top: 0;
    height: 400px;
  }
  .why-choose-wrap .why-img-wrap .why-img {
    height: 170px;
    width: 170px;
  }
  .why-choose-wrap .why-img-wrap .bottom {
    bottom: 40px;
  }
  .why-choose-wrap .why-img-wrap .left {
    left: 40px;
  }
  .why-choose-wrap .why-img-wrap .right {
    right: 40px;
  }
  .why-choose-wrap .why-img-wrap .top {
    top: 40px;
  }
}
@media (width < 423px) {
  .why-choose-wrap .why-img-wrap .why-img {
    height: 155px;
    width: 155px;
  }
  .why-choose-wrap .why-img-wrap .bottom {
    bottom: 40px;
  }
  .why-choose-wrap .why-img-wrap .left {
    left: 30px;
  }
  .why-choose-wrap .why-img-wrap .right {
    right: 30px;
  }
  .why-choose-wrap .why-img-wrap .top {
    top: 40px;
  }
}
@media (width < 362px) {
  .why-choose-wrap .why-img-wrap .bottom {
    bottom: 20px;
  }
  .why-choose-wrap .why-img-wrap .left {
    left: 20px;
  }
  .why-choose-wrap .why-img-wrap .right {
    right: 20px;
  }
  .why-choose-wrap .why-img-wrap .top {
    top: 20px;
  }
}
.why-choose-wrap .why-content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 15px;
  height: 100%;
  padding-left: 30px;
}
.why-choose-wrap .why-content li {
  padding: 20px;
  border-radius: 0% 100% 0% 100%/83% 16% 84% 17%;
  box-shadow: rgba(233, 185, 137, 0.23) 5px 5px, rgba(231, 181, 130, 0.2) 10px 10px, rgba(235, 193, 145, 0.18) 15px 15px;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  width: 80%;
  transition: 0.4s ease-in-out;
  gap: 20px;
}
.why-choose-wrap .why-content li:nth-child(even) {
  margin-left: auto;
}
.why-choose-wrap .why-content li:hover {
  box-shadow: rgba(226, 142, 57, 0.16) 5px 5px, rgba(231, 162, 92, 0.28) 10px 10px, rgba(231, 162, 92, 0.21) 15px 15px;
}
.why-choose-wrap .why-content li:hover img {
  opacity: 1;
}
.why-choose-wrap .why-content li img {
  width: 40px;
  filter: invert(1) brightness(0);
  opacity: 0.5;
  transition: 0.4s;
}
@media (width < 992px) {
  .why-choose-wrap.spacing {
    padding-bottom: 30px;
  }
  .why-choose-wrap .why-content {
    padding: 0;
  }
}
@media (width < 768px) {
  .why-choose-wrap .why-content li {
    padding: 10px;
    font-size: 14px;
  }
  .why-choose-wrap .why-content li img {
    width: 30px;
  }
}

.testi-slide .slick-arrow {
  display: none !important;
}
.testi-slide .testi-items {
  margin: 0 20px;
}
.testi-slide .testi-items {
  transition: 0.4s ease;
  transform: scale(0.8);
  opacity: 0.6;
}
.testi-slide .testi-items.slick-active {
  transform: scale(1);
  opacity: 1;
}
.testi-slide .testi-head {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  position: relative;
  padding: 80px 20px 20px;
  border-radius: 20px;
}
.testi-slide .slick-track {
  padding: 30px 0;
}
.testi-slide .testi-content {
  width: 400px;
  margin: auto;
}
@media (width < 768px) {
  .testi-slide .testi-content {
    width: 300px;
  }
}
.testi-slide .testi-img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: absolute;
  left: 30px;
  top: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testi-slide .testi-img::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  box-shadow: inset 3px 3px 3px #cdcdcd, inset -3px -3px 3px #fafafa;
}
.testi-slide .testi-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2px;
  width: 100%;
  height: 50%;
  background-color: #ffffff;
  z-index: 1;
  right: 6px;
}
.testi-slide .testi-img img {
  height: 85px;
  width: 85px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  position: relative;
  z-index: 10;
  padding: 5px;
}
.testi-slide .testi-name {
  display: flex;
  flex-flow: column;
  padding: 20px;
  gap: 10px;
}
.testi-slide .testi-name span {
  text-transform: capitalize;
}
.testi-slide .testi-name span:nth-child(1) {
  font-size: 18px;
  font-family: "Cormorant Upright", serif;
  font-weight: 600;
}

.gal-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}

.gallery-wrap {
  position: relative;
}
.gallery-wrap .gallery-heading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  display: block;
  text-align: center;
  width: 80%;
  margin: auto;
  border-radius: 20px;
  font-family: "Cormorant Upright", serif;
  font-size: 25px;
  font-weight: 700;
  padding: 20px;
}
@media (width > 1300px) {
  .gallery-wrap .gallery-heading {
    font-size: 30px;
  }
}
@media (width < 991px) {
  .gallery-wrap .gallery-heading {
    font-size: 20px;
    width: 90%;
  }
}
@media (width < 767px) {
  .gallery-wrap .gallery-heading {
    position: relative;
    font-size: 18px;
  }
}

figure {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-auto-rows: auto;
  grid-auto-flow: dense;
  justify-items: stretch;
  align-items: stretch;
  gap: 2svmin;
}

figure img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 500px) {
  figure {
    grid-template-columns: repeat(2, 1fr);
  }
  figure img:nth-of-type(11) {
    grid-row: span 2/auto;
  }
}
@media (min-width: 1000px) {
  figure {
    grid-template-columns: repeat(4, 1fr);
    gap: 1svmin;
  }
  figure img:where(:nth-of-type(3), :nth-of-type(12)) {
    grid-row: span 2/auto;
    grid-column: span 2/auto;
  }
  figure img:nth-of-type(5) {
    grid-column: span 2/auto;
  }
  figure img:nth-of-type(15) {
    grid-column: span 2/auto;
  }
}
.blog-content {
  display: flex;
  flex-flow: column;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  background: #ffffff;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.blog-content::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: linear-gradient(to bottom, rgba(2, 2, 2, 0), rgba(38, 41, 45, 0.2901960784), #26292d);
  z-index: 0;
  border-radius: 10px;
}
.blog-content img {
  height: 18rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.blog-content .blog-text {
  z-index: 10;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px;
}
.blog-content span {
  display: block;
  color: #fff;
}
.blog-content span.date {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
}
.blog-content span.blog-heading {
  font-size: 16px;
  font-weight: 600;
}
.blog-content span.blog-heading:hover {
  opacity: 0.7;
}
@media (width < 768px) {
  .blog-content {
    height: 260px;
  }
}
@media (width < 576px) {
  .blog-content {
    height: 220px;
  }
  .blog-content span.date {
    font-size: 11px;
  }
  .blog-content span.blog-heading {
    font-size: 14px;
  }
}

.contact-heading {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
  text-align: center;
  font-family: "Cormorant Upright", serif;
  font-weight: 600;
}
@media (width < 992px) {
  .contact-heading {
    font-size: 20px;
  }
}
@media (width < 768px) {
  .contact-heading {
    font-size: 18px;
  }
}

.contact-wrap {
  position: relative;
  z-index: 1;
}
.contact-wrap .contact-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-wrap .address-content {
  background: linear-gradient(to right, #fcd7b8, #f3f3f3, #ffffff);
  padding: 20px 20px 20px 48px;
  border-radius: 20px 10px 10px;
  height: 100%;
  gap: 20px;
  transition: 0.4s;
  box-shadow: rgba(233, 185, 137, 0.23) 5px 5px, rgba(231, 181, 130, 0.2) 10px 10px, rgba(235, 193, 145, 0.18) 15px 15px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.contact-wrap .address-content:hover {
  box-shadow: none;
}
.contact-wrap .address-content:hover .icon {
  border-radius: 0 0 10px;
}
.contact-wrap .address-content:hover .icon i {
  opacity: 1;
}
.contact-wrap .address-content:hover a {
  opacity: 0.8;
}
.contact-wrap .address-content .add-num {
  display: flex;
  gap: 10px;
  flex-wrap: nowrap;
}
.contact-wrap .address-content a {
  transition: 0.4;
  font-size: 16px;
  font-weight: 600;
  white-space: nowrap;
}
@media (width < 768px) {
  .contact-wrap .address-content a {
    font-size: 14px;
    white-space: nowrap;
  }
}
.contact-wrap .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 0 0 50%;
  transition: 0.4s;
  flex-shrink: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  background: #fff;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.contact-wrap .icon i {
  font-size: 17px;
  opacity: 0.7;
  color: #c96606;
}
@media (width < 576px) {
  .contact-wrap .icon {
    height: 42px;
    width: 42px;
  }
  .contact-wrap .icon i {
    font-size: 16px;
  }
}
.contact-wrap .address-wrap {
  background: rgba(255, 227, 208, 0.1411764706);
  border-radius: 20px;
  overflow: hidden;
  padding: 20px;
  height: 100%;
}
.contact-wrap .address-wrap.common-form {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.contact-wrap .address-wrap.common-form .contact-heading {
  text-align: left;
  position: relative;
  padding: 10px 30px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-wrap .address-wrap.common-form .contact-heading::before {
  content: "";
  position: relative;
  width: 50px;
  height: 2px;
  background: #26292d;
}
.contact-wrap .address-wrap.form-wrap {
  padding: 0;
  background: #ffffff;
}
.contact-wrap .address-wrap.form-wrap .contact-heading {
  margin: 15px 0;
}
.contact-wrap .address-wrap.form-wrap form {
  padding: 0px 30px 20px;
}
@media (width < 576px) {
  .contact-wrap .address-wrap.form-wrap form {
    padding: 0 20px 20px;
  }
}

form label {
  margin-bottom: 6px;
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
}
form .form-control,
form .form-select {
  font-size: 13px;
  resize: none;
}
form .form-control:focus,
form .form-select:focus {
  border-color: #26292d;
  outline: none;
  box-shadow: none;
}
form .form-control::-moz-placeholder, form .form-select::-moz-placeholder {
  font-size: 13px;
}
form .form-control::placeholder,
form .form-control option,
form .form-select::placeholder,
form .form-select option {
  font-size: 13px;
}
@media (width < 768px) {
  form label {
    font-size: 13px;
  }
}

footer .footer-wrap {
  padding: 20px 0px 0px;
}
footer .footer-logo-wrap {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
footer .footer-logo-wrap::after {
  content: "";
  position: absolute;
  background: #fcd7b8;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  width: 100%;
  z-index: -1;
}
footer .footer-logo {
  height: 140px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (width < 991px) {
  footer .footer-logo {
    height: 120px;
  }
}
footer .footer-social-outer {
  border-top: 1px solid rgba(0, 0, 0, 0.2666666667);
  padding: 10px;
}
footer .footer-heading {
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 900;
  display: block;
  margin-bottom: 15px;
  color: #26292d;
  font-family: "Cormorant Upright", serif;
}
footer .footer-list li {
  margin-bottom: 10px;
}
footer ul li a {
  transition: 0.4s;
  display: flex;
  color: #26292d;
  font-size: clamp(13px, 1.4vw, 14px);
}
footer ul li a i {
  font-size: 14px;
}
footer ul li a:hover {
  color: #fcd7b8;
}
footer ul li a:hover i {
  color: #fcd7b8;
}
footer .footer-address ul li {
  margin-bottom: 20px;
}
footer .footer-address ul li a {
  display: flex;
  gap: 15px;
  white-space: nowrap;
  align-items: baseline;
  font-size: clamp(13px, 1.4vw, 14px);
}
footer .footer-address ul li a span {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
footer .policy-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
footer .policy-link li {
  position: relative;
  z-index: 1;
  padding: 0 12px;
}
footer .policy-link li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -3px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #26292d;
}
footer .policy-link li:last-child::after {
  content: none;
}
footer .policy-link li a {
  color: #26292d;
}
footer .footer-social {
  display: flex;
  gap: 8px;
  justify-content: center;
}
footer .footer-social li a {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
footer .footer-social li a i {
  color: #ffffff;
}
footer .copy-right {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 5px;
  background: #f3ede8;
}
footer .copy-right span,
footer .copy-right a {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #26292d;
}
@media (width < 768px) {
  footer .copy-right span,
  footer .copy-right a {
    font-size: 11px;
  }
}
@media (width < 768px) {
  footer .divider {
    margin: 10px 0;
  }
}

.sticky-cta {
  position: fixed;
  bottom: 40px;
  left: 20px;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 998;
}

.whatsapp {
  position: fixed;
  bottom: 40px;
  right: 20px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 999;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
}
.whatsapp i {
  color: #fff;
  font-size: 30px;
}
@media (max-width: 991px) {
  .whatsapp {
    height: 45px;
    width: 45px;
  }
  .whatsapp i {
    font-size: 22px;
  }
}

.bread-wrap {
  position: relative;
  z-index: 1;
  height: 700px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
@media (width < 1200px) {
  .bread-wrap {
    height: 60vh;
  }
}
@media (width < 768px) {
  .bread-wrap {
    height: 45vh;
  }
}
.bread-wrap .bread-heading {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 20px;
  display: none;
}
.bread-wrap.diwali_fest {
  background: url(../images/quest-with-rishikesh.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.about {
  background: url(../images/about.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.yoga_practice {
  background: url(../images/yogapractice.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.ayurveda_healthcare {
  background: url(../images/ayurveda_1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.body_fit {
  background: url(../images/body-fit.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.deep_rest {
  background: url(../images/deeprest.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.deep_breath {
  background: url(../images/train-breath.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.yopi {
  background: url(../images/yopi.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.foundational {
  background: url(../images/yoga-foundational.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.yoga_therapy {
  background: url(../images/yoga-therapy.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.trauma {
  background: url(../images/trauma.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.abhyangam {
  background: url(../images/abhyangam-massage.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.four_hands {
  background: url(../images/4-hands-full-body-massage.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.udvartana {
  background: url(../images/udvartana.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.pinda_svedana {
  background: url(../images/pinda.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.nasyam {
  background: url(../images/nasyam.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.shirodhara {
  background: url(../images/shirodhara.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.body_massage {
  background: url(../images/head-back-and-shoulder-massage.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.nutrition_coaching {
  background: url(../images/ayurvedic-nutrition.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.yoga_streching {
  background: url(../images/streching.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.private_sessions {
  background: url(../images/private-session.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.retreat {
  background: url(../images/retreat.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.himalayan_bliss {
  background: url(../images/himalaya.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.know_yourself {
  background: url(../images/know-yourself-retreat.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.pricing {
  background: url(../images/pricing.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.yoga-coffee {
  background: url(../images/yoga-and-coffee-banner.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.free_intro {
  background: url(../images/free-intro-call.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.host_retreat {
  background: url(../images/host.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  flex-direction: row;
  align-items: end;
}
.bread-wrap.host_retreat::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1921568627), rgba(0, 0, 0, 0.768627451));
}
.bread-wrap.sacred_himalayan {
  background: url(../images/sacred-himalayan-retreat.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.serene_himalayan {
  background: url(../images/seren-himalayas.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.bliss_ladakh {
  background: url(../images/ladakh-bliss.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.bodhi_bliss {
  background: url(../images/bodhi-bliss.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.sikkim_retreat {
  background: url(../images/sikkim-banner.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.coni_retreat {
  background: url(../images/coni-banner.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.rishikeh_coni {
  background: url(../images/coni-rishikesh.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.liftime_retreat {
  background: url(../images/himalayan-package.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.workshop {
  background: url(../images/workshop.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.himalayan_sadhana {
  background: url(../images/back-to-basic.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.our_project {
  background: url(../images/group-of-people-in-village.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.bread-wrap.himalayan_lifetime {
  background: url(../images/himalaya-liftime.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.rishikesh_quest {
  background: url(../images/coni-rishikesh.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.retreat-lifetime {
  background: url(../images/lifetime-retreat.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.colorful_culture {
  background: url(../images/colorful-culture.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.himalayan-adventure {
  background: url(../images/himalayan-adventure.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.foot-massage {
  background: url(../images/foot-massage.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.marma-massage {
  background: url(../images/marma-points.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.beauty-treatment {
  background: url(../images/beauty-treatment.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.karnapurana {
  background: url(../images/karnapurana-banner.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.basti-therapy {
  background: url(../images/basti-banner.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.shiropichu {
  background: url(../images/shiropichu-banner.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.bread-wrap.leech-therapy {
  background: url(../images/raktamokshana-banner.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.positive-change-retreat {
  background: url(../images/village-womens-planting-tree.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.yoga-fun {
  background: url(../images/after-school-yoga-banner.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.ayurveda_massages {
  background: url(../images/massage-banner.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.therapy_bg {
  background: url(../images/therapy-banner.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.treatment_bg {
  background: url(../images/ayurveda-treatment.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.ayurveda_course {
  background: url(../images/course-banner.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap.diwali_fest {
  background: url(../images/yogart-festival-banner.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bread-wrap .bread-big-heading {
  font-size: clamp(20px, 3vw, 40px);
  text-align: center;
  font-weight: 600;
  font-family: "Cormorant Upright", serif;
  color: #fcd7b8;
  margin-bottom: 30px;
}
.bread-wrap .retreat-date {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  bottom: -30px;
  font-size: 16px;
  font-weight: 700;
  background: linear-gradient(to right, #fcd7b8, #f3f3f3, #ffffff);
  color: #26292d;
  padding: 10px 20px;
  border-radius: 20px;
  outline: 10px solid #fff;
  font-family: "DM Sans", sans-serif;
}
@media (width < 992px) {
  .bread-wrap .retreat-date {
    font-size: 14px;
  }
}
.bread-wrap.retreat-banner {
  margin-bottom: 30px;
}

.bread-list {
  display: flex;
  gap: 8px;
  justify-content: center;
}
.bread-list li,
.bread-list a {
  text-transform: capitalize;
  color: #26292d;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 13px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  padding-bottom: 3px;
}
@media (width < 768px) {
  .bread-list li,
  .bread-list a {
    font-size: 8px;
  }
}

.qoute {
  font-size: 18px;
  font-weight: 600;
  font-family: "Cormorant Upright", serif;
}

.vision-wrap-about .common-content-wrap {
  position: relative;
  z-index: 1;
}
.vision-wrap-about .mantra {
  font-size: 30px;
  margin: 15px 0 0;
  font-weight: 700;
  display: block;
  color: #c96606;
  text-transform: capitalize;
  font-family: "Cormorant Upright", serif;
}
@media (width < 992px) {
  .vision-wrap-about .mantra {
    font-size: 24px;
  }
}
@media (width < 768px) {
  .vision-wrap-about .mantra {
    font-size: 20px;
  }
}

.retreat-social {
  display: flex;
  gap: 10px;
  align-items: center;
}
.retreat-social li {
  font-size: 20px;
  font-weight: 600;
}
.retreat-social li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.retreat-social li a i {
  color: #ffffff;
}

.facebook {
  background: #3b5998;
}

.insta {
  background: linear-gradient(to right, #f9ce34, #ee2a7b, #6228d7);
}

.whatssapp-icon {
  background: #25d366;
}

.youtube {
  background: #ff0000;
}

.linkedin {
  background: #0a66c2;
}

.team-card {
  margin-bottom: 20px;
  height: 100%;
  position: relative;
  width: 100%;
  border: 2px solid #fcd7b8;
  margin: auto;
  border-radius: 100px 20px 20px;
  background: #fcd7b8;
}
.team-card .head {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}
.team-card .head img {
  height: 180px;
  width: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  outline: 8px solid #fff;
}
.team-card .head .team-social {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  display: flex;
  gap: 15px;
  justify-content: center;
}
.team-card .head .team-social li a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.team-card .body {
  display: flex;
  flex-flow: column;
  gap: 10px;
  height: 100%;
  padding: 15px;
}
.team-card .body span {
  font-size: 17px;
  font-weight: 600;
  display: block;
  font-family: "DM Sans", sans-serif;
}
.team-card .body .team-position {
  font-size: 14px;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
}
.team-card .body a {
  width: 100%;
  text-align: center;
}
.team-card .body a i {
  margin-right: 5px;
}
.team-card .body .theme-btn {
  width: -moz-fit-content;
  width: fit-content;
}
.team-card .body .about-team-btn {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
  padding: 8px;
  transition: 0.3s;
  border-radius: 5% 95% 5% 95%/94% 5% 95% 6%;
  background: #fff;
  border-top: 6px solid #fff;
  border-bottom: 6px solid rgba(252, 215, 184, 0.431372549);
}
.team-card .body .about-team-btn:hover {
  border-top: 6px solid rgba(252, 215, 184, 0.431372549);
  border-bottom: 6px solid #fff;
}
.team-card .body .list li a {
  color: #26292d;
}
.team-card .body li,
.team-card .body span,
.team-card .body p {
  color: #26292d;
}
@media (width < 992px) {
  .team-card .head img {
    height: 130px;
    width: 130px;
  }
  .team-card .head .team-social {
    gap: 8px;
  }
  .team-card .body span {
    font-size: 16px;
  }
}
@media (width < 767px) {
  .team-card .head .team-social {
    gap: 10px;
  }
  .team-card .head img {
    height: 110px;
    width: 110px;
  }
}

.service .accordion .accordion-header span {
  font-size: 16px;
  font-weight: 700;
}
.service .service-card {
  border-radius: 8px;
  height: 100%;
  display: flex;
  flex-flow: column;
}
.service .service-card .head {
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}
.service .service-card .head img {
  height: 250px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s ease-in-out;
}
@media (width < 991px) {
  .service .service-card .head img {
    height: 200px;
  }
}
@media (width < 575px) {
  .service .service-card .head img {
    height: auto;
  }
}
.service .service-card .body {
  padding: 10px 20px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  flex-grow: 1;
  gap: 10px;
  background: rgba(252, 215, 184, 0.431372549);
  border-radius: 0 0 8px 8px;
}
.service .service-card .body .theme-btn {
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: none;
  font-size: 12px;
}
.service .service-card .body span {
  font-size: 18px;
  font-weight: 700;
  display: block;
  font-family: "Cormorant Upright", serif;
}
@media (width < 991px) {
  .service .service-card .body span {
    font-size: 16px;
  }
}
.service .service-card:hover .head img {
  transform: scale(1.1);
}

.right-service {
  padding: 15px 0 15px 15px;
  border-left: 1px solid #e4d5d5;
  height: 100%;
  padding-top: 0;
}
.right-service .service-form-inner {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  background: #fff;
  border-radius: 10px;
}
.right-service .address-wrap {
  border-radius: 0;
  margin-top: 0px;
  position: sticky;
  top: 90px;
}
.right-service .address-wrap .form-control,
.right-service .address-wrap .form-select,
.right-service .address-wrap label,
.right-service .address-wrap .sub-heading {
  color: #26292d;
}
.right-service .address-wrap form {
  padding: 20px;
  border-radius: 0 0 10px 10px;
}
.right-service .address-wrap form .form-control,
.right-service .address-wrap form .form-select {
  border-radius: 0;
}
.right-service .address-wrap .sub-heading {
  border-radius: 10px 10px 0 0;
  padding: 12px 8px;
  margin: 0;
  background: #fcd7b8;
  color: #26292d;
}
.right-service .address-wrap .call-us {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  margin-top: 20px;
  gap: 15px;
  padding: 20px;
  background: url(../images/yoga_1.jpg) no-repeat;
  background-position: center;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: none;
}
.right-service .address-wrap .call-us::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: #26292d;
  opacity: 0.8;
}
.right-service .address-wrap .call-us span {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
}
.right-service .address-wrap .call-us span:nth-child(1) {
  text-align: center;
  opacity: 1;
  font-size: 30px;
  font-weight: 700;
  font-family: "Cormorant Upright", serif;
}
@media (width < 1200px) {
  .right-service .address-wrap .call-us span {
    font-size: 16px;
  }
  .right-service .address-wrap .call-us span:nth-child(1) {
    font-size: 26px;
  }
}
@media (width < 991px) {
  .right-service .address-wrap .call-us span {
    font-size: 15px;
  }
}
.right-service .address-wrap .call-us a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid;
  overflow: hidden;
  padding: 0 10px 0 0;
  border-radius: 20px;
  transition: 0.4s;
}
.right-service .address-wrap .call-us a span {
  overflow: hidden;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fcd7b8;
  transition: 0.4s;
  flex-shrink: 0;
}
.right-service .address-wrap .call-us a span i {
  color: #26292d;
  font-size: 18px;
}
.right-service .address-wrap .call-us a:hover span {
  background: #fff;
}
.right-service .sub-heading {
  margin-bottom: 15px;
  padding: 8px;
  text-align: center;
  font-size: 25px;
  color: #ffffff;
}
@media (width < 1200px) {
  .right-service .sub-heading {
    font-size: 20px;
  }
}
@media (width < 992px) {
  .right-service {
    padding-left: 0;
    border: none;
    margin-top: 30px;
  }
}

.left-service .sub-heading {
  margin-bottom: 20px;
}
.left-service .team-card {
  width: 100%;
}

@media (max-width: 1400px) and (min-width: 991px) {
  .service-content .team-card .head {
    flex-flow: column;
    align-items: start;
    gap: 20px;
  }
  .service-content .team-card .head .team-social {
    justify-content: start;
    padding: 0 10px;
  }
  .service-content .team-card .head img {
    height: 130px;
    width: 130px;
  }
}
.service-content .team-card .list li a:hover {
  opacity: 0.8;
}

.benifit-wrapper {
  position: relative;
  z-index: 99;
}

.benifit-box {
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 20px;
  margin-bottom: 20px;
}
.benifit-box .small-heading {
  display: flex;
  align-items: center;
  gap: 20px;
}
.benifit-box span {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 3px 3px 3px #cdcdcd, inset -3px -3px 3px #fafafa;
}
.benifit-box span i {
  font-size: 24px;
}

.price-box button {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.price-box span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  background: #fcd7b8;
  color: #26292d;
  padding: 5px;
  border: 1px solid #ffffff;
}

.table thead th {
  color: #26292d;
  font-size: 15px;
  font-family: "DM Sans", sans-serif;
  border-top: 0px;
}
.table th,
.table td {
  text-align: center;
  width: 48%;
  color: #26292d;
  border: 1px solid #ffffff;
  vertical-align: middle;
  font-size: 15px;
}
@media (width < 768px) {
  .table th,
  .table td {
    font-size: 13px;
  }
}

.service-img-wrap {
  overflow: hidden;
  box-shadow: rgba(226, 142, 57, 0.16) 5px 5px, rgba(231, 162, 92, 0.28) 10px 10px, rgba(231, 162, 92, 0.21) 15px 15px;
  margin-bottom: 30px;
  max-height: 500px;
  border-radius: 5% 95% 5% 95%/94% 5% 95% 6%;
}
.service-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cancellations-wrap {
  background: url(../images/cancellation.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 17px 20px;
  position: relative;
  z-index: 1;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  overflow: hidden;
  border-radius: 10px;
}
.cancellations-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: #26292d;
  opacity: 0.7;
}
.cancellations-wrap p {
  text-align: center;
  color: #ffffff;
}
.cancellations-wrap .sub-heading {
  font-size: 24px;
  margin-bottom: 0;
}
@media (width < 767) {
  .cancellations-wrap .sub-heading {
    font-size: 22px;
  }
}

.consultation-wrap {
  background: url(../images/ayurvedic-healthcare-bg.jpg) !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  padding: 20px !important;
  color: #ffffff !important;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: column;
  align-items: center;
  border-radius: 10px;
}
.consultation-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: #26292d;
  opacity: 0.7;
  border-radius: 10px;
}
.consultation-wrap .small-heading {
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
}
.consultation-wrap .plan {
  font-size: 16px;
  color: #fff;
}
.consultation-wrap .plan i {
  margin: 0 5px 0 8px;
}
.consultation-wrap .price {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #ffffff;
}
.consultation-wrap .price strong {
  font-size: 30px;
  font-weight: 700;
  font-family: "Cormorant Upright", serif;
}

.accordion .accordion-header {
  background: linear-gradient(to right, #fcd7b8, #f3f3f3, #ffffff);
  width: 100%;
  border: none;
  padding: 10px;
  text-align: left;
  font-family: "DM Sans", sans-serif;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion .accordion-header::after {
  content: "+";
  font-size: 18px;
  font-family: "DM Sans", sans-serif;
  color: #26292d;
  transition: 0.2s ease-in-out;
}
.accordion .accordion-header span {
  font-size: 16px;
  font-weight: 600;
}
.accordion .accordion-header span.big {
  font-size: clamp(20px, 2.2vw, 25px);
}
@media (width < 767px) {
  .accordion .accordion-header span {
    font-size: 14px;
  }
}
.accordion .accordion-main {
  position: relative;
  margin-bottom: 15px;
  height: -moz-fit-content;
  height: fit-content;
  transition: 0.2s ease-in-out;
  box-shadow: rgba(233, 185, 137, 0.23) 5px 5px, rgba(231, 181, 130, 0.2) 10px 10px, rgba(235, 193, 145, 0.18) 15px 15px;
}
.accordion .accordion-main .accordion-text {
  position: fixed;
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  transition: 0.2s ease-in-out;
  padding: 10px;
  overflow: hidden;
}
.accordion .accordion-main .accordion-text li span {
  font-size: 14px;
}
.accordion .accordion-main .accordion-text .heading {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px;
  display: inline-block;
}
.accordion .accordion-main .accordion-text p {
  font-size: 14px;
  margin: 0 0 10px;
}
.accordion .accordion-main .accordion-text p a {
  color: #c96606;
  font-weight: 600;
}
.accordion .accordion-main.active .accordion-text {
  position: relative;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
  position: relative;
}
.accordion .accordion-main.active .accordion-header::after {
  content: "-";
}
.accordion .form-accordion {
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}
.accordion .form-accordion:hover {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15);
}
.accordion .form-accordion .accordion-header {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 10px;
  font-weight: bold;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  transition: 0.3s ease;
}
.accordion .form-accordion .accordion-header .accordion-heading {
  font-size: clamp(18px, 2vw, 22px);
  text-transform: capitalize;
  font-weight: 500;
}
.accordion .form-accordion .accordion-header:hover {
  background: linear-gradient(to left, #fff, #fcd7b8);
}
.accordion .form-accordion .accordion-header:after {
  content: "▼";
  font-size: 1rem;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.accordion .form-accordion .accordion-header[aria-expanded=true]:after {
  transform: translateY(-50%) rotate(180deg);
}
.accordion .form-accordion .accordion-text {
  animation: fadeIn 0.3s ease-in-out;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.itinerary-list span {
  font-size: clamp(14px, 1.6vw, 18px);
  font-weight: 800;
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.itinerary-list span::before {
  content: "";
  position: relative;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #26292d;
  top: -2px;
  flex-shrink: 0;
}
.itinerary-list > li {
  display: flex;
  flex-flow: column;
  gap: 15px;
}
@media (max-width: 767px) {
  .itinerary-list > li {
    padding: 18px;
    gap: 8px;
  }
}
.itinerary-list p {
  margin: 0;
  font-weight: 300;
}
.itinerary-list p:last-child {
  background: #fcd7b8;
  padding: 5px;
  font-size: clamp(12px, 1.3vw, 14px);
  display: flex;
  align-items: center;
  gap: 10px;
  color: #26292d;
}
.itinerary-list p:last-child::before {
  content: "";
  position: relative;
  height: 2px;
  width: 30px;
  background: #26292d;
}
.itinerary-list .alt p:last-child {
  display: block;
  background: transparent;
  padding: 0;
}
.itinerary-list .alt p:last-child::before {
  display: none;
}

.retreat-detail {
  display: flex;
  margin-bottom: 20px;
  gap: 20px;
  height: 100%;
}
.retreat-detail .icon {
  height: 45px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3ede8;
  position: relative;
  z-index: 1;
  overflow: hidden;
  flex-shrink: 0;
}
.retreat-detail .icon::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: #26292d;
  height: 20px;
  width: 20px;
  top: -10px;
  left: -10px;
  transition: 0.4s ease;
  transform: rotate(45deg);
}
.retreat-detail .icon:hover {
  background: #26292d;
}
.retreat-detail .icon:hover::after {
  background: #fcd7b8;
}
.retreat-detail .icon:hover i {
  color: #fcd7b8;
}
.retreat-detail .icon i {
  font-size: 20px;
}
.retreat-detail .detail {
  display: flex;
  flex-flow: column;
}
.retreat-detail .detail span {
  font-size: 14px;
  opacity: 0.8;
}
.retreat-detail .detail span:nth-child(1) {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.retreat-detail.acc-wrap {
  height: auto;
}
.retreat-detail.acc-wrap span {
  text-transform: capitalize;
}
.retreat-detail.acc-wrap span:nth-child(1) {
  font-weight: 800;
}
@media (width < 1200px) and (width > 992px) {
  .retreat-detail {
    gap: 10px;
  }
  .retreat-detail .icon {
    height: 50px;
    width: 50px;
  }
  .retreat-detail .detail span {
    font-size: 12px;
  }
  .retreat-detail .detail span:nth-child(1) {
    font-size: 13px;
  }
}
@media (width < 992px) {
  .retreat-detail .detail span {
    font-size: 12px;
  }
  .retreat-detail .detail span:nth-child(1) {
    font-size: 14px;
  }
}
@media (width < 768px) {
  .retreat-detail {
    flex-flow: column;
  }
}

.note {
  background: #26292d;
  color: #26292d;
  padding: 6px;
  margin-left: 6px;
  position: relative;
  z-index: 1;
}
.note::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.2392156863);
}
.note::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  left: -6px;
  top: -6px;
  background: #fcd7b8;
  z-index: -2;
}
.note strong {
  font-size: 18px;
  font-weight: 700;
}
@media (width < 768px) {
  .note strong {
    font-size: 14px;
  }
}

.cost-card {
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 40px 20px 20px;
  gap: 15px;
  z-index: 10;
  height: 100%;
  justify-content: space-between;
}
.cost-card p {
  text-align: center;
}
.cost-card .time {
  text-align: center;
  display: block;
}
.cost-card .location {
  position: relative;
  display: flex;
  align-items: center;
}
.cost-card .location::before {
  content: "\f3c5";
  font-family: "Font Awesome 6 Pro";
  position: relative;
  font-weight: 900;
  margin-right: 8px;
}
.cost-card .session-detail {
  display: flex;
  align-items: center;
  flex-flow: column;
  gap: 15px;
}
.cost-card .small-heading {
  text-align: center;
  display: block;
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-family: "DM Sans", sans-serif;
}
.cost-card img {
  width: 40px;
  height: 40px;
}
.cost-card .price {
  position: absolute;
  top: -10px;
  background: #fcd7b8;
  right: 0;
  z-index: -1;
  padding: 10px;
  text-align: center;
}
@media (width < 768px) {
  .cost-card .price {
    font-size: 14px;
  }
}
.cost-card .price::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  left: -5px;
  height: 10px;
  transform: skew(-45deg, 0deg);
  background: #fcd7b8;
}
.cost-card .theme-btn {
  background: #fcd7b8;
}
.cost-card .theme-btn:hover {
  background: #fff;
  color: #26292d;
}

.include-wrap span {
  margin-bottom: 15px;
}

.imp-wrap {
  box-shadow: rgba(226, 142, 57, 0.16) 5px 5px, rgba(231, 162, 92, 0.28) 10px 10px, rgba(231, 162, 92, 0.21) 15px 15px;
  background: url(../images/yoga-therapy.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 40px;
  position: relative;
  z-index: 1;
}
.imp-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: #26292d;
  opacity: 0.7;
}
.imp-wrap .sub-heading {
  margin-bottom: 25px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 20px;
}
.imp-wrap .sub-heading::after {
  content: "";
  position: relative;
  width: 80px;
  height: 2px;
  background: #ffffff;
}
.imp-wrap .list li:before {
  filter: invert(1) brightness(100);
}
.imp-wrap .list li span,
.imp-wrap .list li strong {
  color: #fff;
  font-size: 18px;
}

.host-qoute {
  background: #fff;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 15px;
  padding: 20px;
  margin-top: -5vh;
  position: relative;
  z-index: 99;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-bottom: 5px solid #fcd7b8;
}
.host-qoute p,
.host-qoute h1 {
  text-align: center;
}
.host-qoute p {
  font-size: 20px;
}
.host-qoute img {
  height: 50px;
}

.retreat-benifits {
  position: relative;
  z-index: 1;
  padding: 40px;
}
.retreat-benifits::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: url(../images/detail.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: -2;
  background-position: left;
}
.retreat-benifits::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: linear-gradient(to right, #ffffff, #fff, rgba(255, 255, 255, 0.3882352941), rgba(255, 255, 255, 0.3882352941), rgba(255, 255, 255, 0));
}
.retreat-benifits .main-heading {
  margin-bottom: 30px;
  text-align: start;
}
.retreat-benifits .content {
  position: relative;
  padding-left: 70px;
  margin-bottom: 20px;
  display: flex;
  flex-flow: column;
  gap: 10px;
  border: 1px solid #fcd7b8;
  padding: 20px 20px 20px 70px;
  z-index: 1;
  overflow: hidden;
}
.retreat-benifits .content::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: #fff;
  opacity: 1;
}
.retreat-benifits .content span {
  font-size: 20px;
  font-weight: 800;
}
.retreat-benifits .content strong {
  position: absolute;
  left: -10px;
  top: -10px;
  margin: auto;
  height: 45px;
  width: 45px;
  border-radius: 10px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  background: #fcd7b8;
  display: flex;
  align-items: end;
  justify-content: end;
  padding: 0 5px 5px 0;
}
.retreat-benifits .content p {
  font-weight: 500;
}

.package-wrap {
  padding: 30px;
  border-radius: 10px;
  margin-top: 80px;
  position: relative;
  z-index: 1;
  background: #fcd7b8;
  overflow: hidden;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
@media (width < 768px) {
  .package-wrap {
    padding: 20px 10px;
    margin-top: 40px;
  }
}
.package-wrap::after {
  content: "";
  position: absolute;
  height: 300px;
  width: 300px;
  z-index: -1;
  top: 0;
  right: -200px;
  bottom: 0;
  margin: auto;
  background: url(../images/circle-dots.png);
  background-size: contain;
  animation: spin 30s linear infinite;
}
.package-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff, #fff);
}
.package-wrap .sub-heading {
  margin-bottom: 20px;
}
.package-wrap .package-card {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0 10px;
  display: block;
}
.package-wrap .package-card:hover img {
  transform: scale(1.1);
}
.package-wrap .package-img {
  height: 350px;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.package-wrap .package-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.4s;
}
.package-wrap .date {
  background: linear-gradient(to right, #fcd7b8, #f3f3f3, #ffffff);
  display: inline-flex;
  padding: 8px;
  font-size: 14px;
  align-items: center;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  gap: 8px;
}
.package-wrap .date::before {
  content: "\f274";
  font-family: "Font Awesome 6 Pro";
  font-size: 16px;
  position: relative;
  font-weight: 900;
}
@media (width < 992px) {
  .package-wrap .date {
    font-size: 12px;
  }
}
.package-wrap .duration {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 5px 10px;
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  font-weight: 800;
  text-transform: capitalize;
}
@media (width < 767px) {
  .package-wrap .duration {
    font-size: 12px;
  }
}
.package-wrap .duration::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  transform: skew(20deg, 0deg);
  background: linear-gradient(to right, #fcd7b8, #f3f3f3, #ffffff);
}
.package-wrap .duration::before {
  background: linear-gradient(to right, #fcd7b8, #f3f3f3, #ffffff);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  transform: skew(-20deg, 0deg);
}
.package-wrap .package-detail {
  z-index: 2;
  width: 100%;
  display: flex;
  padding: 20px 0 0;
  flex-flow: column;
}
.package-wrap .package-detail .book-btn {
  display: flex;
  gap: 30px;
  flex-wrap: wrap-reverse;
}
@media (width < 992px) {
  .package-wrap .package-detail .book-btn {
    gap: 15px;
  }
}
.package-wrap .package-detail .book-btn .theme-btn {
  text-align: center;
  background: transparent;
  width: -moz-fit-content;
  width: fit-content;
}
.package-wrap .package-detail .book-btn .theme-btn:hover {
  background: linear-gradient(to right, #fcd7b8, #f3f3f3, #ffffff);
  color: #26292d;
}
.package-wrap .small-heading {
  margin-bottom: 15px;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
}
@media (width < 991px) {
  .package-wrap .small-heading {
    font-size: 16px;
  }
}
@media (width < 1200px) {
  .package-wrap .package-img {
    height: 250px;
  }
}
@media (width < 576px) {
  .package-wrap .package-img {
    height: 200px;
  }
}

.become-wrap {
  background: url(../images/become-host.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.become-wrap .main-heading {
  margin-bottom: 25px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}
.become-wrap .main-heading::before {
  content: "";
  position: relative;
  left: 0;
  width: 60px;
  height: 2px;
  background: #fff;
}
.become-wrap .address-wrap {
  background: rgba(0, 0, 0, 0.7333333333) !important;
  border-radius: 0;
  padding: 40px 30px;
}
@media (width < 575px) {
  .become-wrap .address-wrap {
    padding: 30px 20px;
  }
}
.become-wrap form {
  width: 80%;
}
.become-wrap form .form-control,
.become-wrap form .form-select {
  border-radius: 0;
}
.become-wrap form .mail-response {
  color: #fff;
}
.become-wrap form label {
  font-weight: 600;
  color: #f3ede8;
}
@media (width < 1200px) {
  .become-wrap form {
    width: 90%;
  }
}
@media (width < 767px) {
  .become-wrap form {
    width: 98%;
  }
}

.retreat-cta {
  position: relative;
  z-index: 1;
  border: 3px double;
  padding: 10px 15px;
}
.retreat-cta p {
  font-family: "Cormorant Upright", serif;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
}
@media (width < 1200px) {
  .retreat-cta p {
    font-size: 18px;
  }
}

.retreat-slider {
  width: 100%;
}
.retreat-slider .retreat-slide {
  cursor: pointer;
}
.retreat-slider .retreat-slide img {
  height: 500px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width < 992px) {
  .retreat-slider .retreat-slide img {
    height: 400px;
  }
}
@media (width < 768px) {
  .retreat-slider .retreat-slide img {
    height: 300px;
  }
}
@media (width < 576px) {
  .retreat-slider .retreat-slide img {
    height: 220px;
  }
}
.retreat-slider .slick-dots {
  display: none !important;
}
.retreat-slider .slider-nav {
  cursor: pointer;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.retreat-slider .slider-nav img {
  height: 100px;
  width: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 10px;
}
@media (width < 992px) {
  .retreat-slider .slider-nav img {
    height: 75px;
  }
}
@media (width < 767px) {
  .retreat-slider .slider-nav img {
    height: 55px;
  }
}

.workshop-wrap .location {
  margin-top: 40px;
  position: relative;
  text-align: center;
  padding: 30px 15px 15px;
  border: 1px solid rgba(0, 0, 0, 0.2666666667);
  border-radius: 10px;
}
.workshop-wrap .location span {
  position: absolute;
  top: -20px;
  background: linear-gradient(to right, #fcd7b8, #f3f3f3, #ffffff);
  border-radius: 10px;
  padding: 8px;
  display: inline-flex;
  align-items: baseline;
  gap: 5px;
  left: 0;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
}
.workshop-wrap .heading-wrap p {
  text-align: center;
}
.workshop-wrap .cost {
  border: 3px double #fcd7b8;
  display: inline-block;
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  opacity: 0.7;
}
.workshop-wrap .cost strong {
  font-size: 28px;
}
.workshop-wrap .additional-list {
  background: #fff;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 5% 95% 5% 95%/94% 5% 95% 6%;
  overflow: hidden;
  background: #fcd7b8;
  box-shadow: rgba(226, 142, 57, 0.16) 5px 5px, rgba(231, 162, 92, 0.28) 10px 10px, rgba(231, 162, 92, 0.21) 15px 15px;
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  display: flex;
  flex-flow: column;
  gap: 8px;
}
.workshop-wrap .additional-list::after {
  content: "";
  position: absolute;
  height: 200px;
  width: 200px;
  z-index: -1;
  top: 0;
  right: -100px;
  bottom: 0;
  margin: auto;
  background: url(../images/circle-dots.png);
  background-size: contain;
  animation: spin 30s linear infinite;
}
.workshop-wrap .additional-list::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff, #fff);
}
.workshop-wrap .additional-list span {
  font-size: 24px;
  font-weight: 600;
  font-family: "Cormorant Upright", serif;
  display: block;
  margin-bottom: 15px;
}
.workshop-wrap .additional-list li span {
  font-size: 15px;
  font-family: "DM Sans", sans-serif;
  font-weight: normal;
  margin: 0;
}
.workshop-wrap .additional-list li span strong {
  font-weight: 500;
}
@media (width < 991px) {
  .workshop-wrap .additional-list li span {
    font-size: 14px;
  }
}
@media (width < 767px) {
  .workshop-wrap .additional-list li span {
    font-size: 13px;
  }
}
.workshop-wrap .workshop-detail-wrap {
  display: flex;
  justify-content: center;
}
.workshop-wrap .workshop-detail-wrap .work-inner {
  display: flex;
  flex-flow: column;
  border: 1px solid;
  padding: 10px;
  gap: 10px;
}
.workshop-wrap .workshop-detail-wrap .work-inner span {
  display: flex;
  gap: 8px;
}
.workshop-wrap .workshop-detail-wrap .work-inner span:nth-child(1) {
  font-size: 18px;
  font-size: 600;
}

.work-shop-overview {
  border: 1px dashed rgba(0, 0, 0, 0.2666666667);
  margin-top: 15px;
}
.work-shop-overview .retreat-detail {
  margin: 0;
  padding: 10px 20px;
  align-items: normal;
  gap: 10px;
}
.work-shop-overview .retreat-detail.center {
  border-left: 1px dashed rgba(0, 0, 0, 0.2666666667);
  border-right: 1px dashed rgba(0, 0, 0, 0.2666666667);
}
@media (width < 767px) {
  .work-shop-overview .retreat-detail .icon {
    height: 40px;
    width: 40px;
  }
  .work-shop-overview .retreat-detail .detail span {
    text-align: center;
  }
}
@media (width < 576px) {
  .work-shop-overview .retreat-detail {
    flex-flow: row;
  }
  .work-shop-overview .retreat-detail .detail span {
    text-align: start;
  }
  .work-shop-overview .retreat-detail.center {
    border-left: 0;
    border-right: 0;
    border-top: 1px dashed rgba(0, 0, 0, 0.2666666667);
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2666666667);
  }
  .work-shop-overview .retreat-detail .icon i {
    font-size: 14px;
  }
}

.workshop-box {
  margin-bottom: 30px;
  border-radius: 20px;
  margin-top: -100px;
  background: #fff;
  padding: 20px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.workshop-card {
  display: flex;
  height: 100%;
  width: 100%;
  flex-flow: column;
  gap: 10px;
  position: relative;
  padding: 40px 8px;
  border: 1px solid rgba(0, 0, 0, 0.2666666667);
  overflow: hidden;
  border-radius: 10px;
  align-items: center;
  text-align: center;
}
.workshop-card .heading {
  font-size: 16px;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
}
.workshop-card .price {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
  display: inline-block;
  padding: 5px 10px;
  font-size: 16px;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  text-align: center;
  color: #26292d;
  width: -moz-fit-content;
  width: fit-content;
}
.workshop-card .price::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  transform: skew(30deg, 0);
  z-index: -1;
  background: #fcd7b8;
}
.workshop-card .price::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  transform: skew(-30deg, 0);
  z-index: -1;
  background: #fcd7b8;
}
.workshop-card .theme-btn {
  width: -moz-fit-content;
  width: fit-content;
}
.workshop-card .date {
  position: relative;
  display: flex;
  align-items: center;
  flex-flow: column;
  gap: 8px;
  font-size: 14px;
  font-family: "DM Sans", sans-serif;
  opacity: 0.8;
}
.workshop-card .date::before {
  content: "\f073";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-size: 16px;
  position: relative;
  color: #26292d;
}
@media (width < 991px) {
  .workshop-card .price {
    font-size: 14px;
  }
  .workshop-card .heading {
    font-size: 15px;
  }
}

.special-text {
  display: flex;
  flex-flow: column;
  gap: 10px;
  margin-top: 10px;
}
.special-text .theme-btn {
  width: -moz-fit-content;
  width: fit-content;
}
.special-text p {
  font-size: clamp(15px, 1.7vw, 19px);
  font-weight: 800;
  opacity: 0.8;
  font-family: "Cormorant Upright", serif;
  line-height: 1.3;
}
.special-text.dark {
  margin-top: 20px;
}
.special-text.dark p {
  color: #26292d;
  opacity: 1;
  font-size: clamp(16px, 1.8vw, 22px);
  background: linear-gradient(to right, #fcd7b8, rgba(255, 219, 153, 0));
  padding: 3px 10px;
}

.host-benifits .get-ready-text {
  border-bottom: 5px solid #c96606;
  border-top: 5px solid #c96606;
  border-radius: 5% 95% 5% 95%/94% 5% 95% 6%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  margin-top: 40px;
  gap: 15px;
}
.host-benifits .get-ready-text .small-heading {
  text-align: center;
}
.host-benifits .get-ready-text .big-text {
  font-size: clamp(16px, 1.7vw, 18px);
  font-weight: 600;
  text-align: center;
}
.host-benifits .get-ready-text p {
  text-align: center;
}
@media (max-width: 575px) {
  .host-benifits .get-ready-text {
    gap: 8px;
  }
}
.host-benifits .special-text {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 30px 30px;
  border-radius: 20px;
  opacity: 1;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.host-benifits .special-text p {
  opacity: 1;
  display: flex;
  flex-flow: column;
  text-transform: capitalize;
  font-size: 26px;
  align-items: center;
  text-align: center;
  font-family: "Cormorant Upright", serif;
}
.host-benifits .special-text p span {
  font-size: 18px;
  font-weight: 600;
}
@media (width < 991px) {
  .host-benifits .special-text {
    padding: 0;
  }
  .host-benifits .special-text p {
    font-size: 22px;
  }
}
@media (width < 767px) {
  .host-benifits .special-text {
    padding: 0;
  }
  .host-benifits .special-text p {
    font-size: 18px;
  }
}

.speciality-wrap {
  background: url("../images/speciality-background.webp") no-repeat center center;
  background-size: cover;
  color: #ffffff;
  position: relative;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  z-index: 1;
}
.speciality-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: inherit;
  z-index: -1;
}
.speciality-wrap .heading-wrap::before {
  filter: invert(1) brightness(100);
}
.speciality-wrap .heading-wrap .main-heading {
  color: #fff;
}
.speciality-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0 auto 2rem;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.speciality-wrap ul li {
  font-size: clamp(16px, 1.8vw, 20px);
  background: rgba(255, 255, 255, 0.08);
  padding: 1rem 1.5rem;
  border-radius: 0% 100% 0% 100%/83% 16% 84% 17%;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  box-shadow: inset 3px 3px 3px #cdcdcd, inset -3px -3px 3px #fafafa;
  transition: all 0.3s ease;
  color: #fff;
}
.speciality-wrap ul li:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: scale(1.02);
}
.speciality-wrap .special-text {
  font-size: clamp(18px, 2vw, 24px);
  font-style: italic;
  color: rgb(254.0675675676, 242.5675675676, 232.9324324324);
  margin-top: 2rem;
  max-width: 600px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  font-family: "Cormorant Upright", serif;
}

.plans .plan-card {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 25px;
  gap: 10px;
  box-shadow: rgba(226, 142, 57, 0.16) 5px 5px, rgba(231, 162, 92, 0.28) 10px 10px, rgba(231, 162, 92, 0.21) 15px 15px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 5% 95% 5% 95%/94% 5% 95% 6%;
  height: 100%;
  transition: 0.2s ease-in-out;
}
@media (width < 576px) {
  .plans .plan-card {
    padding: 20px 10px;
    gap: 8px;
  }
}
.plans .plan-card:hover {
  border-radius: 20px;
}
.plans .plan-card:hover::after {
  border-radius: 0px;
}
.plans .plan-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #fcd7b8;
  z-index: -1;
  border-radius: 0% 100% 0% 100%/83% 16% 84% 17%;
  transition: 0.2s ease-in-out;
}
@media (width < 576px) {
  .plans .plan-card::after {
    height: 40px;
  }
}
.plans .plan-card span {
  font-size: 18px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  text-align: center;
}
@media (width < 991px) {
  .plans .plan-card span {
    font-size: 16px;
  }
}
.plans .plan-card .plan-icon {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fcd7b8;
  outline: 5px solid #fff;
}
.plans .plan-card .plan-icon img {
  height: 50px;
  width: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.6;
}
@media (width < 991px) {
  .plans .plan-card .plan-icon {
    height: 60px;
    width: 60px;
  }
  .plans .plan-card .plan-icon img {
    height: 35px;
    width: 35px;
  }
}
.plans .plan-card p {
  text-align: center;
}

.help-wrap {
  overflow: hidden;
}
.help-wrap .support-card {
  margin-bottom: 20px;
  display: flex;
  flex-flow: column;
  gap: 10px;
  border-radius: 5% 95% 5% 95%/94% 5% 95% 6%;
  overflow: hidden;
  background: #fcd7b8;
  height: 100%;
  box-shadow: rgba(226, 142, 57, 0.16) 5px 5px, rgba(231, 162, 92, 0.28) 10px 10px, rgba(231, 162, 92, 0.21) 15px 15px;
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 1;
}
.help-wrap .support-card::after {
  content: "";
  position: absolute;
  height: 200px;
  width: 200px;
  z-index: -1;
  top: 0;
  right: -100px;
  bottom: 0;
  margin: auto;
  background: url(../images/circle-dots.png);
  background-size: contain;
  animation: spin 30s linear infinite;
}
.help-wrap .support-card::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff, #fff);
}
.help-wrap .support-card span {
  position: relative;
  font-size: 18px;
  text-align: center;
  z-index: 1;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
}
@media (width < 768px) {
  .help-wrap .support-card span {
    font-size: 16px;
  }
}
.help-wrap .support-card p {
  text-align: center;
}

.inspire-wrap {
  background: #26292d;
}
.inspire-wrap .inspire-heading {
  height: 100%;
  display: flex;
  align-items: center;
  border-left: 2px solid #fff;
  justify-content: center;
}
@media (width < 767px) {
  .inspire-wrap .inspire-heading {
    border-left: 0px;
    border-bottom: 2px solid #fff;
    padding: 10px 0;
  }
  .inspire-wrap .inspire-heading span {
    flex-grow: 1;
  }
  .inspire-wrap .inspire-heading span br {
    display: none;
  }
}
.inspire-wrap .inspire-heading span {
  text-align: center;
}
.inspire-wrap .slick-track {
  padding: 20px 0;
  display: flex;
  align-items: center;
}
.inspire-wrap .inspire-slide .slick-arrow {
  display: none !important;
}
.inspire-wrap .inspire-slide .inspire-items {
  transition: 0.4s ease;
  transform: scale(0.5);
  opacity: 0.6;
  margin: 0 40px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.inspire-wrap .inspire-slide .inspire-items a {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.inspire-wrap .inspire-slide .inspire-items.slick-active {
  transform: scale(1.1);
  opacity: 1;
}
.inspire-wrap .inspire-slide .inspire-items span {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  font-family: "Cormorant Upright", serif;
}
.inspire-wrap .inspire-slide .inspire-items img {
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (width < 767px) {
  .inspire-wrap .inspire-slide .inspire-items img {
    height: 70px;
  }
}
.inspire-wrap .inspire-slide .inspire-items img.alt {
  filter: invert(1) brightness(100);
}

#host-form .mail-response {
  color: #fff;
}

.mail-response {
  font-size: 18px;
  font-family: "Cormorant Upright", serif;
  font-weight: 600;
  line-height: 1.7;
}

.modal .btn-close {
  filter: invert(1) brightness(10);
  opacity: 1;
}
.modal .btn-close:focus {
  border: 0px;
  outline: none;
  box-shadow: none;
}
.modal .modal-content {
  padding: 10px;
  position: relative;
  z-index: 1;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border: none;
  border-radius: 0;
  overflow: hidden;
  background: #fcd7b8;
}
.modal .modal-content::before {
  content: "";
  position: absolute;
  right: -50px;
  bottom: -50px;
  background: #ffffff;
  z-index: -1;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  opacity: 0.7;
  transform: rotate(90deg);
}
.modal form {
  padding: 10px 0px;
  background: transparent;
}
.modal form .form-control,
.modal form .form-select {
  border-radius: 0;
  border: 1px solid #fff;
}
.modal form label {
  font-weight: 600;
  font-family: "Cormorant Upright", serif;
  color: #26292d;
  font-size: 18px;
}
.modal form .theme-btn:hover {
  background: #fcd7b8;
  color: #26292d;
  border-color: #fff;
}
.modal .modal-title {
  font-family: "Cormorant Upright", serif;
  color: #26292d;
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.offer-strip {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  gap: 10px;
}
.offer-strip::after {
  content: "";
  position: absolute;
  background: #fff;
  z-index: -1;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  right: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.offer-strip::before {
  content: "";
  position: absolute;
  background: #fff;
  z-index: -1;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  left: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.offer-strip span {
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
}
.offer-strip span:nth-child(1) strong {
  position: relative;
  z-index: 1;
  opacity: 0.8;
}
.offer-strip span:nth-child(1) strong::after {
  content: "";
  position: absolute;
  z-index: -1;
  height: 1px;
  background: #26292d;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}
.offer-strip span:nth-child(2) {
  height: 30px;
  width: 30px;
  background: #26292d;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.offer-strip span strong {
  font-weight: 900;
  font-size: 18px;
  margin-left: 5px;
}

.policy-wrap .small-heading {
  margin-top: 20px;
}
.policy-wrap .mini-heading {
  margin-top: 20px;
}
.policy-wrap .nav-tabs {
  border: none;
  justify-content: center;
  gap: 20px;
  flex-wrap: nowrap;
}
.policy-wrap .nav-tabs button {
  border-radius: 10px;
  color: #26292d;
  position: relative;
  z-index: 1;
  font-size: clamp(14px, 2vw, 20px);
  font-weight: 600;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.policy-wrap .nav-tabs button::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -15px;
  height: 30px;
  width: 30px;
  background: #fcd7b8;
  z-index: -2;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-15px) rotate(45deg);
}
.policy-wrap .nav-tabs button.active {
  border: 1px solid #fcd7b8 !important;
}
.policy-wrap .nav-tabs button.active::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: #fcd7b8;
  border-radius: 10px;
}
.policy-wrap .nav-tabs button.active::after {
  opacity: 1;
  visibility: visible;
  transition: 0.3s ease-in-out;
  transform: translateY(0px) rotate(45deg);
}
.policy-wrap .tab-pane {
  border: 1px solid #fcd7b8;
  margin-top: 30px;
  padding: 30px;
  border-radius: 20px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.friends-wrap span {
  font-size: 28px;
  font-family: "Cormorant Upright", serif;
  font-weight: 700;
}
@media (width < 1200px) {
  .friends-wrap .img-wrap {
    height: 400px;
  }
  .friends-wrap .common-content-wrap {
    align-items: center;
  }
  .friends-wrap p,
  .friends-wrap span {
    text-align: center;
  }
  .friends-wrap span {
    font-size: 25px;
  }
}
@media (width < 991px) {
  .friends-wrap span {
    font-size: 20px;
  }
}
@media (width < 767px) {
  .friends-wrap .img-wrap {
    height: 300px;
  }
}

.form-group {
  display: flex;
  flex-flow: column;
}

.new-package .divider {
  margin: 60px auto;
  border: 0;
  background: #c96606;
  height: 2px;
  max-width: 200px;
  display: block;
  opacity: 0.5;
  position: relative;
  z-index: 1;
  overflow: visible;
}
.new-package .divider:after {
  content: "";
  position: absolute;
  height: 40px;
  width: 40px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  background: url(../images/logo-deco.png) no-repeat;
  background-size: contain;
}
.new-package .package-card {
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #fcd7b8;
  border-radius: 5% 95% 5% 95%/94% 5% 95% 6%;
}
.new-package .package-card:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff, #fff);
}
.new-package .package-card::before {
  content: "";
  position: absolute;
  height: 200px;
  width: 200px;
  z-index: -1;
  top: 0;
  right: -100px;
  bottom: 0;
  margin: auto;
  background: url(../images/circle-dots.png);
  background-size: contain;
  animation: spin 30s linear infinite;
}
.new-package .package-card .common-content-wrap {
  padding: 40px 30px;
}
.new-package .package-card .card-img {
  height: 100%;
}
.new-package .package-card .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5% 95% 5% 95%/94% 5% 95% 6%;
}

.org-wrap {
  padding: 40px 0;
  border-top: 1px solid rgba(252, 215, 184, 0.431372549);
  border-bottom: 1px solid rgba(252, 215, 184, 0.431372549);
}
.org-wrap .org-img-content {
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
}
@media (width < 767px) {
  .org-wrap .org-img-content {
    gap: 6px;
  }
}
.org-wrap .org-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.org-wrap .org-img img {
  height: 90px;
  width: 100%;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (width < 1200px) {
  .org-wrap .org-img img {
    height: 65px;
  }
}
@media (width < 767px) {
  .org-wrap .org-img img {
    height: 35px;
  }
}

.service-cards-outer .sub-heading {
  text-transform: uppercase;
  font-size: 24px;
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  gap: 10px;
}
.service-cards-outer .sub-heading::before {
  content: "";
  position: relative;
  background: #26292d;
  height: 1px;
  flex-shrink: 0;
  width: 70px;
}

.content-body {
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}
.content-body .content-toggle {
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  z-index: -1;
}
.content-body .toggle-button {
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  z-index: 1;
  display: flex;
  padding: 4px 15px;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease-in-out;
  font-weight: 600;
  font-size: 14px;
  gap: 10px;
  font-family: "DM Sans", sans-serif;
  margin: 20px auto 0;
  background: #fff;
}
.content-body .toggle-button::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  left: 0;
  width: 130px;
  margin: auto;
  height: 100%;
  background: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
}
.content-body .toggle-button::before {
  content: "";
  position: absolute;
  z-index: -2;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #26292d;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.4;
}
.content-body .toggle-button:hover {
  color: #fcd7b8;
}
.content-body.active .content-toggle {
  transition: 0.4s ease-in-out;
  position: relative;
  top: 0;
  opacity: 1;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  z-index: 2;
}
.content-body.active .toggle-button:after {
  transform: rotate(180deg);
}

.assess-wrap ul li {
  border: 1px solid;
  width: 70%;
  margin: 0 auto 15px;
}
.assess-wrap ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 8px;
  text-align: center;
  justify-content: center;
  font-weight: 500;
  font-size: clamp(14px, 1.6vw, 18px);
  transition: 0.4s ease-in-out;
  background: #fcd7b8;
}
.assess-wrap ul li a:hover {
  background: #fff;
}
@media (max-width: 991px) {
  .assess-wrap ul li {
    width: 95%;
  }
}

.assess-form-wrap .form-control {
  border: 1px solid rgba(0, 0, 0, 0.2666666667);
}
.assess-form-wrap .assess-form-inner {
  border: 1px solid rgba(201, 102, 6, 0.2509803922);
  padding: 0px 25px 25px;
  position: relative;
  margin-bottom: 50px;
  background: #fff;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
@media (max-width: 600px) {
  .assess-form-wrap .assess-form-inner {
    overflow-x: scroll;
    padding: 25px;
  }
  .assess-form-wrap .assess-form-inner .heading {
    top: 0px !important;
    margin-bottom: 15px;
    padding: 0 !important;
  }
}
.assess-form-wrap .assess-form-inner .heading {
  position: relative;
  top: -15px;
  display: inline-block;
  background: #fff;
  text-transform: capitalize;
  font-weight: 600;
  color: #c96606;
  padding: 3px 15px;
  font-size: 20px;
  border-radius: 15px;
}
@media (max-width: 991px) {
  .assess-form-wrap .assess-form-inner .heading {
    font-size: 17px;
  }
}
.assess-form-wrap .radio-wrap .name-label {
  color: #c96606;
}
.assess-form-wrap .name-label {
  font-weight: 600;
  color: #26292d;
  margin-bottom: 10px;
  font-size: 16px;
}
.assess-form-wrap .custom-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-right: 20px;
  text-transform: capitalize;
  font-weight: 400;
}
.assess-form-wrap thead {
  background-color: #f2f2f2;
}
.assess-form-wrap thead tr th:nth-child(1) {
  width: 30%;
}
.assess-form-wrap table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
  background: #fff;
  border-collapse: collapse;
}
.assess-form-wrap table:last-child {
  margin: 0;
}
.assess-form-wrap .td {
  text-align: left;
  word-wrap: break-word;
}
.assess-form-wrap th,
.assess-form-wrap td {
  border: 1px solid rgba(0, 0, 0, 0.2666666667);
  padding: 8px;
  text-align: center;
  text-wrap: wrap;
}
.assess-form-wrap th span,
.assess-form-wrap td span {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 3px;
}
@media (max-width: 991px) {
  .assess-form-wrap th,
  .assess-form-wrap td {
    font-size: 14px;
  }
  .assess-form-wrap th span,
  .assess-form-wrap td span {
    font-size: 14px;
  }
}
.assess-form-wrap th {
  background-color: #f1f1f1;
}
.assess-form-wrap tr:nth-child(even) {
  background-color: #f9f9f9;
}
.assess-form-wrap tr:hover {
  background-color: #f1f1f1;
}
.assess-form-wrap label {
  display: block;
}
.assess-form-wrap .question {
  text-align: left;
}
.assess-form-wrap .essess-btn {
  background: transparent;
  padding: 10px 20px;
  border: 1px solid #c96606;
  border-radius: 20px;
  text-transform: uppercase;
  font-weight: 600;
  background: #fff;
  color: #26292d !important;
}
.assess-form-wrap .radio-group {
  margin-bottom: 25px;
}
.assess-form-wrap .radio-group label {
  margin-left: 16px;
}
.assess-form-wrap .radio-group .small-heading {
  border: 1px solid rgb(82, 78, 78);
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  padding: 3px 15px;
  background: rgb(223, 218, 218);
}
.assess-form-wrap .form-floating label {
  font-weight: 400;
  font-size: 15px;
}

.work-img {
  max-height: 550px;
}

.signup-btn {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: clamp(17px, 1.9vw, 21px);
  margin-top: 25px;
  background: linear-gradient(to left, #fff, #fcd7b8);
  border-radius: 10px;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  transition: 0.3s ease-in-out;
}
.signup-btn:hover {
  background: linear-gradient(to right, #fcd7b8, #f3f3f3, #ffffff);
  box-shadow: none;
}
.signup-btn i {
  font-size: clamp(17px, 1.9vw, 21px);
}

.alt-bg {
  background: #f8f8f8;
}

.ripple-effect-wrap {
  position: relative;
  overflow: hidden;
}
.ripple-effect-wrap .img-wrap {
  border-radius: none;
}
.ripple-effect-wrap .img-wrap img {
  box-shadow: none;
  border-radius: none;
}
.ripple-effect-wrap .collage-wrap {
  height: 300px;
  width: 100%;
}
.ripple-effect-wrap .collage-wrap img {
  width: 100%;
  height: 100%;
  border-radius: 5% 95% 5% 95%/94% 5% 95% 6%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin: auto;
  border-radius: 5% 95% 5% 95%/94% 5% 95% 6%;
}
.ripple-effect-wrap .collage-wrap img:hover {
  transform: scale(1.03);
  box-shadow: rgba(226, 142, 57, 0.16) 5px 5px, rgba(231, 162, 92, 0.28) 10px 10px, rgba(231, 162, 92, 0.21) 15px 15px;
}
@media (max-width: 767px) {
  .ripple-effect-wrap .collage-wrap {
    height: 130px;
  }
}
.ripple-effect-wrap .retreat-cta {
  background: linear-gradient(to right, #fcd7b8, #f3f3f3, #ffffff);
  padding: 15px;
  text-align: center;
  font-family: "DM Sans", sans-serif;
  color: #26292d;
  transition: all 0.3s ease-in-out;
  border: none;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  border-radius: 5% 95% 5% 95%/94% 5% 95% 6%;
}
.ripple-effect-wrap .retreat-cta p {
  margin-bottom: 1rem;
  line-height: 1.6;
}
.ripple-effect-wrap .retreat-cta p:last-of-type {
  font-style: italic;
  color: #586e5c;
}
.ripple-effect-wrap .retreat-cta:hover {
  box-shadow: rgba(233, 185, 137, 0.23) 5px 5px, rgba(231, 181, 130, 0.2) 10px 10px, rgba(235, 193, 145, 0.18) 15px 15px;
}

.where-wrap .location-slide img {
  width: 400px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5% 95% 5% 95%/94% 5% 95% 6%;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media (max-width: 767px) {
  .where-wrap .location-slide img {
    height: 300px;
    width: 250px;
  }
}
@media (max-width: 575px) {
  .where-wrap .location-slide img {
    height: 220px;
    width: 220px;
  }
}
.where-wrap .location-slide .slick-slide {
  opacity: 0.5;
  transform: scale(0.9);
  transition: all 0.3s ease;
}
.where-wrap .location-slide .slick-slide.slick-current {
  opacity: 1;
  transform: scale(1);
}
.where-wrap .slick-dots {
  margin-top: 2rem;
  display: flex !important;
  justify-content: center;
  gap: 10px;
}
.where-wrap .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2666666667);
  transition: all 0.3s ease;
}
.where-wrap .slick-dots li.slick-active {
  background: #c96606;
  transform: scale(1.2);
  box-shadow: 0 0 5px #c96606;
}
.where-wrap .slick-dots li button {
  opacity: 0;
  width: 0;
  height: 0;
  padding: 0;
  border: none;
  background: transparent;
}

.country-wrap .country-strip {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}
.country-wrap .country-strip li {
  width: 23%;
  position: relative;
  overflow: hidden;
  z-index: 2;
  display: flex;
  flex-flow: column;
  align-items: center;
  font-size: clamp(16px, 2.2vw, 24px);
  font-family: "Cormorant Upright", serif;
  font-weight: 600;
}
.country-wrap .country-strip li img {
  height: 150px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .country-wrap .country-strip li img {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .country-wrap .country-strip li img {
    height: 60px;
  }
}
@media (max-width: 421px) {
  .country-wrap .country-strip {
    gap: 5px;
  }
  .country-wrap .country-strip li {
    width: 30%;
  }
}

.collaborate-wrap {
  font-family: "DM Sans", sans-serif;
  color: #26292d;
}
.collaborate-wrap .collage {
  display: flex;
  flex-direction: row;
  gap: 0.8rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  height: 300px;
}
.collaborate-wrap .collage img {
  height: 100%;
  width: auto;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  border-radius: 5% 95% 5% 95%/94% 5% 95% 6%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.collaborate-wrap .collage img:hover {
  box-shadow: rgba(233, 185, 137, 0.23) 5px 5px, rgba(231, 181, 130, 0.2) 10px 10px, rgba(235, 193, 145, 0.18) 15px 15px;
  cursor: pointer;
}
.collaborate-wrap .common-content-wrap {
  padding-left: 1rem;
}
.collaborate-wrap .common-content-wrap .small-heading {
  font-family: "Cormorant Upright", serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #586e5c;
  text-transform: uppercase;
  margin-bottom: 0.7rem;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .collaborate-wrap .collage {
    flex-direction: row;
    overflow-x: auto;
    gap: 0.6rem;
    height: 230px;
  }
  .collaborate-wrap .collage img {
    min-width: 180px;
    flex-shrink: 0;
  }
  .collaborate-wrap .common-content-wrap {
    padding-left: 0;
  }
}

.get-started-section {
  background: url(../images/fire-ceremony-at-ganges.webp) no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  font-family: "DM Sans", sans-serif;
}
.get-started-section .container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.get-started-section .section-heading {
  font-size: clamp(25px, 2.5vw, 32px);
  color: #fff;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-family: "Cormorant Upright", serif;
  letter-spacing: 0.5px;
}
.get-started-section .section-subheading {
  font-size: clamp(17px, 1.9vw, 22px);
  color: #fcd7b8;
  margin-bottom: 2.5rem;
  font-weight: 400;
  font-family: "DM Sans", sans-serif;
}
.get-started-section .steps-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 2.5rem;
}
.get-started-section .step {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.7411764706);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(38, 41, 45, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-left: 4px solid #fcd7b8;
}
.get-started-section .step:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(38, 41, 45, 0.1);
}
.get-started-section .step .step-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background: #c96606;
  color: #ffffff;
  border-radius: 50%;
  font-weight: bold;
  margin-right: 1.5rem;
  flex-shrink: 0;
  font-family: "DM Sans", sans-serif;
}
@media (max-width: 767px) {
  .get-started-section .step .step-number {
    height: 25px;
    width: 25px;
    margin-right: 10px;
  }
}
.get-started-section .step .step-text {
  margin: 0;
  text-align: left;
  color: #26292d;
  font-size: clamp(14px, 1.8vw, 18px);
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
}
@media (max-width: 991px) {
  .get-started-section .step {
    padding: 14px;
  }
}
.get-started-section .bonus-note {
  background: rgba(45, 40, 37, 0.58);
  padding: 1rem;
  border-radius: 8px;
  margin: 2rem 0;
  font-size: 1.1rem;
  font-family: "DM Sans", sans-serif;
}
.get-started-section .bonus-note p {
  color: #fff;
}

.benefits-section {
  background: #ffffff;
  padding: clamp(3rem, 5vw, 6rem) 0;
}
.benefits-section .container {
  margin: 0 auto;
  padding: 0 clamp(1.5rem, 3vw, 2.5rem);
  display: grid;
  gap: clamp(1rem, 4vw, 4rem);
}
@media (min-width: 768px) {
  .benefits-section .container {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
.benefits-section .section-heading {
  font-family: "Cormorant Upright", serif;
  font-size: clamp(24px, 4vw, 3rem);
  color: #26292d;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.benefits-section .section-subheading {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(17px, 2vw, 1.5rem);
  color: #586e5c;
  font-weight: 400;
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
}
.benefits-section .benefits-list {
  list-style: none;
  padding: 0;
  margin-bottom: clamp(2rem, 3vw, 3rem);
}
.benefits-section .benefits-list li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 1rem;
  font-family: "DM Sans", sans-serif;
  line-height: 1.6;
  color: #26292d;
}
.benefits-section .benefits-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6em;
  width: 0.8rem;
  height: 0.8rem;
  background: #fcd7b8;
  border-radius: 50%;
}
.benefits-section .special-text {
  font-family: "Cormorant Upright", serif;
  font-size: clamp(1.2rem, 2vw, 1.6rem);
  color: #c96606;
  border-left: 3px solid #fcd7b8;
  padding-left: 1.5rem;
  line-height: 1.4;
}
.benefits-section .image-grid .grid-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5% 95% 5% 95%/94% 5% 95% 6%;
  box-shadow: 0 4px 12px rgba(38, 41, 45, 0.1);
  transition: transform 0.3s ease;
}
.benefits-section .image-grid .grid-image:hover {
  transform: scale(1.02);
}
@media (max-width: 767px) {
  .benefits-section .image-grid {
    grid-template-rows: repeat(3, 50vw);
  }
  .benefits-section .image-grid .grid-image:nth-child(1) {
    grid-column: 1/7;
    grid-row: 1/2;
  }
  .benefits-section .image-grid .grid-image:nth-child(2) {
    grid-column: 1/7;
    grid-row: 2/3;
  }
  .benefits-section .image-grid .grid-image:nth-child(3) {
    grid-column: 1/7;
    grid-row: 3/4;
  }
}

.foundation-wrap .foundation-img {
  height: 300px;
}
.foundation-wrap .foundation-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  border-radius: 5% 95% 5% 95%/94% 5% 95% 6%;
}
@media (max-width: 767px) {
  .foundation-wrap .foundation-img {
    height: 250px;
  }
}
@media (max-width: 500px) {
  .foundation-wrap .foundation-img {
    height: 220px;
  }
}

.thank-you-section {
  position: relative;
}
.thank-you-section .thank-you-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(38, 41, 45, 0.1);
  display: flex;
  align-items: center;
}
.thank-you-section .thank-you-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  filter: brightness(0.9);
}
.thank-you-section .thank-you-content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: clamp(1rem, 3vw, 3rem);
  color: #ffffff;
  text-align: center;
  background: linear-gradient(to right, rgba(38, 41, 45, 0.7) 0%, rgba(38, 41, 45, 0.5) 100%);
}
.thank-you-section .main-heading {
  font-family: "Cormorant Upright", serif;
  font-size: clamp(22px, 3vw, 45px);
  line-height: 1.2;
  margin-bottom: 15px;
  font-weight: 400;
  color: #fff;
}
.thank-you-section .main-heading .highlight {
  color: #fcd7b8;
  font-weight: 600;
  font-size: clamp(22px, 3vw, 45px);
}
.thank-you-section span {
  font-size: clamp(18px, 2.6vw, 30px);
  display: inline-block;
  color: #fff;
}
.thank-you-section .thank-you-message {
  font-family: "Cormorant Upright", serif;
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  margin-bottom: clamp(2rem, 3vw, 3rem);
  color: #fcd7b8;
}
.thank-you-section .theme-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}
.thank-you-section .theme-btn:hover {
  transform: translateY(-2px);
}
.thank-you-section .theme-btn:hover .btn-arrow {
  transform: translateX(3px);
}
.thank-you-section .theme-btn .btn-arrow {
  width: 1rem;
  height: 1rem;
  transition: transform 0.3s ease;
}

.yoga-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  gap: 15px;
  padding: 20px;
  background: url(../images/yoga-cta-bg.webp) no-repeat;
  background-position: center;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 100%;
}
.yoga-cta::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: #26292d;
  opacity: 0.8;
}
.yoga-cta span {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
}
.yoga-cta span:nth-child(1) {
  text-align: center;
  opacity: 1;
  font-size: 30px;
  font-weight: 700;
  font-family: "Cormorant Upright", serif;
}
@media (width < 1200px) {
  .yoga-cta span {
    font-size: 16px;
  }
  .yoga-cta span:nth-child(1) {
    font-size: 26px;
  }
}
@media (width < 991px) {
  .yoga-cta span {
    font-size: 15px;
  }
}
.yoga-cta a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid;
  overflow: hidden;
  padding: 0 10px 0 0;
  border-radius: 20px;
  transition: 0.4s;
}
.yoga-cta a span {
  overflow: hidden;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fcd7b8;
  transition: 0.4s;
  flex-shrink: 0;
}
.yoga-cta a span i {
  color: #26292d;
  font-size: 18px;
}
.yoga-cta a:hover span {
  background: #fff;
}

.not-avail-wrap {
  font-family: "DM Sans", sans-serif;
  max-width: 900px;
  margin: 0rem auto;
  text-align: center;
}
.not-avail-wrap .message-container {
  background: #f3ede8;
  padding: 2.5rem;
  box-shadow: rgba(233, 185, 137, 0.23) 5px 5px, rgba(231, 181, 130, 0.2) 10px 10px, rgba(235, 193, 145, 0.18) 15px 15px;
  position: relative;
  overflow: hidden;
}
.not-avail-wrap .message-container::before {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  width: 100px;
  height: 100px;
  background: rgba(252, 215, 184, 0.431372549);
  border-radius: 43% 57% 41% 59%/62% 40% 60% 38%;
  z-index: 0;
}
.not-avail-wrap .message-container .icon-container {
  width: 60px;
  height: 60px;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(252, 215, 184, 0.431372549);
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.not-avail-wrap .message-container .icon-container svg {
  width: 30px;
  height: 30px;
  color: #c96606;
}
.not-avail-wrap .message-container h2 {
  color: #26292d;
  margin-bottom: 1rem;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 600;
  position: relative;
  z-index: 1;
}
.not-avail-wrap .message-container p {
  font-family: "DM Sans", sans-serif;
  color: #586e5c;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
}
.not-avail-wrap .message-container .subscribe-btn {
  font-family: "DM Sans", sans-serif;
  background: #fcd7b8;
  color: #26292d;
  border: none;
  padding: 0.8rem 1.5rem;
  border-radius: 0% 100% 0% 100%/83% 16% 84% 17%;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.not-avail-wrap .message-container .subscribe-btn:hover {
  background: rgb(151.4782608696, 76.8695652174, 4.5217391304);
  transform: translateY(-2px);
  box-shadow: rgba(226, 142, 57, 0.16) 5px 5px, rgba(231, 162, 92, 0.28) 10px 10px, rgba(231, 162, 92, 0.21) 15px 15px;
  color: #fcd7b8;
}

.personal-card {
  font-family: "DM Sans", sans-serif;
  background: #ffffff;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.personal-card:hover {
  box-shadow: rgba(226, 142, 57, 0.16) 5px 5px, rgba(231, 162, 92, 0.28) 10px 10px, rgba(231, 162, 92, 0.21) 15px 15px;
  transform: translateY(-3px);
}
.personal-card .head {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 2rem 1.5rem;
  background: linear-gradient(to right, #fcd7b8, #f3f3f3, #ffffff);
  position: relative;
  overflow: hidden;
}
.personal-card .head::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2666666667), transparent);
}
.personal-card .head img {
  width: 120px;
  height: 120px;
  border-radius: 43% 57% 41% 59%/62% 40% 60% 38%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 3px solid rgba(252, 215, 184, 0.431372549);
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  margin-bottom: 1.5rem;
  z-index: 2;
}
.personal-card .head .info {
  text-align: center;
  z-index: 2;
}
.personal-card .head .info .name {
  display: block;
  font-family: "Cormorant Upright", serif;
  font-size: clamp(22px, 2.4vw, 28px);
  color: #26292d;
  margin-bottom: 0.3rem;
  font-weight: 600;
}
.personal-card .head .info .team-position {
  color: #586e5c;
  margin-bottom: 1.5rem;
  font-style: italic;
}
.personal-card .head .info .team-social {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 0;
  margin: 0;
  list-style: none;
}
.personal-card .head .info .team-social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #ffffff;
  transition: all 0.3s ease;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.personal-card .head .info .team-social li a.facebook {
  background: #3b5998;
}
.personal-card .head .info .team-social li a.insta {
  background: linear-gradient(to right, #f9ce34, #ee2a7b, #6228d7);
}
.personal-card .head .info .team-social li a.linkedin {
  background: #0077b5;
}
.personal-card .head .info .team-social li a.whatssapp-icon {
  background: #25d366;
}
.personal-card .head .info .team-social li a:hover {
  transform: translateY(-3px) scale(1.1);
  box-shadow: rgba(226, 142, 57, 0.16) 5px 5px, rgba(231, 162, 92, 0.28) 10px 10px, rgba(231, 162, 92, 0.21) 15px 15px;
}
.personal-card .head .info .team-social li a i {
  font-size: 1rem;
}
.personal-card .body {
  padding: clamp(5px, 0.7vw, 15px);
  background: #ffffff;
  transition: all 0.4s ease;
}
.personal-card .body .heading {
  display: block;
  font-size: clamp(16px, 1.8vw, 20px);
  color: #c96606;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
  padding-bottom: 1rem;
}
.personal-card .body .heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #fcd7b8, #c96606, #fcd7b8);
  border-radius: 3px;
  transition: width 0.3s ease;
}
.personal-card .body .heading:hover::after {
  width: 120px;
}
.personal-card .body ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.8rem;
  padding: 0;
  list-style: none;
}
.personal-card .body ul li {
  padding: 3px 8px;
  font-size: clamp(12px, 1.3vw, 14px);
  background: rgba(252, 215, 184, 0.431372549);
  color: #26292d;
  transition: all 0.3s ease;
  text-align: center;
  font-size: clamp(12px, 1.3vw, 14px);
  border-radius: 8px;
}
.personal-card .body .read-more {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  margin: 10px auto 0;
  cursor: pointer;
  flex-flow: column;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 600;
  color: #c96606;
  top: 10px;
}
.personal-card .body .read-more::after {
  content: "";
  position: relative;
  height: 20px;
  width: 20px;
  background: url(../images/angle-down.svg) no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.3s ease-in-out;
  filter: brightness(0) saturate(100%) invert(38%) sepia(99%) saturate(1463%) hue-rotate(12deg) brightness(91%) contrast(95%);
}
.personal-card .body .read-more:hover::after {
  transform: translateY(10px);
}
.personal-card .body .read-more.is-active {
  flex-flow: column-reverse;
  top: 0px;
}
.personal-card .body .read-more.is-active::after {
  transform: rotate(180deg);
}
.personal-card .body .read-more.is-active:hover::after {
  transform: rotate(180deg) translateY(10px);
}
.personal-card .body .more {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  color: #26292d;
  opacity: 0.9;
  padding: 0 1rem;
}
.personal-card .body .more.expanded {
  max-height: 2000px;
  padding: 0 1rem 1rem;
}
.personal-card .body .more .para {
  line-height: 1.8;
  text-align: center;
}
.personal-card .body .more .para:last-child {
  margin-bottom: 0;
}
.personal-card .body .more .para strong {
  color: #c96606;
  font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .personal-card .head {
    flex-direction: column;
    text-align: center;
  }
  .personal-card .body ul {
    -moz-columns: 1;
         columns: 1;
  }
}
.login-btn {
  display: flex;
  align-items: center;
}
.login-btn a {
  height: -moz-fit-content !important;
  height: fit-content !important;
  background: #fff;
  padding: 7px 20px;
  border: 1px solid rgba(255, 0, 0, 0.2588235294);
  border-radius: 20px;
  transition: 0.3s ease-in-out;
}
.login-btn a:hover {
  background: #fcd7b8;
}

.round-img {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.round-img img {
  height: 380px;
  width: 380px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .round-img img {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 575px) {
  .round-img img {
    height: 250px;
    width: 250px;
  }
}

.massage-card {
  margin-bottom: 20px;
  background: #fff;
  padding: 28px;
  border-radius: 40px;
}
.massage-card .heading {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  margin-bottom: 15px;
}
.massage-card .heading img {
  height: 40px;
  width: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer-content {
  max-width: 800px;
  margin: 0 auto;
}
.footer-content p {
  font-size: clamp(13px, 1.4vw, 14px);
  line-height: 1.6;
  margin: 0.5rem 0;
}
.footer-content p strong {
  font-weight: 600;
}

.date-wrap {
  background: linear-gradient(to right, #fcd7b8, #f3f3f3, #ffffff);
  display: block;
  padding: 10px;
  font-size: clamp(14px, 1.6vw, 18px);
  text-transform: uppercase;
  font-weight: 500;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
.date-wrap strong {
  margin-right: 5px;
}

.course-special {
  display: flex;
  padding: 15px;
  flex-flow: column;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2666666667);
  text-align: center;
  gap: 10px;
  border-radius: 30px;
}
.course-special strong {
  text-align: center;
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 700;
  text-transform: uppercase;
}

.courses-content .sub-heading {
  font-family: "Cormorant Upright", serif;
  font-size: clamp(25px, 2.8vw, 35px);
}

.course-weeks {
  padding: 15px;
  height: 100%;
  background: linear-gradient(to bottom, rgba(252, 215, 184, 0), #ededed, #ffe1c5);
  border-radius: 10px;
}
.course-weeks .heading {
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  margin-bottom: 10px;
}
.course-weeks span {
  font-weight: 600;
  display: inline-block;
  padding: 4px 20px;
  border: 1px solid #000;
  margin: 0 0 10px;
  border-radius: 20px;
  background: #000;
  color: #fcd7b8;
  font-weight: 600;
  opacity: 0.7;
  letter-spacing: 1px;
  font-size: clamp(14px, 1.5vw, 16px);
}

.course-cost {
  background: linear-gradient(to right, #fcd7b8, #f3f3f3, #ffffff);
}
.course-cost .small-heading {
  font-size: clamp(18px, 2vw, 22px);
  text-transform: uppercase;
  font-weight: 800;
}
.course-cost .time {
  font-size: clamp(14px, 1.6vw, 18px);
  font-weight: 600;
}

.logos-wrapper {
  border: 2px dashed rgba(0, 0, 0, 0.2117647059);
  padding: 20px;
  margin-top: 30px;
}
.logos-wrapper p {
  text-align: center;
}
.logos-wrapper ul {
  display: flex;
  align-items: center;
  gap: clamp(10px, 2vw, 20px);
  justify-content: center;
  margin-top: 30px;
}
.logos-wrapper ul img {
  height: clamp(60px, 10vw, 120px);
  width: clamp(60px, 10vw, 120px);
  -o-object-fit: contain;
     object-fit: contain;
}

.course-testimonials .section-subtitle {
  color: #000;
  font-size: clamp(25px, 3vw, 38px);
  margin-bottom: 30px;
  font-weight: 600;
  position: relative;
  font-family: "Cormorant Upright", serif;
  text-transform: capitalize;
}
.course-testimonials .section-subtitle::after {
  content: "";
  display: block;
  width: 80px;
  height: 3px;
  background: #000;
  margin: 15px 0 0;
}
.course-testimonials .testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
}
@media (max-width: 768px) {
  .course-testimonials .testimonial-grid {
    grid-template-columns: 1fr;
  }
}
.course-testimonials .testimonial-card {
  background: white;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}
.course-testimonials .testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.course-testimonials .testimonial-card .quote-icon {
  font-size: 4rem;
  color: #c96606;
  line-height: 1;
  opacity: 0.2;
  position: absolute;
  top: 10px;
  left: 20px;
}
.course-testimonials .testimonial-card .testimonial-text {
  color: #4a5568;
  line-height: 1.6;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
.course-testimonials .testimonial-card .testimonial-author {
  color: #000;
  font-weight: 600;
  font-size: clamp(14px, 1.6vw, 18px);
  text-transform: uppercase;
  opacity: 0.8;
}

.new-price {
  font-weight: 700;
  font-size: clamp(15px, 1.6vw, 18px);
  display: block;
  background: #fcd7b8;
  padding: 5px 20px;
  margin-bottom: 10px;
}

.newsletter-wrap {
  background-color: #f3ede8;
  padding: 4rem 0;
  font-family: "DM Sans", sans-serif;
}
.newsletter-wrap .newsletter-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.newsletter-wrap .newsletter-content .footer-heading {
  font-family: "DM Sans", sans-serif;
  font-size: clamp(22px, 2.4vw, 30px);
  color: #26292d;
  margin-bottom: 1.5rem;
}
.newsletter-wrap .newsletter-content .newsletter-desc {
  font-size: clamp(14px, 1.6vw, 18px);
  color: #586e5c;
  margin-bottom: 2rem;
  line-height: 1.6;
}
.newsletter-wrap .newsletter-content .newsletter-form-inner .form-group {
  display: flex;
  flex-flow: column;
  gap: 1rem;
}
.newsletter-wrap .newsletter-content .newsletter-form-inner .form-group input[type=email] {
  padding: 0.8rem 1rem;
  border: 1px solid rgb(152.5, 173, 156.2272727273);
  border-radius: 5px;
  font-size: 1rem;
  font-family: "DM Sans", sans-serif;
}
.newsletter-wrap .newsletter-content .newsletter-form-inner .form-group .subscribe-btn {
  background-color: #c96606;
  color: #ffffff;
  padding: 0.8rem 1.5rem;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  transition: background-color 0.3s ease;
}
.newsletter-wrap .newsletter-content .newsletter-form-inner .form-group .subscribe-btn:hover {
  background-color: rgb(151.4782608696, 76.8695652174, 4.5217391304);
}
.newsletter-wrap .newsletter-content .form-notice {
  margin-top: 1.5rem;
  font-size: 0.85rem;
  color: #26292d;
}
.newsletter-wrap .newsletter-content .form-notice a {
  color: #586e5c;
  text-decoration: underline;
}
.newsletter-wrap .newsletter-content .form-notice a:hover {
  color: rgb(65.3333333333, 81.6666666667, 68.303030303);
}
.newsletter-wrap .newsletter-content .form-notice p {
  margin-bottom: 0.5rem;
}

.appointment-toggle {
  position: fixed;
  right: 20px;
  bottom: 130px;
  z-index: 9999;
  font-family: "DM Sans", sans-serif;
  /* PROFILE WRAPPER */
  /* APPOINTMENT CARD */
  /* CLOSE BUTTON */
  /* CARD HEADER */
  /* CARD BODY */
  /* ACTION BUTTONS */
  /* RESPONSIVE */
}
.appointment-toggle .toggle-container {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  gap: 15px;
}
.appointment-toggle .profile-wrapper {
  position: relative;
  width: 68px;
  height: 68px;
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border-radius: 50%;
}
.appointment-toggle .profile-wrapper .profile-toggle {
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 50%;
  border: 3px solid #ffffff;
  background: #ffffff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  cursor: pointer;
  display: block;
}
.appointment-toggle .profile-wrapper .profile-toggle img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease;
}
.appointment-toggle .profile-wrapper .status-dot {
  position: absolute;
  bottom: 2px;
  right: 2px;
  width: 14px;
  height: 14px;
  background-color: #44b700;
  border: 2px solid #ffffff;
  border-radius: 50%;
  z-index: 2;
  animation: statusPulse 2s infinite;
}
.appointment-toggle .profile-wrapper:hover {
  transform: scale(1.1) rotate(5deg);
}
.appointment-toggle .profile-wrapper:hover .profile-toggle img {
  filter: grayscale(0%);
  transform: scale(1.1);
}
.appointment-toggle .profile-wrapper.pulse {
  animation: buttonPulse 2s infinite;
}
.appointment-toggle .appointment-card {
  position: relative;
  width: 260px;
  background: rgb(255, 255, 255);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(0, 0, 0, 0.05), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px) scale(0.9) rotate3d(1, 0, 0, -10deg);
  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  transform-origin: bottom right;
  overflow: visible;
  /* SPEECH BUBBLE TAIL */
}
.appointment-toggle .appointment-card.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1) rotate3d(0, 0, 0, 0deg);
}
.appointment-toggle .appointment-card.active .card-header,
.appointment-toggle .appointment-card.active .card-body,
.appointment-toggle .appointment-card.active .actions .btn {
  animation: fadeInSlideUp 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
.appointment-toggle .appointment-card.active .actions .btn:nth-child(1) {
  animation-delay: 0.1s;
}
.appointment-toggle .appointment-card.active .actions .btn:nth-child(2) {
  animation-delay: 0.2s;
}
.appointment-toggle .appointment-card::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 24px;
  width: 20px;
  height: 20px;
  background: inherit;
  backdrop-filter: inherit;
  -webkit-backdrop-filter: inherit;
  border-right: inherit;
  border-bottom: inherit;
  transform: rotate(45deg);
  z-index: -1;
  border-bottom-right-radius: 4px;
}
.appointment-toggle .close-card {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 30px;
  height: 30px;
  background: #26292d;
  border: 2px solid #ffffff;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 10;
  padding: 0;
}
.appointment-toggle .close-card svg {
  width: 14px;
  height: 14px;
  transition: transform 0.3s ease;
}
.appointment-toggle .close-card:hover {
  background: #c96606;
  transform: scale(1.1) rotate(90deg);
}
.appointment-toggle .card-header {
  padding: 20px 20px 8px;
  opacity: 0;
}
.appointment-toggle .card-header .clinic-label {
  font-size: 9px;
  letter-spacing: 2.5px;
  color: #c96606;
  font-weight: 800;
  text-transform: uppercase;
  display: block;
  margin-bottom: 4px;
}
.appointment-toggle .card-header .card-title {
  font-family: "Cormorant Upright", serif;
  font-size: 20px;
  font-weight: 700;
  color: #26292d;
  margin: 0;
  line-height: 1.1;
}
.appointment-toggle .card-header .status-text {
  font-size: 11px;
  color: #666;
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.appointment-toggle .card-header .status-text::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #44b700;
  border-radius: 50%;
}
.appointment-toggle .card-body {
  padding: 15px 20px 20px;
  opacity: 0;
}
.appointment-toggle .card-body .greeting {
  font-size: clamp(12px, 1.3vw, 14px);
  color: #444;
  margin-bottom: 20px;
  line-height: 1.5;
}
.appointment-toggle .actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.appointment-toggle .actions .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  opacity: 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  /* SHINE EFFECT */
  /* SLIDE-IN ARROW */
}
.appointment-toggle .actions .btn span {
  text-align: left;
}
.appointment-toggle .actions .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  transition: 0.5s;
  pointer-events: none;
}
.appointment-toggle .actions .btn:hover::before {
  left: 100%;
}
.appointment-toggle .actions .btn .btn-icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.05);
  flex-shrink: 0;
}
.appointment-toggle .actions .btn .btn-icon svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}
.appointment-toggle .actions .btn::after {
  content: "→";
  position: absolute;
  right: 15px;
  font-size: 18px;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}
.appointment-toggle .actions .btn:hover {
  padding-right: 35px;
  background: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}
.appointment-toggle .actions .btn:hover::after {
  opacity: 1;
  transform: translateX(0);
}
.appointment-toggle .actions .btn:hover .btn-icon svg {
  transform: scale(1.1) rotate(-10deg);
}
.appointment-toggle .actions .btn.whatsapp-btn {
  background: linear-gradient(135deg, #f0fff4, #e6fffa);
  color: #26292d;
  border-color: rgba(37, 211, 102, 0.2);
}
.appointment-toggle .actions .btn.whatsapp-btn .btn-icon {
  background: rgba(37, 211, 102, 0.1);
}
.appointment-toggle .actions .btn.whatsapp-btn .btn-icon svg {
  fill: #25d366;
}
.appointment-toggle .actions .btn.whatsapp-btn:hover {
  background: #fff;
  border-color: #25d366;
}
.appointment-toggle .actions .btn.email-btn {
  background: rgba(252, 215, 184, 0.3490196078);
  color: #26292d;
  border-color: rgba(201, 102, 6, 0.2);
}
.appointment-toggle .actions .btn.email-btn .btn-icon {
  background: rgba(201, 102, 6, 0.1);
}
.appointment-toggle .actions .btn.email-btn .btn-icon svg {
  fill: #c96606;
}
.appointment-toggle .actions .btn.email-btn:hover {
  background: #fff;
  border-color: #c96606;
}
.appointment-toggle .actions .btn:active {
  transform: translateY(-1px) scale(0.98);
}
@media (max-width: 767px) {
  .appointment-toggle {
    right: 15px;
  }
  .appointment-toggle .appointment-card {
    width: calc(100vw - 30px);
    max-width: 235px;
    right: 0;
  }
}

/* ADVANCED ANIMATIONS */
@keyframes buttonPulse {
  0% {
    transform: scale(1);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  }
}
@keyframes statusPulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.4);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes fadeInSlideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.special-heading {
  margin: 30px 0;
  display: flex;
  flex-flow: column;
}

.cat-list {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 10px;
}
.cat-list li {
  padding: 0 10px;
  position: relative;
  z-index: 1;
  padding: 3px 8px;
  background: #fcd7b8;
}

.new-note {
  position: relative;
  padding: 25px;
  border: 2px solid;
  margin: 30px 0;
}
.new-note .note-heading {
  position: absolute;
  top: -20px;
  padding: 5px 10px;
  background: #fff;
  font-size: clamp(16px, 1.8vw, 20px);
}

small strong {
  font-size: inherit !important;
}

p strong {
  font-size: inherit !important;
}

/* CLASSIC RETREAT OFFER - COMPACT LIGHT DESIGN */
.classic-retreat-offer {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  overflow: hidden;
  margin: 35px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}
.classic-retreat-offer .offer-header {
  background: linear-gradient(to bottom, #fafafa, #fff);
  padding: 18px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.classic-retreat-offer .offer-header .offer-title {
  font-size: clamp(17px, 2vw, 20px);
  font-weight: 700;
  color: #2c2c2c;
  margin: 0;
  letter-spacing: -0.2px;
}
.classic-retreat-offer .offer-header .offer-price {
  font-size: 16px;
  font-weight: 600;
  color: #c96606;
  background: rgba(252, 215, 184, 0.08);
  padding: 4px 14px;
  border-radius: 20px;
  border: 1px solid rgba(201, 102, 6, 0.08);
}
.classic-retreat-offer .offer-grid {
  padding: 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
@media (max-width: 767px) {
  .classic-retreat-offer .offer-grid {
    padding: 18px;
  }
}
.classic-retreat-offer .offer-card {
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2666666667);
  padding: 15px;
}
.classic-retreat-offer .offer-card:last-child {
  margin: 0;
}
.classic-retreat-offer .offer-card .card-label {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  color: #c96606;
  font-weight: 800;
  margin-bottom: 9px;
  display: block;
  opacity: 0.75;
}
.classic-retreat-offer .offer-card .card-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.classic-retreat-offer .offer-card .card-list li {
  font-size: 15px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 4px;
  position: relative;
  padding-left: 14px;
}
.classic-retreat-offer .offer-card .card-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #fcd7b8;
  font-weight: 700;
  font-size: 18px;
  top: -1px;
}
.classic-retreat-offer .offer-card .card-list li:last-child {
  margin-bottom: 0;
}
.classic-retreat-offer .offer-footer {
  padding: 16px 24px;
  background: #fafafa;
}
@media (max-width: 767px) {
  .classic-retreat-offer .offer-footer {
    padding: 14px 18px;
  }
}
.classic-retreat-offer .offer-footer .footer-label {
  font-size: 16px;
  font-weight: 800;
  color: #d44;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  margin-bottom: 7px;
  display: block;
  opacity: 0.85;
}
.classic-retreat-offer .offer-footer .exclude-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 3px 16px;
}
.classic-retreat-offer .offer-footer .exclude-list li {
  font-size: 14px;
  color: #888;
  display: flex;
  align-items: center;
}
.classic-retreat-offer .offer-footer .exclude-list li::before {
  content: "×";
  font-size: 16px;
  margin-right: 5px;
  color: #d44;
  opacity: 0.6;
  font-weight: 700;
}

.notification {
  /* ================= Header ================= */
  /* ================= Body ================= */
}
.notification.show {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.notification .modal-dialog {
  max-width: 520px;
  margin: 1.75rem auto;
}
.notification .modal-content {
  background: #f3ede8;
  border: 1px solid rgba(0, 0, 0, 0.2666666667);
  box-shadow: rgba(233, 185, 137, 0.23) 5px 5px, rgba(231, 181, 130, 0.2) 10px 10px, rgba(235, 193, 145, 0.18) 15px 15px;
  overflow: hidden;
  padding: 0 !important;
}
.notification .modal-header {
  background: linear-gradient(to right, #fcd7b8, #f3f3f3, #ffffff);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2666666667);
  padding: 18px 22px;
  align-items: center;
}
.notification .modal-header .modal-title {
  font-family: "Cormorant Upright", serif;
  font-size: 26px;
  font-weight: 600;
  color: #c96606;
  letter-spacing: 0.5px;
}
.notification .modal-header .btn-close {
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 1;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  filter: none;
  padding: 8px;
  transition: 0.3s ease;
}
.notification .modal-header .btn-close:hover {
  transform: rotate(90deg);
}
.notification .modal-body {
  padding: 26px 24px;
  background: #ffffff;
}
.notification .modal-body strong {
  display: block;
  font-family: "DM Sans", sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #586e5c;
  margin-bottom: 10px;
}
.notification .modal-body .para {
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #26292d;
  margin-bottom: 16px;
}
.notification .modal-body .note {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: italic;
  color: #c96606;
  background: rgba(252, 215, 184, 0.431372549);
  padding: 14px 16px;
  border-left: 4px solid #c96606;
  border-radius: 0% 100% 0% 100%/83% 16% 84% 17%;
  box-shadow: inset 3px 3px 3px #cdcdcd, inset -3px -3px 3px #fafafa;
}

/* ================= Animation ================= */
.notification.fade .modal-dialog {
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.notification.show .modal-dialog {
  transform: scale(1);
}/*# sourceMappingURL=style.css.map */