/*==========================
Typography & Base Styles
==========================*/

/* Import Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");

/* Base Body Typography */
:root {
  --fc-ivory: #fdfaf6;
  --fc-cream: #f8f4ee;
  --fc-sand: #e9dfcd;
  --fc-ink: #231f20;
  --fc-charcoal: #1c1c1c;
  --fc-gold: #cfb14c;
  --fc-gold-deep: #d4b857;
  --fc-gold-soft: rgba(207, 177, 76, 0.14);
  --fc-white: #ffffff;
  --fc-radius: 22px;
  --fc-shadow: 0 30px 60px -20px rgba(35, 31, 32, 0.18);
  --fc-shadow-sm: 0 12px 30px -12px rgba(35, 31, 32, 0.15);
}
html,
body {
  max-width: 100%;
  overflow-x: inherit !important;
}
body {
  font-family: "Jost", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* All Headings */
h1,
h2,
h3,
.main-title,
.sub-title,
.feature-title,
.treatment-content h3 {
  font-family: "Libre Baskerville", serif;
}

/* Body Text Elements */
p,
span,
a,
button,
input,
textarea,
select,
.feature-desc,
.treatment-content p,
.intro-text,
.tagline,
.why-label {
  font-family: "Jost", sans-serif;
}

#googleMAP .ti-rating-text .nowrap {
  font-size: 0 !important;
  margin: 14px 0 !important;
}
#googleMAP .ti-rating-text .nowrap strong {
  font-size: 0 !important;
}

#googleMAP .ti-rating-text .nowrap::after {
  content: "5/5 Google Reviews";
  font-size: 16px;
}
/*==========================
Hero
==========================*/
#heroWrapper {
  border: none;
  border-radius: 0;
}
#heroWrapper .elementor-section.elementor-section-height-full {
  height: 88vh;
}
#heroWrapper .elementor-widget-wrap.elementor-element-populated {
  padding: 0 !important;
  background: #f8f4ee;
}
#HeroSlider {
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
#HeroSlider .swiper-slide {
  height: 100% !important;
  width: 100% !important;
}
#heroWrapper .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  align-items: flex-end;
  max-height: 100%;
}
#heroWrapper .swiper-slide-image {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
  box-shadow: rgb(207 177 76 / 38%) -3px -3px 5px;
}
#HeroSlider .elementor-element-cc394cf {
  border-radius: 222px 0 0;
  box-shadow: 0 35px 70px rgba(0, 0, 0, 0.12);
  border: none;
  border-left: 1px solid rgb(255 255 255 / 77%);
}
#HeroSlider .elementor-element-cc394cf {
  position: absolute;
  right: 0;
  top: 0;
}
#HeroSlider .swiper-fade .swiper-slide {
  height: auto;
}
#HeroSlider figure {
  height: 100%;
}
#HeroSlider .swiper-slide img {
  height: 700px !important;
  width: 100% !important;
  object-fit: cover;
  display: block;
}
#HeroSlider .e-con-inner {
  padding: 0;
}
div#midContentHero {
  width: auto;
  position: absolute;
  bottom: 30px;
  left: -11%;
  text-align: center;
  border-radius: 222px;
  display: flex;
  align-items: center;
  max-width: 222px;
  padding: 50px 15px;
  background: rgba(253, 250, 246, 0.85);
  backdrop-filter: blur(10px);
  border: 1.5px solid rgba(255, 255, 255, 0.9);
}
div#midContentHero img {
  margin: 0 auto;
  max-width: 60px;
  height: auto;
  display: block;
}
div#lableHerro {
  padding-top: 3%;
  border-top: 2px solid #fff;
  margin-top: 5%;
  max-width: 590px;
}
div#lableHerro span.elementor-icon {
  background: #ffffff;
  padding: 15px;
  border-radius: 100%;
  border: 1px solid #e7e7e7;
}
div#lableHerro .elementor-icon-box-title {
  max-width: 115px;
}

div#lableHerro .e-con-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

div#lableHerro .elementor-widget-icon-box {
  position: relative;
  flex: 1;
  text-align: center;
}

/* Vertical Divider */
div#lableHerro .elementor-widget-icon-box:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0px;
  right: -7px;
  width: 2px;
  height: 105px;
  background: #ffffff;
}

div#lableHerro span.elementor-icon {
  background: #fff;
  padding: 15px;
  border-radius: 50%;
  border: 1px solid #e7e7e7;
}

div#lableHerro .elementor-icon-box-title {
  max-width: 115px;
  margin: 15px auto 0;
}
span.eael-advanced-accordion-icon-opened {
  display: none !important;
}

/* ===============================
   PAGE HERO: SKIN TREATMENTS
   =============================== */
.fc-hero {
  position: relative;
  padding: 60px 0 50px;
  overflow: hidden;
  background: var(--fc-ivory);
}

.fc-hero::before {
  content: "";
  position: absolute;
  top: -220px;
  right: -220px;
  width: 520px;
  height: 520px;
  border: 110px solid rgb(210 181 82 / 36%);
  border-radius: 50%;
  pointer-events: none;
  animation: fcRotate 30s linear infinite;
}

@keyframes fcRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.fc-hero__grain {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(207, 177, 76, 0.06) 1px,
    transparent 1px
  );
  background-size: 26px 26px;
  pointer-events: none;
}

.fc-hero__inner {
  display: grid;
  grid-template-columns: 1.4fr 0.95fr;
  gap: 70px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.fc-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #000;
  padding: 0;
  border-radius: 0;
  margin-bottom: 15px;
}

.fc-hero__label i {
  font-size: 12px;
}

.fc-hero h1 {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(44px, 5vw, 64px);
  font-weight: 400;
  line-height: 1.1;
  color: var(--fc-ink);
  margin: 0 0 0px;
  letter-spacing: -1px;
}

.fc-hero h1 em {
  font-style: italic;
  color: var(--fc-gold-deep);
}

.fc-hero__lead {
  font-size: 18px;
  line-height: 1.8;
  color: #000;
  margin: 0 0 24px;
  font-weight: 400;
}

.fc-hero__stats {
  display: flex;
  gap: 40px;
  margin: 0 0 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(207, 177, 76, 0.25);
}

.fc-hero__stat b {
  font-family: "Libre Baskerville", serif;
  font-size: 30px;
  font-weight: 400;
  color: var(--fc-ink);
  display: block;
  line-height: 1;
}

.fc-hero__stat b span {
  color: var(--fc-gold-deep);
}

.fc-hero__stat p {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #8a8172;
  margin: 8px 0 0;
}

.fc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.fc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: "Jost", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 17px 30px;
  border-radius: 50px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  border: none;
}

.fc-btn--gold {
  color: #fff !important;
  background: linear-gradient(135deg, var(--fc-gold), var(--fc-gold-deep));
  box-shadow: 0 14px 30px -10px rgba(139, 117, 50, 0.6);
}

.fc-btn--gold:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px -10px rgba(139, 117, 50, 0.7);
}

.fc-btn--ghost {
  color: var(--fc-ink);
  background: transparent;
  border: 1.5px solid rgba(207, 177, 76, 0.6);
}

.fc-btn--ghost:hover {
  background: var(--fc-gold) !important;
  color: #fff !important;
  border-color: var(--fc-gold);
  transform: translateY(-3px);
}
.fc-btn--ghost:hover i {
  color: #fff !important;
}

.fc-btn i {
  font-size: 12px;
  transition: transform 0.3s ease;
  margin-top: 0px !important;
}

.fc-btn:hover i {
  transform: translateX(4px);
}

.fc-hero__visual {
  position: relative;
}

.fc-hero__frame {
  position: relative;
  border-radius: 260px 260px 24px 24px;
  overflow: hidden;
  box-shadow: var(--fc-shadow);
  transform: rotate(2deg);
}

.fc-hero__frame img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  display: block;
}

.fc-hero__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(28, 28, 28, 0.25));
}

.fc-hero__arch {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 220px;
  height: 220px;
  border: 1.5px solid rgba(207, 177, 76, 0.5);
  border-radius: 50%;
  z-index: -1;
}

.fc-hero__arch--2 {
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 160px;
  height: 160px;
  border: 1px solid rgba(207, 177, 76, 0.3);
  border-radius: 50%;
  z-index: -1;
}

.fc-hero__card {
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 16px 20px;
  box-shadow: 0 20px 50px -15px rgba(28, 28, 28, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  gap: 14px;
  animation: fcFloat 6s ease-in-out infinite;
}

.fc-hero__card--1 {
  top: 14%;
  left: -40px;
}

.fc-hero__card--2 {
  bottom: 12%;
  right: -30px;
  animation-delay: 2s;
}

.fc-hero__card-icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 50%;
  background: var(--fc-gold-soft);
  border: 1px solid rgba(207, 177, 76, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--fc-gold-deep);
  font-size: 18px;
}

.fc-hero__card b {
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--fc-ink);
  display: block;
  line-height: 1.2;
}

.fc-hero__card span {
  font-size: 12px;
  color: #8a8172;
}

@keyframes fcFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.fc-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.fc-hero__content .hero-trust-pill {
  margin-bottom: 15px;
}
.fc-hero .fc-hero__inner {
  grid-template-columns: 1.6fr 0.95fr;
}
#reviewAreaW {
  background: #fff;
  padding: 50px 5%;
}
#reviewAreaW .fc-btn--gold {
  margin: 0 auto;
  display: block;
  width: fit-content;
  margin-top: 2%;
}
#reviewAreaW .ti-rating-text .nowrap {
  font-size: 0 !important;
  margin: 14px 0 !important;
}
#reviewAreaW .ti-rating-text .nowrap strong {
  font-size: 0 !important;
}

#reviewAreaW .ti-rating-text .nowrap::after {
  content: "5/5 Google Reviews";
  font-size: 16px;
}
#beforeAfterSlider .swiper-slide-inner {
  height: 100%;
}
#beforeAfterSlider .swiper-slide {
  height: auto;
}
#beforeAfterSlider img {
  height: 100%;
  object-fit: contain;
  background: #f8f5f2;
}
#blogWrpSec .ekit-row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
#blogWrpSec img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: top;
  display: block;
}
#beforeAfterPage img {
  height: 310px;
  width: auto;
  object-fit: contain;
  border-style: double;
  border-width: 5px 5px 5px 5px;
  border-color: var(--e-global-color-secondary);
  border-radius: 0px 0px 0px 0px;
  background: #f9f5f2;
}
#beforeAfterPage {
  display: flex;
  flex-direction: row;
  justify-content: center;
  justify-items: center;
  align-self: center;
  flex-wrap: wrap;
  max-width: fit-content;
}
.treatment-evolt-360-body-scan section#indiba-extra1-section {
  background: #fff;
}
.treatment-evolt-360-body-scan section#indiba-extra1-section .bg-circle {
  border: 80px solid rgb(248 244 238);
}
.treatment-evolt-360-body-scan section#indiba-extra3-section {
  background: #fff;
}
.treatment-evolt-360-body-scan section#indiba-extra3-section .bg-circle {
  border: 80px solid rgb(248 244 238);
}
.treatment-evolt-360-body-scan section#indiba-extra2-section ol {
  padding-left: 15px;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #000;
  margin-bottom: 15px;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #000;
  margin-bottom: 15px;
}
/* Hide volume/mute button in Chrome/Edge */
#mediaGallery video::-webkit-media-controls-volume-control-container {
  display: none !important;
}
#mediaGallery video::-webkit-media-controls-mute-button {
  display: none !important;
}
/* Hide volume/mute button in Chrome/Edge */
body video::-webkit-media-controls-volume-control-container {
  display: none !important;
}
body video::-webkit-media-controls-mute-button {
  display: none !important;
}
#thankYouContent p {
  margin-bottom: 10px !important;
}
#thankYouContent a {
  color: var(--e-global-color-accent);
}
section#longevity-disclaimer {
  padding: 50px 15px;
}
.treatment-microdermabrasion-facial-treatment section#faq {
  background: #fff;
}
@media (max-width: 1024px) {
  .fc-hero__inner {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .fc-hero__visual {
    max-width: 560px;
    margin: 0 auto;
  }

  #innerHeader .elementor-container .elementor-col-33:nth-child(3) .e-con-full {
    padding: 0;
    display: flex;
    gap: 6px;
  }
  #hamburgerIcon .button.elementskit-menu-hamburger.elementskit-menu-toggler {
    max-width: 30px;
  }
  #innerHeader
    .elementor-container
    .elementor-col-33:nth-child(3)
    .e-con-full
    a.elementor-button.elementor-button-link.elementor-size-sm {
    border-radius: 4px;
  }
  #hamburgerIcon button.elementskit-menu-hamburger.elementskit-menu-toggler {
    height: 30px;
  }
  #heroWrapper .elementor-section.elementor-section-height-full {
    height: auto;
  }
  .elementor-element.elementor-element-a5f2ffb.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
    min-height: auto;
  }
  #heroWrapper .swiper-wrapper figcaption.elementor-image-carousel-caption {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .fc-hero {
    padding: 60px 0 70px;
  }

  .fc-hero__lead {
    font-size: 16px;
  }

  .fc-hero__stats {
    gap: 24px;
    flex-wrap: wrap;
  }

  .fc-hero__card--1 {
    left: -8px;
  }

  .fc-hero__card--2 {
    right: -8px;
  }
  #treatmentsSplitWrp .treatments-split {
    background: #fff;
    padding: 30px 15px;
  }
  #treatmentsSplitWrp .treatments-split a {
    position: relative;
  }
  #treatmentsSplitWrp .treatments-split img {
    height: 300px;
    object-fit: cover;
    position: relative;
  }
  #treatmentsSplitWrp .treatments-split h2.treatment-title {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .body-scan-features li {
    display: flex;
  }
  #herolableWrp.hero-badges-bar {
    align-items: stretch !important;
  }
  .elementor .e-d3c897a-0125fa1 {
    padding: 50px 15px !important;
    flex-direction: column !important;
    align-items: center;
    display: flex;
    text-align: center !important;
    row-gap: 20px;
  }
  .elementor .e-d3c897a-0125fa1 .elementor-widget-text-editor {
    padding: 0 !important;
  }
}

@media (max-width: 480px) {
  .fc-hero__actions {
    flex-direction: column;
  }

  .fc-hero__actions .fc-btn {
    width: 100%;
  }
}

.why-bodyy {
  font-family: "Jost", sans-serif;
  background: #fff;
  position: relative;
  overflow: hidden;
  padding: 80px 50px;
}

/* Decorative circle - Section 1 (ODD - top-left with loading) */
.why-bodyy::before {
  content: "";
  position: absolute;
  top: -200px;
  left: -200px;
  width: 500px;
  height: 500px;
  border: 100px solid rgba(248, 244, 238, 0.4);
  border-radius: 50%;
  pointer-events: none;
  animation: loadingOdd 8s linear infinite;
  z-index: 0;
}

@keyframes loadingOdd {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.why-bodyy::after {
  display: none;
}

/* Additional decorative element top right */
.why-bodyy .container::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 350px;
  height: 350px;
  background: radial-gradient(
    circle,
    rgba(235, 225, 210, 0.25) 0%,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  animation: floatSlow 18s ease-in-out infinite;
}

@keyframes floatSlow {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-15px, 15px);
  }
}

.why-bodyy .container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/* Main Content */
.why-bodyy .content {
  display: grid;
  grid-template-columns: 48% 52%;
  gap: 15px;
  align-items: start;
}

/* Entrance animations */
.why-bodyy .image-side {
  animation: slideInLeft 1s ease-out 0.4s backwards;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.why-bodyy .features-side {
  animation: slideInRight 1s ease-out 0.6s backwards;
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(60px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Left - Image */
.why-bodyy .image-side {
  position: relative;
}

/* Floating decorative icons around image */
.why-bodyy .image-side::before,
.why-bodyy .image-side::after {
  position: absolute;
  font-size: 40px;
  opacity: 0.15;
  z-index: 1;
  animation: float 6s ease-in-out infinite;
}

.why-bodyy .image-side::before {
  content: "✨";
  top: -20px;
  right: 30px;
  animation: float 6s ease-in-out infinite;
}

.why-bodyy .image-side::after {
  content: "💆";
  bottom: 100px;
  right: -30px;
  animation: float 6s ease-in-out infinite 3s;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

.why-bodyy .image-container {
  border-radius: 300px 20px 20px 20px;
  overflow: hidden;
  position: relative;
  box-shadow:
    0 25px 70px rgba(207, 177, 76, 0.15),
    0 15px 40px rgba(0, 0, 0, 0.1),
    0 5px 15px rgba(207, 177, 76, 0.1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.why-bodyy .image-container:hover {
  box-shadow:
    0 35px 90px rgba(207, 177, 76, 0.25),
    0 20px 50px rgba(0, 0, 0, 0.15),
    0 10px 25px rgba(207, 177, 76, 0.2);
  transform: translateY(-10px);
}

/* Glowing border effect */
.why-bodyy .image-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 300px 20px 20px 20px;
  padding: 3px;
  background: linear-gradient(135deg, #cfb14c, transparent, #cfb14c);
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
  z-index: 2;
}

.why-bodyy .image-container:hover::before {
  opacity: 0.6;
  animation: borderGlow 3s ease-in-out infinite;
}

@keyframes borderGlow {
  0%,
  100% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
}

.why-bodyy .main-img {
  width: 100%;
  display: block;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.why-bodyy .image-container:hover .main-img {
  transform: scale(1.05);
}

.why-bodyy .logo-badge {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: white;
  padding: 35px 45px;
  border-radius: 12px;
  text-align: center;
  box-shadow:
    0 15px 40px rgba(207, 177, 76, 0.2),
    0 10px 25px rgba(0, 0, 0, 0.15),
    0 5px 15px rgba(207, 177, 76, 0.1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  animation: badgePulse 3s ease-in-out infinite;
}

@keyframes badgePulse {
  0%,
  100% {
    transform: translateY(0);
    box-shadow:
      0 15px 40px rgba(207, 177, 76, 0.2),
      0 10px 25px rgba(0, 0, 0, 0.15),
      0 5px 15px rgba(207, 177, 76, 0.1);
  }
  50% {
    transform: translateY(-5px);
    box-shadow:
      0 20px 50px rgba(207, 177, 76, 0.3),
      0 15px 35px rgba(0, 0, 0, 0.2),
      0 8px 20px rgba(207, 177, 76, 0.15);
  }
}

.why-bodyy .logo-badge:hover {
  transform: translateY(-8px) scale(1.05);
  box-shadow:
    0 25px 60px rgba(207, 177, 76, 0.35),
    0 20px 45px rgba(0, 0, 0, 0.25),
    0 10px 25px rgba(207, 177, 76, 0.2);
}

.why-bodyy .logo-badge-icon {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: 50px;
  color: #cfb14c;
  margin-bottom: 15px;
  font-weight: 700;
  animation: iconGlow 2s ease-in-out infinite;
}

@keyframes iconGlow {
  0%,
  100% {
    text-shadow: 0 0 10px rgba(207, 177, 76, 0.3);
  }
  50% {
    text-shadow:
      0 0 20px rgba(207, 177, 76, 0.6),
      0 0 30px rgba(207, 177, 76, 0.3);
  }
}

.why-bodyy .logo-badge-text {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #231f20;
  line-height: 1.8;
  margin-bottom: 10px;
}

.why-bodyy .logo-badge-tagline {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-style: italic;
  font-size: 13px;
  color: #cfb14c;
}

/* Right - Features */
.why-bodyy .features-side {
  padding-left: 30px;
}

.why-bodyy .feature-item {
  display: flex;
  gap: 20px;
  margin-bottom: 35px;
  align-items: flex-start;
  transition: all 0.3s ease;
}

.why-bodyy .feature-item:hover {
  transform: translateX(10px);
}

.why-bodyy .feature-item:nth-child(2) {
  animation: fadeInUp 0.8s ease-out 0.8s backwards;
}

.why-bodyy .feature-item:nth-child(3) {
  animation: fadeInUp 0.8s ease-out 1s backwards;
}

.why-bodyy .feature-item:nth-child(4) {
  animation: fadeInUp 0.8s ease-out 1.2s backwards;
}

.why-bodyy .feature-item:nth-child(5) {
  animation: fadeInUp 0.8s ease-out 1.4s backwards;
}

.why-bodyy .feature-item:nth-child(6) {
  animation: fadeInUp 0.8s ease-out 1.6s backwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.why-bodyy .icon-circle {
  width: 65px;
  height: 65px;
  min-width: 65px;
  border: 1px solid #cfb14c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 15px rgba(207, 177, 76, 0.1);
}

.why-bodyy .feature-item:hover .icon-circle {
  transform: scale(1.15) rotate(10deg);
  box-shadow: 0 8px 25px rgba(207, 177, 76, 0.25);
  border-width: 2px;
}

.why-bodyy .icon-circle svg {
  width: 30px;
  height: 30px;
  stroke: #cfb14c;
  stroke-width: 2;
  fill: none;
  transition: all 0.3s ease;
}

.why-bodyy .feature-item:hover .icon-circle svg {
  stroke-width: 2.5;
  transform: scale(1.1);
}

.why-bodyy .feature-content {
  padding-top: 5px;
}
.why-bodyy .feature-content h3 {
  margin-bottom: 10px;
  margin-top: 15px;
}

.why-bodyy .feature-number {
  font-size: 16px;
  color: #cfb14c;
  font-weight: 600;
  margin-right: 8px;
  position: absolute;
  left: 16px;
  top: -23px;
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #cfb14c;
  border-bottom: none;
}

.why-bodyy .feature-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #231f20;
  margin-bottom: 10px;
  display: inline;
}

.why-bodyy .feature-desc {
  font-size: 14px;
  line-height: 1.7;
  color: #000;
  margin-top: 8px;
  font-weight: 400;
}

/* Vertical Line Connector */
.why-bodyy .connector-line {
  position: absolute;
  left: 9%;
  top: 5%;
  height: calc(100% - 150px);
  width: 1.5px;
  background: linear-gradient(
    to bottom,
    #cfb14c 0%,
    #cfb14c 50%,
    transparent 100%
  );
  opacity: 1;
  z-index: 0;
}

.why-bodyy .features-side {
  position: relative;
}

.why-bodyy .feature-item {
  position: relative;
  z-index: 1;
}
#whatExpectSection .wte-container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 1366px;
}
section.what-to-expect-section .container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  max-width: 1366px;
}
#beforeAfterSlider .slideInUp {
  margin: 0 auto;
  max-width: 1366px;
}
/* Responsive */
@media (max-width: 1100px) {
  .why-bodyy .content {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .why-bodyy .features-side {
    padding-left: 0;
  }

  .why-bodyy .image-side {
    max-width: 600px;
    margin: 0 auto;
  }
  #footerNew {
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .why-bodyy {
    padding: 50px 20px;
  }

  .why-bodyy .main-title,
  .why-bodyy .sub-title {
    font-size: 32px;
  }

  .why-bodyy .logo-badge {
    padding: 25px 35px;
    left: 20px;
    bottom: 20px;
  }

  .why-bodyy .feature-item {
    margin-bottom: 30px;
  }
}

/* Section */
.treatments-section {
  font-family: "Jost", sans-serif;
  background: #f8f4ee;
  padding: 70px 40px;
}

/* Reusable Header */
.section-header,
.header {
  text-align: center;
  margin-bottom: 50px;
}

/* Reusable header typography */
.section-header .why-label,
.header .why-label {
  font-size: 11px;
  letter-spacing: 3px;
  color: #cfb14c;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  animation: fadeIn 1.2s ease-out 0.2s backwards;
  font-family: "Jost", sans-serif;
  margin-bottom: 1%;
}

.section-header .main-title,
.header .main-title {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: #231f20;
  line-height: 1.2;
  margin-bottom: 5px;
}

.section-header .sub-title,
.header .sub-title {
  font-size: 32px;
  font-weight: 400;
  color: #231f20;
  margin-bottom: 20px;
  font-family: "Libre Baskerville", serif;
}

.section-header .divider-section,
.header .divider-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 30px 0;
}

.section-header .divider-line,
.header .divider-line {
  width: 80px;
  height: 1px;
  background: #cfb14c;
}

.section-header .section-subtitle,
.header .section-subtitle {
  margin: 0 auto;
}

.section-header .section-subtitle p,
.header .section-subtitle p {
  margin: 0 auto;
  color: #5b5b5b;
  font-size: 1rem;
  line-height: 1.8;
  padding: 0 12px;
}

.section-header .divider-icon,
.header .divider-icon {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: 24px;
  color: #cfb14c;
}

/* FontAwesome icon inside divider — reset font-family so icon renders correctly */
.section-header .divider-icon i,
.header .divider-icon i {
  font-family:
    "Font Awesome 6 Free", "Font Awesome 6 Pro", FontAwesome !important;
  font-size: 22px;
  color: #cfb14c;
  display: inline-block;
}

/* Grid - 3 columns, 2 rows */
.treatments-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-bottom: 30px;
}

/* Regular Cards */
.treatment-card {
  background: white;
  border-radius: 16px;
  padding: 30px 25px;
  border: 1px solid rgba(207, 177, 76, 0.15);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.treatment-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #cfb14c, #e0c470);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.treatment-card:hover::before {
  transform: scaleX(1);
}

.treatment-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(207, 177, 76, 0.2);
  border-color: #cfb14c;
}

/* Icon */
.card-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #cfb14c, #e0c470);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.treatment-card:hover .card-icon {
  transform: scale(1.1) rotate(10deg);
}

.card-icon i {
  font-size: 26px;
  color: white;
}

/* Title */
.treatment-card h3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: 19px;
  font-weight: 500;
  color: #2b2b2b;
  margin-bottom: 12px;
  line-height: 1.3;
}

/* Description */
.treatment-card p {
  font-size: 13px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 20px;
  flex: 1;
}

/* Button */
.learn-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #cfb14c;
  text-decoration: none;
  padding: 10px 22px;
  border: 2px solid #cfb14c;
  border-radius: 30px;
  transition: all 0.3s ease;
  align-self: flex-start;
}

.learn-more:hover {
  background: #cfb14c;
  color: white;
}

.learn-more i {
  font-size: 11px;
  transition: transform 0.3s ease;
}

.learn-more:hover i {
  transform: translateX(4px);
}

/* Featured Card - Full Width */
.featured-card {
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 0;
  background: linear-gradient(135deg, #cfb14c 0%, #e0c470 100%);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 50px rgba(207, 177, 76, 0.3);
  margin-top: 30px;
}

/* Featured Image */
.featured-image {
  position: relative;
  overflow: hidden;
}

.featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.featured-card:hover .featured-image img {
  transform: scale(1.05);
}

.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(207, 177, 76, 0.8),
    rgba(224, 196, 112, 0.6)
  );
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-icon {
  width: 100px;
  height: 100px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.featured-icon i {
  font-size: 45px;
  color: #cfb14c;
}

/* Featured Content */
.featured-content {
  padding: 45px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.featured-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #cfb14c;
  background: white;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 15px;
  align-self: flex-start;
}

.featured-content h3 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.2;
}

.featured-content p {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 25px;
}

/* Featured Benefits */
.featured-benefits {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.benefit {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #000;
  font-weight: 500;
}

.benefit i {
  width: 22px;
  height: 22px;
  background: white;
  color: #cfb14c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}

/* Featured Button */
.featured-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #cfb14c;
  background: white;
  text-decoration: none;
  padding: 14px 30px;
  border-radius: 30px;
  transition: all 0.3s ease;
  align-self: flex-start;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.featured-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}

.featured-btn i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.featured-btn:hover i {
  transform: translateX(5px);
}

/* Responsive */
@media (max-width: 1000px) {
  .treatments-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .featured-card {
    grid-template-columns: 1fr;
  }

  .featured-image {
    height: 300px;
  }

  .featured-content {
    padding: 35px 40px;
  }
}

@media (max-width: 650px) {
  .treatments-section {
    padding: 50px 20px;
  }

  .section-header .main-title {
    font-size: 32px;
  }

  .section-header .sub-title {
    font-size: 24px;
  }

  .treatments-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .treatment-card {
    padding: 25px 20px;
  }

  .treatment-card h3 {
    font-size: 17px;
    min-height: auto;
  }

  .featured-content {
    padding: 30px 25px;
  }

  .featured-content h3 {
    font-size: 22px;
  }

  .featured-benefits {
    flex-direction: column;
    gap: 12px;
  }
}

/* ==========================
   FACIAL SECTION
   ========================== */

.facial-section {
  padding: 100px 0;
  background: #f8f4ee;
  position: relative;
  overflow: hidden;
  padding: 80px 7%;
  font-family: "Jost", sans-serif;
}
.facial-section .bg-circle {
  border: 80px solid rgb(255 255 255);
}

@keyframes loadingEven {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.facial-section::after {
  display: none;
}

/* Decorative Background Elements */
.bg-circle {
  position: absolute;
  top: -150px;
  right: -150px;
  width: 400px;
  height: 400px;
  border: 80px solid rgba(230, 220, 205, 0.3);
  border-radius: 50%;
  pointer-events: none;
  animation: floatCircle 20s ease-in-out infinite;
}

.bg-leaf {
  position: absolute;
  bottom: -100px;
  left: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(
    circle,
    rgba(207, 177, 76, 0.08) 0%,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
  animation: pulse 15s ease-in-out infinite;
}

@keyframes floatCircle {
  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(20px, -20px) rotate(5deg);
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.15);
    opacity: 0.6;
  }
}

/* ==========================
   SECTION HEADER
   ========================== */

.section-header {
  text-align: center;
  margin-bottom: 30px;
  animation: fadeInDown 1s ease-out;
  position: relative;
  z-index: 2;
}

.intro-text {
  font-size: 18px;
  line-height: 1.8;
  color: #000;
  margin: 0 auto 30px;
  position: relative;
  padding: 0 20px;
}

/* ==========================
   SKIN CONCERN GRID
   ========================== */

#skin-concern-section {
  position: relative;
  padding: 90px 0 50px;
  background: #fff;
  overflow: hidden;
}
#skin-concern-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      circle at top left,
      rgba(207, 177, 76, 0.12),
      transparent 25%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(207, 177, 76, 0.1),
      transparent 28%
    );
  pointer-events: none;
}

#skin-concern-section .wrap {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  width: 100%;
}

#skin-concern-section .section-header {
  margin-bottom: 40px;
  text-align: center;
}

#skin-concern-section .section-header .why-label {
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #cfb14c;
  margin-bottom: 12px;
}

#skin-concern-section .section-header .main-title {
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  line-height: 1.05;
  color: #1e1e1e;
  margin: 0 auto;
}

#skin-concern-section .section-header .divider-section {
  margin-top: 18px;
}

.skin-concern-pill-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 20px;
  padding: 0;
  margin: 0 auto;
}

.skin-concern-pill {
  flex: 1 1 calc(16.66% - 20px);
  background: #ffffff;
  border: 1px solid rgba(207, 177, 76, 0.2);
  border-radius: 32px;
  padding: 32px 24px;
  box-shadow: 0 28px 60px rgba(107, 92, 71, 0.08);
  font-size: 1rem;
  font-weight: 700;
  color: #1e1e1e;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
  min-height: auto;
}

.skin-concern-pill i {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(207, 177, 76, 0.12);
  color: #cfb14c;
  font-size: 1.3rem;
}

.skin-concern-pill span {
  display: block;
  line-height: 1.3;
}

.skin-concern-pill:hover {
  transform: translateY(-6px);
  box-shadow: 0 36px 85px rgba(107, 92, 71, 0.16);
  border-color: rgba(207, 177, 76, 0.32);
}

@media (max-width: 980px) {
  .skin-concern-pill {
    flex: 1 1 calc(50% - 20px);
    min-width: 220px;
  }
}

@media (max-width: 700px) {
  .skin-concern-pill-list {
    gap: 14px;
  }

  .skin-concern-pill {
    flex: 1 1 100%;
    min-width: auto;
  }
}

