/* ============================================================
   DR. VINEET VERMA — MASTER STYLESHEET
   Mobile-First, Responsive, SEO-friendly
   ============================================================ */

/* ── DESIGN TOKENS ── */
:root{
  --sage:        #3B7A6A;
  --sage-hover:  #2E6356;
  --sage-light:  #5A9E8E;
  --sage-pale:   #EBF4F1;
  --sage-pale2:  #D6EBE5;
  --cream:       #F9F7F4;
  --white:       #FFFFFF;
  --onyx:        #161616;
  --charcoal:    #2D2D2D;
  --slate:       #525F6B;
  --muted:       #8796A0;
  --gold:        #C8A75A;
  --gold-light:  #E8C97A;
  --border:      #DAE8E3;
  --border-soft: #EEF3F1;
  --display:     'Cormorant Garamond', Georgia, serif;
  --body:        'Inter', system-ui, -apple-system, sans-serif;
  --r-sm:  8px;
  --r-md:  14px;
  --r-lg:  20px;
  --r-xl:  28px;
  --shadow-sm: 0 2px 8px rgba(59,122,106,.08);
  --shadow-md: 0 6px 24px rgba(59,122,106,.13);
  --shadow-lg: 0 16px 48px rgba(59,122,106,.18);
  --nav-h: 68px;
}

/* ── RESET ── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;font-size:16px;}
body{font-family:var(--body);background:var(--cream);color:var(--charcoal);line-height:1.65;-webkit-font-smoothing:antialiased;}
img{max-width:100%;height:auto;display:block;}
a{color:inherit;text-decoration:none;}
button{font-family:var(--body);}

/* ── TYPOGRAPHY ── */
h1,h2,h3,h4,h5{font-family:var(--display);font-weight:600;line-height:1.15;color:var(--onyx);}
h1{font-size:clamp(34px,5vw,58px);}
h2{font-size:clamp(26px,3.5vw,42px);}
h3{font-size:clamp(18px,2vw,24px);}
h4{font-size:18px;}
p{color:var(--slate);font-size:15px;line-height:1.75;}

