@charset "UTF-8";
@font-face {
  font-family: "Bricolage Grotesque";
  src: url("../fonts/bricolage-grotesque/BricolageGrotesque-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bricolage Grotesque";
  src: url("../fonts/bricolage-grotesque/BricolageGrotesque-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bricolage Grotesque";
  src: url("../fonts/bricolage-grotesque/BricolageGrotesque-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bricolage Grotesque";
  src: url("../fonts/bricolage-grotesque/BricolageGrotesque-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo/Archivo-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo/Archivo-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo/Archivo-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archivo";
  src: url("../fonts/archivo/Archivo-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Fortune Parade";
  src: url("../fonts/fortune-parade/Fortune Parade.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Archivo", sans-serif;
  font-size: clamp(14px, 1.2vw + 10px, 17px);
  color: #2d3748;
  line-height: 1.6;
}

.spacing {
  padding: clamp(50px, 6vw, 90px) 0;
}

.container {
  max-width: 1320px;
}

p {
  margin-bottom: 0;
}

.para {
  margin-bottom: clamp(12px, 2vw, 20px);
}

.bg-pattern {
  position: relative;
  background: #caf0f8;
  z-index: 1;
}
.bg-pattern::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../images/webp-icons/bg-pattern.webp");
  background-repeat: repeat;
  background-size: 500px;
  background-position: center;
  opacity: 0.09;
  filter: brightness(0) saturate(100%) invert(10%) sepia(82%) saturate(4925%) hue-rotate(232deg) brightness(72%) contrast(120%);
  z-index: -1;
  pointer-events: none;
}

p,
strong,
ul,
ol,
li,
b {
  font-size: clamp(13px, 1.5vw, 17px);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Bricolage Grotesque", sans-serif;
  color: #03045e;
  margin-bottom: 1rem;
}

h1 {
  font-size: clamp(36px, 5vw, 56px);
}

h2 {
  font-size: clamp(28px, 4vw, 42px);
}

h3 {
  font-size: clamp(22px, 3vw, 32px);
}

h4 {
  font-size: clamp(18px, 2vw, 24px);
}

h5 {
  font-size: clamp(16px, 1.5vw, 20px);
}

h6 {
  font-size: clamp(15px, 1.2vw, 18px);
}

.spacing {
  padding: clamp(40px, 5vw, 70px) 0;
}

a {
  text-decoration: none;
  color: #03045e;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #00b4d8;
}

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

.section-padding {
  padding: clamp(40px, 8vw, 100px) 0;
}

.section-margin {
  margin-bottom: clamp(40px, 8vw, 100px);
}

.breadcrumb-section {
  position: relative;
  padding: clamp(70px, 12vw, 140px) 0;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
}
.breadcrumb-section .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
.breadcrumb-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: -1;
}
.breadcrumb-section .bread-heading {
  display: block;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(28px, 5vw, 56px);
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 1.2;
}
.breadcrumb-section nav[aria-label=breadcrumb] {
  display: flex;
  justify-content: center;
}
.breadcrumb-section nav[aria-label=breadcrumb] .breadcrumb-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 10px;
  align-items: center;
  font-size: clamp(0.78rem, 2vw, 0.95rem);
  opacity: 0.9;
}
.breadcrumb-section nav[aria-label=breadcrumb] .breadcrumb-list li {
  white-space: nowrap;
}
.breadcrumb-section nav[aria-label=breadcrumb] .breadcrumb-list a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.breadcrumb-section nav[aria-label=breadcrumb] .breadcrumb-list a:hover {
  color: #00b4d8;
}
.breadcrumb-section nav[aria-label=breadcrumb] .breadcrumb-list a i {
  margin-right: 4px;
}
.breadcrumb-section nav[aria-label=breadcrumb] .breadcrumb-list .separator {
  color: rgba(255, 255, 255, 0.5);
}
.breadcrumb-section nav[aria-label=breadcrumb] .breadcrumb-list .current {
  color: #00b4d8;
  font-weight: 500;
  white-space: nowrap;
}

.overview-section .common-content-wrap .para {
  text-align: center;
  margin-bottom: 10px;
}
.overview-section .common-content-wrap .sub-heading {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.overview-section .common-content-wrap .why-choose-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .overview-section .common-content-wrap .why-choose-grid {
    grid-template-columns: 1fr;
  }
}
.overview-section .common-content-wrap .why-choose-grid .why-choose-box {
  display: flex;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: clamp(15px, 3vw, 24px) clamp(10px, 2vw, 20px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s ease-in-out;
}
.overview-section .common-content-wrap .why-choose-grid .why-choose-box:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.overview-section .common-content-wrap .why-choose-grid .why-choose-box .icon {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: rgba(0, 180, 216, 0.1);
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.overview-section .common-content-wrap .why-choose-grid .why-choose-box .icon img {
  max-width: 35px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  filter: brightness(0) saturate(100%) invert(10%) sepia(82%) saturate(4925%) hue-rotate(232deg) brightness(72%) contrast(120%);
}
.overview-section .common-content-wrap .why-choose-grid .why-choose-box .content p {
  margin: 0;
  font-size: 0.95rem;
  color: #718096;
  line-height: 1.4;
}

.common-heading, .heading-wrap h2 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 600;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.1;
  letter-spacing: -0.01em;
  color: #03045e;
  margin-bottom: 0;
}
.common-heading em, .heading-wrap h2 em {
  font-style: italic;
  color: #00b4d8;
}

.sub-heading {
  font-size: clamp(20px, 2.4vw, 26px);
  font-weight: 500;
  margin-bottom: 10px;
}

.small-heading,
.card-heading {
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-size: clamp(16px, 1.5vw, 1.15rem);
  color: #2d3748;
  margin-bottom: 6px;
}

.heading-wrap {
  margin-bottom: clamp(30px, 4vw, 50px);
}
.heading-wrap .eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 4px;
}
.heading-wrap .eyebrow .dash {
  width: 38px;
  height: 2px;
  background: #00b4d8;
}
.heading-wrap .eyebrow span {
  font-size: 12.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgb(0, 137.5, 165);
}
.heading-wrap p {
  margin-top: 14px;
  color: rgba(45, 55, 72, 0.85);
}
@media (min-width: 991px) {
  .heading-wrap p {
    max-width: 600px;
  }
}
.heading-wrap.center {
  text-align: center;
}
.heading-wrap.center .eyebrow {
  justify-content: center;
}
.heading-wrap.center p {
  margin-left: auto;
  margin-right: auto;
}

.theme-btn-wrap {
  position: relative;
  display: inline-block;
}
.theme-btn-wrap .theme-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #03045e;
  color: #ffffff;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.2px;
  text-decoration: none;
  padding: 13px 24px 13px 20px;
  border-radius: 999px;
  border: 1px solid #03045e;
  z-index: 2;
  transition: transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1), background 0.25s ease;
}
.theme-btn-wrap .theme-btn .leaf-ic {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(212, 175, 55, 0.18);
  border-radius: 50%;
  color: #00b4d8;
  font-size: 0.75rem;
}
.theme-btn-wrap .theme-btn .arrow {
  transition: transform 0.3s ease;
  font-size: 0.8rem;
  color: #00b4d8;
}
.theme-btn-wrap::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  background: #00b4d8;
  border-radius: 999px;
  z-index: 1;
  transition: transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.theme-btn-wrap:hover::before {
  transform: translate(3px, 3px);
}
.theme-btn-wrap:hover .theme-btn {
  transform: translate(3px, 3px);
  background: rgb(2.0536082474, 2.7381443299, 64.3463917526);
}
.theme-btn-wrap:hover .arrow {
  transform: translateX(3px);
}
.theme-btn-wrap.alt .theme-btn {
  background: #ffffff;
  color: #03045e;
  border: 1px solid #03045e;
}
.theme-btn-wrap.alt .theme-btn .leaf-ic {
  background: rgba(3, 4, 94, 0.1);
  color: #03045e;
}
.theme-btn-wrap.alt .theme-btn .arrow {
  color: #03045e;
}
.theme-btn-wrap.alt::before {
  background: rgba(3, 4, 94, 0.05);
  border: 1px dashed #03045e;
}
.theme-btn-wrap.alt:hover .theme-btn {
  background: #03045e;
  color: #ffffff;
}
.theme-btn-wrap.alt:hover .theme-btn .leaf-ic {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.theme-btn-wrap.alt:hover .theme-btn .arrow {
  color: #ffffff;
}

.content-section {
  background-color: #ffffff;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #03045e;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  border: 2px solid #03045e;
}
.btn-primary:hover {
  background-color: transparent;
  color: #03045e;
}

.btn-secondary {
  display: inline-block;
  background-color: #00b4d8;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  border: 2px solid #00b4d8;
}
.btn-secondary:hover {
  background-color: transparent;
  color: #00b4d8;
}

.btn-outline-primary {
  display: inline-block;
  background-color: transparent;
  color: #03045e;
  padding: 12px 30px;
  border-radius: 4px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  border: 2px solid #03045e;
}
.btn-outline-primary:hover {
  background-color: #03045e;
  color: #ffffff;
}

.chronic-diseases .disease-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  max-width: 991px;
  margin: 0 auto;
}
.chronic-diseases .disease-tags span {
  background: #caf0f8;
  padding: 8px 15px;
  border-radius: 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  color: #03045e;
  border: 1px solid rgba(3, 4, 94, 0.05);
  font-weight: 500;
}

.cta-section {
  position: relative;
  background-image: url("../images/cta-banner/ayurveda-cta-banner.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.cta-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  z-index: -1;
}
.cta-section .heading-wrap h2,
.cta-section .heading-wrap .common-heading {
  color: #ffffff;
}
.cta-section .heading-wrap p,
.cta-section .heading-wrap .para {
  color: rgba(255, 255, 255, 0.9);
}
.cta-section .heading-wrap .eyebrow span {
  color: #00b4d8;
}
.cta-section .cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.hiw-section .timeline {
  position: relative;
  display: flex;
  margin: 0 auto;
}
.hiw-section .timeline-line {
  position: absolute;
  left: 4%;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background: repeating-linear-gradient(to right, rgba(3, 4, 94, 0.4) 0px, rgba(3, 4, 94, 0.4) 7px, transparent 7px, transparent 13px);
  z-index: 0;
}
.hiw-section .timeline-line::before, .hiw-section .timeline-line::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(3, 4, 94, 0.4);
}
.hiw-section .timeline-line::before {
  left: -3px;
}
.hiw-section .timeline-line::after {
  right: -3px;
}
.hiw-section .step {
  flex: 1;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hiw-section .step:nth-child(odd) .marker {
  border-color: #00b4d8;
  color: #00b4d8;
}
.hiw-section .step:nth-child(even) .marker {
  border-color: #03045e;
  color: #03045e;
}
.hiw-section .step:nth-child(even) .stem {
  background: rgba(3, 4, 94, 0.4);
}
.hiw-section .slot {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.hiw-section .slot.slot-top {
  justify-content: flex-end;
}
.hiw-section .slot.slot-bottom {
  justify-content: flex-start;
}
.hiw-section .stem {
  width: 2px;
  height: 26px;
  background: rgba(3, 4, 94, 0.4);
}
.hiw-section .marker {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #00b4d8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(15px, 2vw, 21px);
  color: #00b4d8;
  box-shadow: 0 0 0 5px #90e0ef;
  flex-shrink: 0;
}
.hiw-section .card {
  width: 100%;
  max-width: 232px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  padding: 22px 20px;
  text-align: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  position: relative;
}
.hiw-section .card::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 12px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: #03045e;
  opacity: 0.55;
  transform: rotate(45deg);
}
.hiw-section .card h3 {
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
  margin: 0 0 8px;
  color: #2d3748;
}
.hiw-section .card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: #718096;
}
.hiw-section {
  /* ---- Mobile ---- */
}
@media (max-width: 768px) {
  .hiw-section .timeline {
    flex-direction: column;
    gap: 24px;
  }
  .hiw-section .timeline-line {
    display: none;
  }
  .hiw-section .step {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: clamp(12px, 1.5vw, 20px);
    align-items: start;
    position: relative;
    padding-bottom: 0;
  }
  .hiw-section .step:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 52px;
    bottom: -36px;
    width: 2px;
    background: repeating-linear-gradient(to bottom, rgba(3, 4, 94, 0.4) 0px, rgba(3, 4, 94, 0.4) 6px, transparent 6px, transparent 11px);
  }
  .hiw-section .slot {
    display: contents;
  }
  .hiw-section .marker {
    grid-column: 1;
    grid-row: 1;
    margin-top: 12px;
    position: relative;
    z-index: 2;
    width: clamp(26px, 3vw, 36px);
    height: clamp(26px, 3vw, 36px);
  }
  .hiw-section .card {
    grid-column: 2;
    grid-row: 1;
    max-width: none;
    text-align: left;
    margin-top: 0;
    z-index: 1;
  }
  .hiw-section .card::before {
    display: none;
  }
  .hiw-section .stem {
    display: none;
  }
}