@media (max-width: 760px) {
  .concern-grid {
    grid-template-columns: 1fr;
  }

  .concern-card {
    max-width: 100%;
    padding: 28px 24px;
  }
}

@media (max-width: 680px) {
  .skin-concern-section {
    padding: 60px 0 30px;
  }

  .concern-grid {
    grid-template-columns: 1fr;
  }

  .concern-card {
    padding: 24px 20px;
  }
}

.intro-text::before {
  content: '"';
  position: absolute;
  left: -10px;
  top: -10px;
  font-size: 60px;
  color: rgba(207, 177, 76, 0.15);
  font-family: "Libre Baskerville", serif;
  line-height: 1;
}

/* ==========================
   TREATMENTS LIST
   ========================== */

.treatments-list {
  display: flex;
  flex-direction: column;
  gap: 100px;
  position: relative;
  z-index: 1;
}

/* ==========================
   TREATMENT ITEM
   ========================== */

.treatment-item {
  display: grid;
  grid-template-columns: 46% 49%;
  gap: 60px;
  align-items: center;
  position: relative;
}

.treatment-item:nth-child(1) {
}
.treatment-item:nth-child(2) {
}
.treatment-item:nth-child(3) {
}

/* Treatment Item - Reverse (Image Left) */
.treatment-item.reverse {
  grid-template-columns: 48% 52%;
}

.treatment-item.reverse .treatment-content {
  order: 2;
  padding-left: 40px;
  padding-right: 40px;
}

.treatment-item.reverse .treatment-image {
  order: 1;
}

/* Decorative Line Between Items */
.treatment-item::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, transparent, #cfb14c, transparent);
}

.treatment-item:first-child::before {
  display: none;
}

/* ==========================
   TREATMENT CONTENT
   ========================== */

.treatment-content {
  padding: 0px 0;
  position: relative;
}

/* Decorative Corner Element */
.treatment-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 50px;
  height: 50px;
  border-left: 2px solid rgba(207, 177, 76, 0.2);
  border-top: 2px solid rgba(207, 177, 76, 0.2);
  border-radius: 8px 0 0 0;
  transition: all 0.4s ease;
}

.treatment-item:hover .treatment-content::before {
  border-color: rgba(207, 177, 76, 0.5);
  transform: scale(1.2);
}

.treatment-icon {
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  box-shadow:
    0 15px 40px rgba(207, 177, 76, 0.3),
    0 5px 15px rgba(207, 177, 76, 0.2);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.treatment-icon::before {
  content: "";
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 2px solid rgba(207, 177, 76, 0.3);
  opacity: 0;
  transition: all 0.4s ease;
}

.treatment-item:hover .treatment-icon {
  transform: scale(1.15) rotate(10deg);
  box-shadow:
    0 25px 60px rgba(207, 177, 76, 0.5),
    0 10px 30px rgba(207, 177, 76, 0.3);
  animation: iconGlow 2s ease-in-out infinite;
}

.treatment-item:hover .treatment-icon::before {
  opacity: 1;
  inset: -10px;
}
#footerNew h6 {
  font-size: 24px;
  border-bottom: 1px solid #3b3b3b;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#footerNew p {
  font-size: 14px;
}
@keyframes iconGlow {
  0%,
  100% {
    box-shadow:
      0 25px 60px rgba(207, 177, 76, 0.5),
      0 10px 30px rgba(207, 177, 76, 0.3);
  }
  50% {
    box-shadow:
      0 30px 70px rgba(207, 177, 76, 0.6),
      0 15px 40px rgba(207, 177, 76, 0.4),
      0 0 40px rgba(207, 177, 76, 0.3);
  }
}

.treatment-icon i {
  font-size: 28px;
  color: #000;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.treatment-content h3 {
  font-family: "Libre Baskerville", serif;
  font-size: 40px;
  font-weight: 500;
  color: #000;
  margin-bottom: 18px;
  line-height: 1.3;
  position: relative;
  padding-bottom: 15px;
}

.treatment-content h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, #cfb14c, transparent);
  transition: width 0.4s ease;
}

.treatment-item:hover .treatment-content h3::after {
  width: 120px;
}

.treatment-content p {
  font-size: 15px;
  line-height: 1.9;
  color: #000;
  margin-bottom: 30px;
  font-weight: 400;
}

.learn-more-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #cfb14c;
  text-decoration: none;
  padding: 14px 32px;
  border: 2px solid #cfb14c;
  border-radius: 35px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.learn-more-link::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #cfb14c;
  transform: translate(-50%, -50%);
  transition:
    width 0.4s ease,
    height 0.4s ease;
  z-index: -1;
}

.learn-more-link:hover::before {
  width: 300px;
  height: 300px;
}

.learn-more-link:hover {
  color: white;
  border-color: #cfb14c;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(207, 177, 76, 0.4);
}

.learn-more-link i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.learn-more-link:hover i {
  transform: translateX(6px);
}

/* ==========================
   TREATMENT IMAGE
   ========================== */

.treatment-image {
  position: relative;
  border-radius: 300px 25px 25px 25px;
  overflow: hidden;
  height: 420px;
  box-shadow:
    0 25px 70px rgba(207, 177, 76, 0.2),
    0 15px 40px rgba(0, 0, 0, 0.1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.treatment-item.reverse .treatment-image {
  border-radius: 25px 300px 25px 25px;
}

.treatment-item:hover .treatment-image {
  transform: translateY(-10px);
  box-shadow:
    0 35px 90px rgba(207, 177, 76, 0.35),
    0 20px 50px rgba(0, 0, 0, 0.15);
}

.treatment-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.treatment-item:hover .treatment-image img {
  transform: scale(1.08);
}

.treatment-image .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(207, 177, 76, 0.2),
    rgba(224, 196, 112, 0.15)
  );
  opacity: 0;
  transition: opacity 0.5s ease;
}

.treatment-item:hover .treatment-image .image-overlay {
  opacity: 1;
}

/* Floating Badge on Image */
.treatment-image::after {
  content: "✨";
  position: absolute;
  top: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  animation: badgePulse 3s ease-in-out infinite;
}

.treatment-item.reverse .treatment-image::after {
  right: auto;
  left: 30px;
}
#heroWrapper .swiper-pagination {
  bottom: 20%;
}
@keyframes badgePulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  }
  50% {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 40px rgba(207, 177, 76, 0.3);
  }
}

/* ==========================
   ANIMATIONS
   ========================== */

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#heroWrapper .swiper-pagination-bullet {
  border: 2px solid #fff !important;
}
#heroWrapper .swiper-pagination {
  bottom: 10%;
}
.treatments-showcase-section::after {
  content: "";
  width: 800px;
  height: 800px;
  border: 2px dashed rgba(207, 177, 76, 0.4);
  position: absolute;
  left: 50%;
  top: 50%;
}
/* ==========================
   RESPONSIVE DESIGN
   ========================== */

@media (max-width: 1100px) {
  .container {
    padding: 0 40px;
  }

  .section-header .main-title {
    font-size: 40px;
  }

  .section-header .sub-title {
    font-size: 30px;
  }

  .treatments-list {
    gap: 80px;
  }

  .treatment-item {
    gap: 50px;
  }
}

/* ==========================
   BODY SCULPTING SECTION - ALTERNATING ZIGZAG LAYOUT
   ========================== */

.body-sculpting-section {
  padding: 50px 15px;
  background: #f8f4ee;
  position: relative;
  overflow: hidden;
  font-family: "Jost", sans-serif;
}

/* Decorative circle - Section 3 (ODD - top-left with loading) */
.body-sculpting-section::before {
  content: "";
  position: absolute;
  top: -250px;
  left: -200px;
  width: 450px;
  height: 450px;
  border: 100px solid #fff;
  border-radius: 50%;
  pointer-events: none;
  animation: loadingOdd 8s linear infinite;
  z-index: 0;
}

.body-sculpting-section::after {
  display: none;
}

/* Decorative Background Elements - Animated Arcs */
.bg-arc-left {
  position: absolute;
  top: 8%;
  left: -180px;
  width: 380px;
  height: 550px;
  border: 70px solid rgba(207, 177, 76, 0.05);
  border-radius: 0 50% 50% 0;
  pointer-events: none;
  animation: floatArcLeft 20s ease-in-out infinite;
}

@keyframes floatArcLeft {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-30px) scale(1.05);
  }
}

.bg-arc-right {
  position: absolute;
  top: 45%;
  right: -180px;
  width: 380px;
  height: 550px;
  border: 70px solid rgba(207, 177, 76, 0.05);
  border-radius: 50% 0 0 50%;
  pointer-events: none;
  animation: floatArcRight 22s ease-in-out infinite;
}

@keyframes floatArcRight {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(30px) scale(1.05);
  }
}

.bg-dots {
  position: absolute;
  top: 12%;
  left: 8%;
  width: 5px;
  height: 5px;
  background: rgba(207, 177, 76, 0.25);
  border-radius: 50%;
  box-shadow:
    25px 35px 0 rgba(207, 177, 76, 0.25),
    -18px 55px 0 rgba(207, 177, 76, 0.25),
    45px 80px 0 rgba(207, 177, 76, 0.25);
  animation: twinkle 4s ease-in-out infinite;
}

@keyframes twinkle {
  0%,
  100% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.6;
  }
}

/* Consultation Button */
.body-sculpting-section .consultation-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #cfb14c 0%, #d4b857 100%);
  text-decoration: none;
  padding: 16px 38px;
  border-radius: 35px;
  margin-top: 0px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 25px rgba(207, 177, 76, 0.3);
}

.consultation-btn i {
  font-size: 16px;
}

.consultation-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(207, 177, 76, 0.45);
  background: linear-gradient(135deg, #d4b857 0%, #cfb14c 100%);
}

/* Treatment Category Tabs */
.body-treatments-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 30px auto 0;
  max-width: 900px;
  position: relative;
  z-index: 3;
}

.body-tab-btn {
  font-family: "Jost", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #555;
  background: #fff;
  border: 1.5px solid rgba(207, 177, 76, 0.35);
  border-radius: 30px;
  padding: 12px 26px;
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.body-tab-btn:hover {
  border-color: #cfb14c;
  color: #cfb14c;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(207, 177, 76, 0.18);
}

.body-tab-btn.active {
  background: linear-gradient(135deg, #cfb14c 0%, #d4b857 100%);
  color: #fff;
  border-color: transparent;
  box-shadow: 0 8px 22px rgba(207, 177, 76, 0.35);
}

.body-treatments-tabs + .body-treatments-alternating {
  margin-top: 50px;
}

/* Treatments Alternating Layout */
.body-treatments-alternating {
  max-width: 1300px;
  margin: 80px auto 0;
  padding: 0 40px;
  position: relative;
  z-index: 2;
}

/* Treatment Row - COMPACT CARD DESIGN */
.body-treatment-row {
  display: grid;
  grid-template-columns: 38% 62%;
  gap: 0;
  align-items: stretch;
  margin-bottom: 35px;
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
  background: linear-gradient(135deg, #fdfaf6 0%, #f8f4ee 100%);
  border-radius: 25px;
  overflow: hidden;
  box-shadow:
    0 15px 45px rgba(0, 0, 0, 0.06),
    0 5px 15px rgba(207, 177, 76, 0.08);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(207, 177, 76, 0.1);
  position: relative;
  min-height: 280px;
}

.body-treatment-row:nth-child(1) {
  animation-delay: 0.1s;
}
.body-treatment-row:nth-child(2) {
  animation-delay: 0.2s;
}
.body-treatment-row:nth-child(3) {
  animation-delay: 0.3s;
}
.body-treatment-row:nth-child(4) {
  animation-delay: 0.4s;
}
.body-treatment-row:nth-child(5) {
  animation-delay: 0.5s;
}
.body-treatment-row:nth-child(6) {
  animation-delay: 0.6s;
}
.body-treatment-row:nth-child(7) {
  animation-delay: 0.7s;
}

.body-treatment-row:hover {
  transform: translateY(-6px);
  box-shadow:
    0 25px 60px rgba(207, 177, 76, 0.15),
    0 12px 30px rgba(0, 0, 0, 0.1);
  border-color: rgba(207, 177, 76, 0.25);
}

/* Golden accent on top of card */
.body-treatment-row::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    #cfb14c 50%,
    transparent 100%
  );
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 2;
}

.body-treatment-row:hover::before {
  opacity: 0.7;
}

/* Reverse Layout */
.body-treatment-row.reverse {
  grid-template-columns: 62% 38%;
}

.body-treatment-row.reverse .treatment-content-col {
  order: 1;
}

.body-treatment-row.reverse .treatment-image-col {
  order: 2;
}

/* Image Column - MATCHES CONTENT HEIGHT */
.treatment-image-col {
  position: relative;
  overflow: hidden;
  background: #e6dccf;
  min-height: 100%;
  height: 100%;
}

.treatment-image-col img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.body-treatment-row:hover .treatment-image-col img {
  transform: scale(1.08);
}

/* Content Column - COMPACT DESIGN */
.treatment-content-col {
  position: relative;
  padding: 35px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Treatment Badge - SMALLER */
.treatment-badge {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #cfb14c 0%, #d4b857 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Libre Baskerville", serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  box-shadow:
    0 8px 25px rgba(207, 177, 76, 0.35),
    0 3px 10px rgba(0, 0, 0, 0.15);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: absolute;
  top: 24%;
  left: -20px;
  z-index: 10;
}

/* Badge on reversed rows (content on left, image on right) - position right */
.body-treatment-row.reverse .treatment-badge {
  left: auto;
  right: -20px;
}

.treatment-badge::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid rgba(207, 177, 76, 0.3);
  opacity: 0;
  transition: all 0.4s ease;
}

.body-treatment-row:hover .treatment-badge {
  transform: scale(1.1) rotate(8deg);
  box-shadow:
    0 12px 30px rgba(207, 177, 76, 0.45),
    0 6px 15px rgba(0, 0, 0, 0.2);
}

.body-treatment-row:hover .treatment-badge::before {
  opacity: 1;
  inset: -8px;
}

/* Treatment Title - SMALLER */
.treatment-content-col h3 {
  font-family: "Libre Baskerville", serif;
  font-size: 22px;
  font-weight: 400;
  color: #231f20;
  margin-bottom: 0;
  line-height: 1.3;
  transition: color 0.3s ease;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.body-treatment-row:hover .treatment-content-col h3 {
  color: #cfb14c;
}

/* Treatment Description - COMPACT */
.treatment-content-col p {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 20px;
  font-weight: 400;
}

/* Treatment Features - COMPACT TAGS */
.treatment-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}

.feature-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "Jost", sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #666;
  background: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  border: 1px solid rgba(207, 177, 76, 0.2);
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.feature-tag i {
  font-size: 11px;
  color: #cfb14c;
}

.feature-tag:hover {
  background: #fff;
  border-color: rgba(207, 177, 76, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(207, 177, 76, 0.15);
}

/* Treatment Link - COMPACT */
.treatment-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #cfb14c;
  text-decoration: none;
  padding: 10px 24px;
  border: 2px solid #cfb14c;
  border-radius: 25px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  background: transparent;
  align-self: flex-start;
}

.treatment-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #cfb14c 0%, #d4b857 100%);
  transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -1;
}

.treatment-link:hover::before {
  left: 0;
}

.treatment-link:hover {
  color: #fff;
  border-color: #cfb14c;
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(207, 177, 76, 0.3);
}

.treatment-link i {
  font-size: 10px;
  transition: transform 0.3s ease;
}

.treatment-link:hover i {
  transform: translateX(3px);
}
.body-sculpting-section .section-header {
  margin-bottom: 30px;
}
p.nocomments {
  display: none;
}
/* Responsive Design - UPDATED */
@media (min-width: 1200px) {
  #faq .fc-faqs {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    display: block;
    column-count: 2;
  }
  .term-body-treatment #treatment-cards .m-card:nth-child(4) {
    flex: 1 1 calc(33.333% - 24px);
    min-width: 280px;
    max-width: calc(50.333% - 16px);
  }
  .term-body-treatment #treatment-cards .m-card:nth-child(5) {
    flex: 1 1 calc(33.333% - 24px);
    min-width: 280px;
    max-width: calc(50.333% - 16px);
  }
  .term-body-treatment #treatment-cards .m-card:nth-child(4) .p-img {
    height: 400px;
  }
  .term-body-treatment #treatment-cards .m-card:nth-child(5) .p-img {
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .body-treatments-alternating {
    max-width: 1100px;
    padding: 0 30px;
  }

  .body-treatment-row {
    grid-template-columns: 36% 64%;
    min-height: 260px;
  }

  .body-treatment-row.reverse {
    grid-template-columns: 64% 36%;
  }

  .treatment-content-col {
    padding: 30px 25px;
  }

  .treatment-content-col h3 {
    font-size: 20px;
  }

  .treatment-content-col p {
    font-size: 13px;
  }
}

@media (max-width: 1000px) {
  .body-treatment-row {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
    min-height: auto;
  }

  .body-treatment-row.reverse {
    grid-template-columns: 1fr;
  }

  .body-treatment-row.reverse .treatment-content-col {
    order: 2;
  }

  .body-treatment-row.reverse .treatment-image-col {
    order: 1;
  }

  .treatment-image-col {
    min-height: 220px;
  }

  .treatment-image-col img {
    height: 220px;
    min-height: 220px;
  }

  .treatment-content-col {
    padding: 30px 25px;
  }

  .treatment-badge {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-bottom: 18px;
    width: 50px;
    height: 50px;
    font-size: 16px;
  }

  .body-treatment-row.reverse .treatment-badge {
    left: auto;
    right: auto;
  }
}

@media (max-width: 768px) {
  .body-sculpting-section {
    padding: 60px 0 80px;
  }

  .body-treatments-alternating {
    margin: 50px auto 0;
    padding: 0 20px;
  }

  .body-treatment-row {
    margin-bottom: 25px;
    border-radius: 20px;
    min-height: auto;
  }

  .treatment-content-col {
    padding: 25px 20px;
  }

  .treatment-badge {
    width: 50px;
    height: 50px;
    font-size: 16px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-bottom: 15px;
  }

  .treatment-content-col h3 {
    font-size: 19px;
    margin-bottom: 10px;
  }

  .treatment-content-col p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 16px;
  }

  .treatment-features {
    gap: 6px;
    margin-bottom: 16px;
  }

  .feature-tag {
    font-size: 10px;
    padding: 5px 10px;
  }

  .feature-tag i {
    font-size: 10px;
  }

  .treatment-image-col {
    min-height: 200px;
  }

  .treatment-image-col img {
    height: 200px;
    min-height: 200px;
  }

  .treatment-link {
    font-size: 11px;
    padding: 8px 20px;
  }

  .treatment-link i {
    font-size: 9px;
  }

  .consultation-btn {
    font-size: 13px;
    padding: 12px 28px;
  }

  .bg-arc-left,
  .bg-arc-right {
    opacity: 0.3;
  }
}

/* ==========================
   FIRST VISIT SECTION - JOURNEY FLOW
   ========================== */

.first-visit-section {
  padding: 100px 0 120px;
  background: linear-gradient(135deg, #fdfaf6 0%, #f8f4ee 50%, #fdfaf6 100%);
  position: relative;
  overflow: hidden;
  font-family: "Jost", sans-serif;
}

/* Decorative Background Elements */
.bg-circle-visit {
  position: absolute;
  top: 15%;
  right: -100px;
  width: 300px;
  height: 300px;
  border: 60px solid rgba(207, 177, 76, 0.04);
  border-radius: 50%;
  pointer-events: none;
  animation: rotateFloat 30s ease-in-out infinite;
}

.bg-dots-visit {
  position: absolute;
  bottom: 20%;
  left: 8%;
  width: 6px;
  height: 6px;
  background: rgba(207, 177, 76, 0.2);
  border-radius: 50%;
  box-shadow:
    30px 40px 0 rgba(207, 177, 76, 0.2),
    -20px 60px 0 rgba(207, 177, 76, 0.2),
    50px 90px 0 rgba(207, 177, 76, 0.2);
  animation: twinkle 5s ease-in-out infinite;
}

/* Section Header */
.visit-section-header {
  text-align: left;
  margin-bottom: 80px;
  max-width: 450px;
}

.visit-label {
  font-size: 11px;
  letter-spacing: 3px;
  color: #cfb14c;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
  font-family: "Jost", sans-serif;
}

.visit-main-title {
  font-family: "Libre Baskerville", serif;
  font-size: 42px;
  font-weight: 400;
  color: #231f20;
  line-height: 1.2;
  margin-bottom: 8px;
}

.visit-sub-title {
  font-size: 26px;
  font-weight: 400;
  color: #231f20;
  margin-bottom: 25px;
  font-family: "Libre Baskerville", serif;
}

.visit-intro-text {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 30px;
  font-family: "Jost", sans-serif;
}

.visit-consultation-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #cfb14c 0%, #d4b857 100%);
  text-decoration: none;
  padding: 16px 38px;
  border-radius: 35px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 25px rgba(207, 177, 76, 0.3);
}

.visit-consultation-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(207, 177, 76, 0.45);
}

.treatment-image {
  height: 380px;
}

.section-header .main-title,
.header .main-title {
  font-size: clamp(2.4rem, 3vw, 3.2rem);
}
@media (max-width: 900px) {
  .facial-section {
    padding: 70px 0;
  }

  .treatment-item,
  .treatment-item.reverse {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .treatment-item.reverse .treatment-content {
    order: 1;
    padding-left: 0;
  }

  .treatment-item.reverse .treatment-image {
    order: 2;
  }

  .treatment-content::before {
    display: none;
  }

  .treatment-content {
    padding: 0;
  }

  .treatment-image,
  .treatment-item.reverse .treatment-image {
    border-radius: 25px;
    height: 350px;
  }

  .treatment-item::before {
    display: none;
  }
}

@media (max-width: 600px) {
  .facial-section {
    padding: 50px 0;
  }

  .container {
    padding: 0 20px;
  }

  .section-header {
    margin-bottom: 50px;
  }

  .section-header .main-title {
    font-size: 32px;
  }

  .section-header .sub-title {
    font-size: 24px;
  }

  .intro-text {
    font-size: 14px;
    padding: 0 10px;
  }

  .treatments-list {
    gap: 60px;
  }

  .treatment-icon {
    width: 70px;
    height: 70px;
  }

  .treatment-icon i {
    font-size: 32px;
  }

  .treatment-content h3 {
    font-size: 24px;
  }

  .treatment-content p {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .treatment-image {
    height: 300px;
  }

  .learn-more-link {
    padding: 12px 28px;
    font-size: 13px;
  }

  .treatment-image::after {
    width: 50px;
    height: 50px;
    font-size: 24px;
    top: 20px;
    right: 20px;
  }

  .treatment-item.reverse .treatment-image::after {
    left: 20px;
  }

  .bg-circle,
  .bg-leaf {
    display: none;
  }
}

@media (max-width: 400px) {
  .section-header .main-title {
    font-size: 28px;
  }

  .section-header .sub-title {
    font-size: 22px;
  }

  .treatment-content h3 {
    font-size: 20px;
  }

  .treatment-image {
    height: 260px;
  }
}

/* ==========================
   WHAT'S YOUR CONCERN SECTION
   ========================== */

.concern-section {
  padding: 50px 5%;
  background: #f8f4ee;
  position: relative;
  overflow: hidden;
  font-family: "Jost", sans-serif;
}

/* Decorative circle - top right */
.concern-section::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 500px;
  height: 500px;
  border: 100px solid #fff;
  border-radius: 50%;
  pointer-events: none;
  animation: loadingEven 8s linear infinite;
  z-index: 0;
}

.concern-section::after {
  display: none;
}

.concern-section .section-header {
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}

.concern-section .showcase-intro {
  max-width: 720px;
  margin: 15px auto 0;
}

/* Concerns Circular Grid - reuses treatments-circular-grid styles */
.concerns-circular-grid {
  max-width: 1300px;
  margin: 0 auto 0;
}

/* Concern Circle Item - reuses treatment-circle-item styles */
.concern-circle-item .circle-text {
  padding: 10px 12px;
}

/* Concern title only (no link) - centered, no description */
.concern-circle-item .circle-text h3 {
  font-size: 13px;
  margin: 0;
  text-transform: capitalize;
}

/* Decorative connecting lines between rows: use horizontal dashed line */
.concerns-circular-grid::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 2px;
  border-top: 2px dashed rgba(207, 177, 76, 0.3);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
}
section#concerns .concerns-circular-grid .treatment-circle-item::after {
  bottom: 43px;
}
.postid-5576 section#concerns {
  background: #fff;
}
/* Responsive */
@media (max-width: 992px) {
  .concern-section {
    padding: 70px 5%;
  }
}

@media (max-width: 640px) {
  .concern-circle-item .circle-text h3 {
    font-size: 18px;
  }
}

/* ==========================
   TREATMENTS SHOWCASE SECTION - CIRCULAR LAYOUT
   ========================== */

.treatments-showcase-section {
  padding: 100px 15px;
  background: #f8f4ee;
  position: relative;
  overflow: hidden;
  font-family: "Jost", sans-serif;
}

/* Decorative circle - Section 4 (EVEN - top-right with loading) */
.treatments-showcase-section::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 500px;
  height: 500px;
  border: 100px solid #fff;
  border-radius: 50%;
  pointer-events: none;
  animation: loadingEven 8s linear infinite;
  z-index: 0;
}

.treatments-showcase-section::after {
  display: none;
}

@keyframes rotateClockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotateCounterClockwise {
  0% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

.treatments-showcase-section .section-header {
  margin-bottom: 80px;
}

/* Showcase Intro */
.showcase-intro {
  font-size: 18px;
  line-height: 1.8;
  color: #000;
  max-width: 640px;
  margin: 10px auto 0;
}

/* Circular Grid Layout */
.treatments-circular-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 40px;
  max-width: 1100px;
  margin: 0 auto 30px;
  position: relative;
  z-index: 2;
}

/* Decorative connecting lines between items */
.treatments-circular-grid::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 2px;
  border-top: 2px dashed rgba(207, 177, 76, 0.3);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
}

.treatments-circular-grid::after {
  display: none;
}

/* Treatment Circle Item */
.treatment-circle-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
}

.treatment-circle-item:nth-child(1) {
  animation-delay: 0.2s;
}
.treatment-circle-item:nth-child(2) {
  animation-delay: 0.4s;
}
.treatment-circle-item:nth-child(3) {
  animation-delay: 0.6s;
}
.treatment-circle-item:nth-child(4) {
  animation-delay: 0.8s;
}

/* Dashed border connecting circle to text */
.treatment-circle-item::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 30px;
  border-left: 2px dashed #cfb14c;
  opacity: 0.6;
}

.treatment-circle-item::after {
  content: "";
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 30px;
  border-left: 2px dashed #cfb14c;
  opacity: 0.6;
}

/* Circle Badge - Icon */
.circle-badge {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #cfb14c 0%, #d4b857 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 20px;
  box-shadow: 0 8px 25px rgba(207, 177, 76, 0.35);
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.treatment-circle-item:hover .circle-badge {
  transform: translateX(-50%) scale(1.1) rotate(8deg);
  box-shadow: 0 12px 30px rgba(207, 177, 76, 0.45);
}

/* Circle Image Container */
.circle-content {
  position: relative;
  width: 150px;
  height: 150px;
  margin-bottom: 30px;
  border-radius: 50%;
  overflow: hidden;
  border: 8px solid white;
  box-shadow:
    0 0 0 3px #cfb14c,
    0 20px 60px rgba(207, 177, 76, 0.2),
    0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.circle-content img {
  height: 100%;
  width: 100%;
}
.treatment-circle-item:hover .circle-content {
  transform: scale(1.05) translateY(-10px);
  box-shadow:
    0 30px 80px rgba(207, 177, 76, 0.3),
    0 15px 40px rgba(0, 0, 0, 0.15);
}

.circle-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.treatment-circle-item:hover .circle-image {
  transform: scale(1.1);
}

/* Circle Text Content */
.circle-text {
  text-align: center;
  max-width: 320px;
  padding: 30px 25px;
  border: 2px dashed rgba(207, 177, 76, 0.4);
  border-radius: 20px;
  position: relative;
  background: #fff;
}

.treatment-circle-item:hover .circle-text {
  border-color: rgba(207, 177, 76, 0.7);
}

.circle-text h3 {
  font-family: "Libre Baskerville", serif;
  font-size: 24px;
  font-weight: 500;
  color: #231f20;
  margin-bottom: 12px;
  line-height: 1.3;
}

/* Circle Tag (category label) */
.circle-tag {
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #d4b857;
  background: rgba(207, 177, 76, 0.12);
  border: 1px solid rgba(207, 177, 76, 0.3);
  padding: 5px 14px;
  border-radius: 20px;
  margin-bottom: 14px;
  transition: all 0.3s ease;
}

.treatment-circle-item:hover .circle-tag {
  background: linear-gradient(135deg, #cfb14c 0%, #d4b857 100%);
  color: #fff;
  border-color: transparent;
}

.circle-text p {
  font-size: 14px;
  line-height: 1.8;
  color: #000;
  margin-bottom: 18px;
  font-weight: 400;
  margin: 0px;
}

/* Circle Link Button */
.circle-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #cfb14c;
  text-decoration: none;
  padding: 10px 24px;
  border: 2px solid #cfb14c;
  border-radius: 30px;
  transition: all 0.3s ease;
  position: relative;
}

/* Decorative corner accents on circle items */
.treatment-circle-item {
  box-shadow: inset 0 0 0 1px transparent;
  transition: box-shadow 0.4s ease;
}

.treatment-circle-item:hover .circle-link {
  background: #cfb14c;
  color: white;
}

.circle-link i {
  font-size: 11px;
  transition: transform 0.3s ease;
}

.circle-link:hover i {
  transform: translateX(4px);
}

/* View All Treatments & Pricing Button */
.view-all-treatments-wrap {
  text-align: center;
  position: relative;
  z-index: 2;
}

.view-all-treatments-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #fff !important;
  background: linear-gradient(135deg, #cfb14c 0%, #d4b857 100%);
  text-decoration: none;
  padding: 16px 38px;
  border-radius: 35px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 25px rgba(207, 177, 76, 0.3);
}

.view-all-treatments-btn i {
  font-size: 13px;
  transition: transform 0.3s ease;
}

.view-all-treatments-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(207, 177, 76, 0.45);
  background: linear-gradient(135deg, #d4b857 0%, #cfb14c 100%);
}

.view-all-treatments-btn:hover i {
  transform: translateX(4px);
}

/* CTA Box */
.cta-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  background: white;
  padding: 40px 50px;
  border-radius: 25px;
  border: 1px solid rgba(207, 177, 76, 0.15);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.06);
  max-width: 900px;
  margin: 0 auto;
  animation: fadeInUp 0.8s ease forwards 1s;
  opacity: 0;
  position: relative;
  z-index: 2;
}

.cta-icon {
  font-size: 32px;
  color: #cfb14c;
  flex-shrink: 0;
}

.cta-content {
  flex: 1;
}

.cta-content h3 {
  font-family: "Libre Baskerville", serif;
  font-size: 22px;
  font-weight: 500;
  color: #231f20;
  margin-bottom: 8px;
}

