@charset "UTF-8";
/* Thin (100) */
@font-face {
  font-family: "Urbanist";
  src: url("../../assets/fonts/Urbanist/static/Urbanist-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../../assets/fonts/Urbanist/static/Urbanist-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
/* ExtraLight (200) */
@font-face {
  font-family: "Urbanist";
  src: url("../../assets/fonts/Urbanist/static/Urbanist-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../../assets/fonts/Urbanist/static/Urbanist-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
/* Light (300) */
@font-face {
  font-family: "Urbanist";
  src: url("../../assets/fonts/Urbanist/static/Urbanist-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../../assets/fonts/Urbanist/static/Urbanist-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
/* Regular (400) */
@font-face {
  font-family: "Urbanist";
  src: url("../../assets/fonts/Urbanist/static/Urbanist-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../../assets/fonts/Urbanist/static/Urbanist-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
/* Medium (500) */
@font-face {
  font-family: "Urbanist";
  src: url("../../assets/fonts/Urbanist/static/Urbanist-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../../assets/fonts/Urbanist/static/Urbanist-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
/* SemiBold (600) */
@font-face {
  font-family: "Urbanist";
  src: url("../../assets/fonts/Urbanist/static/Urbanist-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../../assets/fonts/Urbanist/static/Urbanist-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
/* Bold (700) */
@font-face {
  font-family: "Urbanist";
  src: url("../../assets/fonts/Urbanist/static/Urbanist-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../../assets/fonts/Urbanist/static/Urbanist-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
/* ExtraBold (800) */
@font-face {
  font-family: "Urbanist";
  src: url("../../assets/fonts/Urbanist/static/Urbanist-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../../assets/fonts/Urbanist/static/Urbanist-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
/* Black (900) */
@font-face {
  font-family: "Urbanist";
  src: url("../../assets/fonts/Urbanist/static/Urbanist-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Urbanist";
  src: url("../../assets/fonts/Urbanist/static/Urbanist-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Venose";
  src: url("../../assets/fonts/Venose_1/Venose.otf") format("opentype"), url("../../assets/fonts/Venose_1/Venose.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "RageItalic";
  src: url("../../assets/fonts/Rage-Italic/Rage-Italic-LET-Plain.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "RageItalic";
  src: url("../../assets/fonts/rage/RAGE_1.TTF") format("truetype");
  font-weight: 500;
  font-style: italic;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.main-section {
  font-family: "Arial", sans-serif;
  min-height: 100vh;
}

.sub-section {
  background-image: url("../images/bg-treatment-detail.png");
  background-size: cover;
}

.bg-leaf-section {
  position: relative;
  /* important: positioning context */
}

.header-section {
  margin-left: 25px;
  margin-right: 25px;
}

.bg-leaf-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) !important;
  width: 100%;
  /* or adjust */
  height: auto;
  z-index: 10;
  /* now above the header */
  pointer-events: none;
  /* important: don’t block clicks on nav links */
}

.header-border,
.header-with-bg-image {
  position: relative;
  z-index: 2;
  /* keeps header visible, but below the leaf image */
}

.header-with-bg-image {
  background: url("../images/bg-header-treatment-detail-page.png") center/cover no-repeat;
  border-bottom-left-radius: 200px;
  border-bottom-right-radius: 200px;
  position: relative;
}

.navbar-header {
  display: block;
  padding: 4%;
}

.navbar-nav-header {
  display: flex;
  flex-direction: row;
  gap: 4rem;
  align-items: center;
  justify-content: center;
  list-style: none;
  /* remove bullets */
  margin: 0;
  padding: 0;
}

.nav-item-header img {
  height: 60px;
  /* adjust logo size */
}

.nav-link-header {
  font-family: "Urbanist";
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #c5a28e;
  text-decoration: none;
  /* remove underline */
}

/* 📱 Large tablets and smaller (shrink spacing + font) */
@media (max-width: 992px) {
  .navbar-nav-header {
    gap: 2rem;
    /* reduce gap */
  }
  .nav-link-header {
    font-size: 18px;
  }
  .nav-item-header img {
    height: 50px;
    /* smaller logo */
  }
}
/* 📱 Tablets (stack menu below logo if needed) */
@media (max-width: 768px) {
  .navbar-nav-header {
    flex-direction: column;
    /* stack vertically */
    gap: 1rem;
  }
  .nav-item-header img {
    height: 45px;
    margin-bottom: 10px;
  }
  .nav-link-header {
    font-size: 16px;
  }
}
/* 📱 Small mobiles (compact) */
@media (max-width: 480px) {
  .navbar-header {
    padding: 2%;
    /* reduce padding */
  }
  .nav-item-header img {
    height: 40px;
  }
  .nav-link-header {
    font-size: 14px;
  }
}
.paragraph-1-treatment-detail {
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
  line-height: 1.6;
  margin-top: 60px;
  padding-bottom: 110px;
}

.para-1 {
  max-width: 50%;
  margin: 20px auto;
}

.para-text {
  max-width: 80%;
  margin: 20px auto;
  text-align: center;
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 300;
  font-size: 19.0146px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #422A1B;
}

.title-1 {
  color: #75492F;
  font-family: "VENOSE";
  font-style: normal;
  font-weight: 400;
  font-size: clamp(24px, 5vw, 40px);
  line-height: 1.2;
}

.features-section {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  /* allow wrapping on small screens */
  justify-content: center;
  gap: 25px;
  /* spacing between items */
  padding: 180px 20px;
  background-image: url("../images/bg-header-treatment-detail-page.png");
  background-size: cover;
  color: #d9c7a3;
  text-align: center;
}
.features-section .bottom-corner-image-feature {
  position: absolute;
  right: 0%;
  bottom: -110px;
}
.features-section .top-corner-image-feature {
  position: absolute;
  left: 0%;
  top: -123px;
}
@media (max-width: 800px) {
  .features-section .top-corner-image-feature {
    top: -90px;
  }
}
@media (max-width: 550px) {
  .features-section .top-corner-image-feature {
    top: -51px;
  }
}
@media (max-width: 992px) {
  .features-section .bottom-corner-image-feature {
    bottom: -65px;
  }
}
@media (max-width: 600px) {
  .features-section .bottom-corner-image-feature {
    bottom: -30px;
  }
}

.feature {
  flex: 1 1 180px;
  /* flexible width with min size */
  max-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.icon-circle {
  width: 123px;
  height: 168px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.icon-circle img {
  width: 50px;
  height: 50px;
}

.feature p {
  font-size: 19.8365px;
  line-height: 1.4;
  margin: 0;
  min-height: 40px;
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400;
}

@media (max-width: 768px) {
  .features-section {
    gap: 20px;
  }
  .feature {
    flex: 1 1 45%;
    /* 2 per row on tablets */
    max-width: 45%;
  }
}
@media (max-width: 480px) {
  .feature {
    flex: 1 1 100%;
    /* stack on mobile */
    max-width: 100%;
  }
}
.footer {
  background-color: #4A3832;
  color: #fff;
  padding: 60px 60px;
  border-radius: 30px;
  margin: 1%;
  /* Right column with two lists side by side */
}
.footer .footer-container {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr 1fr;
  flex-wrap: wrap;
  gap: 40px;
}
@media (max-width: 998px) {
  .footer .footer-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .footer .footer-container {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }
}
.footer .footer-para {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 500;
  font-size: 18.0798px;
  line-height: 31px;
}
.footer .footer-para.fp {
  font-weight: 200 !important;
}
.footer .footer-left {
  display: flex;
  gap: 25px;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 600px) {
  .footer .footer-left {
    gap: 10px;
  }
}
.footer .footer-logo {
  width: 150px;
  margin-bottom: 20px;
}
.footer .footer-tagline {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 500;
  font-size: 31.9255px;
  line-height: 39px;
  color: #FFFFFF;
}
.footer .footer-tagline span {
  color: #345800;
}
.footer .footer-lists {
  display: flex;
  justify-content: space-around;
  gap: 60px;
  /* space between nav + social */
}
@media (max-width: 998px) {
  .footer .footer-lists {
    justify-content: normal;
  }
}
@media (max-width: 600px) {
  .footer .footer-lists {
    justify-content: center;
    text-align: center;
  }
}
.footer .footer-lists ul {
  list-style: none;
  padding: 0;
}
.footer .footer-lists ul li {
  margin-bottom: 8px;
}
.footer .footer-lists a {
  text-decoration: none;
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 300;
  font-size: 18.0798px;
  line-height: 31px;
  text-transform: capitalize;
  color: #FFFFFF;
}
.footer .social-text {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 600;
  font-size: 20.0798px;
  line-height: 31px;
  text-transform: capitalize;
  color: #FFFFFF;
}
.footer .footer-lists a:hover {
  color: #6E9C5F;
}

.journey-wellness-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
  background-image: url("../images/bg-header-treatment-detail-page.png");
  background-size: cover;
  color: #d9c7a3;
  text-align: center;
  position: relative;
  padding-left: 62px;
  padding-right: 62px;
}
.journey-wellness-section .bottom-corner-image {
  position: absolute;
  right: 0%;
  top: 72%;
}
@media (max-width: 992px) {
  .journey-wellness-section .bottom-corner-image {
    position: absolute;
    right: 0%;
    top: 85%;
  }
}
@media (max-width: 835px) {
  .journey-wellness-section .bottom-corner-image {
    position: absolute;
    right: 0%;
    top: 85%;
  }
}
@media (max-width: 770px) {
  .journey-wellness-section .bottom-corner-image {
    position: absolute;
    right: 0%;
    top: 91%;
  }
}
@media (max-width: 660px) {
  .journey-wellness-section .bottom-corner-image {
    position: absolute;
    right: 0%;
    top: 96%;
  }
}
@media (max-width: 390px) {
  .journey-wellness-section .bottom-corner-image {
    position: absolute;
    right: 0%;
    top: 97%;
  }
}
.journey-wellness-section .top-corner-image {
  position: absolute;
  left: 0%;
  top: -27%;
}
@media (max-width: 900px) {
  .journey-wellness-section .top-corner-image {
    position: absolute;
    left: 0%;
    top: -16%;
  }
}
@media (max-width: 770px) {
  .journey-wellness-section .top-corner-image {
    position: absolute;
    left: 0%;
    top: -8%;
  }
}
@media (max-width: 660px) {
  .journey-wellness-section .top-corner-image {
    position: absolute;
    left: 0%;
    top: -10%;
  }
}
@media (max-width: 590px) {
  .journey-wellness-section .top-corner-image {
    position: absolute;
    left: 0%;
    top: -4%;
  }
}

.text-bottom-section {
  height: 200px;
  background: white;
  padding-top: 57px;
  margin-bottom: 75px;
}

@media (max-width: 490px) {
  .text-bottom-section {
    margin-bottom: 250px;
  }
}
.bottom-text {
  font-family: "RageItalic" !important;
  font-style: italic;
  font-weight: 500;
  font-size: 66.9143px;
  line-height: 74px;
  text-align: center;
  color: #4B3A37;
  padding: 35px;
}

/* Swiper container */
.therapy-slider {
  max-width: 1450px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding-left: 40px !important;
  padding-right: 40px !important;
}

/* Swiper slides */
.therapy-slider .swiper-wrapper {
  display: flex;
}

.therapy-slider .swiper-slide {
  flex: 0 0 100%;
  /* each slide takes full width */
  max-width: 100%;
  box-sizing: border-box;
}

.therapy-slider .swiper-slide img {
  width: 100%;
  display: block;
  border-radius: 20px;
  /* optional rounded corners */
  width: 100%;
  border: 2px solid #d9c7a3;
  /* border on image */
  border-radius: 30px;
  display: block;
  padding: 10px;
  border-radius: 210px;
}

.slider-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 55px;
  margin-bottom: 15px;
  padding-top: 60px;
}

.slider-title {
  font-family: "VENOSE" !important;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 59px;
  text-align: center;
  color: #75492F;
  padding-bottom: 1%;
}
@media (max-width: 998px) {
  .slider-title {
    font-size: 45.925px;
  }
}
@media (max-width: 767px) {
  .slider-title {
    font-size: 40.925px;
  }
}

.custom-prev,
.custom-next {
  position: static !important;
  /* keep them inline with title */
  width: 40px;
  height: 40px;
  border: 1px solid #a67c52;
  /* thin border color (match your theme) */
  border-radius: 50%;
  /* make it circular */
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  /* transparent background */
  cursor: pointer;
  transition: all 0.3s ease;
}

.custom-prev::after,
.custom-next::after {
  font-size: 33px !important;
  color: #a67c52;
  /* arrow color */
}

.swiper-button-next {
  width: 50px;
  height: 50px;
  padding: 32px;
  text-decoration: none;
}

.swiper-button-prev {
  width: 50px;
  height: 50px;
  padding: 32px;
  text-decoration: none;
}

/* Make slide a relative container */
.swiper-slide {
  position: relative;
}

.slide-caption {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 300;
  font-size: clamp(14px, 2vw, 20.56px);
  /* 👈 responsive size */
  line-height: 1.4;
  /* better responsive scaling */
  text-align: center;
  letter-spacing: 0.27em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-bottom: 22px;
}

.para-slider {
  max-width: 70%;
  margin: 20px auto;
  padding-top: 50px;
}

/* Heading */
.title-2 {
  font-family: "VENOSE";
  font-style: normal;
  font-weight: 400;
  font-size: 49.801px;
  line-height: 45px;
  text-align: center;
  color: #75492F;
  margin-bottom: 25px;
  padding-bottom: 35px;
}

/* Ordered list */
.benefits-list {
  counter-reset: list-counter;
  /* reset numbering */
  list-style: none;
  /* remove default numbers */
  padding-left: 0;
  max-width: 900px;
  margin: 0 auto;
  /* center align block */
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400;
  font-size: 19.0146px;
  line-height: 37px;
  letter-spacing: 0.02em;
}

/* Each list item */
.benefits-list li {
  counter-increment: list-counter;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.7;
  color: #422A1B;
  /* body text color */
  position: relative;
  padding-left: 30px;
  /* space for number */
}

/* Custom number style */
.benefits-list li::before {
  content: counter(list-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: #5c3d2e;
  /* match theme */
}

/* Bold part (heading inside each li) */
.benefits-list li strong {
  color: #422A1B;
}

/* Section heading */
.wellness-title {
  font-family: "VENOSE";
  font-style: normal;
  font-weight: 400;
  font-size: 49.801px;
  line-height: 45px;
  text-align: center;
  color: #C5A28E;
  padding-bottom: 50px;
}

/* Unordered list */
.wellness-list {
  list-style-type: disc;
  /* bullet points */
  padding-left: 20px;
  max-width: 900px;
  margin: 0 auto;
  color: #C5A28E;
  /* white text on dark background */
}

/* Each item */
.wellness-list li {
  margin-bottom: 18px;
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400;
  font-size: 19.0146px;
  line-height: 37px;
  letter-spacing: 0.02em;
  color: #C5A28E;
}

/* Bold headings inside li */
.wellness-list li strong {
  color: #C5A28E;
}

.treatment-detail {
  padding: 50px;
  padding-bottom: 120px;
  padding-top: 75px;
}

.swiper-border {
  border: 1px solid black;
  border-radius: 259px;
  margin: 0 6rem;
}

.treatment-detail-section {
  position: relative;
}

.co-image {
  height: 250px;
}

.co-image-top {
  height: 175px;
}

/* Tablets */
@media (max-width: 992px) {
  .co-image {
    width: clamp(70px, 22vw, 215px);
    height: clamp(70px, 22vw, 215px);
  }
}
/* Mobiles */
@media (max-width: 768px) {
  .co-image {
    width: clamp(60px, 22vw, 150px);
    height: clamp(60px, 22vw, 150px);
  }
}
/* Very small mobiles */
@media (max-width: 480px) {
  .co-image {
    width: clamp(50px, 28vw, 120px);
    height: clamp(50px, 28vw, 120px);
  }
}
/* Tablets */
@media (max-width: 992px) {
  .co-image-top {
    width: clamp(70px, 22vw, 215px);
    height: clamp(70px, 22vw, 215px);
  }
}
/* Mobiles */
@media (max-width: 768px) {
  .co-image-top {
    width: clamp(60px, 22vw, 150px);
    height: clamp(60px, 22vw, 150px);
  }
}
/* Very small mobiles */
@media (max-width: 480px) {
  .co-image-top {
    width: clamp(50px, 28vw, 120px);
    height: clamp(50px, 28vw, 120px);
  }
}
.header-border {
  border-bottom: 1px solid #000000;
  /* only bottom border */
  border-radius: 0 0 487px 465px;
  /* arc effect */
  padding: 7px;
  padding-top: 0;
}

.paragraph-2-treatment-detail {
  padding: 54px;
}

/*# sourceMappingURL=style2.css.map */