/* ===================================================
   HERO SECTION
   Deep forest green canvas · arch portrait · trust chips
   =================================================== */
.hero-section {
  position: relative;
  background-image: url("../../assets/images/home/hero-banner.webp");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
  max-width: 100vw; /* prevent any horizontal bleed */
  min-height: 88vh;
  display: flex;
  align-items: center;
  /* Dark overlay for text legibility */
}
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.75) 45%, rgba(0, 0, 0, 0.9) 100%);
  z-index: 1;
}

/* Subtle gold glow over the image — atmospheric, not decorative */
.hero-bg-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: radial-gradient(ellipse 55% 70% at 72% 55%, rgba(0, 180, 216, 0.09), transparent 60%);
  pointer-events: none;
}

/* Inner layout: constrained, two-column */
.hero-inner {
  position: relative;
  z-index: 2; /* sit above the ::before overlay and bg-layer */
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 40px;
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 60px;
  align-items: center;
}

/* ===== LEFT: Content ===== */
.hero-content {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #00b4d8;
  margin-bottom: 20px;
}
.hero-eyebrow i {
  font-size: 0.85rem;
  opacity: 0.85;
}

.hero-name {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(2.6rem, 5vw, 4rem);
  font-weight: 700;
  line-height: 1.08;
  color: #ffffff;
  letter-spacing: -0.5px;
  margin: 0 0 14px;
}

.hero-credentials {
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.8px;
  color: rgba(255, 255, 255, 0.55);
  text-transform: uppercase;
  margin: 0 0 26px;
}

.hero-tagline {
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
  max-width: 480px;
  margin: 0 0 32px;
}

/* Trust chips */
.hero-chips {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 40px;
  padding: 0;
}
.hero-chips li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(0, 180, 216, 0.25);
  color: rgba(255, 255, 255, 0.85);
  padding: 7px 16px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.3px;
  backdrop-filter: blur(4px);
}
.hero-chips li i {
  color: #00b4d8;
  font-size: 0.75rem;
}

/* CTAs */
.hero-ctas {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

/* Primary CTA — layered gold shadow (same motif as header button) */
.hero-cta-primary {
  position: relative;
}
.hero-cta-primary::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  background: #00b4d8;
  border-radius: 999px;
  z-index: 1;
  transition: transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.hero-cta-primary:hover::before {
  transform: translate(3px, 3px);
}
.hero-cta-primary:hover .hero-btn-book {
  transform: translate(3px, 3px);
  background: #020338;
}

.hero-btn-book {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #03045e;
  color: #ffffff;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.2px;
  text-decoration: none;
  padding: 14px 26px 14px 20px;
  border-radius: 999px;
  border: 1px solid #03045e;
  transition: transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1), background 0.25s ease;
}
.hero-btn-book .leaf-ic {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 180, 216, 0.2);
  border-radius: 50%;
  color: #00b4d8;
  font-size: 0.75rem;
}
.hero-btn-book .fa-arrow-right {
  font-size: 0.8rem;
  color: #00b4d8;
  transition: transform 0.3s ease;
}
.hero-btn-book:hover .fa-arrow-right {
  transform: translateX(3px);
}

/* Ghost CTA */
.hero-btn-ghost {
  font-size: 0.92rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  letter-spacing: 0.2px;
  border-bottom: 1px solid rgba(0, 180, 216, 0.4);
  padding-bottom: 2px;
  transition: color 0.25s ease, border-color 0.25s ease;
}
.hero-btn-ghost:hover {
  color: #00b4d8;
  border-color: #00b4d8;
}

/* WhatsApp CTA — glass shimmer + pulse ring */
@keyframes waShimmer {
  0% {
    left: -80%;
  }
  100% {
    left: 130%;
  }
}
@keyframes waPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.55);
  }
  70% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
.hero-btn-whatsapp {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  /* solid WhatsApp green */
  background: #25D366;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1.5px solid #25D366;
  color: #fff;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.2px;
  text-decoration: none;
  padding: 14px 26px;
  border-radius: 999px;
  overflow: hidden;
  /* continuous pulse ring */
  animation: waPulse 2.2s ease-out infinite;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
  /* shimmer sweep */
}
.hero-btn-whatsapp::before {
  content: "";
  position: absolute;
  top: 0;
  left: -80%;
  width: 55%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.28) 50%, transparent 100%);
  transform: skewX(-15deg);
  animation: waShimmer 2.8s ease-in-out infinite;
}
.hero-btn-whatsapp .fa-whatsapp {
  font-size: 1.25rem;
  filter: drop-shadow(0 0 4px rgba(37, 211, 102, 0.7));
}
.hero-btn-whatsapp:hover {
  background: #1da851;
  border-color: #1da851;
  color: #fff;
  transform: translateY(-2px);
  animation-play-state: paused; /* pause pulse on hover — clean */
}
@media (prefers-reduced-motion: reduce) {
  .hero-btn-whatsapp {
    animation: none;
  }
  .hero-btn-whatsapp::before {
    animation: none;
  }
}

/* ===== RIGHT: Arch portrait ===== */
.hero-portrait-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.hero-arch {
  position: relative;
  width: 380px;
  max-width: 100%;
  /* The arch shape */
}
.hero-arch .hero-arch-img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  border-radius: 999px 999px 32px 32px;
  border: 6px solid rgba(0, 180, 216, 0.3);
  box-shadow: 0 0 0 1px rgba(0, 180, 216, 0.1), 0 30px 60px rgba(0, 0, 0, 0.4);
  display: block;
}
.hero-arch {
  /* Location tag at the bottom of the arch */
}
.hero-arch .hero-location-tag {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(0, 180, 216, 0.35);
  color: rgba(255, 255, 255, 0.9);
  padding: 7px 18px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  white-space: nowrap;
}
.hero-arch .hero-location-tag i {
  color: #00b4d8;
  font-size: 0.7rem;
}