.cta-content p {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: white;
  background: linear-gradient(135deg, #cfb14c 0%, #d4b857 100%);
  text-decoration: none;
  padding: 14px 32px;
  border-radius: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(207, 177, 76, 0.3);
  flex-shrink: 0;
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(207, 177, 76, 0.45);
}

.cta-button i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.cta-button:hover i {
  transform: translateX(4px);
}

/* Responsive */
@media (max-width: 1200px) {
  .treatments-circular-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 1100px) {
  .treatments-circular-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .circle-content {
    width: 240px;
    height: 240px;
  }

  .cta-box {
    flex-direction: column;
    text-align: center;
    padding: 35px 30px;
  }

  .cta-button {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .treatments-showcase-section {
    padding: 60px 15px;
  }

  .treatments-showcase-section .section-header {
    margin-bottom: 50px;
  }

  .treatments-circular-grid {
    gap: 50px;
  }

  .circle-content {
    width: 200px;
    height: 200px;
  }

  .circle-text h3 {
    font-size: 20px;
  }

  .circle-text p {
    font-size: 13px;
  }

  .cta-box {
    padding: 25px 20px;
  }

  .cta-content h3 {
    font-size: 18px;
  }

  .cta-content p {
    font-size: 13px;
  }

  .cta-button {
    padding: 12px 24px;
    font-size: 12px;
  }
}

/* ==========================
   WHAT TO EXPECT SECTION
   ========================== */

/* ==========================
   WHAT TO EXPECT SECTION - REDESIGNED
   ========================== */

.what-to-expect-section {
  padding: 50px 2%;
  position: relative;
  overflow: hidden;
  font-family: "Jost", sans-serif;
  background: #f7f3ed;
}
.what-to-expect-section .section-header {
  margin-bottom: 0;
}
.what-to-expect-section::before,
.what-to-expect-section::after {
  display: none;
}

#whatExpectSection {
  background-image: url("https://images.unsplash.com/photo-1571019613454-1cb2f99b2d8b?w=1600&h=900&fit=crop&q=80");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 50px 2%;
}

.wte-overlay {
  position: absolute;
  inset: 0;
  background: rgba(169, 141, 83, 0.92);
  z-index: 0;
}

.wte-container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}

.wte-header {
  text-align: center;
  margin-bottom: 55px;
}

.wte-pill {
  display: inline-block;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 8px 22px;
  border-radius: 30px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.25);
}

.wte-title {
  font-family: "Libre Baskerville", serif;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 18px;
  line-height: 1.2;
}

.wte-subtitle {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.88);
  max-width: 680px;
  margin: 0 auto;
  line-height: 1.7;
}

.wte-cards {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.wte-card {
  background: #fff;
  border-radius: 20px;
  padding: 32px 20px 28px;
  text-align: center;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
  position: relative;
  overflow: hidden;
}

.wte-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #cfb14c;
  transform: scaleX(0);
  transition: transform 0.35s ease;
  transform-origin: left;
}

.wte-card:hover::after {
  transform: scaleX(1);
}

.wte-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.14);
}

.wte-icon-box {
  width: 68px;
  height: 68px;
  background: rgba(207, 177, 76, 0.1);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
  transition:
    background 0.3s ease,
    transform 0.3s ease;
  border: 1.5px solid rgba(207, 177, 76, 0.2);
}

.wte-icon-box i {
  font-size: 26px;
  color: #cfb14c;
}

.wte-card:hover .wte-icon-box {
  background: rgba(207, 177, 76, 0.18);
  transform: scale(1.08) rotate(5deg);
  border-color: #cfb14c;
}

.wte-card h3 {
  font-family: "Libre Baskerville", serif;
  font-size: 17px;
  font-weight: 700;
  color: #231f20;
  margin: 0 0 12px;
  line-height: 1.3;
}

.wte-card p {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #000;
  margin: 0;
}

@media (max-width: 1100px) {
  .wte-cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 700px) {
  .wte-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .wte-title {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .wte-cards {
    grid-template-columns: 1fr;
  }
  #whatExpectSection {
    background-attachment: scroll;
  }
}

/* ==========================
   CHOOSE BENEFITS STRIP (What to Expect Style)
   ========================== */
.choose-benefits {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 60px;
  background: linear-gradient(135deg, #1c1c1c 0%, #2a2a2a 100%);
  margin-top: 30px;
  border-radius: 12px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

/* Soft gold top edge accent */
.choose-benefits::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #cfb14c, transparent);
}

/* Decorative radial glow */
.choose-benefits::after {
  content: "";
  position: absolute;
  top: -60%;
  right: -5%;
  width: 320px;
  height: 320px;
  background: radial-gradient(
    circle,
    rgba(207, 177, 76, 0.12) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.choose-benefits .benefit-item {
  display: flex;
  align-items: center;
  gap: 20px;
  transition: all 0.3s ease;
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
  position: relative;
  z-index: 2;
}

.choose-benefits .benefit-item:nth-child(1) {
  animation-delay: 0.1s;
}
.choose-benefits .benefit-item:nth-child(3) {
  animation-delay: 0.2s;
}
.choose-benefits .benefit-item:nth-child(5) {
  animation-delay: 0.3s;
}
.choose-benefits .benefit-item:nth-child(7) {
  animation-delay: 0.4s;
}

.choose-benefits .benefit-item:hover {
  transform: translateY(-3px);
}

.choose-benefits .benefit-icon {
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cfb14c;
  font-size: 24px;
  background: rgba(207, 177, 76, 0.1);
  border: 1px solid rgba(207, 177, 76, 0.35);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.choose-benefits .benefit-item:hover .benefit-icon {
  background: linear-gradient(135deg, #cfb14c 0%, #d4b857 100%);
  color: #fff;
  transform: scale(1.1) rotate(8deg);
  box-shadow: 0 8px 25px rgba(207, 177, 76, 0.4);
}

.choose-benefits .benefit-divider {
  width: 1px;
  height: 45px;
  background: rgba(207, 177, 76, 0.3);
  position: relative;
  z-index: 2;
}

.choose-benefits .benefit-item h4 {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5;
  text-align: left;
}

@media (max-width: 1200px) {
  .choose-benefits {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    padding: 40px 30px;
  }

  .choose-benefits .benefit-divider:nth-child(4) {
    display: none;
  }
}

@media (max-width: 640px) {
  .choose-benefits {
    flex-direction: column;
    gap: 22px;
    margin-top: 40px;
    padding: 35px 20px;
  }

  .choose-benefits .benefit-divider {
    width: 70%;
    height: 1px;
  }

  .choose-benefits .benefit-item {
    width: 100%;
    justify-content: center;
  }

  .choose-benefits .benefit-icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    font-size: 20px;
  }

  .choose-benefits .benefit-item h4 {
    font-size: 12px;
  }
}

/* Steps Timeline Container - 4 Column Grid */
.steps-timeline {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

/* Step Card */
.step-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
}

.step-card:nth-child(1) {
  animation-delay: 0.1s;
}
.step-card:nth-child(2) {
  animation-delay: 0.2s;
}
.step-card:nth-child(3) {
  animation-delay: 0.3s;
}
.step-card:nth-child(4) {
  animation-delay: 0.4s;
}

.step-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 20px 60px rgba(207, 177, 76, 0.2);
}

/* Step Image */
.step-image {
  position: relative;
  width: 100%;
  height: 225px;
  overflow: hidden;
  background: #f0f0f0;
}

.step-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.step-card:hover .step-image img {
  transform: scale(1.1);
}

/* Step Number Badge */
.step-number-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 60px;
  height: 60px;
  background: linear-gradient(
    135deg,
    rgba(207, 177, 76, 0.9) 0%,
    rgba(212, 184, 87, 0.9) 100%
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: "Libre Baskerville", serif;
  font-size: 24px;
  font-weight: 700;
  box-shadow: 0 8px 20px rgba(207, 177, 76, 0.3);
  transition: all 0.4s ease;
}

.step-card:hover .step-number-badge {
  transform: scale(1.1);
  box-shadow: 0 12px 30px rgba(207, 177, 76, 0.4);
}

/* Step Icon */
.step-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #cfb14c 0%, #d4b857 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 32px;
  margin: -35px auto 0;
  box-shadow: 0 10px 30px rgba(207, 177, 76, 0.3);
  transition: all 0.4s ease;
  position: relative;
  z-index: 2;
}

.step-card:hover .step-icon {
  transform: scale(1.15) rotate(10deg);
  box-shadow: 0 15px 40px rgba(207, 177, 76, 0.45);
}

/* Step Info */
.step-info {
  padding: 15px 15px 20px;
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.step-info h3 {
  font-family: "Libre Baskerville", serif;
  font-size: 20px;
  font-weight: 500;
  color: #231f20;
  margin: 0 0 12px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
}

.step-info p {
  font-size: 15px;
  line-height: 1.7;
  color: #000;
  margin: 0;
  flex: 1;
}

/* Step Help (phone line) */
.step-info .step-help {
  flex: none;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px dashed rgba(207, 177, 76, 0.35);
  font-size: 12px;
  color: #888;
}

.step-info .step-help a {
  color: #cfb14c;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.step-info .step-help a:hover {
  color: #b59b43;
  text-decoration: underline;
}

/* Benefits Row Redesign */
.steps-benefits {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 60px;
  background: #1c1c1c; /* Dark background */
  margin-top: 40px;
  border-radius: 8px; /* Optional, for aesthetics */
}

.benefit-item {
  display: flex;
  align-items: center;
  gap: 20px; /* Space between icon and text */
  transition: all 0.3s ease;
  opacity: 0;
  animation: fadeInUp 0.8s ease forwards;
}

.benefit-item:nth-child(1) {
  animation-delay: 0.6s;
}
.benefit-item:nth-child(3) {
  animation-delay: 0.7s;
}
.benefit-item:nth-child(5) {
  animation-delay: 0.8s;
}
.benefit-item:nth-child(7) {
  animation-delay: 0.9s;
}

.benefit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cfb14c; /* Gold color */
  font-size: 32px;
  transition: all 0.3s ease;
}

.benefit-item:hover .benefit-icon {
  transform: scale(1.1);
}

.benefit-divider {
  width: 1px;
  height: 40px;
  background: rgba(207, 177, 76, 0.3); /* Subtle gold divider */
}

.benefit-item h4 {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.5;
  text-align: left;
}

/* CTA Container */
.expect-cta {
  text-align: center;
  margin-top: 60px;
  position: relative;
  z-index: 2;
}

.expect-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  background: linear-gradient(135deg, #cfb14c 0%, #d4b857 100%);
  text-decoration: none;
  padding: 16px 40px;
  border-radius: 35px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 10px 30px rgba(207, 177, 76, 0.3);
}

.expect-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 45px rgba(207, 177, 76, 0.45);
}

.expect-btn i {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.expect-btn:hover i {
  transform: translateX(4px);
}

/* Responsive */
@media (max-width: 1200px) {
  .steps-timeline {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }

  .steps-benefits {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }

  .benefit-divider:nth-child(4) {
    display: none; /* Hide middle divider when wrapping into two rows */
  }
}

@media (max-width: 768px) {
  .what-to-expect-section {
    padding: 50px 0px;
  }

  .what-to-expect-section .section-header {
    margin-bottom: 50px;
  }

  .steps-timeline {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 60px;
  }

  .step-image {
    height: 240px;
  }

  .step-number-badge {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }

  .step-icon {
    width: 60px;
    height: 60px;
    font-size: 28px;
    margin: -30px auto 0;
  }

  .step-info {
    padding: 30px 20px 25px;
  }

  .step-info h3 {
    font-size: 14px;
  }

  .step-info p {
    font-size: 16px;
  }

  .steps-benefits {
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
    padding: 20px;
  }

  .benefit-divider {
    width: 80%;
    height: 1px;
    margin: 0 auto;
  }

  .benefit-item {
    width: 100%;
    justify-content: center;
  }

  .benefit-icon {
    width: 45px;
    height: 45px;
    font-size: 24px;
  }

  .benefit-item h4 {
    font-size: 12px;
  }

  .expect-btn {
    font-size: 14px;
    padding: 14px 32px;
  }
  p {
    font-size: 16px;
  }
  #whatExpectSection h2 {
    font-size: 30px;
  }
  #whatExpectSection .wte-header {
    margin-bottom: 24px;
  }
  #whatExpectSection .wte-container {
    padding: 0 10px;
  }
  div#copyRight {
    border-top: 1px solid #494949;
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    padding: 15px;
  }
  div#copyRight h6 {
    font-size: 16px;
  }
  #copyRight p {
    margin: 0;
    font-size: 12px !important;
    text-align: center;
    /* max-width: 325px; */
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .concern-section .container {
    padding: 0 0px;
  }
  .concern-circle-item .circle-content {
    width: 150px;
    height: 150px;
  }
  .concerns-circular-grid {
    justify-content: space-between;
    gap: 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .home .concerns-circular-grid .treatment-circle-item::after {
    bottom: 70px !important;
  }
}

/* ==========================
   BEFORE AND AFTER SECTION (REDESIGNED)
   ========================== */
.before-after-section {
  padding: 80px 0;
  background: #fdfaf6;
  position: relative;
  text-align: center;
}

.ba-header-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}

.ba-divider-line {
  width: 40px;
  height: 1px;
  background-color: #cfb14c;
}

.ba-label {
  font-family: "Jost", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  color: #231f20;
  text-transform: uppercase;
}

.ba-main-title {
  font-family: "Libre Baskerville", serif;
  font-size: 46px;
  color: #2b3036;
  margin-bottom: 15px;
  font-weight: 400;
}

.ba-sub-title {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 50px;
}

/* Nav Buttons */
.ba-nav-btn {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: white;
  border: none;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  font-size: 16px;
  color: #333;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.ba-nav-btn:hover {
  background: #f4f4f4;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

.ba-nav-prev {
  left: -25px;
}

.ba-nav-next {
  right: -25px;
}

/* Grid layout */
.ba-gallery {
  /* Swiper wrapper takes care of display flex and layout */
  margin-bottom: 40px;
  text-align: left;
}

/* Card */
.ba-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
}

.img-comp-container {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.img-comp-img {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

.img-comp-overlay {
  width: 50%; /* Initial split at 50% */
}

/* Badges */
.ba-badge {
  position: absolute;
  top: 15px;
  padding: 6px 20px;
  font-family: "Jost", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  z-index: 5;
  border-radius: 4px;
}

.ba-badge-before {
  left: 15px;
  background: rgba(43, 48, 54, 0.9);
  color: white;
}

.ba-badge-after {
  right: 15px;
  background: rgba(186, 148, 86, 0.9);
  color: white;
}

/* Split Line / Slider */
.img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  width: 40px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-comp-slider::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: white;
  transform: translateX(-50%);
  pointer-events: none;
}

.ba-split-handle {
  width: 32px;
  height: 32px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  color: #333;
  z-index: 10;
}

/* Card Info */
.ba-card-info {
  padding: 25px 20px;
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.ba-icon-left {
  flex-shrink: 0;
  margin-top: 5px;
}

.ba-details {
  flex-grow: 1;
}

.ba-details h4 {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #2b3036;
  margin: 0 0 10px 0;
}

.ba-meta {
  display: flex;
  gap: 15px;
  font-family: "Jost", sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #888;
}

.ba-meta span {
  display: flex;
  align-items: center;
  gap: 6px;
}

.ba-meta i {
  font-size: 13px;
}

/* Pagination */
.ba-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
}

.ba-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e0e0e0;
  cursor: pointer;
  transition: background 0.3s ease;
}

.ba-dot.active {
  background: #2b3036;
}

/* CTA */
.view-more-solid-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #b18c57;
  color: white;
  padding: 18px 45px;
  border-radius: 4px;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.view-more-solid-btn:hover {
  background: #9a7846;
  color: white;
}

/* ==========================
   BETTER RESULTS SECTION
   ========================== */

.better-results-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.better-results-content .why-label {
  margin-bottom: 15px;
}

.better-results-content h2 {
  font-family: "Libre Baskerville", serif;
  font-size: 42px;
  color: #231f20;
  margin-bottom: 25px;
  line-height: 1.2;
}

.divider-section-left {
  margin-bottom: 35px;
}

.divider-line-short {
  display: block;
  width: 60px;
  height: 2px;
  background: #cfb14c;
}

.results-text p {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #000;
  margin-bottom: 20px;
}

.better-results-content .primary-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #cfb14c;
  color: white;
  padding: 16px 40px;
  border-radius: 35px;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 20px;
  transition: all 0.3s ease;
}

.better-results-content .primary-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(207, 177, 76, 0.3);
}

#footerNew li a {
  font-size: 15px !important;
}
#footerNew li span {
  font-size: 14px !important;
  font-family: "Jost", sans-serif;
}
#footerNew li {
  font-size: 14px !important;
}
#copyRight p {
  margin: 0;
  font-size: 12px !important;
}
#copyRight p span {
  margin: 0;
  font-size: 12px !important;
}
div#copyRight {
  border-top: 1px solid #494949;
}
#footerNew {
  padding: 35px 5%;
  padding-bottom: 30px;
}
/* RESPONSIVE */
@media (max-width: 992px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================
   BETTER RESULTS SECTION
   ========================== */
.better-results-section {
  padding: 50px 5%;
  background: #fff;
}

.better-results-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: stretch; /* Match height */
}

.better-results-image {
  position: relative;
  border-radius: 20px;
  overflow: visible;
  height: 100%;
  animation: slideInLeft 1s ease-out backwards;
}

.better-results-image img.main-img {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  transition: transform 0.5s ease;
}

.better-results-image:hover img.main-img {
  transform: scale(1.02);
}

.image-accent-box {
  position: absolute;
  top: auto;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-radius: 16px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.6);
  z-index: 5;
  transition: transform 0.4s ease;
}

.better-results-image:hover .image-accent-box {
  transform: translateY(-5px);
}

.accent-item {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 1;
}

.accent-item:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  padding-right: 15px;
  margin-right: 15px;
}

.accent-item i {
  font-size: 18px;
  color: #cfb14c;
  background: #fdfaf6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 5px 15px rgba(207, 177, 76, 0.15);
}

.accent-text h5 {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #231f20;
  margin-bottom: 4px;
}

.accent-text p {
  font-family: "Jost", sans-serif;
  font-size: 12px;
  color: #666;
  margin: 0;
  line-height: 1.3;
}

.better-results-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  animation: slideInRight 1s ease-out 0.2s backwards;
}

.better-results-content .why-label {
  margin-bottom: 15px;
}

.results-text p {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #000;
  margin-bottom: 20px;
}

.results-features {
  display: flex;
  justify-content: space-between;
  margin: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 20px;
  margin: 0;
  margin-bottom: 20px;
}

.feature-col {
  text-align: center;
  flex: 1;
  padding: 0 10px;
  transition: transform 0.3s ease;
}

.feature-col:hover {
  transform: translateY(-5px);
}

.feature-col:not(:last-child) {
  border-right: 1px dashed rgba(0, 0, 0, 0.1);
}

.feature-col i {
  font-size: 24px;
  color: #cfb14c;
  margin-bottom: 15px;
  display: inline-block;
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(207, 177, 76, 0.15);
}

.feature-col p {
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #333;
  line-height: 1.4;
  margin: 0;
}

.book-btn {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  padding: 16px 40px;
  border-radius: 30px;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  background: #cfb14c !important;
  color: #fff !important;
  box-shadow: 0 10px 25px rgba(207, 177, 76, 0.3);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.book-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.6s ease;
}

.book-btn:hover {
  background: #b59b43 !important;
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(207, 177, 76, 0.4);
}

.book-btn:hover::before {
  left: 100%;
}

@media (max-width: 1200px) {
  .image-accent-box {
    padding: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
  }

  .accent-item {
    gap: 8px;
  }

  .accent-item:not(:last-child) {
    padding-right: 10px;
    margin-right: 10px;
  }

  .accent-item i {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }

  .accent-text h5 {
    font-size: 12px;
  }

  .accent-text p {
    font-size: 10px;
  }
}

@media (max-width: 992px) {
  .better-results-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .better-results-image {
    padding: 0;
  }

  .image-accent-box {
    display: none;
  }
  .better-results-section {
    padding: 50px 0%;
    text-align: center;
  }
  .better-results-section .section-header {
    text-align: center !important;
  }
  .section-header .divider-line {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
  }
  .book-btn {
    padding: 16px 20px;
    font-weight: 600;
    font-size: 14px;
  }
  .specialist-section {
    padding: 50px 0% !important;
    text-align: center;
  }
  .specialist-section .section-header {
    text-align: center !important;
  }
  .section-header {
    text-align: center !important;
  }
  .book-btn {
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .better-results-content h2 {
    font-size: 32px;
  }

  .results-features {
    flex-wrap: wrap;
    gap: 15px;
  }

  .feature-col {
    flex: 1 1 30%;
    border: none !important;
  }
}

/* ==========================
   MEET YOUR SPECIALIST SECTION
   ========================== */
.specialist-section {
  padding: 50px 5%;
  background: #f8f4ee;
  position: relative;
}
.specialist-section .bg-circle {
  border: 80px solid rgb(255 255 255);
}

/* abs-list used inside specialist-section */
.specialist-section .abs-list {
  width: auto;
  margin: 0 0 20px;
  gap: 11px;
}

.specialist-section .abs-list li {
  font-family: "Jost", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: #000;
}

.specialist-section .abs-list li i {
  color: var(--fc-gold, #cfb14c);
  font-size: 14px;
  margin-top: 7px;
  flex-shrink: 0;
}
.specialist-wrapper {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: stretch;
}

.specialist-content {
  padding-right: 20px;
}

.specialist-text p.intro-lead {
  font-size: 18px;
  font-weight: 500;
  color: #cfb14c;
  line-height: 1.6;
  margin-bottom: 20px;
  font-family: "Jost", sans-serif;
}

.specialist-text p {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #000;
  margin-bottom: 15px;
}

.credentials-row {
  display: flex;
  gap: 25px;
  margin: 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding: 15px 0;
}

.credential-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.credential-item i {
  color: #cfb14c;
  font-size: 16px;
}

.signature-block {
  margin-top: 20px;
}

.signature-name {
  font-family: "Libre Baskerville", serif;
  font-size: 24px;
  font-style: italic;
  color: #cfb14c;
}

.signature-title {
  font-family: "Jost", sans-serif;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #666;
  margin-top: 3px;
}

.specialist-image-container {
  position: relative;
}

.specialist-image-frame {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  /* Layered warm shadow: soft outer glow + subtle gold tint */
  box-shadow:
    0 4px 12px rgba(207, 177, 76, 0.1),
    0 16px 40px rgba(207, 177, 76, 0.08),
    0 32px 64px rgba(35, 31, 32, 0.1),
    0 2px 6px rgba(207, 177, 76, 0.06);
  /* Thin gold border glow */
  outline: 1px solid rgba(207, 177, 76, 0.18);
  transition:
    box-shadow 0.4s ease,
    transform 0.4s ease;
}

.specialist-image-frame:hover {
  box-shadow:
    0 6px 18px rgba(207, 177, 76, 0.18),
    0 24px 56px rgba(207, 177, 76, 0.13),
    0 40px 80px rgba(35, 31, 32, 0.13),
    0 2px 8px rgba(207, 177, 76, 0.1);
  transform: translateY(-4px);
}

.specialist-section img {
  height: 100%;
}

/* Image & video: light warm shadow with subtle inner highlight */
.specialist-section .specialist-img,
.specialist-section img.specialist-img,
.specialist-section video.specialist-img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  max-height: 730px;
  /* Inset glow: warm highlight at top-left, soft shadow bottom-right */
  filter: drop-shadow(0 2px 8px rgba(207, 177, 76, 0.12))
    drop-shadow(0 8px 24px rgba(35, 31, 32, 0.08));
  transition: filter 0.4s ease;
}

.specialist-image-frame:hover .specialist-img,
.specialist-image-frame:hover img.specialist-img,
.specialist-image-frame:hover video.specialist-img {
  filter: drop-shadow(0 4px 12px rgba(207, 177, 76, 0.22))
    drop-shadow(0 12px 32px rgba(35, 31, 32, 0.12));
}

.specialist-image-frame .info-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 12px 20px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.info-badge-icon i {
  color: #cfb14c;
}

.info-badge-text h6 {
  font-family: "Jost", sans-serif;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
}

.info-badge-text p {
  font-family: "Jost", sans-serif;
  margin: 0;
  font-size: 11px;
  color: #666;
}

@media (max-width: 992px) {
  .specialist-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .specialist-image-frame {
    height: auto;
  }
  .specialist-img {
    height: auto;
    max-height: 500px;
  }
  .specialist-content {
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .credentials-row {
    flex-direction: column;
    gap: 12px;
  }
}

/* --- HERO BADGES BAR REDESIGN --- */
#herolableWrp.hero-badges-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  padding: 20px 0;
  background: transparent;
  justify-content: space-between;
}

.hbadge-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(4px);
  border: 1px solid rgba(207, 177, 76, 0.3);
  border-radius: 9999px;
  padding: 8px 18px 8px 8px;
  box-shadow: 0 6px 20px -8px rgba(0, 0, 0, 0.15);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.hbadge-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px -8px rgba(207, 177, 76, 0.4);
}

.hbadge-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border: 2px solid #cfb14c;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #cfb14c;
  font-size: 15px;
}

.hbadge-text {
  font-family: "Jost", sans-serif;
  font-size: 13px;
  line-height: 1.25;
  display: flex;
  flex-direction: column;
}

.hbadge-text b {
  font-weight: 700;
  color: #231f20;
  display: block;
}

.hbadge-text span {
  color: #666;
  font-size: 12px;
}

@media (max-width: 768px) {
  #herolableWrp.hero-badges-bar {
    gap: 4px;
  }
  .hbadge-pill {
    padding: 8px 14px 8px 8px;
    gap: 8px;
  }
  .hbadge-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 13px;
  }
}

/* ===============================
   Hero Trust Pill
================================= */

.hero-trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  background: #fff;
  padding: 10px 24px;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  box-shadow:
    0 8px 20px -5px rgba(0, 0, 0, 0.05),
    0 6px 8px -6px rgba(0, 0, 0, 0.02);
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    sans-serif;
}

.trust-column {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: left;
  gap: 10px;
}

.brand-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
}

.brand-logo svg {
  width: 76px;
  height: auto;
}

.brand-logo img {
  max-height: 18px;
  width: auto;
  display: block;
  object-fit: contain;
}

.rating-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.stars {
  display: flex;
  gap: 2px;
  font-size: 11px;
}

.stars-gold i {
  color: #ffb400;
}

.stars-green .fas {
  color: #00b67a;
}

.stars-green .far {
  color: #d1d5db;
}

.rating-text {
  font-size: 12px;
  font-weight: 700;
  color: #111827;
}

.pill-divider {
  width: 1px;
  height: 22px;
  background: #e5e7eb;
  flex-shrink: 0;
}

/* ==========================================
   Mobile
========================================== */

@media (max-width: 640px) {
  .hero-trust-pill {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 0;
    width: 100%;
    padding: 10px 12px;
    border-radius: 14px;
    position: relative;
  }

  .brand-logo {
    height: 22px;
  }

  .brand-logo svg {
    width: 72px;
  }

  .brand-logo img {
    max-height: 18px;
  }

  .rating-row {
    justify-content: center;
    gap: 4px;
  }

  .stars {
    font-size: 10px;
    gap: 1px;
  }

  .rating-text {
    font-size: 11px;
  }

  .pill-divider {
    position: absolute;
    left: 50%;
    top: 10px;
    bottom: 10px;
    width: 1px;
    height: auto;
    background: #e5e7eb;
    transform: translateX(-50%);
  }
}

/* ===============================
   Treatments Split Section
================================= */
.treatments-split {
  display: flex;
  width: 100%;
  gap: 20px;
  padding: 20px;
  box-sizing: border-box;
}

.treatment-box {
  flex: 1;
  position: relative;
  height: 400px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
}

.treatment-box.body-treatments {
  background-image: url("https://images.unsplash.com/photo-1620916297397-a4a5402a3c6c?q=80&w=1200&auto=format&fit=crop");
}

.treatment-box.skin-treatments {
  background-image: url("https://images.unsplash.com/photo-1616394584738-fc6e612e71c9?q=80&w=1200&auto=format&fit=crop");
}

.treatment-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease;
}

.treatment-box:hover .treatment-overlay {
}

/* ===============================
   Hero Trust Pill
================================= */

.hero-trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  background: #fff;
  padding: 10px 24px;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  box-shadow:
    0 8px 20px -5px rgba(0, 0, 0, 0.05),
    0 6px 8px -6px rgba(0, 0, 0, 0.02);
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    sans-serif;
}

.trust-column {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: left;
  gap: 10px;
}

.brand-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
}

.brand-logo svg {
  width: 76px;
  height: auto;
}

.brand-logo img {
  max-height: 18px;
  width: auto;
  display: block;
  object-fit: contain;
}

.rating-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.stars {
  display: flex;
  gap: 2px;
  font-size: 11px;
}

.stars-gold i {
  color: #ffb400;
}

.stars-green .fas {
  color: #00b67a;
}

.stars-green .far {
  color: #d1d5db;
}

.rating-text {
  font-size: 12px;
  font-weight: 700;
  color: #111827;
}

.pill-divider {
  width: 1px;
  height: 22px;
  background: #e5e7eb;
  flex-shrink: 0;
}

/* ==========================================
   Mobile
========================================== */

@media (max-width: 640px) {
  .hero-trust-pill {
    display: flex;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 0;
    width: fit-content;
    padding: 5px 20px;
    border-radius: 14px;
    position: relative;
    margin: 0 auto;
  }

  .brand-logo {
    height: 22px;
  }

  .brand-logo svg {
    width: 72px;
  }

  .brand-logo img {
    max-height: 18px;
  }

  .rating-row {
    justify-content: center;
    gap: 4px;
  }

  .stars {
    font-size: 10px;
    gap: 1px;
  }

  .rating-text {
    font-size: 11px;
  }

  .pill-divider {
    position: absolute;
    left: 50%;
    top: 10px;
    bottom: 10px;
    width: 1px;
    height: auto;
    background: #e5e7eb;
    transform: translateX(-50%);
  }
}

/* ===============================
   Treatments Split Section
================================= */
#treatmentsSplitWrp {
  background: #fff;
  padding: 0px;
  padding-bottom: 50px;
}
#treatmentsSplitWrp .treatments-split {
  background: #fff;
}
.treatments-split-content {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto 0px;
  padding: 0 20px;
}

.treatments-split-content .split-label {
  font-family: "Jost", sans-serif;
  font-size: 11px;
  letter-spacing: 3px;
  color: #cfb14c;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-bottom: 15px;
}

.treatments-split-content .split-title {
  font-family: "Libre Baskerville", serif;
  font-size: 42px;
  font-weight: 400;
  color: #231f20;
  line-height: 1.2;
  margin-bottom: 5px;
}

.treatments-split-content .divider-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 25px 0;
}

.treatments-split-content .divider-line {
  width: 80px;
  height: 1px;
  background: #cfb14c;
}

.treatments-split-content .divider-icon {
  font-family: "Libre Baskerville", serif;
  font-size: 24px;
  color: #cfb14c;
}

.treatments-split-content .split-intro {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #000;
  margin: 0 auto 30px;
}

.treatments-split-content .split-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, #cfb14c 0%, #d4b857 100%);
  text-decoration: none;
  padding: 14px 34px;
  border-radius: 35px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 25px rgba(207, 177, 76, 0.3);
}

.treatments-split-content .split-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(207, 177, 76, 0.45);
}

.treatments-split-content .split-btn i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.treatments-split-content .split-btn:hover i {
  transform: translateX(4px);
}

@media (max-width: 768px) {
  .treatments-split-content .split-title {
    font-size: 30px;
  }
  .treatments-split-content .split-intro {
    font-size: 14px;
  }
}

.treatments-split {
  display: flex;
  width: 100%;
  gap: 20px;
  padding: 20px 10px 40px;
  box-sizing: border-box;
  background: #f7f3ed;
}

.treatment-box {
  flex: 1;
  position: relative;
  height: 370px;
  max-height: 370px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
  text-decoration: none;
}

/* Inset outline border that appears on hover */
.treatment-box::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  z-index: 3;
  transition:
    inset 0.6s cubic-bezier(0.2, 0.8, 0.2, 1),
    opacity 0.6s ease;
  opacity: 0;
  pointer-events: none;
}

.treatment-box:hover::after {
  opacity: 1;
  inset: 12px;
}

.treatment-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
  z-index: 0;
  object-position: bottom;
}

.treatment-box:hover .treatment-img {
  transform: scale(1.05);
}

