/*==========================================================================
1.0 DEFAUL SETTING
========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Baskerville:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://db.onlinewebfonts.com/c/7652f550f74d065c79f44da613344338?family=Verdana+V1+V1');
@import url('https://db.onlinewebfonts.com/c/cad0a1e3df694a579489fdfae88177cd?family=Verdana+Pro');
@import url('https://fonts.googleapis.com/css2?family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&display=swap');


html {
  scroll-behavior: smooth;
}

li::marker {
  color: transparent;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  font-family: "Verdana V1 V1";
  background-color: #FDF9F0;
  z-index: -1;
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-weight: 600;
  font-family: "Baskerville", serif;
}

h1 {
  font-size: 45px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 27px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 18px;
}

p {
  font-size: 16px;
  font-weight: 300;
  color: #310B18B2;
  line-height: 21px;
}

figure {
  margin: 0;
}

input:focus {
  outline: 0;
  border: 0;
}

a {
  text-decoration: none;
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1440px;
  width: 100%;
}

section {
  overflow: hidden;
}

.hero_btn a {
    padding: 10.5px 45px;
    border-radius: 38px;
    color: #FFFFFF;
    transition: all 0.3s;
    border: 0.6px solid #FFFFFF;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.16px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    height: 50px;
}

.secondary_btn a {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.16px;
  text-align: center;
  background-color: #B18F57;
  color: #FFFFFF;
  padding: 15px 50px;
  border-radius: 50px;
}

.primary_btn a {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.16px;
    text-align: center;
    background-color: #7A5609;
    border: 1px solid #7A5609;
    color: #FFFFFF;
    /* padding: 15px 50px; */
    border-radius: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.transparent_btn a {
    line-height: 24px;
    letter-spacing: -0.31px;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    background-color: transparent;
    border: 1px solid #7A5609;
    color: #7A5609;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.cta_btn a {
  line-height: 24px;
  letter-spacing: -0.31px;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  background-color: transparent;
  border: 1px solid #8C7B6B;
  color: #5C4C12;
  padding: 15px 50px;
  border-radius: 50px;
  display: block;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}


.flex_btn {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 40px;
  gap: 20px;
}

.gapping {
  margin-top: 38px;
  padding-bottom: 15px;
}

.main_title {
  margin-bottom: 30px;
}

.main_title h2 {
  font-weight: 400;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: 0.96px;
  color: #333230;
  margin-bottom: 10px;
}

.main_title h2 span {
  font-style: italic;
}

.main_title p {
  color: #8B8378;
  font-family: Verdana;
  font-weight: 400;
  font-size: 14px;
  line-height: 23.5px;
  letter-spacing: 0.16px;
}

.secondary_txt_color.main_title h2 {
  color: #543800;
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 8px;
}

.secondary_txt_color.main_title p {
  color: #4F4539;
  font-size: 12px;
  line-height: 18.5px;
}

.sm_title {
  margin-bottom: 15px;
}

.sm_title h2 {
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0.24px;
  text-transform: capitalize;
  color: #8C7B6B;
  margin-bottom: 7px;
}

.pk-sheaths_section .sm_title h2 {
  color: #543800;
}

.sm_title h2 span {
  font-style: italic;
}

.sm_title p {
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.16px;
  text-align: center;
}


/* Header CSS */


header {
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0;
  background-color: #F9F7E61F;
  z-index: 9;
  padding: 0px 0px 0px 0px;
}

/* Home page sticky header: transparent at top, opaque on scroll */
header {
  position: fixed;
  background-color: transparent;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}

header.header-scrolled {
  background-color: rgba(84, 56, 0, 0.92);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

header.header-scrolled .header_top_wrapper p {
  color: #ffffff;
  background: #543800;
}

header.header-scrolled .nav-link,
header.header-scrolled .navbar-toggler {
  color: #ffffff;
}

header.header-scrolled .navbar-nav .nav-link.active,
header.header-scrolled .navbar-nav .nav-link.show {
  color: #ffffffcc;
}

.navbar-brand {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -3px;
  padding: 0;
}

nav.navbar.navbar-expand-lg {
  padding: 12px 0;
}

.header_book_btn {
  display: none;
}

.header_top_wrapper p {
  background: #543800;
  padding: 4px 0;
  text-align: center;
  margin: 0;
}

.header_top_wrapper p a {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  line-height: 21px;
}

.header_top_wrapper p img {
  max-width: 14px;
  margin-right: 12px;
  margin-top: -4px;
}


@media (min-width: 991px) {

  .navbar-brand {
    position: relative;
    left: 0;
    transform: inherit;
  }

}

.navbar-brand img {
  max-width: 170px;
  width: 100%;
}

li.nav-item {
  margin-left: 15px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: #000000CC;
}

header .nav-link {
  color: #FFFFFF;
  font-size: 15px;

}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.navbar-toggler {
  border: 0;
  font-size: 30px;
  color: #fff;
}

.floting_btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  box-shadow: 0px 25px 50px -12px #00000040;

}

.floting_btn a {
  background: linear-gradient(180deg, #7a5608 0%, #b19057 100%);
  padding: 10px;
  color: #fff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;

}

@media (max-width: 991px) {

  .navbar .container-fluid {
    position: relative;
  }

  header .navbar .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }

  header .navbar-toggler {
    margin-left: 6px;
    padding: 4px 8px;
  }

  header:not(.header-scrolled) .navbar {
    background: #F9F7E61F;
    backdrop-filter: blur(2px);
  }

  .navbar-collapse {
    flex-grow: 1;
    flex-basis: 100%;
    align-items: center;
    background: #fef9f0;
    margin-top: 20px;
    border-radius: 5px;
    padding: 10px;
  }

  .header-scrolled .nav-link {
    color: #543800 !important;
  }

  header .nav-link {
    color: #543800;
    font-size: 15px;
    text-align: center;
  }

  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    color: #333230;
  }

  li.nav-item {
    margin-left: 0;
  }

  .header_book_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 12px;
    top: 2px;
    /* transform: translateY(-50%); */
    min-width: 62px;
    height: 34px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.1;
    text-decoration: none;
    z-index: 3;
  }

  body.home-page header.header-scrolled .header_book_btn {
    border-color: rgba(255, 255, 255, 0.8);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
  }

}



/* Hero CSS */

.hero_wrapper {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  text-align: center;
}

.scroll_btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  z-index: 99;
  display: grid;
  justify-items: center;
  gap: 6px;
  text-decoration: none;
}

.scroll_btn_mouse {
  width: 26px;
  height: 40px;
  border: 2px solid rgba(255, 255, 255, 0.95);
  border-radius: 999px;
  position: relative;
}

.scroll_btn_mouse::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  width: 4px;
  height: 8px;
  border-radius: 999px;
  background: #ffffff;
  transform: translateX(-50%);
}

.scroll_btn_text {
  color: #ffffff;
  font-size: 17px;
  line-height: 1;
}