/* ===== Scroll fade-in — one orchestrated moment ===== */
@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-content {
  animation: heroFadeUp 0.7s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.hero-portrait-wrap {
  animation: heroFadeUp 0.7s 0.18s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

/* Respect prefers-reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .hero-content,
  .hero-portrait-wrap {
    animation: none;
  }
}
/* ===================================================
   HERO — RESPONSIVE
   =================================================== */
@media (max-width: 1199px) {
  .hero-inner {
    max-width: 1100px;
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 42px;
    padding: 70px 30px;
  }
  .hero-arch {
    width: 320px;
  }
  .hero-arch .hero-arch-img {
    height: 450px;
  }
  .hero-name {
    font-size: clamp(2.4rem, 5vw, 3.5rem);
  }
}
/* ===================================================
   TABLET
   =================================================== */
@media (max-width: 991px) {
  .hero-section {
    min-height: auto;
    background-position: center center;
  }
  .hero-section::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.88) 100%);
  }
  .hero-bg-layer {
    background: radial-gradient(ellipse 80% 50% at 50% 30%, rgba(0, 180, 216, 0.08), transparent 65%);
  }
  .hero-inner {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 36px;
    padding: 64px 24px 50px;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
  }
  /* -----------------------------------------------
     CONTENT
     ----------------------------------------------- */
  .hero-content {
    order: 1;
    width: 100%;
    align-items: center;
  }
  .hero-eyebrow {
    justify-content: center;
    font-size: 0.72rem;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
  }
  .hero-name {
    font-size: clamp(2.2rem, 7vw, 3rem);
    line-height: 1.1;
    margin-bottom: 12px;
  }
  .hero-credentials {
    max-width: 100%;
    font-size: 0.76rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .hero-tagline {
    max-width: 560px;
    line-height: 1.65;
    margin-bottom: 26px;
  }
  /* -----------------------------------------------
     TRUST CHIPS
     ----------------------------------------------- */
  .hero-chips {
    width: 100%;
    max-width: 650px;
    justify-content: center;
    align-items: stretch;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 30px;
    overflow: visible;
  }
  .hero-chips li {
    justify-content: center;
    min-width: 0;
    padding: 8px 10px;
    font-size: 0.72rem;
    line-height: 1.3;
    white-space: normal;
    text-align: center;
  }
  .hero-chips li i {
    flex-shrink: 0;
    font-size: 0.68rem;
  }
  /* -----------------------------------------------
     CTA
     ----------------------------------------------- */
  .hero-ctas {
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
  }
  .hero-btn-whatsapp {
    font-size: 0.82rem;
    padding: 11px 17px;
    white-space: normal;
    text-align: center;
  }
  .hero-btn-whatsapp .fa-whatsapp {
    flex-shrink: 0;
    font-size: 1rem;
  }
  .hero-btn-ghost {
    font-size: 0.82rem;
  }
  /* -----------------------------------------------
     PORTRAIT
     ----------------------------------------------- */
  .hero-portrait-wrap {
    order: 2;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hero-arch {
    width: min(280px, 75vw);
  }
  .hero-arch .hero-arch-img {
    height: min(380px, 105vw);
  }
  .hero-arch .hero-location-tag {
    bottom: 16px;
    max-width: calc(100% - 20px);
    padding: 7px 14px;
    font-size: 0.68rem;
    letter-spacing: 0.8px;
  }
}
/* ===================================================
   MOBILE
   =================================================== */
@media (max-width: 767px) {
  .hero-section {
    background-position: 60% center;
  }
  .hero-section::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.94) 75%, rgba(0, 0, 0, 0.98) 100%);
  }
  .hero-inner {
    max-width: 560px;
    gap: 30px;
    padding: 52px 18px 42px;
  }
  /* Content */
  .hero-eyebrow {
    font-size: 0.65rem;
    letter-spacing: 1.2px;
    gap: 6px;
    margin-bottom: 13px;
  }
  .hero-eyebrow i {
    font-size: 0.72rem;
  }
  .hero-name {
    font-size: clamp(2rem, 10vw, 2.65rem);
    letter-spacing: -0.4px;
    margin-bottom: 10px;
  }
  .hero-credentials {
    font-size: 0.68rem;
    line-height: 1.65;
    margin-bottom: 18px;
    letter-spacing: 0.5px;
  }
  .hero-tagline {
    max-width: 430px;
    line-height: 1.6;
    margin-bottom: 22px;
  }
  /* Chips become 2 columns */
  .hero-chips {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 430px;
    gap: 7px;
    margin-bottom: 26px;
  }
  .hero-chips li {
    min-height: 38px;
    padding: 7px 8px;
    font-size: 0.66rem;
    gap: 5px;
    border-radius: 12px;
  }
  .hero-chips li i {
    font-size: 0.62rem;
  }
  .hero-chips li:last-child {
    grid-column: 1/-1;
  }
  /* CTA */
  .hero-ctas {
    flex-direction: column;
    width: 100%;
    gap: 13px;
  }
  .hero-btn-whatsapp {
    width: 100%;
    max-width: 340px;
    justify-content: center;
    box-sizing: border-box;
    padding: 12px 16px;
    font-size: 0.78rem;
  }
  .hero-btn-ghost {
    font-size: 0.78rem;
  }
  /* Portrait */
  .hero-portrait-wrap {
    width: 100%;
  }
  .hero-arch {
    width: min(250px, 68vw);
  }
  .hero-arch .hero-arch-img {
    height: min(350px, 95vw);
    border-width: 4px;
    border-radius: 999px 999px 24px 24px;
  }
  .hero-arch .hero-location-tag {
    bottom: 13px;
    padding: 6px 12px;
    font-size: 0.61rem;
    letter-spacing: 0.6px;
  }
}
/* ===================================================
   SMALL MOBILE
   =================================================== */
@media (max-width: 480px) {
  .hero-inner {
    padding: 44px 14px 34px;
    gap: 26px;
  }
  .hero-eyebrow {
    font-size: 0.59rem;
    letter-spacing: 1px;
  }
  .hero-name {
    font-size: 1.85rem;
  }
  .hero-credentials {
    font-size: 0.62rem;
    line-height: 1.7;
  }
  .hero-tagline {
    line-height: 1.55;
  }
  .hero-chips {
    max-width: 100%;
    gap: 6px;
  }
  .hero-chips li {
    min-height: 36px;
    padding: 6px 7px;
    font-size: 0.61rem;
  }
  .hero-btn-whatsapp {
    max-width: 100%;
    font-size: 0.74rem;
    padding: 11px 12px;
  }
  .hero-btn-ghost {
    font-size: 0.74rem;
  }
  .hero-arch {
    width: min(225px, 64vw);
  }
  .hero-arch .hero-arch-img {
    height: min(320px, 92vw);
  }
  .hero-arch .hero-location-tag {
    bottom: 11px;
    padding: 5px 10px;
    font-size: 0.56rem;
  }
}
/* ===================================================
   VERY SMALL PHONES
   =================================================== */
@media (max-width: 360px) {
  .hero-inner {
    padding-left: 12px;
    padding-right: 12px;
  }
  .hero-name {
    font-size: 1.7rem;
  }
  .hero-eyebrow {
    font-size: 0.55rem;
  }
  .hero-credentials {
    font-size: 0.58rem;
  }
  .hero-chips {
    grid-template-columns: 1fr;
  }
  .hero-chips li:last-child {
    grid-column: auto;
  }
  .hero-btn-whatsapp {
    font-size: 0.7rem;
  }
  .hero-arch {
    width: 205px;
  }
  .hero-arch .hero-arch-img {
    height: 290px;
  }
}
header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #ffffff;
  /* ===== TOP UTILITY BAR ===== */
}
header .top-header {
  background: linear-gradient(90deg, #020338, #03045e 55%, #0a0d7a);
  color: #caf0f8;
  font-size: 0.85rem;
}
header .top-header-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 4px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .contact-info {
  display: flex;
  align-items: center;
  gap: 0;
}
header .contact-info span {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  position: relative;
  letter-spacing: 0.2px;
}
header .contact-info span:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 14px;
  background: rgba(0, 180, 216, 0.35);
}
header .contact-info span i {
  color: #48cae4;
  font-size: 0.8rem;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 180, 216, 0.12);
  border-radius: 50%;
  flex-shrink: 0;
}
header .contact-info .badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(0, 180, 216, 0.14);
  border: 1px solid rgba(0, 180, 216, 0.3);
  color: #48cae4;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.3px;
  margin-right: 22px;
}
header .contact-info .badge i {
  font-size: 0.7rem;
}
header .top-right {
  display: flex;
  align-items: center;
  gap: 18px;
}
header .social-media {
  display: flex;
  gap: 10px;
}
header .social-media a {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(202, 240, 248, 0.25);
  color: #caf0f8;
  font-size: 0.8rem;
  text-decoration: none;
  transition: all 0.25s ease;
}
header .social-media a:hover {
  background: #0096b7;
  border-color: #0096b7;
  color: #020338;
  transform: translateY(-2px);
}
header {
  /* ===== MAIN HEADER ===== */
}
header .main-header {
  position: relative;
  border-bottom: 1px solid #a4d9e8;
}
header .main-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #0096b7 20%, #48cae4 50%, #0096b7 80%, transparent);
  opacity: 0.7;
}
header .header-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
header {
  /* Logo */
}
header .logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}
header .logo .logo-img-wrap {
  display: flex;
  align-items: center;
}
header .logo .logo-img-wrap img {
  max-height: 60px;
  width: auto;
}
header {
  /* Nav */
}
header .nav-menu ul {
  list-style: none;
  display: flex;
  gap: 6px;
  align-items: center;
  margin: 0;
  padding: 0;
}
header .nav-menu ul li a {
  position: relative;
  display: inline-block;
  padding: 10px 16px;
  text-decoration: none;
  color: #0a0e3f;
  font-weight: 600;
  font-size: 0.93rem;
  letter-spacing: 0.2px;
  transition: color 0.25s ease;
}
header .nav-menu ul li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 0;
  height: 2px;
  background: #0096b7;
  transform: translateX(-50%);
  transition: width 0.25s ease;
}
header .nav-menu ul li a:hover {
  color: #03045e;
}
header .nav-menu ul li a:hover::after {
  width: 22px;
}
header .nav-menu ul li a.active {
  color: #03045e;
}
header .nav-menu ul li a.active::after {
  width: 22px;
}
header .nav-menu ul li.has-dropdown {
  position: relative;
}
header .nav-menu ul li.has-dropdown .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  min-width: 220px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  padding: 10px 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
}
header .nav-menu ul li.has-dropdown .dropdown li {
  width: 100%;
}
header .nav-menu ul li.has-dropdown .dropdown li a {
  display: block;
  padding: 10px 20px;
  font-size: 0.9rem;
  color: #0a0e3f;
  border-radius: 0;
}
header .nav-menu ul li.has-dropdown .dropdown li a::after {
  display: none;
}
header .nav-menu ul li.has-dropdown .dropdown li a:hover {
  background: rgba(3, 4, 94, 0.05);
  color: #03045e;
}
header .nav-menu ul li.has-dropdown:hover .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header {
  /* Right side: CTA */
}
header .header-right {
  display: flex;
  align-items: center;
  gap: 14px;
}
header .header-cta {
  position: relative;
}
header .header-cta .btn-consult {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #03045e;
  color: #caf0f8;
  font-weight: 700;
  font-size: 0.92rem;
  letter-spacing: 0.2px;
  text-decoration: none;
  padding: 13px 22px 13px 20px;
  border-radius: 999px;
  border: 1px solid #03045e;
  z-index: 2;
  transition: transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1), background 0.25s ease;
}
header .header-cta .btn-consult .leaf-ic {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 180, 216, 0.18);
  border-radius: 50%;
  color: #48cae4;
  font-size: 0.75rem;
}
header .header-cta .btn-consult .arrow {
  transition: transform 0.3s ease;
  font-size: 0.8rem;
  color: #48cae4;
}
header .header-cta::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  background: #0096b7;
  border-radius: 999px;
  z-index: 1;
  transition: transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
}
header .header-cta:hover::before {
  transform: translate(3px, 3px);
}
header .header-cta:hover .btn-consult {
  transform: translate(3px, 3px);
  background: #020338;
}
header .header-cta:hover .arrow {
  transform: translateX(3px);
}
header .mobile-menu-btn {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid #03045e;
  background: transparent;
  color: #03045e;
  font-size: 1.1rem;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  header .top-header {
    display: none;
  }
  header .mobile-menu-btn {
    display: flex;
  }
  header .header-container {
    padding: 14px 20px;
  }
  header .nav-menu {
    display: none;
  }
  header { /* hidden on mobile — sidebar handles nav */ }
  header .header-right {
    display: none;
  }
  header { /* hidden on mobile — sidebar handles CTA */ }
}