.treatment-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 23, 42, 0.25); /* Corporate cool tone overlay */
  transition: background 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
  z-index: 1;
}

.treatment-box:hover .treatment-overlay {
  background: rgba(15, 23, 42, 0.5);
}

.treatment-title {
  position: relative;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  z-index: 2;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
  transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
  margin: 0;
  padding: 10px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.treatment-box:hover .treatment-title {
  transform: translateY(-4px);
}

@media (max-width: 768px) {
  .treatments-split {
    flex-direction: column;
    padding: 10px;
    gap: 10px;
  }
  .treatment-box {
    height: 250px;
  }
}

/* ================================
   FAQ SECTION (services pages)
================================ */
.fc-section {
  padding: 50px 0;
  position: relative;
}
.fc-section--ivory {
  background: #fdfaf6;
}
.fc-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
}
#faq .fc-faq__head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 60px;
}
#faq .fc-faq__head h2 {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 400;
  line-height: 1.2;
  color: #231f20;
  margin: 18px 0 16px;
}
#faq .fc-faqs {
  max-width: 100%;
  margin: 0 auto;
}
#faq .fc-faq {
  background: #fff;
  border: 1px solid rgba(207, 177, 76, 0.2);
  border-radius: 16px;
  margin-bottom: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px -12px rgba(35, 31, 32, 0.1);
  transition: all 0.3s ease;
}
#faq .fc-faq.open {
  border-color: rgba(207, 177, 76, 0.5);
  box-shadow: 0 16px 40px -16px rgba(139, 117, 50, 0.3);
}
#faq .fc-faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: none;
  border: none;
  padding: 24px 28px;
  cursor: pointer;
  text-align: left;
  font-family: "Libre Baskerville", serif;
  font-size: 17px;
  font-weight: 400;
  color: #231f20;
  transition: color 0.3s ease;
}
#faq .fc-faq.open .fc-faq__question {
  color: #d4b857;
}
#faq .fc-faq__q {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
#faq .fc-faq__q-num {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  background: rgba(207, 177, 76, 0.14);
  border: 1px solid rgba(207, 177, 76, 0.35);
  color: #d4b857;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
#faq .fc-faq__icon {
  font-size: 18px;
  color: #d4b857;
  transition: transform 0.4s ease;
  flex-shrink: 0;
}
#faq .fc-faq.open .fc-faq__icon {
  transform: rotate(45deg);
}
#faq .fc-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s ease;
}
#faq .fc-faq__answer p {
  padding: 0 28px 10px 76px;
  font-size: 14.5px;
  color: #555;
  margin: 0;
  line-height: 1.8;
}
#faq .fc-faq__answer li {
  font-size: 14.5px;
  color: #555;
  margin: 0;
  line-height: 1.8;
  font-family: "Jost", sans-serif;
}
#faq .fc-faq__answer p + p {
  padding-top: 0;
  padding-bottom: 18px;
}
#faq .fc-faq__answer ul {
  padding: 0px 28px 0px 91px;
  margin: 0;
  font-size: 14.5px;
  color: #555;
  line-height: 1.8;
}
#faq .fc-faq__answer ul li {
  margin-bottom: 6px;
}
#faq .fc-faq__answer ul + p {
  padding-top: 0;
}
@media (max-width: 480px) {
  #faq .fc-faq__answer p {
    padding-left: 28px;
  }
  #faq .fc-faq__answer ul {
    padding-left: 48px;
  }
}

/* ============================================================================
   BODY TREATMENTS — CLASSIC MASONRY SECTION (REUSABLE — NO BODY SCOPING)
   These classes are intentionally unscoped so this exact section/markup can be
   dropped into any page and styled globally. Wrap the section in whatever
   container the host page uses.
   ============================================================================ */

/* ================= HERO (Ken Burns + Floating Duo) ================= */
.hero {
  position: relative;
  width: 100%;
  min-height: 660px;
  overflow: hidden;
  color: #fff;
  display: flex;
  align-items: center;
  background: #1c1c1c;
}
.hero__bg {
  position: absolute;
  inset: 0;
  background: url("https://images.unsplash.com/photo-1571019613454-1cb2f99b2d8b?w=1600&h=900&fit=crop&q=80")
    center / cover no-repeat;
  transform: scale(1.08);
  animation: mcKenBurns 22s ease-in-out infinite alternate;
}
@keyframes mcKenBurns {
  from {
    transform: scale(1.08) translateX(0);
  }
  to {
    transform: scale(1.16) translateX(-2%);
  }
}
.hero__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    118deg,
    rgba(28, 28, 28, 0.92) 0%,
    rgba(35, 31, 32, 0.78) 30%,
    rgba(28, 28, 28, 0.6) 60%,
    rgba(28, 28, 28, 0.4) 100%
  );
}
.hero__bg::after {
  content: "";
  position: absolute;
  top: -18%;
  right: -4%;
  width: 520px;
  height: 520px;
  background: radial-gradient(circle, rgba(207, 177, 76, 0.4), transparent 70%);
  filter: blur(2px);
  border-radius: 50%;
}
.hero__overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    120% 80% at 0% 100%,
    rgba(248, 244, 238, 0.16) 0%,
    rgba(253, 250, 246, 0.06) 40%,
    transparent 70%
  );
  pointer-events: none;
}
.hero__clip {
  position: absolute;
  z-index: 3;
  color: rgba(255, 255, 255, 0.22);
  animation: mcCtFloat 7s ease-in-out infinite;
  pointer-events: none;
}
.hero__clip i {
  filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.25));
}
.hero__clip--wave {
  top: 2%;
  left: 49%;
  font-size: 43px;
  transform: rotate(-12deg);
}
.hero__clip--dumbbell {
  top: 22%;
  right: 8%;
  font-size: 78px;
  transform: rotate(18deg);
  animation-delay: 1.2s;
}
.hero__clip--sparkle {
  bottom: 18%;
  left: 14%;
  font-size: 52px;
  animation-delay: 2.4s;
}
.hero__clip--heart {
  bottom: 12%;
  right: 22%;
  font-size: 60px;
  animation-delay: 0.6s;
}
.hero__clip--star {
  top: 40%;
  left: 40%;
  font-size: 40px;
  animation-delay: 3s;
}
.hero__clip--shield {
  top: 8%;
  left: 30%;
  font-size: 48px;
  animation-delay: 1.8s;
}
@keyframes mcCtFloat {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-22px) rotate(8deg);
  }
}
.hero__ring {
  position: absolute;
  border-radius: 50%;
  border: 2px dashed rgba(207, 177, 76, 0.55);
  animation: mcRot 24s linear infinite;
  z-index: 2;
}
.hero__ring--1 {
  top: 16%;
  right: 26%;
  width: 200px;
  height: 200px;
}
.hero__ring--2 {
  top: 30%;
  right: 14%;
  width: 320px;
  height: 320px;
  border-color: rgba(207, 177, 76, 0.3);
  animation-direction: reverse;
  animation-duration: 34s;
}
.hero__ring--3 {
  bottom: 8%;
  right: 32%;
  width: 120px;
  height: 120px;
  border-color: rgba(255, 255, 255, 0.4);
  animation-duration: 18s;
}
@keyframes mcRot {
  to {
    transform: rotate(360deg);
  }
}
.hero__float {
  position: absolute;
  z-index: 3;
  border-radius: 18px;
  border: 6px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 24px 60px -15px rgba(0, 0, 0, 0.55);
  overflow: hidden;
  animation: mcFloatY 6s ease-in-out infinite;
}
.hero__float img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__float--a {
  top: 18%;
  right: 16%;
  width: 190px;
  height: 230px;
}
.hero__float--b {
  bottom: 14%;
  right: 30%;
  width: 140px;
  height: 170px;
  animation-delay: 1.4s;
  animation-name: mcFloatY2;
}
@keyframes mcFloatY {
  0%,
  100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-16px) rotate(-2deg);
  }
}
@keyframes mcFloatY2 {
  0%,
  100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(14px) rotate(2deg);
  }
}
.hero__inner {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 80px 32px;
}
.hero__content {
  position: relative;
  max-width: 720px;
}
.hero__content .label {
  display: inline-flex;
  gap: 10px;
  font-size: 11px;
}
.hero .label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #d4b857;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 26px;
  animation: mcSlideIn 0.9s ease both;
}
.hero .label::before,
.hero .label::after {
  content: "";
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #cfb14c);
}
.hero .label::after {
  background: linear-gradient(90deg, #cfb14c, transparent);
}
.hero h1 {
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.08;
  margin: 0 0 20px;
  max-width: 720px;
  animation: mcSlideIn 0.9s ease 0.15s both;
}
.hero h1 em {
  color: #fff;
  font-style: italic;
}
.hero .lead {
  font-size: 17px;
  color: #ece5d8;
  line-height: 1.8;
  max-width: 520px;
  margin: 0 0 34px;
  animation: mcSlideIn 0.9s ease 0.3s both;
}
.hero .stats {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 34px;
  border-top: 1px solid rgba(207, 177, 76, 0.35);
  padding-top: 24px;
  animation: mcSlideIn 0.9s ease 0.45s both;
}
.hero .stat b {
  font-family: "Libre Baskerville", serif;
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  display: block;
  line-height: 1;
}
.hero .stat b span {
  color: #d4b857;
}
.hero .stat p {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #c9bd9f;
  margin: 8px 0 0;
}
.hero .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  animation: mcSlideIn 0.9s ease 0.6s both;
}
@keyframes mcSlideIn {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 17px 34px;
  border-radius: 50px;
  cursor: pointer;
  border: none;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
}
.btn--gold {
  color: #fff !important;
  background: linear-gradient(135deg, #cfb14c, #d4b857);
  box-shadow: 0 14px 30px -10px rgba(0, 0, 0, 0.4);
}
.btn--gold:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.5);
}
.btn--white {
  color: #231f20;
  background: #fff;
  box-shadow: 0 14px 30px -10px rgba(0, 0, 0, 0.35);
}
.btn--white:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.45);
}
.btn--ghost {
  color: #fff !important;
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.7);
}
.btn--ghost:hover {
  background: #fff;
  color: #231f20 !important;
  border-color: #fff;
  transform: translateY(-3px);
}
.btn i {
  font-size: 12px;
  transition: transform 0.3s;
}
.btn:hover i {
  transform: translateX(4px);
}
@media (max-width: 900px) {
  .hero__float--a {
    opacity: 0.5;
  }
  .hero__float--b {
    opacity: 0.4;
  }
  .hero__ring--1,
  .hero__ring--2,
  .hero__ring--3 {
    opacity: 0.6;
  }
}
@media (max-width: 640px) {
  .hero {
    min-height: 560px;
  }
  .hero__float--a,
  .hero__float--b {
    display: none;
  }
  .hero__inner {
    padding: 60px 24px;
  }
}

/* ============ SECTION HEADER ============ */
.wrap {
  max-width: 1240px;
  margin: 0 auto;
}
.head {
  text-align: center;
  margin: 0 auto 35px;
}
.head .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #d4b857;
}
.head .eyebrow::before,
.head .eyebrow::after {
  content: "";
  width: 34px;
  height: 1px;
  background: #cfb14c;
}
.head h2 {
  font-size: clamp(30px, 3.8vw, 42px);
  margin: 18px 0 16px;
  line-height: 1.2;
}
.head p {
  color: #555;
  margin: 0 auto;
}

/* ============ MASONRY GRID (CLASSIC IMAGE TOP) ============ */
.section-bg {
  background: #f8f4ee;
  padding: 50px 0;
}
.masonry {
  columns: 3;
  column-gap: 24px;
  max-width: 1220px;
  margin: 0 auto;
}
.m-card {
  break-inside: avoid;
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  margin-bottom: 24px;
  box-shadow: 0 14px 34px -18px rgba(35, 31, 32, 0.2);
  border: 1px solid rgba(207, 177, 76, 0.16);
  transition:
    transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.5s ease;
  position: relative;
}
.m-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 60px -20px rgba(35, 31, 32, 0.28);
  border-color: rgba(207, 177, 76, 0.4);
}
.m-card h3 {
  font-size: 22px;
  margin: 0 0 10px;
  line-height: 1.3;
}
.m-card p {
  font-size: 16px;
  color: #000;
  line-height: 1.8;
  margin: 0 0 16px;
}
.m-card__body {
  padding: 24px;
}
.p-img {
  position: relative;
  height: 240px;
  overflow: hidden;
}
.p-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.m-card:hover .p-img img {
  transform: scale(1.08);
}
.p-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(28, 28, 28, 0.35), transparent 55%);
}
.p-num {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #cfb14c, #d4b857);
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px -4px rgba(139, 117, 50, 0.6);
}
.p-badge {
  position: absolute;
  bottom: 14px;
  left: 14px;
  z-index: 3;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #d4b857;
  background: rgba(255, 255, 255, 1);
  backdrop-filter: blur(6px);
  padding: 6px 14px;
  border-radius: 30px;
}
.m-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 16px;
}
.m-card__tags span {
  font-size: 11px;
  font-weight: 500;
  color: #555;
  background: #fdfaf6;
  border: 1px solid rgba(207, 177, 76, 0.3);
  padding: 5px 12px;
  border-radius: 30px;
}
.m-card__tags span i {
  color: #d4b857;
  margin-right: 5px;
}
.m-card__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #d4b857;
  padding: 10px 22px;
  border: 1.5px solid #cfb14c;
  border-radius: 40px;
  transition: all 0.4s;
  text-decoration: none;
}
.m-card__link:hover {
  background: #cfb14c;
  color: #fff;
}
.m-card__link i {
  transition: transform 0.3s;
}
.m-card__link:hover i {
  transform: translateX(3px);
}
.trust-section {
  padding: 50px 15px;
  background: #fff;
}
.trust-section .section-header {
  margin: 0 auto 40px;
}
.trust-section .section-subtitle p {
  margin: 0 0 18px;
  color: #575757;
  font-size: 1rem;
  line-height: 1.85;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  max-width: 1180px;
  margin: 0 auto;
}
.trust-card {
  background: #fff;
  border: 1px solid rgba(207, 177, 76, 0.16);
  border-radius: 24px;
  padding: 22px 15px;
  text-align: center;
  box-shadow: 0 18px 40px rgba(107, 92, 71, 0.05);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.trust-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 50px rgba(107, 92, 71, 0.12);
}
.trust-card i {
  display: inline-flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(207, 177, 76, 0.14);
  color: #cfb14c;
  font-size: 1.4rem;
  margin-bottom: 18px;
}
.trust-card h4 {
  font-size: 1rem;
  line-height: 1.6;
  color: #1e1e1e;
  margin: 0;
}
@media (max-width: 1024px) {
  .trust-grid {
    grid-template-columns: repeat(2, minmax(200px, 1fr));
  }
}
@media (max-width: 720px) {
  .trust-grid {
    grid-template-columns: 1fr;
  }
}
.cta-bar {
  text-align: center;
  margin-top: 40px;
}
.cta-bar p {
  color: #777;
  font-size: 14px;
  margin-bottom: 18px;
}
@media (max-width: 1000px) {
  .masonry {
    columns: 2;
  }
}
@media (max-width: 600px) {
  .masonry {
    columns: 1;
  }
}

/* ================= HOW IT WORKS SECTION ================= */
.how-it-works-section {
  padding: 100px 0;
  background-color: #fff;
  font-family: "Jost", sans-serif;
}
.hw-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.hw-image {
  position: relative;
}
.hw-image-inner {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
.hw-image-inner img {
  width: 100%;
  height: auto;
  display: block;
}
.hw-badge {
  position: absolute;
  bottom: 30px;
  right: -20px;
  background: #cfb14c;
  color: white;
  padding: 15px 25px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 10px 20px rgba(207, 177, 76, 0.3);
  font-weight: 500;
  z-index: 2;
}
.hw-content .eyebrow {
  display: block;
  font-size: 13px;
  letter-spacing: 3px;
  color: #cfb14c;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
}
.hw-content h2 {
  font-family: "Libre Baskerville", serif;
  font-size: 42px;
  color: #231f20;
  margin-bottom: 25px;
  line-height: 1.2;
}
.hw-lead {
  font-size: 18px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 20px;
  font-weight: 500;
}
.hw-content p {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 30px;
}
.hw-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.hw-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #231f20;
  font-weight: 500;
}
.hw-list li i {
  color: #cfb14c;
  background: rgba(207, 177, 76, 0.1);
  padding: 8px;
  border-radius: 50%;
  font-size: 12px;
}
.elementskit-navbar-nav-default .elementskit-navbar-nav > li > a {
  font-family: "Jost", sans-serif !important;
}
.postid-5576 section#indiba-extra1-section {
  background: #fff;
}
section#indiba-extra1-section h3 {
  font-size: 24px;
  margin-bottom: 0;
}
#indiba-extra2-section h3 {
  font-size: 24px;
  margin-bottom: 0;
}
.postid-5576 section#indiba-extra3-section {
  background: #fff;
}
.postid-5556 section#indiba-body-section ul {
  margin-bottom: 5px;
}
.postid-5556 #indiba-face-section ul {
  margin-bottom: 5px;
}
.postid-5556
  #CandidateFatCavitation
  article.fc-candidate-card.fc-in.fc-shown:first-child
  .fc-candidate-list
  i {
  display: none;
}

.ih-section-wrap {
  background: linear-gradient(180deg, #f8f4ee 0%, #fdfaf6 100%);
  padding: 72px 0;
  font-family: "Jost", sans-serif;
  color: var(--ih-ink);
}

.ih-section-wrap__inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.ih-section-header {
  text-align: center;
  margin-bottom: 42px;
}

.ih-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--ih-gold-deep);
}

.ih-label::before,
.ih-label::after {
  content: "";
  width: 32px;
  height: 1px;
  background: rgba(207, 177, 76, 0.9);
}

.ih-section-header h2 {
  margin: 18px 0 0;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.2;
  color: var(--ih-ink);
}

.ih-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 22px;
}

.ih-divider span {
  width: 80px;
  height: 1px;
  background: rgba(207, 177, 76, 0.85);
}

.ih-divider i {
  color: var(--ih-gold-deep);
  font-size: 1.6rem;
  font-family: "Libre Baskerville", serif;
  line-height: 1;
}

.ih-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(220px, 1fr));
  gap: 24px;
}

.ih-step {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(207, 177, 76, 0.22);
  border-radius: 22px;
  padding: 34px 24px 28px;
  box-shadow:
    0 12px 32px -12px rgba(35, 31, 32, 0.08),
    0 4px 12px -4px rgba(207, 177, 76, 0.06);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.ih-step::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #cfb14c 0%, #e9d77d 50%, #d4b857 100%);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 2;
}

.ih-step:hover {
  transform: translateY(-8px);
  box-shadow:
    0 24px 48px -16px rgba(35, 31, 32, 0.14),
    0 10px 24px -8px rgba(207, 177, 76, 0.25);
  border-color: rgba(207, 177, 76, 0.45);
}

.ih-step:hover::before {
  height: 5px;
  box-shadow: 0 2px 10px rgba(207, 177, 76, 0.45);
}

.ih-step__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgba(207, 177, 76, 0.12) 0%,
    rgba(212, 184, 87, 0.22) 100%
  );
  border: 1.5px solid rgba(207, 177, 76, 0.4);
  color: var(--ih-gold-deep, #cfb14c);
  font-weight: 700;
  font-size: 0.95rem;
  margin: 0 auto 20px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.ih-step:hover .ih-step__number {
  background: linear-gradient(135deg, #cfb14c 0%, #d4b857 100%);
  color: #ffffff;
  border-color: transparent;
  transform: scale(1.1) translateY(-2px);
  box-shadow: 0 8px 20px rgba(207, 177, 76, 0.4);
}

.ih-step h3 {
  margin: 0 0 12px;
  font-family: "Libre Baskerville", serif;
  font-size: 1.25rem;
  line-height: 1.35;
  font-weight: 500;
  color: var(--ih-ink);
  text-align: center;
  transition: color 0.3s ease;
}

.ih-step:hover h3 {
  color: var(--e-global-color-accent);
}

.ih-step p {
  margin: 0;
  color: var(--ih-ink-soft, #555);
  font-size: 0.95rem;
  line-height: 1.7;
  text-align: center;
}

.ih-mode-intro {
  margin-top: 42px;
  margin-bottom: 12px;
  text-align: center;
}

.ih-mode-intro h3 {
  font-size: clamp(1.4rem, 2vw, 1.85rem);
  font-family: "Libre Baskerville", serif;
  font-weight: 500;
  color: var(--e-global-color-accent);
  margin: 0;
  line-height: 1.4;
  margin-bottom: 1em;
}

.ih-mode-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  gap: 24px;
  margin-top: 18px;
}

.ih-mode-box {
  position: relative;
  overflow: hidden;
  padding: 38px 32px 34px;
  border-radius: 24px;
  box-shadow:
    0 12px 32px -12px rgba(35, 31, 32, 0.08),
    0 4px 12px -4px rgba(207, 177, 76, 0.06);
  border: 1px solid rgba(207, 177, 76, 0.22);
  background: #ffffff;
  color: var(--ih-ink);
  text-align: center;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.ih-mode-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #cfb14c 0%, #e9d77d 50%, #d4b857 100%);
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 2;
}

.ih-mode-box:hover {
  transform: translateY(-8px);
  box-shadow:
    0 24px 48px -16px rgba(35, 31, 32, 0.14),
    0 10px 24px -8px rgba(207, 177, 76, 0.25);
  border-color: rgba(207, 177, 76, 0.45);
}

.ih-mode-box:hover::before {
  height: 5px;
  box-shadow: 0 2px 10px rgba(207, 177, 76, 0.45);
}

.ih-mode-box--light,
.ih-mode-box--dark {
  background: #ffffff;
  color: var(--ih-ink);
}

.ih-mode-box__icon {
  margin: 0 auto 20px;
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: linear-gradient(
    135deg,
    rgba(207, 177, 76, 0.12) 0%,
    rgba(212, 184, 87, 0.22) 100%
  );
  border: 1.5px solid rgba(207, 177, 76, 0.35);
  color: var(--ih-gold-deep, #cfb14c);
  font-size: 1.6rem;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.ih-mode-box:hover .ih-mode-box__icon {
  background: linear-gradient(135deg, #cfb14c 0%, #d4b857 100%);
  color: #ffffff;
  border-color: transparent;
  transform: scale(1.1) rotate(4deg);
  box-shadow: 0 10px 25px rgba(207, 177, 76, 0.4);
}

.ih-mode-box--dark .ih-mode-box__icon {
  background: linear-gradient(
    135deg,
    rgba(207, 177, 76, 0.12) 0%,
    rgba(212, 184, 87, 0.22) 100%
  );
  color: var(--ih-gold-deep, #cfb14c);
}

.ih-mode-box h3 {
  margin: 0 0 14px;
  font-family: "Libre Baskerville", serif;
  font-size: clamp(1.4rem, 2vw, 1.85rem);
  line-height: 1.3;
  font-weight: 500;
  color: var(--ih-ink);
  transition: color 0.3s ease;
}

.ih-mode-box:hover h3 {
  color: #d4b857;
}

.ih-mode-box p {
  margin: 0;
  color: var(--ih-ink-soft, #555);
  font-size: 1rem;
  line-height: 1.75;
}
.treatment-evolt-360-body-scan .fc-hero__actions a.fc-btn.fc-btn--ghost {
  display: none;
}

@media (max-width: 980px) {
  .ih-steps,
  .ih-mode-wrap {
    grid-template-columns: repeat(2, minmax(220px, 1fr));
  }
}

@media (max-width: 700px) {
  .ih-section-wrap {
    padding: 56px 0;
  }

  .ih-steps,
  .ih-mode-wrap {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 992px) {
  .hw-wrap {
    grid-template-columns: 1fr;
  }
  .hw-badge {
    right: 20px;
  }
}
@media (max-width: 768px) {
  .hw-content h2 {
    font-size: 32px;
  }
  .hw-list {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1025px) {
  #faq .fc-container {
    max-width: 1366px;
  }
  #heroWrapper .swiper-slide-image {
    box-shadow: rgb(207 177 76 / 38%) -3px -3px 5px;
    border-radius: 50% 0 0 50% !important;
  }
  .postid-5576 .fc-why-grid {
    display: flex;
  }
  .postid-5576 .fc-why-item {
    width: 25%;
  }
  .postid-5576 section#indiba-extra3-section .specialist-text p {
    margin-bottom: 5px;
  }
  .treatment-evolt-360-body-scan .body-scan-features {
    column-count: 2;
  }
  .treatment-evolt-360-body-scan .body-scan-features li {
    white-space: nowrap;
  }
  .page-template-page-before-and-afters .fc-gallery__grid {
    display: flex;
    grid-template-columns: repeat(3, 1fr);
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-template-page-before-and-afters .fc-gallery__card {
    width: 31.33%;
  }
  .page-template-page-before-and-afters .fc-ba img {
    object-fit: fill;
  }
}

/* ============================================================
   FC-HERO VISUAL — Clean Arch & Decorative Ring (mainNew.css override)
   Matches the exact design of the reference image.
   ============================================================ */

/* --- Visual wrapper --- */
.fc-hero__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: visible;
}

/* ── DECORATIVE BACKGROUND RING ────────────────────────────── */
.hero-ring {
  position: absolute;
  width: 680px;
  height: 680px;
  border: 3px solid #f6eedb; /* thick soft cream-gold outline */
  border-radius: 50%;
  top: -80px;
  right: -200px;
  z-index: 1;
  pointer-events: none;
}

.hero-ring::after {
  content: "";
  position: absolute;
  inset: 40px;
  border-radius: 50%;
  border: 1.5px solid rgba(212, 184, 87, 0.25); /* inner thin accent ring */
}

/* ── ARCH FRAME ────────────────────────────────────────────── */
.fc-hero__frame {
  position: relative;
  width: 100%;
  max-width: 480px;
  aspect-ratio: 0.82; /* matches vertical arch proportion */
  border-radius: 280px 280px 0 0; /* perfect arch shape */
  overflow: hidden;
  transform: none !important; /* remove rotate */
  z-index: 2;
  border: 3px solid #dfcba0; /* gold/champagne thin border */
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.08);
}

/* Image styling */
.fc-hero__frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: contrast(1.02) saturate(1.02);
  transition: transform 0.6s ease;
}

.fc-hero__visual:hover .fc-hero__frame img {
  transform: scale(1.02);
}

/* ── HIDE OLD DECORATORS & CARDS ───────────────────────────── */
.fc-hero__arch,
.fc-hero__arch--2,
.hero-orb,
.hero-beam,
.fc-hero__card {
  display: none !important;
}

/* ── RESPONSIVE ────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .fc-hero__visual {
    max-width: 420px;
    margin: 0 auto;
  }
  .hero-ring {
    width: 500px;
    height: 500px;
    top: -50px;
    right: -100px;
  }
}

@media (max-width: 768px) {
  .fc-hero__visual {
    max-width: 340px;
  }
  .hero-ring {
    display: none; /* hide decoration on smaller mobile screens for clean layout */
  }
}

/* ============================================================
   #treatment-cards — Flex equal-column layout + centered text
   ============================================================ */

/* Grid: columns → flex so all cards share equal height */
#treatment-cards .masonry {
  columns: unset;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: stretch;
}

/* Each card: flex column so body can grow to fill remaining space */
#treatment-cards .m-card {
  flex: 1 1 calc(33.333% - 24px);
  min-width: 280px;
  max-width: calc(33.333% - 16px);
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  break-inside: unset;
}

/* Body grows to fill height, content stacked top → bottom */
#treatment-cards .m-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 28px 24px;
}

/* Locked font sizes + centered text so all cards stay equal height */
#treatment-cards .m-card h3 {
  text-align: center;
  font-size: 24px;
  line-height: 1.35; /* reserves space for up to 2 lines of title */
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#treatment-cards .m-card p {
  text-align: center;
  font-size: 14px;
  line-height: 1.75;
  min-height: calc(14px * 1.35 * 5); /* 5-line reserve — ~122px */
  margin: 0 0 10px;
  color: #555;
}

/* Tags row centered */
#treatment-cards .m-card__tags {
  justify-content: center;
}

/* CTA link pinned to card bottom, centered */
#treatment-cards .m-card__link {
  margin-top: auto;
  align-self: center;
}

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 1024px) {
  #treatment-cards .m-card {
    flex: 1 1 calc(50% - 12px);
    max-width: calc(50% - 12px);
  }
}

@media (max-width: 640px) {
  #treatment-cards .m-card {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

/* ============================================================
   CTA Banner Section
   ============================================================ */
.cta-banner {
  position: relative;
  background: #a3863c; /* Base gold color */
  background-image:
    linear-gradient(rgba(145, 118, 48, 0.85), rgba(145, 118, 48, 0.85)),
    url("https://images.unsplash.com/photo-1570172619644-dfd03ed5d881?auto=format&fit=crop&q=80&w=2070");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 60px 20px;
  text-align: center;
  color: #ffffff;
}

.cta-banner__content {
  margin: 0 auto;
}

.cta-banner__content h2 {
  font-family: "Libre Baskerville", serif;
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.45);
}

.cta-banner__content p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 1);
  text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.41);
}

.cta-banner__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #d4b857;
  color: #ffffff !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 16px 32px;
  border-radius: 40px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 14px;
}

.cta-banner__btn:hover {
  background-color: #cfb14c;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.cta-banner__btn i {
  transition: transform 0.3s ease;
}

.cta-banner__btn:hover i {
  transform: translateX(4px);
}

@media (max-width: 768px) {
  .cta-banner__content h2 {
    font-size: 32px;
  }
}

/* ============================================================
   ULTRASONIC FAT CAVITATION PAGE - DEDICATED STYLES
   The Bodyy Shape Aesthetic
   Palette matching main site:
     gold #cfb14c -> #d4b857, cream #f8f4ee / #fdfaf6,
     dark ink #231f20
   Fonts: Libre Baskerville (display serif) + Jost (body)
   ============================================================ */

:root {
  --fc-ivory: #fdfaf6;
  --fc-cream: #f8f4ee;
  --fc-sand: #e9dfcd;
  --fc-ink: #231f20;
  --fc-charcoal: #1c1c1c;
  --fc-gold: #cfb14c;
  --fc-gold-deep: #d4b857;
  --fc-gold-soft: rgba(207, 177, 76, 0.14);
  --fc-white: #ffffff;
  --fc-radius: 22px;
  --fc-shadow: 0 30px 60px -20px rgba(35, 31, 32, 0.18);
  --fc-shadow-sm: 0 12px 30px -12px rgba(35, 31, 32, 0.15);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.fc-page {
  margin: 0;
  font-family: "Jost", sans-serif;
  color: var(--fc-ink);
  background: var(--fc-ivory);
  overflow-x: hidden;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.fc-container {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 32px;
  position: relative;
}

/* Headings use Libre Baskerville to match the rest of the site */
.fc-serif {
  font-family: "Libre Baskerville", serif;
}

/* ============================================================
   TYPOGRAPHY HELPERS
   ============================================================ */
.fc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--fc-gold-deep);
  font-family: "Jost", sans-serif;
}

.fc-eyebrow::before,
.fc-eyebrow--center::after {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--fc-gold);
}

.fc-eyebrow--center::after {
  display: inline-block;
}

.fc-section {
  padding: 50px 0;
  position: relative;
}

.fc-section--ivory {
  background: var(--fc-ivory);
}
.fc-section--cream {
  background: var(--fc-cream);
}
.fc-section--sand {
  background: var(--fc-sand);
}
.fc-section--dark {
  background: var(--fc-charcoal);
  color: #f3ecdf;
}
.fc-section--white {
  background: #ffffff;
}

/* ============================================================
   REUSABLE SECTION HEADER (matches main site style)
   ============================================================ */
.section-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}

.section-header .why-label {
  font-family: "Jost", sans-serif;
  font-size: 11px;
  letter-spacing: 3px;
  color: var(--fc-gold-deep);
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-bottom: 16px;
}