.hero_wrapper:after {
  content: '';
  background: linear-gradient(135.1deg, rgba(0, 0, 0, 0.6) 0%, rgba(91, 76, 76, 0.4) 53.49%, rgba(0, 0, 0, 0.6) 106.98%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;

}

.hero_content {
  position: relative;
  z-index: 2;
  color: #fff;
}

.container {
  position: relative;
  z-index: 2;
}

.hero_bg {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.hero_bg.active {
    opacity: 1;
}

.hero_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

 .hero_bg img {
  object-position: 64%;
 }
 
 .panchkosha-page .hero_bg img {
   object-position: 50%;
 }


/* .hero_bg:nth-child(1) img {
  object-position: 58%;
}

.hero_bg:nth-child(1) {
  animation-delay: 0s;
}

.hero_bg:nth-child(2) {
  animation-delay: 3s;
}

.hero_bg:nth-child(3) {
  animation-delay: 6s;
}

.hero_bg:nth-child(4) {
  animation-delay: 9s;
}

.hero_bg:nth-child(5) {
  animation-delay: 12s;
}

@keyframes heroSlider {
  0% {
    opacity: 0;
  }

  8% {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  33% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
} */

.hero_content h1 {
  display: block;
  color: #FFFFFF;
  width: 100%;
  margin: 0 auto;
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  line-height: 49px;
  letter-spacing: 0.96px;
  text-align: center;
}

.hero_content p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 24px;
  margin: 0 auto;
  max-width: 300px;
  margin-bottom: 30px;
  width: 100%;
}

.home-page .hero_wrapper .hero_content {
    top: 28%;
    position: absolute;
    max-width: 385px;
}

.hero_content {
  max-width: 780px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.home-page .hero_wrapper .hero_btn {
      top: 73%;
    position: absolute;
    width: stretch;
    z-index: 99;
    margin: 10px;
    max-width: 90%;
}



body.panchkosha-page .hero_wrapper {
  height: 75vh;
}


body.panchkosha-page .hero_content h1 br {
  display: none;
}


/* Everyday Wellness CSS */

.ever_day_sec {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
  padding: 50px 10px 60px 10px;
  background: #9E8061E0;
}

.hm_content_img {
    position: absolute;
    bottom: 0;
    right: -22%;
    max-width: 160%;
    width: 135%;
    opacity: .1;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.ever_day_sec_content p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.24px;
  text-align: center;
  margin-bottom: 12px;
}

.ever_day_sec_content .secondary_btn a {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.16px;
    text-align: center;
    background-color: #7A5609;
    color: #FFFFFF;
    /* padding: 10.5px 50px; */
    border-radius: 50px;
    text-transform: uppercase;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: max-content;
    margin: 0 auto;
}

.ever_day_sec .sm_title h2,
.ever_day_sec .ever_day_sec_content,
.ever_day_sec .ever_day_sec_content p,
.ever_day_sec .ever_day_sec_content .rich-text,
.ever_day_sec .ever_day_sec_content .rich-text p {
  color: #ffffff !important;
}

.ever_day_sec .secondary_btn {
  text-align: center;
  margin-top: 35px;
}

.ever_day_sec .sm_title p {
  color: #FFFFFFCC;
}

.ever_day_sec .ever_day_sec_content {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}


/* The Panchkosha Way CSS */

.panchkosha_way_wrapper {
  padding: 40px 0;
  background: linear-gradient(181deg, #CFBFAB 0.88%, #FDF9F0 31.98%);
}

.panchkosha_way_wrapper .main_title p {
  color: #333230B2;
  line-height: 32.5px;
}

.panchkosha_way_wrapper .main_title h2 {
    line-height: 48px;
    margin-bottom: 0px;
    font-size: 32px;
}

.panchkosha_way_content {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
    padding-top: 65px;
    text-align: center;
}

.panchkosha_way_content .yg_img {
  width: 100%;
  max-width: 500px;
}

.panchkosha_way_box {
  position: absolute;
  width: 100%;
  max-width: fit-content;
  text-align: center;
}

/* Positions */

.way1 {
     bottom: 34px;
    left: 9.5px;
}

.way2 {
  bottom: 40%;
  left: 4%;
}

.way4 {
  bottom: 40%;
  right: 4%;
}

.way5 {
      bottom: 34px;
    right: 13px;
}

.way3 {
  bottom: 76%;
  left: 50%;
  transform: translateX(-50%);
}


.panchkosha_way_icon {
  position: relative;
  width: 100%;
  max-width: 80px;
  margin: 0 auto;
  transform-origin: center;
}

.panchkosha_way_icon img {
  width: 100%;
}

.panchkosha_way_icon_dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}

.panchkosha_way_box h4 {
  margin: 0 0 5px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: .16px;
  color: #231F20CC;
}

.panchkosha_way_box p {
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
  letter-spacing: .16px;
  color: #310B18;
  display: none;
  margin-bottom: 5px;
}

/* Petal trigger affordance */
.panchkosha_way_box[role="button"] {
  cursor: pointer;
}

.panchkosha_way_box[role="button"]:focus-visible {
  outline: 2px solid #8C7B6B;
  outline-offset: 4px;
  border-radius: 8px;
}

/* The Panchkosha Way — popup */
/* .panchkosha_popup {
  position: fixed;
  inset: 0;
  z-index: 1050;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.panchkosha_popup[hidden] {
  display: none;
}

.panchkosha_popup.is-open {
  opacity: 1;
  visibility: visible;
}

.panchkosha_popup_backdrop {
  position: absolute;
  inset: 0;
  background: rgba(49, 11, 24, 0.55);
}

.panchkosha_popup_dialog {
  position: relative;
  background: #A39B80;
  border-radius: 18px;
  max-width: 420px;
  width: 100%;
  padding: 40px 32px 32px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(49, 11, 24, 0.25);
  transform: translateY(12px) scale(0.96);
  transition: transform 0.25s ease;
}

.panchkosha_popup.is-open .panchkosha_popup_dialog {
  transform: translateY(0) scale(1);
}

.panchkosha_popup_close {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 0;
  border-radius: 50%;
  font-size: 28px;
  line-height: 1;
  color: #310B18;
  cursor: pointer;
  transition: background 0.2s ease;
}

.panchkosha_popup_close:hover,
.panchkosha_popup_close:focus-visible {
  background: rgba(49, 11, 24, 0.08);
  outline: none;
} */

.modal.fade.show {
      background: #62370145;
}

.modal-backdrop.show {
    opacity: 0;
    z-index: 0;
}

.modal-content.panchkosha_popup_content {
    background: #A39B80;
    border: 0;
    box-shadow: 0px 25px 50px -12px #00000040;
    padding: 70px 50px;
    border-radius: 24px;
}

.modal-content.panchkosha_popup_content button.btn-close {
    top: -2px;
    position: absolute;
    background: transparent;
    opacity: 1;
    font-size: 28px;
    right: 10px;
}

.modal.show .modal-dialog.panchkosha_popup_wrapper {
    transform: none;
    max-width: 1200px;
    width:auto;
}

.panchkosha_popup_icon {
  width: 72px;
  margin: 0 auto 12px;
}

.panchkosha_popup_icon img {
  width: 100%;
  display: block;
}

.panchkosha_popup_title {
    margin: 0 0 10px 0;
    font-size: 32px;
    line-height: 40px;
    font-weight: 400;
    letter-spacing: .2px;
    color: #FAF9E7;
}
.panchkosha_popup_description {
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    color: #FAF9E7E5;
}


/* -------- Animation -------- */

.way1 {
  --start: 10%;
}

.way2 {
  --start: 15%;
}

.way3 {
  --start: 25%;
}

.way4 {
  --start: 35%;
}

.way5 {
  --start: 45%;
}

/* Icon */
.way1 .panchkosha_way_icon {
  animation: icon1 8s infinite ease-in-out;
}

.way2 .panchkosha_way_icon {
  animation: icon2 8s infinite ease-in-out;
}

.way3 .panchkosha_way_icon {
  animation: icon3 8s infinite ease-in-out;
}

.way4 .panchkosha_way_icon {
  animation: icon4 8s infinite ease-in-out;
}

.way5 .panchkosha_way_icon {
  animation: icon5 8s infinite ease-in-out;
}

/* h4 */
.way1 h4 {
  animation: heading1 8s infinite ease-in-out;
}

.way2 h4 {
  animation: heading2 8s infinite ease-in-out;
}

.way3 h4 {
  animation: heading3 8s infinite ease-in-out;
}

.way4 h4 {
  animation: heading4 8s infinite ease-in-out;
}

.way5 h4 {
  animation: heading5 8s infinite ease-in-out;
}

/* Dot */
.way1 .panchkosha_way_icon_dot {
  animation: dot1 8s infinite;
}

.way2 .panchkosha_way_icon_dot {
  animation: dot2 8s infinite;
}

.way3 .panchkosha_way_icon_dot {
  animation: dot3 8s infinite;
}

.way4 .panchkosha_way_icon_dot {
  animation: dot4 8s infinite;
}

.way5 .panchkosha_way_icon_dot {
  animation: dot5 8s infinite;
}


/* Keyframes */
@keyframes icon1 {

  0%,
  5%,
  80%,
  100% {
    transform: scale(1);
  }

  10%,
  70% {
    transform: scale(.7);
  }
}

@keyframes icon2 {

  0%,
  10%,
  80%,
  100% {
    transform: scale(1);
  }

  15%,
  70% {
    transform: scale(.7);
  }
}

@keyframes icon3 {

  0%,
  20%,
  80%,
  100% {
    transform: scale(1);
  }

  25%,
  70% {
    transform: scale(.7);
  }
}

@keyframes icon4 {

  0%,
  30%,
  80%,
  100% {
    transform: scale(1);
  }

  35%,
  70% {
    transform: scale(.7);
  }
}

@keyframes icon5 {

  0%,
  40%,
  80%,
  100% {
    transform: scale(1);
  }

  45%,
  70% {
    transform: scale(.7);
  }
}

/* Same sync for h4 */
@keyframes heading1 {

  0%,
  5%,
  80%,
  100% {
    transform: translateY(0);
  }

  10%,
  70% {
    transform: translateY(-8px);
  }
}

@keyframes heading2 {

  0%,
  10%,
  80%,
  100% {
    transform: translateY(0);
  }

  15%,
  70% {
    transform: translateY(-8px);
  }
}

@keyframes heading3 {

  0%,
  20%,
  80%,
  100% {
    transform: translateY(0);
  }

  25%,
  70% {
    transform: translateY(-8px);
  }
}

@keyframes heading4 {

  0%,
  30%,
  80%,
  100% {
    transform: translateY(0);
  }

  35%,
  70% {
    transform: translateY(-8px);
  }
}

@keyframes heading5 {

  0%,
  40%,
  80%,
  100% {
    transform: translateY(0);
  }

  45%,
  70% {
    transform: translateY(-8px);
  }
}

/* Dot sync */
@keyframes dot1 {

  0%,
  9%,
  80%,
  100% {
    background: #fff;
  }

  10%,
  70% {
    background: #8C7B6B;
  }
}

@keyframes dot2 {

  0%,
  14%,
  80%,
  100% {
    background: #fff;
  }

  15%,
  70% {
    background: #8C7B6B;
  }
}

@keyframes dot3 {

  0%,
  24%,
  80%,
  100% {
    background: #fff;
  }

  25%,
  70% {
    background: #8C7B6B;
  }
}

@keyframes dot4 {

  0%,
  34%,
  80%,
  100% {
    background: #fff;
  }

  35%,
  70% {
    background: #8C7B6B;
  }
}

@keyframes dot5 {

  0%,
  44%,
  80%,
  100% {
    background: #fff;
  }

  45%,
  70% {
    background: #8C7B6B;
  }
}


.panchkosha_way_wrapper .transparent_btn {
  text-align: center;
}

.panchkosha_way_wrapper .transparent_btn a {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.16px;
}

.panchkosha_way_para {
  display: none;
}



/* Your Healing Journey CSS */

.healing_journey_wrapper {
  overflow: visible;
  margin-top: 20px;
  padding-bottom: 0px;
  z-index: -1;
}

.dot_line_img2 {
  display: none;
}

.healing_journey_wrapper .main_title p {
  color: #000000CC;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 18px;
  padding-right: 18px;
}



.flower_img {
  position: absolute;
  top: 86px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 500px;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  z-index: -1;
}

.dot_line_img {
  display: none;
}

.mobile_dot_line_img {
  position: absolute;
  top: 13%;
  left: 6px;
  /* transform: translateX(-50%); */
  z-index: -1;
  height: 100%;
  width: 100%;
}

.healing_journey_img {
  text-align: center;
  margin-top: 38px;
  margin-bottom: 30px;
}


.healing_journey_img img {
  width: 100%;
  max-width: 260px;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
}


.healing_journey_box {
  border: 0.63px solid #8C7B6B26;
  background: #F8F4EB;
  padding: 10px;
  border-radius: 20px;
  position: relative;
  max-width: 310px;
  width: 100%;
}

.healing_journey_box img {
  position: absolute;
  width: 44px;
  height: 44px;
  background: #FFFBF3;
  padding: 9px;
  border-radius: 50%;
  object-fit: contain;
  box-sizing: border-box;
}

.healing_journey_box_content {
  padding-left: 54px;
}


.healing_journey_box_content h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  color: #3D3932;
  margin-bottom: 0;
  white-space: nowrap;
}

.healing_journey_box_content h4 span {
  font-style: italic;
}

.healing_journey_box_content p {
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0px;
  color: #8B8378;
  margin-top: 4px;
  margin-bottom: 0;
}

.healing_journey_box_wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 12px;
}

/* 2,4 Right */
.healing_journey_box:nth-child(even) {
  margin-left: auto;
  margin-top: 10px;
}

.healing_journey_box:nth-child(2) {
  max-width: 305px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 25px;

}

.healing_journey_box:nth-child(3) {
  width: 100%;
  margin-left: 0;
  margin-bottom: 38px;
}

.healing_journey_box:nth-child(4) {
  margin-right: 12px;
}

.healing_journey_box:nth-child(5) {
  max-width: 290px;
  width: 100%;
  margin-left: 30px;
  margin-top: 50px;
}


/* Curated Healing Journey CSS */


.curated_healing_journey_wrapper .main_title {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}

    .curated_healing_journey_wrapper.gapping {
        margin-top: 28px;
        background: #F4EFE2;
        padding: 30px 0 10px 0;
    }

.curated_healing_journey_wrapper .row,
.curated_healing_journey_grid {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}

.curated_healing_journey_wrapper .container {
  padding: 0 20px;
}

.curated_healing_journey_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 25px;
  row-gap: 30px;
}

.curated_healing_journey_grid>[class*="col-"] {
  width: 100%;
  max-width: 100%;
  flex: initial;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  display: flex;
}

.curated_healing_journey_box {
  padding: 14px 12px 20px 12px;
  border: 1px solid #E5E7EB;
  box-shadow: 0px 4px 4px 0px #00000040;
  background: #F8F4EB;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
}


.curated_healing_journey_box h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.48px;
  color: #3D3932;
  margin-bottom: 0;
}

.curated_healing_journey_box h4 span {
 font-style: italic;
}

.curated_healing_journey_box p {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.44px;
  color: #8B8378;
  max-width: 300px;
  width: 100%;
  margin-bottom: 0;
}

.curated_healing_journey_box img {
  background: #FFFFF2;
  padding: 12px;
  max-width: 55px;
  height: 55px;
  border-radius: 50%;
  margin: 0 auto;
}

.curated_healing_journey_wrapper .flex_btn {
  display: none;
}


/* Therapies Journeys CSS */

.therapies_journeys_box {
  position: relative;
}

.therapies_journeys_wrapper .flex_btn {
  display: block;
  margin-top: 65px;
  margin-bottom: 10px;
  gap: 38px;
  z-index: 0;
}

.therapies_journeys_wrapper .flex_btn .primary_btn {
  margin-bottom: 20px;
}

.therapies_journeys_wrapper .flex_btn .primary_btn a,
.therapies_journeys_wrapper .flex_btn .transparent_btn a {
  display: flex;
  text-transform: uppercase;
}

.therapies_journeys_wrapper .flex_btn .transparent_btn a {
  font-size: 16px;
  line-height: 24px;
}

section.therapies_journeys_wrapper {
    background: #F4EFE2;
    padding: 40px 0 30px 0;
}



.therapies_journeys_slider {
  padding-left: 10px;
}

.therapies_journeys_box img {
  height: 100%;
  width: 100%;
  border-radius: 20px;
}

.therapies_journeys_slider .therapies_journeys_box>img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 554 / 670;
  object-fit: cover;
  border-radius: 20px;
}

.stethoscope_icon {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #FFFFFF6B;
  border-radius: 50%;
  padding: 12px;
  max-width: 42px;
  height: 42px;
  width: 100%;
}

.therapies_journeys_content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 15px;
    background: #0100006B;
    border-radius: 0 0 20px 20px;
    z-index: 1;
}

.therapies_journeys_content h4 {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: -0.44px;
  color: #FFFFFF;
}

.therapies_journeys_content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.15px;
  color: #FFFFFF;
}

.therapies_btn a {
 border: 1px solid #FFFFFF;
    /* padding: 11.5px 35px; */
    font-family: Verdana;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.31px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    height: 50px;
    align-items: center;
}

/* Space Heal CSS */

.space_heal_box {
  max-width: 720px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 25px 50px -12px #00000040;

}

.space_heal_wrapper .swiper-button-prev {
    left: 21px !important;
}

.space_heal_wrapper .swiper-button-next {
    right: 21px !important;
}

.swiper-slide-active {
  transform: scale(1) !important;
  z-index: 9;
  transition: all 0.4s ease;
}

.swiper-slide {
  transition: all 0.4s ease;
}

.space_heal_box img {
  border-radius: 20px;
  border: 1px solid #F3F4F6;
  box-shadow: 0px 25px 50px -12px #00000040;
  height: 459px;
  object-fit: cover;
}

.space_heal_content {
  position: absolute;
  bottom: 0;
  border-radius: 10px 10px 20px 20px;
  width: 100%;
  padding: 15px 20px;
  background-color: #00000063;
  overflow: hidden;
}

.swiper-slide-active .space_heal_content h4 {
  font-size: 16px;
}

.swiper-slide-active .space_heal_content {
  padding: 16px 14px;
}

.space_heal_content h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.31px;
  color: #FFFFFF;
    font-family: "Verdana V1 V1";

}

.sw_slider_wrapper {
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  margin-top: 40px;

}

.expert_wrapper .main_title h2 {
    line-height: 40px;
    letter-spacing: 0.72px;
}

.space_heal_wrapper .main_title h2 {
    line-height: 46px;
    letter-spacing: 0.72px;
}