/* ============================================
   MOBILE SIDEBAR DRAWER
   Fixed right-to-left slide — works on all browsers
   ============================================ */
/* Overlay */
.mobile-sidebar-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.mobile-sidebar-overlay.overlay-visible {
  display: block;
  opacity: 1;
}

/* Drawer */
.mobile-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  max-width: 85vw;
  height: 100vh;
  background: #ffffff;
  z-index: 10001;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1);
  box-shadow: -4px 0 40px rgba(0, 0, 0, 0.22);
}
.mobile-sidebar.sidebar-open {
  transform: translateX(0);
}

/* Sidebar Header */
.mobile-sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 2px solid #0096b7;
  background: #caf0f8;
}

.mobile-sidebar-logo {
  max-height: 52px;
  width: auto;
  filter: brightness(1.25) drop-shadow(0 0 8px rgba(0, 150, 183, 0.2));
}

.mobile-sidebar-close {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1.5px solid rgba(3, 4, 94, 0.25);
  background: rgba(3, 4, 94, 0.06);
  color: #03045e;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  flex-shrink: 0;
}
.mobile-sidebar-close:hover {
  background: #03045e;
  border-color: #03045e;
  color: #caf0f8;
}

/* Nav links */
.mobile-sidebar-nav {
  flex: 1;
  overflow-y: auto;
  padding: 8px 0;
  background: #ffffff;
}
.mobile-sidebar-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-sidebar-nav li a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px 24px;
  font-family: "Archivo", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #0a0e3f;
  text-decoration: none;
  border-bottom: 1px solid #d8f0f8;
  transition: background 0.2s ease, color 0.2s ease, border-left-color 0.2s ease;
  border-left: 3px solid transparent;
}
.mobile-sidebar-nav li a i {
  width: 18px;
  text-align: center;
  color: #03045e;
  font-size: 0.85rem;
  flex-shrink: 0;
  opacity: 0.7;
}
.mobile-sidebar-nav li a:hover {
  background: #e0f4fa;
  color: #03045e;
  border-left-color: #0096b7;
}
.mobile-sidebar-nav li a:hover i {
  opacity: 1;
}
.mobile-sidebar-nav li a.active {
  background: #d5effa;
  color: #03045e;
  font-weight: 700;
  border-left-color: #0096b7;
}
.mobile-sidebar-nav li a.active i {
  opacity: 1;
}
.mobile-sidebar-nav li.has-dropdown .dropdown {
  list-style: none;
  padding: 0;
  margin: 0;
  background: rgba(202, 240, 248, 0.4);
}
.mobile-sidebar-nav li.has-dropdown .dropdown li a {
  padding-left: 55px;
  font-size: 0.9rem;
  font-weight: 500;
  border-bottom: 1px solid rgba(178, 230, 242, 0.5);
  color: #1a1e5e;
}
.mobile-sidebar-nav li.has-dropdown .dropdown li a i {
  display: none;
}

/* Sidebar Footer CTAs */
.mobile-sidebar-footer {
  padding: 20px;
  border-top: 1px solid rgba(0, 180, 216, 0.3);
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #02043f;
}

.mobile-sidebar-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #03045e;
  color: #caf0f8;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  padding: 13px 20px;
  border-radius: 8px;
  border: 1px solid rgba(0, 150, 183, 0.4);
  transition: background 0.25s ease;
}
.mobile-sidebar-cta i {
  color: #0096b7;
}
.mobile-sidebar-cta:hover {
  background: #020338;
}

.mobile-sidebar-wa {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: rgba(37, 211, 102, 0.15);
  border: 1.5px solid rgba(37, 211, 102, 0.5);
  color: #fff;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  padding: 13px 20px;
  border-radius: 8px;
  transition: background 0.25s ease;
}
.mobile-sidebar-wa i {
  color: #25D366;
  font-size: 1.1rem;
}
.mobile-sidebar-wa:hover {
  background: rgba(37, 211, 102, 0.25);
}

.mobile-sidebar-contact {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding-top: 4px;
}
.mobile-sidebar-contact span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  color: rgba(202, 240, 248, 0.6);
}
.mobile-sidebar-contact span i {
  color: #0096b7;
  font-size: 0.75rem;
  width: 14px;
}

/* ===================================================
   SITE FOOTER
   Dark navy canvas · 4-column layout · contact strip
   =================================================== */
.site-footer {
  background: #010b2e;
  color: rgba(202, 240, 248, 0.65);
  font-family: "Archivo", sans-serif;
}

.footer-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ===== TOP BAR ===== */
.footer-top-bar {
  border-bottom: 1px solid rgba(0, 180, 216, 0.15);
  padding: 24px 0;
}
.footer-top-bar .footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-logo {
  display: block;
}
.footer-logo img {
  max-height: 52px;
  width: auto;
  /* slight brightness boost so logo reads on dark bg */
  filter: brightness(1.15);
}

.footer-social-wrap {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-social-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: rgba(0, 180, 216, 0.6);
}

.footer-social {
  display: flex;
  gap: 10px;
}
.footer-social a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(202, 240, 248, 0.18);
  color: rgba(202, 240, 248, 0.65);
  font-size: 0.88rem;
  text-decoration: none;
  transition: all 0.25s ease;
}
.footer-social a:hover {
  background: #00b4d8;
  border-color: #00b4d8;
  color: #010b2e;
  transform: translateY(-2px);
}

/* ===== MAIN COLUMNS ===== */
.footer-main {
  padding: 56px 0 48px;
  background: #021035;
}

.footer-columns {
  display: grid;
  grid-template-columns: 1.3fr 1.3fr 1fr 1fr;
  gap: 48px;
}

/* Column shared */
.footer-col-title {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #caf0f8;
  margin: 0 0 12px;
}

.footer-divider {
  width: 32px;
  height: 2px;
  background: #00b4d8;
  margin-bottom: 20px;
  border-radius: 2px;
}

/* Col 1: About */
.footer-col--about .footer-about-text {
  font-size: 0.88rem;
  line-height: 1.75;
  margin-bottom: 20px;
}

.footer-credentials {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 18px;
}

.footer-cred-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: rgba(202, 240, 248, 0.75);
  background: rgba(0, 180, 216, 0.08);
  border: 1px solid rgba(0, 180, 216, 0.2);
  padding: 5px 12px;
  border-radius: 4px;
  width: -moz-fit-content;
  width: fit-content;
}
.footer-cred-badge i {
  color: #00b4d8;
  font-size: 0.75rem;
}

.footer-tagline-cursive {
  font-family: "Fortune Parade", cursive;
  font-size: 1.15rem;
  color: rgba(0, 180, 216, 0.6);
  margin: 0;
  letter-spacing: 0.3px;
}

/* Col 2: Clinic */
.footer-address {
  font-style: normal;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 18px;
}
.footer-address p {
  font-size: 0.87rem;
  display: flex;
  align-items: flex-start;
  gap: 9px;
  line-height: 1.5;
}
.footer-address p i {
  color: #00b4d8;
  margin-top: 3px;
  flex-shrink: 0;
  font-size: 0.8rem;
}

.footer-timings {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 22px;
}
.footer-timings p {
  font-size: 0.85rem;
  display: flex;
  align-items: flex-start;
  gap: 9px;
}
.footer-timings p i {
  color: #00b4d8;
  flex-shrink: 0;
  margin-top: 2px;
  font-size: 0.75rem;
}
.footer-timings p strong {
  color: rgba(202, 240, 248, 0.88);
}
.footer-timings .footer-timing-note {
  color: rgba(202, 240, 248, 0.38);
  font-size: 0.8rem;
}
.footer-timings .footer-timing-note i {
  color: rgba(0, 180, 216, 0.6);
}

.footer-directions-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #010b2e;
  background: #00b4d8;
  border: none;
  padding: 9px 18px;
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.25s ease, transform 0.2s ease;
}
.footer-directions-btn:hover {
  background: #0096b7;
  color: #010b2e; /* Force text color to prevent global link hover override */
  transform: translateX(3px);
}
.footer-directions-btn i {
  font-size: 0.8rem;
}

/* Col 3 & 4: Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-links li a {
  font-size: 0.88rem;
  color: rgba(202, 240, 248, 0.65);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.2s ease, gap 0.2s ease;
}
.footer-links li a::before {
  content: "–";
  color: #00b4d8;
  font-weight: 700;
  flex-shrink: 0;
}
.footer-links li a:hover {
  color: #caf0f8;
  gap: 12px;
}

/* ===== CONTACT STRIP ===== */
.footer-contact-strip {
  background: #010827;
  border-top: 1px solid rgba(0, 180, 216, 0.15);
  border-bottom: 1px solid rgba(0, 180, 216, 0.15);
  padding: 22px 0;
}