.section-header .main-title {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(30px, 3.8vw, 37px);
  font-weight: 400;
  color: var(--fc-ink);
  line-height: 1.2;
  margin: 0;
}

.section-header .divider-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 26px 0;
}

.section-header .divider-line {
  width: 80px;
  height: 1px;
  background: var(--fc-gold);
}

.section-header .divider-icon {
  font-family: "Libre Baskerville", serif;
  font-size: 24px;
  color: var(--fc-gold);
  line-height: 1;
}

.section-header .divider-icon i {
  font-family:
    "Font Awesome 6 Free", "Font Awesome 6 Pro", FontAwesome !important;
  font-size: 22px;
  color: var(--fc-gold);
  display: inline-block;
}

.section-header .showcase-intro {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  max-width: 100%;
  margin: 0 auto;
}

/* ============================================================
   CONCERNS SECTION (circular layout matching main site)
   ============================================================ */
.concern-section {
  padding: 50px 5%;
  background: #f8f4ee;
  position: relative;
  overflow: hidden;
  font-family: "Jost", sans-serif;
}

.concern-section::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -200px;
  width: 500px;
  height: 500px;
  border: 100px solid #fff;
  border-radius: 50%;
  pointer-events: none;
  animation: fcEvenRotate 8s linear infinite;
  z-index: 0;
}

@keyframes fcEvenRotate {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.concern-section .section-header {
  margin-bottom: 60px;
}

.concerns-circular-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 30px;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.concerns-circular-grid .treatment-circle-item {
  width: calc(25% - 23px); /* 4 columns minus gap */
}

.concerns-circular-grid::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 2px;
  border-top: 2px dashed rgba(207, 177, 76, 0.3);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 1;
}

.treatment-circle-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

/* Dashed vertical connector above the circle */
.treatment-circle-item::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 30px;
  border-left: 2px dashed #cfb14c;
  opacity: 0.6;
}

/* Dashed vertical connector between circle and text */
.treatment-circle-item::after {
  content: "";
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 30px;
  border-left: 2px dashed #cfb14c;
  opacity: 0.6;
}
.concerns-circular-grid .treatment-circle-item::after {
  bottom: 47px;
}
.circle-badge {
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #cfb14c 0%, #d4b857 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  box-shadow: 0 8px 25px rgba(207, 177, 76, 0.35);
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.treatment-circle-item:hover .circle-badge {
  transform: translateX(-50%) scale(1.1) rotate(8deg);
  box-shadow: 0 12px 30px rgba(207, 177, 76, 0.45);
}

.circle-content {
  position: relative;
  width: 170px;
  height: 170px;
  margin-bottom: 30px;
  border-radius: 50%;
  overflow: hidden;
  border: 8px solid white;
  box-shadow:
    0 0 0 3px #cfb14c,
    0 20px 60px rgba(207, 177, 76, 0.2),
    0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.circle-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.treatment-circle-item:hover .circle-content {
  transform: scale(1.05) translateY(-10px);
  box-shadow:
    0 30px 80px rgba(207, 177, 76, 0.3),
    0 15px 40px rgba(0, 0, 0, 0.15);
}

.treatment-circle-item:hover .circle-image {
  transform: scale(1.1);
}

.circle-text {
  text-align: center;
  max-width: 260px;
  padding: 20px 18px;
  border: 2px dashed rgba(207, 177, 76, 0.4);
  border-radius: 20px;
  position: relative;
  background: #fff;
  transition: border-color 0.4s ease;
}

.treatment-circle-item:hover .circle-text {
  border-color: rgba(207, 177, 76, 0.7);
}

.circle-text h3 {
  font-family: "Libre Baskerville", serif;
  font-size: 18px;
  font-weight: 500;
  color: #231f20;
  margin: 0 0 8px;
  line-height: 1.3;
}

.circle-text p {
  font-family: "Jost", sans-serif;
  font-size: 13px;
  line-height: 1.7;
  color: #555;
  margin: 0;
}

/* ============================================================
   AREA CARDS
   ============================================================ */
.areas-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  margin-bottom: 30px;
}

.area-card {
  position: relative;
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(207, 177, 76, 0.16);
  box-shadow: 0 10px 32px -16px rgba(35, 31, 32, 0.14);
  transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
}

.area-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--fc-gold), var(--fc-gold-deep));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s ease;
  z-index: 3;
}

.area-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--fc-shadow);
  border-color: rgba(207, 177, 76, 0.42);
}

.area-card:hover::before {
  transform: scaleX(1);
}

.area-card__num {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 4;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(207, 177, 76, 0.35);
  color: var(--fc-gold-deep);
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(6px);
  transition: all 0.4s ease;
}

.area-card:hover .area-card__num {
  background: linear-gradient(135deg, var(--fc-gold), var(--fc-gold-deep));
  color: #fff;
  border-color: transparent;
  transform: scale(1.08);
}

.area-card__media {
  overflow: hidden;
  position: relative;
  aspect-ratio: 4 / 3;
}

.area-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 45%,
    rgba(35, 31, 32, 0.55) 100%
  );
  opacity: 0.85;
  transition: opacity 0.45s ease;
  pointer-events: none;
}

.area-card:hover .area-card__media::after {
  opacity: 0.65;
}

.area-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

.area-card:hover .area-card__media img {
  transform: scale(1.08);
}

.area-card__content {
  position: relative;
  padding: 22px 20px 24px;
  text-align: center;
  background: var(--fc-cream);
  border-top: 1px solid rgba(207, 177, 76, 0.12);
}

.area-card__content::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 3px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, var(--fc-gold), var(--fc-gold-deep));
  transition: width 0.45s ease;
}

.area-card:hover .area-card__content::before {
  width: 72px;
}

.area-card__content h3 {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(17px, 1.6vw, 19px);
  font-weight: 400;
  line-height: 1.35;
  margin: 0;
  color: var(--fc-ink);
  transition: color 0.3s ease;
}

.area-card:hover .area-card__content h3 {
  color: var(--fc-gold-deep);
}

.area-card__tag {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 14px;
  border-radius: 20px;
  background: rgba(207, 177, 76, 0.16);
  border: 1px solid rgba(207, 177, 76, 0.35);
  font-family: "Jost", sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--fc-gold-deep);
}

/* Featured card — Full Body Plans */
.area-card--featured {
  background: linear-gradient(160deg, var(--fc-charcoal), #2c2620);
  border-color: rgba(207, 177, 76, 0.28);
}

.area-card--featured .area-card__num {
  background: rgba(207, 177, 76, 0.14);
  border-color: rgba(207, 177, 76, 0.45);
  color: #e8dcb8;
}

.area-card--featured:hover .area-card__num {
  background: linear-gradient(135deg, var(--fc-gold), var(--fc-gold-deep));
  color: #fff;
}

.area-card--featured .area-card__content {
  background: transparent;
  border-top-color: rgba(207, 177, 76, 0.2);
}

.area-card--featured .area-card__content h3 {
  color: #fff;
}

.area-card--featured:hover .area-card__content h3 {
  color: var(--fc-gold);
}

.area-card--featured .area-card__tag {
  background: rgba(207, 177, 76, 0.12);
  border-color: rgba(207, 177, 76, 0.5);
  color: var(--fc-gold);
}

@media (max-width: 1080px) {
  .areas-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .areas-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   HERO
   ============================================================ */
.fc-hero {
  position: relative;
  padding: 60px 0 50px;
  overflow: hidden;
  background: var(--fc-ivory);
}

.fc-hero::before {
  content: "";
  position: absolute;
  top: -220px;
  right: -220px;
  width: 520px;
  height: 520px;
  border: 110px solid rgb(210 181 82 / 36%);
  border-radius: 50%;
  pointer-events: none;
  animation: fcRotate 30s linear infinite;
}

@keyframes fcRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.fc-hero__grain {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(207, 177, 76, 0.06) 1px,
    transparent 1px
  );
  background-size: 26px 26px;
  pointer-events: none;
}

.fc-hero__inner {
  display: grid;
  grid-template-columns: 1.4fr 0.95fr;
  gap: 70px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.fc-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #000;
  /* background: rgba(207, 177, 76, 0.1); */
  /* border: 1px solid rgba(207, 177, 76, 0.3); */
  padding: 0;
  border-radius: 0;
  margin-bottom: 15px;
}

.fc-hero__label i {
  font-size: 12px;
}

.fc-hero h1 {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(44px, 5vw, 64px);
  font-weight: 400;
  line-height: 1.1;
  color: var(--fc-ink);
  margin: 0 0 0px;
  letter-spacing: -1px;
}

.fc-hero h1 em {
  font-style: italic;
  color: var(--fc-gold-deep);
}

.fc-hero__lead {
  font-size: 18px;
  line-height: 1.8;
  color: #000;
  margin: 0 0 24px;
  font-weight: 400;
}

.fc-hero__stats {
  display: flex;
  gap: 40px;
  margin: 0 0 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(207, 177, 76, 0.25);
}

.fc-hero__stat b {
  font-family: "Libre Baskerville", serif;
  font-size: 30px;
  font-weight: 400;
  color: var(--fc-ink);
  display: block;
  line-height: 1;
}

.fc-hero__stat b span {
  color: var(--fc-gold-deep);
}

.fc-hero__stat p {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #8a8172;
  margin: 8px 0 0;
}

.fc-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.fc-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-family: "Jost", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 17px 30px;
  border-radius: 50px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  border: none;
}

.fc-btn--gold {
  color: #fff !important;
  background: linear-gradient(135deg, var(--fc-gold), var(--fc-gold-deep));
  box-shadow: 0 14px 30px -10px rgba(139, 117, 50, 0.6);
}

.fc-btn--gold:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px -10px rgba(139, 117, 50, 0.7);
}

.fc-btn--ghost {
  color: var(--fc-ink);
  background: transparent;
  border: 1.5px solid rgba(207, 177, 76, 0.6);
}

.fc-btn--ghost:hover {
  background: var(--fc-gold);
  color: #fff;
  border-color: var(--fc-gold);
  transform: translateY(-3px);
}

.fc-btn i {
  font-size: 12px;
  transition: transform 0.3s ease;
}

.fc-btn:hover i {
  transform: translateX(4px);
}

/* Hero visual */
.fc-hero__visual {
  position: relative;
}

.fc-hero__frame {
  position: relative;
  border-radius: 260px 260px 24px 24px;
  overflow: hidden;
  box-shadow: var(--fc-shadow);
  transform: rotate(2deg);
}

.fc-hero__frame img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
  display: block;
}

.fc-hero__frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(28, 28, 28, 0.25));
}

.fc-hero__arch {
  position: absolute;
  top: -30px;
  right: -30px;
  width: 220px;
  height: 220px;
  border: 1.5px solid rgba(207, 177, 76, 0.5);
  border-radius: 50%;
  z-index: -1;
}

.fc-hero__arch--2 {
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 160px;
  height: 160px;
  border: 1px solid rgba(207, 177, 76, 0.3);
  border-radius: 50%;
  z-index: -1;
}

.fc-hero__card {
  position: absolute;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 16px 20px;
  box-shadow: 0 20px 50px -15px rgba(28, 28, 28, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  gap: 14px;
  animation: fcFloat 6s ease-in-out infinite;
}

.fc-hero__card--1 {
  top: 14%;
  left: -40px;
}

.fc-hero__card--2 {
  bottom: 12%;
  right: -30px;
  animation-delay: 2s;
}

.fc-hero__card-icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 50%;
  background: var(--fc-gold-soft);
  border: 1px solid rgba(207, 177, 76, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--fc-gold-deep);
  font-size: 18px;
}

.fc-hero__card b {
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--fc-ink);
  display: block;
  line-height: 1.2;
}

.fc-hero__card span {
  font-size: 12px;
  color: #8a8172;
}

@keyframes fcFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

/* Brand marquee strip */
.fc-marquee {
  background: var(--fc-charcoal);
  padding: 26px 0;
  overflow: hidden;
  position: relative;
}

.fc-marquee__track {
  display: flex;
  gap: 60px;
  white-space: nowrap;
  animation: fcScroll 30s linear infinite;
  width: max-content;
}

.fc-marquee__item {
  display: flex;
  align-items: center;
  gap: 60px;
  color: #d8c9a8;
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 500;
}

.fc-marquee__item i {
  color: var(--fc-gold);
  font-size: 16px;
}

@keyframes fcScroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* ============================================================
   AREAS WE CAN TREAT
   ============================================================ */
.fc-areas__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 60px;
}

.fc-areas__head h2 {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 400;
  line-height: 1.2;
  color: var(--fc-ink);
  margin: 18px 0 0;
}

.fc-areas__head p {
  font-size: 15px;
  color: #555;
  max-width: 420px;
  margin: 0;
  line-height: 1.7;
}

.fc-areas__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

/* Decorative dashed connector behind the grid */
.fc-areas__grid::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 8%;
  right: 8%;
  height: 2px;
  border-top: 2px dashed rgba(207, 177, 76, 0.28);
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 0;
}

.fc-area {
  position: relative;
  background: #fff;
  border-radius: var(--fc-radius);
  padding: 46px 24px 40px;
  text-align: center;
  overflow: hidden;
  border: 1px solid rgba(207, 177, 76, 0.16);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 6px 20px -10px rgba(35, 31, 32, 0.08);
  z-index: 1;
}

/* Soft radial glow sweep on hover */
.fc-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(
    circle at 50% 0%,
    rgba(207, 177, 76, 0.16),
    transparent 60%
  );
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

/* Animated corner dots */
.fc-area::after {
  content: "";
  position: absolute;
  top: 14px;
  right: 14px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(207, 177, 76, 0.5);
  box-shadow: 0 0 0 0 rgba(207, 177, 76, 0.4);
  transition: all 0.4s ease;
}

.fc-area:hover {
  transform: translateY(-10px) rotate(-0.5deg);
  box-shadow: var(--fc-shadow-sm);
  border-color: rgba(207, 177, 76, 0.45);
}

.fc-area:hover::before {
  opacity: 1;
}

.fc-area:hover::after {
  animation: fcPing 1.6s ease-out infinite;
  background: var(--fc-gold);
}

@keyframes fcPing {
  0% {
    box-shadow: 0 0 0 0 rgba(207, 177, 76, 0.45);
  }
  100% {
    box-shadow: 0 0 0 12px rgba(207, 177, 76, 0);
  }
}

/* Numbered badge */
.fc-area__num {
  position: absolute;
  top: 14px;
  left: 16px;
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  color: var(--fc-gold-deep);
  background: var(--fc-gold-soft);
  border: 1px solid rgba(207, 177, 76, 0.3);
  padding: 4px 10px;
  border-radius: 20px;
  transition: all 0.4s ease;
}

.fc-area:hover .fc-area__num {
  background: linear-gradient(135deg, var(--fc-gold), var(--fc-gold-deep));
  color: #fff;
  border-color: transparent;
}

/* Spot icon wrapped in animated rings */
.fc-area__icon {
  position: relative;
  width: 76px;
  height: 76px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--fc-gold), var(--fc-gold-deep));
  border: 1px solid rgba(207, 177, 76, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
  box-shadow: 0 14px 30px -10px rgba(139, 117, 50, 0.55);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}

/* Rotating dashed ring around the icon */
.fc-area__ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 96px;
  height: 96px;
  border: 1.5px dashed rgba(207, 177, 76, 0.4);
  border-radius: 50%;
  pointer-events: none;
  transition: transform 0.6s ease;
  z-index: 1;
}

.fc-area:hover .fc-area__icon {
  transform: scale(1.1) rotate(-8deg);
  box-shadow: 0 18px 40px -10px rgba(139, 117, 50, 0.7);
}

.fc-area:hover .fc-area__ring {
  transform: translate(-50%, -50%) rotate(180deg) scale(1.15);
  border-color: rgba(207, 177, 76, 0.8);
}

.fc-area h3 {
  font-family: "Libre Baskerville", serif;
  font-size: 18px;
  font-weight: 400;
  color: var(--fc-ink);
  margin: 0 0 8px;
  position: relative;
  z-index: 2;
}

.fc-area p {
  font-size: 13px;
  color: #8a8172;
  margin: 0;
  line-height: 1.6;
  position: relative;
  z-index: 2;
}

/* Featured "Full Body Plans" card */
.fc-area--full {
  background: linear-gradient(150deg, var(--fc-charcoal), #2c2620);
  border-color: transparent;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.fc-area--full::before {
  background: radial-gradient(
    circle at 50% 0%,
    rgba(207, 177, 76, 0.22),
    transparent 60%
  );
}

.fc-area--full .fc-area__num {
  color: #e8dcb8;
  background: rgba(207, 177, 76, 0.18);
  border-color: rgba(207, 177, 76, 0.4);
}

.fc-area--full .fc-area__icon {
  background: rgba(207, 177, 76, 0.16);
  border: 1px solid rgba(207, 177, 76, 0.5);
  color: var(--fc-gold);
  box-shadow: none;
}

.fc-area--full:hover .fc-area__icon {
  background: linear-gradient(135deg, var(--fc-gold), var(--fc-gold-deep));
  color: #fff;
}

.fc-area--full h3 {
  color: #fff;
}

.fc-area--full p {
  color: #d8c9a8;
  max-width: 240px;
}

.fc-area__cta {
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--fc-gold);
  text-decoration: none;
  padding: 11px 22px;
  border: 1.5px solid rgba(207, 177, 76, 0.55);
  border-radius: 40px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}

.fc-area__cta i {
  font-size: 11px;
  transition: transform 0.3s ease;
}

.fc-area--full:hover .fc-area__cta {
  background: linear-gradient(135deg, var(--fc-gold), var(--fc-gold-deep));
  color: #fff;
  border-color: transparent;
  transform: translateY(-2px);
  box-shadow: 0 12px 28px -8px rgba(0, 0, 0, 0.45);
}

.fc-area--full:hover .fc-area__cta i {
  transform: translateX(4px);
}

/* Note banner */
.fc-note {
  margin-top: 40px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #fff;
  border: 1px solid var(--fc-gold);
  border-left: 4px solid var(--fc-gold);
  border-radius: 14px;
  padding: 28px 32px;
  box-shadow: var(--fc-shadow-sm);
}

.fc-note i {
  color: var(--fc-gold-deep);
  font-size: 26px;
  margin-top: 4px;
  flex-shrink: 0;
}

.fc-note p {
  font-size: 16px;
  color: #555;
  margin: 0 0 8px;
  line-height: normal;
}

.fc-note p:last-of-type {
  margin-bottom: 0;
}

.fc-note b {
  color: var(--fc-ink);
}

.fc-note__cta {
  margin-top: 16px;
}

/* ============================================================
   WHY CHOOSE US
   ============================================================ */
.fc-why__wrap {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  align-items: center;
}
#whyChooseUsNew .section-header {
  margin-bottom: 30px;
}

.fc-why__intro h2 {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(30px, 3.8vw, 42px);
  font-weight: 400;
  line-height: 1.2;
  color: var(--fc-ink);
  margin: 18px 0 20px;
}

.fc-why__intro p {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin: 0 0 30px;
}

.fc-why-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  max-width: 1240px;
  margin: 0 auto;
}

.fc-why-item {
  background: #fff;
  border-radius: 20px;
  padding: 44px 15px 15px;
  text-align: center;
  border: 1px solid rgba(207, 177, 76, 0.16);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 24px -14px rgba(35, 31, 32, 0.12);
}

/* Top gold accent bar */
.fc-why-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--fc-gold), var(--fc-gold-deep));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}

.fc-why-item::after {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 140px;
  height: 140px;
  border: 1.5px solid rgba(207, 177, 76, 0.18);
  border-radius: 50%;
  transition: all 0.5s ease;
  pointer-events: none;
}

.fc-why-item:hover::before {
  transform: scaleX(1);
}

.fc-why-item:hover {
  transform: translateY(-10px);
  box-shadow: var(--fc-shadow);
  border-color: rgba(207, 177, 76, 0.4);
}

.fc-why-item:hover::after {
  transform: scale(1.15);
  border-color: rgba(207, 177, 76, 0.4);
}

.fc-why-item__num {
  position: absolute;
  top: 16px;
  right: 18px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--fc-gold-soft);
  border: 1px solid rgba(207, 177, 76, 0.35);
  color: var(--fc-gold-deep);
  font-family: "Jost", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
}

.fc-why-item:hover .fc-why-item__num {
  background: linear-gradient(135deg, var(--fc-gold), var(--fc-gold-deep));
  color: #fff;
  transform: scale(1.1);
}

/* Icon in a gold circle */
.fc-why-item > i {
  width: 68px;
  height: 68px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--fc-gold), var(--fc-gold-deep));
  color: #fff;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 28px -10px rgba(139, 117, 50, 0.55);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.fc-why-item:hover > i {
  transform: scale(1.08) rotate(-6deg);
  box-shadow: 0 16px 36px -10px rgba(139, 117, 50, 0.7);
}

.fc-why-item h3 {
  font-family: "Libre Baskerville", serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--fc-ink);
  margin: 0 0 12px;
  line-height: 1.35;
}

.fc-why-item p {
  font-size: 13.5px;
  color: #7a7266;
  margin: 0;
  line-height: 1.75;
}

/* ============================================================
   ABOUT (What is it)
   ============================================================ */
.fc-about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.fc-about__visual {
  position: relative;
}

.fc-about__img-main {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--fc-shadow);
}

.fc-about__img-main img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  display: block;
}

.fc-about__img-float {
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 220px;
  height: 260px;
  border-radius: 18px;
  overflow: hidden;
  border: 8px solid var(--fc-cream);
  box-shadow: var(--fc-shadow);
}

.fc-about__img-float img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fc-about__badge {
  position: absolute;
  top: 30px;
  right: -24px;
  background: var(--fc-charcoal);
  color: #fff;
  border-radius: 14px;
  padding: 20px 24px;
  text-align: center;
  box-shadow: var(--fc-shadow);
}

.fc-about__badge b {
  font-family: "Libre Baskerville", serif;
  font-size: 26px;
  font-weight: 400;
  color: var(--fc-gold);
  display: block;
  line-height: 1;
}

.fc-about__badge span {
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #d8c9a8;
  margin-top: 6px;
  display: block;
}

.fc-about__content h2 {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(30px, 3.6vw, 40px);
  font-weight: 400;
  line-height: 1.2;
  color: var(--fc-ink);
  margin: 18px 0 22px;
}

.fc-about__content p {
  font-size: 15px;
  color: #555;
  line-height: 1.85;
  margin: 0 0 18px;
}

.fc-about__points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 28px 0 0;
}

.fc-about__point {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
  color: var(--fc-ink);
  background: #fff;
  border: 1px solid rgba(207, 177, 76, 0.25);
  padding: 14px 18px;
  border-radius: 12px;
  box-shadow: 0 6px 16px -8px rgba(35, 31, 32, 0.1);
}

.fc-about__point i {
  color: var(--fc-gold-deep);
}

/* ============================================================
   CANDIDATE & BENEFITS
   ============================================================ */
.fc-candidate-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  align-items: stretch;
}

.fc-candidate-card {
  background: var(--fc-cream);
  border: 1px solid rgba(207, 177, 76, 0.18);
  border-radius: 24px;
  padding: 40px 36px;
  box-shadow: var(--fc-shadow-sm);
  position: relative;
  overflow: hidden;
}

.fc-candidate-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--fc-gold), var(--fc-gold-deep));
}

.fc-candidate-card__head {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 22px;
}

.fc-candidate-card__icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--fc-gold-soft);
  border-radius: 14px;
  color: var(--fc-gold-deep);
  font-size: 20px;
}

.fc-candidate-card__head h2 {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(24px, 2.6vw, 30px);
  font-weight: 400;
  line-height: 1.25;
  color: var(--fc-ink);
  margin: 6px 0 0;
}

.fc-candidate-card__intro {
  font-size: 15px;
  color: #555;
  line-height: 1.75;
  margin: 0 0 18px;
}

.fc-candidate-list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.fc-candidate-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14.5px;
  color: #444;
  line-height: 1.65;
  background: #fff;
  border: 1px solid rgba(207, 177, 76, 0.14);
  border-radius: 12px;
  padding: 14px 16px;
}

.fc-candidate-list li i {
  flex-shrink: 0;
  margin-top: 6px;
  color: var(--fc-gold-deep);
  font-size: 12px;
}

.fc-candidate-card__note {
  font-size: 14px;
  color: #666;
  line-height: 1.75;
  margin: 0;
  padding: 18px 20px;
  background: #fff;
  border-left: 3px solid var(--fc-gold);
  border-radius: 0 12px 12px 0;
}

/* ============================================================
   LOCATION (Proudly Serving Brisbane)
   ============================================================ */
.fc-location__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.fc-location__content h2 {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(34px, 4vw, 48px);
  font-weight: 400;
  line-height: 1.15;
  color: var(--fc-ink);
  margin: 0 0 28px;
}

.fc-location__content h2 em {
  font-style: normal;
  color: var(--fc-gold-deep);
  margin-left: 10px;
}

.fc-location__content p {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  color: #555;
  line-height: 1.85;
  margin: 0 0 18px;
}

.fc-location__content .fc-btn {
  margin-top: 12px;
}

.fc-location__map {
  position: relative;
  padding: 8px 0 0 8px;
  min-height: 420px;
}

.fc-location__map::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #e9e9e9;
  border-radius: 16px;
  z-index: 0;
}

.fc-location__map iframe {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  min-height: 420px;
  border-radius: 14px;
  box-shadow:
    0 18px 50px rgba(35, 31, 32, 0.14),
    0 6px 18px rgba(35, 31, 32, 0.08);
}

/* ============================================================
   PROCESS
   ============================================================ */
.fc-process__head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 70px;
}

.fc-process__head h2 {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 400;
  line-height: 1.2;
  color: var(--fc-ink);
  margin: 18px 0 16px;
}

.fc-process__head p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

.fc-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.fc-step {
  position: relative;
  background: #fff;
  border-radius: var(--fc-radius);
  overflow: hidden;
  box-shadow: 0 10px 30px -14px rgba(35, 31, 32, 0.14);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.fc-step:hover {
  transform: translateY(-10px);
  box-shadow: var(--fc-shadow);
}

.fc-step__media {
  position: relative;
  height: 220px;
  overflow: hidden;
}

.fc-step__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.fc-step:hover .fc-step__media img {
  transform: scale(1.08);
}

.fc-step__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(28, 28, 28, 0.5));
}

.fc-step__num {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 3;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--fc-gold), var(--fc-gold-deep));
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 24px -6px rgba(139, 117, 50, 0.6);
}

.fc-step__body {
  padding: 28px 26px 30px;
}

.fc-step__icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: var(--fc-gold-soft);
  border: 1px solid rgba(207, 177, 76, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--fc-gold-deep);
  font-size: 22px;
  margin-bottom: 18px;
}

.fc-step__body h3 {
  font-family: "Libre Baskerville", serif;
  font-size: 21px;
  font-weight: 400;
  color: var(--fc-ink);
  margin: 0 0 12px;
}

.fc-step__body p {
  font-size: 14px;
  color: #7a7266;
  margin: 0;
  line-height: 1.75;
}

/* ============================================================
   EXPECTATIONS
   ============================================================ */
.fc-expect__head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 70px;
}

.fc-expect__head h2 {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 400;
  line-height: 1.2;
  color: var(--fc-ink);
  margin: 18px 0 16px;
}

.fc-expect__head p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

.fc-expect__track {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  position: relative;
}

.fc-expect__line {
  position: absolute;
  top: 34px;
  left: 12%;
  right: 12%;
  height: 2px;
  background: linear-gradient(
    90deg,
    var(--fc-gold),
    var(--fc-gold-deep),
    var(--fc-gold)
  );
  z-index: 1;
}

.fc-expect-item {
  position: relative;
  z-index: 2;
  text-align: center;
  background: #fff;
  border-radius: var(--fc-radius);
  padding: 40px 30px;
  box-shadow: 0 14px 34px -16px rgba(35, 31, 32, 0.16);
  border: 1px solid rgba(207, 177, 76, 0.16);
  transition: all 0.4s ease;
}

.fc-expect-item:hover {
  transform: translateY(-8px);
  box-shadow: var(--fc-shadow);
}

.fc-expect-item__dot {
  width: 68px;
  height: 68px;
  margin: 0 auto 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--fc-gold), var(--fc-gold-deep));
  color: #fff;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 28px -8px rgba(139, 117, 50, 0.6);
}

.fc-expect-item .fc-step-count {
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--fc-gold-deep);
  display: block;
  margin-bottom: 12px;
}

.fc-expect-item h3 {
  font-family: "Libre Baskerville", serif;
  font-size: 21px;
  font-weight: 400;
  color: var(--fc-ink);
  margin: 0 0 12px;
}

.fc-expect-item p {
  font-size: 14px;
  color: #7a7266;
  margin: 0;
  line-height: 1.75;
}

.fc-expect__note {
  text-align: center;
  margin: 40px auto 0;
  max-width: 640px;
  font-size: 14px;
  color: #7a7266;
  line-height: 1.7;
}

.fc-expect__note i {
  color: var(--fc-gold-deep);
  margin-right: 8px;
}

/* ============================================================
   BANNER
   ============================================================ */
.fc-banner {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--fc-charcoal), #2c2620);
  padding: 60px 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  box-shadow: var(--fc-shadow);
}

.fc-banner::before {
  content: "";
  position: absolute;
  top: -60%;
  right: -5%;
  width: 360px;
  height: 360px;
  border: 1.5px solid rgba(207, 177, 76, 0.25);
  border-radius: 50%;
}

.fc-banner__icon {
  width: 90px;
  height: 90px;
  min-width: 90px;
  border-radius: 50%;
  background: rgba(207, 177, 76, 0.15);
  border: 1px solid rgba(207, 177, 76, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--fc-gold);
  font-size: 38px;
}

.fc-banner__content h3 {
  font-family: "Libre Baskerville", serif;
  font-size: 28px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 10px;
}

.fc-banner__content p {
  font-size: 15px;
  color: #d8c9a8;
  margin: 0;
  line-height: 1.7;
  max-width: 560px;
}

.fc-banner__cta {
  flex-shrink: 0;
  z-index: 9;
}

/* ============================================================
   BEFORE / AFTER
   ============================================================ */
.fc-gallery__head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 70px;
}

.fc-gallery__head h2 {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 400;
  line-height: 1.2;
  color: var(--fc-ink);
  margin: 18px 0 16px;
}

.fc-gallery__head p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

.fc-gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.fc-gallery__card {
  background: #fff;
  border-radius: var(--fc-radius);
  overflow: hidden;
  box-shadow: 0 14px 34px -16px rgba(35, 31, 32, 0.16);
  transition: all 0.5s ease;
}

.fc-gallery__card:hover {
  transform: translateY(-8px);
  box-shadow: var(--fc-shadow);
}

.fc-ba {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.fc-ba img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  border-style: double;
  border-width: 5px 5px 5px 5px;
  border-color: #cfb14c;
  border-radius: 20px 20px 20px 20px;
  background: #fbfaf8;
  padding: 10px;
}

.fc-ba__badge {
  position: absolute;
  top: 14px;
  padding: 6px 16px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
}

.fc-ba__badge--before {
  left: 14px;
  background: rgba(28, 28, 28, 0.85);
}
.fc-ba__badge--after {
  right: 14px;
  background: rgba(207, 177, 76, 0.9);
}

.fc-ba__divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
}

.fc-ba__handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  color: var(--fc-gold-deep);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.fc-gallery__info {
  padding: 22px 24px;
  text-align: center;
  border-top: 1px solid rgba(207, 177, 76, 0.15);
  background: #fff;
}

.fc-gallery__info h4 {
  font-family: "Libre Baskerville", serif;
  font-size: 18px;
  font-weight: 400;
  color: var(--fc-ink);
  margin: 0 0 6px;
}

