/* ==========================================================================
   THE CHILD & NEURO-SPINE CARE — shared custom overrides
   Loaded on every page after main.css so the whole site stays consistent.
   ========================================================================== */

/* ==========================================================================
   Floating WhatsApp "Book Appointment" button (bottom-right, every page)
   ========================================================================== */
.mh-wa-float{
  position:fixed;right:30px;bottom:30px;z-index:10000;
  display:inline-flex;align-items:center;
  height:60px;border-radius:30px;
  background:#25D366;color:#fff;text-decoration:none;
  box-shadow:0 12px 30px rgba(37,211,102,.45);
  transition:transform .25s ease,box-shadow .25s ease;
}
.mh-wa-float i{
  font-size:26px;width:44px;height:44px;flex:0 0 auto;margin:8px;
  display:flex;align-items:center;justify-content:center;
  background:#fff;color:#25D366;border-radius:50%;
}
.mh-wa-float__label{
  color:#fff;font-size:15px;font-weight:700;white-space:nowrap;
  max-width:0;opacity:0;overflow:hidden;
  transition:max-width .35s ease,opacity .25s ease,padding .35s ease;
}
.mh-wa-float:hover{transform:translateY(-3px);box-shadow:0 16px 38px rgba(37,211,102,.55)}
.mh-wa-float:hover .mh-wa-float__label{max-width:200px;opacity:1;padding-right:24px}
/* gentle attention pulse */
.mh-wa-float::after{
  content:"";position:absolute;inset:0;border-radius:30px;pointer-events:none;
  animation:mhWaPulse 2.4s ease-out infinite;
}
@keyframes mhWaPulse{
  0%{box-shadow:0 0 0 0 rgba(37,211,102,.45)}
  70%{box-shadow:0 0 0 16px rgba(37,211,102,0)}
  100%{box-shadow:0 0 0 0 rgba(37,211,102,0)}
}
@media (max-width:575px){
  .mh-wa-float{right:18px;bottom:18px;height:56px}
  .mh-wa-float i{width:42px;height:42px;margin:7px;font-size:23px}
}
@media (prefers-reduced-motion:reduce){
  .mh-wa-float::after{animation:none}
}

/* ==========================================================================
   On-brand call-to-action panel (.cnsc-cta) — replaces the template's
   cta4-section-area banner on the homepage and services page.
   ========================================================================== */
.cnsc-cta{padding:40px 0 0}
.cnsc-cta__panel{
  position:relative;z-index:3;margin-bottom:-110px;overflow:hidden;border-radius:30px;
  background:linear-gradient(120deg,#0e9b96 0%,#0b5e5b 100%);
  padding:58px 64px;display:grid;grid-template-columns:1.25fr .75fr;align-items:center;gap:30px;
  box-shadow:0 40px 70px rgba(11, 94, 91,.35);
}
/* let the CTA panel overlap onto the top of the footer */
.cnsc-cta + .cnsc-footer{padding-top:185px}
@media (max-width:767px){
  .cnsc-cta__panel{margin-bottom:-80px}
  .cnsc-cta + .cnsc-footer{padding-top:135px}
}
/* soft decorative glows */
.cnsc-cta__panel::before,
.cnsc-cta__panel::after{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.10);pointer-events:none}
.cnsc-cta__panel::before{width:320px;height:320px;top:-120px;right:-80px}
.cnsc-cta__panel::after{width:220px;height:220px;bottom:-110px;left:-60px;background:rgba(255,255,255,.07)}