.footer-contact-inner {
  display: flex;
  align-items: center;
  gap: 0;
  flex-wrap: wrap;
}

.footer-contact-label {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #00b4d8;
  margin-right: 32px;
  white-space: nowrap;
}

.footer-contact-item {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: rgba(202, 240, 248, 0.8);
  padding: 0 28px;
  border-left: 1px solid rgba(0, 180, 216, 0.15);
  transition: color 0.25s ease;
}
.footer-contact-item:hover {
  color: #caf0f8;
}
.footer-contact-item i {
  font-size: 1.3rem;
  color: #00b4d8;
  flex-shrink: 0;
}
.footer-contact-item div {
  display: flex;
  flex-direction: column;
}
.footer-contact-item div strong {
  font-size: 0.95rem;
  font-weight: 700;
  color: #caf0f8;
}
.footer-contact-item div small {
  font-size: 0.75rem;
  color: rgba(202, 240, 248, 0.38);
  margin-top: 1px;
}
.footer-contact-item--wa i {
  color: #25D366;
}
.footer-contact-item--wa:hover {
  color: #25D366;
}

.footer-contact-tagline {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-left: auto;
  padding-left: 28px;
  border-left: 1px solid rgba(0, 180, 216, 0.15);
}
.footer-contact-tagline .letter-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0, 180, 216, 0.12);
  border: 1px solid rgba(0, 180, 216, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Fortune Parade", cursive;
  font-size: 1.3rem;
  color: #00b4d8;
  flex-shrink: 0;
}
.footer-contact-tagline em {
  font-style: italic;
  font-family: "Fortune Parade", cursive;
  font-size: 0.95rem;
  color: rgba(202, 240, 248, 0.38);
  line-height: 1.4;
}

/* ===== BOTTOM BAR ===== */
.footer-bottom-bar {
  background: #010b2e;
  padding: 18px 0;
}

.footer-bottom-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.footer-bottom-nav {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
}
.footer-bottom-nav a {
  font-size: 0.82rem;
  color: rgba(202, 240, 248, 0.38);
  text-decoration: none;
  padding: 4px 14px;
  border-right: 1px solid rgba(0, 180, 216, 0.15);
  transition: color 0.2s ease;
}
.footer-bottom-nav a:first-child {
  padding-left: 0;
}
.footer-bottom-nav a:last-child {
  border-right: none;
}
.footer-bottom-nav a:hover {
  color: #00b4d8;
}

.footer-visitor-counter {
  display: flex;
  align-items: center;
  gap: 24px;
  background: rgba(0, 180, 216, 0.08);
  border: 1px solid rgba(0, 180, 216, 0.15);
  padding: 8px 18px;
  border-radius: 30px;
  margin: 0 auto;
  justify-content: center;
}
.footer-visitor-counter .counter-item {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(202, 240, 248, 0.65);
  font-size: clamp(10px, 1.5vw, 16px);
  letter-spacing: 0.3px;
}
.footer-visitor-counter .counter-item i {
  color: #00b4d8;
  font-size: inherit;
}
.footer-visitor-counter .counter-item strong {
  color: #caf0f8;
  font-weight: 700;
  font-size: inherit;
  margin-left: 4px;
}

.footer-credits-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  font-size: 0.95rem;
}

.footer-copy-text {
  color: inherit;
}
.footer-copy-text a {
  color: #00b4d8;
  text-decoration: none;
  font-weight: 500;
}
.footer-copy-text a:hover {
  text-decoration: underline;
}

.footer-legal-links a {
  color: inherit;
  text-decoration: none;
  margin-left: 20px;
  transition: color 0.3s;
}
.footer-legal-links a:hover {
  color: #00b4d8;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .footer-columns {
    grid-template-columns: 1fr 1fr;
    gap: 36px 40px;
  }
}
@media (max-width: 768px) {
  .footer-container {
    padding: 10px;
  }
  .footer-credits-row {
    flex-direction: column;
    text-align: center;
    gap: 5px;
  }
  .footer-legal-links a {
    margin: 0 10px;
    display: inline-block;
  }
  .footer-visitor-counter {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    padding: 10px 5px;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow-x: auto;
  }
  .footer-visitor-counter .counter-item {
    width: auto;
    justify-content: center;
    white-space: nowrap;
  }
  .hide-mobile {
    display: none;
  }
  .manage-text {
    display: block;
    margin-top: 5px;
  }
}
@media (max-width: 640px) {
  .footer-columns {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .footer-contact-item {
    padding: 8px 0;
    border-left: none;
    border-top: 1px solid rgba(0, 180, 216, 0.15);
    width: 100%;
  }
  .footer-contact-label {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
  .footer-contact-tagline {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid rgba(0, 180, 216, 0.15);
    padding-top: 14px;
    width: 100%;
  }
  .footer-bottom-inner {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .footer-bottom-nav {
    justify-content: center;
  }
  .footer-bottom-nav a {
    padding: 4px 10px;
  }
}
.ayurveda-section {
  padding: 88px 0;
  position: relative;
}
.ayurveda-section .grid-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 64px;
  align-items: start;
}
@media (max-width: 860px) {
  .ayurveda-section .grid-layout {
    grid-template-columns: 1fr;
    gap: 56px;
  }
}
.ayurveda-section .portrait-col {
  position: relative;
}
.ayurveda-section .portrait-frame {
  position: relative;
  border-radius: 14px 120px 14px 14px;
  overflow: hidden;
  aspect-ratio: 4/5;
  background: #03045e;
  box-shadow: 14px 18px 0 #00b4d8, 14px 18px 0 4px #2d3748;
}
@media (max-width: 860px) {
  .ayurveda-section .portrait-frame {
    margin-right: 18px;
    margin-bottom: 22px;
  }
}
.ayurveda-section .portrait-frame img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  filter: sepia(8%) saturate(1.05);
  mix-blend-mode: normal;
}
.ayurveda-section .portrait-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(3, 4, 94, 0) 55%, rgba(3, 4, 94, 0.65) 100%);
}
.ayurveda-section .frame-label {
  position: absolute;
  bottom: 22px;
  left: 22px;
  color: #ffffff;
  z-index: 2;
}
.ayurveda-section .frame-label .name {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 22px;
  font-weight: 600;
}
.ayurveda-section .frame-label .role {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.9;
  margin-top: 4px;
}
.ayurveda-section .badge-float {
  position: absolute;
  top: -30px;
  right: -38px;
  width: 132px;
  height: 132px;
  background: #00b4d8;
  border-radius: 50%;
  border: 3px solid #caf0f8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 10px 26px rgba(212, 175, 55, 0.35);
  z-index: 3;
}
.ayurveda-section .badge-float .num {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
.ayurveda-section .badge-float .txt {
  font-size: 10px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-top: 4px;
  max-width: 80px;
}
@media (max-width: 860px) {
  .ayurveda-section .badge-float {
    top: -24px;
    right: 0px;
    width: 106px;
    height: 106px;
  }
  .ayurveda-section .badge-float .num {
    font-size: 24px;
  }
}
.ayurveda-section .registered-tag {
  margin-top: 26px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: #ffffff;
  border: 1px solid rgba(45, 55, 72, 0.14);
  border-radius: 8px;
  color: #03045e;
  max-width: 100%;
}
.ayurveda-section .registered-tag svg {
  flex-shrink: 0;
}
.ayurveda-section .registered-tag span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ayurveda-section .registered-tag b {
  font-weight: 600;
}
.ayurveda-section .content-col {
  padding-top: 6px;
}
.ayurveda-section .content-col .lede {
  line-height: 1.72;
  color: #2d3748;
  max-width: 56ch;
  margin-bottom: 14px;
}
.ayurveda-section .content-col .divider {
  width: 100%;
  height: 1px;
  background: rgba(45, 55, 72, 0.14);
  margin: 34px 0 30px;
}
.ayurveda-section .content-col .care-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(10px, 1.2vw, 15px);
}
.ayurveda-section .content-col .care-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.04);
}
@media (max-width: 860px) {
  .ayurveda-section .content-col .care-card {
    padding: 14px 16px 14px 10px;
  }
}
.ayurveda-section .content-col .care-card i {
  color: #2d6a4f;
  margin-top: 5px;
  font-size: 1.1rem;
}
.ayurveda-section .content-col .care-card span {
  font-size: 15px;
  color: #4a5568;
}
.ayurveda-section .content-col .care-card span strong {
  color: #03045e;
  font-family: "Bricolage Grotesque", sans-serif;
}
.ayurveda-section .cta-row {
  margin-top: 34px;
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.ayurveda-section .cta-row .btn-primary svg {
  transition: transform 0.3s ease;
}
.ayurveda-section .cta-row .btn-primary:hover svg {
  transform: translateX(4px);
}
.ayurveda-section .cta-row .recommend {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #03045e;
  font-weight: 600;
}
.ayurveda-section .cta-row .recommend .stars {
  display: flex;
  gap: 2px;
}
.ayurveda-section .cta-row .recommend svg {
  width: 14px;
  height: 14px;
  fill: #00b4d8;
}
.ayurveda-section .trust-bar {
  margin-top: 76px;
  background: rgb(1.7381443299, 2.3175257732, 54.4618556701);
  border-radius: 16px;
  padding: 40px 44px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  position: relative;
  overflow: hidden;
}
.ayurveda-section .trust-bar::before {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.25), transparent 70%);
  top: -140px;
  right: -80px;
}
.ayurveda-section .trust-bar .stat {
  position: relative;
  z-index: 1;
  padding: 0 22px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.ayurveda-section .trust-bar .stat:first-child {
  border-left: none;
  padding-left: 0;
}
.ayurveda-section .trust-bar .stat .figure {
  display: flex;
  align-items: baseline;
  gap: 2px;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #ffffff;
  font-weight: 700;
}
.ayurveda-section .trust-bar .stat .figure .count {
  font-size: 38px;
}
.ayurveda-section .trust-bar .stat .figure .plus {
  font-size: 22px;
  color: #00b4d8;
}
.ayurveda-section .trust-bar .stat .label {
  margin-top: 8px;
  font-size: 13px;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.4;
}
@media (max-width: 860px) {
  .ayurveda-section .trust-bar {
    margin-top: 40px;
    grid-template-columns: 1fr 1fr;
    row-gap: 20px;
    padding: 24px 16px;
    border-radius: 14px;
  }
  .ayurveda-section .trust-bar .stat {
    padding: 0 12px;
    text-align: center;
  }
  .ayurveda-section .trust-bar .stat .figure {
    justify-content: center;
  }
  .ayurveda-section .trust-bar .stat .figure .count {
    font-size: 28px;
  }
  .ayurveda-section .trust-bar .stat .figure .plus {
    font-size: 18px;
  }
  .ayurveda-section .trust-bar .stat .label {
    font-size: 11px;
  }
  .ayurveda-section .trust-bar .stat:nth-child(3) {
    border-left: none;
  }
  .ayurveda-section .trust-bar .stat:nth-child(odd) {
    border-left: none;
  }
}

.treatments-section .treatments-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}
.treatments-section .treatment-card {
  height: auto;
}