.space_heal_wrapper .main_title p {
    font-size: 16px;
    line-height: 21px;
}

.swiper-button-prev::after {
  font-size: 1.4rem;
  content: "";
}

.swiper-button-prev svg {
  width: 25px;
}


.swiper-button-next::after {
  font-size: 1.4rem;
  content: "";
}

.swiper {
  padding-bottom: 60px;
  padding-top: 0px;
}

.swiper-button-next {
  background: white;
  border-radius: 50%;
  top: 47% !important;
  right: 0px !important;
  width: 35px !important;
  height: 35px !important;
  box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.17);
  padding: 7px;
  background-image: none !important;
}

.swiper-button-prev {
  background: white;
  border-radius: 50%;
  top: 47% !important;
  left: 0px !important;
  width: 35px !important;
  height: 35px !important;
  box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.17);
  padding: 7px;
  background-image: none !important;
}

@media (min-width: 760px) {

  .swiper-button-prev,
  .swiper-button-next {
    display: flex;
  }
}

.swiper-pagination-bullet {
  width: 17px !important;
  height: 10px !important;
  background: transparent !important;
  position: relative;
  margin: 0 2px !important;
  opacity: 1 !important;
}


.swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px !important;
  height: 10px !important;
  background: #E1D3A1;
  border-radius: 50px;
  transition: all 0.4s ease;
}


.swiper-pagination-bullet-active::before {
  width: 32px !important;
  background: #8C7B6B !important;
}

.swiper-pagination-bullet-active {
  width: 32px !important;
}


@media (max-width: 560px) {
  .swiper {
    padding-left: 10%;
    padding-right: 10%;
  }

  .swiper-slide {
    width: auto;
    /* makes slides respect padding and auto width */
  }
}


/* Trusted Section CSS */

.trusted_grp_wrapper {
  background-color: #F4EFE2;
  padding: 40px 10px;
  text-align: center;
}

.trusted_grp_wrapper img {
  max-width: 400px;
  width: 100%;
}

.trusted_grp_wrapper .main_title p {
  color: #3D3932;
}

.trusted_grp_wrapper .main_title h2 {
   max-width: 300px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 17px;
    font-size: 24px;
    line-height: 32px;
}


/* Expert Section CSS */

.expert_wrapper .main_title {
  max-width: 345px;
  margin: 0 auto;
  margin-bottom: 30px;
}


.expert_wrapper .slick-slide {
    margin-left: 5px;
    margin-right: 5px;
}


.profile-flower-card {
    position: relative;
    height: 260px;
    margin: 10px;
}

.flower-bg {
    position: absolute;
    inset: 0;
    background: #F4EFE2;
    clip-path: url(#flowerShape);
    overflow: hidden;
}

/* Girl Image */
.profile-image {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 2;
}

.profile-image img {
    width: 100%;
    max-width: 260px;
    display: block;
}

/* .expert_box_imges {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 10px;
}

.exprt_bg_img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.expert_box_imges .exprt_img {
  height: 260px;
} */

.expert_box {
  background-color: #FFFFFF8F;
  border-radius: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.expert_box img {
     display: block;
    height: 305px;
    width: 100%;
    padding: 10px;
    object-fit: cover;
} 

.expert_box .expert_box_content {
  padding: 0px 15px 15px 15px;
}


/* Uniform square photo: every doctor portrait renders at the SAME absolute
   pixel size on every viewport — independent of the parent card's width, the
   slick `slidesToShow` setting at that breakpoint, or the source image's own
   aspect ratio. The capped max-width is what makes the row look balanced even
   when slick is rendering 3.2 cards at a 1024-1199px viewport (which would
   otherwise stretch each portrait to ~290px). Below ~180px viewport the photo
   shrinks with the card via `width: 100%`. */
.expert_box__photo {
  width: 100%;
  /* max-width: 160px; */
  aspect-ratio: 1 / 1;
  border-radius: 14px;
  overflow: hidden;
  background: #F5EFE2;
  margin: 0 auto 12px;
}

.expert_box__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.expert_box h4 {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.36px;
  text-align: center;
  color: #370D1B;
  margin-bottom: 0;
}

.expert_box p {
  font-family: Verdana;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.16px;
  text-align: center;
  color: #26020EB2;
  margin-bottom: 6px;

}

.expert_box .transparent_btn a {
    margin-top: 14px;
    text-transform: uppercase;
    height: 36px;
    font-size: 14px;
    line-height: 20px;
}

.expert_box span {
  font-family: Verdana;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.16px;
  text-align: center;
  color: #19030A99;

}

.expert_box_main_btn {
  margin-top: 65px;
}

.expert_box_main_btn a {
    text-transform: uppercase;
    line-height: 24px;
    font-size: 16px;
    letter-spacing: 0.16px;
        max-width: 90%;
    margin: 0 auto;
}



.expert_box .primary_btn {
  margin-top: auto;
  padding-top: 14px;
}

/* Button: keep a balanced pill regardless of card width. The old `padding: 5px
   50px` value (copied verbatim from the static reference) consumed so much
   inner width that "View Profile" wrapped onto two lines on narrow cards and
   on the mobile slick view -- replace with a sensible pill padding + nowrap. */
.expert_box .primary_btn a {
  font-size: 13px;
  padding: 8px 22px;
  display: block;
  width: 100%;
  white-space: nowrap;
}

.expert_slider {
  padding-left: 10px;
}

/* Equal-height slides for the Guided-by-Experts row. Without this, each slick
   slide is sized by its own content (different name lengths / designations /
   photo crops), so the View Profile buttons end up on different baselines. */
.expert_slider .slick-track {
  display: flex !important;
  align-items: stretch;
}

.expert_slider .slick-slide {
  height: auto !important;
  display: flex !important;
}

/* .expert_slider .slick-slide > div {
  width: 100%;
  display: flex;
} */

.expert_slider .slick-slide>div>.expert_box {
  width: 100%;
}

.slick-list {
  margin-left: -10px;
  margin-right: -10px;
}

.slick-slide {
  margin-left: 10px;
  margin-right: 10px;
}

.slick-dots li button:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: #E1D3A1;
  border-radius: 50px;
  opacity: 1;
  transition: width 0.4s ease, background 0.4s ease;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  width: 32px;
  background: #8C7B6B;
  transition: width 0.4s ease, background 0.4s ease;

}

.slick-dots li {
  margin: 0 0px;
  transition: width 0.4s ease, background 0.4s ease;
}

.slick-dots li.slick-active {
  width: 40px;
}

.slick-dots {
  bottom: -45px;
  left: 0;
}


/* About Antara CSS */

.home_about_video {
  border: 1px solid #E5E7EB;
  border-radius: 20px;
  position: relative;
  width: 100%;
  min-height: 500px;
  background: #000;
  overflow: hidden;
}

.home_about_wrapper .main_title {
  margin-bottom: 15px;
}

.home_about_video .video_lk {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 20px;
  overflow: hidden;
  cursor: pointer;
}

.home_about_video .video_lk--static {
  cursor: default;
}

.home_about_video .video_lk>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.home_about_video .video_lk:not(.video_lk--static):hover>img {
  transform: scale(1.03);
}

.home_about_video .play_btn_overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.94);
  color: #B91C1C;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  line-height: 1;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.28);
  transition: transform 0.2s ease, background 0.2s ease;
  pointer-events: none;
  z-index: 2;
}

.home_about_video .play_btn_overlay i {
  margin-left: 4px;
}

.home_about_video .video_lk:not(.video_lk--static):hover .play_btn_overlay {
  transform: translate(-50%, -50%) scale(1.08);
  background: #fff;
}

.home_about_video .video_lk:focus-visible {
  outline: 3px solid #B91C1C;
  outline-offset: -3px;
}

.home_about_wrapper h5 {
  color: #101828;
  margin-bottom: 12px;
  font-family: Verdana;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.31px;
}

.home_about_wrapper.gapping {
    margin-top: 55px;
    padding-bottom: 15px;
}

.home_about_wrapper .main_title h2 {
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0.72px;
    margin-bottom: 0px;
}

.video_detial {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  padding: 0;
  display: block;
  background: none;
  border-radius: 0 0 20px 20px;
  overflow: hidden;
  pointer-events: none;
}

.video_detial a,
.video_detial button {
  pointer-events: auto;
}

p.video_overlay_text {
  position: static;
  top: auto;
  left: auto;
  margin: 0;
  padding: 36px 22px 20px;
  color: #fff;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 400;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.72) 0%,
      rgba(0, 0, 0, 0.5) 40%,
      rgba(0, 0, 0, 0.2) 75%,
      rgba(0, 0, 0, 0) 100%);
  font-weight: 400;
}

.video_identity {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 22px 18px;
  background: rgba(17, 17, 17, 0.55);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  border-radius: 0 0 20px 20px;
}

.video_identity img {
  border-radius: 50%;
  width: 65px;
  height: 65px;
  max-width: 65px;
  object-fit: cover;
  flex-shrink: 0;
}

.video_identity__text {
  min-width: 0;
  flex: 1 1 auto;
}

.video_identity__text h5 {
    color: #fff;
    font-size: 24px;
    margin: 0 0 2px 0;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.31px;
}

.video_identity__text p {
  color: #ACB7C7;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 2px 0;
  line-height: 20px;
}

.video_identity__text span {
  color: #D1D1D1;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  display: block;
}

.home_about_left_wrapper {
  background: #E1D8C5;
  padding: 50px;
  text-align: center;
  border-radius: 20px;
  min-height: 500px;
  align-items: center;
  display: flex;
  justify-content: center;
  max-width: 100%;
  width: 100%;
}

.home_about_left_wrapper p {
    color: #364153;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: -0.15px;
    text-align: center;
}

.home_about_wrapper .main_btn {
  margin: 40px 0 25px 0;
  text-align: center;
}

.home_about_slider {
  display: flex;
  gap: 20px;
  align-items: stretch;
}

/* Mobile slider */
@media (max-width: 991px) {

  .home_about_slider {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    gap: 15px;
    padding-bottom: 20px;
    scrollbar-width: none;
  }

  .home_about_slider::-webkit-scrollbar {
    display: none;
  }

  .home_about_slider>div {
    min-width: 90%;
    flex: 0 0 auto;
    scroll-snap-align: center;
  }

  /* Dots */
  .slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 10px;
  }

  .slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #E1D3A1;
    transition: .3s;
    cursor: pointer;
  }

  .slider-dot.active {
    width: 28px;
    border-radius: 30px;
    background: #8C7B6B;
  }
}

.home_about_slider>div {
  flex: 0 0 calc(100% - 50px);
}


/* Video Section CSS */

.video_slider {
  padding-left: 10px;
}

.video_box {
  max-width: 400px;
  width: 100%;
  position: relative;
  border-radius: 20px;
}

.pause_btn {
  width: 100%;
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  background: #ffffff45;
  color: #67132f;
  max-width: 87px;
  height: 87px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pause_btn i {
  font-size: 34px;
}

.video_box video {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 20px;
}

.video_box img {
  border-radius: 20px;
}

.video_box button.video_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  background: transparent;
  transform: translate(-50%, -50%);
  border: 0;
  max-width: 150px;
  width: 100%;
}

.video_box button.video_btn:hover {
  background: transparent;
  border: 0;
}

.video_box img {
  border-radius: 20px;
}

.video_box button.video_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  background: transparent;
  transform: translate(-50%, -50%);
  border: 0;
  max-width: 150px;
  width: 100%;
}

.video_box button.video_btn:hover {
  background: transparent;
  border: 0;
}

.video_wrapper .modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform .3s ease-out;
  max-width: 700px;
  width: 100%;
  height: 700px;
  margin: 0 auto;
}

.video_wrapper .modal-body {
  padding: 0;
}