.fc-gallery__info h4::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: linear-gradient(90deg, var(--fc-gold), var(--fc-gold-deep));
  margin: 10px auto 0;
  border-radius: 2px;
}

.fc-gallery__info p {
  font-size: 13px;
  color: #8a8172;
  margin: 6px 0 0;
  line-height: 1.6;
}

/* ============================================================
   FINAL CTA
   ============================================================ */
.fc-final {
  position: relative;
  padding: 130px 0;
  overflow: hidden;
  background: #fff;
  text-align: center;
  color: var(--fc-ink);
}

.fc-final__grain {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(
    rgba(207, 177, 76, 0.4) 1px,
    transparent 1px
  );
  background-size: 24px 24px;
  pointer-events: none;
}

.fc-final__ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 720px;
  height: 720px;
  border: 1px solid rgba(207, 177, 76, 0.25);
  border-radius: 50%;
  pointer-events: none;
}

.fc-final__ring--2 {
  width: 540px;
  height: 540px;
  border-color: rgba(207, 177, 76, 0.18);
}

.fc-final__icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 30px;
  border-radius: 50%;
  background: var(--fc-white);
  border: 1px solid rgba(207, 177, 76, 0.5);
  color: var(--fc-gold-deep);
  font-size: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  box-shadow: 0 14px 34px -12px rgba(139, 117, 50, 0.35);
  animation: fcPulse 3s ease-in-out infinite;
}

@keyframes fcPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(207, 177, 76, 0.4);
  }
  50% {
    box-shadow: 0 0 0 20px rgba(207, 177, 76, 0);
  }
}

.fc-final h2 {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(34px, 4.5vw, 48px);
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 22px;
  color: var(--fc-ink);
  position: relative;
  z-index: 2;
}

.fc-final h2 em {
  font-style: italic;
  color: var(--fc-gold-deep);
}

.fc-final p {
  font-size: 16px;
  color: #555;
  max-width: 620px;
  margin: 0 auto 40px;
  line-height: 1.8;
  position: relative;
  z-index: 2;
}

.fc-final__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.fc-final .fc-btn--ghost {
  color: var(--fc-ink);
  border-color: rgba(207, 177, 76, 0.6);
}

.fc-final .fc-btn--ghost:hover {
  background: var(--fc-gold);
  color: #fff;
}

/* ============================================================
   SCROLL-IN ANIMATION
   ============================================================ */
/* .fc-in {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
} */

.fc-in.fc-shown {
  opacity: 1;
  transform: translateY(0);
}
#CavitationWorks ul {
  display: flex;
  gap: 20px;
  height: 100%;
}
#CavitationWorks ul li {
  border: 1px solid #cfb14c;
  color: #000;
  height: auto;
  border-radius: 15px;
  padding: 20px;
  width: 50%;
  list-style: none;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.fc-hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.fc-hero__content .hero-trust-pill {
  margin-bottom: 15px;
}
.single-treatment
  section#concerns
  .concerns-circular-grid
  .treatment-circle-item::after {
  bottom: 56px;
}
.postid-5543 section#whyChooseUsNew {
  background: #fff;
}
.postid-5543 .fcw-card:nth-child(3) {
  grid-column: 1 / -1;
}
.postid-5556 section#concerns {
  background: #fff;
}
.postid-5564 section#concerns {
  background: #fff;
}
section#indiba-face-section {
  background: #fff;
}
section#indiba-face-section .bg-circle {
  border: 80px solid rgb(248 244 238);
}
section#indiba-face-section .book-btn {
  margin: 10px 0 !important;
}
#indiba-body-section ul {
  margin-bottom: 10px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  font-size: 18px;
}
.specialist-section ul {
  padding-left: 15px;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #000;
  margin-bottom: 15px;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #000;
  margin-bottom: 15px;
}
.postid-5556 #indiba-extra1-section {
  background: #fff;
}
#CandidateFatCavitation .fc-container {
  max-width: 1320px;
}
.postid-5589 section#concerns {
  background: #fff;
}
.postid-5601 section#concerns {
  background: #fff;
}
.specialist-section h3 {
  font-size: 22px;
}
.body-scan-features {
  list-style: none;
  margin: 0;
  padding: 0;
}

.body-scan-features li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  font-family: "Jost", sans-serif;
}

.body-scan-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 4px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  background: #cfb14c;
  color: #fff;
}
.treatment-evolt-360-body-scan section#concerns .concern-footer {
  margin-top: 0 !important;
}
.treatment-evolt-360-body-scan .concern-section .section-header {
  margin-bottom: 20px !important;
}
.treatment-evolt-360-body-scan section#concerns {
  background: #fff;
}
.treatment-evolt-360-body-scan .concern-section::before {
  border: 100px solid #f8f4ee;
}
#faq .fc-faq.open .fc-faq__answer {
  max-height: fit-content;
  padding-bottom: 10px;
}
.heading-results-category {
  text-align: center;
  margin-top: 1em;
  color: #d3b755;
  font-size: 2em;
  margin-bottom: 0;
}
.treatment-indiba-treatment .cta-banner a.fc-btn.fc-btn--ghost {
  display: none;
}
body.treatment-evolt-360-body-scan {
  background: #fff;
}
/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (min-width: 1024px) {
  .treatment-evolt-360-body-scan section#whyChooseUsNew .fc-why-grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .treatment-evolt-360-body-scan .specialist-wrapper {
    gap: 27px;
  }
  .postid-5641 .areas-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .postid-5610 .areas-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 30px;
  }
  .postid-5543 .fcw-card:nth-child(3) {
    grid-column: 1 / -1;
    display: flex;
  }
  .postid-5543 .fcw-card:nth-child(3) .fcw-card__img {
    position: relative;
    height: 336px;
    overflow: hidden;
    width: 100%;
  }
  .postid-5543 .fcw-card:nth-child(3) ul {
    margin-top: 10px;
  }
  .postid-5564 .fcw-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }

  .postid-5564 .fcw-cards > :last-child {
    grid-column: 1 / -1;
    display: flex;
  }
  .postid-5564 .fcw-card:nth-child(4) .fcw-card__img {
    position: relative;
    height: 336px;
    overflow: hidden;
    width: 100%;
  }
  .postid-5589 .fcw-cards {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }

  /* Items 1–3: each 1/3 width */
  .postid-5589 .fcw-cards > *:nth-child(1),
  .postid-5589 .fcw-cards > *:nth-child(2),
  .postid-5589 .fcw-cards > *:nth-child(3) {
    grid-column: span 2;
  }

  /* Items 4–5: each 50% width */
  .postid-5589 .fcw-cards > *:nth-child(4),
  .postid-5589 .fcw-cards > *:nth-child(5) {
    grid-column: span 3;
  }
  .postid-5641 .fcw-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .treatment-vanquish-me-fat-reduction .fcw-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .treatment-ems-body-sculpting .areas-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .treatment-ems-body-sculpting .fcw-cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 1024px) {
  .fc-hero__inner {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .fc-hero__visual {
    max-width: 560px;
    margin: 0 auto;
  }
  .concerns-circular-grid .treatment-circle-item {
    width: calc(33.333% - 20px);
  }
  .fc-areas__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .fc-why__wrap {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .fc-about {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .fc-location__inner {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  .fc-candidate-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .fc-about__visual {
    max-width: 520px;
    margin: 0 auto;
  }
  .fc-banner {
    flex-wrap: wrap;
  }
}

@media (max-width: 900px) {
  .fc-why-grid {
    grid-template-columns: 1fr;
  }
  .fc-steps {
    grid-template-columns: 1fr;
  }
  .fc-expect__track {
    grid-template-columns: 1fr;
  }
  .fc-expect__line {
    display: none;
  }
  .fc-gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .fc-areas__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

@media (max-width: 768px) {
  .fc-container {
    padding: 0 22px;
  }
  .fc-section {
    padding: 50px 0;
  }
  .fc-hero {
    padding: 50px 0px;
  }
  .fc-hero__lead {
    font-size: 16px;
  }
  .fc-hero__stats {
    gap: 24px;
    flex-wrap: wrap;
  }
  .concerns-circular-grid .treatment-circle-item {
    width: calc(50% - 15px);
  }
  .concern-circle-item .circle-content {
    width: 160px;
    height: 160px;
  }
  .fc-areas__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .fc-about__points {
    grid-template-columns: 1fr;
  }
  .fc-about__img-float {
    display: none;
  }
  .fc-banner {
    flex-direction: column;
    text-align: center;
    padding: 40px 28px;
  }
  .fc-banner__cta .fc-btn {
    width: 100%;
  }
  .fc-gallery__grid {
    grid-template-columns: 1fr;
  }
  .fc-final {
    padding: 90px 0;
  }
  .fc-hero__card--1 {
    left: -8px;
  }
  .fc-hero__card--2 {
    right: -8px;
  }
  #innerHeader .elementor-container.elementor-column-gap-default {
    width: 100%;
  }
  ul#menu-primary-menu {
    padding: 0 15px;
  }
  ul#menu-primary-menu li a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
  }
  i.icon.icon-down-arrow1.elementskit-submenu-indicator {
    transform: rotate(360deg) !important;
  }
  .elementskit-nav-identity-panel {
    background: #fff;
    padding: 0 8px;
  }
  a.elementskit-nav-logo img {
    max-width: 150px !important;
    max-height: auto !important;
    width: 100%;
    height: auto;
  }
  .fc-hero__inner {
    display: flex !important;
    gap: 0px !important;
    flex-direction: column !important;
  }
  #herolableWrp.hero-badges-bar {
    width: 100%;
  }
  .fc-hero .fc-container {
    padding: 0 15px;
    text-align: center;
  }
  .fc-hero__actions {
    width: 100%;
  }
  #skin-concern-section {
    padding: 50px 0;
  }
  #skin-concern-section .wrap {
    padding: 0 15px;
  }
  #skin-concern-section .treatments-circular-grid {
    grid-template-columns: 1fr 1fr;
    gap: 50px 15px;
  }
  .section-header .divider-line {
    display: none;
  }
  #skin-concern-section .treatment-circle-item::after {
    bottom: 94px;
  }
  #skin-concern-section .concern-circle-item .circle-text h3 {
    font-size: 12px;
  }
  .treatments-circular-grid::before {
    display: none;
  }
  .abs-inner {
    padding: 50px 15px !important;
  }
  .abs-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .abs-h2::after {
    margin: 0 auto;
    margin-top: 18px;
    margin-bottom: 8px;
  }
  .section-bg {
    background: #f8f4ee;
    padding: 50px 15px;
  }
  .single .fc-hero .fc-hero h1 {
    font-size: clamp(30px, 5vw, 64px);
  }
  .single .concern-section {
    padding: 50px 0%;
  }
  .single
    section#concerns
    .concerns-circular-grid
    .treatment-circle-item::after {
    bottom: 92px !important;
  }
  .single d.concern-circle-item .circle-text h3 {
    font-size: 14px;
  }
  .section-header .main-title {
    font-size: clamp(24px, 3.8vw, 37px);
    line-height: 1.4;
  }
  .specialist-section ul {
    text-align: left;
  }
  .cta-banner {
    padding: 50px 0px;
  }
  .cta-banner__btn {
    display: inline-flex;
    align-items: center;
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .cta-banner a.fc-btn.fc-btn--ghost {
    margin-top: 15px;
  }
  section.fc-section.fc-section--cream.fc-location {
    text-align: center;
  }
  section#indiba-extra3-section .specialist-content {
    padding: 40px 15px !important;
  }
  .treatment-evolt-360-body-scan #indiba-extra3-section .specialist-content,
  .treatment-evolt-360-body-scan #indiba-extra4-section .specialist-content {
    padding: 40px 15px !important;
  }
  .specialist-section ul {
    text-align: left;
    padding-left: 25px;
  }
  .section-header {
    margin-bottom: 10px;
  }
}

@media (max-width: 480px) {
  .concern-circle-item .circle-content {
    width: 180px;
    height: 180px;
  }
  .fc-areas__grid {
    grid-template-columns: 1fr;
  }
  .fc-about__badge {
    right: 10px;
  }
  #faq .fc-faq__answer p {
    padding-left: 28px;
  }
  .fc-hero__actions {
    flex-direction: column;
  }
  .fc-hero__actions .fc-btn {
    width: 100%;
  }
}
.breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  color: #777;
  margin-bottom: 42px;
}

.breadcrumb li {
  display: flex;
  align-items: center;
}

.breadcrumb li + li::before {
  content: "›";
  margin-right: 0.5rem;
  color: #aaa;
}

.breadcrumb a {
  color: #555;
  text-decoration: none;
  transition: color 0.2s ease;
}

.breadcrumb a:hover {
  color: #000;
}

.breadcrumb [aria-current="page"] {
  color: #222;
  font-weight: 500;
}

/* ============================================================
   SPLIT LAYOUT (Added for services pages)
   ============================================================ */
.fc-split-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.fc-split-text {
  max-width: 500px;
}
.fc-split-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}
.fc-split-item:last-child {
  margin-bottom: 0;
}
.fc-split-icon {
  width: 50px;
  height: 50px;
  min-width: 50px;
  border-radius: 50%;
  background: rgba(207, 177, 76, 0.15);
  border: 1px solid rgba(207, 177, 76, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--fc-gold);
  font-size: 20px;
}
.fc-split-content h3 {
  font-family: "Libre Baskerville", serif;
  font-size: 22px;
  margin: 0 0 10px;
  color: var(--fc-ink);
}
.fc-split-content p {
  color: #555;
  line-height: 1.6;
  margin: 0;
}
.fc-split-image {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.fc-split-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 900px) {
  .fc-split-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

/* ===== #CavitationWorks redesign ===== */
.fcw-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 48px;
}
.fcw-img-wrap {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.fcw-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fcw-img-label {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 20px;
  backdrop-filter: blur(4px);
}
.fcw-steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto;
  align-items: start;
  gap: 0;
}
.fcw-step {
  text-align: center;
  padding: 0 16px;
}
.fcw-step__num {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #c9a96e;
  margin-bottom: 12px;
}
.fcw-step__icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #c9a96e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  margin: 0 auto 14px;
}
.fcw-step h3 {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #1a1a1a;
}
.fcw-step p {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.6;
}
.fcw-step__divider {
  width: 1px;
  height: 52px;
  background: #ddd;
  margin-top: 32px;
  align-self: start;
}
@media (max-width: 768px) {
  .fcw-images {
    grid-template-columns: 1fr;
  }
  .fcw-steps {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .fcw-step__divider {
    display: none;
  }
}

/* ===== #CavitationWorks — Card Redesign ===== */
.fcw-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.fcw-card {
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 50px -16px rgba(35, 31, 32, 0.14);
  border: 1px solid rgba(207, 177, 76, 0.15);
  transition:
    transform 0.4s ease,
    box-shadow 0.4s ease;
}
.fcw-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 70px -16px rgba(35, 31, 32, 0.22);
  border-color: rgba(207, 177, 76, 0.4);
}
.fcw-card__img {
  position: relative;
  height: 320px;
  overflow: hidden;
}
.fcw-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s ease;
}
.fcw-card:hover .fcw-card__img img {
  transform: scale(1.06);
}
.fcw-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 40%, rgba(28, 28, 28, 0.55));
}
.fcw-card__num {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #cfb14c, #d4b857);
  color: #fff;
  font-family: "Libre Baskerville", serif;
  font-size: 17px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 20px -6px rgba(139, 117, 50, 0.6);
  z-index: 2;
}
.fcw-card__body {
  padding: 32px 30px 36px;
  text-align: center;
  position: relative;
}
.fcw-card__icon {
  position: absolute;
  top: -64px;
  left: 50%;
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: rgba(207, 177, 76, 1);
  border: 1px solid rgba(207, 177, 76, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
  transform: translateX(-50%);
  transition:
    background 0.3s ease,
    transform 0.3s ease;
}
.fcw-card__body h3 {
  font-family: "Libre Baskerville", serif;
  font-size: 24px;
  font-weight: 400;
  color: #231f20;
  margin: 0 0 14px;
  line-height: 1.3;
}
.fcw-card__body p {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #footerNew h6 {
    font-size: 15px;
  }
  #footerNew li span {
    font-size: 12px !important;
  }
}

@media (max-width: 768px) {
  .fcw-cards {
    grid-template-columns: 1fr;
  }
  .fcw-card__img {
    height: 240px;
  }
  #faq .fc-faq__question {
    white-space: normal;
  }
  #footerNew {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding: 35px 2%;
    padding-bottom: 10px;
  }
  #footerNew h6 {
    font-size: 15px;
  }
}

/* ================================================
   ABOUT — SKIN TREATMENTS + WHY CLIENTS CHOOSE
   ================================================ */