/* ── LAYOUT ── */
.container{max-width:1160px;margin:0 auto;padding:0 24px;}
.container-sm{max-width:820px;margin:0 auto;padding:0 24px;}
.section{padding:88px 0;}
.section-sm{padding:56px 0;}
.bg-white{background:var(--white);}
.bg-cream{background:var(--cream);}
.bg-pale{background:var(--sage-pale);}
.bg-dark{background:linear-gradient(140deg,#071a12 0%,#0c2619 50%,#112e1e 100%);}

/* ── UTILITY ── */
.tag{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--sage);background:var(--sage-pale);border:1px solid var(--sage-pale2);padding:5px 14px;border-radius:100px;margin-bottom:16px;}
.tag-gold{color:var(--gold);background:#FBF4E6;border-color:#F0E0B0;}
.section-header{text-align:center;margin-bottom:56px;}
.section-header h2{margin-bottom:12px;}
.section-header p{max-width:560px;margin:0 auto;font-size:15.5px;}

/* ── BUTTONS ── */
.btn{display:inline-flex;align-items:center;gap:8px;padding:13px 26px;border-radius:var(--r-md);font-size:14.5px;font-weight:600;cursor:pointer;border:none;transition:all .2s;text-decoration:none;}
.btn-primary{background:var(--sage);color:var(--white);}
.btn-primary:hover{background:var(--sage-hover);transform:translateY(-1px);box-shadow:var(--shadow-md);}
.btn-gold{background:var(--gold);color:var(--onyx);}
.btn-gold:hover{background:var(--gold-light);transform:translateY(-1px);box-shadow:0 6px 20px rgba(200,167,90,.35);}
.btn-outline{background:transparent;color:var(--sage);border:1.5px solid var(--sage);}
.btn-outline:hover{background:var(--sage-pale);}
.btn-outline-white{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.4);}
.btn-outline-white:hover{background:rgba(255,255,255,.08);}
.btn-lg{padding:16px 32px;font-size:15.5px;}
.btn-sm{padding:9px 18px;font-size:13px;}

/* ════════════════════════════════════════
   TOPBAR
════════════════════════════════════════ */


/* ── LANGUAGE TOGGLE ── */






/* ════════════════════════════════════════
   NAVBAR — hamburger always visible
════════════════════════════════════════ */
.navbar{
  background:#fff;
  border-bottom:1px solid #DAE8E3;
  position:sticky;top:0;z-index:500;
  transition:box-shadow .25s;
}
.navbar.scrolled{box-shadow:0 4px 28px rgba(0,0,0,.1);}

.nav-bar-inner{
  max-width:1160px;margin:0 auto;padding:0 24px;
  display:flex;align-items:center;
  justify-content:space-between;
  height:68px;gap:16px;
}

/* ── LOGO ── */
.nav-brand{display:flex;align-items:center;gap:11px;flex-shrink:0;text-decoration:none;}
.nav-logo-box{
  width:44px;height:44px;border-radius:10px;
  background:linear-gradient(135deg,#0c2619,#1a4232);
  display:flex;align-items:center;justify-content:center;
  overflow:hidden;flex-shrink:0;padding:5px;
  box-shadow:0 2px 10px rgba(59,122,106,.25);
}
.nav-logo-box img{width:100%;height:100%;object-fit:contain;filter:invert(1);opacity:.92;}
.logo-fb{font-family:'Cormorant Garamond',serif;font-size:22px;font-weight:600;color:#fff;}
.nav-brand-text{display:flex;flex-direction:column;gap:1px;}
.nav-brand-name{font-family:'Cormorant Garamond',Georgia,serif;font-size:19px;font-weight:600;color:#161616;line-height:1.1;letter-spacing:-.01em;}
.nav-brand-sub{font-size:10px;font-weight:600;color:#3B7A6A;letter-spacing:.08em;text-transform:uppercase;}

/* ── QUICK LINKS (center, visible ≥ 700px) ── */
.nav-quick-links{display:flex;align-items:center;gap:8px;}
.nq-link{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:9px;font-size:13px;font-weight:600;transition:all .2s;text-decoration:none;white-space:nowrap;}
.nq-book{background:#C8A75A;color:#071a12;}
.nq-book:hover{background:#E8C97A;}
.nq-call{background:#EBF4F1;color:#3B7A6A;border:1.5px solid #D6EBE5;}
.nq-call:hover{background:#3B7A6A;color:#fff;border-color:#3B7A6A;}
.nq-whatsapp{background:rgba(37,211,102,.1);color:#1a8f3a;border:1.5px solid rgba(37,211,102,.25);}
.nq-whatsapp:hover{background:#25D366;color:#fff;border-color:#25D366;}

/* ── HAMBURGER BUTTON ── */
.ham-btn{
  display:flex;align-items:center;gap:10px;
  background:#0c2619;color:#fff;
  border:none;border-radius:12px;
  padding:10px 18px 10px 14px;
  cursor:pointer;transition:all .22s;
  flex-shrink:0;
}
.ham-btn:hover{background:#1a4232;}
.ham-label{font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;font-family:'Inter',sans-serif;min-width:42px;transition:all .2s;}
.ham-icon{display:flex;flex-direction:column;gap:5px;width:20px;}
.ham-l{display:block;height:2px;background:#fff;border-radius:2px;transition:all .28s cubic-bezier(.23,1,.32,1);transform-origin:center;}
/* Animated X when open */
.ham-btn.open .ham-l:nth-child(1){transform:translateY(7px) rotate(45deg);}
.ham-btn.open .ham-l:nth-child(2){opacity:0;transform:scaleX(0);}
.ham-btn.open .ham-l:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

/* ════════════════════════════════════════
   MEGA MENU — full-width horizontal panel
════════════════════════════════════════ */
.mega-menu{
  position:absolute;
  top:100%;left:0;right:0;
  background:#fff;
  border-top:2px solid #3B7A6A;
  border-bottom:1px solid #DAE8E3;
  box-shadow:0 16px 48px rgba(0,0,0,.14);
  z-index:490;
  /* hidden state */
  opacity:0;
  transform:translateY(-12px);
  pointer-events:none;
  transition:opacity .28s cubic-bezier(.23,1,.32,1), transform .28s cubic-bezier(.23,1,.32,1);
  padding:0;
}
.mega-menu.open{
  opacity:1;
  transform:translateY(0);
  pointer-events:all;
}

/* Each row */
.mega-row{
  max-width:1160px;margin:0 auto;padding:0 24px;
  display:flex;align-items:center;flex-wrap:wrap;gap:4px;
}
.mega-divider{height:1px;background:#EBF4F1;margin:0;}

/* ── ROW 1: main page links ── */
.mega-main-row{padding:18px 24px;gap:4px;justify-content:center;}
.mega-link{
  display:flex;flex-direction:column;align-items:center;gap:5px;
  padding:12px 16px;border-radius:12px;
  text-decoration:none;color:#525F6B;
  transition:all .18s;
  flex:1;min-width:72px;max-width:110px;
  text-align:center;
}
.mega-link:hover{background:#EBF4F1;color:#3B7A6A;transform:translateY(-2px);}
.mega-link.active{background:#EBF4F1;color:#3B7A6A;font-weight:700;}
.ml-icon{font-size:22px;line-height:1;}
.ml-label{font-size:12px;font-weight:600;white-space:nowrap;line-height:1;}

/* Book Now special styling */
.mega-link-book{background:#C8A75A !important;color:#071a12 !important;}
.mega-link-book:hover{background:#E8C97A !important;transform:translateY(-2px);}
.mega-link-book.active{background:#C8A75A !important;}

/* ── ROW 2: treatment sub-links ── */
.mega-sub-row{padding:14px 24px;gap:8px;background:#F9F7F4;}
.mega-sub-label{font-size:11px;font-weight:700;color:#8796A0;text-transform:uppercase;letter-spacing:.1em;white-space:nowrap;margin-right:4px;}
.mega-sub-link{
  display:inline-flex;align-items:center;gap:5px;
  padding:6px 14px;border-radius:100px;
  background:#fff;border:1px solid #DAE8E3;
  font-size:12.5px;font-weight:500;color:#525F6B;
  text-decoration:none;white-space:nowrap;
  transition:all .18s;
}
.mega-sub-link:hover{background:#3B7A6A;color:#fff;border-color:#3B7A6A;}

/* ── ROW 3: contact + CTA ── */
.mega-cta-row{padding:14px 24px;justify-content:space-between;background:linear-gradient(90deg,#071a12,#0f2b1f);gap:12px;}
.mega-cta-info{display:flex;flex-direction:column;gap:4px;}
.mega-cta-info span{font-size:12.5px;color:rgba(255,255,255,.6);display:flex;align-items:center;gap:6px;}
.mega-cta-btns{display:flex;align-items:center;gap:8px;flex-wrap:wrap;}
.mc-btn{display:inline-flex;align-items:center;gap:6px;padding:9px 16px;border-radius:9px;font-size:13px;font-weight:700;text-decoration:none;white-space:nowrap;transition:all .2s;}
.mc-call{background:rgba(59,122,106,.25);color:#7dd8c8;border:1px solid rgba(59,122,106,.4);}
.mc-call:hover{background:rgba(59,122,106,.4);}
.mc-call2{background:rgba(59,122,106,.15);color:#7dd8c8;border:1px solid rgba(59,122,106,.3);}
.mc-call2:hover{background:rgba(59,122,106,.3);}
.mc-wa{background:rgba(37,211,102,.12);color:#4dde87;border:1px solid rgba(37,211,102,.3);}
.mc-wa:hover{background:rgba(37,211,102,.25);}
.mc-book{background:#C8A75A;color:#071a12;}
.mc-book:hover{background:#E8C97A;}

/* ── BACKDROP ── */
.mega-backdrop{
  position:fixed;inset:0;
  background:rgba(0,0,0,.45);
  z-index:480;
  opacity:0;pointer-events:none;
  transition:opacity .28s;
}
.mega-backdrop.open{opacity:1;pointer-events:all;}

/* ════════════════════════════════════════
   SHARED COMPONENTS
════════════════════════════════════════ */
/* ════════════════════════════════════════
   SHARED COMPONENTS
════════════════════════════════════════ */
.card{background:var(--white);border:1px solid var(--border);border-radius:var(--r-lg);padding:28px;transition:box-shadow .22s,transform .22s;}
.card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px);}
.feature-list{list-style:none;display:flex;flex-direction:column;gap:11px;}
.feature-list li{display:flex;align-items:flex-start;gap:10px;font-size:14.5px;color:var(--slate);}
.feat-dot{width:20px;height:20px;background:var(--sage-pale);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;color:var(--sage);flex-shrink:0;margin-top:2px;font-weight:700;}

/* Forms */
.form-group{display:flex;flex-direction:column;gap:6px;}
.form-label{font-size:13px;font-weight:600;color:var(--charcoal);}
.form-input,.form-select,.form-textarea{padding:12px 16px;border:1.5px solid var(--border);border-radius:var(--r-sm);font-family:var(--body);font-size:14px;color:var(--charcoal);background:var(--white);outline:none;transition:border-color .2s,box-shadow .2s;width:100%;}
.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--sage);box-shadow:0 0 0 3px rgba(59,122,106,.12);}
.form-textarea{resize:vertical;min-height:110px;}

/* Grid helpers */
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:28px;}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}

/* ════════════════════════════════════════
   PAGE HERO (inner pages)
════════════════════════════════════════ */
.page-hero{background:linear-gradient(140deg,#071a12,#0c2619,#112e1e);padding:72px 0 64px;color:#fff;text-align:center;}
.page-hero h1{color:#fff;margin-bottom:14px;}
.page-hero p{color:rgba(255,255,255,.72);max-width:580px;margin:0 auto 24px;font-size:16px;}
.breadcrumb{display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;color:rgba(255,255,255,.45);margin-top:14px;}
.breadcrumb a{color:var(--gold);}

/* Trust / Location bands */
.trust-band{background:var(--sage);padding:18px 0;}
.trust-band .container{display:flex;justify-content:space-around;flex-wrap:wrap;gap:14px;}
.trust-item{display:flex;align-items:center;gap:9px;color:rgba(255,255,255,.9);font-size:13.5px;font-weight:500;}
.trust-icon{width:34px;height:34px;background:rgba(255,255,255,.14);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;}
.cta-band{padding:80px 0;text-align:center;}
.cta-band h2{color:#fff;margin-bottom:14px;}
.cta-band p{color:rgba(255,255,255,.7);margin-bottom:34px;font-size:16px;}
.cta-buttons{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;}


/* ════════════════════════════════════════
   FOOTER
════════════════════════════════════════ */
footer {
  background: #0d1f17;
  color: rgba(255,255,255,.62);
  padding: 0;
}

.footer-top {
  padding: 64px 0 52px;
}

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

.footer-brand-col {}

/* Brand name */
.footer-brand-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 4px;
}
.footer-brand-tagline {
  font-size: 11px;
  color: #C8A75A;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 16px;
}
.footer-brand-p {
  font-size: 13px;
  line-height: 1.78;
  color: rgba(255,255,255,.48);
  margin-bottom: 22px;
  max-width: 300px;
}

/* Social icons */
.social-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.social-btn {
  width: 36px;
  height: 36px;
  border-radius: 9px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.6);
  transition: all .2s;
  text-decoration: none;
}
.social-btn:hover { background: #3B7A6A; color: #fff; border-color: #3B7A6A; }
.social-wa:hover  { background: #25D366 !important; border-color: #25D366 !important; }

/* Column headings */
footer h5 {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}

/* Link lists */
.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-links a {
  color: rgba(255,255,255,.5);
  font-size: 13.5px;
  text-decoration: none;
  transition: color .18s;
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer-links a::before {
  content: '›';
  color: #3B7A6A;
  font-size: 16px;
  line-height: 1;
}
.footer-links a:hover { color: #C8A75A; }
.footer-link-highlight { color: #C8A75A !important; font-weight: 600; }

/* Contact items */
.footer-contact-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 14px;
  font-size: 13.5px;
}
.footer-contact-icon {
  font-size: 16px;
  flex-shrink: 0;
  margin-top: 1px;
  width: 20px;
  text-align: center;
}
.footer-contact-item a {
  color: rgba(255,255,255,.75);
  text-decoration: none;
  transition: color .18s;
}
.footer-contact-item a:hover { color: #C8A75A; }

/* Book button in footer */
.footer-book-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  background: #C8A75A;
  color: #071a12;
  padding: 11px 20px;
  border-radius: 10px;
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}
.footer-book-btn:hover { background: #E8C97A; }

/* Divider */
.footer-divider {
  border: none;
  border-top: 1px solid rgba(255,255,255,.07);
  margin: 0;
}

/* Bottom bar */
.footer-bottom-bar {
  background: rgba(0,0,0,.25);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 18px 0;
  font-size: 12px;
  color: rgba(255,255,255,.3);
}
.footer-bottom-links {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-bottom-links a { color: rgba(255,255,255,.3); text-decoration: none; transition: color .18s; }
.footer-bottom-links a:hover { color: #C8A75A; }
.footer-bottom-links span { color: rgba(255,255,255,.15); }

/* WhatsApp float */
.wa-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 400;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px rgba(37,211,102,.5);
  transition: transform .2s;
  text-decoration: none;
}
.wa-float:hover { transform: scale(1.1); }

/* ════════════════════════════════════════
   RESPONSIVE BREAKPOINTS
════════════════════════════════════════ */

/* ── Mega menu responsive ── */
@media(max-width:700px){
  /* Hide quick links on small screens */
  .nav-quick-links{display:none;}
  /* Tighten logo */
  .nav-brand-name{font-size:17px;}
  .nav-brand-sub{font-size:9.5px;}
  /* Mega menu: stack vertically on small screens */
  .mega-main-row{justify-content:flex-start;padding:14px 16px;}
  .mega-link{min-width:64px;max-width:80px;padding:10px 8px;}
  .ml-icon{font-size:20px;}
  .ml-label{font-size:11px;}
  .mega-sub-row{overflow-x:auto;flex-wrap:nowrap;padding:12px 16px;}
  .mega-cta-row{flex-direction:column;align-items:flex-start;padding:14px 16px;}
  .mega-cta-btns{width:100%;}
  .mc-btn{font-size:12px;padding:8px 12px;}
  /* Topbar: minimal */
  
}

@media(max-width:480px){
  .nav-bar-inner{padding:0 14px;height:60px;}
  .nav-brand-name{font-size:15px;}
  .nav-logo-box{width:36px;height:36px;border-radius:8px;}
  .ham-btn{padding:8px 12px 8px 10px;}
  .ham-label{font-size:12px;min-width:36px;}
  /* Stack icons in 2 rows on very small */
  .mega-link{min-width:60px;max-width:75px;}
}

/* ── Footer responsive ── */
@media(max-width:900px){
  .footer-grid{grid-template-columns:1fr 1fr;}
  .footer-brand-col{grid-column:span 2;}
  .grid-2,.grid-3,.grid-4{grid-template-columns:1fr 1fr;}
}
@media(max-width:600px){
  .container{padding:0 16px;}
  .section{padding:64px 0;}
  .grid-2,.grid-3,.grid-4{grid-template-columns:1fr;}
  .footer-grid{grid-template-columns:1fr;}
  .footer-brand-col{grid-column:span 1;}
}


/* ══ MOBILE OVERFLOW CONTAINMENT ══ */
html, body {
  overflow-x: hidden;
  max-width: 100%;
}
*, *::before, *::after {
  box-sizing: border-box;
}
img, video, iframe, embed, object {
  max-width: 100%;
}

/* ══ HERO ORB CONTAINMENT ══ */
.hero-section {
  overflow: hidden !important;
}
.hero-orb {
  max-width: 100vw;
  overflow: hidden;
}
.hero-orb-1 {
  width: min(500px, 80vw) !important;
  height: min(500px, 80vw) !important;
}
.hero-orb-2 {
  width: min(320px, 60vw) !important;
  height: min(320px, 60vw) !important;
}

/* ══ TICKER CONTAINMENT ══ */
.ticker-wrap {
  overflow: hidden !important;
  max-width: 100vw;
}

/* ══ MEGA MENU MOBILE FIXES ══ */
@media(max-width:700px) {
  .mega-sub-row {
    overflow-x: auto !important;
    flex-wrap: nowrap !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 8px;
  }
  .mega-sub-row::-webkit-scrollbar { display: none; }
  .mega-main-row {
    flex-wrap: wrap !important;
    overflow-x: hidden !important;
  }
  .mega-cta-row {
    flex-direction: column !important;
    overflow-x: hidden;
  }
  .mega-cta-btns {
    flex-wrap: wrap !important;
    gap: 8px;
  }
  .mc-btn {
    font-size: 12px !important;
    padding: 9px 12px !important;
  }
}

/* ══ TAP TARGET MINIMUM (WCAG + Google) ══ */
a, button, [role="button"],


/* Topbar links — inline so they don't break layout */


/* Footer links */
.footer-links a {
  min-height: 40px;
  padding: 4px 0;
}

/* Social buttons */
.social-btn {
  width: 40px !important;
  height: 40px !important;
  min-height: 40px;
}

/* ══ MOBILE TYPOGRAPHY ══ */
@media(max-width:480px) {
  h1 { font-size: clamp(28px, 8vw, 42px); }
  h2 { font-size: clamp(22px, 6vw, 34px); }
  h3 { font-size: clamp(17px, 4.5vw, 22px); }
  p  { font-size: 14.5px; }
  .section { padding: 56px 0; }
  .container { padding: 0 16px; }
}

@media(max-width:360px) {
  h1 { font-size: 26px; }
  h2 { font-size: 21px; }
  .hero-stat-num { font-size: 26px; }
  .hero-stat-l   { font-size: 10px; }
}

/* ══ ONLINE CONSULTATION SECTION MOBILE ══ */
@media(max-width:900px) {
  section[style*="grid-template-columns:1fr 380px"],
  section[style*="grid-template-columns:1fr 420px"],
  section[style*="grid-template-columns: 1fr 380px"],
  section[style*="grid-template-columns: 1fr 420px"] {
    /* handled via inline style override below */
  }
}
.online-consult-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 52px;
  align-items: center;
}
@media(max-width:900px) {
  .online-consult-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .online-consult-grid img {
    max-width: 380px;
    margin: 0 auto;
  }
}

/* ══ GENERAL INLINE-GRID MOBILE FIX ══ */
@media(max-width:900px) {
  [style*="grid-template-columns:1fr 1fr"],
  [style*="grid-template-columns: 1fr 1fr"] {
    /* allow inline grids to reflow */
  }
}

/* ══ BOOK PAGE MOBILE ══ */
@media(max-width:768px) {
  .book-grid {
    grid-template-columns: 1fr !important;
  }
  .book-sidebar {
    order: -1;
  }
}


/* ══ INLINE GRID MOBILE FALLBACK ══ */
@media(max-width:768px){
  [style*="grid-template-columns:2fr 1fr"],
  [style*="grid-template-columns: 2fr 1fr"] {
    display: block !important;
  }
  [style*="grid-template-columns:1fr 420px"],
  [style*="grid-template-columns:1fr 380px"],
  [style*="grid-template-columns:1fr 1.4fr"],
  [style*="grid-template-columns:1fr 1fr 1fr 1.4fr"] {
    grid-template-columns: 1fr !important;
  }
  /* Why us grid fix */
  [style*="grid-template-columns:1fr 460px"] {
    grid-template-columns: 1fr !important;
  }
}

/* ══ 320PX MICRO-PHONE FIXES ══ */
@media(max-width:340px){
  .container { padding: 0 12px; }
  .nav-bar-inner { padding: 0 10px; height:58px; }
  .nav-brand-name { font-size: 14px; }
  .nav-logo-box { width:32px; height:32px; }
  .ham-btn { padding: 7px 10px; }
  .ham-label { font-size:11px; min-width:32px; }
  
  
  
/* ══ FINAL OVERFLOW PATCH ══ */

/* Hero glow elements — full containment */
.hero-glow1, .hero-glow2,
[class*="hero-glow"] {
  max-width: 100vw !important;
  overflow: hidden;
}

/* Ticker — explicit containment */
.ticker-wrap, .ticker-track, .ticker-inner {
  overflow: hidden !important;
  max-width: 100%;
}

/* Doc chips — wrap on tiny screens */
.doc-chips {
  flex-wrap: wrap !important;
  max-width: 100%;
  overflow: hidden;
}

/* Book page sidebar — iPad fix */
@media(max-width:900px){
  .book-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }
  .book-sidebar {
    max-width: 100% !important;
    width: 100% !important;
    overflow: hidden !important;
  }
  .book-sidebar .info-card {
    max-width: 100% !important;
    overflow: hidden;
  }
  .book-sidebar img {
    max-width: 100% !important;
    width: 100% !important;
  }
}

/* 320px mega-sub-row — hard clip */
@media(max-width:340px){
  .mega-sub-row {
    max-width: 320px !important;
    overflow-x: scroll !important;
  }
  .mega-menu { overflow-x: hidden; }
}

/* Universal safe-guard */
.section, section {
  max-width: 100vw;
  overflow-x: clip;
}

/* ══ ICON CLEANUP — replace emoji boxes with clean text ══ */

/* Hide any remaining icon containers that had emojis */
.value-icon, .protocol-icon, .tech-icon,
.exp-icon, .cb-icon, .cred-box-icon,
.svc-t-icon, .reach-icon, .tech-img-area,
.promise-icon, .big-check { display: none !important; }

/* Value cards — remove gap left by removed icon */
.value-card { gap: 12px; }
.value-card h3 { margin-top: 0; }

/* Protocol cards — tighten layout */
.protocol-card { padding: 20px; }
.protocol-card h4 { margin-top: 0; }

/* Credential boxes — text-only style */
.cred-box { gap: 12px; align-items: flex-start; }
.cred-box-text strong { font-size: 14px; }

/* About chips — clean pill style */
.ah-chip { font-size: 13px; }

/* Doctor chips on homepage */
.d-chip { font-size: 13px; }

/* Reach cards in contact — text only, clean */
.reach-card { padding: 20px 24px; }
.reach-card h4 { margin-top: 0; font-size: 15px; }

/* FAQ headings — clean sans icon */
.faq-section-group h3 {
  font-size: 17px;
  font-weight: 700;
  color: var(--onyx);
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--sage-pale2);
}

/* Promise items — text-only layout */
.promise-item { align-items: flex-start; gap: 14px; }
.promise-item div { padding-top: 0; }

/* ══ TREATMENT STRIP — 4 PANELS ══ */
.treatment-strip-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr) !important;
  gap: 0;
}
.ts-cell {
  position: relative;
  height: 340px;
  overflow: hidden;
  cursor: pointer;
}
.ts-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(.16,1,.3,1);
}
.ts-cell:hover img { transform: scale(1.07); }
.ts-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(7,26,18,.85) 0%, rgba(7,26,18,.2) 60%, transparent 100%);
  transition: background 0.3s ease;
}
.ts-cell:hover .ts-overlay {
  background: linear-gradient(to top, rgba(7,26,18,.92) 0%, rgba(7,26,18,.4) 60%, transparent 100%);
}
.ts-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 20px;
  color: #fff;
}
.ts-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #C8A75A;
  margin-bottom: 6px;
}
.ts-content h3 {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
  line-height: 1.3;
}
.ts-content p {
  font-size: 12.5px;
  color: rgba(255,255,255,.72);
  line-height: 1.55;
  margin-bottom: 10px;
  display: none;
}
.ts-cell:hover .ts-content p { display: block; }
.ts-content a {
  font-size: 12px;
  font-weight: 700;
  color: #C8A75A;
  text-decoration: none;
  letter-spacing: .04em;
}
.ts-content a:hover { color: #fff; }

@media(max-width:900px) {
  .treatment-strip-grid {
    grid-template-columns: repeat(2,1fr) !important;
  }
  .ts-cell { height: 280px; }
  .ts-content p { display: block; }
}
@media(max-width:480px) {
  .treatment-strip-grid {
    grid-template-columns: 1fr !important;
  }
  .ts-cell { height: 240px; }
}