.video-wrapper {
  width: 100%;
  height: 270px;
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.video_wrapper button.btn-close {
  right: -5px;
  top: -5px;
  position: absolute;
  background-color: #fff;
  z-index: 999;
  opacity: 1;
  color: red;
  font-size: 12px;
  padding: 7px;
  border-radius: 50%;
}

.video_wrapper .modal-content {
  outline: 0;
  border-radius: 20px;
  border: 0;
  margin: 20px;
}


/* CTA Section CSS */

.cta_wrapper {
  background: radial-gradient(50% 50% at 50% 50%, #E1D8C5 0%, #FDF9F0 100%);
  text-align: center;
}

.cta_wrapper.gapping {
  padding-bottom: 0;
}

.cta_wrapper .cta_btn a {
  max-width: 300px;
  text-transform: uppercase;
  letter-spacing: 0.16px;
}

.cta_btm_text {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.16px;
  text-align: center;
  color: #8B8378;
  margin-bottom: 0;
}

.cta_btm_text b {
  font-weight: 700;
  color: #7A5609;
}

.cta_wrapper .main_title h2 {
    font-size: 24px;
    color: #333230;
    margin-bottom: 14px;
    line-height: 33px;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
}

.home-page .cta_wrapper .main_title h2 {
    font-size: 32px;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 14px;
    line-height: 36px;
        letter-spacing: 1.2px;
}

.cta_wrapper .cta_btn {
  margin-top: 25px;
  margin-bottom: 16px;
}

.cta_wrapper .main_title p {
  color: #8B8378;
  font-size: 14px;
}


/* Footer CSS */

.footer_top_wrapper {
    background-color: #D6CBAF;
    padding: 18px 10px;
    margin-top: 25px;
}

.footer_top_left {
  max-width: 610px;
  width: 100%;
}

.footer_top_right {
  border-left: 0;
  padding-left: 0;
  padding-top: 15px;
  width: 100%;
  border-top: 1.5px solid #5F0731;
}

.footer_top_flex {
  display: inline-grid;
  gap: 0;
}

.footer_top_left p {
  font-family: "Baskerville", serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: 0.16px;
  color: #5F0731;
}

.footer_top_left p span {
  font-family: "Verdana V1 V1";
}


.footer_top_right p {
  font-family: Verdana;
  font-weight: 700;
  font-style: Bold;
  font-size: 17px;
  leading-trim: NONE;
  line-height: 22px;
  letter-spacing: 0.16px;
  color: #5F0731;
}

.footer_top_right span {
  font-family: Verdana;
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.16px;
  color: #5F0731;
}

footer {
  width: 100%;
  height: 100%;
  z-index: 0;
  padding: 10px 0 0px 0;
  overflow: hidden;
  background-color: #67132F;
}

.footer-content {
  position: relative;
  z-index: 2;
}

.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo img {
  max-width: 200px !important;
  width: 100%;
}

.footer-text p {
  margin-bottom: 14px;
  line-height: 28px;
  color: #99A1AF;
}

.footer-social-icon span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-social-icon a img {
  max-width: 37px;
  width: 100%;
  margin-right: 8px;
}

.footer-social-icon i {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff24;

}


.footer-widget-heading h3 {
  font-family: "Baskerville", serif;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.36px;

  position: relative;
  color: #FAF9E7;
}

.footer-widget ul li {
  margin-bottom: 12px;
}

.footer-widget ul li a:hover {
  color: #fff;
}

.footer-widget ul li,
.footer-widget ul li a {
  color: #FAF9E7B2;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.16px;
  display: flex;
  gap: 7px;
}

.footer_contact li {
  margin-bottom: 10px !important;
  margin-left: -7px;
}

.footer-widget ul li a:hover {
  color: 99A1AF;
}

.copyright-area {
  margin-top: 15px;
  border-top: 0.72px solid #FAF9E733;
  padding-bottom: 25px;
  padding-top: 25px;
}

.copyright-text p {
  font-size: 16px;
  color: #FAF9E799;
  margin-bottom: 15px;
}

.copyright-text p a {
  font-size: 16px;
  color: #FAF9E799;
}

.copyright-text {
  display: grid;
  justify-content: left;
  max-width: 1200px;
  width: 100%;
  margin: 0 0px;
  text-align: left;
}


.footer_b_text {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  position: relative;
}

.footer_logo img {
  max-width: 500px;
  width: 100%;
}

.footer_logo p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.16px;
  color: #FAF9E7B2;
}

.footer_logo {
  gap: 10px;
  display: grid;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 30px;
}

.footer_content_row {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.footer-widget {
  margin-bottom: 27px;
}


/* Listing Page CSS */

/* Hero CSS */

.inner_hero_wrapper {
  width: 100%;
  height: 75vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow-x: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
  text-align: center;
}


.inner_hero_wrapper:after {
  content: '';
  background: linear-gradient(161.9deg, rgb(0 0 0 / 25%) 21.64%, rgba(91, 76, 76, 0.4) 35.67%, rgb(0 0 0 / 28%) 79.53%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.inner_hero_content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding-top: 40px;
  max-width: 385px;
  width: 100%;
  margin: 0 auto;
}

.therapies_journeys_wrapper.gapping .secondary_txt_color.main_title h2 {
    line-height: 38px;
}

.inner_hero_content .hero_subtitle {
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
}

.inner_hero_content h1 {
  display: block;
  color: #FFFFFF;
  width: 100%;
  margin: 0 auto;
  font-weight: 400;
  font-style: Regular;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0.96px;
  text-align: center;
  margin-top: 17px;
  margin-bottom: 24px;
}

.listing-page .inner_hero_content h1 {
    margin-top: 20px;
    margin-bottom: 24px;
}

.listing-page .inner_hero_content  {
    padding-top: 80px;
}

.group-hero-content {
  max-width: min(92vw, 680px);
}

.group-hero-title {
  font-size: clamp(36px, 11vw, 52px);
  line-height: 1.12;
  margin-left: auto;
  margin-right: auto;
}

.inner_hero_content h1 span {
  font-style: italic;
}

.listing-hero .inner_hero_content h1 span {
  font-style: normal;
}

.listing-hero .inner_hero_content h1 span .journey-j {
  font-family: "Baskerville", serif;
  font-style: italic !important;
  font-weight: 400;
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  transform: none;
  margin-right: 0;
}

/* .listing-hero .inner_hero_content .hero_subtitle,
.listing-hero .inner_hero_content h1,
.listing-hero .inner_hero_content p {
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.58);
} */

body.listing-page .inner_hero_content h1 span {
  font-style: normal;
}

body.listing-page .inner_hero_content h1 span::first-letter {
  font-family: "Baskerville", serif;
  font-style: italic !important;
  font-weight: 400;
  font-size: 1em;
  line-height: 1;
}

/* body.listing-page .inner_hero_content .hero_subtitle,
body.listing-page .inner_hero_content h1,
body.listing-page .inner_hero_content p {
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.58), 0 8px 18px rgba(0, 0, 0, 0.4);
} */

.inner_hero_content p {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 26px;
  margin: 0 auto;
  max-width: 700px;
  margin-bottom: 40px;
  width: 100%;
  max-width: 370px;
  width: 100%;
}

.inner_hero_btn {
  display: block;
  justify-content: center;
  gap: 20px;
  max-width: 610px;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
}

.inner_hero_btn .primary_btn,
.inner_hero_btn .therapies_btn {
  display: block;
  width: 100%;
  margin-top: 10px;
}

.inner_hero_btn .primary_btn a,
.inner_hero_btn .therapies_btn a {
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
      letter-spacing: 0;
    line-height: 24px;
  /* box-shadow: 0px 4px 4px 0px #00000040; */
}

.inner_hero_btn .therapies_btn a {
  border: 2px solid #FFFFFF33;
}

/* Antara Apporch CSS */

.antara_approch_wrapper {
  background-color: #D3C4B1;
  padding: 30px 0;
  margin-top: 0;
}

.antara_approch_wrapper .main_title h2,
.listing-approach-heading {
  /* font-size: clamp(28px, 4vw, 42px);
  margin-bottom: 10px;
  line-height: 1.1; */
  color: #705B5F;
  /* letter-spacing: 0;
  white-space: nowrap; */
}

.antara_approch_flex {
  display: grid;
  justify-content: space-between;
  gap: 20px;
  position: relative;
  padding: 0 15px;
}

.antara_approch_flex:after {
  content: '';
  position: absolute;
  top: 30px;
  z-index: -1;
  left: 45px;
  width: 2px;
  height: 87%;
  background-color: #8C7B6B26;
}

.antara_approch_box {
  max-width: 330px;
  width: 100%;
  display: flex;
  align-items: anchor-center;
  gap: 20px;
}

.antara_approch_icon {
  background: #ffffff;
  border: 1.9px solid #8C7B6B26;
  max-width: 60px;
  width: 100%;
  border-radius: 50%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  margin-top: -28px;
}

.antara_approch_content h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #3F2E0F;
  margin-top: 0px;
}

.antara_approch_content p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  color: #5D4018;
}

.signature_medical_slider {
  padding-left: 10px;
}

.therapies_btn_flex {
  display: flex;
  gap: 10px;
  align-items: center;
}

.therapies_journeys_content .therapies_btn_flex {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: 10px;
  align-items: center;
  width: 100%;
}

.therapies_journeys_content .therapies_btn_flex .therapies_btn,
.therapies_journeys_content .therapies_btn_flex .primary_btn {
  min-width: 0;
}

/* .therapies_journeys_content .therapies_btn_flex .therapies_btn a,
.therapies_journeys_content .therapies_btn_flex .primary_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 8px; 
  white-space: nowrap;
  line-height: 1.2;
  font-size: clamp(12px, 3.4vw, 14px);
  letter-spacing: 0;
  text-transform: uppercase;
  border-radius: 999px;
} */

section.mid_sec_wrapper {
    max-width: 411px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: -40px;
}

.listing-page section.therapies_journeys_wrapper {
    background: transparent;
    padding: 30px 0 5px 0;
}

.listing-page .therapies_journeys_wrapper .secondary_txt_color.main_title p {
    font-size: 12px;
    line-height: 18px;
}

   .listing-page .therapies_journeys_wrapper .main_title {
        margin-bottom: 16px;
    }

.therapies_btn_flex .primary_btn a {
    font-size: 12px;
    /* padding: 15px 20px; */
    display: flex;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
    height: 50px;
    line-height: 24px;
}

.therapies_btn_flex .therapies_btn a {
    border-radius: 28px;
    /* padding: 9px 10px; */
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    width: 100%;
    font-size: 12px;
}

.listing-page .sanctuary_philosophy_wrapper.gapping {
    margin-top: 50px;
    padding-bottom: 15px;
}

.signature_medical_slider .therapies_journeys_content h4 {
  font-size: 24px;
  font-family: "Verdana V1 V1";
      line-height: 32px;
}

.listing-page .sanctuary_philosophy_wrapper .secondary_txt_color.main_title h2 {
    color: #543800;
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 8px;
}


.signature_medical_slider .therapies_journeys_content p {
  margin-bottom: 30px;
  margin-top: 12px;
}

.therapies_btn_flex .therapies_btn {
  width: 100%;
}

.signature_medical_slider .therapies_journeys_box img {
  object-fit: cover;
  height: 385px;
  width: 100%;
  border-radius: 20px;
}

.signature_medical_slider .therapies_journeys_content {
  background: transparent;
}

.signature_medical_slider .therapies_journeys_box:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 89%;
  background-image: linear-gradient(181deg, #00000000 0%, #000 100%);
  border-radius: 20px;
}

.sanctuary_philosophy_box {
  background: #F4EFE2;
  border-radius: 26px;
  margin-bottom: 20px;
}

.sanctuary_philosophy_box img {
  object-fit: cover;
  height: 270px;
  width: 100%;
  border-radius: 27px;
}

.sanctuary_philosophy_content {
  padding: 22px;
  position: relative;
}

.sanctuary_philosophy_heading {
  display: flex;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  justify-content: space-between;
  column-gap: 12px;
  text-align: left;
}

.sanctuary_philosophy_content h4 {
  font-weight: 400;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #543800;
  margin: 0;
  white-space: nowrap;
  min-width: 0;
}



.sanctuary_philosophy_content h4 span {
  font-style: italic;
  display: inline-block;
  margin-left: 6px;
}

.sanctuary_philosophy_content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #4F4539;
    margin-top: 12px;
    margin-bottom: 0;
}

.sanctuary_philosophy_content .therapies_btn_flex .therapies_btn a {
  font-size: 12px;
  border-color: #7A5609;
  color: #7A5609;
}

.sanctuary_philosophy_slider {
  padding-left: 0px;
  padding-right: 0px;
}

.sanctuary_philosophy_slider .therapies_btn_flex {
  margin-top: 24px;
}

.sanctuary_philosophy_content .therapies_btn_flex {
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: 10px;
  align-items: center;
  width: 100%;
}

.sanctuary_philosophy_content .therapies_btn_flex .therapies_btn,
.sanctuary_philosophy_content .therapies_btn_flex .primary_btn {
  min-width: 0;
}

.sanctuary_philosophy_content .therapies_btn_flex .therapies_btn a,
.sanctuary_philosophy_content .therapies_btn_flex .primary_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  /* padding: 10px 8px; */
  white-space: nowrap;
  line-height: 1.2;
  /* font-size: clamp(12px, 2.8vw, 14px); */
}

.sanctuary_philosophy_box_category {
  font-family: Verdana;
  font-weight: 400;
  font-size: 10px;
  line-height: 16.5px;
  letter-spacing: 0.9px;
  text-align: right;
  vertical-align: middle;
  text-transform: uppercase;
  color: #7A5609;
  position: static;
  white-space: nowrap;
  margin-top: 0;
  margin-left: 0;
}