.cnsc-cta__content{position:relative;z-index:2}
.cnsc-cta__eyebrow{
  display:inline-block;background:rgba(255,255,255,.18);color:#fff;
  font-size:13px;font-weight:600;letter-spacing:.4px;padding:7px 16px;border-radius:30px;margin-bottom:18px;
}
.cnsc-cta__content h2{
  color:#fff;font-size:38px;line-height:1.15;font-weight:700;letter-spacing:-.6px;margin:0 0 14px;
}
.cnsc-cta__content p{color:rgba(255,255,255,.92);font-size:16px;line-height:1.6;margin:0 0 28px;max-width:540px}
.cnsc-cta__actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.cnsc-cta__btn-primary{
  display:inline-flex;align-items:center;gap:10px;background:#fff;color:#0b5e5b;
  font-size:16px;font-weight:700;padding:15px 30px;border-radius:40px;
  box-shadow:0 12px 26px rgba(0,0,0,.14);transition:transform .25s ease,box-shadow .25s ease;
}
.cnsc-cta__btn-primary:hover{color:#0b5e5b;transform:translateY(-2px);box-shadow:0 18px 34px rgba(0,0,0,.2)}
.cnsc-cta__btn-primary svg path{fill:#0b5e5b}
.cnsc-cta__btn-ghost{
  display:inline-flex;align-items:center;gap:9px;color:#fff;font-size:16px;font-weight:600;
  padding:14px 26px;border-radius:40px;border:1.6px solid rgba(255,255,255,.55);transition:all .25s ease;
}
.cnsc-cta__btn-ghost:hover{color:#0b5e5b;background:#fff;border-color:#fff}
.cnsc-cta__btn-ghost svg path{fill:currentColor}
.cnsc-cta__btn-video{
  display:inline-flex;align-items:center;gap:9px;color:#0b5e5b;font-size:16px;font-weight:700;
  padding:15px 28px;border-radius:40px;background:#fff;
  border:1.6px solid #fff;box-shadow:0 12px 26px rgba(0,0,0,.14);transition:transform .25s ease,box-shadow .25s ease;
}
.cnsc-cta__btn-video i{color:#0b5e5b;transition:color .25s ease}
.cnsc-cta__btn-video:hover{color:#0b5e5b;background:#fff;border-color:#fff;transform:translateY(-2px);box-shadow:0 18px 34px rgba(0,0,0,.2)}
.cnsc-cta__btn-video:hover i{color:#0b5e5b}

.cnsc-cta__media{position:relative;z-index:2;text-align:center}
.cnsc-cta__media img{max-width:100%;height:auto;max-height:300px;display:inline-block;filter:drop-shadow(0 18px 30px rgba(0,0,0,.18))}
/* custom inline SVG illustration (replaces the CTA portrait image) */
.cnsc-cta__svg{width:100%;max-width:380px;height:auto;display:inline-block;animation:cnscCtaFloat 6s ease-in-out infinite}
@keyframes cnscCtaFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}
@media (prefers-reduced-motion:reduce){.cnsc-cta__svg{animation:none}}

@media (max-width:991px){
  .cnsc-cta__panel{grid-template-columns:1fr;padding:44px 40px;text-align:center}
  .cnsc-cta__content h2{font-size:30px}
  .cnsc-cta__actions{justify-content:center}
  .cnsc-cta__media{display:none}
}
@media (max-width:575px){
  .cnsc-cta{padding:20px 0 60px}
  .cnsc-cta__panel{padding:34px 24px}
  .cnsc-cta__content h2{font-size:25px}
  .cnsc-cta__btn-primary,.cnsc-cta__btn-video,.cnsc-cta__btn-ghost{width:100%;justify-content:center}
}

/* ==========================================================================
   Homepage alternating section backgrounds — blue / white / blue / white
   (scoped to .home-index so other pages are unaffected)
   Order: Hero(blue) · About(white) · Services(blue) · Experts(white) ·
          Why Choose Us(blue) · How it works(white) · Testimonial(blue)
   ========================================================================== */
.home-index .about4-section-area{background:#ffffff !important}
.home-index .service4-section-area{background:#e6f5f4 !important}
.home-index .team4-section-area{background:#ffffff !important}
.home-index .service-benefites-section-area{background:#e6f5f4 !important}
.home-index .works4-section-area{background:#ffffff !important}
.home-index .testimonial4-section-area{background:#e6f5f4 !important}
.home-index .cnsc-cta{background:#ffffff !important}
/* footer stays blue (its own gradient) — completes the sequence */

/* Inner-page alternating section backgrounds (applied via sec-w / sec-b classes) */
.sec-w{background:#ffffff !important}
.sec-b{background:#e6f5f4 !important}

/* Header navbar logo — shrink the box to the square logo so the rounded
   corners land on the visible logo (template stretched it to 161×50 with
   object-fit:contain, leaving transparent sides). */
.vl-header-area .vl-logo img{
  width:auto !important;
  height:50px;
  border-radius:12px;
}

/* vl-btn4 — white text on the blue fill (template default was dark grey) */
.vl-btn4,
.vl-btn4:hover{color:#fff}

/* Preloader loading dots */
@keyframes dot {
  0%   { opacity: 0; }
  50%  { opacity: 1; }
  100% { opacity: 0; }
}

/* ----- Beautified preloader ----- */
.cs_preloader{background:linear-gradient(180deg,#f1faf9 0%,#ecf8f7 100%) !important}
.cs_preloader .cs_wave_first{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center}
.cs_preloader .cs_wave_first img{
  position:relative;z-index:2;border-radius:22px;
  box-shadow:0 20px 45px rgba(11, 94, 91,.28);
}
.cs_preloader .cs_wave_first p{
  font-weight:600 !important;letter-spacing:.4px;color:#0b5e5b !important;margin-top:8px !important;
}
.cs_preloader .cs_wave_first .mh-brand--stack{gap:8px}

/* Responsive video embeds (testimonials / media) */
.video-responsive{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}
.video-responsive iframe,
.video-responsive video{position:absolute;top:0;left:0;width:100%;height:100%}
.video-card h4{margin-top:12px;font-size:1.05rem}
.testimonial4-boxarea p{min-height:80px}

/* ----- Meet Our Specialists (team4) — re-scoped for non-slider markup ----- */
.team4-section-area .row.justify-content-center{margin-top:10px}
.team4-section-area .col-lg-4{display:flex;margin-bottom:30px}
.team4-section-area .team4-boxarea{
  position:relative;z-index:1;width:100%;max-width:380px;margin-inline:auto;
  background:#fff;border-radius:12px;overflow:hidden;
  box-shadow:0 12px 40px rgba(14, 155, 150,.12);
  display:flex;flex-direction:column;
}
.team4-section-area .team4-boxarea .img1{
  position:relative;z-index:1;overflow:hidden;
  border-radius:12px 12px 0 0;background:#f1faf9;
}
.team4-section-area .team4-boxarea .img1 .team-img10{
  display:block;width:100%;height:380px;
  object-fit:cover;object-position:center 25%;
  transform:none;
}
.team4-section-area .team4-boxarea .img1 .elements13{
  position:absolute;left:10px;top:15px;z-index:-1;
  width:110px;height:auto;opacity:.6;pointer-events:none;
}
.team4-section-area .team4-boxarea .name-area{
  background:#fff;padding:24px;text-align:center;flex:1 1 auto;
}
.team4-section-area .team4-boxarea .name-area a{
  display:inline-block;color:#0f2230;font-size:20px;font-weight:600;
  letter-spacing:-.5px;line-height:1.3;transition:color .3s;
}
.team4-section-area .team4-boxarea .name-area a:hover{color:#0e9b96}
.team4-section-area .team4-boxarea .name-area p{
  margin:0;font-size:16px;line-height:1.6;color:#4a585f;
}
.team4-section-area .team4-boxarea .name-area p strong{color:#0f2230}

/* --- Clickable doctor card → individual profile page --- */
.team4-section-area a.team4-boxarea.mh-team-link{
  text-decoration:none;cursor:pointer;
  transition:transform .35s ease, box-shadow .35s ease;
}
.team4-section-area a.team4-boxarea.mh-team-link:hover{
  transform:translateY(-8px);
  box-shadow:0 28px 56px rgba(14,155,150,.22);
}
.team4-section-area a.team4-boxarea.mh-team-link .team-img10{
  transition:transform .5s ease;
}
.team4-section-area a.team4-boxarea.mh-team-link:hover .team-img10{
  transform:scale(1.04);
}
/* name (now a span inside the card link) */
.team4-section-area .team4-boxarea .name-area .mh-team-name{
  display:inline-block;color:#0f2230;font-size:20px;font-weight:600;
  letter-spacing:-.5px;line-height:1.3;transition:color .3s;
}
.team4-section-area a.team4-boxarea.mh-team-link:hover .mh-team-name{color:#0e9b96}
/* "View Full Profile" cue */
.team4-section-area .team4-boxarea .name-area .mh-team-cta{
  display:inline-flex;align-items:center;gap:8px;margin-top:16px;
  font-size:14px;font-weight:700;color:#0b5e5b;letter-spacing:.2px;
}
.team4-section-area .team4-boxarea .name-area .mh-team-cta i{
  transition:transform .3s ease;
}
.team4-section-area a.team4-boxarea.mh-team-link:hover .mh-team-cta i{
  transform:translateX(5px);
}

/* ==========================================================================
   Professional site footer (.cnsc-footer) — light, on-brand, replaces
   the template's vl-footer4 markup on every page.
   ========================================================================== */
.cnsc-footer{
  position:relative;
  background:linear-gradient(180deg,#ecf8f7 0%,#dcf0ee 100%);
  padding:70px 0 28px;
  color:#5a6b73;
  font-family:var(--ztc-family-font1, "Plus Jakarta Sans", sans-serif);
}

/* --- Small "join community" button in the brand column --- */
.cnsc-footer__join{
  display:inline-flex;align-items:center;gap:9px;
  background:linear-gradient(120deg,#0e9b96 0%,#0b5e5b 100%);color:#fff;
  font-size:14px;font-weight:600;padding:11px 22px;border-radius:30px;margin-bottom:22px;
  box-shadow:0 10px 22px rgba(11, 94, 91,.25);transition:transform .25s ease,box-shadow .25s ease;
}
.cnsc-footer__join:hover{color:#fff;transform:translateY(-2px);box-shadow:0 14px 28px rgba(11, 94, 91,.35)}
.cnsc-footer__join i{font-size:16px}

/* Footer social icons */
.cnsc-footer__social{display:flex;gap:12px;margin-top:4px}
.cnsc-footer__social a{
  width:42px;height:42px;border-radius:50%;flex:0 0 auto;
  display:inline-flex;align-items:center;justify-content:center;
  background:#fff;color:#0b5e5b;border:1px solid #cdeae7;font-size:17px;
  box-shadow:0 6px 16px rgba(13,38,76,.06);transition:transform .25s ease,background .25s ease,color .25s ease,border-color .25s ease;
}
.cnsc-footer__social a:hover{
  background:linear-gradient(135deg,#0e9b96,#0b5e5b);color:#fff;border-color:transparent;transform:translateY(-3px);
}
.cnsc-footer__social .mh-x-icon{width:15px;height:15px;display:block}

/* social icons inside the contact info list */
.ci-social{display:flex;gap:10px;margin-top:9px;flex-wrap:wrap}
.ci-social a{
  width:40px;height:40px;border-radius:50%;flex:0 0 auto;
  display:inline-flex;align-items:center;justify-content:center;
  background:#fff;color:#0b5e5b;border:1px solid #cdeae7;font-size:16px;
  box-shadow:0 6px 16px rgba(13,38,76,.06);transition:transform .25s ease,background .25s ease,color .25s ease,border-color .25s ease;
}
.ci-social a:hover{
  background:linear-gradient(135deg,#0e9b96,#0b5e5b);color:#fff;border-color:transparent;transform:translateY(-3px);
}
.ci-social .mh-x-icon{width:14px;height:14px;display:block}

/* social icons in the doctor profile card */
.docx-social{display:flex;justify-content:center;gap:10px;margin-top:16px;flex-wrap:wrap}
.docx-social a{
  width:42px;height:42px;border-radius:50%;flex:0 0 auto;
  display:flex;align-items:center;justify-content:center;
  background:#f1faf9;color:#0b5e5b;border:1px solid #e9f6f5;font-size:16px;
  transition:transform .25s ease,background .25s ease,color .25s ease,border-color .25s ease;
}
.docx-social a:hover{
  background:linear-gradient(135deg,#0e9b96,#0b5e5b);color:#fff;border-color:transparent;transform:translateY(-2px);
}
.docx-social .mh-x-icon{width:14px;height:14px;display:block}

/* --- Columns --- */
.cnsc-footer__grid{
  display:grid;grid-template-columns:1.7fr 1fr 1fr 1.4fr;gap:40px;
}
.cnsc-footer__brand .cnsc-footer__logo{
  display:block;max-width:120px;height:auto;margin-bottom:24px;
  border-radius:18px;box-shadow:0 12px 30px rgba(11, 94, 91,.22);
}
.cnsc-footer__brand p{color:#5a6b73;line-height:1.75;font-size:15px;margin:0 0 22px;max-width:330px}

.cnsc-footer__col h4{
  color:#0f2230;font-size:18px;font-weight:700;margin:0 0 22px;letter-spacing:-.2px;position:relative;padding-bottom:12px;
}
.cnsc-footer__col h4::after{
  content:"";position:absolute;left:0;bottom:0;width:34px;height:3px;border-radius:3px;
  background:linear-gradient(90deg,#0e9b96,#0b5e5b);
}
.cnsc-footer__col ul{list-style:none;margin:0;padding:0}
.cnsc-footer__col ul li{margin-bottom:13px}
.cnsc-footer__col ul li a{
  color:#5a6b73;font-size:15px;transition:color .25s ease,padding-left .25s ease;display:inline-block;
}
.cnsc-footer__col ul li a:hover{color:#0e9b96;padding-left:5px}

/* --- Contact column --- */
.cnsc-footer__contact ul li{display:flex;gap:13px;align-items:flex-start;margin-bottom:18px}
.cnsc-footer__contact .ci-ic{
  flex:0 0 auto;width:38px;height:38px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;
  background:#fff;color:#0e9b96;font-size:15px;box-shadow:0 6px 16px rgba(11, 94, 91,.12);margin-top:2px;
}
.cnsc-footer__contact .ci-tx,.cnsc-footer__contact .ci-tx a{color:#5a6b73;font-size:15px;line-height:1.55}
.cnsc-footer__contact .ci-tx a:hover{color:#0e9b96}
.cnsc-footer__contact .ci-tx strong{display:block;color:#0f2230;font-weight:600;font-size:14px;margin-bottom:2px}

/* --- Bottom bar --- */
.cnsc-footer__bottom{
  display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;
  margin-top:54px;padding-top:26px;border-top:1px solid rgba(11,31,51,.1);
}
.cnsc-footer__bottom p{margin:0;color:#7a8893;font-size:14px}
.cnsc-footer__bottom ul{list-style:none;display:flex;gap:8px;margin:0;padding:0}
.cnsc-footer__bottom ul li a{color:#7a8893;font-size:14px;transition:color .25s ease}
.cnsc-footer__bottom ul li a:hover{color:#0e9b96}

/* --- Responsive --- */
@media (max-width:991px){
  .cnsc-footer__grid{grid-template-columns:1fr 1fr;gap:36px 30px}
  .cnsc-footer__brand{grid-column:1 / -1}
}
@media (max-width:767px){
  .cnsc-footer{padding:50px 0 24px}
  .cnsc-footer__cta{padding:30px 26px;margin-bottom:46px}
  .cnsc-footer__cta-text h3{font-size:22px}
  .cnsc-footer__grid{grid-template-columns:1fr;gap:34px}
  .cnsc-footer__bottom{justify-content:center;text-align:center}
}

/* ----- Service card specialist tags ----- */
.service4-boxarea .service-tag{
  display:inline-block;font-size:12px;font-weight:600;
  letter-spacing:.3px;padding:5px 12px;border-radius:30px;line-height:1.2;
}
/* Dr. Priya = pink, Dr. N. C. Prakash = blue */
.service4-boxarea .service-tag.tag-child{background:#e6f5f4;color:#0b5e5b}
.service4-boxarea .service-tag.tag-neuro{background:#e6f5f4;color:#0b5e5b}

/* Doctor colour-coding on "Centre of Excellence" / services info cards */
.benefites-widget-boxarea.doc-priya{background:#fff !important;border-left:4px solid #0e9b96}
.benefites-widget-boxarea.doc-priya .content-area .title{color:#0b5e5b}
.benefites-widget-boxarea.doc-priya .content-area .title:hover{color:#0e9b96}
.benefites-widget-boxarea.doc-priya .icons{background:#d2ece9 !important}
.benefites-widget-boxarea.doc-prakash{background:#fff !important;border-left:4px solid #0b5e5b}
.benefites-widget-boxarea.doc-prakash .content-area .title{color:#0b5e5b}
.benefites-widget-boxarea.doc-prakash .content-area .title:hover{color:#0e9b96}
.benefites-widget-boxarea.doc-prakash .icons{background:#d2ece9 !important}
/* Font Awesome icons inside the round icon badge */
.benefites-widget-boxarea .icons i{font-size:32px;line-height:80px;display:block;text-align:center}
.benefites-widget-boxarea.doc-priya .icons i{color:#0b5e5b}
.benefites-widget-boxarea.doc-prakash .icons i{color:#0b5e5b}

/* Carousel service cards — tinted + top accent by doctor */
.service4-section-area .service4-slider-area .service4-boxarea.doc-priya{background:#fff;border-top:4px solid #0e9b96}
.service4-section-area .service4-slider-area .service4-boxarea.doc-prakash{background:#fff;border-top:4px solid #0b5e5b}

/* Meet Our Specialists cards — accent + name colour by doctor */
.team4-section-area .team4-boxarea.doc-priya{border-top:5px solid #0e9b96}
.team4-section-area .team4-boxarea.doc-prakash{border-top:5px solid #0b5e5b}
.team4-section-area .team4-boxarea.doc-priya .name-area a{color:#0b5e5b}
.team4-section-area .team4-boxarea.doc-priya .name-area a:hover{color:#0e9b96}
.team4-section-area .team4-boxarea.doc-prakash .name-area a{color:#0b5e5b}
.team4-section-area .team4-boxarea.doc-prakash .name-area a:hover{color:#0e9b96}

/* ----- Equal-height service cards (carousel) ----- */
.service4-section-area .service4-slider-area .service4-boxarea{
  display:flex;flex-direction:column;height:100%;
  background:#fff;box-shadow:0 8px 30px rgba(0,0,0,.06);
}
.service4-section-area .service4-slider-area .service4-boxarea .content-area{
  flex:1 1 auto;min-height:215px;
}
.service4-section-area .service4-slider-area .service4-boxarea .img1{
  flex:0 0 auto;height:240px;
}
.service4-section-area .service4-slider-area .service4-boxarea .img1 img{
  height:100%;width:100%;object-fit:cover;
}
.service4-section-area .service4-slider-area.owl-carousel .owl-stage{display:flex}
.service4-section-area .service4-slider-area.owl-carousel .owl-item{display:flex;height:auto}
.service4-section-area .service4-slider-area.owl-carousel .owl-item > div{width:100%}

/* ----- Clean, centered carousel pagination dots ----- */
.service4-section-area .service4-slider-area .owl-dots{
  text-align:center;margin-top:40px;line-height:0;
}
.service4-section-area .service4-slider-area .owl-dots::after{display:none}
.service4-section-area .service4-slider-area .owl-dots button{
  height:10px;width:10px;border-radius:50%;
  background:#c9e8e5;margin:0 5px;top:0;
  display:inline-block;vertical-align:middle;transition:all .3s ease;
}
.service4-section-area .service4-slider-area .owl-dots button.active{
  background:#0e9b96;width:30px;border-radius:10px;
}

/* Match the active "How it works" step colour to the others */
.works4-section-area .cs_case_study_1_list .box4{background:#e6f5f4 !important}

/* ==========================================================================
   Hospital-grade page components (.cnsc-*) — services & inner pages
   ========================================================================== */
.cnsc-soft-bg{background:linear-gradient(180deg,#f1faf9 0%,#ecf8f7 100%)}

/* --- Trust stat strip --- */
.cnsc-stats__row{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}
.cnsc-stat{
  background:#fff;border:1px solid #eef2f7;border-radius:20px;padding:32px 24px;text-align:center;
  box-shadow:0 12px 30px rgba(13,38,76,.05);transition:transform .35s ease,box-shadow .35s ease;
}
.cnsc-stat:hover{transform:translateY(-6px);box-shadow:0 22px 44px rgba(13,38,76,.10)}
.cnsc-stat__ic{
  width:58px;height:58px;margin:0 auto 16px;border-radius:16px;display:flex;align-items:center;justify-content:center;
  font-size:23px;background:linear-gradient(135deg,#e6f5f4,#f1faf9);color:#0b5e5b;
}
.cnsc-stat h3{font-size:34px;font-weight:800;color:#0f2230;margin:0;letter-spacing:-1px}
.cnsc-stat p{margin:7px 0 0;color:#5a6b73;font-size:14.5px;line-height:1.4}

/* --- Pathway heading badge --- */
.cnsc-pathway-badge{
  display:flex;width:-moz-fit-content;width:fit-content;
  margin:0 auto 18px;align-items:center;gap:9px;padding:8px 18px;border-radius:30px;
  font-size:14px;font-weight:600;
}
.cnsc-pathway-badge i{font-size:16px}
.cnsc-pathway-badge.is-priya{background:#e6f5f4;color:#0b5e5b}
.cnsc-pathway-badge.is-prakash{background:#e6f5f4;color:#0b5e5b}

/* --- Service cards --- */
.cnsc-svc-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}
.cnsc-svc-card{
  position:relative;overflow:hidden;background:#fff;border:1px solid #eef2f7;border-radius:20px;
  padding:34px 32px;box-shadow:0 12px 30px rgba(13,38,76,.05);
  transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease;
}
.cnsc-svc-card::before{content:"";position:absolute;top:0;left:0;height:4px;width:100%;transform:scaleX(0);transform-origin:left;transition:transform .4s ease}
.cnsc-svc-card:hover{transform:translateY(-8px);box-shadow:0 26px 54px rgba(13,38,76,.12)}
.cnsc-svc-card:hover::before{transform:scaleX(1)}
.cnsc-svc-card__icon{
  width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;
  font-size:27px;margin-bottom:22px;transition:transform .4s ease;
}
.cnsc-svc-card:hover .cnsc-svc-card__icon{transform:rotate(-6deg) scale(1.08)}
.cnsc-svc-card h3{font-size:21px;font-weight:700;color:#0f2230;margin:0 0 12px;letter-spacing:-.3px}
.cnsc-svc-card p{color:#5a6b73;font-size:15.5px;line-height:1.65;margin:0}
.cnsc-svc-card__list{list-style:none;margin:18px 0 0;padding:0}
.cnsc-svc-card__note{margin:18px 0 0;font-size:14px;font-weight:600;color:#0f2230}
.cnsc-svc-card__note + .cnsc-svc-card__list{margin-top:9px}
.cnsc-svc-card__list li{position:relative;padding-left:26px;margin-bottom:9px;color:#4a5763;font-size:15px;line-height:1.5}
.cnsc-svc-card__list li i{position:absolute;left:0;top:4px;font-size:13px}
.cnsc-svc-card.is-priya::before{background:linear-gradient(90deg,#0e9b96,#7fcec9)}
.cnsc-svc-card.is-priya .cnsc-svc-card__icon{background:#e6f5f4;color:#0e9b96}
.cnsc-svc-card.is-priya .cnsc-svc-card__list li i{color:#0e9b96}
.cnsc-svc-card.is-priya:hover{border-color:#b9e5e1}
.cnsc-svc-card.is-prakash::before{background:linear-gradient(90deg,#0b5e5b,#7fcec9)}
.cnsc-svc-card.is-prakash .cnsc-svc-card__icon{background:#e6f5f4;color:#0b5e5b}
.cnsc-svc-card.is-prakash .cnsc-svc-card__list li i{color:#0b5e5b}
.cnsc-svc-card.is-prakash:hover{border-color:#b9e5e1}

/* --- Process steps --- */
.cnsc-process__row{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;position:relative}
.cnsc-process__row::before{content:"";position:absolute;top:42px;left:12%;right:12%;height:2px;background:linear-gradient(90deg,#0e9b96,#0b5e5b);opacity:.22;z-index:0}
.cnsc-step{position:relative;z-index:1;text-align:center}
.cnsc-step__ic{
  width:84px;height:84px;margin:0 auto 22px;border-radius:50%;background:#fff;border:1px solid #e7eef6;
  box-shadow:0 12px 26px rgba(13,38,76,.08);display:flex;align-items:center;justify-content:center;
  font-size:30px;color:#0b5e5b;position:relative;transition:transform .35s ease;
}
.cnsc-step:hover .cnsc-step__ic{transform:translateY(-6px)}
.cnsc-step__num{
  position:absolute;top:-4px;right:-4px;width:30px;height:30px;border-radius:50%;
  background:#0f2230;color:#fff;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;
}
.cnsc-step h4{font-size:18px;font-weight:700;color:#0f2230;margin:0 0 8px}
.cnsc-step p{color:#5a6b73;font-size:14.5px;line-height:1.6;margin:0 auto;max-width:240px}

/* --- Trust feature cards --- */
.cnsc-trust__row{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}
/* centered 3-card variant */
.cnsc-trust__row--3{grid-template-columns:repeat(3,1fr);max-width:1040px;margin-inline:auto}
.cnsc-trust-card{
  background:#fff;border:1px solid #eef2f7;border-radius:18px;padding:34px 26px;text-align:center;
  box-shadow:0 10px 30px rgba(13,38,76,.05);transition:transform .35s ease,box-shadow .35s ease;
}
.cnsc-trust-card:hover{transform:translateY(-8px);box-shadow:0 24px 50px rgba(13,38,76,.12)}
.cnsc-trust-card__ic{
  width:72px;height:72px;margin:0 auto 20px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  font-size:28px;background:linear-gradient(135deg,#e6f5f4,#f1faf9);color:#0b5e5b;transition:transform .4s ease;
}
.cnsc-trust-card:hover .cnsc-trust-card__ic{transform:scale(1.08)}
.cnsc-trust-card h4{font-size:18px;font-weight:700;color:#0f2230;margin:0 0 10px}
.cnsc-trust-card p{color:#5a6b73;font-size:14.5px;line-height:1.6;margin:0}

/* --- FAQ accordion (native, no JS) --- */
/* ============================================================
   Welcome popup (homepage on load)
   ============================================================ */
.mh-popup{position:fixed;inset:0;z-index:99999;display:none;align-items:center;justify-content:center;padding:20px}
.mh-popup.is-open{display:flex}
.mh-popup__overlay{position:absolute;inset:0;background:rgba(13,38,76,.62);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}
.mh-popup__box{position:relative;max-width:620px;width:100%;animation:mhPopIn .35s ease}
.mh-popup__link{display:block;line-height:0}
.mh-popup__box img{display:block;max-width:100%;max-height:90vh;width:100%;height:auto;margin:0 auto;border-radius:16px;box-shadow:0 30px 70px rgba(0,0,0,.45)}
.mh-popup__close{
  position:absolute;top:-14px;right:-14px;width:38px;height:38px;border-radius:50%;
  border:none;background:#fff;color:#0f2230;font-size:24px;line-height:1;cursor:pointer;
  box-shadow:0 6px 18px rgba(0,0,0,.28);display:flex;align-items:center;justify-content:center;
  transition:transform .25s ease,background .2s ease;z-index:2;
}
.mh-popup__close:hover{transform:rotate(90deg);background:#f1f5f9}
@keyframes mhPopIn{from{opacity:0;transform:translateY(16px) scale(.96)}to{opacity:1;transform:none}}
@media (max-width:520px){
  .mh-popup{padding:16px}
  .mh-popup__close{top:-10px;right:-10px;width:34px;height:34px;font-size:22px}
}

.cnsc-faq{max-width:880px;margin:0 auto}
/* two parallel columns */
.cnsc-faq--2col{max-width:1180px;display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}
.cnsc-faq__col{min-width:0}
.cnsc-faq__col-title{
  font-size:18px;font-weight:700;color:#0f2230;letter-spacing:-.3px;
  display:flex;align-items:center;gap:10px;margin:0 0 18px;padding-bottom:14px;
  border-bottom:2px solid #e7eef0;
}
.cnsc-faq__col-title i{color:#0b5e5b;font-size:17px}
@media (max-width:991px){
  .cnsc-faq--2col{grid-template-columns:1fr;gap:0}
  .cnsc-faq__col + .cnsc-faq__col{margin-top:30px}
}
.cnsc-faq__item{
  background:#fff;border:1px solid #eef2f7;border-radius:14px;margin-bottom:16px;overflow:hidden;
  box-shadow:0 8px 24px rgba(13,38,76,.05);transition:box-shadow .3s ease;
}
.cnsc-faq__item[open]{box-shadow:0 16px 36px rgba(13,38,76,.10)}
.cnsc-faq__item summary{
  list-style:none;cursor:pointer;padding:22px 26px;font-size:17px;font-weight:600;color:#0f2230;
  display:flex;align-items:center;justify-content:space-between;gap:16px;
}
.cnsc-faq__item summary::-webkit-details-marker{display:none}
.cnsc-faq__item summary i{color:#0b5e5b;transition:transform .3s ease;flex:0 0 auto}
.cnsc-faq__item[open] summary i{transform:rotate(180deg)}
.cnsc-faq__item .cnsc-faq__a{padding:0 26px 24px;color:#5a6b73;font-size:15.5px;line-height:1.7}

/* --- Gallery hover --- */
.cnsc-gallery__item{position:relative;border-radius:16px;overflow:hidden;box-shadow:0 10px 30px rgba(13,38,76,.08)}
.cnsc-gallery__item img{width:100%;height:auto;display:block;transition:transform .5s ease}
.cnsc-gallery__item::after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(11, 94, 91,0) 40%,rgba(13,38,76,.55));opacity:0;transition:opacity .4s ease}
.cnsc-gallery__item:hover img{transform:scale(1.08)}
.cnsc-gallery__item:hover::after{opacity:1}

/* --- Testimonial card polish --- */
.cnsc-quote{position:absolute;top:24px;right:26px;font-size:34px;color:#e6f5f4}

/* --- About section uplift (homepage) --- */
.cnsc-about-img{position:relative;z-index:1}
/* hide the old template decorative png */
.cnsc-about-img .img2{display:none !important}
/* photo: rounded frame + soft depth shadow */
.cnsc-about-img .img1{position:relative;z-index:2;border-radius:24px;overflow:hidden;box-shadow:0 30px 60px rgba(13,38,76,.16)}
.cnsc-about-img{max-width:460px;margin-inline:auto}
.cnsc-about-img .img1 img{display:block;width:100%;height:400px !important;object-fit:cover !important;object-position:center 52%;border-radius:24px}
/* hide the about image on mobile */
@media (max-width:767px){.cnsc-about-img{display:none}}

/* --- About section: two stacked photos --- */
.cnsc-about-img--stack .img1,
.cnsc-about-img--stack .cnsc-about-img__second{
  position:relative;z-index:2;border-radius:24px;overflow:hidden;
  box-shadow:0 30px 60px rgba(13,38,76,.16);
}
.cnsc-about-img--stack .cnsc-about-img__second{margin-top:22px}
.cnsc-about-img--stack .img1 img,
.cnsc-about-img--stack .cnsc-about-img__second img{
  display:block;width:100%;height:262px !important;object-fit:cover !important;border-radius:24px;
}
.cnsc-about-img--stack .img1 img{object-position:center 50%}
.cnsc-about-img--stack .cnsc-about-img__second img{object-position:center 42%}
/* badge now anchored to the top photo */
.cnsc-about-img--stack .img1 .cnsc-about-badge{left:18px;bottom:18px;}

/* Hero image decorative backdrop (gradient panel + dot texture) */
.cnsc-hero-deco{position:relative;width:-moz-fit-content;width:fit-content;margin-inline:auto}
.cnsc-hero-deco > img{position:relative;z-index:2}
.cnsc-hero-deco::before{
  content:"";position:absolute;z-index:0;right:-18px;bottom:-18px;width:72%;height:74%;border-radius:24px;
  background:linear-gradient(135deg,#0e9b96,#0b5e5b);opacity:.16;
}
.cnsc-hero-deco::after{
  content:"";position:absolute;z-index:0;left:-22px;top:-22px;width:116px;height:116px;border-radius:10px;
  background-image:radial-gradient(#7fcec9 2.1px,transparent 2.6px);background-size:16px 16px;opacity:.6;
}
.cnsc-about-badge{
  position:absolute;left:20px;bottom:20px;z-index:3;display:flex;align-items:center;gap:13px;
  background:#fff;border-radius:16px;padding:14px 20px 14px 14px;box-shadow:0 18px 44px rgba(13,38,76,.18);
}
.cnsc-about-badge i{
  width:46px;height:46px;border-radius:13px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;
  font-size:20px;color:#fff;background:linear-gradient(135deg,#0e9b96,#0b5e5b);
}
.cnsc-about-badge strong{display:block;color:#0f2230;font-size:15px;line-height:1.15}
.cnsc-about-badge span{display:block;color:#5a6b73;font-size:12.5px;margin-top:3px}

.cnsc-about-features{list-style:none;margin:24px 0 0;padding:0}
.cnsc-about-features li{position:relative;padding-left:30px;margin-bottom:13px;color:#4a5763;font-size:15.5px;line-height:1.5}
.cnsc-about-features li i{position:absolute;left:0;top:3px;color:#0e9b96;font-size:17px}

.cnsc-facts{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:32px}
.cnsc-fact{
  display:flex;align-items:center;gap:14px;background:#fff;border:1px solid #eef2f7;border-radius:16px;
  padding:16px 18px;box-shadow:0 10px 26px rgba(13,38,76,.05);transition:transform .35s ease,box-shadow .35s ease;
}
.cnsc-fact:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(13,38,76,.10)}
.cnsc-fact__ic{
  width:50px;height:50px;border-radius:13px;flex:0 0 auto;display:flex;align-items:center;justify-content:center;font-size:21px;
}
.cnsc-fact__ic.is-pink{background:#e6f5f4;color:#0e9b96}
.cnsc-fact__ic.is-blue{background:#e6f5f4;color:#0b5e5b}
.cnsc-fact h3{font-size:26px;font-weight:800;color:#0f2230;line-height:1;margin:0}
.cnsc-fact p{font-size:13px;color:#5a6b73;margin:5px 0 0;line-height:1.3}
@media (max-width:575px){.cnsc-facts{grid-template-columns:1fr}}

/* responsive */
@media (max-width:991px){
  .cnsc-stats__row{grid-template-columns:repeat(2,1fr)}
  .cnsc-svc-grid{grid-template-columns:1fr}
  .cnsc-process__row{grid-template-columns:repeat(2,1fr);gap:42px 24px}
  .cnsc-process__row::before{display:none}
  .cnsc-trust__row{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:575px){
  .cnsc-stats__row,.cnsc-process__row,.cnsc-trust__row{grid-template-columns:1fr}
}

/* ==========================================================================
   HOSPITAL-GRADE HERO (homepage) — redesigned
   Clean clinical background · trust eyebrow · two-tone title · credential
   pills · polished image frame with a floating specialist card.
   ========================================================================== */
.home-index .hero4-section-area{
  position:relative;overflow:hidden;
  background:
    radial-gradient(1100px 540px at 82% -10%, rgba(14, 155, 150,.18), transparent 62%),
    radial-gradient(760px 460px at 6% 108%, rgba(14, 155, 150,.10), transparent 60%),
    linear-gradient(180deg,#f1faf9 0%, #ecf8f7 100%) !important;
}
/* balanced vertical spacing: clear the fixed header up top, matching gap below */
@media (min-width:992px){.home-index .hero4-section-area{padding-top:210px;padding-bottom:72px}}
@media (max-width:991px){.home-index .hero4-section-area{padding-bottom:55px}}
/* faint dotted texture, kept well behind content */
.home-index .hero4-section-area::before{
  content:"";position:absolute;left:-40px;top:24%;width:150px;height:150px;z-index:0;
  background-image:radial-gradient(#7fcec9 2px,transparent 2.4px);background-size:18px 18px;
  opacity:.30;pointer-events:none;
}
.home-index .hero4-section-area .container{position:relative;z-index:1}
/* drop the template's floating decorative blob for a cleaner look */
.home-index .hero4-section-area .elements12{display:none !important}

/* Eyebrow pill */
.cnsc-hero-eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  background:#fff;border:1px solid #cdeae7;color:#0b5e5b;
  font-size:13px;font-weight:700;letter-spacing:.3px;
  padding:8px 16px;border-radius:30px;margin-bottom:22px;
  box-shadow:0 10px 24px rgba(11, 94, 91,.10);
}
.cnsc-hero-eyebrow i{font-size:13px}

/* Title — navy with a brand-blue gradient accent line */
.home-index .hero4-section-area .hero-header h1.cnsc-hero-title{
  color:var(--ztc-text-text-11);font-family:var(--ztc-family-font1);
  font-weight:var(--ztc-weight-semibold);letter-spacing:normal;line-height:1.07;
  font-size:54px;margin:0 0 20px;max-width:600px;padding-right:0;
}
/* match the section headings below — single consistent colour, no accent */
.cnsc-hero-title .accent{
  background:none;-webkit-background-clip:border-box;background-clip:border-box;
  -webkit-text-fill-color:currentColor;color:inherit;
}

/* Sub copy */
.home-index .hero4-section-area .hero-header p.cnsc-hero-sub{
  color:#49596b;font-size:17px;line-height:1.72;max-width:560px;margin:0 0 26px;
}

/* Credential trust pills */
.cnsc-hero-trust{
  list-style:none;margin:0 0 32px;padding:0;display:flex;flex-wrap:wrap;gap:10px;
}
.cnsc-hero-trust li{
  display:inline-flex;align-items:center;gap:8px;
  background:rgba(255,255,255,.85);border:1px solid #ddf0ee;border-radius:12px;
  padding:10px 15px;font-size:13.5px;font-weight:600;color:#0f2230;
  box-shadow:0 6px 16px rgba(13,38,76,.05);backdrop-filter:blur(2px);
}
.cnsc-hero-trust li i{color:#0b5e5b;font-size:14px}

/* Image visual + floating specialist card */
.home-index .hero4-images-area.cnsc-hero-visual{position:relative;z-index:1}
.cnsc-hero-card{
  position:absolute;left:8px;bottom:-14px;z-index:4;
  display:flex;align-items:center;gap:13px;
  background:#fff;border-radius:16px;padding:14px 18px 14px 14px;
  box-shadow:0 22px 50px rgba(13,38,76,.18);
}
.cnsc-hero-card__ic{
  width:48px;height:48px;flex:0 0 auto;border-radius:13px;
  display:flex;align-items:center;justify-content:center;font-size:21px;color:#fff;
  background:linear-gradient(135deg,#0e9b96,#0b5e5b);
}
.cnsc-hero-card__tx strong{display:block;color:#0f2230;font-size:16px;font-weight:800;line-height:1.1}
.cnsc-hero-card__tx span{display:block;color:#5a6b73;font-size:12.5px;margin-top:3px}

/* Hero portrait photo */
.cnsc-hero-photo{
  display:block;width:100%;max-width:420px;height:430px;margin-inline:auto;
  object-fit:cover;object-position:center top;border-radius:24px;
  box-shadow:0 26px 56px rgba(13,38,76,.20);
  transition:transform .4s ease, box-shadow .4s ease;
}
.cnsc-hero-photo:hover{transform:translateY(-6px);box-shadow:0 36px 70px rgba(13,38,76,.26)}

/* Floating "17+ years" badge top-right of the photo */
.cnsc-hero-badge{
  position:absolute;top:18px;right:6px;z-index:4;
  width:80px;height:80px;border-radius:20px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  color:#fff;background:linear-gradient(135deg,#0e9b96,#0b5e5b);
  box-shadow:0 16px 34px rgba(11,94,91,.34);
}
.cnsc-hero-badge strong{font-size:26px;font-weight:800;line-height:1}
.cnsc-hero-badge span{font-size:12px;font-weight:600;opacity:.92;margin-top:2px;letter-spacing:.3px}

/* ---- Hero CTA cluster ---- */
.cnsc-hero-cta{
  display:flex;flex-wrap:wrap;align-items:center;gap:14px 16px;margin-top:4px;
}
.cnsc-cta-btn{
  display:inline-flex;align-items:center;gap:10px;
  font-size:15.5px;font-weight:700;letter-spacing:.2px;
  padding:15px 26px;border-radius:14px;
  transition:transform .28s ease, box-shadow .28s ease, background .28s ease, color .28s ease;
}
.cnsc-cta-btn i{font-size:16px}
/* primary — filled teal gradient */
.cnsc-cta-btn--primary{
  color:#fff;background:linear-gradient(135deg,#0e9b96,#0b5e5b);
  box-shadow:0 16px 30px rgba(14,155,150,.32);
}
.cnsc-cta-btn--primary:hover{
  color:#fff;transform:translateY(-3px);box-shadow:0 22px 42px rgba(14,155,150,.42);
}
/* video — outlined, fills on hover */
.cnsc-cta-btn--video{
  color:#0b5e5b;background:#fff;border:1.5px solid #b9e5e1;
  box-shadow:0 10px 24px rgba(13,38,76,.07);
}
.cnsc-cta-btn--video i{color:#0e9b96;transition:color .28s ease}
.cnsc-cta-btn--video:hover{
  color:#fff;background:linear-gradient(135deg,#0e9b96,#0b5e5b);
  border-color:transparent;transform:translateY(-3px);box-shadow:0 18px 36px rgba(14,155,150,.30);
}
.cnsc-cta-btn--video:hover i{color:#fff}
/* call — phone block with number */
.cnsc-hero-call{
  display:inline-flex;align-items:center;gap:13px;padding:6px 6px 6px 0;
}
.cnsc-hero-call__ic{
  width:50px;height:50px;flex:0 0 auto;border-radius:50%;
  display:flex;align-items:center;justify-content:center;font-size:19px;color:#0b5e5b;
  background:#e6f5f4;border:1px solid #cdeae7;
  transition:transform .28s ease, background .28s ease, color .28s ease;
}
.cnsc-hero-call:hover .cnsc-hero-call__ic{
  transform:scale(1.06);color:#fff;background:linear-gradient(135deg,#0e9b96,#0b5e5b);
}
.cnsc-hero-call__tx{display:flex;flex-direction:column;line-height:1.2}
.cnsc-hero-call__tx small{font-size:12px;font-weight:600;color:#6a7a82;letter-spacing:.2px}
.cnsc-hero-call__tx strong{font-size:18px;font-weight:800;color:#0f2230}

/* ==========================================================================
   GLOBAL RESPONSIVE / MOBILE POLISH
   Senior pass: stack everything cleanly and centre-align on small screens.
   ========================================================================== */

/* ---- Tablet & below (≤991px): stacking + centring ---- */
@media (max-width:991px){
  /* Homepage hero */
  .hero4-section-area .hero-header{text-align:center}
  .hero4-section-area .hero-header h1{max-width:100% !important;padding-right:0 !important}
  .hero4-section-area .hero-header p{max-width:100% !important;margin-left:auto !important;margin-right:auto !important}
  .hero4-section-area .hero-header .btn-area1{display:flex;flex-wrap:wrap;justify-content:center;gap:14px}
  .hero4-section-area .hero4-images-area{margin-top:48px}
  /* centre the redesigned hero bits */
  .cnsc-hero-trust{justify-content:center}
  .cnsc-hero-eyebrow{margin-inline:auto}
  .cnsc-hero-cta{justify-content:center}
  .home-index .hero4-section-area .hero-header h1.cnsc-hero-title{margin-inline:auto}
  .home-index .hero4-section-area .hero-header p.cnsc-hero-sub{margin-inline:auto}

  /* About + any 2-col heading block */
  .about4-section-area .about4-heading{text-align:center}
  .about4-section-area .about4-heading p{margin-left:auto !important;margin-right:auto !important}
  .cnsc-about-features{display:inline-block;text-align:left}

  /* Contact two-column → stack, map gets breathing room */
  .contact-map-frame{margin-top:30px}
}

/* ---- Phones (≤767px) ---- */
@media (max-width:767px){
  /* Tame oversized headings */
  .hero4-section-area .hero-header h1{font-size:36px !important;line-height:1.18 !important}
  .vl-section-title{font-size:28px !important;line-height:1.22 !important}

  /* Redesigned hero — phone tuning */
  .cnsc-hero-eyebrow{font-size:12px;padding:7px 14px;margin-bottom:18px}
  .home-index .hero4-section-area .hero-header h1.cnsc-hero-title{font-size:34px !important;letter-spacing:normal}
  .home-index .hero4-section-area .hero-header p.cnsc-hero-sub{font-size:15.5px;margin-bottom:22px}
  .cnsc-hero-trust{gap:8px;margin-bottom:26px}
  .cnsc-hero-trust li{font-size:12.5px;padding:8px 13px}
  .cnsc-hero-card{left:50%;transform:translateX(-50%);bottom:-18px;padding:11px 16px 11px 11px}
  .cnsc-hero-card__ic{width:42px;height:42px;font-size:18px}
  .cnsc-hero-card__tx strong{font-size:15px}

  /* CTA cluster — phones */
  .cnsc-hero-cta{gap:12px 12px}
  .cnsc-cta-btn{padding:13px 20px;font-size:14.5px;flex:1 1 auto;justify-content:center;min-width:160px}
  .cnsc-hero-call{flex:1 1 100%;justify-content:center;padding:4px 0}
  .cnsc-hero-call__tx strong{font-size:17px}
  .cnsc-hero-badge{width:66px;height:66px;top:12px;right:0}
  .cnsc-hero-badge strong{font-size:22px}
  .cnsc-hero-photo{height:330px}

  /* Hide decorative overflow that could cause sideways scroll */
  .cnsc-hero-deco::before,
  .cnsc-hero-deco::after{display:none !important}

  /* "Centre of Excellence" cards → icon on top, content centred */
  .service-benefites-section-area .benefites-box .benefites-widget-boxarea{
    text-align:center;padding-top:120px;
  }
  .service-benefites-section-area .benefites-box .benefites-widget-boxarea .icons{
    left:50% !important;transform:translateX(-50%);top:30px;
  }
  .service-benefites-section-area .benefites-box .benefites-widget-boxarea .content-area{
    padding-left:0 !important;
  }

  /* Service cards (carousel + services page) centred */
  .service4-boxarea .content-area{text-align:center}
  .service4-boxarea .service-tag{margin-left:auto;margin-right:auto}
  .cnsc-svc-card{text-align:center}
  .cnsc-svc-card__icon{margin-left:auto;margin-right:auto}
  .cnsc-svc-card__list{display:inline-block;text-align:left}

  /* Footer centred */
  .cnsc-footer__grid{text-align:center}
  .cnsc-footer__brand p{margin-left:auto;margin-right:auto}
  .cnsc-footer__join{margin-left:auto;margin-right:auto}
  .cnsc-footer__col h4::after{left:50%;transform:translateX(-50%)}
  .cnsc-footer__contact ul li{justify-content:center;text-align:left;max-width:330px;margin-left:auto;margin-right:auto}
  .cnsc-footer__bottom{flex-direction:column;justify-content:center;text-align:center;gap:10px}

  /* Contact info list as a centred block */
  .contact-info-list{display:inline-block;text-align:left}

  /* FAQ accordion: comfortable padding */
  .cnsc-faq__item summary{font-size:16px;padding:18px 20px}
  .cnsc-faq__item .cnsc-faq__a{padding:0 20px 20px}
}

/* ---- Small phones (≤480px) ---- */
@media (max-width:480px){
  .hero4-section-area .hero-header h1{font-size:30px !important}
  .vl-section-title{font-size:25px !important}
  .cnsc-cta__content h2{font-size:23px !important}
  .cnsc-stat h3,.cnsc-fact h3{font-size:24px}
  .cnsc-about-badge{left:50%;transform:translateX(-50%);bottom:14px}
}

/* ==========================================================================
   MOBILE REFINEMENT PASS — tighten vertical rhythm & restore the About photo.
   Loaded last, so these override the template's own mobile media rules without
   touching main.css. Evidence: hero/inner-header carried 160–180px of top
   padding on phones (large dead space below the fixed header), and the About
   photo was hidden entirely on mobile (lost a key trust image).
   ========================================================================== */

/* --- Tablet (≤991px): trim oversized hero / inner-header top padding --- */
@media (max-width:991px){
  .hero4-section-area{padding-top:130px !important}
  .inner-header-section-area{padding:130px 0 50px !important}
}

/* --- Phones (≤767px) --- */
@media (max-width:767px){
  /* Comfortable header clearance instead of a big empty gap */
  .hero4-section-area{padding-top:120px !important}
  .inner-header-section-area{padding:115px 0 45px !important}

  /* About photo + "Trusted Specialists" badge: hidden on mobile per request
     (the wrapper holds both the image and the badge SVG) */
  .home-index .about4-section-area .cnsc-about-img{display:none !important}

  /* Hero photo: a touch shorter so the fold shows more content */
  .hero4-section-area .hero4-images-area img{height:300px !important}
}

/* --- Small phones (≤480px) --- */
@media (max-width:480px){
  .hero4-section-area{padding-top:108px !important}
  .hero4-section-area .hero4-images-area img{height:260px !important}
  .home-index .hero4-section-area .hero-header h1.cnsc-hero-title{font-size:29px !important}
  .cnsc-hero-trust li{font-size:12px;padding:7px 11px}
}

/* ==========================================================================
   MOBILE OFFCANVAS MENU — full redesign
   Clean white panel · gradient brand header with a real close button ·
   readable menu · WhatsApp + Video CTAs · tappable contact cards.
   ========================================================================== */
.vl-offcanvas{
  background:#fff !important;
  width:90% !important;
  max-width:390px;
  padding:0 !important;
  box-shadow:-22px 0 70px rgba(13,38,76,.22);
  display:flex;flex-direction:column;
}
.vl-offcanvas-wrapper{display:flex;flex-direction:column;min-height:100%}

/* --- Header: brand + close --- */
.vl-offcanvas .vl-offcanvas-header{
  display:flex;align-items:center;justify-content:space-between;gap:14px;
  padding:18px 20px !important;margin:0 !important;
  background:linear-gradient(120deg,#0e9b96 0%,#0b5e5b 100%);
}
.vl-offcanvas-brand{display:inline-flex;align-items:center}
.vl-offcanvas-brand img{
  height:54px;width:auto;display:block;border-radius:12px;
  background:#fff;padding:5px;box-shadow:0 8px 20px rgba(13,38,76,.18);
}
.vl-offcanvas .vl-offcanvas-close-toggle{
  flex:0 0 auto;width:44px;height:44px;border-radius:50%;border:none;outline:none;
  background:rgba(255,255,255,.18);color:#fff !important;font-size:20px;
  display:flex;align-items:center;justify-content:center;cursor:pointer;
  transition:background .25s ease,transform .35s ease;
}
.vl-offcanvas .vl-offcanvas-close-toggle:hover{background:rgba(255,255,255,.32);transform:rotate(90deg)}

/* --- Menu list (cloned by JS) --- */
.vl-offcanvas-menu{padding:6px 20px 0 !important;margin:0 !important}
.vl-offcanvas-menu nav>ul{margin:0;padding:0}
.vl-offcanvas-menu ul li{position:relative;border-bottom:1px solid #eef2f7}
.vl-offcanvas-menu ul li a{
  display:flex;align-items:center;
  padding:15px 2px !important;
  color:#0f2230 !important;font-size:16px !important;font-weight:600 !important;
}
.vl-offcanvas-menu ul li a:hover{color:#0b5e5b !important}
.vl-offcanvas-menu ul li a .arrow-size{display:none}
.vl-offcanvas-menu .vl-menu-close{
  position:absolute;right:0;top:9px;
  width:34px;height:34px;line-height:34px;text-align:center;
  border:none;border-radius:9px;background:#e9f6f5;color:#0b5e5b;font-size:13px;
}
.vl-offcanvas-menu ul li.active>.vl-menu-close{background:#0b5e5b;color:#fff}
.vl-offcanvas-menu ul li.active>.vl-menu-close i{transform:rotate(90deg)}
.vl-offcanvas-menu .sub-menu{padding-left:12px !important}
.vl-offcanvas-menu .sub-menu li{border-bottom:none}
.vl-offcanvas-menu .sub-menu li a{
  padding:10px 2px !important;font-size:14.5px !important;font-weight:500 !important;color:#5a6b73 !important;
}
.vl-offcanvas-menu .sub-menu li a:hover{color:#0b5e5b !important}

/* --- CTA buttons --- */
.vl-offcanvas-cta{padding:20px 20px 4px;display:flex;flex-direction:column;gap:12px}
.moff-btn{
  display:flex;align-items:center;justify-content:center;gap:10px;
  padding:14px 18px;border-radius:40px;font-size:15px;font-weight:700;line-height:1.2;
  transition:transform .25s ease,box-shadow .25s ease,opacity .25s ease;
}
.moff-btn i{font-size:18px}
.moff-btn--wa{background:#25d366;color:#fff !important;box-shadow:0 12px 26px rgba(37,211,102,.32)}
.moff-btn--video{background:linear-gradient(120deg,#0e9b96,#0b5e5b);color:#fff !important;box-shadow:0 12px 26px rgba(11, 94, 91,.32)}
.moff-btn:hover{transform:translateY(-2px);opacity:.96}

/* --- Contact cards (pinned to bottom) --- */
.vl-offcanvas-contact{
  padding:16px 20px 26px;margin-top:auto;display:flex;flex-direction:column;gap:10px;
}
.moff-contact{
  display:flex;align-items:flex-start;gap:12px;
  padding:12px 14px;border-radius:14px;background:#f1faf9;border:1px solid #e9f6f5;
  transition:background .25s ease,border-color .25s ease;
}
.moff-contact:hover{background:#ecf8f7;border-color:#cdeae7}
.moff-contact__ic{
  flex:0 0 auto;width:38px;height:38px;border-radius:10px;
  background:#fff;color:#0b5e5b;font-size:15px;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 6px 14px rgba(11, 94, 91,.14);
}
.moff-contact__tx{font-size:13.5px;line-height:1.45;color:#5a6b73;word-break:break-word}
.moff-contact__tx strong{display:block;color:#0f2230;font-size:12.5px;font-weight:700;margin-bottom:2px;letter-spacing:.2px}

/* ==========================================================================
   FOOTER — complete mobile redesign
   Full-width brand · 2-column link grid · full-width contact cards ·
   tidy centered bottom bar. Overrides the earlier ≤767 footer rules.
   ========================================================================== */
@media (max-width:767px){
  .cnsc-footer{padding:46px 0 22px}

  /* 2-col grid: brand & contact span full width, link columns sit side by side */
  .cnsc-footer__grid{
    display:grid;grid-template-columns:1fr 1fr;gap:28px 22px;text-align:left;
  }

  /* Brand block — centered, with a soft divider */
  .cnsc-footer__brand{
    grid-column:1 / -1;text-align:center;
    padding-bottom:26px;margin-bottom:0;border-bottom:1px solid rgba(11,31,51,.09);
  }
  .cnsc-footer__brand .cnsc-footer__logo{margin:0 auto 16px;max-width:92px}
  .cnsc-footer__brand p{margin:0 auto 18px;max-width:300px;font-size:14.5px}
  .cnsc-footer__join{margin:0 auto}

  /* Link columns — left aligned with left accent under heading */
  .cnsc-footer__col{text-align:left}
  .cnsc-footer__col h4{font-size:16px;margin-bottom:15px;padding-bottom:10px}
  .cnsc-footer__col h4::after{left:0;transform:none}
  .cnsc-footer__col ul li{margin-bottom:11px}
  .cnsc-footer__col ul li a{font-size:14.5px}

  /* Contact — full-width cards */
  .cnsc-footer__contact{
    grid-column:1 / -1;padding-top:24px;border-top:1px solid rgba(11,31,51,.09);
  }
  .cnsc-footer__contact ul{display:flex;flex-direction:column;gap:11px}
  .cnsc-footer__contact ul li{
    margin:0;max-width:none;justify-content:flex-start;text-align:left;
    background:#fff;border:1px solid #e7eef6;border-radius:14px;padding:13px 15px;
    box-shadow:0 8px 22px rgba(13,38,76,.05);
  }
  .cnsc-footer__contact .ci-tx,
  .cnsc-footer__contact .ci-tx a{font-size:14px;word-break:break-word}

  /* Bottom bar */
  .cnsc-footer__bottom{
    flex-direction:column;gap:10px;text-align:center;
    margin-top:30px;padding-top:22px;
  }
  .cnsc-footer__bottom p{font-size:13px}
}
@media (max-width:360px){
  .cnsc-footer__grid{gap:24px 16px}
  .cnsc-footer__col h4{font-size:15px}
  .cnsc-footer__col ul li a{font-size:14px}
}

/* ==========================================================================
   MOBILE COMPACTING PASS — tighten vertical rhythm so the page isn't so long.
   Reduces section padding, the template's fixed spacer divs, and compacts the
   three heaviest sections (Why-Choose cards, Team, How-it-works).
   ========================================================================== */
@media (max-width:767px){
  /* --- Section vertical padding --- */
  .sp1{padding:34px 0 34px !important}
  .sp2{padding:34px 0 24px !important}
  .sp6{padding:34px 0 34px !important}

  /* --- Template spacer divs (not shrunk by the theme on mobile) --- */
  .space-margin60{margin-bottom:28px !important}
  .space60{height:30px !important}
  .space48{height:24px !important}
  .space40{height:22px !important}
  .space32{height:18px !important}
  .space30{height:16px !important}
  .space28{height:16px !important}
  .space24{height:16px !important}

  /* --- About facts: 2-up grid + tighter --- */
  .cnsc-facts{grid-template-columns:1fr 1fr !important;gap:12px !important;margin-top:22px !important}
  .cnsc-fact{padding:13px 12px !important}
  .cnsc-fact__ic{width:42px !important;height:42px !important;font-size:18px !important}
  .cnsc-fact h3{font-size:22px !important}

  /* --- Team cards: smaller photo + tighter --- */
  .team4-section-area .col-lg-4{margin-bottom:18px !important}
  .team4-section-area .team4-boxarea .img1 .team-img10{height:230px !important}
  .team4-section-area .team4-boxarea .name-area{padding:18px !important}

  /* --- "Why Choose Us" cards: compact left-icon layout (was 120px top pad) --- */
  .service-benefites-section-area .benefites-box .benefites-widget-boxarea{
    text-align:left !important;padding:22px 20px !important;padding-top:22px !important;margin-bottom:16px !important;
  }
  .service-benefites-section-area .benefites-box .benefites-widget-boxarea .icons{
    position:static !important;left:auto !important;top:auto !important;transform:none !important;
    width:54px !important;height:54px !important;margin:0 0 14px 0 !important;
  }
  .service-benefites-section-area .benefites-box .benefites-widget-boxarea .icons i{
    font-size:23px !important;line-height:54px !important;
  }
  .service-benefites-section-area .benefites-box .benefites-widget-boxarea .content-area{
    padding-left:0 !important;text-align:left !important;
  }

  /* --- "How it works" steps: tighter padding + smaller step image --- */
  .works4-section-area .cs_case_study{margin-bottom:14px !important}
  .works4-section-area .cs_case_study .content-area{padding:24px 22px !important}
  .works4-section-area .cs_case_study .content-area .img1 img{
    max-height:165px !important;width:100% !important;object-fit:contain !important;object-position:center !important;border-radius:12px;
  }

  /* --- Footer: trim the large top padding from the CTA overlap --- */
  .cnsc-cta + .cnsc-footer{padding-top:110px !important}
  .cnsc-footer{padding-bottom:20px !important}
}

/* ---- Mobile compacting pass 2 — works image, footer, hero ---- */
@media (max-width:767px){
  /* Works step image: fixed compact frame, kill the scale transform */
  .works4-section-area .cs_case_study .content-area .img1{height:150px !important;overflow:hidden;border-radius:12px;background:#f1faf9}
  .works4-section-area .cs_case_study .content-area .img1 img{
    height:100% !important;max-height:none !important;transform:none !important;object-fit:contain !important;
  }

  /* Footer: trim overlap + internal spacing */
  .cnsc-cta + .cnsc-footer{padding-top:100px !important}
  .cnsc-footer{padding-bottom:18px !important}
  .cnsc-footer__brand{padding-bottom:22px !important}
  .cnsc-footer__brand p{margin-bottom:14px !important;font-size:14px !important;line-height:1.6 !important}
  .cnsc-footer__grid{gap:22px 22px !important}
  .cnsc-footer__col h4{margin-bottom:12px !important}
  .cnsc-footer__col ul li{margin-bottom:9px !important}
  .cnsc-footer__contact{padding-top:20px !important}
  .cnsc-footer__contact ul{gap:9px !important}
  .cnsc-footer__contact ul li{padding:11px 13px !important}
  .cnsc-footer__bottom{margin-top:22px !important;padding-top:18px !important}

  /* Hero image a touch shorter */
  .hero4-section-area .hero4-images-area img{height:265px !important}
}

/* ---- Mobile compacting pass 3 — squeeze the heaviest sections ---- */
@media (max-width:767px){
  /* tighten template spacer divs a bit more */
  .space-margin60{margin-bottom:24px !important}

  /* Works: smaller image, tighter padding + number badge */
  .works4-section-area .cs_case_study .content-area{padding:22px 20px !important}
  .works4-section-area .cs_case_study .content-area .img1{height:120px !important}
  .works4-section-area .cs_case_study .content-area .arrow2{margin-bottom:4px}
  .works4-section-area .cs_case_study .content-area .arrow2 a{
    width:44px !important;height:44px !important;line-height:44px !important;font-size:17px !important;
  }
  .works4-section-area .cs_case_study .content-area .head{font-size:19px !important}
  .works4-section-area .cs_case_study .content-area p{font-size:14.5px !important;line-height:1.55 !important}

  /* Benefites: tighter intro + card copy */
  .service-benefites-section-area .heading4 p{font-size:14.5px !important;line-height:1.55 !important}
  .service-benefites-section-area .benefites-widget-boxarea .content-area p{font-size:14.5px !important;line-height:1.55 !important}
  .service-benefites-section-area .benefites-widget-boxarea .content-area .title{font-size:18px !important}

  /* Team: slightly shorter photo + tighter name area */
  .team4-section-area .team4-boxarea .img1 .team-img10{height:205px !important}
  .team4-section-area .team4-boxarea .name-area{padding:16px !important}
  .team4-section-area .team4-boxarea .name-area p{font-size:14.5px !important}

  /* Service carousel card image a touch shorter */
  .service4-section-area .service4-slider-area .service4-boxarea .img1{height:200px !important}
}

/* =====================================================================
   MediHub — Dr. Gaurav Kesar  ·  brand wordmark, gallery & content add-ons
   ===================================================================== */
.mh-brand{display:inline-flex;align-items:center;gap:11px;text-decoration:none;line-height:1}
.mh-brand__badge{
  width:48px;height:48px;border-radius:14px;flex:0 0 auto;
  display:flex;align-items:center;justify-content:center;
  background:linear-gradient(135deg,#0b5e5b 0%,#0e9b96 100%);
  color:#fff;font-weight:800;font-size:24px;letter-spacing:.5px;
  font-family:var(--ztc-family-font1,"Plus Jakarta Sans",sans-serif);
  box-shadow:0 8px 20px rgba(14, 155, 150,.35);
}
.mh-brand__name{display:flex;flex-direction:column;gap:3px}
.mh-brand__name b{font-size:21px;font-weight:800;color:#0f2230;letter-spacing:-.4px;line-height:1}
.mh-brand__name span{font-size:10.5px;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:#0b5e5b;line-height:1}
.mh-brand--light .mh-brand__name b{color:#fff}
.mh-brand--light .mh-brand__name span{color:#b9e5e1}
.mh-brand--stack{flex-direction:column;gap:12px;text-align:center}
.mh-brand--stack .mh-brand__name{align-items:center}
/* footer wordmark: neutralise the old img sizing/shadow */
.mh-brand.cnsc-footer__logo{box-shadow:none!important;max-width:none!important;border-radius:0;margin-bottom:24px}
@media (max-width:480px){
  .mh-brand__badge{width:42px;height:42px;font-size:21px;border-radius:12px}
  .mh-brand__name b{font-size:18px}
  .mh-brand__name span{font-size:9.5px}
}

/* Gallery filter sub-headings */
.mh-gallery-group{margin:10px 0 26px}
.mh-gallery-group h3{
  font-size:24px;font-weight:700;color:#0f2230;letter-spacing:-.4px;margin:0 0 6px;
  display:flex;align-items:center;gap:10px;
}
.mh-gallery-group h3 i{color:#0e9b96;font-size:20px}
.mh-gallery-group p{color:#5a6b73;font-size:15px;margin:0}
.cnsc-gallery__item{height:100%}

/* Credential / certification chips (about + why-choose) */
.mh-creds{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}
.mh-cred{
  display:inline-flex;align-items:center;gap:7px;
  background:#e9f6f5;color:#0b5e5b;border:1px solid #cdeae7;
  font-size:13px;font-weight:600;padding:8px 14px;border-radius:30px;
}
.mh-cred i{font-size:13px}

/* Qualification list inside doctor card */
.team4-section-area .team4-boxarea .name-area p.mh-quals{
  font-size:14px;color:#4a585f;margin-top:10px;line-height:1.65
}

/* =====================================================================
   Doctor profile page — info cards & lists
   ===================================================================== */
.mh-info-card{
  background:#fff;border:1px solid #eef2f7;border-radius:18px;
  padding:34px;box-shadow:0 12px 30px rgba(13,38,76,.05);height:100%;
}
.mh-info-card > h3{
  font-size:22px;font-weight:700;color:#0f2230;letter-spacing:-.4px;
  margin:0 0 22px;display:flex;align-items:center;gap:13px;
}
.mh-info-card > h3 .mh-info-ic{
  width:46px;height:46px;border-radius:12px;flex:0 0 auto;
  background:#e9f6f5;color:#0b5e5b;display:inline-flex;align-items:center;
  justify-content:center;font-size:19px;
}
.mh-info-list{list-style:none;margin:0;padding:0}
.mh-info-list li{
  display:flex;gap:11px;align-items:flex-start;margin-bottom:13px;
  color:#4a585f;font-size:15px;line-height:1.6;
}
.mh-info-list li:last-child{margin-bottom:0}
.mh-info-list li i{color:#0e9b96;font-size:14px;margin-top:4px;flex:0 0 auto}
.mh-info-list li strong{color:#0f2230;font-weight:600}
.mh-info-list--2{display:grid;grid-template-columns:1fr 1fr;gap:13px 36px}
@media (max-width:767px){
  .mh-info-list--2{grid-template-columns:1fr}
  .mh-info-card{padding:26px 22px}
}
.mh-info-card + .mh-info-card,
.mh-info-row [class^="col-"]{margin-bottom:30px}
.mh-doc-position{
  display:inline-flex;align-items:center;gap:10px;background:#e9f6f5;
  border:1px solid #cdeae7;border-radius:12px;padding:14px 18px;
  color:#0f3b3a;font-size:15px;line-height:1.5;margin-top:6px;
}
.mh-doc-position i{color:#0b5e5b;font-size:18px;flex:0 0 auto}

/* Doctor profile — responsive video cards (media spotlight) */
.video-responsive{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}
.video-responsive iframe,.video-responsive video{position:absolute;top:0;left:0;width:100%;height:100%;border:0}
.video-card{background:#fff;border-radius:24px;box-shadow:0 18px 45px rgba(16,24,40,.08);overflow:hidden;height:100%}
.video-card .video-content{padding:24px}
.video-card h4{margin-top:0;margin-bottom:10px;font-size:1.1rem;color:#0f2230;font-weight:700}
.video-card p{margin-bottom:0;color:#5f6773;line-height:1.65}
.video-link{display:inline-flex;align-items:center;gap:8px;margin-top:18px;font-weight:600;color:#0b5e5b}
.video-link:hover{color:#0f2230}
/* doctor detail list — FA bullet rows */
.doctor-deatisl-content-area .d-list li i.fa-circle-check{color:#0e9b96;margin-top:5px;flex-shrink:0;font-size:14px}
.doctor-deatisl-content-area h3{color:#0f2230;font-weight:700;letter-spacing:-.4px}

/* Certifications grid — every certificate fully visible, uniform cards */
.mh-cert-grid [class^="col-"]{margin-bottom:26px}
.mh-cert-item{
  background:#fff;border:1px solid #eef2f7;border-radius:14px;
  box-shadow:0 10px 30px rgba(13,38,76,.08);
  height:300px;display:flex;align-items:center;justify-content:center;
  padding:14px;overflow:hidden;transition:transform .35s ease,box-shadow .35s ease;
}
.mh-cert-item:hover{transform:translateY(-5px);box-shadow:0 18px 40px rgba(13,38,76,.14)}
.mh-cert-item img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:6px;display:block}
@media (max-width:575px){.mh-cert-item{height:260px}}

/* Certifications — horizontal carousel (slides sized to image, no white space) */
.mh-cert-carousel-wrap{position:relative;max-width:1140px;margin:0 auto}
.mh-cert-carousel{display:flex;gap:22px;overflow-x:auto;scroll-snap-type:x mandatory;
  padding:8px 4px 26px;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}
.mh-cert-carousel::-webkit-scrollbar{height:8px}
.mh-cert-carousel::-webkit-scrollbar-thumb{background:#c9e8e5;border-radius:10px}
.mh-cert-carousel::-webkit-scrollbar-track{background:rgba(255,255,255,.45);border-radius:10px}
.mh-cert-slide{flex:0 0 auto;height:380px;scroll-snap-align:center;background:#fff;
  border:1px solid #eef2f7;border-radius:14px;box-shadow:0 12px 30px rgba(13,38,76,.10);
  overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}
.mh-cert-slide:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(13,38,76,.16)}
.mh-cert-slide img{height:100%;width:auto;display:block}
.mh-cert-nav{position:absolute;top:42%;transform:translateY(-50%);z-index:3;width:46px;height:46px;
  border:none;border-radius:50%;background:#fff;color:#0b5e5b;box-shadow:0 8px 22px rgba(13,38,76,.18);
  cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:15px;transition:all .25s ease}
.mh-cert-nav:hover{background:#0b5e5b;color:#fff}
.mh-cert-nav--prev{left:-14px}
.mh-cert-nav--next{right:-14px}
@media (max-width:991px){.mh-cert-slide{height:320px}}
@media (max-width:575px){.mh-cert-slide{height:250px}.mh-cert-nav{display:none}}

/* MediHub MH-monogram logo mark (replaces the plain "M" badge) */
.mh-brand__mark{width:50px;height:50px;flex:0 0 auto;display:block}
.mh-brand--stack .mh-brand__mark{width:90px;height:90px}
.mh-brand.cnsc-footer__logo .mh-brand__mark{width:50px;height:50px}
@media (max-width:480px){
  .mh-brand__mark{width:42px;height:42px}
}

/* Certifications owl carousel — uniform slide height, fully-visible certificates */
.mh-cert-owl .testimonial4-boxarea{background:#fff;border-radius:14px;padding:14px;box-shadow:0 12px 30px rgba(13,38,76,.10)}
.mh-cert-owl .testimonial4-boxarea img{height:300px;width:100%;object-fit:contain;border-radius:8px;background:#fff}
@media (max-width:575px){.mh-cert-owl .testimonial4-boxarea img{height:240px}}

/* real MH logo image fit */
.mh-brand__mark{object-fit:contain}

/* =====================================================================
   DOCTOR PROFILE — modern redesign (.docx-*)
   Sticky photo/contact rail + stat strip + card-based content panels
   (checklists, career timeline, award cards, badges, numbered research,
   and a teal Care-Philosophy panel with skill bars).
   ===================================================================== */
.docx{background:linear-gradient(180deg,#f1faf9 0%,#e6f5f4 100%)}
.docx-grid{display:grid;grid-template-columns:360px minmax(0,1fr);gap:30px;align-items:start}
@media (max-width:991px){.docx-grid{grid-template-columns:1fr;gap:24px}}

/* ---- left rail ---- */
.docx-rail{position:sticky;top:96px;display:flex;flex-direction:column;gap:20px}
@media (max-width:991px){.docx-rail{position:static;max-width:460px;margin-inline:auto;width:100%}}
.docx-card{background:#fff;border:1px solid #e7eef0;border-radius:24px;overflow:hidden;box-shadow:0 20px 48px rgba(13,38,76,.08)}
.docx-card__media{position:relative}
.docx-card__media img{width:100%;height:330px;object-fit:cover;object-position:top center;display:block}
.docx-card__media::after{content:"";position:absolute;inset:auto 0 0 0;height:120px;background:linear-gradient(180deg,rgba(15,34,48,0),rgba(15,34,48,.35));pointer-events:none}
.docx-card__chip{position:absolute;z-index:2;left:16px;top:16px;display:inline-flex;align-items:center;gap:7px;background:rgba(255,255,255,.92);color:#0b5e5b;font-size:12.5px;font-weight:700;padding:8px 14px;border-radius:30px;box-shadow:0 8px 20px rgba(13,38,76,.18);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}
.docx-card__chip i{color:#0e9b96}
.docx-card__body{padding:24px}
.docx-card__name{font-size:23px;font-weight:800;color:#0f2230;letter-spacing:-.4px;margin:0}
.docx-card__role{color:#0e9b96;font-weight:700;font-size:14px;margin:6px 0 0}
.docx-card__quals{color:#5a6b73;font-size:13.5px;line-height:1.6;margin:12px 0 18px;padding-bottom:18px;border-bottom:1px solid #eef2f4}
.docx-contact{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}
.docx-contact a{display:flex;align-items:center;gap:13px}
.docx-contact__ic{flex:0 0 auto;width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#e6f5f4;color:#0e9b96;font-size:15px;transition:background .25s ease,color .25s ease}
.docx-contact a:hover .docx-contact__ic{background:#0e9b96;color:#fff}
.docx-contact__tx{display:flex;flex-direction:column;line-height:1.35;font-weight:600;color:#0f2230;font-size:13.8px}
.docx-contact__tx strong{font-size:11px;text-transform:uppercase;letter-spacing:.5px;color:#8a98a0;font-weight:700}
.docx-card__btn{margin-top:18px;display:flex;align-items:center;justify-content:center;gap:9px;background:linear-gradient(120deg,#0e9b96,#0b5e5b);color:#fff;font-weight:700;font-size:15px;padding:14px;border-radius:30px;box-shadow:0 12px 26px rgba(11,94,91,.30);transition:transform .25s ease,box-shadow .25s ease}
.docx-card__btn:hover{color:#fff;transform:translateY(-2px);box-shadow:0 18px 34px rgba(11,94,91,.40)}

/* ---- stat strip ---- */
.docx-statrow{margin-bottom:24px}
.docx-statrow--end{margin-bottom:0}

/* ---- panels ---- */
.docx-panel{background:#fff;border:1px solid #eef2f4;border-radius:22px;padding:30px 32px;box-shadow:0 14px 38px rgba(13,38,76,.06);margin-bottom:22px}
.docx-panel:last-child{margin-bottom:0}
@media (max-width:575px){.docx-panel{padding:24px 20px;border-radius:18px}}
.docx-panel__head{display:flex;align-items:center;gap:14px;margin-bottom:22px}
.docx-panel__ic{flex:0 0 auto;width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:20px;color:#fff;background:linear-gradient(135deg,#11ada6,#0b5e5b);box-shadow:0 8px 18px rgba(11,94,91,.28)}
.docx-panel__head h3{margin:0;font-size:21px;font-weight:800;color:#0f2230;letter-spacing:-.4px}
.docx-panel p{color:#4a585f;font-size:15.5px;line-height:1.75;margin:0 0 14px}
.docx-panel p:last-child{margin-bottom:0}
.docx-lead{font-size:16.5px !important;color:#0f2230 !important;font-weight:500}
.docx-lead strong{color:#0b5e5b}

/* ---- check grid ---- */
.docx-checks{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:14px 28px}
@media (max-width:575px){.docx-checks{grid-template-columns:1fr}}
.docx-checks li{display:flex;align-items:flex-start;gap:11px;color:#4a585f;font-size:14.5px;line-height:1.55}
.docx-checks li i{flex:0 0 auto;margin-top:3px;color:#0e9b96;font-size:15px}
.docx-checks li strong{color:#0f2230;font-weight:700}

/* ---- timeline ---- */
.docx-time{list-style:none;margin:0;padding:0 0 0 26px;position:relative}
.docx-time::before{content:"";position:absolute;left:5px;top:6px;bottom:6px;width:2px;background:linear-gradient(180deg,#0e9b96,#cdeae7)}
.docx-time__item{position:relative;padding-bottom:22px}
.docx-time__item:last-child{padding-bottom:0}
.docx-time__item::before{content:"";position:absolute;left:-26px;top:3px;width:12px;height:12px;border-radius:50%;background:#fff;border:3px solid #0e9b96;box-shadow:0 0 0 4px #e6f5f4}
.docx-time__role{display:block;color:#0f2230;font-weight:700;font-size:15.5px;line-height:1.4}
.docx-time__role em{color:#0e9b96;font-style:normal;font-weight:700}
.docx-time__org{display:block;color:#5a6b73;font-size:14px;margin-top:2px}

/* ---- awards ---- */
.docx-awards{display:grid;grid-template-columns:1fr 1fr;gap:14px}
@media (max-width:575px){.docx-awards{grid-template-columns:1fr}}
.docx-award{display:flex;gap:14px;align-items:flex-start;background:#f1faf9;border:1px solid #e3f0ee;border-radius:16px;padding:16px 18px}
.docx-award__ic{flex:0 0 auto;width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:18px;color:#0e9b96;background:#fff;box-shadow:0 6px 16px rgba(11,94,91,.12)}
.docx-award p{margin:0;font-size:14.5px;line-height:1.5;color:#4a585f}
.docx-award strong{color:#0f2230}

/* ---- badges ---- */
.docx-badges{display:flex;flex-wrap:wrap;gap:12px}
.docx-badge{display:inline-flex;align-items:center;gap:9px;background:#e6f5f4;color:#0b5e5b;border:1px solid #cdeae7;font-size:14px;font-weight:600;padding:11px 16px;border-radius:14px}
.docx-badge i{color:#0e9b96}

/* ---- numbered research ---- */
.docx-num{list-style:none;margin:0;padding:0;counter-reset:dnum;display:flex;flex-direction:column;gap:14px}
.docx-num li{position:relative;counter-increment:dnum;padding-left:46px;color:#4a585f;font-size:14.5px;line-height:1.6}
.docx-num li::before{content:counter(dnum);position:absolute;left:0;top:0;width:32px;height:32px;border-radius:10px;background:#e6f5f4;color:#0b5e5b;font-weight:800;font-size:14px;display:flex;align-items:center;justify-content:center}
.docx-num strong{color:#0f2230}

/* ---- philosophy accent panel + skill bars ---- */
.docx-panel--accent{background:linear-gradient(135deg,#0e9b96,#0b5e5b);border:none;box-shadow:0 22px 50px rgba(11,94,91,.30)}
.docx-panel--accent .docx-panel__ic{background:rgba(255,255,255,.18);box-shadow:none}
.docx-panel--accent .docx-panel__head h3{color:#fff}
.docx-panel--accent p{color:rgba(255,255,255,.92)}
.docx-quote{font-size:16px !important;line-height:1.85 !important}
.docx-panel--accent .progress-bar label{color:#fff !important;font-weight:600}
.docx-panel--accent .progress-bar label span{color:#fff !important}
.docx-panel--accent .progress{background:rgba(255,255,255,.20) !important}
.docx-panel--accent .progress .progress-inner{background:#fff !important}

/* =====================================================================
   "How Your Care Works" stepper — fix expanded-panel overflow
   The card is a fixed 750px tall, overflow:hidden, content bottom-aligned.
   The template left the step image at width:100% / height:auto, so any
   portrait photo grew very tall and pushed the number, heading and copy
   above the clip area (they disappeared). Constrain the image to a fixed
   frame with object-fit:cover so every step lays out identically.
   ===================================================================== */
@media (min-width:768px){
  .works4-section-area .cs_case_study.cs_style_1 .content-area{
    display:flex;flex-direction:column;width:100%;
  }
  .works4-section-area .cs_case_study.cs_style_1 .content-area .img1{
    height:300px;overflow:hidden;border-radius:12px;margin-top:auto;background:#f1faf9;
  }
  .works4-section-area .cs_case_study.cs_style_1 .content-area .img1 img{
    height:100%;width:100%;object-fit:contain;object-position:center;border-radius:12px;display:block;
  }
  /* keep copy readable within the panel width */
  .works4-section-area .cs_case_study.cs_style_1.active .content-area p{
    max-width:560px;
  }
}

/* ============================================================
   Centre of Excellence — service section redesign (.mh-coe-*)
   Medical Teal + Navy palette
   ============================================================ */
:root{
  --mh-coe-teal:#0e9b96;
  --mh-coe-deep:#0b5e5b;
  --mh-coe-navy:#0f2230;
  --mh-coe-slate:#5a6b73;
}

/* --- Section heading --- */
.mh-coe-head{ margin-bottom:56px; }
.mh-coe-eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-size:13px; font-weight:700; letter-spacing:.12em; text-transform:uppercase;
  color:var(--mh-coe-deep);
  background:linear-gradient(135deg,#e6f5f4,#d2ece9);
  border:1px solid #b9e5e1;
  padding:8px 18px; border-radius:50px; margin-bottom:22px;
}
.mh-coe-eyebrow i{ color:var(--mh-coe-teal); }
.mh-coe-accent{ color:var(--mh-coe-teal); }
.mh-coe-lead{
  margin:20px auto 0; max-width:680px;
  color:var(--mh-coe-slate); font-size:17px; line-height:1.7;
}

/* --- Cards grid --- */
.mh-coe-grid{ row-gap:30px; }
.mh-coe-card{
  position:relative; height:100%;
  background:#ffffff;
  border:1px solid #e7eeef;
  border-radius:22px;
  padding:38px 34px 32px;
  overflow:hidden;
  transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  box-shadow:0 10px 30px rgba(15,34,48,.04);
}
/* top accent bar that grows on hover */
.mh-coe-card::before{
  content:""; position:absolute; top:0; left:0; height:4px; width:0;
  background:linear-gradient(90deg,var(--mh-coe-teal),var(--mh-coe-deep));
  transition:width .4s ease;
}
.mh-coe-card:hover{
  transform:translateY(-8px);
  border-color:#cdeae7;
  box-shadow:0 26px 50px rgba(14,155,150,.16);
}
.mh-coe-card:hover::before{ width:100%; }

/* watermark number */
.mh-coe-card__num{
  position:absolute; top:24px; right:30px;
  font-size:54px; font-weight:800; line-height:1;
  color:#0f2230; opacity:.05; letter-spacing:-2px;
  transition:opacity .35s ease, color .35s ease;
}
.mh-coe-card:hover .mh-coe-card__num{ opacity:.12; color:var(--mh-coe-teal); }

/* icon tile */
.mh-coe-card__icon{
  width:64px; height:64px; border-radius:18px;
  display:flex; align-items:center; justify-content:center;
  font-size:26px; color:#fff; margin-bottom:24px;
  background:linear-gradient(135deg,var(--mh-coe-teal),var(--mh-coe-deep));
  box-shadow:0 10px 22px rgba(14,155,150,.32);
  transition:transform .35s ease;
}
.mh-coe-card:hover .mh-coe-card__icon{ transform:scale(1.06) rotate(-4deg); }

.mh-coe-card__title{
  font-size:22px; font-weight:700; color:var(--mh-coe-navy);
  margin:0 0 12px; line-height:1.3;
}
.mh-coe-card__text{
  color:var(--mh-coe-slate); font-size:15.5px; line-height:1.7; margin:0 0 20px;
}

/* feature tags */
.mh-coe-card__tags{
  list-style:none; padding:0; margin:0;
  display:flex; flex-wrap:wrap; gap:8px;
}
.mh-coe-card__tags li{
  display:inline-flex; align-items:center; gap:6px;
  font-size:12.5px; font-weight:600; color:var(--mh-coe-deep);
  background:#f1faf9; border:1px solid #d2ece9;
  padding:6px 12px; border-radius:50px;
  transition:background .3s ease, color .3s ease;
}
.mh-coe-card__tags li::before{
  content:""; flex:0 0 auto;
  width:10px; height:6px; margin-top:-3px;
  border-left:2px solid var(--mh-coe-teal);
  border-bottom:2px solid var(--mh-coe-teal);
  transform:rotate(-45deg);
}
.mh-coe-card:hover .mh-coe-card__tags li{ background:#e6f5f4; }

/* --- Leadership banner --- */
.mh-coe-banner{
  display:flex; align-items:center; gap:28px;
  margin-top:54px; padding:32px 40px;
  border-radius:24px;
  background:linear-gradient(135deg,var(--mh-coe-navy),#143341);
  position:relative; overflow:hidden;
  box-shadow:0 24px 50px rgba(15,34,48,.22);
}
.mh-coe-banner::after{
  content:""; position:absolute; right:-60px; top:-60px;
  width:240px; height:240px; border-radius:50%;
  background:radial-gradient(circle,rgba(14,155,150,.35),transparent 70%);
}
.mh-coe-banner__icon{
  flex:0 0 auto; width:72px; height:72px; border-radius:20px;
  display:flex; align-items:center; justify-content:center;
  font-size:30px; color:#fff;
  background:linear-gradient(135deg,var(--mh-coe-teal),var(--mh-coe-deep));
  box-shadow:0 12px 26px rgba(14,155,150,.4);
  position:relative; z-index:1;
}
.mh-coe-banner__body{ position:relative; z-index:1; }
.mh-coe-banner__body p{
  color:#e9f3f3; font-size:17px; line-height:1.65; margin:0 0 16px;
}
.mh-coe-banner__body p strong{ color:#fff; }
.mh-coe-banner__pills{ display:flex; flex-wrap:wrap; gap:10px; }
.mh-coe-banner__pills span{
  display:inline-flex; align-items:center; gap:8px;
  font-size:13px; font-weight:600; color:#cdeae7;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(127,206,201,.3);
  padding:8px 16px; border-radius:50px;
  backdrop-filter:blur(4px);
}
.mh-coe-banner__pills span i{ color:#7fcec9; }

/* --- Responsive --- */
@media (max-width:991px){
  .mh-coe-card{ padding:32px 28px 28px; }
  .mh-coe-card__title{ font-size:20px; }
}
@media (max-width:575px){
  .mh-coe-head{ margin-bottom:40px; }
  .mh-coe-banner{
    flex-direction:column; text-align:center; align-items:center;
    padding:30px 24px; gap:20px;
  }
  .mh-coe-banner__pills{ justify-content:center; }
}

/* ============================================================
   Navbar redesign (.mh-nav) — flat, all pages exposed, active
   state + animated underline. Brand teal + navy.
   ============================================================ */
.vl-main-menu.mh-nav nav > ul{
  display:inline-flex;align-items:center;flex-wrap:wrap;justify-content:flex-end;
  gap:2px;margin:0;padding:0;list-style:none;
}
.vl-main-menu.mh-nav nav > ul > li{position:relative;margin:0;padding:0}
.vl-main-menu.mh-nav nav > ul > li > a{
  position:relative;display:inline-flex;align-items:center;
  padding:10px 16px;font-size:16px;font-weight:600;line-height:1.4;
  color:#26333b;letter-spacing:-.1px;transition:color .25s ease;
}
.vl-main-menu.mh-nav nav > ul > li > a .arrow-size{display:none}
/* animated underline */
.vl-main-menu.mh-nav nav > ul > li > a::after{
  content:"";position:absolute;left:16px;right:16px;bottom:2px;height:2px;border-radius:2px;
  background:linear-gradient(90deg,#0e9b96,#0b5e5b);
  transform:scaleX(0);transform-origin:center;transition:transform .28s ease;
}
.vl-main-menu.mh-nav nav > ul > li > a:hover{color:#0e9b96}
.vl-main-menu.mh-nav nav > ul > li > a:hover::after,
.vl-main-menu.mh-nav nav > ul > li.active > a::after{transform:scaleX(1)}
.vl-main-menu.mh-nav nav > ul > li.active > a{color:#0e9b96;font-weight:700}

/* tighten link spacing a touch on mid-desktop so 7 items fit comfortably */
@media (min-width:992px) and (max-width:1199px){
  .vl-main-menu.mh-nav nav > ul > li > a{padding:10px 11px;font-size:14.5px}
}

/* Right-side header CTA — balances the bar */
.mh-header-cta{justify-content:flex-end;align-items:center}
.mh-nav-btn{
  display:inline-flex;align-items:center;gap:8px;white-space:nowrap;
  padding:12px 20px;border-radius:12px;font-size:15px;font-weight:700;color:#fff;
  background:linear-gradient(135deg,#0e9b96,#0b5e5b);
  box-shadow:0 12px 26px rgba(14,155,150,.30);
  transition:transform .25s ease, box-shadow .25s ease;
}
.mh-nav-btn:hover{color:#fff;transform:translateY(-2px);box-shadow:0 18px 34px rgba(14,155,150,.42)}
.mh-nav-btn i{font-size:15px}
@media (min-width:992px) and (max-width:1199px){
  .mh-nav-btn{padding:11px 14px;font-size:13.5px;gap:6px}
}

/* hamburger toggle — on-brand styling */
.vl-header-action-item .vl-offcanvas-toggle{
  width:46px;height:46px;border-radius:12px;border:1px solid #cdeae7;
  background:#fff;color:#0b5e5b;font-size:18px;
  display:inline-flex;align-items:center;justify-content:center;
  box-shadow:0 8px 20px rgba(13,38,76,.08);transition:background .25s ease,color .25s ease;
}
.vl-header-action-item .vl-offcanvas-toggle:hover{background:#0e9b96;color:#fff;border-color:#0e9b96}

/* ============================================================
   Gallery → uniform grid: equal-size thumbnails cropped to a
   consistent 4:3 so every row lines up edge-to-edge. No ragged
   masonry columns, no whitespace gaps.
   ============================================================ */
.sec-w .row:has(.cnsc-gallery__item){
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  align-items:stretch;
}
.sec-w .row:has(.cnsc-gallery__item) > [class*="col-"]{
  width:auto;max-width:none;flex:none;
  padding:0;margin:0 !important;
}
.sec-w .cnsc-gallery__item{height:100%}
.sec-w .cnsc-gallery__link{display:block;height:100%;cursor:zoom-in}
.sec-w .cnsc-gallery__item img{
  width:100%;height:100%;display:block;
  aspect-ratio:4/3;object-fit:cover;
}

/* breathing room before each new section (every group header that
   follows an image grid — i.e. all but the first) */
.sec-w .row:has(.cnsc-gallery__item) + .row:has(.mh-gallery-group){
  margin-top:64px;
}

@media (max-width:991px){
  .sec-w .row:has(.cnsc-gallery__item){grid-template-columns:repeat(2,1fr);gap:18px}
  .sec-w .row:has(.cnsc-gallery__item) + .row:has(.mh-gallery-group){margin-top:44px}
}
@media (max-width:575px){
  .sec-w .row:has(.cnsc-gallery__item){grid-template-columns:repeat(2,1fr);gap:12px}
  .sec-w .row:has(.cnsc-gallery__item) + .row:has(.mh-gallery-group){margin-top:36px}
}

/* ==========================================================================
   MOBILE FOOTER + OFFCANVAS MENU — consolidated professional redesign.
   Placed last so it supersedes the earlier conflicting @media blocks.
   Goals: no dead/empty space, tight vertical rhythm, on-brand teal theme.
   ========================================================================== */
@media (max-width:767px){
  /* ---------------- FOOTER ---------------- */
  .cnsc-footer{padding:40px 0 18px !important;text-align:left !important}
  .cnsc-footer__grid{
    display:grid !important;grid-template-columns:1fr 1fr !important;
    gap:24px 18px !important;text-align:left !important;align-items:start;
  }
  /* Brand — full width, centred, soft divider under it */
  .cnsc-footer__brand{
    grid-column:1 / -1 !important;text-align:center !important;
    padding-bottom:22px !important;margin-bottom:0 !important;
    border-bottom:1px solid rgba(11,31,51,.08) !important;
  }
  .cnsc-footer__brand .cnsc-footer__logo{margin:0 auto 14px !important;max-width:82px !important}
  .cnsc-footer__brand p{margin:0 auto 16px !important;max-width:320px !important;font-size:14px !important;line-height:1.6 !important}
  .cnsc-footer__join{margin:0 auto !important}
  /* Two compact link columns side-by-side */
  .cnsc-footer__col{text-align:left !important}
  .cnsc-footer__col h4{font-size:15px !important;margin:0 0 12px !important;padding-bottom:9px !important}
  .cnsc-footer__col h4::after{left:0 !important;transform:none !important;width:26px !important}
  .cnsc-footer__col ul li{margin-bottom:9px !important}
  .cnsc-footer__col ul li a{font-size:13.5px !important;line-height:1.4}
  /* Contact — full width, tidy cards + social */
  .cnsc-footer__contact{
    grid-column:1 / -1 !important;padding-top:20px !important;
    border-top:1px solid rgba(11,31,51,.08) !important;
  }
  .cnsc-footer__contact ul{display:flex !important;flex-direction:column;gap:10px !important;margin:0 0 16px !important}
  .cnsc-footer__contact ul li{
    margin:0 !important;max-width:none !important;justify-content:flex-start !important;text-align:left !important;
    background:#fff;border:1px solid #e7eef6;border-radius:13px;padding:12px 14px !important;
    box-shadow:0 8px 20px rgba(13,38,76,.05);
  }
  .cnsc-footer__contact .ci-ic{width:36px !important;height:36px !important;font-size:14px !important}
  .cnsc-footer__social{justify-content:flex-start !important;gap:10px !important;margin:0 !important}
  .cnsc-footer__social a{width:40px;height:40px;font-size:16px}
  /* Bottom bar — centred, compact */
  .cnsc-footer__bottom{
    flex-direction:column !important;align-items:center !important;gap:8px !important;
    text-align:center !important;margin-top:24px !important;padding-top:16px !important;
  }
  .cnsc-footer__bottom p{font-size:12.5px !important}

  /* ---------------- OFFCANVAS MENU ---------------- */
  /* flow content top→bottom (kills the big mid-panel empty gap) */
  .vl-offcanvas{overflow-y:auto !important}
  .vl-offcanvas-wrapper{min-height:auto !important;height:auto !important;display:block !important}
  .vl-offcanvas .vl-offcanvas-header{padding:15px 18px !important}
  .vl-offcanvas-brand img{height:46px !important}
  .vl-offcanvas-menu{padding:6px 18px 0 !important}
  .vl-offcanvas-menu ul li a{padding:13px 2px !important;font-size:15.5px !important}
  .vl-offcanvas-cta{padding:14px 18px 4px !important;gap:10px !important;margin-top:6px}
  .moff-btn{padding:13px 18px !important;font-size:14.5px !important}
  .vl-offcanvas-contact{
    margin-top:0 !important;padding:14px 18px 16px !important;gap:9px !important;
    border-top:1px solid #eef4f4;
  }
  .moff-contact{padding:11px 13px !important;border-radius:12px}
  /* compact social row at the foot of the menu */
  .moff-social{display:flex;justify-content:center;gap:10px;padding:6px 18px 26px;flex-wrap:wrap}
  .moff-social a{
    width:42px;height:42px;border-radius:50%;flex:0 0 auto;
    display:flex;align-items:center;justify-content:center;
    background:#f1faf9;border:1px solid #e9f6f5;color:#0b5e5b;font-size:16px;
    transition:transform .25s ease,background .25s ease,color .25s ease,border-color .25s ease;
  }
  .moff-social a:hover{background:linear-gradient(135deg,#0e9b96,#0b5e5b);color:#fff;border-color:transparent;transform:translateY(-2px)}
  .moff-social .mh-x-icon{width:14px;height:14px;display:block}
}
@media (max-width:360px){
  .cnsc-footer__col ul li a{font-size:13px !important}
}

/* ==========================================================================
   Footer brand logo on mobile — clean centred logo + name stack.
   The fixed max-width clipped the wider "DIABETES & OBESITY CARE" text and
   broke the shared centre axis; make it a content-sized centred column.
   ========================================================================== */
@media (max-width:767px){
  .cnsc-footer__brand .cnsc-footer__logo{
    display:inline-flex !important;flex-direction:column;align-items:center;gap:9px;
    width:auto !important;max-width:none !important;margin:0 auto 16px !important;
  }
  .cnsc-footer__brand .cnsc-footer__logo .mh-brand__mark{width:60px !important;height:60px !important}
  .cnsc-footer__brand .cnsc-footer__logo .mh-brand__name{align-items:center !important;text-align:center}
  .cnsc-footer__brand .cnsc-footer__logo .mh-brand__name b{line-height:1.05}
}