.treatment-card {
  background-color: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}
.treatment-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}
.treatment-card .card-img-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
.treatment-card .card-img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.5s ease;
}
.treatment-card .card-img-wrap .badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(4px);
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #03045e;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.treatment-card .card-img-wrap .badge i {
  color: #00b4d8;
  font-size: 12px;
}
.treatment-card .card-img-wrap .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to top, rgba(3, 4, 94, 0.5) 0%, transparent 100%);
  z-index: 1;
}
.treatment-card:hover .card-img-wrap img {
  transform: scale(1.05);
}
.treatment-card .card-content {
  padding: clamp(20px, 3vw, 30px) clamp(16px, 2.5vw, 26px);
  text-align: left;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.treatment-card .card-content h3 {
  font-family: "Bricolage Grotesque", sans-serif;
  color: #03045e;
  font-size: 24px;
  margin-bottom: 14px;
}
.treatment-card .card-content p {
  color: rgba(45, 55, 72, 0.75);
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 24px;
  flex-grow: 1;
}
.treatment-card .card-content .learn-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #03045e;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  position: relative;
  padding-bottom: 4px;
  align-self: flex-start;
  letter-spacing: 0.3px;
}
.treatment-card .card-content .learn-more::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #00b4d8;
  transform: scaleX(0.4);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.treatment-card .card-content .learn-more i {
  font-size: 13px;
  color: #03045e;
  transition: transform 0.3s ease;
}
.treatment-card .card-content .learn-more:hover::after {
  transform: scaleX(1);
}
.treatment-card .card-content .learn-more:hover i {
  transform: translateX(4px);
}

/* Education & Qualifications Section */
.edu-section {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 32px;
  overflow: hidden;
}
.edu-section::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -8%;
  width: 620px;
  height: 620px;
  background: radial-gradient(circle, rgba(0, 180, 216, 0.1) 0%, rgba(0, 180, 216, 0) 70%);
  pointer-events: none;
}

.edu-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 0px;
  align-items: stretch;
  position: relative;
  z-index: 1;
}

/* LEFT — deep forest panel with oversized editorial heading */
.edu-intro {
  background: #03045e;
  color: #ffffff;
  padding: 64px 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  border-radius: 2px 0 0 2px;
}
.edu-intro::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 15% 85%, rgba(0, 180, 216, 0.15) 0%, transparent 40%);
  pointer-events: none;
}

.edu-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 12px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #00b4d8;
  font-weight: 600;
  margin-bottom: 28px;
}
.edu-kicker::before {
  content: "";
  width: 34px;
  height: 1px;
  background: #00b4d8;
}

.edu-heading {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: -0.01em;
  margin-bottom: 0;
  color: #ffffff;
}
.edu-heading em {
  display: block;
  font-style: normal;
  font-weight: 600;
  color: #00b4d8;
}

.edu-leafmark {
  margin-top: 44px;
  width: 46px;
  height: 46px;
  opacity: 0.85;
}
.edu-leafmark svg {
  width: 100%;
  height: 100%;
}

.edu-subtext {
  margin-top: 24px;
  max-width: 320px;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 0;
}

/* RIGHT — offset numbered credential list */
.edu-list {
  background: #90e0ef;
  padding: 56px 52px;
  position: relative;
}

.edu-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 22px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(3, 4, 94, 0.12);
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.22, 1, 0.36, 1), transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}
.edu-item:last-child {
  border-bottom: none;
  padding-bottom: 6px;
}
.edu-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.edu-item:nth-child(2) {
  transition-delay: 0.12s;
  margin-left: 22px;
}
.edu-item:nth-child(3) {
  transition-delay: 0.24s;
}
.edu-item h3 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.28rem;
  font-weight: 600;
  color: #03045e;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.edu-item p {
  font-size: 14.5px;
  line-height: 1.65;
  color: #718096;
  max-width: 440px;
  margin-bottom: 0;
}

.edu-num {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 2.1rem;
  font-weight: 600;
  color: transparent;
  -webkit-text-stroke: 1.4px #0077b6;
  line-height: 1;
  transition: color 0.35s ease, -webkit-text-stroke 0.35s ease;
}
.edu-item:hover .edu-num {
  color: #00b4d8;
  -webkit-text-stroke: 1.4px #00b4d8;
}

.edu-tag {
  display: inline-block;
  margin-top: 12px;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  color: #0077b6;
  padding: 5px 12px;
  border: 1px solid rgba(0, 119, 182, 0.4);
  border-radius: 100px;
}

/* mobile */
@media (max-width: 768px) {
  .edu-section {
    padding: 64px 20px;
  }
  .edu-grid {
    grid-template-columns: 1fr;
  }
  .edu-intro {
    border-radius: 2px 2px 0 0;
    padding: 44px 32px;
  }
  .edu-list {
    padding: 40px 28px;
  }
  .edu-item {
    grid-template-columns: 44px 1fr;
    gap: 16px;
  }
  .edu-item:nth-child(2) {
    margin-left: 0;
  }
  .edu-num {
    font-size: 1.6rem;
  }
}
.stats-band {
  position: relative;
  background: linear-gradient(160deg, #03045e 0%, #10281c 100%);
  padding: 76px 32px 68px;
  overflow: hidden;
}
.stats-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.025) 0px, rgba(255, 255, 255, 0.025) 1px, transparent 1px, transparent 34px);
  pointer-events: none;
}
.stats-band::after {
  content: "";
  position: absolute;
  top: -30%;
  left: 50%;
  width: 900px;
  height: 500px;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(212, 175, 55, 0.14) 0%, rgba(212, 175, 55, 0) 65%);
  pointer-events: none;
}
.stats-band .stats-inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.stats-band .stats-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 48px;
}
.stats-band .stats-eyebrow span {
  font-size: 12px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #00b4d8;
  font-weight: 600;
}
.stats-band .stats-eyebrow::before, .stats-band .stats-eyebrow::after {
  content: "";
  width: 40px;
  height: 1px;
  background: rgba(212, 175, 55, 0.4);
}
.stats-band .stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.stats-band .stat {
  position: relative;
  text-align: center;
  padding: 12px 24px 4px;
  transition: transform 0.35s ease;
}
.stats-band .stat:not(:first-child)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(212, 175, 55, 0.3), transparent);
}
.stats-band .stat:hover {
  transform: translateY(-4px);
}
.stats-band .stat-icon {
  width: 26px;
  height: 26px;
  margin: 0 auto 18px;
  opacity: 0.85;
}
.stats-band .stat-icon svg {
  width: 100%;
  height: 100%;
}
.stats-band .stat-number {
  font-family: "Fraunces", serif;
  font-weight: 600;
  font-size: clamp(2.1rem, 4vw, 3rem);
  color: #00b4d8;
  line-height: 1;
  letter-spacing: -0.01em;
  font-variant-numeric: tabular-nums;
}
.stats-band .stat-label {
  margin-top: 14px;
  font-size: 13.5px;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 500;
}
.stats-band .stat-rule {
  width: 22px;
  height: 2px;
  background: #0077b6;
  margin: 16px auto 0;
  border-radius: 2px;
  opacity: 0.5;
}
@media (max-width: 860px) {
  .stats-band .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 40px;
  }
  .stats-band .stat:nth-child(3)::before {
    display: none;
  }
}
@media (max-width: 480px) {
  .stats-band .stats-grid {
    grid-template-columns: 1fr;
    row-gap: 36px;
  }
  .stats-band .stat::before {
    display: none;
  }
}

.expertise-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: start;
  margin-top: 40px;
}

.expertise-card {
  background: transparent;
  border: 1px solid rgba(27, 67, 50, 0.14);
  padding: 44px 30px 34px;
  position: relative;
  transition: border-color 0.35s ease, transform 0.35s ease;
  /* editorial offset — middle card lifted */
}
.expertise-card:nth-child(2) {
  margin-top: -26px;
}
.expertise-card:hover {
  border-color: #00b4d8;
  transform: translateY(-6px);
}
.expertise-card h3 {
  font-family: "Fraunces", serif;
  font-weight: 600;
  font-size: 1.32rem;
  color: #03045e;
  margin-bottom: 14px;
  letter-spacing: -0.01em;
}
.expertise-card p {
  font-size: 14px;
  line-height: 1.75;
  color: #718096;
  margin-bottom: 0;
}

.card-index {
  position: absolute;
  top: 18px;
  right: 20px;
  font-family: "Fraunces", serif;
  font-style: italic;
  font-size: 13px;
  color: #0077b6;
  letter-spacing: 0.04em;
}