/* ── Section wrapper ── */
.abs-section {
  font-family: "Jost", sans-serif;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

/* ── Main two-column grid ── */
.abs-inner {
  display: grid;
  grid-template-columns: 1fr 90px 1fr;
  align-items: stretch;
  max-width: 1380px;
  margin: 0 auto;
  padding: 50px 60px 50px;
  position: relative;
  z-index: 1;
}

/* ── Columns ── */
.abs-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.abs-col--left {
  padding-right: 0px;
}
.abs-col--right {
  padding-left: 20px;
}

/* ── Top icon badge ── */
.abs-badge {
  width: 70px;
  height: 70px;
  border: 1.5px solid rgba(207, 177, 76, 0.5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  background: #fff;
  flex-shrink: 0;
}

.abs-badge i {
  font-size: 26px;
  color: var(--fc-gold, #cfb14c);
}

/* ── Headings ── */
.abs-h2 {
  font-size: clamp(24px, 2.5vw, 32px) !important;
  font-weight: 700;
  color: var(--fc-ink, #231f20);
  letter-spacing: 0.03em;
  line-height: 1.15;
  margin: 0 0 10px;
}

/* Gold divider line under every abs-h2 */
.abs-h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background: var(--fc-gold, #cfb14c);
  margin-top: 18px;
  margin-bottom: 8px;
}

/* Left column: italic gold subtitle */
.abs-h2__sub {
  display: block;
  font-weight: 400;
  font-style: italic;
  color: var(--fc-gold-deep, #d4b857);
  font-size: clamp(24px, 2.5vw, 34px);
  margin-top: 4px;
}

/* Right column: full gold second line */
.abs-h2__gold {
  display: block;
  font-weight: 400;
  font-style: italic;
  color: var(--fc-gold-deep, #d4b857);
  font-size: clamp(22px, 2.2vw, 30px);
  margin-top: 4px;
}

/* ── Body copy ── */
.abs-p {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  line-height: 1.85;
  color: #000;
  margin: 0 0 16px;
}

.abs-p em,
.abs-em {
  font-style: italic;
  color: var(--fc-gold-deep, #d4b857);
}

.abs-p--muted {
  color: #000;
}

/* ── Bold label line ── */
.abs-bold {
  font-family: "Jost", sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--fc-ink, #231f20);
  letter-spacing: 0.02em;
  margin: 20px 0 12px;
}

/* ── Check list ── */
.abs-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.abs-list li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  font-family: "Jost", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: #000;
}

.abs-list li i {
  color: var(--fc-gold, #cfb14c);
  font-size: 14px;
  margin-top: 4px;
  flex-shrink: 0;
}

/* ── Short horizontal rule ── */
.abs-rule {
  width: 55px;
  height: 1px;
  background: rgba(207, 177, 76, 0.45);
  margin: 22px 0;
}

/* ── Second inner row — Why Clients Choose ── */
.abs-inner--why {
  border-top: 1px solid rgba(207, 177, 76, 0.15);
  padding-top: 70px;
  margin-top: 0;
}

/* Right col vertically centred (used for the promise quote) */
.abs-col--centered {
  justify-content: center;
}

/* Larger quote variant in the why row */
.abs-quote--large {
  width: 100%;
  padding: 32px 28px;
}

.abs-quote--large .abs-quote__text {
  font-size: 15px;
  line-height: 1.9;
}

/* ── CTA — uses global .fc-btn.fc-btn--gold ── */

/* ── Quote / promise callout ── */
.abs-quote {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  border: 1px solid rgba(207, 177, 76, 0.3);
  border-radius: 10px;
  padding: 20px 22px;
  margin-top: 28px;
  background: rgba(207, 177, 76, 0.04);
  width: 100%;
}

.abs-quote__icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  border: 1px solid rgba(207, 177, 76, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--fc-gold, #cfb14c);
  font-size: 14px;
  background: rgba(207, 177, 76, 0.08);
  margin-top: 2px;
}

.abs-quote__text {
  font-size: 13.5px;
  line-height: 1.8;
  color: #4a4540;
  font-style: italic;
  margin: 0;
}

.abs-serious {
  color: var(--fc-gold-deep, #d4b857);
  font-style: italic;
}

/* ════════════════════════════════════════════════
   CENTRE VERTICAL DIVIDER
════════════════════════════════════════════════ */
.abs-divider {
  position: relative;
  width: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: stretch;
}

.abs-divider__line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(207, 177, 76, 0.4) 8%,
    rgba(207, 177, 76, 0.4) 92%,
    transparent 100%
  );
  z-index: 0;
}

.abs-divider__badge {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translate(-50%, -50%);
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #ffffff;
  border: 1.5px solid rgba(207, 177, 76, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 24px rgba(207, 177, 76, 0.15);
  z-index: 2;
  animation: fcFloat 6s ease-in-out infinite;
}

.abs-divider__badge i {
  font-size: 28px;
  color: var(--fc-gold, #cfb14c);
}

/* ════════════════════════════════════════════════
   FOOTER STRIP
════════════════════════════════════════════════ */
.abs-footer {
  background: linear-gradient(
    160deg,
    #fdf9f3 0%,
    var(--fc-cream, #f8f4ee) 50%,
    #f2ece0 100%
  );
  border-top: 2px solid rgba(207, 177, 76, 0.22);
  position: relative;
  overflow: hidden;
}

/* ── Top ornamental rule ── */
.abs-footer__toprule {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 60px;
  margin-top: -1px;
}

.abs-footer__toprule-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(207, 177, 76, 0.5),
    transparent
  );
}

.abs-footer__toprule-gem {
  font-size: 8px;
  color: var(--fc-gold, #cfb14c);
  transform: rotate(45deg);
}

/* ── Botanical corner watermarks ── */
.abs-footer__botanical {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
}

.abs-footer__botanical--left {
  left: -20px;
}
.abs-footer__botanical--right {
  right: -20px;
  transform: scaleX(-1);
}

.abs-footer__botanical i {
  position: absolute;
  color: rgba(207, 177, 76, 0.13);
}

.abs-footer__botanical .fa-seedling {
  font-size: 130px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.abs-footer__leaf1 {
  font-size: 70px;
  top: 10%;
  left: 70px;
  transform: rotate(-50deg) !important;
}

.abs-footer__leaf2 {
  font-size: 55px;
  bottom: 10%;
  left: 90px;
  transform: rotate(35deg) !important;
}

/* ── Inner 3-column grid ── */
.abs-footer__inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 56px 100px;
  display: grid;
  grid-template-columns: 1fr 200px 1fr;
  gap: 50px;
  align-items: center;
  position: relative;
  z-index: 1;
}

/* ── Text blocks ── */
.abs-footer__block {
  position: relative;
  padding: 28px 32px;
  background: rgba(255, 255, 255, 0.55);
  border: 1px solid rgba(207, 177, 76, 0.18);
  border-radius: 14px;
  backdrop-filter: blur(6px);
}

.abs-footer__block--right {
  padding-bottom: 36px; /* extra room for the absolute close quote */
}

.abs-footer__statement {
  font-family: "Jost", sans-serif;
  font-size: 14.5px;
  line-height: 1.95;
  color: #3d3a37;
  margin: 0;
  font-style: italic;
}

/* Large decorative quotation marks */
.abs-footer__openquote,
.abs-footer__closequote {
  font-family: "Libre Baskerville", serif;
  font-size: 72px;
  line-height: 0;
  color: rgba(207, 177, 76, 0.22);
  position: absolute;
  user-select: none;
  pointer-events: none;
}

.abs-footer__openquote {
  top: 38px;
  left: 18px;
}

.abs-footer__closequote {
  bottom: -10px;
  right: 18px;
}

/* ── Centre logo lockup ── */
.abs-footer__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.abs-footer__logo-ring {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 1.5px solid rgba(207, 177, 76, 0.4);
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 4px 20px rgba(207, 177, 76, 0.15),
    0 0 0 6px rgba(207, 177, 76, 0.06);
}

.abs-footer__logo-img {
  width: 72px;
  height: auto;
  display: block;
  object-fit: contain;
}

.abs-footer__logo-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
}

.abs-footer__logo-line1 {
  font-family: "Jost", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--fc-ink, #231f20);
  text-transform: uppercase;
}

.abs-footer__logo-line2 {
  font-family: "Jost", sans-serif;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #8a8172;
}

/* Gold ornament below logo name */
.abs-footer__ornament {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 2px;
}

.abs-footer__orn-line {
  display: block;
  width: 30px;
  height: 1px;
  background: rgba(207, 177, 76, 0.45);
}

.abs-footer__orn-heart {
  font-size: 11px;
  color: rgba(207, 177, 76, 0.7);
}

/* ════════════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════════════ */
@media (max-width: 1100px) {
  .abs-inner {
    grid-template-columns: 1fr;
    padding: 60px 40px 50px;
    gap: 0;
  }

  .abs-inner--why {
    padding-top: 50px;
  }

  .abs-divider {
    display: none;
  }

  .abs-col--left {
    padding-right: 0;
  }
  .abs-col--right {
    padding-left: 0;
    border-top: 1px solid rgba(207, 177, 76, 0.2);
    padding-top: 50px;
    margin-top: 20px;
  }

  .abs-footer__inner {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 48px 40px;
    text-align: center;
  }

  .abs-footer__closequote {
    right: 50%;
    transform: translateX(50%);
  }

  .abs-footer__logo {
    order: -1;
  }

  .abs-footer__botanical {
    display: none;
  }
}

@media (max-width: 640px) {
  .abs-inner {
    padding: 50px 24px 40px;
  }

  .abs-footer__inner {
    padding: 40px 24px;
  }

  .abs-h2 {
    font-size: 22px;
  }

  .abs-h2__sub,
  .abs-h2__gold {
    font-size: 20px;
  }

  .fc-btn {
    width: 100%;
    justify-content: center;
  }
}

/* ================================================
   ABOUT — GALLERY SECTION
   ================================================ */

.about-gallery-section {
  background: #ffffff;
  padding: 80px 60px;
  max-width: 1380px;
  margin: 0 auto;
}

/* ── Grid ── */
.media-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

/* ── Each cell ── */
.media-item {
  display: none;
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: var(--fc-cream, #f8f4ee);
  aspect-ratio: 1 / 1;
}

.media-item.gallery-visible {
  display: block;
}

.media-item img,
.media-item video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* Subtle zoom on hover for images */
.media-item img {
  transition: transform 0.5s ease;
}

.media-item:hover img {
  transform: scale(1.04);
}

/* Gold border on hover */
.media-item::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  border: 2px solid rgba(207, 177, 76, 0);
  transition: border-color 0.35s ease;
  pointer-events: none;
}

.media-item:hover::after {
  border-color: rgba(207, 177, 76, 0.5);
}

/* ── View More button ── */
.gallery-button-wrap {
  text-align: center;
  margin-top: 40px;
}

#viewMoreGallery {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: none;
  border-radius: 50px;
  padding: 15px 34px;
  background: linear-gradient(
    135deg,
    var(--fc-gold, #cfb14c),
    var(--fc-gold-deep, #d4b857)
  );
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 14px 30px -10px rgba(139, 117, 50, 0.55);
  transition: all 0.35s ease;
}

#viewMoreGallery:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 40px -10px rgba(139, 117, 50, 0.7);
}

#viewMoreGallery span {
  font-size: 12px;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .about-gallery-section {
    padding: 60px 40px;
  }

  .media-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}

@media (max-width: 767px) {
  .about-gallery-section {
    padding: 50px 20px;
  }

  .media-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .media-item {
    border-radius: 10px;
  }

  #viewMoreGallery {
    padding: 13px 28px;
    font-size: 12px;
  }
}

/* ================================================
   JUMP TO SECTION NAV — pricing.html
   ================================================ */

.jts-nav {
  background: #fff;
  padding: 50px 40px;
  position: relative;
  overflow: hidden;
}

.jts-nav::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 200px;
  height: 200px;
  background: radial-gradient(
    circle,
    rgba(207, 177, 76, 0.08) 0%,
    transparent 70%
  );
  pointer-events: none;
}

.jts-nav__inner {
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

/* ── Section header ── */
.jts-nav__header {
  margin-bottom: 24px;
}

.jts-nav__header .why-label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--fc-gold, #cfb14c);
  margin-bottom: 8px;
  text-transform: uppercase;
  display: block;
}

.jts-nav__title {
  font-family: "Libre Baskerville", serif;
  font-size: 24px;
  font-weight: 700;
  color: var(--fc-ink, #231f20);
  margin: 0 0 12px;
  line-height: 1.2;
}

.jts-nav__subtitle {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  color: #6b6660;
  margin: 12px 0 0;
  font-weight: 400;
  line-height: 1.3;
}

/* ── Grid of treatment cards ── */
.jts-nav__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  margin-top: 20px;
}

/* ── Individual treatment card ── */
.jts-nav-card {
  background: #ffffff;
  border: 1px solid rgba(207, 177, 76, 0.2);
  border-radius: 12px;
  padding: 16px 12px;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 15%;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(207, 177, 76, 0.06);
  min-height: 80px;
}

.jts-nav-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    var(--fc-gold, #cfb14c),
    var(--fc-gold-deep, #d4b857)
  );
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.jts-nav-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(207, 177, 76, 0.15);
  border-color: rgba(207, 177, 76, 0.35);
}

.jts-nav-card:hover::before {
  transform: scaleX(1);
}

/* Icon */
.jts-nav-card__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(207, 177, 76, 0.1);
  border: 1px solid rgba(207, 177, 76, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.jts-nav-card__icon i {
  font-family: "Font Awesome 6 Free", FontAwesome !important;
  font-size: 12px;
  font-weight: 900;
  color: var(--fc-gold, #cfb14c);
}

.jts-nav-card:hover .jts-nav-card__icon {
  background: rgba(207, 177, 76, 0.2);
  border-color: rgba(207, 177, 76, 0.35);
  transform: scale(1.05);
}

.jts-nav-card:hover .jts-nav-card__icon i {
  color: var(--fc-gold-deep, #d4b857);
}

/* Label */
.jts-nav-card__label {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--fc-ink, #231f20);
  line-height: 1.2;
  margin: 0;
  transition: color 0.3s ease;
}

.jts-nav-card:hover .jts-nav-card__label {
  color: var(--fc-gold-deep, #d4b857);
}

/* ================================================
   PRICING PAGE — CONTENT SECTIONS
   ================================================ */

.jts-section {
  background: #ffffff;
  padding: 50px 60px;
  scroll-margin-top: 80px;
}

.jts-section--alt {
  background: var(--fc-cream, #f8f4ee);
}

.jts-section__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Section header row — icon + labels */
.jts-section__header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-bottom: 4px;
  width: 100%;
}
.jts-section__header h2 {
  margin: 0;
  font-size: 1.5em;
  font-weight: 600;
}
.jts-section__header > div {
  text-align: center;
}

.jts-section__icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  border-radius: 50%;
  border: 1.5px solid rgba(207, 177, 76, 0.45);
  background: rgba(207, 177, 76, 0.07);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}

.jts-section__icon i {
  font-size: 22px;
  color: var(--fc-gold, #cfb14c);
}

/* Placeholder text */
.jts-section__placeholder {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  color: #8a8172;
  font-style: italic;
  display: flex;
  align-items: center;
  gap: 10px;
}

.jts-section__placeholder i {
  color: rgba(207, 177, 76, 0.6);
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .jts-nav {
    padding: 25px 20px;
    margin: 25px 0;
    border-radius: 12px;
  }

  .jts-nav__title {
    font-size: 20px;
  }

  .jts-nav__subtitle {
    font-size: 12px;
  }

  .jts-nav__grid {
    gap: 12px;
  }

  .jts-nav-card {
    padding: 14px 10px;
    min-height: 70px;
    width: 120px;
  }

  .jts-nav-card__icon {
    width: 28px;
    height: 28px;
  }

  .jts-nav-card__icon i {
    font-size: 11px;
  }

  .jts-nav-card__label {
    font-size: 9px;
  }

  .jts-section {
    padding: 35px 24px;
  }
}

@media (max-width: 560px) {
  .jts-nav {
    padding: 20px 16px;
  }

  .jts-nav__grid {
    gap: 10px;
  }

  .jts-nav-card {
    padding: 12px 8px;
    min-height: 65px;
    width: 100px;
  }

  .jts-nav-card__icon {
    width: 26px;
    height: 26px;
  }

  .jts-nav-card__icon i {
    font-size: 10px;
  }

  .jts-nav-card__label {
    font-size: 8px;
  }
}

/* ================================================
   PRICING PAGE — HERO + CARDS + BANNER
   ================================================ */

/* ── Page hero ── */
.prc-hero {
  background: var(--fc-ivory, #fdfaf6);
  padding: 60px 60px 50px;
  text-align: center;
  border-bottom: 1px solid rgba(207, 177, 76, 0.15);
}

.prc-hero__inner {
  max-width: 800px;
  margin: 0 auto;
}

.prc-hero__title {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 700;
  color: var(--fc-ink, #231f20);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 10px 0 0;
}

/* ── Price cards grid ── */
.prc-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 36px;
  width: 100%;
}

/* ── Individual card ── */
.prc-card {
  background: #ffffff;
  border: 1px solid rgba(207, 177, 76, 1) !important;
  border-radius: 14px;
  padding: 24px 22px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease,
    border-color 0.3s ease;
  position: relative;
  overflow: hidden;
  width: calc(33.333% - 14px);
  min-width: 260px;
  text-align: center;
  box-sizing: border-box;
  width: 48%;
}

.prc-card:hover::before {
  transform: scaleX(1);
}

.prc-card:hover {
  box-shadow: 0 12px 36px rgba(207, 177, 76, 0.18);
  transform: translateY(-4px);
  border-color: rgba(207, 177, 76, 0.4);
}

/* Featured — slightly elevated */
.prc-card--featured {
  border-color: rgba(207, 177, 76, 0.35);
  background: linear-gradient(160deg, #fff 70%, rgba(207, 177, 76, 0.04) 100%);
}

/* Highlight — spans full width within grid row */
.prc-card--highlight {
  border-color: rgba(207, 177, 76, 0.5);
  background: rgba(207, 177, 76, 0.05);
}

.prc-card--wide {
  grid-column: 1 / -1;
}

/* Card body */
.prc-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start !important;
  text-align: left !important;
}

.jts-section .prc-card__name {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--fc-ink, #231f20);
  line-height: 1.4;
  margin: 0;
}

.prc-card__duration {
  font-family: "Jost", sans-serif;
  font-size: 12.5px;
  color: #8a8172;
  display: flex;
  align-items: center;
  gap: 6px;
}

.prc-card__duration i {
  color: rgba(207, 177, 76, 0.7);
  font-size: 11px;
}

/* Price badge */
.prc-card__price {
  font-family: "Libre Baskerville", serif;
  font-size: 26px;
  font-weight: 700;
  color: var(--fc-gold-deep, #d4b857);
  white-space: nowrap;
  line-height: 1;
  padding-top: 4px;
}

/* ── Book CTA row ── */
.prc-cta {
  margin-top: 8px;
}

/* ── Bottom CTA banner ── */
.prc-banner {
  background: linear-gradient(135deg, var(--fc-ink, #231f20) 0%, #3a3330 100%);
  padding: 70px 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.prc-banner::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 340px;
  height: 340px;
  border: 80px solid rgba(207, 177, 76, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.prc-banner__inner {
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.prc-banner__title {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 400;
  color: #ffffff;
  margin: 0 0 14px;
  line-height: 1.3;
}

.prc-banner__sub {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0 0 32px;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .prc-grid {
    gap: 16px;
  }

  .prc-card {
    width: calc(50% - 10px);
  }

  .prc-hero,
  .prc-banner {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 640px) {
  .prc-card {
    width: 100%;
    min-width: unset;
  }

  .prc-hero {
    padding: 40px 24px 36px;
  }

  .prc-banner {
    padding: 50px 24px;
  }

  .prc-card__price {
    font-size: 22px;
  }
}

/* ================================================
   PRICING PAGE - STYLES
   ================================================ */

/* ================================================
   PRICING HERO SECTION
   ================================================ */
.pricing-page .prc-hero {
  background: #ffffff;
  padding: 60px 60px 50px;
  text-align: center;
  border-bottom: 1px solid rgba(207, 177, 76, 0.15);
}

.pricing-page .prc-hero__inner {
  max-width: 800px;
  margin: 0 auto;
}

.pricing-page .prc-hero__title {
  font-family: "Libre Baskerville", serif;
  font-size: 42px;
  font-weight: 700;
  color: var(--fc-ink, #231f20);
  margin: 0;
  text-transform: uppercase;
}

/* ================================================
   NAVIGATION SECTION
   ================================================ */
.pricing-page .jts-nav {
  background: #fff;
  padding: 60px 40px;
  margin: 0;
  position: relative;
}

.pricing-page .jts-nav__inner {
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.pricing-page .jts-nav__header {
  margin-bottom: 32px;
}

.pricing-page .jts-nav__header .why-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--fc-gold, #cfb14c);
  margin-bottom: 12px;
  text-transform: uppercase;
  display: block;
}

.pricing-page .jts-nav__title {
  font-family: "Libre Baskerville", serif;
  font-size: 28px;
  font-weight: 700;
  color: var(--fc-ink, #231f20);
  text-transform: uppercase;
  margin: 0 0 16px;
  line-height: 1.2;
}

.pricing-page .jts-nav__subtitle {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  color: #6b6660;
  margin: 12px 0 0;
  font-weight: 400;
  line-height: 1.4;
}

/* Navigation Grid */
.pricing-page .jts-nav__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 24px;
}

.pricing-page .jts-nav-card {
  background: #ffffff;
  border: 2px solid var(--fc-gold, #cfb14c);
  border-radius: 12px;
  padding: 20px 16px;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  width: 160px;
  min-height: 80px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: 0 4px 12px rgba(207, 177, 76, 0.1);
}

.pricing-page .jts-nav-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(207, 177, 76, 0.2);
  border-color: var(--fc-gold-deep, #d4b857);
  background: rgba(207, 177, 76, 0.02);
}

.pricing-page .jts-nav-card__label {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: var(--fc-ink, #231f20);
  line-height: 1.3;
  margin: 0;
  transition: color 0.3s ease;
  text-align: center;
}

.pricing-page .jts-nav-card:hover .jts-nav-card__label {
  color: var(--fc-gold-deep, #d4b857);
}

/* ================================================
   TREATMENT SECTIONS
   ================================================ */
.pricing-page .jts-section {
  background: #ffffff;
  padding: 50px 60px;
  scroll-margin-top: 80px;
}

.pricing-page .jts-section--alt {
  background: var(--fc-cream, #f8f4ee);
}

.pricing-page .jts-section__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  flex-direction: column;
  align-items: center;
  text-align: center;
  text-align: center;
}

.pricing-page .jts-section__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 24px;
  width: 100%;
}

.pricing-page .jts-section__header h2 {
  margin: 0;
  text-align: center;
}

/* ================================================
   PRICING CARDS
   ================================================ */
.pricing-page .prc-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  width: 100%;
  margin: 40px auto;
  max-width: 1400px;
}

.pricing-page .prc-card {
  background: #ffffff;
  border: 1px solid rgba(207, 177, 76, 0.15);
  border-radius: 20px;
  padding: 32px 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 calc(33.333% - 14px);
  min-width: 320px;
  max-width: 450px;
  box-shadow: 0 4px 20px rgba(207, 177, 76, 0.06);
  transition: all 0.3s ease;
  position: relative;
}

.pricing-page .prc-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(207, 177, 76, 0.12);
  border-color: rgba(207, 177, 76, 0.25);
}

.pricing-page .prc-card--featured {
  border: 2px solid var(--fc-gold, #cfb14c);
  box-shadow: 0 6px 24px rgba(207, 177, 76, 0.15);
}

.pricing-page .prc-card--highlight {
  background: rgba(207, 177, 76, 0.02);
  border: 1px solid rgba(207, 177, 76, 0.2);
}

.pricing-page .prc-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
}

.pricing-page .prc-card__name {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--fc-ink, #231f20);
  margin: 0;
  line-height: 1.3;
  text-align: left;
}

.pricing-page .prc-card__duration {
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #999;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}

.pricing-page .prc-card__duration i {
  color: var(--fc-gold, #cfb14c);
  font-size: 14px;
}

.pricing-page .prc-card__price {
  font-family: "Libre Baskerville", serif;
  font-size: 32px;
  font-weight: 700;
  color: var(--fc-gold, #cfb14c);
  margin: 0;
  padding: 0;
  flex-shrink: 0;
  margin-left: 32px;
}

/* Featured card styling */
.pricing-page .prc-card--featured .prc-card__price {
  color: var(--fc-gold-deep, #d4b857);
}

/* ================================================
   CTA SECTION
   ================================================ */
.pricing-page .prc-cta {
  margin-top: 40px;
  text-align: center;
}

.pricing-page .prc-banner {
  background: linear-gradient(
    135deg,
    var(--fc-gold, #cfb14c) 0%,
    var(--fc-gold-deep, #d4b857) 100%
  );
  padding: 50px 40px;
  text-align: center;
  margin: 60px 0 0;
}

.pricing-page .prc-banner__inner {
  max-width: 800px;
  margin: 0 auto;
}

.pricing-page .prc-banner__title {
  font-family: "Libre Baskerville", serif;
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 16px;
  line-height: 1.3;
}

.pricing-page .prc-banner__sub {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 24px;
}

/* ================================================
   RESPONSIVE STYLES
   ================================================ */
@media (max-width: 1200px) {
  .pricing-page .prc-grid {
    max-width: 1200px;
    gap: 18px;
  }

  .pricing-page .prc-card {
    flex: 0 0 calc(50% - 9px);
    min-width: 300px;
    padding: 28px 32px;
  }

  .pricing-page .prc-card__name {
    font-size: 17px;
  }

  .pricing-page .prc-card__price {
    font-size: 28px;
    margin-left: 24px;
  }
}

@media (max-width: 900px) {
  .pricing-page .prc-grid {
    gap: 16px;
  }

  .pricing-page .prc-card {
    flex: 0 0 100%;
    min-width: auto;
    max-width: 600px;
  }
}

@media (max-width: 768px) {
  .pricing-page .prc-hero {
    padding: 40px 24px 30px;
  }

  .pricing-page .prc-hero__title {
    font-size: 28px;
  }

  .pricing-page .jts-nav {
    padding: 30px 20px;
  }

  .pricing-page .jts-nav__title {
    font-size: 24px;
  }

  .pricing-page .jts-nav__subtitle {
    font-size: 14px;
  }

  .pricing-page .jts-nav__grid {
    gap: 16px;
  }

  .pricing-page .jts-nav-card {
    padding: 18px 12px;
    width: 140px;
    min-height: 70px;
  }

  .pricing-page .jts-nav-card__label {
    font-size: 12px;
  }

  .pricing-page .jts-section {
    padding: 40px 24px;
  }

  .pricing-page .prc-grid {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin: 32px auto;
  }

  .pricing-page .prc-card {
    flex: none;
    min-width: auto;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    padding: 24px 28px;
  }

  .pricing-page .prc-card__name {
    font-size: 16px;
  }

  .pricing-page .prc-card__duration {
    font-size: 13px;
  }

  .pricing-page .prc-card__price {
    font-size: 26px;
    margin-left: 20px;
  }

  .pricing-page .prc-banner {
    padding: 35px 24px;
    margin: 40px 0 0;
  }

  .pricing-page .prc-banner__title {
    font-size: 24px;
  }
}

@media (max-width: 560px) {
  .pricing-page .jts-nav {
    padding: 25px 16px;
  }

  .pricing-page .jts-nav__grid {
    gap: 14px;
  }

  .pricing-page .jts-nav-card {
    padding: 16px 10px;
    width: 120px;
    min-height: 65px;
  }

  .pricing-page .jts-nav-card__label {
    font-size: 11px;
  }
}

/* ============================================================
   SPECIALIST SECTION / INDIBA SPLITS — Equal Height Layout
   Ensures image/media column matches the exact height of content
   ============================================================ */

.specialist-section .specialist-wrapper {
  display: flex;
  align-items: stretch;
}

.specialist-section .specialist-image-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  flex: 1;
}

.specialist-section .specialist-image-frame {
  display: flex;
  flex-direction: column;
  flex: 1 1 100%;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.specialist-section .specialist-img,
.specialist-section img.specialist-img,
.specialist-section video.specialist-img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  border-radius: 16px;
  display: block;
  flex: 1 1 100%;
}

.specialist-section .specialist-video-embed {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 320px;
  flex: 1;
}

.specialist-section .specialist-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 991px) {
  .specialist-section .specialist-wrapper {
    flex-direction: column;
  }
  .specialist-section .specialist-image-container,
  .specialist-section .specialist-content {
    flex: 1 1 100%;
    width: 100%;
  }
  .specialist-section .specialist-image-frame {
    min-height: 320px;
  }
}

/* ============================================================
   EVOLT 360 PAGE — Extra 3 & Extra 4: Side-by-side card layout
   Body class : .treatment-evolt-360-body-scan
   Sections   : #indiba-extra3-section  |  #indiba-extra4-section
   Desktop    : 2 equal cards, left/right — NO image column
   ============================================================ */

/* 1. Both sections: transparent bg — shared strip handled by extra4::before */
.treatment-evolt-360-body-scan #indiba-extra3-section,
.treatment-evolt-360-body-scan #indiba-extra4-section {
  background: transparent !important;
  overflow: visible !important;
}

/* 2. Hide decorative circles / leaves */
.treatment-evolt-360-body-scan #indiba-extra3-section .bg-circle,
.treatment-evolt-360-body-scan #indiba-extra3-section .bg-leaf,
.treatment-evolt-360-body-scan #indiba-extra4-section .bg-circle,
.treatment-evolt-360-body-scan #indiba-extra4-section .bg-leaf {
  display: none !important;
}

/* 3. Side-by-side float layout (50/50) */
.treatment-evolt-360-body-scan #indiba-extra3-section {
  width: 50% !important;
  float: left !important;
  padding: 55px 16px 55px 30px !important;
  box-sizing: border-box !important;
  position: relative !important;
}

.treatment-evolt-360-body-scan #indiba-extra4-section {
  width: 50% !important;
  float: left !important;
  padding: 60px 30px 60px 16px !important;
  box-sizing: border-box !important;
  position: relative !important;
}

/*
  Shared background strip behind BOTH columns.
  Lives on extra4::before — stretches leftward to cover extra3 too.
  Height = extra4's own height (always the reference, since it auto-sizes).
  This fixes the unequal-height background problem with float layouts.
*/
.treatment-evolt-360-body-scan #indiba-extra4-section::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  /* Extend left across extra3 (its own 50vw width + extra3's 50vw) */
  left: -100vw;
  width: calc(100% + 100vw);
  background: linear-gradient(135deg, #fdfbf7 0%, #faf6ef 100%);
  z-index: -1;
  pointer-events: none;
}

/* Clearfix: so the section AFTER extra4 clears the float row */
.treatment-evolt-360-body-scan #indiba-extra4-section::after {
  content: "";
  display: table;
  clear: both;
}

/* 4. Remove default 2-col specialist grid — content fills the card */
.treatment-evolt-360-body-scan #indiba-extra3-section .specialist-wrapper,
.treatment-evolt-360-body-scan #indiba-extra4-section .specialist-wrapper {
  display: block !important;
  height: 100%;
}

/* 5. Hide image/video column entirely */
.treatment-evolt-360-body-scan
  #indiba-extra3-section
  .specialist-image-container,
.treatment-evolt-360-body-scan
  #indiba-extra4-section
  .specialist-image-container {
  display: none !important;
}

/* 6. Container full-width */
.treatment-evolt-360-body-scan #indiba-extra3-section > .container,
.treatment-evolt-360-body-scan #indiba-extra4-section > .container {
  max-width: 100% !important;
  padding: 0 !important;
  height: 100%;
}

/* 7. Premium card styling */
.treatment-evolt-360-body-scan #indiba-extra3-section .specialist-content,
.treatment-evolt-360-body-scan #indiba-extra4-section .specialist-content {
  padding: 40px 36px 36px !important;
  padding-right: 20px !important;
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box !important;
  display: flex !important;
  flex-direction: column !important;
  background: #ffffff !important;
  border-radius: 20px !important;
  border: 1px solid rgba(207, 177, 76, 0.18) !important;
  border-top: 4px solid #cfb14c !important;
  box-shadow:
    0 4px 12px rgba(207, 177, 76, 0.08),
    0 16px 40px rgba(35, 31, 32, 0.06) !important;
  transition:
    box-shadow 0.35s ease,
    transform 0.35s ease !important;
}

.treatment-evolt-360-body-scan #indiba-extra3-section .specialist-content:hover,
.treatment-evolt-360-body-scan
  #indiba-extra4-section
  .specialist-content:hover {
  box-shadow:
    0 8px 24px rgba(207, 177, 76, 0.16),
    0 24px 56px rgba(35, 31, 32, 0.1) !important;
  transform: translateY(-5px) !important;
}

/* 8. Card heading */
.treatment-evolt-360-body-scan #indiba-extra3-section .main-title,
.treatment-evolt-360-body-scan #indiba-extra4-section .main-title {
  font-family: "Libre Baskerville", serif !important;
  font-size: clamp(1.25rem, 2vw, 1.65rem) !important;
  color: #231f20 !important;
  line-height: 1.3 !important;
  margin-bottom: 6px !important;
}

/* 9. Gold divider */
.treatment-evolt-360-body-scan #indiba-extra3-section .divider-line,
.treatment-evolt-360-body-scan #indiba-extra4-section .divider-line {
  background: linear-gradient(90deg, #cfb14c, #d4b857) !important;
}

/* 10. Body text */
.treatment-evolt-360-body-scan #indiba-extra3-section .specialist-text p,
.treatment-evolt-360-body-scan #indiba-extra4-section .specialist-text p {
  font-size: 16px !important;
  line-height: 1.8 !important;
  color: #4a4a4a !important;
  margin-bottom: 12px !important;
}

/* 11. CTA button pushed to bottom of card */
.treatment-evolt-360-body-scan #indiba-extra3-section .view-more-solid-btn,
.treatment-evolt-360-body-scan #indiba-extra4-section .view-more-solid-btn {
  margin-top: auto !important;
  align-self: flex-start !important;
}
.single-post h2 {
  font-size: 35px;
  font-weight: 500;
  font-family: "Jost", sans-serif;
}
.single-post h2 span {
  font-weight: 500 !important;
}
/* ---- Responsive: stack vertically on tablet / mobile ---- */
@media (max-width: 991px) {
  .treatment-evolt-360-body-scan #indiba-extra3-section,
  .treatment-evolt-360-body-scan #indiba-extra4-section {
    width: 100% !important;
    float: none !important;
    padding: 40px 20px !important;
  }
}

/* ============================================================
   TREATMENT PROTOCOLS SECTION
   .tbs-protocols-section  /  #treatment-protocols
   ============================================================ */

.tbs-protocols-section {
  background: linear-gradient(160deg, #fdfbf7 0%, #f6f0e8 100%);
  padding: 90px 0 100px;
  position: relative;
  overflow: hidden;
}

/* Subtle decorative background glow */
.tbs-protocols-section::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -120px;
  width: 500px;
  height: 500px;
  background: radial-gradient(
    circle,
    rgba(207, 177, 76, 0.08) 0%,
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
}

/* ── Section header ── */
.tbs-protocols-header {
  margin-bottom: 56px;
}

.tbs-protocols-intro {
  max-width: 760px;
  margin: 18px auto 0;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #555;
}

/* ── Cards grid ── */
.tbs-protocols-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, 1fr); /* default: 3 cols */
}

/* Dynamic column count based on card count */
.tbs-protocols-grid.tbs-protocols-count-1 {
  grid-template-columns: 1fr;
  max-width: 600px;
  margin: 0 auto;
}
.tbs-protocols-grid.tbs-protocols-count-2 {
  grid-template-columns: repeat(2, 1fr);
}
.tbs-protocols-grid.tbs-protocols-count-3 {
  grid-template-columns: repeat(3, 1fr);
}
.tbs-protocols-grid.tbs-protocols-count-4 {
  grid-template-columns: repeat(2, 1fr);
}
.tbs-protocols-grid.tbs-protocols-count-5 {
  grid-template-columns: repeat(6, 1fr);
}

/* Top row: 3 cards, each spans 2 cols (33%) */
.tbs-protocols-grid.tbs-protocols-count-5 .tbs-protocol-card:nth-child(1),
.tbs-protocols-grid.tbs-protocols-count-5 .tbs-protocol-card:nth-child(2),
.tbs-protocols-grid.tbs-protocols-count-5 .tbs-protocol-card:nth-child(3) {
  grid-column: span 2;
}

/* Bottom row: 2 cards, each spans 3 cols (50%) */
.tbs-protocols-grid.tbs-protocols-count-5 .tbs-protocol-card:nth-child(4),
.tbs-protocols-grid.tbs-protocols-count-5 .tbs-protocol-card:nth-child(5) {
  grid-column: span 3;
}

/* ── Individual card ── */
.tbs-protocol-card {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid rgba(207, 177, 76, 0.18);
  border-top: 4px solid #cfb14c;
  padding: 36px 32px 32px;
  display: flex;
  flex-direction: column;
  gap: 0;
  box-shadow:
    0 4px 16px rgba(207, 177, 76, 0.07),
    0 16px 40px rgba(35, 31, 32, 0.06);
  transition:
    transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.35s ease,
    border-color 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* Subtle inner corner shine */
.tbs-protocol-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background: radial-gradient(
    circle at top left,
    rgba(207, 177, 76, 0.08),
    transparent 70%
  );
  pointer-events: none;
}

.tbs-protocol-card:hover {
  transform: translateY(-7px);
  box-shadow:
    0 8px 28px rgba(207, 177, 76, 0.14),
    0 28px 56px rgba(35, 31, 32, 0.1);
  border-color: rgba(207, 177, 76, 0.42);
}

/* ── Card head: icon + title row ── */
.tbs-protocol-card__head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}

.tbs-protocol-card__icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(
    135deg,
    rgba(207, 177, 76, 0.13) 0%,
    rgba(212, 184, 87, 0.22) 100%
  );
  border: 1.5px solid rgba(207, 177, 76, 0.35);
  color: #cfb14c;
  font-size: 1.3rem;
  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.tbs-protocol-card:hover .tbs-protocol-card__icon {
  background: linear-gradient(135deg, #cfb14c 0%, #d4b857 100%);
  color: #ffffff;
  transform: scale(1.08);
}

.tbs-protocol-card__title-wrap {
  flex: 1;
  min-width: 0;
}

.tbs-protocol-card__title {
  font-family: "Libre Baskerville", serif;
  font-size: clamp(1.05rem, 1.5vw, 1.28rem);
  font-weight: 600;
  color: #231f20;
  margin: 0 0 6px;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.tbs-protocol-card:hover .tbs-protocol-card__title {
  color: #000;
}

.tbs-protocol-card__best-for {
  font-family: "Jost", sans-serif;
  font-size: 0.85rem;
  color: #888;
  margin: 0 0 15px;
  line-height: 1.4;
  font-style: italic;
  padding-bottom: 12px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
}

.tbs-protocol-card__best-for strong {
  color: #cfb14c;
  font-style: normal;
  font-weight: 600;
}

/* ── Card body: WYSIWYG content ── */
.tbs-protocol-card__body {
  flex: 1;
  font-family: "Jost", sans-serif;
  font-size: 0.95rem;
  line-height: 1.75;
  color: #4a4a4a;
}

.tbs-protocol-card__desc {
  margin-bottom: 15px;
}

.tbs-protocol-card__benefits > strong {
  display: block;
  margin-bottom: 8px;
  color: #231f20;
  font-weight: 600;
}

.tbs-protocol-card__body p {
  margin: 0 0 12px;
}

.tbs-protocol-card__body p:last-child {
  margin-bottom: 0;
}

/* Bullet lists from WYSIWYG */
.tbs-protocol-card__body ul,
.tbs-protocol-card__body ol {
  margin: 10px 0 14px;
  padding-left: 0;
  list-style: none;
}

.tbs-protocol-card__body ul li,
.tbs-protocol-card__body ol li {
  position: relative;
  padding-left: 17px;
  margin-bottom: 5px;
  color: #000;
  font-size: 0.93rem;
}

.tbs-protocol-card__body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, #cfb14c, #d4b857);
}

.tbs-protocol-card__body ol {
  counter-reset: proto-list;
}

.tbs-protocol-card__body ol li {
  counter-increment: proto-list;
}

.tbs-protocol-card__body ol li::before {
  content: counter(proto-list) ".";
  position: absolute;
  left: 0;
  color: #cfb14c;
  font-weight: 700;
  font-size: 0.85rem;
}

.tbs-protocol-card__body strong {
  color: #231f20;
  font-weight: 600;
}
.page-before-and-afters section#results {
  padding-bottom: 0;
}
/* ── Responsive ── */
@media (max-width: 1100px) {
  .tbs-protocols-grid.tbs-protocols-count-3,
  .tbs-protocols-grid.tbs-protocols-count-5 {
    grid-template-columns: repeat(2, 1fr);
  }

  /* Reset all spans for tablet */
  .tbs-protocols-grid.tbs-protocols-count-5 .tbs-protocol-card:nth-child(1),
  .tbs-protocols-grid.tbs-protocols-count-5 .tbs-protocol-card:nth-child(2),
  .tbs-protocols-grid.tbs-protocols-count-5 .tbs-protocol-card:nth-child(3),
  .tbs-protocols-grid.tbs-protocols-count-5 .tbs-protocol-card:nth-child(4),
  .tbs-protocols-grid.tbs-protocols-count-5 .tbs-protocol-card:nth-child(5) {
    grid-column: auto;
  }
}

@media (max-width: 768px) {
  .tbs-protocols-section {
    padding: 60px 0 70px;
  }

  .tbs-protocols-grid,
  .tbs-protocols-grid.tbs-protocols-count-2,
  .tbs-protocols-grid.tbs-protocols-count-3,
  .tbs-protocols-grid.tbs-protocols-count-4,
  .tbs-protocols-grid.tbs-protocols-count-5 {
    grid-template-columns: 1fr;
  }

  /* Reset all spans for mobile */
  .tbs-protocols-grid.tbs-protocols-count-5 .tbs-protocol-card:nth-child(1),
  .tbs-protocols-grid.tbs-protocols-count-5 .tbs-protocol-card:nth-child(2),
  .tbs-protocols-grid.tbs-protocols-count-5 .tbs-protocol-card:nth-child(3),
  .tbs-protocols-grid.tbs-protocols-count-5 .tbs-protocol-card:nth-child(4),
  .tbs-protocols-grid.tbs-protocols-count-5 .tbs-protocol-card:nth-child(5) {
    grid-column: auto;
  }

  .tbs-protocol-card {
    padding: 28px 22px 24px;
  }
}

/* Before & Afters Page Styling */
.tbs-treatment-results {
  margin-top: 40px;
  margin-bottom: 0px;
  padding-bottom: 60px;
  border-bottom: 1px solid #eaeaea;
}

.tbs-treatment-results:last-child {
  border-bottom: none;
}

h2.main-title.tbs-treatment-results__title {
  margin-bottom: 30px;
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  color: #222;
  position: relative;
  padding-bottom: 15px;
  text-transform: capitalize;
  font-family: "Libre Baskerville", serif;
}

h2.main-title.tbs-treatment-results__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, #ffffff, #cfb14c, #ffffff);
  border-radius: 3px;
}

/* ==================================================
   UNIVERSAL TREATMENT SECTION
   ================================================== */

.treatment-section {
  position: relative;
  overflow: hidden;
}

/* ==================================================
   SECTION HEADER
   Always stays ABOVE image + content
   ================================================== */

.treatment-section__header {
  text-align: center;
  margin-bottom: 45px;
}

.treatment-section__header > div {
  width: 100%;
}

/* ==================================================
   MAIN IMAGE + CONTENT LAYOUT
   ================================================== */

.treatment-layout {
  display: grid;
  grid-template-columns: 38% 62%;
  align-items: stretch;
  gap: 50px;
  width: 100%;
}

/* ==================================================
   IMAGE COLUMN
   ================================================== */

.treatment-image-wrap {
  position: relative;
  display: flex;
  min-width: 0;
  padding: 0 12px 12px 0;
}

/* ==================================================
   IMAGE FRAME
   IMPORTANT:
   height: 100% makes it equal to content height
   ================================================== */

.treatment-image {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  border-radius: 24px;
  background: #e8e4dc;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

/* ==================================================
   IMAGE
   ================================================== */

.treatment-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.treatment-image:hover img {
  transform: scale(1.04);
}

/* ==================================================
   IMAGE OVERLAY
   ================================================== */

.treatment-image::after {
  content: "";
  position: absolute;
  inset: 0;

  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 55%);

  pointer-events: none;
}

/* ==================================================
   DECORATIVE GOLD BORDER
   ================================================== */

.treatment-image-decoration {
  position: absolute;
  top: 12px;
  right: 0;
  bottom: 0;
  width: 85%;

  border: 1px solid #cfb14c;
  border-radius: 24px;

  pointer-events: none;
}

/* ==================================================
   CONTENT COLUMN
   ================================================== */

.treatment-content {
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ==================================================
   DIVIDER
   ================================================== */

.treatment-divider {
  display: flex;
  justify-content: flex-start;
  margin: 0 0 28px;
}

.treatment-divider .divider-line {
  width: 60px;
}

/* ==================================================
   PRICING GRID
   ================================================== */

.treatment-content .prc-grid {
  display: flex;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  flex-wrap: wrap;
}

/* ==================================================
   PRICE CARD
   ================================================== */

.treatment-content .prc-card {
  min-height: 135px;

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.treatment-content .prc-card:hover {
  transform: translateY(-4px);

  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

/* ==================================================
   LAST CARD
   ================================================== */

.treatment-last-card {
  grid-column: 1 / -1;
}

/* ==================================================
   CTA
   ================================================== */

.treatment-content .prc-cta {
  margin-top: 0px;
}

/* ==================================================
   TABLET
   ================================================== */

@media (max-width: 1100px) {
  .treatment-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .treatment-image-wrap {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }

  .treatment-image {
    height: 500px;
    min-height: 500px;
  }
}

/* ==================================================
   MOBILE
   ================================================== */

@media (max-width: 767px) {
  .treatment-section__header {
    margin-bottom: 30px;
  }

  .treatment-layout {
    gap: 30px;
  }

  .treatment-image-wrap {
    padding: 0 8px 8px 0;
  }

  .treatment-image {
    height: 420px;
    min-height: 420px;
    border-radius: 18px;
  }

  .treatment-image-decoration {
    top: 8px;
    border-radius: 18px;
  }

  .treatment-content .prc-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .treatment-last-card {
    grid-column: auto;
  }
}

/* ==================================================
   SMALL MOBILE
   ================================================== */

@media (max-width: 480px) {
  .treatment-image {
    height: 380px;
    min-height: 380px;
  }
}
.prc-grid.prc-grid--single {
  width: 100%;
}
.prc-grid.prc-grid--single .prc-card {
  width: 100%;
}

/* =========================================================
   THE BODY Y SHAPE AESTHETIC
   PREMIUM CONTACT FORM
   ========================================================= */

#jts-premium-contact {
  --gold: #d4af37;
  --gold-dark: #b9972e;

  --black: #171717;
  --text: #292621;
  --muted: #8c857a;

  --cream: #faf8f3;
  --white: #ffffff;

  --border: #ded8cc;

  width: 100% !important;
  max-width: 100% !important;

  margin: 0 !important;
  padding: 32px !important;

  background: var(--cream) !important;

  border: 1px solid #cfb14c;
  border-left: 0px solid #000;
  box-sizing: border-box !important;

  position: relative;
}

/* =========================================================
   RESET CF7
   ========================================================= */

#jts-premium-contact p {
  margin: 0 !important;
  padding: 0 !important;
}

#jts-premium-contact br {
  display: none !important;
}

/* =========================================================
   GRID
   ========================================================= */

#jts-premium-contact .jts-contact-fields {
  display: grid;

  grid-template-columns: 1fr 1fr;

  column-gap: 28px;
  row-gap: 10px;

  width: 100%;

  margin: 0;
}

/* =========================================================
   FIELD
   ========================================================= */

#jts-premium-contact .jts-contact-field {
  width: 100%;

  margin: 0 !important;
  padding: 0 !important;

  box-sizing: border-box;
}

/* =========================================================
   FIELD HEADING
   ========================================================= */

#jts-premium-contact .jts-field-heading {
  display: flex;

  align-items: center;

  gap: 10px;

  margin-bottom: 10px;

  height: 18px;
}

/* Number */

#jts-premium-contact .jts-field-number {
  color: var(--gold);

  font-size: 9px;

  font-weight: 600;

  letter-spacing: 1px;

  line-height: 1;
}

/* Label */

#jts-premium-contact .jts-field-label {
  color: var(--black);

  font-family: inherit;

  font-size: 10px;

  font-weight: 600;

  line-height: 1;

  letter-spacing: 1.7px;

  text-transform: uppercase;
}

/* Small line after label */

#jts-premium-contact .jts-field-heading::after {
  content: "";

  flex: 1;

  height: 1px;

  margin-left: 5px;

  background: #e1dbcf;
}