.sanctuary_philosophy_content .therapies_btn_flex .therapies_btn a,
.sanctuary_philosophy_content .therapies_btn_flex .primary_btn a {
  text-transform: uppercase;
}

.quote_text_wrapper {
  background-color: #F7F3EA;
  padding: 40px;
  border: 1px solid #D2C4B41A;
  display: inline-block;
  gap: 17px;
  justify-content: center;
  align-items: center;
  border-radius: 48px;
  text-align: center;
}

.personal_care-wrapper.gapping {
    margin-top: 27px;
    padding-bottom: 15px;
}

.quote_text_wrapper p {
  font-family: "Newsreader", serif;
  font-weight: 400;
  font-style: Italic;
  font-size: 24px;
  line-height: 33px;
  margin-top: 20px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #6F4E11;
  margin-bottom: 0;
}

.quote_text_wrapper img {
  width: 100%;
  height: 40px;
  max-width: 40px;
}

.personal_care_bg {
  background: #F4EFE2;
  padding: 25px 20px 30px 20px;
  border: 1px solid #5762491A;
  border-radius: 24px;
  text-align: center;
}

.personal_care_bg span {
  color: #404A32;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 2.4px;
  vertical-align: middle;
  text-transform: uppercase;
}

.sanctuary_philosophy_slider {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}

.personal_care_bg .secondary_txt_color.main_title h2 {
  font-size: 22px;
  line-height: 34px;
  margin-bottom: 8px;
  color: #151E0A;
  margin-top: 20px;
}


.personal_care_bg .secondary_txt_color.main_title p {
  font-size: 15px;
  line-height: 24.5px;
  color: #404A32;
  max-width: 830px;
  margin: 0 auto;
  margin-bottom: 45px;
}

.personal_care_bg .primary_btn {
  display: flex;
  justify-content: center;
  width: 100%;
}

.personal_care_bg .primary_btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.2;
    min-height: 52px;
    font-size: 14px;
    text-transform: uppercase;
    max-width: 260px;
    width: 100%;
}



/* Doctors Page CSS */

.doctors_intro_tabs_wrapper .secondary_txt_color.main_title p {
    color: #4F4539;
    font-size: 16px;
    line-height: 20px;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 50px;
}


.doctors_wrapper .nav-pills .nav-link {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #4F4539;
  padding: 10px 24px;
  border-radius: 20px;
}

.doctors_wrapper .nav-pills .nav-link.active,
.doctors_wrapper .nav-pills .show>.nav-link {
  color: #fff !important;
  background-color: #543800;
  border-radius: 20px;
}

  
    .doctor_slider_wrapper .secondary_txt_color.main_title h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 17px;
}

    .doctor_slider_wrapper .secondary_txt_color.main_title p {
    font-size: 16px;
    line-height: 24px;
}

    .doctors_intro_tabs_wrapper {
        margin-bottom: -40px;
    }

    .doctor_slider_wrapper .secondary_txt_color.main_title.text-center {
    margin-bottom: 25px;
}

  
    .doctor_slider_wrapper.gapping {
    margin-top: 55px;
}

.doctors_wrapper ul.nav-pills {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    gap: 0px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0px 1px 2px 0px #0000000D;
    padding-bottom: 24px;
    padding-left: 0px;
    padding-right: 0px;
}

.doctors_wrapper ul.nav-pills::-webkit-scrollbar {
  display: none;
  /* Chrome/Safari */
}

.doctor_box {
  position: relative;
}

.doctor_box_content {
  text-align: center;
  padding: 20px;
}

.doctor_box img {
  object-fit: cover;
  border-radius: 32px;
  height: 400px;
  width: 100%;
}

.doctor_slider {
  padding-left: 10px;
}

.doctor_box_content h4 {
  font-family: "Baskerville", serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 8px;
  color: #543800;
}

.doctor_box_content span {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #622A3F;
      display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.doctor_box_content .primary_btn {
    max-width: 86%;
    margin: 0 auto;
     margin-top: 15px;
}

.doctor_slider .slick-dots {
    bottom: -30px;
    left: 0;
}

.doctor_box_content .primary_btn a {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
}

.doctor_box_content p {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 0px;
  margin-top: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* lines count */
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #4F4539;
}

.exp_text {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #67132F;
  font-size: 12px;
  background-color: #FAF9E7;
  border-radius: 20px;
  padding: 5px 12px;
  font-weight: 500;
}


.doctor_model_profile_wrapper .modal-content {
    background: #FDF9F0;
    border-radius: 20px;
    border: 0;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.doctor_model_profile_wrapper .modal-body {
    padding: 0;
}

.doctor_model_profile_wrapper .modal-body img {
    border-radius: 20px 20px 0 0;
}

.doctor_model_profile_wrapper button.btn-close {
    background: transparent;
    opacity: 1;
    position: absolute;
    top: -10px;
    right: 0;
    font-size: 35px;
    z-index: 2;
}

.doctor_model_profile_content span {
    background: #F1EDDF;
    color: #7A5609;
    font-size: 12px;
    line-height: 16px;
    padding: 7px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    display: inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.doctor_model_profile_content h4 {
    font-size: 24px;
    color: #7A5609;
    line-height: 21px;
    font-family: "Verdana V1 V1";
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 14px;
}

.doctor_experience_section h5 {
    font-size: 20px;
    color: #7A5609;
    line-height: 21px;
    font-family: "Verdana V1 V1";
    font-weight: 400;
    margin-top: 24px;
    margin-bottom: 7px;
}

.doctor_experience_section ul {
    display: block !important;
    margin-top: 18px !important;
    margin-bottom: 24px !important;
}

.doctor_experience_section ul li {
    position: relative !important;
    padding-left: 12px !important;
    background: transparent !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #4F4539 !important;
    margin-bottom: 7px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.doctor_experience_section ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    background-color: #4F4539;
    height: 5px;
    width: 5px;
    border-radius: 50%;
}

.doctor_model_profile_content .doctor_model_profile_bold_text {
    font-weight: bolder;
    font-size: 14px;
    line-height: 17px;
    color: #6B6B6B;
    font-weight: 700;
    font-style: italic;
}

.doctor_model_profile_content {
    padding: 20px 20px;
    height: 290px;
    overflow-y: scroll;
}

.doctor_model_profile_content p {
    font-size: 14px;
    font-weight: 400;
    color: #554245;
    line-height: 24px;
    max-width: 520px;
    width: 100%;
}

.doctor_profile_exp {
  color: #67132F;
  font-size: 12px;
  line-height:16px;
  font-weight: 500;
  background-color: #FAF9E7;
  border-radius: 20px;
  padding: 5px 10px;
  position: absolute;
  top: 25px;
  right: 20px;
  max-width: max-content;
}

.doctor_model_profile_wrapper  .doctor_profile_exp {
  top: 20px;
  left: 20px;
}

.doctor_model_profile_content ul  {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.doctor_model_profile_content ul li {
    background: #F1EDDF;
    font-size: 14px;
    line-height: 20px;
    color: #22191B;
    font-weight: 400;
    padding: 14px 12px;
    border-radius: 20px;
}

.doctor_model_profile_content ul li img {
    max-width: 22px!important;
    margin-right: 8px;
    height: 22px!important;
}

.multi_approach_works_wrapper {
  background-color: #F1EEE5;
  padding: 80px 0;
}



    .multi_approach_works_wrapper .secondary_txt_color.main_title h2 {
    font-size: 28px;
    line-height: 48px;
    margin: 0 auto;
    margin-bottom: 20px;
    max-width: 700px;
    width: 100%;
}

.multi_approach_works_box {
    background-color: #ECE8DF;
    padding: 40px 30px;
    border-radius: 48px;
    height: auto;
    margin-bottom: 20px;
    margin: 10px 20px;
}

.multi_approach_works_box img {
  max-width: 30px;
  width: 1000%;
}

.multi_approach_works_box h4 {
  color: #543800;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  vertical-align: middle;
  margin-top: 18px;
}

.multi_approach_works_box p {
  font-family: Verdana;
  font-weight: 400;
  font-size: 14px;
  color: #4F4539;
  line-height: 22px;
  letter-spacing: 0px;
  vertical-align: middle;

}

    /* .personal_care_bg span {
        font-size: 18px;
        line-height: 16px;
        letter-spacing: 2.4px;
    }

        .personal_care_bg .secondary_txt_color.main_title h2 {
        font-size: 48px;
        line-height: 57px;
        margin-bottom: 21px;
        color: #151E0A;
        margin-top: 20px;
    }

      .personal_care_bg .secondary_txt_color.main_title p {
        font-size: 20px;
        line-height: 29px;
        max-width: 1250px;
        margin: 0 auto;
        margin-bottom: 45px;
    }

    .personal_care_bg {
    background: #F4EFE2;
    padding: 40px 20px 45px 20px;
    border: 1px solid #5762491A;
    border-radius: 24px;
    text-align: center;
    margin-bottom: 35px;
} */

/* Group Session Page CSS */

.inner_hero_content ul {
  display: flex;
  gap: 7px;
  justify-content: center;
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}

.inner_hero_content ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #FFFFFF;
  text-transform: uppercase;
}

/* .inner_hero_content p {
  font-weight: 400;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #FFFFFF;
} */

.inner_hero_content ul li span {
    background-color: #FAAF58;
    width: 5px;
    height: 5px;
    border-radius: 10px;
    display: block;
    position: relative;
    top: 18px;
}

.wt_joints_care_wrapper .secondary_txt_color.main_title h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
}

.wt_joints_care_wrapper .secondary_txt_color.main_title p {
  font-size: 14px;
  line-height: 20px;
  color: #1C1C16;
  font-style: italic;
}

.wt_joints_care_wrapper {
  text-align: center;
}

.number_box h4 {
  font-weight: 600;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #543800;
  margin-bottom: 12px;

}

.number_box p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.4px;
  vertical-align: middle;
  text-transform: uppercase;

  color: #1C1C16;

}

.wt_joints_care_img img {
  max-width: 550px;
  width: 100%;
}

.holistic_approach_wrapper .main_title {
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 900px;
  width: 100%;
}

.holistic_approach_wrapper .main_title h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: 0.96px;
    color: #1C1C16;
}

.holistic_approach_wrapper .main_title p {
    color: #4F4539;
    font-family: Verdana;
    font-weight: 400;
    font-size: 16px;
    line-height: 29.25px;
    letter-spacing: 0.16px;
}


.holistic_approach_wrapper ul {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 18px;
  margin-top: 38px;
}

.holistic_approach_wrapper ul li {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.4px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #543800;
  background-color: #ECE8DF;
  padding: 10px 30px;
  border-radius: 20px;

}

.holistic_approach_box {
  background-color: #F7F3EA;
  border-radius: 48px;
  margin-top: 10px;
}

.holistic_approach_box img {
  border-radius: 48px 48px 0 0;
}

.holistic_approach_box h4 {
  font-family: "Baskerville", serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #1C1C16;
  margin-top: 25px;
  margin-bottom: 0;

}

.holistic_approach_box p {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #4F4539;
  padding: 10px 15px 30px 15px;

}

.joint_care_wrapper {
  background-color: #F7F3EA;
  padding: 40px 0;
  margin-top: 10px;
}

.joint_care_box {
  background-color: #fff;
  padding: 50px 20px 20px 20px;
  border-radius: 20px;
  text-align: center;
  height: 260px;
}

.joint_care_box img {
  /* background-color: #97844029; */
  /* border-radius: 50%; */
  max-width: 28px;
  width: 100%;
  /* height: 50px; */
  padding: pos;
  position: relative;
  display: inline-flex;
  position: relative;
  z-index: 2;
}

.joint_care_icon {
  position: relative;
  display: inline-flex;
}

.joint_care_icon::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: #97844029;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}


.joint_care_box h4 {
  font-family: Verdana;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #1C1C16;
  margin-top: 20px;

}

.joint_care_box p {
  font-family: Verdana;
  font-weight: 400;
  font-size: 14px;
  line-height: 22.75px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #4F4539;
  margin-bottom: 0;

}

.joint_care_slider {
  display: flex;
  gap: 25px;
}

.joint_care_grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 25px;
}

.month_journey_wrapper {
  background-color: #F4EFE2;
  padding: 40px 0;
  margin-top: 30px;
}

.month_journey_wrapper .main_title h2 {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0.96px;
    color: #1C1C16;
}

.month_journery_box {
  display: flex;
  gap: 14px;
}

.month_journey_flex {
  display: block;
  gap: 20px;
  justify-content: space-between;
  position: relative;
  margin-top: 35px;
}

.month_journey_flex::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 70%;
  background: #D2C4B44D;
  top: 20px;
  left: 20px;
  z-index: -1;
}

.month_journery_box span {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Baskerville", serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    background-color: #EBDEC2;
    max-width: 40px;
    width: 100%;
    padding: 20px;
    color: #7A5609;
    border-radius: 50%;
    height: 40px;
    margin-bottom: 24px;
}