.icon-badge {
  width: 56px;
  height: 56px;
  background: #03045e;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  transform: rotate(45deg);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), background 0.35s ease;
}
.icon-badge svg {
  transform: rotate(-45deg);
  width: 24px;
  height: 24px;
  transition: transform 0.4s ease;
}
.expertise-card:hover .icon-badge {
  transform: rotate(0deg);
  background: #00b4d8;
}

.card-corner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 26px 26px;
  border-color: transparent transparent #0077b6 transparent;
  opacity: 0.35;
  transition: opacity 0.35s ease, border-color 0.35s ease;
}
.expertise-card:hover .card-corner {
  opacity: 1;
  border-color: transparent transparent #00b4d8 transparent;
}

@media (max-width: 860px) {
  .expertise-grid {
    grid-template-columns: 1fr;
  }
  .expertise-card:nth-child(2) {
    margin-top: 0;
  }
}
.philosophy-section {
  position: relative;
  background: radial-gradient(120% 140% at 15% 10%, #03045e 0%, #0e2117 68%);
  padding: 120px 0 130px;
  overflow: hidden;
  min-height: 640px;
  display: flex;
  align-items: center;
}

/* rotated side label */
.side-label {
  position: absolute;
  left: -38px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  display: flex;
  align-items: center;
  gap: 14px;
  z-index: 2;
}
.side-label span {
  font-size: 12px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #00b4d8;
  font-weight: 600;
  white-space: nowrap;
}
.side-label .line {
  width: 44px;
  height: 1px;
  background: rgba(212, 175, 55, 0.5);
}

/* giant background quote glyph */
.glyph {
  position: absolute;
  top: -140px;
  left: 6%;
  font-family: "Fraunces", serif;
  font-weight: 600;
  font-size: 34rem;
  line-height: 1;
  color: rgba(212, 175, 55, 0.06);
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  z-index: 0;
}

.philosophy-inner {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 90px 0 130px;
}

.philosophy-heading {
  color: #ffffff !important;
}

.quote-text {
  font-family: "Fraunces", serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.2rem, 1.9vw, 1.55rem);
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.88);
  max-width: 720px;
  margin-bottom: 56px;
}
.quote-text::before {
  content: '"';
  color: #00b4d8;
}
.quote-text::after {
  content: '"';
  color: #00b4d8;
}

.signature-block {
  display: flex;
  align-items: flex-end;
  gap: 22px;
}

.signature-name {
  font-family: "Fortune Parade", cursive;
  font-size: 2.6rem;
  color: #00b4d8;
  line-height: 1;
}

.signature-meta {
  padding-bottom: 6px;
}
.signature-meta .swash {
  width: 130px;
  height: 14px;
  margin-bottom: 8px;
}
.signature-meta .swash svg {
  width: 100%;
  height: 100%;
}
.signature-meta p {
  font-size: 12.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 500;
  margin-bottom: 0;
}

@media (max-width: 860px) {
  .glyph {
    font-size: 16rem;
    top: -60px;
    left: 0;
  }
  .side-label {
    display: none;
  }
  .philosophy-inner {
    padding: 0 28px;
  }
  .signature-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.ag-section {
  padding: clamp(56px, 7vw, 90px) 0;
  border-bottom: 1px solid rgba(45, 55, 72, 0.1);
}
.ag-section.ag-alt {
  background: #caf0f8;
}

.ag-img-wrap {
  position: sticky;
  top: 100px;
}
.ag-img-wrap .ag-sec-img {
  width: 100%;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid rgba(45, 55, 72, 0.12);
  border-radius: 4px;
  display: block;
}
.ag-img-wrap .ag-img-cap {
  font-size: 0.76rem;
  color: #718096;
  margin-top: 8px;
  text-align: right;
  font-style: italic;
}
@media (max-width: 991px) {
  .ag-img-wrap {
    position: static;
  }
  .ag-img-wrap .ag-sec-img {
    aspect-ratio: 3/2;
  }
}

.ag-overview .ag-stat-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(45, 55, 72, 0.1);
  margin-top: 28px;
  border: 1px solid rgba(45, 55, 72, 0.1);
}
@media (max-width: 600px) {
  .ag-overview .ag-stat-strip {
    grid-template-columns: 1fr;
  }
}
.ag-overview .ag-stat {
  background: #fff;
  padding: clamp(8px, 1.5vw, 18px) 16px;
}
.ag-overview .ag-stat b {
  display: block;
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  color: #03045e;
  margin-bottom: 4px;
}
.ag-overview .ag-stat span {
  font-size: 0.78rem;
  color: #718096;
}

.ag-problems .ag-problem-cols {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media (max-width: 768px) {
  .ag-problems .ag-problem-cols {
    grid-template-columns: 1fr;
  }
}
.ag-problems .ag-p-card {
  background: #fff;
  border: 1px solid rgba(45, 55, 72, 0.1);
  padding: 24px 22px;
  border-radius: 2px;
}
.ag-problems .ag-p-card h3 {
  font-family: "Archivo", sans-serif;
  font-size: clamp(15px, 1.4vw, 17px);
  font-weight: 600;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2d3748;
}
.ag-problems .ag-p-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ag-problems .ag-p-card li {
  padding: 9px 0 9px 20px;
  border-top: 1px dashed rgba(45, 55, 72, 0.12);
  font-size: clamp(13px, 1.2vw, 15px);
  color: rgba(45, 55, 72, 0.8);
  position: relative;
  line-height: 1.5;
}
.ag-problems .ag-p-card li:first-child {
  border-top: none;
}
.ag-problems .ag-p-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.ag-problems .ag-p-card.ag-causes li::before {
  background: #B5472B;
}
.ag-problems .ag-p-card.ag-symptoms li::before {
  background: rgb(0, 137.5, 165);
}
.ag-problems .ag-callout {
  margin-top: 22px;
  border-left: 3px solid rgb(0, 137.5, 165);
  padding: 14px 20px;
  background: rgba(0, 180, 216, 0.08);
  font-size: clamp(13px, 1.2vw, 15px);
  color: rgba(45, 55, 72, 0.8);
  line-height: 1.6;
  border-radius: 0 2px 2px 0;
}

.ag-treatment .ag-treat-list {
  display: flex;
  flex-direction: column;
}
.ag-treatment .ag-treat-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 20px;
  padding: 22px 0;
  border-top: 1px solid rgba(45, 55, 72, 0.1);
  align-items: start;
}
@media (max-width: 768px) {
  .ag-treatment .ag-treat-item {
    grid-template-columns: 26px 1fr;
    gap: 10px;
    padding: 16px 0;
  }
}
.ag-treatment .ag-treat-item:first-child {
  border-top: none;
  padding-top: 0;
}
.ag-treatment .ag-treat-item .ag-treat-label {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #00b4d8;
  opacity: 0.8;
  line-height: 0.9;
  padding-top: 2px;
}
@media (max-width: 768px) {
  .ag-treatment .ag-treat-item .ag-treat-label {
    font-size: 1.15rem;
    padding-top: 3px;
  }
}
.ag-treatment .ag-treat-item h3 {
  font-family: "Archivo", sans-serif;
  font-size: clamp(15px, 1.4vw, 17px);
  font-weight: 600;
  margin-bottom: 8px;
  color: #03045e;
}
.ag-treatment .ag-treat-item p {
  margin: 0;
  color: rgba(45, 55, 72, 0.8);
  font-size: clamp(13px, 1.2vw, 15px);
  line-height: 1.6;
  max-width: 60ch;
}
.ag-treatment .ag-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.ag-treatment .ag-mini-pill {
  font-size: 0.72rem;
  background: #03045e;
  color: #fff;
  padding: 4px 12px;
  border-radius: 2px;
  letter-spacing: 0.03em;
  font-weight: 500;
}

.ag-recommendations .ag-do-avoid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid rgba(45, 55, 72, 0.1);
}
@media (max-width: 768px) {
  .ag-recommendations .ag-do-avoid {
    grid-template-columns: 1fr;
  }
}
.ag-recommendations .ag-da-col {
  padding: clamp(20px, 3vw, 28px) clamp(18px, 2.5vw, 26px);
}
.ag-recommendations .ag-da-col.ag-do {
  background: #03045e;
  color: #fff;
  border-right: 1px solid rgba(45, 55, 72, 0.1);
}
@media (max-width: 768px) {
  .ag-recommendations .ag-da-col.ag-do {
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}
.ag-recommendations .ag-da-col.ag-do h3 {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
}
.ag-recommendations .ag-da-col.ag-do li {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.88);
}
.ag-recommendations .ag-da-col.ag-do li::before {
  content: "✓";
  color: #00b4d8;
}
.ag-recommendations .ag-da-col.ag-avoid {
  background: #fff;
  color: #2d3748;
}
.ag-recommendations .ag-da-col.ag-avoid h3 {
  color: #B5472B;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
}
.ag-recommendations .ag-da-col.ag-avoid li {
  border-top: 1px dashed rgba(45, 55, 72, 0.1);
  color: rgba(45, 55, 72, 0.8);
}
.ag-recommendations .ag-da-col.ag-avoid li::before {
  content: "✕";
  color: #B5472B;
}
.ag-recommendations .ag-da-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ag-recommendations .ag-da-col li {
  padding: 8px 0;
  font-size: clamp(13px, 1.2vw, 15px);
  display: flex;
  gap: 10px;
  align-items: flex-start;
  line-height: 1.5;
}
.ag-recommendations .ag-da-col li:first-child {
  border-top: none;
}
.ag-recommendations .ag-da-col li::before {
  flex-shrink: 0;
  margin-top: 2px;
  font-size: 0.78rem;
  font-weight: 700;
}
.ag-recommendations .ag-lifestyle-list {
  margin-top: 24px;
  padding-left: 18px;
  list-style: disc;
}
.ag-recommendations .ag-lifestyle-list li {
  margin-bottom: 14px;
  font-size: clamp(14px, 1.3vw, 16px);
  color: rgba(45, 55, 72, 0.85);
  line-height: 1.6;
}
.ag-recommendations .ag-lifestyle-list li:last-child {
  margin-bottom: 0;
}
.ag-recommendations .ag-lifestyle-list li b {
  font-family: "Bricolage Grotesque", sans-serif;
  color: #03045e;
  font-size: 1.05em;
  margin-right: 6px;
}