/* =========================================================
   INPUTS
   ========================================================= */

#jts-premium-contact .jts-premium-input {
  display: block !important;

  width: 100% !important;

  max-width: 100% !important;

  height: 50px !important;

  min-height: 50px !important;

  margin: 0 !important;

  padding: 0 16px !important;

  border: 1px solid var(--border) !important;

  border-radius: 0 !important;

  background: var(--white) !important;

  color: var(--text) !important;

  font-family: inherit !important;

  font-size: 11px !important;

  font-weight: 400 !important;

  letter-spacing: 0.2px !important;

  line-height: normal !important;

  outline: none !important;

  box-shadow: none !important;

  box-sizing: border-box !important;

  transition: all 0.3s ease !important;
}

/* Placeholder */

#jts-premium-contact .jts-premium-input::placeholder {
  color: #aaa39a !important;

  opacity: 1 !important;

  font-size: 10px !important;

  letter-spacing: 0.3px !important;
}

/* Focus */

#jts-premium-contact .jts-premium-input:focus {
  border-color: var(--gold) !important;

  background: #fff !important;

  box-shadow: inset 3px 0 0 var(--gold) !important;
}

/* =========================================================
   SELECT
   ========================================================= */

#jts-premium-contact select.jts-premium-input {
  cursor: pointer !important;

  color: #8c857a !important;

  appearance: auto !important;

  -webkit-appearance: auto !important;
}

/* =========================================================
   MESSAGE
   ========================================================= */

#jts-premium-contact .jts-message-field {
  margin-top: 12px !important;
}

#jts-premium-contact textarea.jts-premium-input {
  height: 130px !important;

  min-height: 130px !important;

  padding: 15px 16px !important;

  resize: vertical !important;

  line-height: 1.6 !important;
}

/* =========================================================
   BOTTOM
   ========================================================= */

#jts-premium-contact .jts-contact-bottom {
  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 30px;

  margin-top: 25px;

  padding-top: 22px;

  border-top: 1px solid #e2dcd0;
}

/* =========================================================
   NOTE
   ========================================================= */

#jts-premium-contact .jts-contact-note {
  display: flex;

  align-items: center;

  gap: 10px;

  color: var(--muted);

  font-size: 9px;

  font-weight: 500;

  letter-spacing: 1.4px;

  text-transform: uppercase;
}

#jts-premium-contact .jts-note-line {
  display: block;

  width: 30px;

  height: 1px;

  background: var(--gold);
}

/* =========================================================
   BUTTON WRAPPER
   ========================================================= */

#jts-premium-contact .jts-premium-submit {
  position: relative;

  width: 220px;

  height: 52px;

  flex-shrink: 0;
}

/* =========================================================
   BUTTON
   ========================================================= */

#jts-premium-contact input.jts-premium-button {
  display: flex !important;

  align-items: center !important;

  justify-content: center !important;

  width: 100% !important;

  height: 52px !important;

  min-height: 52px !important;

  margin: 0 !important;

  padding: 0 40px 0 20px !important;

  border: 1px solid var(--black) !important;

  border-radius: 0 !important;

  background: var(--black) !important;

  color: #fff !important;

  font-family: inherit !important;

  font-size: 9px !important;

  font-weight: 600 !important;

  letter-spacing: 2px !important;

  text-transform: uppercase !important;

  cursor: pointer !important;

  outline: none !important;

  box-shadow: none !important;

  box-sizing: border-box !important;

  transition: all 0.35s ease !important;
}

/* =========================================================
   BUTTON ICON
   ========================================================= */

#jts-premium-contact .jts-button-icon {
  position: absolute;

  right: 17px;

  top: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  width: 25px;

  height: 25px;

  transform: translateY(-50%);

  color: var(--gold);

  font-size: 11px;

  pointer-events: none;

  transition: all 0.35s ease;
}

/* =========================================================
   BUTTON HOVER
   ========================================================= */

#jts-premium-contact .jts-premium-submit:hover input.jts-premium-button {
  background: var(--gold) !important;

  border-color: var(--gold) !important;

  transform: translateY(-2px) !important;
}

#jts-premium-contact .jts-premium-submit:hover .jts-button-icon {
  color: #fff;

  transform: translateY(-50%) translateX(5px);
}

/* =========================================================
   VALIDATION
   ========================================================= */

#jts-premium-contact input.wpcf7-not-valid,
#jts-premium-contact select.wpcf7-not-valid,
#jts-premium-contact textarea.wpcf7-not-valid {
  border-color: #bd6257 !important;
}

#jts-premium-contact .wpcf7-not-valid-tip {
  margin-top: 5px !important;

  color: #bd6257 !important;

  font-size: 9px !important;
}

/* =========================================================
   RESPONSE
   ========================================================= */

#jts-premium-contact .wpcf7-response-output {
  margin: 20px 0 0 !important;

  padding: 12px 15px !important;

  border: 1px solid var(--gold) !important;

  background: rgba(212, 175, 55, 0.06) !important;

  color: var(--text) !important;

  font-size: 10px !important;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {
  #jts-premium-contact {
    padding: 25px !important;
  }

  #jts-premium-contact .jts-contact-fields {
    column-gap: 18px;

    row-gap: 22px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */
.p-badge {
  display: none !important;
}
.treatment-vanquish-me-fat-reduction .concern-section::before {
  display: none;
}
@media (max-width: 767px) {
  #jts-premium-contact {
    padding: 22px !important;
  }

  #jts-premium-contact .jts-contact-fields {
    grid-template-columns: 1fr;

    gap: 18px;
  }

  #jts-premium-contact .jts-message-field {
    margin-top: 18px !important;
  }

  #jts-premium-contact textarea.jts-premium-input {
    height: 115px !important;

    min-height: 115px !important;
  }

  #jts-premium-contact .jts-contact-bottom {
    align-items: stretch;

    flex-direction: column;

    gap: 18px;

    margin-top: 20px;

    padding-top: 18px;
  }

  #jts-premium-contact .jts-premium-submit {
    width: 100%;
  }

  #jts-premium-contact input.jts-premium-button {
    width: 100% !important;
  }
  #headPhone a .elementor-button-text {
    display: none;
  }
  #innerHeader .elementor-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
  }

  #innerHeader .elementor-container .elementor-col-33:nth-child(1) {
    order: 1;
    margin-right: auto;
  }

  #innerHeader .elementor-container .elementor-col-33:nth-child(3) {
    order: 2;
    width: fit-content;
  }

  #innerHeader .elementor-container .elementor-col-33:nth-child(2) {
    order: 3;
  }
  #innerHeader .elementor-button-icon .e-font-icon-svg {
    height: 30px;
    background: #231f20;
    border-radius: 4px;
    fill: #fff;
    width: 30px;
  }
  #heroWrapper .elementor-divider {
    display: none;
  }
  #herolableWrp .hbadge-pill {
    padding: 10px 5px;
    gap: 8px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    text-align: center;
    width: 23.5%;
    flex-direction: column;
  }
  #herolableWrp .hbadge-text b {
    font-size: 9px;
  }
  #heroWrapper .hbadge-text span {
    color: #666;
    font-size: 10px;
    margin-top: 4px;
  }
  #heroWrapper .e-con-boxed a {
    width: 180px;
    padding: 12px;
  }
  #heroWrapper {
    border: none;
    border-radius: 0;
    height: auto;
    padding: 50px 15px;
    text-align: center;
  }
  #heroWrapper .elementor-heading-title {
    font-size: 22px;
  }
  #heroWrapper .elementor-widget-text-editor {
    padding: 0;
  }
  #heroWrapper .swiper-slide-image {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
    box-shadow: none;
    border-radius: 20px !important;
  }
  #heroWrapper .e-con-boxed {
    padding: 0;
    min-height: 50px;
  }
  .abs-list li {
    text-align: left;
  }
  ul#menu-primary-menu li a {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    background: none;
    box-shadow: none;
  }
  ul.elementskit-dropdown.elementskit-submenu-panel.elementskit-dropdown-open {
    box-shadow: none !important;
  }
}

/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {
  #jts-premium-contact {
    padding: 18px !important;
  }

  #jts-premium-contact .jts-field-label {
    font-size: 9px;

    letter-spacing: 1.4px;
  }

  #jts-premium-contact .jts-premium-input {
    height: 47px !important;

    min-height: 47px !important;

    padding-left: 13px !important;
  }
}
.treatment-evolt-360-body-scan section#indiba-extra5-section {
  width: 100%;
  background: #fff;
}
/* ============================================================
   TREATMENT LONGEVITY & MEDICAL DISCLAIMER (2 CARDS)
   ============================================================ */
.tbs-two-cards-section {
  padding: 20px 0;
  padding-bottom: 40px;
  background: var(--fc-ivory, #fdfaf6);
  position: relative;
}

.tbs-two-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  align-items: stretch;
}

.tbs-two-cards-grid--single {
  grid-template-columns: minmax(auto, 800px);
  justify-content: center;
}

.tbs-info-card {
  background: #ffffff;
  border-radius: 20px;
  border: 1px solid #ebdcb9;
  box-shadow: 0 12px 32px -10px rgba(35, 31, 32, 0.07);
  padding: 36px 32px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.35s ease;
  transform: none;
}

.tbs-info-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #cfb14c, #d4b857);
}

.tbs-info-card:hover {
  transform: translateY(-4px);
  border-color: #cfb14c;
  box-shadow: 0 20px 45px -12px rgba(207, 177, 76, 0.2);
}

/* Card Header */
.tbs-info-card__head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(207, 177, 76, 0.2);
}
#longevity-disclaimer h3 {
  font-size: 1.6rem;
}
.tbs-info-card__icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  background: rgba(207, 177, 76, 0.12);
  border: 1px solid #ebdcb9;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a98d53;
  font-size: 22px;
  transition: all 0.3s ease;
}

.tbs-info-card:hover .tbs-info-card__icon {
  background: #cfb14c;
  color: #ffffff;
  border-color: #cfb14c;
}

.tbs-info-card__icon--alert {
  background: #fff8eb;
  border-color: #f0cb82;
  color: #cfb14c;
}

.tbs-info-card:hover .tbs-info-card__icon--alert {
  background: #cfb14c;
  color: #ffffff;
}

.tbs-info-card__title {
  font-family: "Libre Baskerville", serif;
  font-size: 1.28rem;
  color: #231f20;
  margin: 0;
  line-height: 1.35;
}

/* Card Body */
.tbs-info-card__body {
  flex: 1;
  color: #4a4542;
  font-size: 15px;
  line-height: 1.7;
}

.tbs-info-card__body p {
  margin: 0 0 12px 0;
}

.tbs-info-card__body p:last-child {
  margin-bottom: 0;
}

.tbs-info-card__body strong,
.tbs-info-card__body b {
  color: #231f20;
  font-weight: 600;
}

.tbs-info-card__body ul {
  margin: 0 0 12px 0;
  padding-left: 20px;
}

.tbs-info-card__body ul li {
  margin-bottom: 6px;
}

/* Treatment Note Banner (Pre / Post Advice) */
.tbs-treatment-note {
  background: #ffffff;
  border: 1px solid #ebdcb9;
  border-left: 5px solid #cfb14c;
  border-radius: 16px;
  padding: 24px 28px;
  margin-top: 30px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  box-shadow: 0 8px 24px -10px rgba(35, 31, 32, 0.06);
}

.tbs-treatment-note__icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  background: rgba(207, 177, 76, 0.12);
  border: 1px solid #ebdcb9;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 20px;
  margin-top: 2px;
}

.tbs-treatment-note__content {
  flex: 1;
}

.tbs-treatment-note__title {
  font-family: "Libre Baskerville", serif;
  font-size: 1.05rem;
  color: #231f20;
  display: block;
  margin-bottom: 6px;
}

.tbs-treatment-note__text {
  color: #55504d;
  font-size: 14.5px;
  line-height: 1.65;
}

.tbs-treatment-note__text p {
  margin: 0 0 6px 0;
}

.tbs-treatment-note__text p:last-child {
  margin-bottom: 0;
}
.elementskit-dropdown li .elementskit-submenu-indicator {
  color: #fff;
  transform: rotate(270deg);
}
/* Responsive */
@media (max-width: 900px) {
  .tbs-two-cards-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .tbs-two-cards-section {
    padding: 55px 0;
  }
  .tbs-info-card {
    padding: 26px 22px;
  }
  .tbs-treatment-note {
    flex-direction: column;
    padding: 20px 18px;
    gap: 14px;
  }
}

/*==================================================
  Single Post Detail Content Section
  Target: .single-post .elementor-widget-tl-post-content .elementor-widget-container
  Creative, User-Friendly & Luxury Editorial Design
==================================================*/
.single-post .elementor-widget-tl-post-content .elementor-widget-container {
  padding: 25px;
  border-radius: 15px;
  background: #fff;
}
.single-post .elementor-widget-tl-post-content .elementor-widget-container p {
  color: #3f3b3a;
  font-size: 16px;
  font-weight: 400;
}
.single-post .elementor-widget-tl-post-content .elementor-widget-container,
.single-post .elementor-widget-tl-post-content,
#postDetailSection {
  color: #3a3637;
  font-family: "Jost", sans-serif;
  line-height: 1.8;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

/* Optimal editorial container constraint */
.single-post .elementor-widget-tl-post-content .elementor-widget-container,
#postDetailSection .elementor-widget-container,
#postDetailSection .entry-content,
#postDetailSection .page-content {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

/* Typography - Headings (Brand Main Color: #cfb14c) */
.single-post .elementor-widget-tl-post-content .elementor-widget-container h1,
.single-post .elementor-widget-tl-post-content .elementor-widget-container h2,
.single-post .elementor-widget-tl-post-content .elementor-widget-container h3,
.single-post .elementor-widget-tl-post-content .elementor-widget-container h4,
.single-post .elementor-widget-tl-post-content .elementor-widget-container h5,
.single-post .elementor-widget-tl-post-content .elementor-widget-container h6,
#postDetailSection h1,
#postDetailSection h2,
#postDetailSection h3,
#postDetailSection h4,
#postDetailSection h5,
#postDetailSection h6 {
  font-family: "Libre Baskerville", serif;
  color: #cfb14c !important;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.01em;
}

.single-post .elementor-widget-tl-post-content .elementor-widget-container h1,
#postDetailSection h1 {
  font-size: clamp(1.85rem, 3.5vw, 2.4rem);
  margin-top: 0;
  margin-bottom: 20px;
}

.single-post .elementor-widget-tl-post-content .elementor-widget-container h2,
#postDetailSection h2 {
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  margin-top: 32px;
  margin-bottom: 16px;
  padding-bottom: 10px;
  position: relative;
  display: block;
}

.single-post
  .elementor-widget-tl-post-content
  .elementor-widget-container
  h2::after,
#postDetailSection h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 44px;
  height: 3px;
  background: #cfb14c;
  border-radius: 2px;
}

.single-post .elementor-widget-tl-post-content .elementor-widget-container h3,
#postDetailSection h3 {
  font-size: clamp(1.18rem, 2vw, 1.45rem);
  margin-top: 28px;
  margin-bottom: 14px;
  font-weight: 600;
  color: #231f20 !important;
}

.single-post .elementor-widget-tl-post-content .elementor-widget-container h4,
#postDetailSection h4 {
  font-size: 1.15rem;
  margin-top: 22px;
  margin-bottom: 10px;
  font-weight: 600;
}

.single-post .elementor-widget-tl-post-content .elementor-widget-container h5,
.single-post .elementor-widget-tl-post-content .elementor-widget-container h6,
#postDetailSection h5,
#postDetailSection h6 {
  font-size: 1.02rem;
  margin-top: 18px;
  margin-bottom: 8px;
  font-weight: 600;
}

/* Paragraphs & Text Content (16px readable font size) */
.single-post .elementor-widget-tl-post-content .elementor-widget-container p,
#postDetailSection p {
  font-family: "Jost", sans-serif;
  font-size: 16px !important;
  line-height: 1.8;
  color: #3f3b3a;
  margin-bottom: 18px;
  font-weight: 400;
}

/* Lead Intro Paragraph */
.single-post
  .elementor-widget-tl-post-content
  .elementor-widget-container
  > p:first-of-type,
#postDetailSection > p:first-of-type,
#postDetailSection .elementor-widget-container > p:first-of-type,
#postDetailSection .entry-content > p:first-of-type {
  font-size: 16px !important;
  line-height: 1.85;
  color: #242021;
  font-weight: 400;
}

/* Bold & Emphasis */
.single-post
  .elementor-widget-tl-post-content
  .elementor-widget-container
  strong,
.single-post .elementor-widget-tl-post-content .elementor-widget-container b,
#postDetailSection strong,
#postDetailSection b {
  font-weight: 600;
  color: #1e1b1c;
}

.single-post .elementor-widget-tl-post-content .elementor-widget-container em,
.single-post .elementor-widget-tl-post-content .elementor-widget-container i,
#postDetailSection em,
#postDetailSection i {
  font-style: italic;
}

/* Creative Interactive Links */
.single-post .elementor-widget-tl-post-content .elementor-widget-container a,
#postDetailSection a {
  color: #cfb14c;
  text-decoration: none;
  font-weight: 500;
  position: relative;
  transition: all 0.25s ease;
  border-bottom: 1px dashed rgba(207, 177, 76, 0.6);
  padding-bottom: 1px;
}

.single-post
  .elementor-widget-tl-post-content
  .elementor-widget-container
  a:hover,
#postDetailSection a:hover {
  color: #231f20;
  border-bottom: 1px solid #231f20;
}

/* Creative Unordered Lists (Gold Accent Bullets) */
.single-post .elementor-widget-tl-post-content .elementor-widget-container ul,
#postDetailSection ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin: 18px 0 24px 0 !important;
}

.single-post
  .elementor-widget-tl-post-content
  .elementor-widget-container
  ul
  li,
#postDetailSection ul li {
  position: relative;
  padding-left: 26px !important;
  margin-bottom: 10px;
  line-height: 1.75;
  color: #3f3b3a;
  font-size: 16px;
}

.single-post
  .elementor-widget-tl-post-content
  .elementor-widget-container
  ul
  li::before,
#postDetailSection ul li::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 9px;
  width: 7px;
  height: 7px;
  background: #cfb14c;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(207, 177, 76, 0.22);
}

/* Nested lists */
.single-post
  .elementor-widget-tl-post-content
  .elementor-widget-container
  ul
  ul,
.single-post
  .elementor-widget-tl-post-content
  .elementor-widget-container
  ol
  ul,
#postDetailSection ul ul,
#postDetailSection ol ul {
  margin: 8px 0 8px 18px !important;
}

/* Creative Ordered Lists (Numbered Badges) */
.single-post .elementor-widget-tl-post-content .elementor-widget-container ol,
#postDetailSection ol {
  counter-reset: post-counter;
  list-style: none !important;
  padding-left: 0 !important;
  margin: 18px 0 24px 0 !important;
}

.single-post
  .elementor-widget-tl-post-content
  .elementor-widget-container
  ol
  li,
#postDetailSection ol li {
  counter-increment: post-counter;
  position: relative;
  padding-left: 34px !important;
  margin-bottom: 12px;
  line-height: 1.75;
  color: #3f3b3a;
  font-size: 16px;
}

.single-post
  .elementor-widget-tl-post-content
  .elementor-widget-container
  ol
  li::before,
#postDetailSection ol li::before {
  content: counter(post-counter);
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  background: rgba(207, 177, 76, 0.12);
  color: #9f8128;
  border: 1px solid #cfb14c;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11.5px;
  font-weight: 600;
  font-family: "Jost", sans-serif;
}

/* Creative Images & Media Styling */
.single-post .elementor-widget-tl-post-content .elementor-widget-container img,
.single-post
  .elementor-widget-tl-post-content
  .elementor-widget-container
  .wp-block-image
  img,
#postDetailSection img,
#postDetailSection .wp-block-image img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
  border: 1px solid rgba(207, 177, 76, 0.35);
  box-shadow: 0 12px 30px -10px rgba(35, 31, 32, 0.08);
  margin: 24px auto;
  display: block;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.single-post
  .elementor-widget-tl-post-content
  .elementor-widget-container
  img:hover,
#postDetailSection img:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px -10px rgba(35, 31, 32, 0.12);
}

.single-post
  .elementor-widget-tl-post-content
  .elementor-widget-container
  figure,
#postDetailSection figure {
  margin: 26px 0;
  text-align: center;
}

.single-post
  .elementor-widget-tl-post-content
  .elementor-widget-container
  figcaption,
.single-post
  .elementor-widget-tl-post-content
  .elementor-widget-container
  .wp-caption-text,
#postDetailSection figcaption,
#postDetailSection .wp-caption-text {
  font-size: 13.5px;
  color: #7d7571;
  font-style: italic;
  margin-top: 8px;
  text-align: center;
  letter-spacing: 0.2px;
}

/* Creative Blockquotes & Callout Highlights */
.single-post
  .elementor-widget-tl-post-content
  .elementor-widget-container
  blockquote,
.single-post
  .elementor-widget-tl-post-content
  .elementor-widget-container
  .wp-block-quote,
#postDetailSection blockquote,
#postDetailSection .wp-block-quote {
  background: linear-gradient(135deg, #fdfaf6 0%, #f7f1e7 100%);
  border-left: 4px solid #cfb14c;
  border-top: 1px solid #ebdcb9;
  border-right: 1px solid #ebdcb9;
  border-bottom: 1px solid #ebdcb9;
  border-radius: 0 14px 14px 0;
  padding: 22px 28px;
  margin: 28px 0;
  box-shadow: 0 8px 24px -8px rgba(35, 31, 32, 0.05);
  position: relative;
}

.single-post
  .elementor-widget-tl-post-content
  .elementor-widget-container
  blockquote
  p,
.single-post
  .elementor-widget-tl-post-content
  .elementor-widget-container
  .wp-block-quote
  p,
#postDetailSection blockquote p,
#postDetailSection .wp-block-quote p {
  font-family: "Libre Baskerville", serif;
  font-style: italic;
  font-size: 15.5px !important;
  line-height: 1.7;
  color: #231f20;
  margin-bottom: 6px;
}

.single-post
  .elementor-widget-tl-post-content
  .elementor-widget-container
  blockquote
  cite,
.single-post
  .elementor-widget-tl-post-content
  .elementor-widget-container
  .wp-block-quote
  cite,
#postDetailSection blockquote cite,
#postDetailSection .wp-block-quote cite {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  color: #cfb14c;
  margin-top: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Creative Comparison & Data Tables */
.single-post
  .elementor-widget-tl-post-content
  .elementor-widget-container
  .wp-block-table,
.single-post
  .elementor-widget-tl-post-content
  .elementor-widget-container
  .table-wrapper,
#postDetailSection .wp-block-table,
#postDetailSection .table-wrapper {
  overflow-x: auto;
  margin: 30px 0;
  border-radius: 14px;
  box-shadow: 0 10px 30px -10px rgba(35, 31, 32, 0.07);
  border: 1px solid #ebdcb9;
}

.single-post
  .elementor-widget-tl-post-content
  .elementor-widget-container
  table,
#postDetailSection table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  margin: 24px 0;
  font-size: 15px;
  box-shadow: 0 8px 24px -10px rgba(35, 31, 32, 0.06);
  border: 1px solid #ebdcb9;
}

.single-post
  .elementor-widget-tl-post-content
  .elementor-widget-container
  table
  thead
  tr,
.single-post
  .elementor-widget-tl-post-content
  .elementor-widget-container
  table
  tr:first-child:not(tbody tr:not(:first-child)),
#postDetailSection table thead tr,
#postDetailSection table tr:first-child:not(tbody tr:not(:first-child)) {
  background: #231f20;
  color: #fdfaf6;
}

.single-post
  .elementor-widget-tl-post-content
  .elementor-widget-container
  table
  th,
.single-post
  .elementor-widget-tl-post-content
  .elementor-widget-container
  table
  thead
  th,
.single-post
  .elementor-widget-tl-post-content
  .elementor-widget-container
  table
  tr:first-child
  th,
.single-post
  .elementor-widget-tl-post-content
  .elementor-widget-container
  table
  tr:first-child
  td,
#postDetailSection table th,
#postDetailSection table thead th,
#postDetailSection table tr:first-child th,
#postDetailSection table tr:first-child td {
  background: #231f20;
  color: #fdfaf6;
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 18px;
  text-align: left;
  letter-spacing: 0.3px;
  border: none;
  border-bottom: 2px solid #cfb14c;
}

.single-post
  .elementor-widget-tl-post-content
  .elementor-widget-container
  table
  tbody
  tr,
.single-post
  .elementor-widget-tl-post-content
  .elementor-widget-container
  table
  tr:not(:first-child),
#postDetailSection table tbody tr,
#postDetailSection table tr:not(:first-child) {
  transition: background-color 0.2s ease;
}

.single-post
  .elementor-widget-tl-post-content
  .elementor-widget-container
  table
  tbody
  tr:nth-child(even),
.single-post
  .elementor-widget-tl-post-content
  .elementor-widget-container
  table
  tr:not(:first-child):nth-child(even),
#postDetailSection table tbody tr:nth-child(even),
#postDetailSection table tr:not(:first-child):nth-child(even) {
  background-color: #faf6f0;
}

.single-post
  .elementor-widget-tl-post-content
  .elementor-widget-container
  table
  tbody
  tr:nth-child(odd),
.single-post
  .elementor-widget-tl-post-content
  .elementor-widget-container
  table
  tr:not(:first-child):nth-child(odd),
#postDetailSection table tbody tr:nth-child(odd),
#postDetailSection table tr:not(:first-child):nth-child(odd) {
  background-color: #ffffff;
}

.single-post
  .elementor-widget-tl-post-content
  .elementor-widget-container
  table
  tbody
  tr:hover,
.single-post
  .elementor-widget-tl-post-content
  .elementor-widget-container
  table
  tr:not(:first-child):hover,
#postDetailSection table tbody tr:hover,
#postDetailSection table tr:not(:first-child):hover {
  background-color: #f3ece0;
}

.single-post
  .elementor-widget-tl-post-content
  .elementor-widget-container
  table
  td,
#postDetailSection table td {
  padding: 14px 18px;
  color: #3f3b3a;
  line-height: 1.6;
  border-top: 1px solid #eee5d7;
  vertical-align: top;
  font-size: 14.5px;
}

.single-post
  .elementor-widget-tl-post-content
  .elementor-widget-container
  table
  td:first-child,
#postDetailSection table td:first-child {
  font-weight: 600;
  color: #231f20;
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
}

/* Horizontal Rule / Divider */
.single-post .elementor-widget-tl-post-content .elementor-widget-container hr,
.single-post
  .elementor-widget-tl-post-content
  .elementor-widget-container
  .wp-block-separator,
#postDetailSection hr,
#postDetailSection .wp-block-separator {
  border: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    #ebdcb9 25%,
    #cfb14c 50%,
    #ebdcb9 75%,
    transparent
  );
  margin: 36px 0;
  opacity: 0.8;
}

/* Mobile & Tablet Responsiveness */
@media (max-width: 768px) {
  .single-post .elementor-widget-tl-post-content .elementor-widget-container,
  #postDetailSection {
    font-size: 15.5px;
  }

  .single-post .elementor-widget-tl-post-content .elementor-widget-container h1,
  #postDetailSection h1 {
    font-size: 1.75rem;
  }

  .single-post .elementor-widget-tl-post-content .elementor-widget-container h2,
  #postDetailSection h2 {
    font-size: 1.35rem;
    margin-top: 26px;
  }

  .single-post .elementor-widget-tl-post-content .elementor-widget-container h3,
  #postDetailSection h3 {
    font-size: 1.18rem;
    margin-top: 22px;
  }

  .single-post .elementor-widget-tl-post-content .elementor-widget-container p,
  #postDetailSection p {
    font-size: 15.5px !important;
    line-height: 1.75;
    margin-bottom: 16px;
  }

  .single-post
    .elementor-widget-tl-post-content
    .elementor-widget-container
    table,
  #postDetailSection table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .single-post
    .elementor-widget-tl-post-content
    .elementor-widget-container
    table
    th,
  .single-post
    .elementor-widget-tl-post-content
    .elementor-widget-container
    table
    td,
  #postDetailSection table th,
  #postDetailSection table td {
    padding: 12px 14px;
    font-size: 13.5px;
    white-space: normal;
    min-width: 130px;
  }

  .single-post
    .elementor-widget-tl-post-content
    .elementor-widget-container
    blockquote,
  .single-post
    .elementor-widget-tl-post-content
    .elementor-widget-container
    .wp-block-quote,
  #postDetailSection blockquote,
  #postDetailSection .wp-block-quote {
    padding: 16px 18px;
    margin: 20px 0;
  }

  .single-post
    .elementor-widget-tl-post-content
    .elementor-widget-container
    ul
    li,
  .single-post
    .elementor-widget-tl-post-content
    .elementor-widget-container
    ol
    li,
  #postDetailSection ul li,
  #postDetailSection ol li {
    padding-left: 24px !important;
    font-size: 15px;
  }

  .abs-col {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .fc-hero::before {
    border: 110px solid rgb(210 181 82 / 10%);
  }
  .fc-hero h1 {
    font-size: clamp(30px, 5vw, 64px);
  }
  #skin-concern-section .section-header .main-title {
    font-size: clamp(2rem, 3vw, 3.2rem);
  }
  section#trust-section {
    padding-bottom: 20px;
  }
  div#getInTouch {
    display: flex;
    flex-direction: column;
  }
  #footerNew p {
    font-size: 16px;
  }
  #footerNew h6 {
    font-size: 20px;
  }
  #footerNew li span {
    font-size: 16px !important;
    font-family: "Jost", sans-serif;
  }
  #policyWrp ul {
    padding-left: 15px !important;
  }
}