.month_journery_content {
  padding: 24px 27px;
  border-radius: 32px;
  background-color: #F7F3EA;
  max-width: 410px;
  width: 100%;
  margin-bottom: 20px;
  height: auto;
}



.month_journery_box h4 {
  font-family: "Baskerville", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #1C1C16;
}

.month_journery_box p {
  font-family: Verdana;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #4F4539;
  margin-bottom: 20px;
  margin-top: 10px;
}

.month_journery_box ul li {
  font-family: Verdana;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.7px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #576249;
  margin-bottom: 7px;
  padding-left: 15px;
  position: relative;
}

.month_journery_box ul li::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #576249;
  top: 7px;
  left: 0;
  z-index: 1;
}


.outcome_wrapper {
  background-color: #F4EFE2;
  padding: 40px 0 60px 0;
}

.outcome_wrapper .secondary_txt_color.main_title h2 {
    color: #8C7B6B;
    font-size: 30px;
    line-height: 36px;
}

.outcome_icon_flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.gruop-session section.space_heal_wrapper.gapping {
    background: #F7F3EA;
    padding: 40px 0;
}

.gruop-session .cta_wrapper .main_title h2 {
    font-size: 24px;
    color: #543800;
    line-height: 33px;
}

.outcome_icon {
  background: #F1EEE5;
  padding: 50px 20px;
  text-align: center;
  border-radius: 20px;
  display: inline-grid;
  align-items: center;
  justify-content: center;
}

.outcome_icon img {
  max-width: 24px;
  width: 100%;
  margin: 0 auto;
}

.outcome_icon h4 {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #1C1C16;
  margin-bottom: 0;
  margin-top: 10px;
  max-width: 100px;
  width: 100%;
}

.outcome_content_flex {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  margin-top: 20px;
  margin-left: 20px;
}

.outcome_content_box h4 {
  font-family: Verdana;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #1C1C16;
  display: flex;
}

.outcome_content_box h4 i {
  margin-right: 12px;
  font-size: 22px;
}

.outcome_content_box p {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #4F4539;
}

.personal_care_bg .secondary_txt_color.main_title p {
  font-size: 14px;
  line-height: 23px;
  color: #404A32;
  max-width: 830px;
  margin: 0 auto;
  margin-bottom: 30px;
}

/* PANCHKOSHA PAGE START */

.pk-sec-sm-title {
  /*font-family: Verdana, Geneva, sans-serif;*/
  font-weight: 400;
  font-style: Italic;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: center;
  text-shadow: 0 1px 8px rgba(84, 56, 0, 0.16);
  color: #1C1C16;
}

.pk-hormony-title h5 {
  font-family: "Baskerville", serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 16px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: #543800;
  text-shadow: 0 1px 8px rgba(84, 56, 0, 0.16);
}

.pk-intro_section {
  padding: 34px 0 24px;
}

.pk-intro_section .main_title {
  margin-bottom: 14px;
}

.pk-intro_section .main_title h2 {
  font-size: 46px;
  line-height: 54px;
  text-shadow: 0 1px 8px rgba(84, 56, 0, 0.16);
  color: #543800;
}

.pk-intro_section>.container>.main_title:first-child h2 {
  font-size: 40px;
  line-height: 32px;
  white-space: nowrap;
}

.pk-intro_section .pk-hormony-title.gapping {
  margin-top: 90px;
  padding-bottom: 0;
}

.pk-intro_section .main_title.secondary_txt_color p {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0;
}

/*.pk-sheaths_section {
  background: #f7f3ea;
}*/

.pk-sheaths_wrapper {
  margin-top: 20px;
}

.pk-sheaths_section {
  max-width: 100%;
}

.pk-sheaths_section .sm_title h2 {
  font-size: 24px;
  line-height: 28px;
}

.pk-sheath_item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 34px;
}

.pk-sheath_icon {
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: 3px;
}

.pk-sheath_icon i {
  font-size: 28px;
  line-height: 1;
}

.pk-sheath_icon.brown {
  background: #6f4d00;
}

.pk-sheath_icon.green {
  background: #737d62;
}

.pk-sheath_icon.maroon {
  background: #8a5b70;
}

.pk-sheath_icon.gold {
  background: #ae9b6b;
}

.pk-sheath_icon.olive {
  background: #b7b8a9;
}

.pk-sheath_content {
  flex: 1;
}

.pk-sheath_content span {
  display: block;
  color: #7f846f;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.pk-sheath_content h4 {
  color: #1C1C16;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 0;
  font-family: "Newsreader", serif;
}


/*-------------------*/

/*.pk-page {
    background:
        radial-gradient(circle at top, rgba(239, 193, 122, 0.2), transparent 34%),
        #fdf9f0;
    overflow-x: hidden;
}

.pk-page .header_top_wrapper {
    position: relative;
    z-index: 12;
}

.pk-navbar {
    position: absolute;
    top: 28px;
    left: 0;
    width: 100%;
    z-index: 12;
    background: rgba(249, 247, 230, 0.22);
    backdrop-filter: blur(12px);
}

.pk-navbar .navbar-brand img {
    max-width: 150px;
}

.pk-navbar .nav-link,
.pk-navbar .nav-link.active {
    color: #faf9e7;
}

.pk-main {
    position: relative;
}

.pk-hero {
    min-height: 560px;
    padding: 148px 0 36px;
    position: relative;
    background:
        linear-gradient(135deg, rgba(0, 0, 0, 0.58) 0%, rgba(91, 76, 76, 0.34) 52%, rgba(0, 0, 0, 0.6) 100%),
        url("../images/panchkosha/1103880_1080p_4k_3840x2160 1.png") center/cover no-repeat;
}

.pk-hero .container {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pk-hero_content {
    max-width: 333px;
    text-align: center;
    color: #fff;
}

.pk-hero_content h1 {
    font-family: "Baskerville", serif;
    font-size: 36px;
    line-height: 45px;
    color: #fff;
    margin-bottom: 36px;
}

.pk-hero_btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 298px;
    min-height: 50px;
    padding: 12px 28px;
    border: 0.6px solid #ffffff;
    border-radius: 999px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pk-scroll_btn {
    margin-top: 50px;
    text-align: center;
}

.pk-scroll_btn span {
    display: block;
    width: 24px;
    height: 40px;
    margin: 0 auto 10px;
    border: 1px solid #faf9e7;
    border-radius: 999px;
    position: relative;
}

.pk-scroll_btn span::before {
    content: "";
    width: 4px;
    height: 8px;
    border-radius: 999px;
    background: #faf9e7;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
}

.pk-scroll_btn p {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    color: #faf9e7;
}*/

.pk-intro_section,
.pk-approach,
.pk-cta_section {
  position: relative;
  padding: 40px 0;
}

.pk-section_title {
  text-align: center;
  max-width: 327px;
  margin: 0 auto 24px;
}

.pk-section_title h2,
.pk-section_title h3 {
  font-family: "Baskerville", serif;
  font-weight: 400;
  color: #543800;
  margin-bottom: 10px;
}

.pk-section_title h2 {
  font-size: 24px;
  line-height: 32px;
}

.pk-section_title h3 {
  font-size: 24px;
  line-height: 32px;
}

.pk-section_title em {
  font-style: italic;
}

.pk-section_title p {
  margin: 0;
  color: #4f4539;
  font-size: 14px;
  line-height: 20px;
}

.pk-section_title--tight {
  margin-bottom: 20px;
}

.pk-harmony_block {
  position: relative;
}

.pk-harmony_visual {
  width: 100%;
  /* max-width: 360px;
    height: 360px; 
    margin: 0 auto 12px; */
  position: relative;
}

.pk-harmony_glow {
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(239, 193, 122, 0.18), rgba(239, 193, 122, 0.02) 68%, transparent 72%);
}

.pk-harmony_orbit {
  position: absolute;
  border: 1px solid rgba(218, 151, 73, 0.4);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/*.pk-harmony_orbit--outer {
    width: 100%;
    height: 96%;
    background: radial-gradient(circle, rgba(243, 241, 230, 0.26), rgba(236, 235, 208, 0) 72%);
}*/

.pk-harmony_orbit--middle {
  width: 75%;
  height: 72%;
}

.pk-harmony_orbit--inner {
  width: 50%;
  height: 48%;
}

.pk-harmony_core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 96%;
  transform: translate(-50%, -50%);
}

.pk-harmony_core img {
  width: 100%;
  opacity: 0.12;
  filter: sepia(1) saturate(0.24) brightness(1.14);
}

.pk-sheaths {
  max-width: 358px;
  margin: 0 auto;
}

.pk-sheaths h4 {
  font-family: "Baskerville", serif;
  font-size: 20px;
  line-height: 28px;
  color: #543800;
  text-align: center;
  margin-bottom: 13px;
}

.pk-sheath_item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  border-radius: 32px;
  margin-bottom: 16px;
  background: rgba(255, 255, 255, 0.2);
}

.pk-sheath_icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}

.pk-sheath_item span {
  display: block;
  color: #576249;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.pk-sheath_item p {
  margin: 0;
  color: #1c1c16;
  font-family: "Baskerville", serif;
  font-size: 17px;
  line-height: 24px;
}

.pk-sheath_item--physical .pk-sheath_icon {
  background: #7d5a0a;
}

.pk-sheath_item--energy .pk-sheath_icon {
  background: #576249;
}

.pk-sheath_item--mental .pk-sheath_icon {
  background: #8f6177;
}

.pk-sheath_item--wisdom .pk-sheath_icon {
  background: rgba(84, 56, 0, 0.8);
}

.pk-sheath_item--spirit .pk-sheath_icon {
  background: rgba(87, 98, 73, 0.8);
}

.pk-layer {
  padding: 0 0 16px;
}

.pk-layer_row {
  display: block;
}

/*.pk-layer .container {
    max-width: 375px;
    padding: 0;
}*/

.pk-layer_card {
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}

/* .pk-layer_card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.06) 0%, rgba(0, 0, 0, 0.58) 52%, rgba(0, 0, 0, 0.72) 100%);
} */

.pk-layer_panels_bg {
  background: #00000073;
  padding: 15px 0 5px 0;
}

.pk-layer_head,
.pk-layer_panels {
  position: relative;
  z-index: 1;
}

.pk-layer_head {
  text-align: center;
  padding: 0 24px;
  margin-bottom: 18px;
}

.pk-layer_head h2 {
  color: #fff;
  font-family: "Baskerville", serif;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 11px;
  font-weight: 400;
    font-style: italic;
}

.pk-layer_head em {
  font-style: italic;
}

.pk-layer_head p {
  max-width: 321px;
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
}

.pk-layer_panels {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0 12px 20px;
}

.pk-layer_panel {
  min-height: 188px;
  border-radius: 32px;
  background: #f1eee5;
  padding: 18px 16px;
}

.pk-layer_panel--support {
  background: #ddd5b8;
}

.pk-layer_panel h3 {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: center;
  color: #543800;
  font-family: "Verdana V1 V1";
  margin-bottom: 14px;
  font-weight: 400;
}

.sanctuary_philosophy_slider2 .slick-slide {
  margin-left: 5px;
  margin-right: 5px;
}

.pk-layer_panel--support h3 {
  color: #576249;
}

.pk-layer_panel ul {
  margin: 0;
  padding-left: 16px;
}

.pk-layer_panel li {
  color: #4f4539;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 3px;
}

.pk-layer_panel--support li {
  color: #576249;
}

.pk-layer_panel--support li::marker {
  color: #576249;
}

.pk-layer_panel li::marker {
  color: #4f4539;
}

.pk-layer--physical .pk-layer_card {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.02)),
    url("../images/panchkosha/banner-physical.png") center/cover no-repeat;
}

.pk-layer--energy .pk-layer_card {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.02)),
    url("../images/panchkosha/banner-energy.png") center/cover no-repeat;
}

.pk-layer--mental .pk-layer_card {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.02)),
    url("../images/panchkosha/banner-mental.png") center/cover no-repeat;
}

.pk-layer--wisdom .pk-layer_card {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.02)),
    url("../images/panchkosha/banner-energy.png") center/cover no-repeat;
}

.pk-layer--spirit .pk-layer_card {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.02)),
    url("../images/panchkosha/spiritual.png") center/cover no-repeat;
  /*linear-gradient(180deg, rgba(255, 188, 80, 0.1), rgba(138, 78, 10, 0.15)),
        radial-gradient(circle at center, rgba(255, 214, 131, 0.82) 0%, rgba(186, 118, 33, 0.35) 30%, rgba(40, 17, 5, 0.88) 100%);*/
}

.pk-approach {
  padding-top: 24px;
}

.pk-approach_cards {
  max-width: 390px;
  margin: 0 auto;
}