.ag-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.ag-reveal.ag-in {
  opacity: 1;
  transform: translateY(0);
}

.clinic-page-wrapper {
  --paper: #caf0f8;
  --paper2: #90e0ef;
  --paper-deep: #e2e8f0;
  --ink: #03045e;
  --ink-soft: rgba(3, 4, 94, 0.75);
  --ink-faint: rgba(3, 4, 94, 0.32);
  --stamp: #00b4d8;
  --stamp-dark: #0096b7;
  --gold: #00b4d8;
  --sage: #0077b6;
  --line: rgba(3, 4, 94, 0.22);
  color: var(--ink);
}
.clinic-page-wrapper h1, .clinic-page-wrapper h2, .clinic-page-wrapper h3 {
  letter-spacing: -0.01em;
}
.clinic-page-wrapper svg {
  display: block;
  max-width: 100%;
}
.clinic-page-wrapper {
  /* ---------- HERO / MAP ---------- */
}
.clinic-page-wrapper .clinic-hero {
  background: var(--paper);
}
.clinic-page-wrapper .hero-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  margin-top: 22px;
}
.clinic-page-wrapper .hero-actions .btn-outline-primary, .clinic-page-wrapper .hero-actions .btn-primary {
  flex: 1;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-left: 8px;
  padding-right: 8px;
}
.clinic-page-wrapper .map-panel {
  position: relative;
  margin-top: 30px;
  border: 1.6px solid var(--ink);
  background: linear-gradient(0deg, rgba(43, 32, 19, 0.035) 1px, transparent 1px) 0 0/100% 34px, linear-gradient(90deg, rgba(43, 32, 19, 0.035) 1px, transparent 1px) 0 0/34px 100%, var(--paper2);
}
.clinic-page-wrapper .map-panel svg {
  width: 100%;
  height: auto;
  display: block;
}
.clinic-page-wrapper .compass {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 64px;
  opacity: 0.85;
}
.clinic-page-wrapper .cartouche {
  position: absolute;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%) rotate(-1.4deg);
  background: var(--paper);
  border: 1.4px solid var(--ink);
  padding: 7px 22px;
  font-family: "Caveat", cursive;
  font-weight: 700;
  font-size: 1.05rem;
  text-align: center;
  box-shadow: 3px 3px 0 var(--ink);
  white-space: nowrap;
}
@media (max-width: 768px) {
  .clinic-page-wrapper .cartouche {
    font-size: 0.8rem;
    padding: 4px 14px;
    bottom: 10px;
  }
}
.clinic-page-wrapper .seal-badge {
  position: absolute;
  right: 28px;
  bottom: 24px;
  width: 118px;
  height: 118px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 640px) {
  .clinic-page-wrapper .seal-badge {
    display: none;
  }
  .clinic-page-wrapper .compass {
    width: 50px;
  }
}
.clinic-page-wrapper {
  /* ---------- JOURNEY TICKET ---------- */
}
.clinic-page-wrapper .clinic-journey {
  background: var(--paper2);
}
.clinic-page-wrapper .ticket {
  border: 1.6px solid var(--ink);
  background: var(--paper);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  position: relative;
}
.clinic-page-wrapper .ticket::before, .clinic-page-wrapper .ticket::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 26px;
  height: 26px;
  background: var(--paper2);
  border-radius: 50%;
  transform: translateY(-50%);
}
.clinic-page-wrapper .waypoint {
  padding: 30px 26px;
  border-left: 1.5px dashed var(--ink-faint);
  position: relative;
}
.clinic-page-wrapper .waypoint:first-child {
  border-left: none;
}
.clinic-page-wrapper .waypoint .waypoint-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.clinic-page-wrapper .waypoint h3 {
  font-size: 1.15rem;
  font-style: italic;
  margin: 0;
}
.clinic-page-wrapper .waypoint p {
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.clinic-page-wrapper .pin-num {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--stamp);
  color: var(--paper);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Caveat", cursive;
  font-weight: 700;
  font-size: 1.2rem;
  transform: rotate(-4deg);
  flex-shrink: 0;
}
@media (max-width: 820px) {
  .clinic-page-wrapper .ticket {
    grid-template-columns: 1fr;
  }
  .clinic-page-wrapper .waypoint {
    border-left: none;
    border-top: 1.5px dashed var(--ink-faint);
  }
  .clinic-page-wrapper .waypoint:first-child {
    border-top: none;
  }
}
.clinic-page-wrapper {
  /* ---------- PINNED NOTES ---------- */
}
.clinic-page-wrapper .clinic-notes {
  background: #03045e;
}
.clinic-page-wrapper .clinic-notes .heading-wrap h2 {
  color: #ffffff;
}
.clinic-page-wrapper .clinic-notes .heading-wrap .eyebrow span {
  color: #00b4d8;
}
.clinic-page-wrapper .note-field {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  justify-content: center;
}
.clinic-page-wrapper .note {
  background: var(--paper2);
  border: 1.4px solid var(--ink);
  padding: 24px 24px 22px;
  width: 280px;
  position: relative;
  box-shadow: 5px 6px 0 rgba(43, 32, 19, 0.14);
}
.clinic-page-wrapper .note:nth-child(1) {
  transform: rotate(-2.4deg);
}
.clinic-page-wrapper .note:nth-child(2) {
  transform: rotate(1.6deg);
  margin-top: 22px;
}
.clinic-page-wrapper .note:nth-child(3) {
  transform: rotate(-1.2deg);
}
.clinic-page-wrapper .note .tag {
  font-family: "Caveat", cursive;
  font-weight: 700;
  color: var(--stamp);
  font-size: 1.1rem;
}
.clinic-page-wrapper .note h3 {
  font-size: 1.3rem;
  font-style: italic;
  margin: 8px 0 8px;
  color: var(--ink);
}
.clinic-page-wrapper .note p {
  font-size: 0.92rem;
  color: var(--ink-soft);
}
.clinic-page-wrapper .note .row {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  padding: 7px 0;
  border-top: 1px solid var(--line);
}
.clinic-page-wrapper .note .row:first-of-type {
  border-top: none;
  padding-top: 2px;
}
.clinic-page-wrapper .note .row strong {
  color: var(--ink);
  font-weight: 600;
}
.clinic-page-wrapper .tape {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%) rotate(-3deg);
  width: 70px;
  height: 24px;
  background: rgba(185, 130, 43, 0.35);
  border: 1px solid rgba(43, 32, 19, 0.15);
}
.clinic-page-wrapper {
  /* ---------- MAP / POSTCARD ---------- */
}
.clinic-page-wrapper .clinic-postcard-section {
  background: var(--paper2);
}
.clinic-page-wrapper .postcard-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 26px;
}
.clinic-page-wrapper .postcard {
  position: relative;
  border: 1.6px solid var(--ink);
  background: var(--paper);
  padding: 14px;
}
.clinic-page-wrapper .postcard-frame {
  border: 1px solid var(--ink);
  overflow: hidden;
  line-height: 0;
}
.clinic-page-wrapper .postcard-frame iframe {
  width: 100%;
  height: 420px;
  border: 0;
  display: block;
  filter: sepia(0.18) saturate(1.05);
}
.clinic-page-wrapper {
  /* ---------- FOOTER TICKET STUB ---------- */
}
.clinic-page-wrapper .stub {
  background: var(--ink);
  color: var(--paper);
}
.clinic-page-wrapper .stub-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  padding: 38px 0;
  border-top: 1.5px dashed rgba(239, 227, 199, 0.4);
}
.clinic-page-wrapper .stub-inner h2 {
  color: var(--paper);
  font-size: clamp(1.3rem, 2.4vw, 1.9rem);
  font-style: italic;
  font-weight: 400;
  margin-bottom: 0;
}
.clinic-page-wrapper {
  /* SVGs logic */
}
.clinic-page-wrapper .route-draw {
  stroke-dashoffset: 1000;
  animation: draw 2.8s ease forwards 0.3s;
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
.clinic-page-wrapper .pulse {
  transform-origin: center;
  animation: pulseAnim 2.2s ease-in-out infinite;
}
@keyframes pulseAnim {
  0%, 100% {
    transform: scale(0.85);
    opacity: 0.4;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.1;
  }
}
@media (prefers-reduced-motion: reduce) {
  .clinic-page-wrapper .route-draw, .clinic-page-wrapper .pulse {
    animation: none !important;
  }
}

.faq-section .faq-wrapper {
  max-width: 800px;
  margin: 0 auto;
}
.faq-section details {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  margin-bottom: 16px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
.faq-section details:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}
.faq-section details[open] {
  border-color: rgba(0, 180, 216, 0.3);
  box-shadow: 0 4px 12px rgba(0, 180, 216, 0.08);
}
.faq-section details[open] summary::before {
  transform: rotate(90deg);
  opacity: 0;
}
.faq-section details[open] summary::after {
  background-color: #03045e;
}
.faq-section summary {
  list-style: none; /* Hide default triangle in most browsers */
  padding: 20px 24px;
  font-family: "Archivo", sans-serif;
  font-weight: 600;
  font-size: clamp(16px, 1.5vw, 1.1rem);
  color: #03045e;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.faq-section summary::-webkit-details-marker {
  display: none; /* Hide default triangle in WebKit browsers */
}
.faq-section summary {
  /* Custom Plus/Minus Icon */
}
.faq-section summary::after {
  content: "";
  width: 14px;
  height: 2px;
  background-color: #00b4d8;
  display: block;
  flex-shrink: 0;
  margin-left: 15px;
  position: relative;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.faq-section summary::before {
  content: "";
  width: 2px;
  height: 14px;
  background-color: #00b4d8;
  display: block;
  position: absolute;
  right: 30px; /* 24px padding + 6px to center over the 14px line */
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.faq-section .faq-content {
  padding: 0 24px 24px 24px;
  color: #718096;
  font-size: 0.95rem;
  line-height: 1.6;
}
.faq-section .faq-content p:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=style.css.map */