.pk-approach_card {
  border-radius: 48px;
  text-align: center;
  padding: 32px 28px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.panchkosha-page .cta_wrapper.gapping {
    padding-bottom: 0;
    margin-bottom: 40px;
}

.pk-approach_card+.pk-approach_card {
  margin-top: 18px;
}

.pk-approach_card--primary {
  background: #ece8df;
}

.pk-approach_card--secondary {
  background: #f1eee5;
}

.pk-approach_card span {
  display: block;
  color: #543800;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.pk-approach_card--secondary.pk-approach_card span {
  color: #576249;
}

.pk-approach_card h4 {
  font-family: "Baskerville", serif;
  font-size: 20px;
  line-height: 28px;
  color: #1c1c16;
  margin-bottom: 14px;
  font-weight: 400;
}

.pk-approach_card p {
  margin: 0;
  color: #1c1c16;
  font-size: 14px;
  line-height: 22.75px;
}

.pk-cta_box {
  max-width: 320px;
  margin: 0 auto;
  text-align: center;
}

.pk-cta_box h2 {
  font-family: "Baskerville", serif;
  font-size: 24px;
  line-height: 33px;
  color: #543800;
  margin-bottom: 24px;
}

.pk-cta_box em {
  font-style: italic;
}

.pk-cta_box a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 58px;
  padding: 12px 24px;
  border: 1px solid #8c7b6b;
  border-radius: 999px;
  color: #5c4c12;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

/*.pk-page .footer_top_wrapper {
    margin-top: 16px;
}

.pk-page .footer_top_left,
.pk-page .footer_top_right {
    text-align: left;
}*/

/* PANCHKOSHA PAGE END */

/* SINGLE TREATMENT PAGE START */

.treatment-page {
  background: #FDF9F0;
}

.treatment-hero {
  height: 75vh;
}

.treatment-hero:after {
  background: linear-gradient(180deg, rgba(20, 14, 8, 0.35) 0%, rgba(20, 14, 8, 0.62) 100%);
}

.treatment-hero .hero_bg img {
  filter: brightness(0.6);
}

.treatment-hero_content {
  max-width: 340px;
  margin-top: 110px;
}

.treatment-hero_kicker {
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  line-height: 17px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.treatment-hero .hero_content h1 {
  margin-bottom: 18px;
}

.treatment-hero_actions {
  display: grid;
  gap: 12px;
  max-width: 320px;
  margin: 0 auto;
}

.treatment-hero_actions .transparent_btn a,
.treatment-hero_actions .primary_btn a {
  padding: 12px 24px;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
}

.treatment-icon_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 20px;
    margin-top: 20px;
}

.treatment-expect .secondary_txt_color.main_title h2 {
  font-size: 36px;
  line-height: 45px;
}

.treatment-rule_card h4 {
  font-family: "Verdana V1 V1";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  color: #543800;
  margin-bottom: 8px;
}

.treatment-rule_card p {
  margin-bottom: 0;
  color: #543800;
  font-family: Verdana;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;

}

.treatment-expect .secondary_txt_color.main_title p {
  color: #4F4539CC;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
}


.treatment-intro_grid,
.treatment-step_grid,
.treatment-outcome_grid,
.treatment-rule_grid,
.treatment-space_grid,
.treatment-guide_photos,
.treatment-expert_grid {
  display: grid;
  gap: 14px;
}

.treatment-safety .secondary_txt_color.main_title h2 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 8px;
}

.treatment-outcome_grid {
  padding: 15px;
  gap: 20px;
}



.treatment-intro_grid {
  margin-bottom: 40px;
}

.treatment-intro .treatment-philosophy.gapping {
  margin-top: 56px;
}

.treatment-sm-title p {
  font-weight: 400;
  font-style: Italic;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  color: #1C1C16
}

/*.treatment-copy,*/
.treatment-step_card {
  background-color: #F4EFE2;
  border-radius: 48px;
  padding: 40px;
  display: flex;
  column-gap: 12px;
  max-width: 100% !important;
  width: 100%;
}

.treatment-outcome_card {
  border-radius: 14px;
  padding: 40px;
  display: flex;
  column-gap: 12px;
  background-color: #FDF9F0;
  max-width: 100% !important;
}

.treatment-outcome_card_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.treatment-rule_card {
  border-radius: 24px;
}

.about-page .hero_bg img {
    object-position: 50%;
}

.treatment-divider {
  border-bottom: 1px solid #543800;
  color: #543800;
  margin-bottom: 6px;
}

.treatment-faq_list details {
  border-bottom: 1px solid #D2C4B433;
  border-radius: 0px;
  margin-left: 10px;
  margin-right: 10px;
}

.treatment-copy {
  padding: 10px 20px;
}

.treatment-copy .main_title h2 {
  text-align: left;
  font-size: 24px;
  line-height: 32px;
}

.treatment-copy .main_title {
  margin-bottom: 0;
  text-align: left;
}

.treatment-copy .main_title h2,
.treatment-copy .main_title p {
  text-align: center;
}

.treatment-image {
  min-height: 220px;
  /*border-radius: 28px;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.treatment-image--room {
  background-image: url("../images/single-treatment/ozone-therapy.png");
}

.treatment-philosophy {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px 52px;
  overflow: hidden;
}

/* Three thin semi-circles radiating from the top edge of this block. */
.philosophy-decor {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: min(115vw, 820px);
  height: 100%;
  min-height: 420px;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(circle at 50% 0, transparent 9.88%, rgba(201, 168, 110, 0.16) 10%, rgba(201, 168, 110, 0.16) 10.12%, transparent 10.28%),
    radial-gradient(circle at 50% 0, transparent 23.88%, rgba(201, 168, 110, 0.14) 24%, rgba(201, 168, 110, 0.14) 24.12%, transparent 24.28%),
    radial-gradient(circle at 50% 0, transparent 37.88%, rgba(201, 168, 110, 0.12) 38%, rgba(201, 168, 110, 0.12) 38.12%, transparent 38.28%);
}

.treatment-philosophy .philosophy-label {
  display: block;
  color: #6F4E11;
  text-transform: uppercase;
  margin: 0 auto 40px;
  padding-top: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 4.8px;
}

.treatment-philosophy>.philosophy-label,
.treatment-philosophy>h3 {
  position: relative;
  z-index: 1;
}

.treatment-philosophy h3 {
  color: #543800;
  font-family: "Baskerville", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.36;
  margin: 0 auto;
  max-width: 580px;
  position: relative;
  padding-bottom: 28px;
  text-transform: none;
  letter-spacing: normal;
}

.treatment-philosophy h3 span {
  color: #576249;
}



.treatment-outcomes .secondary_txt_color.main_title h2 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 8px;
}

.treatment-work .secondary_txt_color.main_title p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}

.treatment-work .secondary_txt_color.main_title h2 {
    font-size: 32px;
    line-height: 40px;
     letter-spacing: 0;
}

.treatment-work {
  background:#F4EFE2;
  padding: 36px 0;
}

.treatment-outcomes {
  background:#F1EEE5;
  padding: 36px 0;
}

.treatment-outcomes .treatment-outcome_grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin: 0 auto;
    padding: 0;
    margin-top: 26px;
    max-width: 90%;
    width: 100%;
}

.treatment-outcomes .treatment-outcome_card {
  text-align: left;
  padding: 16px;
  max-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 14px;
  border-radius: 14px;
  background-color: #FDF9F0;
}

.treatment-outcomes .treatment-outcome_card span {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 0;
  background-color: #ECE8DF;
}

.treatment-outcomes .treatment-outcome_card span img {
  max-width: 22px;
  width: 100%;
  height: auto;
}

.treatment-outcomes .treatment-outcome_card h4 {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 4px;
    font-weight: 600;
}

.treatment-outcomes .treatment-outcome_card p {
  margin-bottom: 0;
  color: #4F4539;
  font-size: 14px;
  line-height: 21px;
}

.treatment-outcome_card {
  text-align: left;
  padding: 20px 20px;
  max-width: 220px;
  width: 100%;
}

.treatment-icon_item {
  text-align: left;
  padding: 20px 12px;
  max-width: 220px;
  width: 100%;
}

.treatment-icon_item {
  text-align: center;
}

.treatment-icon_item span {
    width: 64px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 10px;
    /* background: rgba(225, 216, 197, 0.85); */
    background-color: #ECE8DF;
    color: #9A7530;
    font-size: 20px;
}

.treatment-outcome_card span {
  width: 108px;
  height: 63px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
      margin-bottom: 20px;
  /* background: rgba(225, 216, 197, 0.85); */
  background-color: #ECE8DF;
  color: #9A7530;
  font-size: 18px;
}

.treatment-outcome_card p {
  margin-bottom: 0;
  color: #4F4539;
  font-family: Verdana;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0px;
  vertical-align: middle;

}

.treatment-icon_item p {
    margin-bottom: 0;
    color: #543800;
    font-family: Verdana;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0px;
    vertical-align: middle;
}



.holistic_approach_wrapper.text-transform ul li {
  font-size: 14px;
  text-transform: capitalize;
  color: #4F4539;
  border: 1px solid #D2C4B433;
  background-color: #F1EEE5;
}


.treatment-step_card {
  padding: 20px 20px;
}

.treatment-step_card span {
  display: inline-block;
  color: #EDBF78;
  font-family: "Baskerville", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0;
  vertical-align: middle;
  margin-bottom: 8px;
}

.treatment-expect .treatment-step_card h4,
.treatment-step_card h4 {
    font-family: "Verdana V1 V1";
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  color: #543800;
  margin-bottom: 8px;
  letter-spacing: -1px;
}

.treatment-step_grid {
    gap: 24px;
    max-width: 90%;
    width: 100%;
    margin: 0 auto;
}

.treatment-outcome_card h4 {
  font-family: "Baskerville", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  color: #543800;
  margin-bottom: 0;
}

.treatment-step_card p {
  font-family: Verdana;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #4F4539;

}

.treatment-chip_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.treatment-benefits .secondary_txt_color.main_title h2 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 8px;
}

.treatment-benefits .secondary_txt_color.main_title p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
}

.treatment-safety.gapping {
    margin-top: 80px;
    padding-bottom: 15px;
}

.single-treatment-page section.space_heal_wrapper.gapping {
    background: #F7F3EA;
    padding: 40px 0;
}

.single-treatment-page .cta_wrapper .main_title h2 {
    font-size: 24px;
    color: #543800;
    margin-bottom: 14px;
    line-height: 33px;
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
}

.single-treatment-page .cta_wrapper {
    background: no-repeat;
    text-align: center;
}

.treatment-chip_list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 10.5px 30px;
  height: 50px;
  border-radius: 999px;
  background-color: #F7F3EA;
  color: #4F4539;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #D2C4B433;
}

.treatment-rule_card {
  padding: 18px 18px 20px;
  text-align: center;
}

.treatment-space_card,
.treatment-guide_photo {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border-radius: 28px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.treatment-space_card:after,
.treatment-guide_photo:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 55%;
  background: linear-gradient(180deg, rgba(20, 14, 8, 0) 0%, rgba(20, 14, 8, 0.58) 100%);
}

.treatment-space_card span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 1;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 18px;
}

.treatment-space_card--small {
  background-image: url("../images/about/founder.png");
}

.treatment-space_card--large {
  background-image: url("../images/about/legacy_home.png");
}

.treatment-guide_photo--person {
  background-image: url("../images/about/founder.png");
}

.treatment-guide_photo--session {
  background-image: url("../images/about/legacy_home.png");
}

.treatment-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 14px;
}

.treatment-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #E1D3A1;
}

.treatment-dots span.active {
  width: 18px;
  border-radius: 999px;
  background: #9A7530;
}

.treatment-experts .main_title {
  max-width: 460px;
}

.treatment-view_all {
  margin-bottom: 0;
}

.treatment-view_all .primary_btn a {
  max-width: 180px;
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
}

.treatment-cta .main_title {
  max-width: 640px;
  margin: 0 auto;
}

.treatment-cta .cta_btn a {
  max-width: 340px;
}

.treatment-faq_list {
  display: grid;
  gap: 12px;
}

.treatment-faq .secondary_txt_color.main_title h2 {
    color: #543800;
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 8px;
     letter-spacing: 0;
}

.treatment-faq_list summary {
  position: relative;
  list-style: none;
  cursor: pointer;
  padding: 18px 26px 18px 0;
  color: #543800;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
   letter-spacing: 0;
}

.treatment-faq_list summary::-webkit-details-marker {
  display: none;
}

.treatment-faq_list summary:after {
  content: "\f078";
  /* fa-chevron-down */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #9A7530;
  font-size: 18px;
}

.treatment-faq_list details[open] summary:after {
  content: "\f077";
  /* fa-chevron-down */
}

.treatment-faq {
  margin-bottom: 50px;
}

.treatment-faq_list p {
  margin: 0 0 16px;
  color: #4F4539;
  font-size: 13px;
  line-height: 20px;
}

/* SINGLE TREATMENT PAGE END */

/* ABOUT PAGE START */

.hero_wrapper.about-hero,
.inner_hero_wrapper.about-hero {
  box-sizing: border-box;
  overflow: visible;
}

.hero_wrapper.about-hero .hero_bg {
  z-index: 1;
}

.hero_wrapper.about-hero>.scroll_btn,
.inner_hero_wrapper.about-hero>.scroll_btn {
  display: grid;
  z-index: 100;
  bottom: 20px;
  transform: translateX(-50%) translateY(6px);
}

.hero_wrapper.about-hero .hero_content,
.inner_hero_wrapper.about-hero .inner_hero_content {
  position: relative;
  z-index: 2;
  padding-top: 100px;
}

.hero_wrapper.about-hero .hero_content {
  padding-bottom: 0;

}

.hero_wrapper.about-hero .hero_content h1 {
  margin-bottom: 22px;
}

.about-hero .hero_content {
  max-width: 420px;
}

.ab-shell {
  max-width: 1180px;
}

.ab-founder,
.ab-legacy,
.ab-clinic,
.ab-practitioners,
.ab-spaces,
.ab-cta {
  padding: 32px 0;
}

.ab-story {
    padding: 10px 0 35px 0;
}

.ab-vision {
  padding: 20px 0 32px;
}

.ab-section-heading {
  /*max-width: 760px;*/
  margin: 0 auto 22px;
  text-align: center;
}

.ab-section-heading h2 {
    font-family: "Baskerville", serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 41.25px;
    letter-spacing: 0px;
    color: #8C7B6B;
    margin-bottom: 6px;
}

.ab-section-heading h3 {
  font-family: "Baskerville", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.72px;
  text-align: center;
  color: #333230;
  margin-bottom: 0;
}

.ab-section-heading p {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22.75px;
  text-align: center;
  color: #4A3F38;
  margin-bottom: 0;
}

.ab-story__copy {
  max-width: 860px;
  margin: 0 auto;
  text-align: center;
}

.ab-story__copy p {
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 22.75px;
  color: #4A3F38;
}

.ab-story__highlight {
  display: inline-block;
  background-color: #FFFFFF;
  margin-top: 8px;
  padding: 12px;
  color: #8C7B6B !important;
  font-size: 14px !important;
  line-height: 22.75px !important;
  font-style: italic;
  border-radius: 23px;
}

.ab-story .sm_title h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0.24px;
    text-transform: capitalize;
    color: #8C7B6B;
    margin-bottom: 10px;
}

.ab-vision__grid,
.ab-founder__grid,
.ab-legacy__grid,
.ab-practitioners__grid,
.ab-gallery,
.ab-contact-strip__grid {
  display: grid;
  gap: 14px;
}

.ab-vision-card,
.ab-practitioner-card {
  border-radius: 24px;
  background: rgba(255, 252, 247, 0.92);
}

.about-hero {
  min-height: 100vh;
}

.ab-vision .sm_title h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0.24px;
    text-transform: capitalize;
    color: #8C7B6B;
    margin-bottom: 24px;
}

.ab-vision-card {
  padding: 32px;
  text-align: center;
  background-color: #F7F3EA;
  border-radius: 48px;
}

.ab-vision-card h3 {
  font-family: "Baskerville", serif;
  font-weight: 400;
  font-style: italic;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  vertical-align: middle;
  color: #543800;
  margin-top: 12px;
  margin-bottom: 8px;
}

.ab-vision-card p {
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #4F4539;
  margin-bottom: 0;
}

.ab-founder-secion-heading h2 {
  font-family: "Baskerville", serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  color: #543800;
  margin-bottom: 0;
}

.ab-founder-secion-heading span {
  font-family: Verdana, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #543800;
}

.ab-founder__image {
  width: 100%;
  height: auto;
  margin-top: 12px;
  border-radius: 26px;
}

.ab-founder__copy,
.ab-legacy__copy,
.ab-clinic__copy {
  text-align: center;
}

.ab-founder__copy p,

.ab-practitioner-card__body p,
.ab-contact-strip p {
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  color: #4F4539;
}

.ab-clinic__copy p {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.16px;
    color: #4F4539;
}

.about-page .cta_wrapper {
    background: #F4EFE2;
    padding: 40px 0 15px 0 !important;
    text-align: center;
    margin-bottom: 40px;
}

.about-page  .cta_wrapper .main_title h2 {
    font-size: 32px;
    color: #676547;
    margin-bottom: 14px;
    line-height: 41.25px;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
}

.about-page .cta_wrapper .main_title p {
    color: #8D8B64BF;
    font-size: 14px;
    line-height: 22.75px;
    margin-top: 17px;
}

.ab-legacy__copy p {
    font-size: 12px;
    color: #4A3F38;
    line-height: 22.75px;
}

img.story_bg_img {
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 400px;
  z-index: -1;
  background: red;
}

.ab-founder__quote {
  margin-bottom: 16px !important;
  font-size: 22px !important;
  line-height: 1.5 !important;
  color: #7a5a2f !important;
  font-family: "Baskerville", serif;
}

.ab-founder__copy p:last-of-type {
  margin-bottom: 40px;
  margin-top: 20px;
      font-size: 14px;
    line-height: 28px;
}

.ab-legacy .secondary_txt_color.main_title h2 {
  color: #6E4C2D;
  line-height: 30px;
  letter-spacing: 1.2px;
}

.ab-btn, .ab-book-strip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 340px;
    width: 100%;
    min-height: 48px;
    padding: 12px 36px;
    border-radius: 999px;
    background: #7A5609;
    border: 1px solid #7A5609;
    color: #fff7ea;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: uppercase;
}

.ab-btn:hover,
.ab-book-strip:hover,
.ab-btn:focus,
.ab-book-strip:focus {
  color: #fff7ea;
}

.ab-legacy__copy p+p,
.ab-clinic__copy p+p {
  margin-top: 12px;
}

.ab-clinic {
  background: rgba(214, 202, 181, 0.18);
}

.ab-clinic .ab-section-heading h2 {
    color: #7A5609;
    font-size: 28px;
    line-height: 37px;
    max-width: 300px;
    width: 100%;
    margin: 0px auto;
    margin-bottom: 12px;
}

.ab-clinic__logos {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.ab-clinic__logos img {
  max-width: 320px;
  width: 100%;
  margin-top: 40px;
}

.ab-practitioner-card {
    margin-top: 12px;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(17, 16, 18, 0.78) 72%);
    height: 430px;
}

.ab-practitioner-card__badge {
    position: absolute;
    top: 14px;
    right: 10px;
    z-index: 2;
    padding: 8px 9px;
    border-radius: 999px;
    background: rgba(255, 248, 239, 0.94);
    color: #671321;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
}

.ab-practitioner-card__photo img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}

.ab-practitioner-card__body {
  padding: 14px 14px 16px;
  text-align: left;
  background: rgba(1, 0, 0, 0.78);
  position: absolute;
  bottom: 0;
  width: 100%;

}

.ab-contact-strip h3 {
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 2px;
}

.ab-practitioner-card__body h3 {
    color: #ffffff;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 4px;
    font-weight: 700;
    font-family: "Verdana V1 V1";
}

.ab-practitioner-card__body span {
    display: block;
    margin-bottom: 8px;
    color: #FFFFFFB2;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.16px;
}



.ab-practitioner-card__body p {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 22.75px;
    margin-bottom: 12px;
        margin-top: 15px;
}

.ab-outline-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 8px 16px;
    width: 100%;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.48);
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    width: 100%;
    max-width: -webkit-fill-available;
}

.ab-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-top: 14px;
}

.ab-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(151, 118, 56, 0.32);
}

.ab-dots span.is-active {
  width: 18px;
  border-radius: 999px;
  background: #8f6717;
}

.ab-view-all {
  padding-top: 18px;
  text-align: center;
}

.ab-view-all .ab-btn {
  min-width: 180px;
  min-height: 32px;
  padding: 10px 26px;
  font-size: 14px;
  display: block;
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  margin-top: 30px;
}

.ab-gallery {
  align-items: center;
}

.ab-gallery-card {
  position: relative;
  min-height: 220px;
  overflow: hidden;
  border-radius: 26px;
  background-color: #d8ccb7;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ab-gallery-card::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 54%;
  background: linear-gradient(180deg, rgba(20, 14, 8, 0), rgba(20, 14, 8, 0.58));
}

.ab-gallery-card span {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 1;
  color: #fff8ef;
  font-size: 13px;
}

.ab-gallery-card--building {
  background-image: url("../images/about/focus.png");
}

.ab-gallery-card--lounge {
  background-image: url("../images/about/legacy_home.png");
}

.ab-gallery-card--space {
  background-image: url("../images/about/cont_care.png");
}

.ab-cta__content {
  text-align: center;
}

.ab-cta__content h2 {
  color: #7d5d2f;
  font-size: 42px;
  line-height: 0.98;
  margin-bottom: 10px;
}

.ab-cta__content p {
  margin-bottom: 18px;
  font-size: 13px;
  color: #4F4539;
}

.ab-book-strip {
  width: 100%;
  max-width: 560px;
  min-height: 48px;
  background: transparent;
  color: #8d6718;
}

.ab-cta__content span {
  display: block;
  margin-top: 12px;
  font-size: 12px;
  color: #4F4539;
}

.ab-contact-strip {
  padding: 22px 0;
  background: #d7ccae;
}

.ab-contact-strip__grid {
  gap: 18px;
}

.ab-contact-strip h3,
.ab-contact-strip p {
  margin: 0;
}

.ab-contact-strip p {
  margin-top: 6px;
  font-size: 12px;
}

.ab_practitioners_slider {
  padding-left: 10px;
}

/* ABOUT PAGE END */


.story_flower_img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -109px;
    width: max-content;
}

.story_flower_img img {
    max-width: 270px;
    width: 100%;
}


.request_callback_popup .modal-content {
  background: #F7F3EA;
  box-shadow: 0px 25px 50px -12px #00000040;
  border-radius: 16px;
  margin: 10px;
}

.request_callback_popup .modal-dialog {
        max-width: 850px;
        width: 100%;
            margin:0px;
    }

.request_callback_popup button.btn-close {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 11px;
    color: #4A5565;
    opacity: 1;
    background: transparent;
        z-index: 99;
}

.request_callback_popup button img {
    max-width: 18px;
}

.phone-box {
  width: 100%;
  overflow: hidden;
  border-radius: 16.4px;
  margin-bottom: 10px;
}

.request_callback_form_wrapper .phone-box input {
  width: 100%;
  font-size: 16px;
  border: 0.64px solid #D1D5DC!important;
  background: transparent!important;
  border-radius: 10!important;
  padding-left: 95px !important;
  outline: none;
  color: #666;
  overflow: hidden;

}

.request_callback_form_wrapper .phone-box input::placeholder ,
.request_callback_form_wrapper form input::placeholder{
color: #77686A;
font-weight: 400;
font-size: 16px;
line-height: 100%;
letter-spacing: -0.31px;

}

.request_callback_form_wrapper  form button {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.16px;
    text-align: center;
    background-color: #7A5609;
    border: 1px solid #7A5609;
    color: #FFFFFF;
    border-radius: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    margin-top: 15px;
    justify-content: center;
}

.request_callback_form_wrapper .phone-box input::placeholder{
color: #0A0A0A80!important;

}

.request_callback_form_wrapper .iti {
  width: 100%;
}

.request_callback_form_wrapper .iti__flag-container {
  left: 15px;
}

.request_callback_form_wrapper .iti--allow-dropdown input {
  padding-left: 100px !important;
}

.request_callback_form_wrapper .iti--separate-dial-code .iti__selected-flag {
    background-color: #F7F7F7;
}

.request_callback_form_wrapper form input {
width: 100%;
border: 0;
padding: 12px 17px;
border-radius: 10px;
margin-bottom: 12px;
height: auto;
background-color: #FFFFFF;
}

.request_callback_form_wrapper p {
font-family: "Verdana V1 V1";
font-weight: 500;
font-size: 12px;
line-height: 16px;
letter-spacing: 0.07px;
text-align: center;
color: #543800;
margin-bottom: 30px;

}


.request_callback_form_wrapper h2 {
font-family: "Verdana V1 V1";
font-weight: 400;
font-size: 18px;
line-height: 22px;
letter-spacing: 0.07px;
text-align: center;
color: #543800;
margin-bottom: 10px;
    margin-top: 40px;

}


.request_callback_form_wrapper .primary_btn {
    margin-top: 28px;
}

.request_callback_form_wrapper .primary_btn a {
    padding: 10px 50px;
    display: block;
    max-width: 370px;
    margin: 0 auto;
    text-transform: uppercase;
}


.mid_sec_wrapper .secondary_txt_color.main_title h2 {
    color: #543800;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 8px;
}