:root{--blue:#0f4c81;--cyan:#0ea5b7;--green:#16a34a;--ink:#172033;--muted:#667085;--bg:#f7fafc}*{box-sizing:border-box}body{font-family:system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:var(--bg);margin:0}main{min-height:60vh}.site-header{height:76px;background:#fff;display:flex;align-items:center;padding:0 max(22px,5vw);gap:32px;box-shadow:0 1px 12px #0f4c8112;position:sticky;top:0;z-index:20}.site-brand{display:flex;gap:10px;align-items:center;color:var(--ink);text-decoration:none}.site-brand span{background:var(--blue);color:#fff;width:40px;height:40px;border-radius:12px;display:grid;place-items:center}.site-brand strong,.site-brand small{display:block}.site-brand small{font-size:.72rem;color:var(--muted)}.site-nav{margin-left:auto;display:flex;align-items:center;gap:22px}.site-nav a{color:#485469;text-decoration:none;font-size:.9rem}.site-nav a.active,.site-nav a:hover{color:var(--blue);font-weight:700}.nav-appointment{background:var(--blue);color:#fff!important;padding:10px 15px;border-radius:9px}.site-menu-toggle{display:none;margin-left:auto;border:0;background:transparent;font-size:1.25rem}.hero{padding:80px max(22px,9vw);background:linear-gradient(120deg,#e8f5ff,#f4fffb);display:grid;grid-template-columns:1.25fr .75fr;gap:40px;align-items:center}.eyebrow{color:var(--cyan);font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}.hero h1{font-size:clamp(2.3rem,5vw,4.4rem);line-height:1.08;margin:12px 0 18px}.hero p{color:var(--muted);max-width:620px;font-size:1.05rem}.hero-visual{min-height:285px;border-radius:28px;background:linear-gradient(145deg,var(--blue),#1378b2);position:relative;overflow:hidden;display:grid;place-items:center;color:#fff}.hero-visual i{font-size:7rem;opacity:.25}.hero-card{position:absolute;bottom:24px;left:24px;right:24px;background:#ffffffeb;color:var(--ink);padding:18px;border-radius:16px}.btn-hms{background:var(--blue);border:0;color:#fff;text-decoration:none;display:inline-block;padding:13px 20px;border-radius:10px;font-weight:700}.btn-hms.alt{background:#fff;color:var(--blue);border:1px solid #c6d8e8}.section{padding:68px max(22px,9vw)}.section-heading{max-width:650px;margin-bottom:30px}.section-heading h2{font-size:clamp(1.7rem,3vw,2.5rem);margin:8px 0}.section-heading p{color:var(--muted)}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.care-card,.doctor-card,.blog-card{background:#fff;border:1px solid #e7edf4;border-radius:16px;padding:22px;box-shadow:0 8px 22px #18345208}.care-card i{color:var(--blue);font-size:1.6rem}.care-card h3{font-size:1.1rem;margin:15px 0 8px}.care-card p,.doctor-card p,.blog-card p{color:var(--muted);font-size:.92rem}.doctor-card img,.doctor-avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;background:#e5eff8;display:grid;place-items:center;color:var(--blue);font-size:1.5rem}.doctor-card h3{font-size:1.05rem;margin:14px 0 4px}.page-banner{padding:55px max(22px,9vw);background:linear-gradient(120deg,#e9f4fb,#fff);border-bottom:1px solid #e5edf5}.page-banner h1{margin:8px 0;font-size:clamp(2rem,4vw,3.3rem)}.page-banner p{color:var(--muted);margin:0}.content-text{max-width:830px;color:#4d5b70;line-height:1.8}.about-stat{padding:22px;border-left:3px solid var(--cyan);background:#fff}.appointment-box,.contact-box{max-width:800px;background:#fff;margin:50px auto;padding:28px;border:1px solid #e3ebf4;border-radius:18px;box-shadow:0 10px 30px #1834520b}.emergency{background:#c72d37;color:#fff;padding:75px max(22px,9vw);text-align:center}.emergency h1{font-size:clamp(2.4rem,5vw,4rem)}.emergency a{color:#fff;font-size:1.45rem;font-weight:800}.site-footer{background:#102235;color:#d4dfec;padding:42px max(22px,9vw) 90px;display:flex;gap:30px;justify-content:space-between;flex-wrap:wrap}.site-footer p{color:#a9bacb}.site-footer a{display:block;color:#d4dfec;text-decoration:none;margin:5px}.site-footer small{width:100%;border-top:1px solid #ffffff1a;padding-top:15px}.emergency-fab{position:fixed;bottom:26px;right:25px;background:#d52b37;color:#fff;text-decoration:none;padding:12px 16px;border-radius:30px;z-index:18;box-shadow:0 8px 20px #8e1f2945;font-size:.88rem}.mobile-nav{display:none}.empty{padding:28px;background:#fff;border-radius:14px;color:var(--muted)}@media(max-width:850px){.site-menu-toggle{display:block}.site-nav{display:none;position:absolute;top:76px;left:0;right:0;background:#fff;padding:18px 22px;box-shadow:0 10px 20px #10223518;flex-direction:column;align-items:stretch;gap:14px}.site-nav.open{display:flex}.hero{grid-template-columns:1fr;padding-top:54px}.hero-visual{min-height:210px}.card-grid{grid-template-columns:repeat(2,1fr)}.mobile-nav{position:fixed;display:flex;justify-content:space-around;align-items:center;bottom:0;left:0;right:0;background:#fff;height:67px;z-index:30;box-shadow:0 -2px 15px #10223518}.mobile-nav a{font-size:.65rem;color:#637085;text-decoration:none;text-align:center;display:grid;gap:3px}.mobile-nav i{font-size:1.05rem}.mobile-nav .mobile-book{background:var(--blue);color:#fff;padding:9px;border-radius:13px;margin-top:-20px;box-shadow:0 4px 12px #0f4c8144}.site-footer{padding-bottom:90px}.emergency-fab{bottom:82px}}@media(max-width:520px){.card-grid{grid-template-columns:1fr}.hero h1{font-size:2.45rem}.section{padding-top:50px;padding-bottom:50px}}
.install-button{margin-left:auto;border:1px solid #c7dbe9;background:#edf7ff;color:var(--blue);padding:8px 12px;border-radius:9px;font-weight:700;font-size:.8rem}.install-button i{margin-right:5px}@media(max-width:850px){.install-button{margin-left:auto}.site-menu-toggle{margin-left:0}}@media(max-width:420px){.install-button span{display:none}.install-button i{margin:0}}
.site-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.site-gallery figure{margin:0;position:relative;border-radius:15px;overflow:hidden;height:210px;background:#e7edf4}.site-gallery img{width:100%;height:100%;object-fit:cover;transition:transform .25s}.site-gallery figure:hover img{transform:scale(1.05)}.site-gallery figcaption{position:absolute;left:0;right:0;bottom:0;padding:28px 14px 12px;color:#fff;font-weight:700;background:linear-gradient(transparent,#102235cc)}@media(max-width:850px){.site-gallery{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.site-gallery{grid-template-columns:1fr}.site-gallery figure{height:230px}}
.utility-bar{background:#092e4d;color:#d7e9f5;padding:9px max(22px,5vw);font-size:.76rem;display:flex;justify-content:space-between;gap:20px}.utility-bar div{display:flex;gap:22px}.utility-bar i{color:#5fe0d0;margin-right:5px}.utility-bar a{color:#fff;text-decoration:none;font-weight:700}.site-header{height:88px;box-shadow:0 4px 20px #0f4c810c}.site-brand strong{font-size:1.04rem;letter-spacing:-.02em}.site-nav a{font-size:.87rem}.nav-appointment{padding:12px 16px}.site-footer{padding:58px max(22px,9vw) 24px;display:grid;grid-template-columns:1.6fr 1fr 1fr 1.2fr;gap:34px}.site-footer h4{font-size:.9rem;color:#fff;margin:8px 0 16px}.site-footer a{margin:0 0 10px;font-size:.88rem}.footer-intro p{max-width:330px;font-size:.9rem;line-height:1.65}.footer-social{display:flex;gap:9px}.footer-social a{display:grid;place-items:center;width:31px;height:31px;background:#ffffff12;border-radius:50%;margin:0}.footer-contact p{font-size:.82rem;line-height:1.6}.footer-contact i{color:#5fe0d0;width:18px}.footer-bottom{grid-column:1/-1;border-top:1px solid #ffffff1a;padding-top:18px;margin-top:14px;display:flex;justify-content:space-between}.hero-home{min-height:620px;position:relative;overflow:hidden;display:flex;align-items:center;padding:80px max(22px,9vw);color:#fff}.hero-home-image{position:absolute;inset:0;background:url('../images/hospital-hero-v1.png') center/cover no-repeat}.hero-home-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#062b4fe8 0%,#0b4166c9 43%,#0b416642 73%,#0b416615 100%)}.hero-home-content{position:relative;z-index:2;width:min(690px,100%)}.hero-chip{display:inline-flex;gap:8px;align-items:center;background:#ffffff20;border:1px solid #ffffff38;padding:9px 13px;border-radius:30px;font-size:.8rem;font-weight:700}.hero-chip i{color:#6ee7d8}.hero-home h1{font-size:clamp(3.25rem,6vw,5.7rem);line-height:.98;letter-spacing:-.065em;margin:25px 0 22px}.hero-home h1 em{color:#79eadb;font-style:normal}.hero-home p{font-size:1.08rem;line-height:1.7;max-width:550px;color:#e8f4fb}.hero-actions{display:flex;gap:20px;align-items:center;margin-top:30px}.hero-primary{background:#fff;color:#0c4978;padding:15px 20px}.hero-primary:hover{color:#0c4978}.hero-primary i,.cta-button i{margin-left:8px}.hero-call{display:flex;gap:10px;align-items:center;color:#fff;text-decoration:none}.hero-call span{width:42px;height:42px;background:#3bddd0;display:grid;place-items:center;border-radius:50%;color:#073a5f}.hero-call small{font-size:.72rem;color:#dbf1f4}.hero-call strong{font-size:.92rem;color:#fff}.hero-trust{position:absolute;z-index:2;bottom:0;right:max(22px,9vw);display:flex;background:#fff;color:#172033;border-radius:18px 18px 0 0;overflow:hidden;box-shadow:0 10px 30px #051f3545}.hero-trust div{padding:18px 22px;display:grid;grid-template-columns:32px auto;column-gap:9px;border-right:1px solid #e6edf3}.hero-trust div:last-child{border:0}.hero-trust i{grid-row:span 2;color:#10a69b;font-size:1.25rem;padding-top:2px}.hero-trust strong{font-size:.8rem}.hero-trust small{font-size:.68rem;color:#748096}.intro-section{padding-top:88px;padding-bottom:72px}.section-kicker{color:#0ea5a0;font-size:.72rem;letter-spacing:.15em;font-weight:800}.intro-grid,.section-top{display:flex;justify-content:space-between;gap:40px;align-items:end}.intro-grid h2,.section-top h2{font-size:clamp(2.15rem,4vw,3.4rem);line-height:1.07;letter-spacing:-.055em;margin:12px 0 0}.intro-grid>div{max-width:510px}.intro-grid p{font-size:1.02rem;line-height:1.7;color:#637085}.text-link{color:#0b5d8f;text-decoration:none;font-size:.87rem;font-weight:800}.text-link i{margin-left:5px}.feature-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:50px;border:1px solid #e3edf4;border-radius:16px;overflow:hidden;background:#fff}.feature-strip>div{padding:22px;display:flex;gap:14px;align-items:center;border-right:1px solid #e3edf4}.feature-strip>div:last-child{border:0}.feature-strip i{font-size:1.45rem;color:#0f4c81}.feature-strip strong,.feature-strip small{display:block}.feature-strip strong{font-size:.9rem}.feature-strip small{font-size:.76rem;color:#738196;margin-top:3px}.services-section{background:#f0f7fa}.section-top{margin-bottom:32px}.section-top>a{margin-bottom:7px}.modern-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.modern-service-grid article{background:#fff;border-radius:14px;padding:26px;transition:transform .2s,box-shadow .2s}.modern-service-grid article:hover{transform:translateY(-6px);box-shadow:0 15px 28px #0f4c8115}.modern-service-grid i{width:48px;height:48px;display:grid;place-items:center;border-radius:13px;background:#e5f4f4;color:#0b8f88;font-size:1.3rem}.modern-service-grid h3{font-size:1.1rem;margin:20px 0 8px}.modern-service-grid p{font-size:.88rem;color:#6d7a8d;line-height:1.6}.doctors-section{background:#fff}.modern-doctor-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.modern-doctor-grid article{border:1px solid #e4ebf1;border-radius:16px;overflow:hidden;background:#fff}.modern-doctor-grid img,.doctor-photo-placeholder{width:100%;height:240px;object-fit:cover;background:linear-gradient(145deg,#e4f1f5,#c4dce6);display:grid;place-items:center;color:#0f4c81;font-size:3rem}.modern-doctor-grid article>div:last-child{padding:18px}.modern-doctor-grid span{font-size:.73rem;color:#0b9d95;font-weight:800}.modern-doctor-grid h3{font-size:1.1rem;margin:7px 0}.modern-doctor-grid p{font-size:.85rem;color:#748096}.modern-doctor-grid a{font-size:.8rem;color:#0b5d8f;text-decoration:none;font-weight:800}.gallery-section{background:#f0f7fa}.testimonial-section{background:#fff}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.testimonial-grid article{background:#f8fbfc;padding:26px;border-radius:16px}.quote-mark{font-size:3rem;color:#63d5cc;line-height:.8}.stars{color:#f7b733;letter-spacing:2px;font-size:.82rem;margin:14px 0}.testimonial-grid p{color:#58677b;font-size:.91rem;line-height:1.7;min-height:72px}.testimonial-grid strong,.testimonial-grid small{display:block}.testimonial-grid strong{font-size:.9rem}.testimonial-grid small{font-size:.76rem;color:#7d899a;margin-top:3px}.cta-section{position:relative;overflow:hidden;background:linear-gradient(105deg,#0b3f68,#087a88);color:#fff;padding:68px max(22px,9vw);display:flex;justify-content:space-between;align-items:center}.cta-section h2{font-size:clamp(2.35rem,5vw,4rem);line-height:1;letter-spacing:-.06em;margin:12px 0}.cta-section p{max-width:520px;color:#d8eef2}.cta-section>i{font-size:12rem;opacity:.12;margin-right:8vw}.cta-button{background:#fff;color:#0a5376;margin-top:12px}.cta-button:hover{color:#0a5376}@media(max-width:900px){.utility-bar{display:none}.hero-home{min-height:600px}.hero-trust{right:22px}.site-footer{grid-template-columns:repeat(2,1fr)}.modern-service-grid,.modern-doctor-grid,.testimonial-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:650px){.site-header{height:72px;padding:0 18px}.site-brand span{width:36px;height:36px}.site-brand strong{font-size:.92rem}.site-brand small{font-size:.62rem}.hero-home{min-height:690px;padding:62px 22px 170px}.hero-home-overlay{background:linear-gradient(90deg,#062b4ff0,#0b4166a0)}.hero-home h1{font-size:3.35rem}.hero-actions{align-items:flex-start;flex-direction:column;gap:16px}.hero-trust{left:16px;right:16px;bottom:0;border-radius:15px 15px 0 0}.hero-trust div{padding:14px 10px;grid-template-columns:1fr;text-align:center;gap:4px}.hero-trust i{grid-row:auto;font-size:1rem}.hero-trust strong{font-size:.68rem}.hero-trust small{font-size:.59rem}.intro-grid,.section-top{display:block}.section-top>a{display:inline-block;margin-top:20px}.feature-strip,.modern-service-grid,.modern-doctor-grid,.testimonial-grid{grid-template-columns:1fr}.feature-strip>div{border-right:0;border-bottom:1px solid #e3edf4}.feature-strip>div:last-child{border:0}.site-footer{grid-template-columns:1fr;padding-bottom:92px}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:8px}.cta-section{padding:55px 22px}.cta-section>i{display:none}.modern-doctor-grid img,.doctor-photo-placeholder{height:270px}}
.home-slider{height:650px;position:relative;overflow:hidden;color:#fff}.home-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .8s ease,visibility .8s}.home-slide.active{opacity:1;visibility:visible}.home-slide-image,.home-slide-video{position:absolute;inset:0;width:100%;height:100%;background-position:center;background-size:cover;object-fit:cover;transform:scale(1.03);transition:transform 7s ease}.home-slide.active .home-slide-image,.home-slide.active .home-slide-video{transform:scale(1.12)}.slide-lobby{background-image:url('../images/hospital-hero-v1.png')}.slide-care{background-image:url('../images/hospital-slider-care-v1.png')}.slide-tech{background-image:url('../images/hospital-slider-tech-v1.png')}.home-slide-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#052b4fed 0%,#0c4567c8 44%,#0c456740 77%,#0c456614)}.home-slide .hero-home-content{padding:118px max(22px,9vw);height:100%}.home-slider .hero-trust{z-index:4}.slider-control{position:absolute;z-index:5;top:50%;transform:translateY(-50%);border:1px solid #ffffff55;background:#ffffff1f;color:#fff;width:48px;height:48px;border-radius:50%;transition:.25s}.slider-control:hover{background:#fff;color:#0b4a73}.slider-prev{left:28px}.slider-next{right:28px}.slider-dots{position:absolute;z-index:5;left:max(22px,9vw);bottom:28px;display:flex;gap:8px}.slider-dots button{width:28px;height:4px;border:0;background:#ffffff70;border-radius:8px;transition:.25s}.slider-dots button.active{background:#61e0d4;width:45px}.btn-hms,.nav-appointment,.text-link,.modern-doctor-grid a{transition:transform .25s,box-shadow .25s,background .25s}.btn-hms:hover,.nav-appointment:hover{transform:translateY(-3px);box-shadow:0 12px 22px #062a4c33}.text-link:hover{color:#0ea5a0}.modern-doctor-grid a:hover{color:#0ea5a0}.section{opacity:0;transform:translateY(28px);transition:opacity .65s ease,transform .65s ease}.section.reveal,.cta-section.reveal{opacity:1;transform:translateY(0)}.cta-section{opacity:0;transform:translateY(28px);transition:opacity .65s ease,transform .65s ease}.video-section{background:#f0f7fa}.video-frame{border-radius:20px;overflow:hidden;box-shadow:0 18px 40px #0c456626;aspect-ratio:16/8;background:#0c4567}.video-frame iframe{border:0;width:100%;height:100%}@media(max-width:900px){.home-slider{height:620px}.home-slide .hero-home-content{padding:100px 70px}.slider-prev{left:16px}.slider-next{right:16px}}@media(max-width:650px){.home-slider{height:690px}.home-slide .hero-home-content{padding:62px 22px 170px}.slider-control{display:none}.slider-dots{left:22px;bottom:155px}.home-slider .hero-home h1{font-size:3.28rem}.home-slider .hero-trust{left:16px;right:16px}.home-slider .hero-trust div{padding:14px 10px}.video-frame{aspect-ratio:16/10}}
.home-slider .hero-home-content h1{font-size:clamp(3.25rem,6vw,5.7rem);line-height:.98;letter-spacing:-.065em;margin:25px 0 22px}.home-slider .hero-home-content h1 em{color:#79eadb;font-style:normal}.home-slider .hero-home-content p{font-size:1.08rem;line-height:1.7;max-width:550px;color:#e8f4fb}.home-slider .hero-home-content{position:relative;z-index:3;width:min(760px,100%)}@media(max-width:650px){.home-slider .hero-home-content h1{font-size:3.28rem}}

/* Compact web-banner hero, quick booking block, and specialty cards */
.home-slider{height:500px}.home-slide .hero-home-content{padding:74px max(22px,9vw)}.home-slider .hero-home-content h1{font-size:clamp(2.7rem,4.6vw,4.55rem);margin:18px 0 14px}.home-slider .hero-home-content p{font-size:.98rem;line-height:1.55;max-width:515px}.hero-actions{margin-top:22px}.hero-trust div{padding:14px 18px}.slider-dots{bottom:18px}
.home-appointment-section{display:grid;grid-template-columns:1fr 1fr;margin:0 max(22px,9vw) 72px;border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 18px 45px #0a3d6117}.home-appointment-image{min-height:390px;position:relative;isolation:isolate}.home-appointment-image:after{content:"";position:absolute;inset:0;background:linear-gradient(145deg,#062c4bbf,#0a8b8980);z-index:-1}.home-appointment-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.home-appointment-image>div{padding:46px 42px;color:#fff;max-width:420px}.home-appointment-image h2{font-size:clamp(2rem,3.4vw,3.05rem);line-height:1.06;letter-spacing:-.05em;margin:12px 0}.home-appointment-image p{line-height:1.65;color:#e2f5f5}.home-appointment-form{padding:42px}.home-appointment-form h3{font-size:1.5rem;margin:0 0 7px}.home-appointment-form>p{color:#667085;font-size:.9rem;margin-bottom:20px}.home-appointment-form label{font-weight:700;font-size:.82rem;margin:0 0 6px}.home-appointment-form .form-control,.home-appointment-form .form-select{border-color:#dbe5ec;padding:11px 12px;border-radius:9px}.home-appointment-form .btn-hms{width:100%;margin-top:5px}
.specialties-hero{min-height:335px;position:relative;display:flex;align-items:center;overflow:hidden;color:#fff;padding:55px max(22px,9vw);isolation:isolate}.specialties-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.specialties-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#062b4fe9,#0d55718a);z-index:-1}.specialties-hero>div{max-width:620px}.specialties-hero h1{font-size:clamp(2.5rem,5vw,4.2rem);line-height:1.03;letter-spacing:-.06em;margin:10px 0}.specialties-hero p{max-width:530px;color:#e1f1f5;line-height:1.65}.specialties-page-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.specialty-page-card{background:#fff;border:1px solid #e3edf4;padding:25px;border-radius:16px;transition:transform .25s,box-shadow .25s}.specialty-page-card:hover{transform:translateY(-6px);box-shadow:0 16px 30px #0d497017}.specialty-page-card i{width:48px;height:48px;border-radius:13px;display:grid;place-items:center;background:#e5f5f4;color:#098d89;font-size:1.35rem}.specialty-page-card h3{font-size:1.08rem;margin:18px 0 8px}.specialty-page-card p{font-size:.88rem;line-height:1.65;color:#69778a;margin:0}.specialty-page-card a{display:inline-block;margin-top:14px;color:#0b5d8f;text-decoration:none;font-size:.82rem;font-weight:800}
@media(max-width:900px){.home-slider{height:480px}.home-slide .hero-home-content{padding:70px 70px}.specialties-page-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.home-slider{height:540px}.home-slide .hero-home-content{padding:48px 22px 130px}.home-slider .hero-home-content h1{font-size:2.75rem}.home-slider .hero-home-content p{font-size:.91rem}.hero-actions{gap:12px;margin-top:18px}.home-slider .hero-trust div{padding:11px 8px}.slider-dots{bottom:123px}.home-appointment-section{grid-template-columns:1fr;margin:0 18px 52px}.home-appointment-image{min-height:270px}.home-appointment-image>div{padding:36px 27px}.home-appointment-form{padding:30px 24px}.specialties-hero{min-height:300px;padding:42px 22px}.specialties-page-grid{grid-template-columns:1fr}.specialty-page-card{padding:22px}}

/* HMS content and visual layout */
.brand-logo{width:48px;height:48px;object-fit:cover;border-radius:50%;border:2px solid #d9eef4;background:#fff}.site-footer .brand-logo{width:44px;height:44px}.slide-lobby{background-image:url('../images/hms-cover.jpeg')}.page-banner-image{position:relative;min-height:290px;isolation:isolate;color:#fff;overflow:hidden}.page-banner-image>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.page-banner-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#062c4ae9,#074c6f8a);z-index:-1}.page-banner-image>div{max-width:670px}.page-banner-image .eyebrow{color:#b9fff5}.about-showcase{display:grid;grid-template-columns:1.1fr .9fr;gap:55px;align-items:center}.about-showcase h2,.contact-layout h2{font-size:clamp(2rem,4vw,3.35rem);line-height:1.06;letter-spacing:-.05em;margin:10px 0 20px}.about-showcase p,.contact-layout>aside>p{line-height:1.75;color:#647287}.about-showcase img{width:100%;height:420px;object-fit:cover;border-radius:20px;box-shadow:0 20px 45px #0b466623}.soft-section{background:#eff8fa}.promise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.promise-grid article{background:#fff;padding:27px;border-radius:16px;border:1px solid #e3edf3}.promise-grid i{width:48px;height:48px;display:grid;place-items:center;border-radius:13px;background:#e4f5f4;color:#098d89;font-size:1.35rem}.promise-grid h3{font-size:1.08rem;margin:18px 0 8px}.promise-grid p{color:#6c798b;font-size:.9rem;margin:0;line-height:1.6}.doctor-profile-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.doctor-profile-grid article{background:#fff;border:1px solid #e2ecf3;border-radius:17px;overflow:hidden;transition:transform .25s,box-shadow .25s}.doctor-profile-grid article:hover{transform:translateY(-6px);box-shadow:0 18px 34px #0b466617}.doctor-profile-grid img,.doctor-profile-grid .doctor-photo-placeholder{display:block;width:100%;height:250px;object-fit:cover;object-position:center}.doctor-profile-grid>article>div:last-child{padding:19px}.doctor-profile-grid span{font-size:.72rem;font-weight:800;color:#0b9d95}.doctor-profile-grid h3{font-size:1.09rem;margin:8px 0}.doctor-profile-grid p{font-size:.86rem;min-height:40px;color:#68768a}.doctor-profile-grid small{display:block;font-size:.78rem;color:#65748a;margin:11px 0 17px}.doctor-profile-grid small i{color:#0b9d95;margin-right:5px}.doctor-profile-grid .btn-hms{font-size:.8rem;padding:10px 12px}.services-full-grid{grid-template-columns:repeat(3,1fr)}.department-cta{padding:52px max(22px,9vw);background:linear-gradient(110deg,#0a3e66,#078187);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:25px}.department-cta span{font-size:.76rem;font-weight:800;letter-spacing:.12em;color:#8ff3e7}.department-cta h2{font-size:clamp(1.7rem,3vw,2.7rem);max-width:700px;line-height:1.1;margin:9px 0 0}.blog-showcase-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.blog-showcase-grid .blog-card{padding:0;overflow:hidden}.blog-showcase-grid .blog-card>img{width:100%;height:210px;object-fit:cover}.blog-showcase-grid .blog-card>div{padding:22px}.blog-showcase-grid h3{font-size:1.15rem;margin:11px 0}.contact-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:52px}.contact-detail{display:flex;gap:14px;align-items:flex-start;padding:17px 0;border-bottom:1px solid #e1eaf1}.contact-detail i{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:#e5f5f4;color:#098d89}.contact-detail small,.contact-detail strong{display:block}.contact-detail small{font-size:.75rem;color:#788599}.contact-detail strong{font-size:.9rem;margin-top:3px}.contact-layout .btn-hms{margin-top:22px}.contact-box h3{margin:0 0 22px}.emergency-cover{position:relative;isolation:isolate;overflow:hidden;text-align:left}.emergency-cover>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.emergency-cover:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#8e1420ea,#c72d37c7,#c72d3755);z-index:-1}.emergency-cover>div{max-width:690px;position:relative}.emergency-guide{display:grid;grid-template-columns:1.2fr .8fr;gap:45px;align-items:center}.emergency-guide h2{font-size:clamp(1.9rem,3.6vw,3.2rem);line-height:1.1;margin:10px 0 19px}.emergency-guide li{padding:8px 0;color:#5e6d80}.emergency-guide-card{padding:32px;background:#fff6f6;border:1px solid #f5d4d8;border-radius:18px}.emergency-guide-card>i{font-size:2rem;color:#c72d37}.emergency-guide-card h3{margin:17px 0 8px}.emergency-guide-card p{color:#69778a;line-height:1.6}.emergency-guide-card .btn-hms{background:#c72d37}
@media(max-width:900px){.about-showcase,.contact-layout,.emergency-guide{grid-template-columns:1fr}.doctor-profile-grid{grid-template-columns:repeat(2,1fr)}.blog-showcase-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.brand-logo{width:40px;height:40px}.page-banner-image{min-height:260px}.about-showcase{gap:30px}.about-showcase img{height:280px}.promise-grid,.doctor-profile-grid,.services-full-grid,.blog-showcase-grid{grid-template-columns:1fr}.department-cta{padding:38px 22px;align-items:flex-start;flex-direction:column}.emergency-cover{text-align:center}.emergency-guide{gap:25px}}

/* ABOUT PAGE: image collage, mission cards, timeline and facilities. */
.about-intro-section{background:#fff}.about-intro-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(34px,7vw,90px);align-items:center}.about-image-collage{position:relative;min-height:455px;padding:18px 95px 0 0}.about-image-collage img{object-fit:cover;display:block;box-shadow:0 18px 36px rgba(9,57,84,.16)}.about-collage-main{width:77%;height:405px;border-radius:15px}.about-collage-top{position:absolute;right:0;top:0;width:37%;height:160px;border-radius:13px}.about-collage-bottom{position:absolute;right:0;bottom:15px;width:37%;height:205px;border-radius:13px}.about-years-card{position:absolute;left:29%;bottom:0;display:flex;align-items:center;gap:9px;padding:13px 16px;border-radius:12px;background:#0c8b9a;color:#fff;box-shadow:0 14px 28px rgba(9,120,138,.28)}.about-years-card strong{font-size:1.35rem}.about-years-card span{font-size:.71rem;line-height:1.32;font-weight:750;text-transform:uppercase;letter-spacing:.04em}.about-intro-copy h2{font-size:clamp(2rem,4.2vw,3.5rem);line-height:1.04;letter-spacing:-.055em;margin:11px 0 20px}.about-intro-copy h2 em{color:#0b8e9e;font-style:normal}.about-intro-copy p{color:#657287;line-height:1.8;margin:0 0 13px}.about-intro-points{display:grid;grid-template-columns:1fr 1fr;gap:10px 16px;margin:24px 0}.about-intro-points span{font-size:.86rem;color:#30465a;font-weight:650}.about-intro-points i{color:#0b9d95;margin-right:5px}.about-purpose-section{background:#f3f9fa}.about-centered-heading{text-align:center;max-width:720px;margin:0 auto 32px}.about-centered-heading h2{font-size:clamp(1.8rem,3.4vw,2.8rem);letter-spacing:-.04em;margin:9px 0 10px}.about-centered-heading p{margin:0;color:#69778a;line-height:1.7}.about-purpose-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;max-width:980px;margin:auto}.about-purpose-card{position:relative;background:#fff;border:1px solid #e0eaef;border-radius:15px;padding:32px;text-align:center;box-shadow:0 12px 24px rgba(15,58,78,.05)}.about-purpose-icon{width:51px;height:51px;margin:0 auto 17px;border-radius:50%;display:grid;place-items:center;background:#e4f6f5;color:#078d92;font-size:1.25rem}.about-purpose-card>span{font-size:.69rem;color:#0a8993;letter-spacing:.12em;font-weight:850}.about-purpose-card h3{font-size:1.18rem;margin:10px 0}.about-purpose-card p{margin:0;color:#69778a;line-height:1.65;font-size:.91rem}.about-stat-strip{margin:0 max(22px,9vw);padding:18px 25px;display:grid;grid-template-columns:repeat(4,1fr);gap:12px;background:#fff;border:1px solid #dfebee;border-radius:14px;box-shadow:0 9px 20px rgba(14,65,88,.06);transform:translateY(-28px)}.about-stat-strip article{text-align:center;border-right:1px solid #e3edef}.about-stat-strip article:last-child{border:0}.about-stat-strip strong,.about-stat-strip span{display:block}.about-stat-strip strong{font-size:1.15rem;color:#0a8e9b}.about-stat-strip span{margin-top:4px;color:#52677a;text-transform:uppercase;letter-spacing:.08em;font-size:.63rem;font-weight:800}.about-milestone-section{padding-top:40px}.about-timeline{position:relative;max-width:1010px;margin:0 auto;display:grid;grid-template-columns:1fr 72px 1fr;gap:22px 0}.about-timeline:before{content:"";position:absolute;left:50%;top:25px;bottom:25px;width:2px;background:#55a6ae;transform:translateX(-50%)}.timeline-card{position:relative;z-index:1;background:#fff;border:1px solid #e0eaee;border-radius:13px;padding:21px 23px;box-shadow:0 10px 20px rgba(15,55,74,.05)}.timeline-left{grid-column:1}.timeline-right{grid-column:3}.timeline-year{font-size:.68rem;font-weight:850;color:#0a8e9b;letter-spacing:.09em}.timeline-card h3{font-size:1.03rem;margin:8px 0}.timeline-card p{margin:0;color:#6a788b;line-height:1.6;font-size:.87rem}.timeline-mark{grid-column:2;position:relative;z-index:2;width:46px;height:46px;align-self:center;justify-self:center;border:5px solid #e7f6f6;border-radius:50%;display:grid;place-items:center;background:#0c8897;color:#fff}.about-facilities-section{background:#f5fafb}.about-facility-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1100px;margin:auto}.about-facility-grid article{overflow:hidden;background:#fff;border:1px solid #e0ebef;border-radius:15px;box-shadow:0 10px 21px rgba(16,62,80,.05)}.about-facility-grid img{display:block;width:100%;height:180px;object-fit:cover}.about-facility-grid article>div{padding:20px}.about-facility-grid i{color:#07939a;font-size:1.15rem}.about-facility-grid h3{font-size:1.06rem;margin:11px 0 7px}.about-facility-grid p{color:#6a788a;font-size:.88rem;line-height:1.6;margin:0}@media(max-width:850px){.about-intro-grid{grid-template-columns:1fr;gap:32px}.about-image-collage{max-width:600px;width:100%;margin:auto}.about-facility-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.about-intro-section,.about-purpose-section,.about-milestone-section,.about-facilities-section{padding-top:48px;padding-bottom:48px}.about-image-collage{min-height:350px;padding-right:62px}.about-collage-main{height:310px;width:78%}.about-collage-top{width:35%;height:115px}.about-collage-bottom{width:35%;height:145px;bottom:8px}.about-years-card{left:18%;padding:10px 12px}.about-intro-points{grid-template-columns:1fr;margin:20px 0}.about-purpose-grid,.about-facility-grid{grid-template-columns:1fr}.about-purpose-card{padding:26px 21px}.about-stat-strip{margin:0 16px;padding:16px 8px;grid-template-columns:repeat(2,1fr);gap:16px;transform:translateY(-20px)}.about-stat-strip article:nth-child(2){border-right:0}.about-stat-strip article:nth-child(-n+2){border-bottom:1px solid #e3edef;padding-bottom:12px}.about-timeline{grid-template-columns:38px 1fr;gap:16px}.about-timeline:before{left:19px;transform:none}.timeline-mark{grid-column:1;width:38px;height:38px;border-width:4px}.timeline-card,.timeline-left,.timeline-right{grid-column:2}.about-facility-grid img{height:185px}}

/* Premium home sections and doctor-card actions */
.home-trust-band{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-bottom:1px solid #e1eaf1;padding:0 max(22px,9vw)}.home-trust-band>div{padding:25px 18px;display:grid;grid-template-columns:40px 1fr;column-gap:11px;border-right:1px solid #e5edf3}.home-trust-band>div:last-child{border:0}.home-trust-band i{grid-row:span 2;width:38px;height:38px;display:grid;place-items:center;background:#e6f6f4;color:#098d89;border-radius:11px}.home-trust-band strong,.home-trust-band span{display:block}.home-trust-band strong{font-size:.82rem}.home-trust-band span{font-size:.71rem;color:#778499;margin-top:3px}.premium-care-section{background:#f2f8fa}.premium-care-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.premium-care-grid article{position:relative;background:#fff;border-radius:18px;padding:29px;overflow:hidden;border:1px solid #e4edf2;transition:transform .25s,box-shadow .25s}.premium-care-grid article:hover{transform:translateY(-7px);box-shadow:0 18px 35px #0d497019}.premium-care-grid article>span{position:absolute;right:20px;top:14px;font-size:3.8rem;font-weight:800;letter-spacing:-.09em;color:#0c66880b}.premium-care-grid i{width:50px;height:50px;display:grid;place-items:center;border-radius:14px;background:#083f68;color:#fff;font-size:1.2rem}.premium-care-grid h3{font-size:1.2rem;margin:22px 0 8px}.premium-care-grid p{color:#6c798b;line-height:1.65;font-size:.9rem;margin:0}.home-care-path{display:grid;grid-template-columns:1fr 1fr;gap:0;margin:0 max(22px,9vw) 76px;overflow:hidden;border-radius:22px;background:#fff;box-shadow:0 18px 45px #0a3d6117}.home-care-path-image{min-height:510px}.home-care-path-image img{width:100%;height:100%;object-fit:cover}.home-care-path>div:last-child{padding:55px 52px}.home-care-path h2{font-size:clamp(2rem,3.8vw,3.3rem);line-height:1.06;letter-spacing:-.055em;margin:12px 0 17px}.home-care-path p{color:#68778a;line-height:1.75}.care-steps{margin:27px 0}.care-steps>div{display:flex;align-items:center;gap:14px;margin:15px 0}.care-steps b{width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:#0b8f88;color:#fff;font-size:.78rem}.care-steps strong,.care-steps small{display:block}.care-steps strong{font-size:.9rem}.care-steps small{font-size:.78rem;color:#7a8798;margin-top:2px}.modern-doctor-grid article{position:relative;transition:transform .25s,box-shadow .25s}.modern-doctor-grid article:hover{transform:translateY(-7px);box-shadow:0 18px 35px #0a3d611b}.modern-doctor-grid article>div:last-child{padding:20px!important}.modern-doctor-grid a{display:flex!important;align-items:center;justify-content:space-between;margin-top:17px;padding:11px 13px;border:1px solid #cce6e5;border-radius:10px;background:#ecf9f8;color:#087a78!important;font-size:.8rem!important;transition:background .25s,color .25s!important}.modern-doctor-grid a:hover{background:#0b857f;color:#fff!important}.modern-doctor-grid a i{margin-left:auto}.modern-doctor-grid h3{font-size:1.18rem}
@media(max-width:900px){.home-trust-band{grid-template-columns:repeat(2,1fr)}.home-trust-band>div:nth-child(2){border-right:0}.premium-care-grid{grid-template-columns:1fr}.home-care-path{grid-template-columns:1fr}.home-care-path-image{min-height:330px}}
@media(max-width:650px){.home-trust-band{padding:0;grid-template-columns:1fr}.home-trust-band>div,.home-trust-band>div:nth-child(2){border-right:0;border-bottom:1px solid #e5edf3;padding:19px 22px}.home-trust-band>div:last-child{border-bottom:0}.home-care-path{margin:0 18px 55px}.home-care-path-image{min-height:255px}.home-care-path>div:last-child{padding:35px 25px}.home-care-path h2{font-size:2rem}}

/* Rich Home content: specialties, video stories, FAQ and article slider */
.home-specialties-premium{background:#fff}.premium-specialty-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.premium-specialty-grid a{min-height:170px;display:flex;flex-direction:column;justify-content:center;padding:20px;text-decoration:none;border:1px solid #e1edf2;border-radius:16px;background:linear-gradient(160deg,#fff,#f5fbfb);color:#1c3145;transition:transform .25s,box-shadow .25s,border-color .25s}.premium-specialty-grid a:hover{transform:translateY(-6px);border-color:#77cec7;box-shadow:0 16px 30px #0e63741b}.premium-specialty-grid i{width:46px;height:46px;display:grid;place-items:center;border-radius:13px;background:#e2f5f3;color:#098c87;font-size:1.25rem;margin-bottom:18px}.premium-specialty-grid span{font-weight:800;font-size:.89rem}.premium-specialty-grid small{color:#758397;font-size:.72rem;margin-top:4px}.patient-stories-section{background:#edf8f8}.section-subcopy{color:#718094;font-size:.9rem;max-width:520px;margin:12px 0 0}.carousel-controls{display:flex;gap:9px}.carousel-controls button{width:42px;height:42px;border:1px solid #c5dfdf;border-radius:50%;background:#fff;color:#087b78;transition:.2s}.carousel-controls button:hover{background:#087b78;color:#fff}.story-carousel,.article-carousel{overflow:hidden;border-radius:19px}.story-carousel-track,.article-carousel-track{display:flex;transition:transform .55s ease}.story-carousel-track>article,.article-carousel-track>article{min-width:100%}.story-video-card{height:410px;position:relative;isolation:isolate;overflow:hidden}.story-video-card>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.story-video-card:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#062b4fe7,#073c5e9e,#073c5e2a);z-index:-1}.story-video-overlay{height:100%;max-width:610px;padding:55px;display:flex;flex-direction:column;justify-content:flex-end;color:#fff}.story-video-overlay>span{font-size:.75rem;letter-spacing:.13em;font-weight:800;color:#8af1e4}.story-video-overlay h3{font-size:clamp(1.65rem,3vw,2.65rem);line-height:1.12;margin:13px 0}.story-video-overlay small{color:#d6edf0}.video-play{width:58px;height:58px;border:0;border-radius:50%;background:#fff;color:#0b827f;font-size:1rem;margin-bottom:auto;box-shadow:0 9px 24px #062d474a;transition:transform .2s}.video-play:hover{transform:scale(1.09)}.faq-photo-section{display:grid;grid-template-columns:1fr 1fr;margin:72px max(22px,9vw);background:#fff;border-radius:21px;overflow:hidden;box-shadow:0 18px 45px #0a3d6117}.faq-photo{position:relative;min-height:520px;isolation:isolate}.faq-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.faq-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,#062c4fe5,#062c4f2a);z-index:-1}.faq-photo>div{position:absolute;bottom:0;padding:38px;color:#fff}.faq-photo span,.faq-photo strong,.faq-photo a{display:block}.faq-photo span{font-size:.73rem;letter-spacing:.12em;color:#7dece0;font-weight:800}.faq-photo strong{font-size:1.65rem;line-height:1.2;margin:10px 0 16px;max-width:330px}.faq-photo a{color:#fff;font-size:.86rem;font-weight:800;text-decoration:none}.faq-content{padding:52px}.faq-content h2{font-size:clamp(2rem,3.5vw,3.15rem);line-height:1.08;letter-spacing:-.05em;margin:10px 0 28px}.faq-content details{border-top:1px solid #e0ebef;padding:16px 0}.faq-content details:last-child{border-bottom:1px solid #e0ebef}.faq-content summary{cursor:pointer;list-style:none;font-size:.92rem;font-weight:800;position:relative;padding-right:28px}.faq-content summary::-webkit-details-marker{display:none}.faq-content summary:after{content:'+';position:absolute;right:0;color:#098c87;font-size:1.25rem;top:-4px}.faq-content details[open] summary:after{content:'−'}.faq-content details p{font-size:.86rem;line-height:1.65;color:#6f7d8f;margin:12px 0 0}.latest-articles-section{background:#f5fafb}.article-carousel-track>article{display:grid;grid-template-columns:.95fr 1.05fr;min-height:340px;background:#fff}.article-carousel-track img{width:100%;height:100%;object-fit:cover}.article-carousel-track>article>div{padding:48px;align-self:center}.article-carousel-track span{font-size:.72rem;letter-spacing:.13em;color:#0a928c;font-weight:800}.article-carousel-track h3{font-size:clamp(1.55rem,3vw,2.7rem);line-height:1.1;letter-spacing:-.04em;margin:13px 0}.article-carousel-track p{color:#68778a;line-height:1.65;max-width:430px}.article-carousel-track a{font-size:.86rem;text-decoration:none;color:#0a807c;font-weight:800}
@media(max-width:1000px){.premium-specialty-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.faq-photo-section{grid-template-columns:1fr;margin:52px 18px}.faq-photo{min-height:300px}.faq-content{padding:35px 25px}.article-carousel-track>article{grid-template-columns:1fr}.article-carousel-track img{height:210px}.article-carousel-track>article>div{padding:30px 25px}.story-video-card{height:360px}.story-video-overlay{padding:32px 25px}.premium-specialty-grid{grid-template-columns:repeat(2,1fr)}.section-top .carousel-controls{margin-top:20px}}

/* Appointment availability and doctor profile actions */
.availability-note{display:block;color:#0a807c;font-size:.78rem;font-weight:700;margin:2px 0 6px}.doctor-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:17px}.doctor-card-actions a,.doctor-card-actions button{margin:0!important;width:100%;min-height:42px;border-radius:10px;display:flex!important;align-items:center;justify-content:center;gap:7px;font-size:.75rem!important;font-weight:800;text-decoration:none;cursor:pointer}.doctor-card-actions .doctor-book-button{background:#0b837e;color:#fff!important;border:1px solid #0b837e}.doctor-card-actions .doctor-book-button:hover{background:#076d69;color:#fff!important}.doctor-details-trigger{background:#fff;color:#0a7774;border:1px solid #bce1de}.doctor-details-trigger:hover{background:#ebf9f8}.doctor-profile-grid .doctor-card-actions{margin-top:17px}.doctor-profile-grid .doctor-card-actions .doctor-book-button{padding:10px 8px}.doctor-modal{position:fixed;inset:0;z-index:80;display:none;align-items:center;justify-content:center;padding:22px}.doctor-modal.open{display:flex}.doctor-modal-backdrop{position:absolute;inset:0;background:#061b2cbf;backdrop-filter:blur(4px)}.doctor-modal-dialog{position:relative;z-index:1;display:grid;grid-template-columns:310px 1fr;max-width:760px;width:100%;overflow:hidden;background:#fff;border-radius:20px;box-shadow:0 25px 70px #020e18a6}.doctor-modal-dialog>img{width:100%;height:100%;min-height:390px;object-fit:cover}.doctor-modal-dialog>div{padding:46px}.doctor-modal-dialog span{font-size:.75rem;letter-spacing:.12em;font-weight:800;color:#0a8f89}.doctor-modal-dialog h2{font-size:2rem;letter-spacing:-.04em;margin:10px 0 6px}.doctor-modal-dialog p{color:#66768a;margin:0}.doctor-modal-dialog small{display:block;margin:19px 0;color:#526278}.doctor-modal-dialog small i{color:#0a8f89}.doctor-modal-copy{line-height:1.7;margin:14px 0 22px!important}.doctor-modal-close{position:absolute;right:14px;top:14px;width:36px;height:36px;border:0;border-radius:50%;background:#ffffffde;color:#17334c;font-size:1.1rem;z-index:2}.doctor-modal .btn-hms{padding:12px 16px}
@media(max-width:650px){.doctor-card-actions{grid-template-columns:1fr}.doctor-modal{padding:15px}.doctor-modal-dialog{grid-template-columns:1fr;max-height:90vh;overflow:auto}.doctor-modal-dialog>img{height:220px;min-height:220px}.doctor-modal-dialog>div{padding:30px 25px}.doctor-modal-dialog h2{font-size:1.75rem}}

/* Home carousel, premium cards, mission, map and testimonials */
.card-carousel-viewport{overflow:hidden;padding:8px 3px 16px;margin:0 -3px}.card-carousel-track{display:flex!important;gap:16px;transition:transform .55s ease;will-change:transform}.premium-specialty-grid.card-carousel-track>a,.modern-service-grid.card-carousel-track>article{flex:0 0 calc((100% - 32px)/3);min-width:0}.card-carousel-controls{display:flex;gap:9px}.card-carousel-controls button{width:42px;height:42px;border:1px solid #b9d9dc;border-radius:50%;background:#fff;color:#087d79;cursor:pointer;box-shadow:0 7px 16px #0a536312;transition:transform .2s,background .2s,color .2s}.card-carousel-controls button:hover{transform:translateY(-3px);background:#087d79;color:#fff}.home-specialties-premium .premium-specialty-grid a,.services-section .modern-service-grid article{box-shadow:0 8px 22px #0d49700b}.home-specialties-premium .premium-specialty-grid a:hover,.services-section .modern-service-grid article:hover{box-shadow:0 20px 36px #0d497022}.specialty-page-card,.services-full-grid article{border:1px solid #dfebf0!important;border-radius:18px!important;background:linear-gradient(145deg,#fff,#f4fbfb)!important;box-shadow:0 8px 22px #0d49700c;transition:transform .25s,box-shadow .25s,border-color .25s}.specialty-page-card:hover,.services-full-grid article:hover{transform:translateY(-7px);border-color:#83d2cc!important;box-shadow:0 20px 38px #0d497022}.specialty-page-card i,.services-full-grid article>i{box-shadow:0 10px 20px #0b8c851c}
.mission-vision-section{background:linear-gradient(135deg,#edf8fa,#f7fbff)}.mission-vision-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.mission-card,.vision-card{position:relative;overflow:hidden;padding:34px;border-radius:20px;background:#fff;border:1px solid #dfebf0;box-shadow:0 12px 30px #0b4a650d;transition:transform .25s,box-shadow .25s}.mission-card:hover,.vision-card:hover{transform:translateY(-7px);box-shadow:0 22px 40px #0b4a6520}.mission-card:before,.vision-card:before{content:"";position:absolute;top:0;left:0;width:6px;height:100%;background:#0c938d}.vision-card:before{background:#0f4c81}.mission-card i,.vision-card i{width:54px;height:54px;display:grid;place-items:center;border-radius:16px;background:#e3f6f4;color:#0b8f89;font-size:1.35rem}.vision-card i{background:#e9f1fb;color:#0f4c81}.mission-card h2,.vision-card h2{margin:21px 0 10px;font-size:1.55rem}.mission-card p,.vision-card p{color:#68778a;line-height:1.72;margin:0}
.contact-map-section{background:#f1f8fa;padding-top:54px;padding-bottom:76px}.contact-map-heading{max-width:720px;margin:0 auto 27px;text-align:center}.contact-map-heading h2{font-size:clamp(1.9rem,3.5vw,3rem);letter-spacing:-.045em;margin:10px 0}.contact-map-heading p{color:#6b798d;line-height:1.65}.contact-map-frame{max-width:1120px;margin:auto;overflow:hidden;border-radius:22px;border:8px solid #fff;box-shadow:0 20px 45px #0a3c5c20}.contact-map-frame iframe{display:block;width:100%;height:410px;border:0}
.bottom-testimonials{background:#fff;position:relative;overflow:hidden}.bottom-testimonials:before{content:"";position:absolute;width:440px;height:440px;border-radius:50%;right:-170px;top:-250px;background:#dff5f3;opacity:.65}.bottom-testimonial-grid{position:relative;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.bottom-testimonial-card{background:linear-gradient(155deg,#fff,#f4fbfb);border:1px solid #e0ecef;border-radius:20px;padding:25px;box-shadow:0 9px 25px #0d49700c;transition:transform .28s,box-shadow .28s,border-color .28s}.bottom-testimonial-card:hover{transform:translateY(-9px);border-color:#8cd5d0;box-shadow:0 22px 40px #0b637022}.testimonial-person{display:flex;align-items:center;gap:13px}.testimonial-person img{width:58px;height:58px;border-radius:50%;object-fit:cover;border:3px solid #d8f3f0}.testimonial-person strong,.testimonial-person small{display:block}.testimonial-person strong{font-size:.96rem}.testimonial-person small{font-size:.77rem;color:#708094;margin-top:3px}.testimonial-rating{color:#f4a712;font-size:.82rem;letter-spacing:2px;margin:20px 0 12px}.testimonial-quote{color:#556579;line-height:1.72;font-size:.9rem;margin:0}.testimonial-quote:before{content:"\201C";font-size:2.2rem;line-height:.2;color:#0b958f;vertical-align:-.32em;margin-right:5px}
@media(max-width:760px){.section-top .card-carousel-controls{margin-top:18px}.premium-specialty-grid.card-carousel-track>a,.modern-service-grid.card-carousel-track>article{flex-basis:85%}.mission-vision-grid,.bottom-testimonial-grid{grid-template-columns:1fr}.contact-map-frame{border-width:5px}.contact-map-frame iframe{height:310px}.bottom-testimonials:before{right:-245px}.mission-card,.vision-card{padding:27px}.bottom-testimonial-card{padding:22px}}

/* Match the current mission and testimonial markup. */
@media(max-width:760px){.modern-doctor-grid.card-carousel-track>article{flex-basis:85%}.testimonial-carousel-track>article{padding:24px}.testimonial-carousel-track>article>p{font-size:.94rem}}

/* Home carousel controls: desktop uses the same side-arrow treatment as the hero. */
.services-section,.doctors-section,.home-specialties-premium,.patient-stories-section,.latest-articles-section,.bottom-testimonials{position:relative!important}
.services-section .section-top,.doctors-section .section-top,.home-specialties-premium .section-top,.patient-stories-section .section-top,.latest-articles-section .section-top,.bottom-testimonials .section-top{position:static!important;display:block!important;min-height:0!important;margin-bottom:28px!important;padding:0!important;text-align:center!important}
.services-section .section-top>div:first-child,.doctors-section .section-top>div:first-child,.home-specialties-premium .section-top>div:first-child,.patient-stories-section .section-top>div:first-child,.latest-articles-section .section-top>div:first-child,.bottom-testimonials .section-top>div:first-child{max-width:720px!important;margin:0 auto!important}
.services-section .section-top h2,.doctors-section .section-top h2,.home-specialties-premium .section-top h2,.patient-stories-section .section-top h2,.latest-articles-section .section-top h2,.bottom-testimonials .section-top h2{text-align:center!important}
.services-section .section-top h2:after,.doctors-section .section-top h2:after,.home-specialties-premium .section-top h2:after,.patient-stories-section .section-top h2:after,.latest-articles-section .section-top h2:after,.bottom-testimonials .section-top h2:after{left:50%!important;transform:translateX(-50%)!important}
.services-section .section-top .carousel-controls,.doctors-section .section-top .carousel-controls,.home-specialties-premium .section-top .carousel-controls,.patient-stories-section .section-top .carousel-controls,.latest-articles-section .section-top .carousel-controls,.bottom-testimonials .section-top .carousel-controls{position:absolute!important;z-index:9!important;top:62%!important;right:clamp(16px,3vw,54px)!important;bottom:auto!important;left:clamp(16px,3vw,54px)!important;width:auto!important;margin:0!important;padding:0!important;display:flex!important;justify-content:space-between!important;pointer-events:none!important;transform:translateY(-50%)!important}
.services-section .section-top .carousel-controls button,.doctors-section .section-top .carousel-controls button,.home-specialties-premium .section-top .carousel-controls button,.patient-stories-section .section-top .carousel-controls button,.latest-articles-section .section-top .carousel-controls button,.bottom-testimonials .section-top .carousel-controls button{width:48px!important;height:48px!important;border:1px solid #b7d9da!important;border-radius:50%!important;background:#fff!important;color:#087d79!important;box-shadow:0 12px 27px rgba(11,78,97,.12)!important;pointer-events:auto!important}
.services-section .section-top .carousel-controls button:hover,.doctors-section .section-top .carousel-controls button:hover,.home-specialties-premium .section-top .carousel-controls button:hover,.patient-stories-section .section-top .carousel-controls button:hover,.latest-articles-section .section-top .carousel-controls button:hover,.bottom-testimonials .section-top .carousel-controls button:hover{background:#087d79!important;color:#fff!important;transform:scale(1.08)!important}
@media(max-width:760px){.services-section .section-top,.doctors-section .section-top,.home-specialties-premium .section-top,.patient-stories-section .section-top,.latest-articles-section .bottom-testimonials .section-top{margin-bottom:18px!important;text-align:center!important}.services-section .section-top .carousel-controls,.doctors-section .section-top .carousel-controls,.home-specialties-premium .section-top .carousel-controls,.patient-stories-section .section-top .carousel-controls,.latest-articles-section .section-top .carousel-controls,.bottom-testimonials .section-top .carousel-controls{display:none!important}.services-section .card-carousel-viewport,.doctors-section .card-carousel-viewport,.home-specialties-premium .card-carousel-viewport{padding:4px 0 18px!important}.services-section .card-carousel-track>article,.doctors-section .card-carousel-track>article,.home-specialties-premium .card-carousel-track>a{flex:0 0 calc((100% - 16px)/2)!important;min-width:0!important}.services-section .modern-service-grid article,.home-specialties-premium .premium-specialty-grid a{min-height:180px!important;padding:18px!important}.doctors-section .modern-doctor-grid img,.doctors-section .doctor-photo-placeholder{height:150px!important}.doctors-section .modern-doctor-grid article>div:last-child{padding:15px!important}.doctors-section .doctor-card-actions{gap:7px!important;margin-top:12px!important}.doctors-section .doctor-card-actions a,.doctors-section .doctor-card-actions button{min-height:36px!important;padding:7px!important;font-size:.65rem!important}.card-carousel-viewport{touch-action:pan-y!important}}

/* Testimonials: compact review cards with heading-side controls. */
.bottom-testimonials .section-top{position:relative!important;display:block!important;margin-bottom:25px!important;padding-right:118px!important;text-align:center!important}
.bottom-testimonials .section-top .carousel-controls{position:absolute!important;top:50%!important;right:0!important;bottom:auto!important;left:auto!important;width:auto!important;display:flex!important;gap:10px!important;justify-content:flex-start!important;pointer-events:auto!important;transform:translateY(-50%)!important}
.bottom-testimonials .section-top .carousel-controls button{width:43px!important;height:43px!important;border-radius:50%!important}
.bottom-testimonials .testimonial-carousel{max-width:none!important;margin:0!important;padding:4px 2px 18px!important;overflow:hidden!important;border-radius:0!important;box-shadow:none!important}
.bottom-testimonials .testimonial-card-track{display:flex!important;gap:16px!important;transition:transform .55s ease!important;will-change:transform}
.bottom-testimonials .testimonial-card-track>article{box-sizing:border-box!important;flex:0 0 calc((100% - 32px)/3)!important;min-width:0!important;min-height:275px!important;padding:24px!important;border:1px solid #dbecef!important;border-radius:18px!important;background:linear-gradient(145deg,#fff,#f2fbfb)!important;box-shadow:0 11px 25px rgba(13,73,112,.08)!important}
.bottom-testimonials .testimonial-card-track .testimonial-person img{width:54px!important;height:54px!important}.bottom-testimonials .testimonial-card-track .testimonial-person strong{font-size:.96rem!important}.bottom-testimonials .testimonial-card-track .testimonial-person small{font-size:.75rem!important}.bottom-testimonials .testimonial-card-track .stars{margin:15px 0 10px!important;font-size:.82rem!important}.bottom-testimonials .testimonial-card-track>article>p{font-size:.9rem!important;line-height:1.65!important}.bottom-testimonials .testimonial-card-track .testimonial-quote{font-size:1.2rem!important;margin-top:12px!important}
@media(max-width:760px){.bottom-testimonials{padding-left:18px!important;padding-right:18px!important}.bottom-testimonials .section-top{padding-right:0!important;margin-bottom:17px!important;text-align:center!important}.bottom-testimonials .section-top .carousel-controls{display:none!important}.bottom-testimonials .testimonial-carousel{padding:3px 0 16px!important;border-radius:16px!important}.bottom-testimonials .testimonial-card-track{gap:0!important}.bottom-testimonials .testimonial-card-track>article{flex:0 0 100%!important;min-height:0!important;padding:23px!important;border-radius:16px!important}.bottom-testimonials .testimonial-card-track>article>p{font-size:.92rem!important;line-height:1.7!important}.bottom-testimonials .testimonial-card-track .testimonial-person img{width:58px!important;height:58px!important}}

/* Phone-sized testimonial cards: two compact cards are visible at a time. */
@media(max-width:760px){html:root body .bottom-testimonials .testimonial-card-track{gap:16px!important}html:root body .bottom-testimonials .testimonial-card-track>article{flex:0 0 calc((100% - 16px)/2)!important;min-height:228px!important;padding:16px!important;border-radius:14px!important}html:root body .bottom-testimonials .testimonial-card-track .testimonial-person{gap:8px!important;align-items:center!important}html:root body .bottom-testimonials .testimonial-card-track .testimonial-person img{width:42px!important;height:42px!important}html:root body .bottom-testimonials .testimonial-card-track .testimonial-person strong{font-size:.76rem!important;line-height:1.25!important}html:root body .bottom-testimonials .testimonial-card-track .testimonial-person small{font-size:.64rem!important;line-height:1.25!important}html:root body .bottom-testimonials .testimonial-card-track .stars{margin:11px 0 8px!important;font-size:.68rem!important;letter-spacing:1px!important}html:root body .bottom-testimonials .testimonial-card-track>article>p{font-size:.74rem!important;line-height:1.55!important}html:root body .bottom-testimonials .testimonial-card-track .testimonial-quote{font-size:1rem!important;margin-top:8px!important}}

/* Final home carousel alignment: centred headings, right-side desktop arrows. */
.services-section .section-top,.doctors-section .section-top,.home-specialties-premium .section-top,.patient-stories-section .section-top,.latest-articles-section .section-top,.bottom-testimonials .section-top{position:relative!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;min-height:142px!important;margin-bottom:24px!important;padding:0 120px!important;text-align:center!important}
.services-section .section-top>div:first-child,.doctors-section .section-top>div:first-child,.home-specialties-premium .section-top>div:first-child,.patient-stories-section .section-top>div:first-child,.latest-articles-section .section-top>div:first-child,.bottom-testimonials .section-top>div:first-child{max-width:720px!important;margin:0 auto!important}
.services-section .section-top h2,.doctors-section .section-top h2,.home-specialties-premium .section-top h2,.patient-stories-section .section-top h2,.latest-articles-section .section-top h2,.bottom-testimonials .section-top h2{text-align:center!important}
.services-section .section-top h2:after,.doctors-section .section-top h2:after,.home-specialties-premium .section-top h2:after,.patient-stories-section .section-top h2:after,.latest-articles-section .section-top h2:after,.bottom-testimonials .section-top h2:after{left:50%!important;transform:translateX(-50%)!important}
.services-section .section-top .carousel-controls,.doctors-section .section-top .carousel-controls,.home-specialties-premium .section-top .carousel-controls,.patient-stories-section .section-top .carousel-controls,.latest-articles-section .section-top .carousel-controls,.bottom-testimonials .section-top .carousel-controls{position:absolute!important;z-index:8!important;top:50%!important;right:0!important;bottom:auto!important;left:auto!important;width:auto!important;margin:0!important;display:flex!important;justify-content:flex-start!important;gap:10px!important;transform:translateY(-50%)!important}
@media(max-width:760px){.services-section .section-top,.doctors-section .section-top,.home-specialties-premium .section-top,.patient-stories-section .section-top,.latest-articles-section .section-top,.bottom-testimonials .section-top{display:block!important;min-height:0!important;margin-bottom:18px!important;padding:0 0 66px!important;text-align:center!important}.services-section .section-top .carousel-controls,.doctors-section .section-top .carousel-controls,.home-specialties-premium .section-top .carousel-controls,.patient-stories-section .section-top .carousel-controls,.latest-articles-section .section-top .carousel-controls,.bottom-testimonials .section-top .carousel-controls{top:auto!important;right:0!important;bottom:3px!important;left:0!important;width:100%!important;padding:0 2px!important;display:flex!important;justify-content:space-between!important;transform:none!important}.services-section .card-carousel-track>article,.doctors-section .card-carousel-track>article,.home-specialties-premium .card-carousel-track>a{flex:0 0 78%!important}.patient-stories-section .story-video-card{height:340px!important}.latest-articles-section .article-carousel-track>article{min-height:315px!important}.latest-articles-section .article-carousel-track>article>div{padding:27px 22px!important}.bottom-testimonials .testimonial-carousel-track>article{padding:22px!important}.bottom-testimonials .testimonial-carousel-track>article>p{font-size:.9rem!important}}

/* Balanced header: logo left, page links centered, actions right. */
.header-actions{display:flex;align-items:center;gap:10px;margin-left:auto;flex:0 0 auto}
.header-actions .nav-appointment{display:inline-flex!important;align-items:center;justify-content:center;gap:8px;min-height:45px;padding:12px 17px!important;border-radius:13px!important;background:linear-gradient(135deg,#0f4c81,#087f8b)!important;border:1px solid rgba(255,255,255,.26);box-shadow:0 10px 22px rgba(10,83,110,.24);font-weight:800!important;letter-spacing:.01em;white-space:nowrap}
.header-actions .nav-appointment i{transition:transform .25s ease}.header-actions .nav-appointment:hover i{transform:rotate(-12deg) scale(1.13)}
@media(min-width:851px){.site-header{gap:18px}.site-nav{position:absolute;left:50%;transform:translateX(-50%);margin-left:0;gap:18px;white-space:nowrap}.header-actions .install-button{margin-left:0;white-space:nowrap}}
@media(max-width:850px){.site-header{height:80px;padding:0 18px;gap:10px}.site-brand{min-width:0}.site-brand strong{font-size:.93rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:150px}.site-brand small{font-size:.65rem}.brand-logo{width:45px!important;height:45px!important;border-radius:13px!important}.header-actions{margin-left:auto;gap:7px}.header-actions .nav-appointment{min-height:40px;padding:9px 11px!important;border-radius:11px!important;box-shadow:0 7px 15px rgba(10,83,110,.19)}.header-actions .nav-appointment span{font-size:.72rem}.header-actions .install-button{margin-left:0;padding:9px 10px}.site-menu-toggle{margin-left:0!important;background:#e9f7f7;color:#087d79}.site-nav{top:80px!important;padding:15px!important;border-top:1px solid #e4eff1;border-radius:0 0 18px 18px;gap:7px!important}.site-nav a{padding:12px 13px!important;border-radius:10px;background:#f7fbfc;font-weight:700}}
@media(max-width:520px){.header-actions .nav-appointment span{display:none}.header-actions .nav-appointment{width:42px;padding:9px!important}.header-actions .nav-appointment i{margin:0}}

/* Match the Book Appointment CTA to the refined Install App control. */
.header-actions .nav-appointment{background:#edf7ff!important;color:#0f4c81!important;border:1px solid #c7dbe9!important;box-shadow:none!important}
.header-actions .nav-appointment:before{display:none!important}.header-actions .nav-appointment i{color:#0b9d95}.header-actions .nav-appointment:hover{background:#0f4c81!important;color:#fff!important;box-shadow:0 8px 16px rgba(15,76,129,.16)!important;transform:translateY(-2px)}.header-actions .nav-appointment:hover i{color:#8bf0e5}
.site-menu-backdrop{display:none}
@media(max-width:850px){.site-menu-backdrop{display:block;position:fixed;inset:0;background:rgba(6,33,53,.38);z-index:19;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease;backdrop-filter:blur(2px)}.site-menu-backdrop.is-visible{opacity:1;visibility:visible}.site-nav{z-index:21;transform:translateY(-8px);opacity:0;transition:transform .25s ease,opacity .25s ease}.site-nav.open{transform:translateY(0);opacity:1}.site-menu-toggle i{transition:transform .25s ease}.site-nav.open~.header-actions{}body:has(.site-nav.open) .site-menu-toggle i{transform:rotate(90deg)}}

/* Mobile app-style polish and more breathing room between page links. */
@media(min-width:1100px){.site-nav{gap:24px}}
@media(min-width:851px) and (max-width:1099px){.site-nav{gap:15px}.site-nav a{font-size:.81rem}.header-actions .nav-appointment{padding-left:12px!important;padding-right:12px!important}.header-actions .nav-appointment span{font-size:.76rem}}
@media(max-width:850px){
  body{padding-bottom:76px;background:#f7fafc}
  .utility-bar{padding:8px 16px;font-size:.68rem}.utility-bar div span:nth-child(2){display:none}.utility-bar div{gap:0}
  .site-header{height:82px;background:rgba(255,255,255,.96);box-shadow:0 5px 19px rgba(10,57,85,.10);backdrop-filter:blur(14px)}
  .site-nav{top:82px!important;left:12px!important;right:12px!important;padding:13px!important;border:1px solid #dcebed!important;border-radius:0 0 20px 20px!important;background:rgba(255,255,255,.98)!important;box-shadow:0 18px 38px rgba(5,46,69,.18)!important;gap:9px!important}
  .site-nav a{display:flex!important;align-items:center;min-height:45px;padding:12px 14px!important;background:linear-gradient(135deg,#f8fcfc,#eef8f8)!important;border:1px solid #e0eeee;font-size:.87rem!important;color:#28465c!important}
  .site-nav a.active{color:#087d79!important;background:linear-gradient(135deg,#e3f6f4,#edf8fb)!important;border-color:#bfe5e1;font-weight:800!important}
  .site-menu-toggle{width:43px!important;height:43px!important;border:1px solid #cce8e6!important;box-shadow:0 5px 12px rgba(9,99,108,.10)}
  .mobile-nav{height:72px!important;padding:0 6px calc(env(safe-area-inset-bottom,0px))!important;border-top:1px solid #dcecef;border-radius:19px 19px 0 0;background:rgba(255,255,255,.96)!important;box-shadow:0 -8px 25px rgba(13,66,91,.11);backdrop-filter:blur(14px)}
  .mobile-nav a{min-width:52px;padding-top:7px;font-size:.64rem!important;font-weight:700}.mobile-nav a:not(.mobile-book){color:#62768a!important}.mobile-nav a:not(.mobile-book):hover{color:#087d79!important}
  .mobile-nav .mobile-book{margin-top:-27px!important;min-width:67px!important;min-height:67px;display:grid!important;place-items:center;gap:3px;border:4px solid #f7fafc!important;border-radius:21px!important}
  .emergency-fab{bottom:90px!important;right:16px;font-size:.78rem}
}

/* Floating app dock for mobile navigation. */
@media(max-width:850px){
  body{padding-bottom:104px}
  .mobile-nav{left:11px!important;right:11px!important;bottom:11px!important;height:70px!important;padding:0 5px!important;border:1px solid rgba(213,232,236,.92)!important;border-radius:23px!important;background:rgba(255,255,255,.94)!important;box-shadow:0 15px 36px rgba(10,60,83,.20)!important}
  .mobile-nav a{position:relative;flex:1;min-width:0!important;height:61px;padding:8px 3px 6px!important;display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#697d90!important;transition:color .22s ease,transform .22s ease!important}
  .mobile-nav a i{font-size:1.08rem!important;line-height:1}.mobile-nav a span{font-size:.61rem;line-height:1;font-weight:800}
  .mobile-nav a:not(.mobile-book).active{color:#087d79!important}.mobile-nav a:not(.mobile-book).active:before{content:"";position:absolute;top:4px;width:23px;height:3px;border-radius:6px;background:linear-gradient(90deg,#0f4c81,#0ca497)}
  .mobile-nav a:not(.mobile-book).active i{transform:translateY(-1px)}
  .mobile-nav .mobile-book{position:relative;z-index:1;flex:0 0 66px;height:66px;min-height:66px!important;margin-top:-29px!important;padding:9px 3px 7px!important;border:4px solid #f7fafc!important;border-radius:22px!important;background:linear-gradient(135deg,#0f4c81,#0b9e94)!important;color:#fff!important;box-shadow:0 12px 24px rgba(6,79,108,.36)!important}
  .mobile-nav .mobile-book i{font-size:1.18rem!important}.mobile-nav .mobile-book span{font-size:.64rem}.mobile-nav .mobile-book.active{box-shadow:0 13px 27px rgba(6,79,108,.46)!important}
  .mobile-nav a:hover{transform:translateY(-2px)}
  .emergency-fab{bottom:99px!important}
}

/* --------------------------------------------------------------------------
   Home showcase refresh: Services, team, specialties, stories, blogs, reviews
   -------------------------------------------------------------------------- */
.services-section,.doctors-section,.home-specialties-premium,.patient-stories-section,.latest-articles-section,.bottom-testimonials{padding-top:96px!important;padding-bottom:96px!important}
.services-section .section-top,.doctors-section .section-top,.home-specialties-premium .section-top,.patient-stories-section .section-top,.latest-articles-section .section-top,.bottom-testimonials .section-top{align-items:center;margin-bottom:38px}
.services-section .section-kicker,.doctors-section .section-kicker,.home-specialties-premium .section-kicker,.patient-stories-section .section-kicker,.latest-articles-section .section-kicker,.bottom-testimonials .section-kicker{display:inline-flex;align-items:center;gap:8px;font-size:.7rem;letter-spacing:.17em}
.services-section .section-kicker:before,.doctors-section .section-kicker:before,.home-specialties-premium .section-kicker:before,.patient-stories-section .section-kicker:before,.latest-articles-section .section-kicker:before,.bottom-testimonials .section-kicker:before{content:"";width:25px;height:2px;border-radius:4px;background:currentColor}
.services-section .text-link,.doctors-section .text-link,.home-specialties-premium .text-link{display:inline-flex;align-items:center;gap:9px;padding:12px 17px;border:1px solid currentColor;border-radius:12px;transition:transform .25s ease,background .25s ease,color .25s ease}.services-section .text-link:hover,.doctors-section .text-link:hover,.home-specialties-premium .text-link:hover{transform:translateX(4px)}

/* 1. Services: confident dark showcase with light floating cards. */
.services-section{position:relative;overflow:hidden;background:linear-gradient(125deg,#082f4f 0%,#0d5973 55%,#0a8d88 130%)!important;color:#fff}.services-section:before,.services-section:after{content:"";position:absolute;border-radius:50%;pointer-events:none}.services-section:before{width:540px;height:540px;right:-250px;top:-290px;background:rgba(101,232,214,.14)}.services-section:after{width:270px;height:270px;left:-100px;bottom:-135px;border:1px solid rgba(129,238,223,.35)}.services-section .section-top,.services-section .card-carousel-viewport{position:relative;z-index:1}.services-section .section-kicker{color:#8df3e5}.services-section .section-top h2{max-width:610px;color:#fff}.services-section .text-link{color:#dffdf8;border-color:rgba(196,250,240,.4)}.services-section .text-link:hover{background:#fff;color:#075d6b}.services-section .modern-service-grid article{position:relative;min-height:255px;padding:31px!important;border:1px solid rgba(255,255,255,.72)!important;border-radius:22px!important;background:linear-gradient(145deg,#fff,#edf9fa)!important;box-shadow:0 18px 35px rgba(1,31,51,.22)!important;overflow:hidden}.services-section .modern-service-grid article:after{content:"";position:absolute;width:130px;height:130px;border-radius:50%;right:-58px;bottom:-60px;background:#b9eee9;opacity:.55}.services-section .modern-service-grid i{position:relative;z-index:1;width:61px!important;height:61px!important;border-radius:18px!important;background:linear-gradient(135deg,#0f4c81,#0d9b92)!important;color:#fff!important;box-shadow:0 12px 22px rgba(5,94,111,.24)}.services-section .modern-service-grid h3{position:relative;z-index:1;margin-top:25px!important;font-size:1.22rem!important;color:#173d54}.services-section .modern-service-grid p{position:relative;z-index:1;max-width:265px;font-size:.9rem!important;line-height:1.7!important;color:#5c7181!important}

/* 2. Team: editorial doctor cards with clear actions. */
.doctors-section{background:linear-gradient(180deg,#fff 0%,#edf8f8 100%)!important}.doctors-section:before{content:"HMS";position:absolute;right:4vw;top:72px;font-size:clamp(7rem,16vw,15rem);font-weight:900;letter-spacing:-.1em;color:rgba(11,121,126,.035);pointer-events:none}.doctors-section .section-top,.doctors-section .card-carousel-viewport{position:relative;z-index:1}.doctors-section .section-kicker{color:#0d8f89}.doctors-section .section-top h2{max-width:570px;color:#102e45}.doctors-section .text-link{color:#0b7177}.doctors-section .text-link:hover{background:#0b7177;color:#fff}.doctors-section .modern-doctor-grid article{border:0!important;border-radius:23px!important;background:#fff!important;box-shadow:0 16px 35px rgba(8,67,85,.12)!important;overflow:hidden}.doctors-section .modern-doctor-grid article:hover{transform:translateY(-10px)!important;box-shadow:0 27px 48px rgba(8,67,85,.19)!important}.doctors-section .modern-doctor-grid img,.doctors-section .doctor-photo-placeholder{height:294px!important;transition:transform .5s ease}.doctors-section .modern-doctor-grid article:hover img{transform:scale(1.05)}.doctors-section .modern-doctor-grid article>div:last-child{position:relative;padding:24px!important}.doctors-section .modern-doctor-grid article>div:last-child:before{content:"";position:absolute;left:24px;top:0;width:48px;height:4px;border-radius:4px;background:linear-gradient(90deg,#0f4c81,#0db0a2)}.doctors-section .modern-doctor-grid span{display:block;margin-top:6px;font-size:.72rem!important;letter-spacing:.11em;text-transform:uppercase;color:#0e918a!important}.doctors-section .modern-doctor-grid h3{font-size:1.25rem!important;color:#13364d}.doctors-section .modern-doctor-grid p{min-height:38px;line-height:1.5}.doctors-section .doctor-book-button{background:#0f4c81!important;color:#fff!important;border-radius:11px!important;box-shadow:0 8px 16px rgba(15,76,129,.18)}.doctors-section .doctor-book-button:hover{background:#087f88!important;transform:translateY(-2px)}

/* 3. Specialties: clean icon gallery. */
.home-specialties-premium{background:linear-gradient(135deg,#f2fbfb,#fff 50%,#edf7fb)!important}.home-specialties-premium .section-kicker{color:#0c8b85}.home-specialties-premium .section-top h2{max-width:640px;color:#102f46}.home-specialties-premium .text-link{color:#0b7177}.home-specialties-premium .text-link:hover{background:#0b7177;color:#fff}.home-specialties-premium .premium-specialty-grid a{position:relative;min-height:238px!important;padding:29px!important;border:1px solid #d8eaed!important;border-radius:23px!important;background:rgba(255,255,255,.9)!important;box-shadow:0 13px 29px rgba(7,69,89,.075)!important;overflow:hidden}.home-specialties-premium .premium-specialty-grid a:after{content:"↗";position:absolute;right:22px;bottom:19px;width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#e8f7f6;color:#087c79;transition:transform .25s ease,background .25s ease,color .25s ease}.home-specialties-premium .premium-specialty-grid a:hover:after{transform:rotate(45deg);background:#0d8f89;color:#fff}.home-specialties-premium .premium-specialty-grid i{width:67px!important;height:67px!important;border-radius:21px!important;background:linear-gradient(135deg,#0f4c81,#0aa598)!important;color:#fff!important;box-shadow:0 13px 23px rgba(8,96,111,.2)!important}.home-specialties-premium .premium-specialty-grid span{font-size:1.1rem!important;color:#163b53}.home-specialties-premium .premium-specialty-grid small{max-width:230px;font-size:.8rem!important;line-height:1.65!important;color:#62788a!important}

/* 4. Patient stories: cinematic cards. */
.patient-stories-section{background:#092f4d!important;color:#fff}.patient-stories-section .section-kicker{color:#7ce8db}.patient-stories-section .section-top h2{color:#fff}.patient-stories-section .section-subcopy{color:#bbd8e2}.patient-stories-section .carousel-controls button{border-color:rgba(174,239,231,.45)!important;background:rgba(255,255,255,.08)!important;color:#9cf4e7!important}.patient-stories-section .carousel-controls button:hover{background:#7ce8db!important;color:#073a58!important}.patient-stories-section .story-carousel{border-radius:27px!important;border:1px solid rgba(183,241,233,.22);box-shadow:0 25px 55px rgba(0,14,29,.33)!important}.patient-stories-section .story-video-card{height:474px!important}.patient-stories-section .story-video-card:after{background:linear-gradient(90deg,rgba(3,28,51,.94) 0%,rgba(3,45,65,.68) 52%,rgba(3,45,65,.12) 100%)!important}.patient-stories-section .story-video-overlay{padding:55px 58px!important;max-width:670px}.patient-stories-section .video-play{width:69px!important;height:69px!important;border:1px solid rgba(255,255,255,.55)!important;background:rgba(255,255,255,.16)!important;color:#fff!important;backdrop-filter:blur(10px)}.patient-stories-section .story-video-overlay>span{color:#8df4e7!important}.patient-stories-section .story-video-overlay h3{font-size:clamp(2rem,4vw,3.25rem)!important;letter-spacing:-.045em}.patient-stories-section .story-video-overlay small{display:inline-flex;width:max-content;margin-top:8px;padding:8px 12px;border-radius:30px;background:rgba(255,255,255,.12)}

/* 5. Blogs: magazine-style feature carousel. */
.latest-articles-section{background:linear-gradient(135deg,#f6fbfc,#eaf6f8)!important}.latest-articles-section .section-kicker{color:#0e8984}.latest-articles-section .section-top h2{max-width:650px;color:#12364e}.latest-articles-section .carousel-controls button{width:47px!important;height:47px!important;border-color:#c6e3e3!important}.latest-articles-section .article-carousel{border-radius:27px!important;border:1px solid #d8eaed;box-shadow:0 22px 46px rgba(6,71,91,.13)!important}.latest-articles-section .article-carousel-track>article{min-height:430px!important;grid-template-columns:1fr .95fr!important}.latest-articles-section .article-carousel-track>article>div{position:relative;padding:63px!important;background:#fff}.latest-articles-section .article-carousel-track>article>div:after{content:"HMS HEALTH";position:absolute;right:28px;bottom:20px;font-size:.66rem;font-weight:900;letter-spacing:.14em;color:#d4e9eb}.latest-articles-section .article-carousel-track img{min-height:430px;filter:saturate(.9)}.latest-articles-section .article-carousel-track h3{font-size:clamp(2rem,4vw,3.35rem)!important;max-width:520px;color:#13384f}.latest-articles-section .article-carousel-track p{font-size:.98rem!important;max-width:470px}.latest-articles-section .article-carousel-track a{border:1px solid #c7e7e5!important;background:#e9f8f7!important;padding:13px 17px!important;border-radius:12px!important}.latest-articles-section .article-carousel-track a:hover{background:#0c8580!important;color:#fff!important}

/* 6. Testimonials: warm, premium review cards. */
.bottom-testimonials{background:linear-gradient(130deg,#f8fcfc 0%,#e4f5f3 100%)!important}.bottom-testimonials:before{width:520px!important;height:520px!important;right:-230px!important;top:-280px!important;background:#9ee3da!important}.bottom-testimonials .section-kicker{color:#0c8c86}.bottom-testimonials .section-top h2{color:#12384f}.bottom-testimonials .section-subcopy{max-width:520px;color:#667f8d}.bottom-testimonials .carousel-controls button{width:47px!important;height:47px!important;border-color:#b9dddd!important;background:#fff!important;box-shadow:0 8px 17px rgba(8,92,102,.1)!important}.bottom-testimonials .testimonial-carousel{border:0!important;border-radius:26px!important;box-shadow:0 20px 43px rgba(7,72,91,.13)!important}.bottom-testimonials .testimonial-carousel-track>article{position:relative;padding:42px 46px!important;background:linear-gradient(140deg,#fff,#f4fbfb)!important}.bottom-testimonials .testimonial-carousel-track>article:before{content:"“";position:absolute;right:36px;top:12px;font-family:Georgia,serif;font-size:8rem;line-height:1;color:#c9eeea}.bottom-testimonials .testimonial-person{position:relative;z-index:1}.bottom-testimonials .testimonial-person img{width:76px!important;height:76px!important;border:4px solid #e1f7f4!important}.bottom-testimonials .testimonial-carousel-track .stars{position:relative;z-index:1;color:#efa715!important}.bottom-testimonials .testimonial-carousel-track>article>p{position:relative;z-index:1;font-size:1.11rem!important;line-height:1.85!important;color:#435e70!important}.bottom-testimonials .testimonial-quote{display:none!important}

@media(max-width:760px){
  .services-section,.doctors-section,.home-specialties-premium,.patient-stories-section,.latest-articles-section,.bottom-testimonials{padding:60px 22px!important}
  .services-section .section-top,.doctors-section .section-top,.home-specialties-premium .section-top,.patient-stories-section .section-top,.latest-articles-section .section-top,.bottom-testimonials .section-top{margin-bottom:27px}
  .services-section .section-top h2,.doctors-section .section-top h2,.home-specialties-premium .section-top h2,.patient-stories-section .section-top h2,.latest-articles-section .section-top h2,.bottom-testimonials .section-top h2{font-size:2.25rem!important}
  .services-section .text-link,.doctors-section .text-link,.home-specialties-premium .text-link{margin-top:19px}.services-section .modern-service-grid article{min-height:235px;padding:26px!important}.doctors-section:before{font-size:8rem;top:115px;right:-14px}.doctors-section .modern-doctor-grid img,.doctors-section .doctor-photo-placeholder{height:270px!important}.home-specialties-premium .premium-specialty-grid a{min-height:210px!important;padding:25px!important}
  .patient-stories-section .story-video-card{height:420px!important}.patient-stories-section .story-video-overlay{padding:30px 26px!important}.patient-stories-section .story-video-overlay h3{font-size:2rem!important}.patient-stories-section .video-play{width:58px!important;height:58px!important}.latest-articles-section .article-carousel-track>article{display:block!important;min-height:0!important}.latest-articles-section .article-carousel-track img{height:220px;min-height:0}.latest-articles-section .article-carousel-track>article>div{padding:31px 26px 43px!important}.latest-articles-section .article-carousel-track h3{font-size:1.85rem!important}.bottom-testimonials .testimonial-carousel-track>article{padding:29px 25px!important}.bottom-testimonials .testimonial-carousel-track>article:before{right:18px;top:9px;font-size:6rem}.bottom-testimonials .testimonial-carousel-track>article>p{font-size:.98rem!important;line-height:1.75!important}.bottom-testimonials .testimonial-person img{width:62px!important;height:62px!important}
}

/* Keep testimonial controls aligned with every other home carousel. */
.bottom-testimonials .section-top .carousel-controls{
    position:absolute!important;
    top:50%!important;
    right:0!important;
    bottom:auto!important;
    left:auto!important;
    width:auto!important;
    justify-content:flex-start!important;
    transform:translateY(-50%)!important;
}

@media(max-width:760px){
    .bottom-testimonials .section-top .carousel-controls{
        top:auto!important;
        right:0!important;
        bottom:5px!important;
        left:0!important;
        width:100%!important;
        justify-content:space-between!important;
        transform:none!important;
    }
}

/* HMS Signature Care — an editorial identity unique to this homepage. */
.services-section,.doctors-section,.home-specialties-premium,.patient-stories-section,.latest-articles-section,.bottom-testimonials{overflow:hidden}
.services-section .section-top,.doctors-section .section-top,.home-specialties-premium .section-top,.patient-stories-section .section-top,.latest-articles-section .section-top,.bottom-testimonials .section-top{position:relative}
.services-section .section-top:after,.doctors-section .section-top:after,.home-specialties-premium .section-top:after,.patient-stories-section .section-top:after,.latest-articles-section .section-top:after,.bottom-testimonials .section-top:after{position:absolute;right:0;top:-24px;font-family:Georgia,serif;font-size:clamp(4.8rem,10vw,9rem);font-weight:700;line-height:1;letter-spacing:-.08em;pointer-events:none}

/* 01 — Service cards look like a care catalogue. */
.services-section{background:linear-gradient(135deg,#f6fbfa 0%,#e6f5f2 100%)!important;color:#12384c}.services-section:before{width:600px;height:600px;right:-280px;top:-365px;background:#bce7df!important}.services-section:after{display:none}.services-section .section-top:after{content:"01";color:rgba(10,111,108,.10)}.services-section .section-kicker{color:#0a8d85}.services-section .section-top h2{color:#102f43}.services-section .text-link{position:relative;z-index:1;color:#0b7070;border-color:#b9ddda;background:#fff}.services-section .text-link:hover{background:#0b7776;color:#fff}.services-section .modern-service-grid article{min-height:282px!important;padding:31px 30px 28px!important;border:1px solid rgba(205,230,226,.95)!important;border-radius:5px 26px 26px 26px!important;background:rgba(255,255,255,.92)!important;box-shadow:0 15px 30px rgba(9,73,85,.09)!important}.services-section .modern-service-grid article:before{content:"CARE";position:absolute;top:17px;right:18px;color:#a5ccc8;font-size:.62rem;font-weight:900;letter-spacing:.14em}.services-section .modern-service-grid article:after{width:120px;height:120px;right:-55px;bottom:-58px;background:#d7f1ed}.services-section .modern-service-grid i{width:58px!important;height:58px!important;border-radius:18px 18px 18px 3px!important}.services-section .modern-service-grid h3{font-family:Georgia,serif;font-size:1.38rem!important;line-height:1.17}.services-section .modern-service-grid p{max-width:248px}

/* 02 — A dark, clinical portrait gallery for doctors. */
.doctors-section{background:linear-gradient(125deg,#062e48,#0a5366)!important;color:#fff}.doctors-section:before{content:"";width:780px;height:780px;right:-360px;top:-405px;border-radius:50%;background:radial-gradient(circle,rgba(97,226,211,.18),transparent 65%);position:absolute}.doctors-section .section-top:after{content:"02";color:rgba(166,242,230,.11)}.doctors-section .section-kicker{color:#7fe7db}.doctors-section .section-top h2{color:#fff}.doctors-section .section-top h2:after{background:linear-gradient(90deg,#7fe7db,#fff)!important}.doctors-section .text-link{position:relative;z-index:1;color:#dcfffa;border-color:rgba(174,245,234,.48)}.doctors-section .text-link:hover{background:#8aeee0;color:#06334e}.doctors-section .modern-doctor-grid article{border:1px solid rgba(184,241,233,.22)!important;border-radius:4px 26px 26px 26px!important;background:#f9ffff!important;box-shadow:0 18px 38px rgba(0,20,38,.27)!important}.doctors-section .modern-doctor-grid img,.doctors-section .doctor-photo-placeholder{height:315px!important;filter:saturate(.88) contrast(1.04)}.doctors-section .modern-doctor-grid article>div:last-child{background:#f9ffff}.doctors-section .modern-doctor-grid article>div:last-child:before{width:56px;background:#13a89a}.doctors-section .modern-doctor-grid h3{font-family:Georgia,serif;font-size:1.42rem!important}.doctors-section .modern-doctor-grid span{color:#078b86!important}.doctors-section .doctor-book-button{background:#0c566c!important;border-radius:10px 10px 10px 3px!important}.doctors-section .doctor-details-trigger{border-radius:10px 10px 10px 3px!important}

/* 03 — Warm specialty tiles, intentionally different from the service cards. */
.home-specialties-premium{background:linear-gradient(135deg,#f9f5ed,#fff 52%,#f1faf9)!important}.home-specialties-premium .section-top:after{content:"03";color:rgba(155,115,53,.10)}.home-specialties-premium .section-kicker{color:#9a6b26}.home-specialties-premium .section-top h2{color:#303035}.home-specialties-premium .section-top h2:after{background:linear-gradient(90deg,#a77225,#e3bd70)!important}.home-specialties-premium .text-link{color:#8b5e19;border-color:#ddc697;background:#fffdf9}.home-specialties-premium .text-link:hover{background:#96661e;color:#fff}.home-specialties-premium .premium-specialty-grid a{min-height:250px!important;border:1px solid #eadfca!important;border-radius:24px 24px 24px 4px!important;background:linear-gradient(160deg,#fffdf9,#f7efe1)!important;box-shadow:0 12px 26px rgba(91,63,18,.07)!important}.home-specialties-premium .premium-specialty-grid a:before{content:"SPECIALTY";position:absolute;top:19px;right:20px;color:#c9ab75;font-size:.58rem;font-weight:900;letter-spacing:.14em}.home-specialties-premium .premium-specialty-grid a:after{background:#f0e1c5;color:#8e601d}.home-specialties-premium .premium-specialty-grid a:hover:after{background:#9a6921}.home-specialties-premium .premium-specialty-grid i{width:66px!important;height:66px!important;border-radius:50% 50% 50% 8px!important;background:linear-gradient(135deg,#b47c29,#d5ad62)!important;box-shadow:0 12px 23px rgba(136,89,23,.18)!important}.home-specialties-premium .premium-specialty-grid span{font-family:Georgia,serif;font-size:1.24rem!important;color:#49391f}.home-specialties-premium .premium-specialty-grid small{color:#776a57!important}

/* 04 — Patient Stories use a cinema-style framing. */
.patient-stories-section{background:#0a485c!important}.patient-stories-section .section-top:after{content:"04";color:rgba(183,243,234,.10)}.patient-stories-section .story-carousel{border-radius:4px 30px 30px 30px!important}.patient-stories-section .story-video-card{height:500px!important}.patient-stories-section .story-video-card:before{content:"PATIENT STORY";position:absolute;right:28px;top:25px;z-index:2;padding:8px 12px;border:1px solid rgba(255,255,255,.45);border-radius:30px;color:#fff;font-size:.64rem;letter-spacing:.13em;font-weight:800}.patient-stories-section .story-video-overlay{padding:55px 58px 58px!important}.patient-stories-section .story-video-overlay h3{font-family:Georgia,serif;max-width:630px}.patient-stories-section .video-play{border-radius:18px 18px 18px 3px!important}

/* 05 — Blog section feels like an editorial journal. */
.latest-articles-section{background:#fffdfa!important}.latest-articles-section .section-top:after{content:"05";color:rgba(138,103,41,.09)}.latest-articles-section .section-kicker{color:#a37027}.latest-articles-section .section-top h2{color:#352f29}.latest-articles-section .section-top h2:after{background:linear-gradient(90deg,#ac792f,#e3c58d)!important}.latest-articles-section .article-carousel{border:1px solid #ebe0d0!important;border-radius:4px 30px 30px 30px!important;box-shadow:0 22px 46px rgba(76,54,20,.11)!important}.latest-articles-section .article-carousel-track>article>div{background:#fffdf8!important}.latest-articles-section .article-carousel-track>article>div:after{color:#ddc9a7!important}.latest-articles-section .article-carousel-track span{color:#9c6b21!important}.latest-articles-section .article-carousel-track h3{font-family:Georgia,serif;color:#393027!important}.latest-articles-section .article-carousel-track a{border-color:#ead7b7!important;background:#fbf1de!important;color:#875a18!important}.latest-articles-section .article-carousel-track a:hover{background:#9a6921!important;color:#fff!important}

/* 06 — A quiet review lounge to finish the page. */
.bottom-testimonials{background:linear-gradient(135deg,#e7f6f3,#fdfcf8 58%,#f7ede0)!important}.bottom-testimonials .section-top:after{content:"06";color:rgba(7,111,103,.09)}.bottom-testimonials .section-kicker{color:#087f79}.bottom-testimonials .section-top h2{font-family:Georgia,serif;color:#173e4a}.bottom-testimonials .testimonial-carousel{border:1px solid #d6e9e5!important;border-radius:4px 30px 30px 30px!important}.bottom-testimonials .testimonial-carousel-track>article{background:linear-gradient(135deg,#fff,#f6fcfa)!important}.bottom-testimonials .testimonial-carousel-track>article:before{color:#bce8e1!important}.bottom-testimonials .testimonial-person img{border-color:#bdebe4!important}.bottom-testimonials .testimonial-carousel-track>article>p{font-family:Georgia,serif;font-size:1.18rem!important;color:#355968!important}

@media(max-width:760px){
  .services-section .section-top:after,.doctors-section .section-top:after,.home-specialties-premium .section-top:after,.patient-stories-section .section-top:after,.latest-articles-section .section-top:after,.bottom-testimonials .section-top:after{top:-12px;font-size:4.5rem}
  .services-section .modern-service-grid article{min-height:250px!important}.doctors-section .modern-doctor-grid img,.doctors-section .doctor-photo-placeholder{height:278px!important}.home-specialties-premium .premium-specialty-grid a{min-height:220px!important}.patient-stories-section .story-video-card{height:435px!important}.patient-stories-section .story-video-overlay{padding:28px 25px 32px!important}.patient-stories-section .story-video-card:before{right:16px;top:16px;font-size:.55rem}.latest-articles-section .article-carousel-track h3{font-family:Georgia,serif}.bottom-testimonials .testimonial-carousel-track>article>p{font-size:1rem!important}
}

/* Shared carousel placement: centered titles and clear right-side desktop arrows. */
.services-section .section-top,.doctors-section .section-top,.home-specialties-premium .section-top,.patient-stories-section .section-top,.latest-articles-section .section-top,.bottom-testimonials .section-top{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;min-height:144px;padding:0 110px}
.services-section .section-top>div:first-child,.doctors-section .section-top>div:first-child,.home-specialties-premium .section-top>div:first-child,.patient-stories-section .section-top>div:first-child,.latest-articles-section .section-top>div:first-child,.bottom-testimonials .section-top>div:first-child{max-width:720px!important}
.services-section .section-top h2,.doctors-section .section-top h2,.home-specialties-premium .section-top h2,.patient-stories-section .section-top h2,.latest-articles-section .section-top h2,.bottom-testimonials .section-top h2{margin-left:auto!important;margin-right:auto!important}.services-section .section-top h2:after,.doctors-section .section-top h2:after,.home-specialties-premium .section-top h2:after,.patient-stories-section .section-top h2:after,.latest-articles-section .section-top h2:after,.bottom-testimonials .section-top h2:after{left:50%!important;transform:translateX(-50%)}
.services-section .section-top>a,.doctors-section .section-top>a,.home-specialties-premium .section-top>a{margin:18px 0 0!important}
.services-section .section-top .carousel-controls,.doctors-section .section-top .carousel-controls,.home-specialties-premium .section-top .carousel-controls,.patient-stories-section .section-top .carousel-controls,.latest-articles-section .section-top .carousel-controls,.bottom-testimonials .section-top .carousel-controls{position:absolute!important;right:0!important;top:50%!important;transform:translateY(-50%);display:flex!important;gap:10px!important;z-index:4;margin:0!important}
.services-section .section-top .carousel-controls button,.doctors-section .section-top .carousel-controls button,.home-specialties-premium .section-top .carousel-controls button,.patient-stories-section .section-top .carousel-controls button,.latest-articles-section .section-top .carousel-controls button,.bottom-testimonials .section-top .carousel-controls button{width:45px!important;height:45px!important;border-radius:50%!important;background:rgba(255,255,255,.94)!important;color:#087d79!important;border:1px solid #b7dcda!important;box-shadow:0 8px 18px rgba(5,70,85,.13)!important;transition:transform .22s ease,background .22s ease,color .22s ease!important}
.services-section .section-top .carousel-controls button:hover,.doctors-section .section-top .carousel-controls button:hover,.home-specialties-premium .section-top .carousel-controls button:hover,.patient-stories-section .section-top .carousel-controls button:hover,.latest-articles-section .section-top .carousel-controls button:hover,.bottom-testimonials .section-top .carousel-controls button:hover{background:#0b827e!important;color:#fff!important;transform:translateY(-3px)!important}

/* On phones: give the two arrows their own left/right space and compact cards. */
@media(max-width:760px){
  .services-section .section-top,.doctors-section .section-top,.home-specialties-premium .section-top,.patient-stories-section .section-top,.latest-articles-section .section-top,.bottom-testimonials .section-top{display:block!important;min-height:0;padding:0 0 67px!important;text-align:center!important}
  .services-section .section-top .carousel-controls,.doctors-section .section-top .carousel-controls,.home-specialties-premium .section-top .carousel-controls,.patient-stories-section .section-top .carousel-controls,.latest-articles-section .section-top .carousel-controls,.bottom-testimonials .section-top .carousel-controls{left:0!important;right:0!important;top:auto!important;bottom:5px!important;transform:none!important;width:100%;justify-content:space-between!important;padding:0 2px}
  .services-section .section-top .carousel-controls button,.doctors-section .section-top .carousel-controls button,.home-specialties-premium .section-top .carousel-controls button,.patient-stories-section .section-top .carousel-controls button,.latest-articles-section .section-top .carousel-controls button,.bottom-testimonials .section-top .carousel-controls button{width:43px!important;height:43px!important;background:#fff!important}
  .services-section .section-top>a,.doctors-section .section-top>a,.home-specialties-premium .section-top>a{margin-top:17px!important}
  .services-section .card-carousel-viewport,.doctors-section .card-carousel-viewport,.home-specialties-premium .card-carousel-viewport{margin-left:-5px!important;margin-right:-5px!important;padding:8px 5px 12px!important}
  .services-section .modern-service-grid.card-carousel-track>article,.doctors-section .modern-doctor-grid.card-carousel-track>article,.home-specialties-premium .premium-specialty-grid.card-carousel-track>a{flex-basis:78%!important}
  .services-section .modern-service-grid article{min-height:228px!important;padding:24px!important}.home-specialties-premium .premium-specialty-grid a{min-height:205px!important;padding:23px!important}.doctors-section .modern-doctor-grid img,.doctors-section .doctor-photo-placeholder{height:248px!important}.doctors-section .modern-doctor-grid article>div:last-child{padding:20px!important}
}

/* Center the desktop navigation; keep install immediately after Appointment. */
@media(min-width:851px){
  .site-header{position:sticky;justify-content:flex-start}
  .site-nav{position:absolute;left:50%;transform:translateX(-50%);margin-left:0;gap:20px;white-space:nowrap}
  .site-nav .nav-install-button{margin-left:0;flex:0 0 auto}
}
@media(max-width:850px){
  .site-nav .nav-install-button{margin:5px 0 0;width:100%;text-align:center}
}

/* Premium appointment CTA across desktop and mobile. */
.nav-appointment{
  display:inline-flex!important;align-items:center;justify-content:center;gap:8px;
  min-height:45px;padding:12px 18px!important;border-radius:13px!important;
  background:linear-gradient(135deg,#0f4c81,#087f8b)!important;
  border:1px solid rgba(255,255,255,.26);box-shadow:0 10px 22px rgba(10,83,110,.24);
  font-weight:800!important;letter-spacing:.01em;
}
.nav-appointment i{font-size:.95rem;transition:transform .25s ease}
.nav-appointment:hover i{transform:rotate(-12deg) scale(1.13)}
.mobile-nav .mobile-book{
  min-width:64px;padding:11px 13px 10px!important;border:3px solid #f7fafc!important;
  border-radius:18px!important;background:linear-gradient(135deg,#0f4c81,#0a9a90)!important;
  box-shadow:0 10px 22px rgba(7,79,111,.35)!important;font-weight:800;
}
.mobile-nav .mobile-book i{font-size:1.15rem;transition:transform .25s ease}
.mobile-nav .mobile-book:hover i{transform:scale(1.15)}
@media(max-width:850px){
  .site-header{height:80px;padding:0 18px;gap:12px}
  .site-brand{gap:9px;min-width:0}.site-brand strong{font-size:.93rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:185px}.site-brand small{font-size:.65rem}
  .brand-logo{width:45px!important;height:45px!important;border-radius:13px!important}
  .site-menu-toggle{margin-left:auto!important;flex:0 0 auto;background:#e9f7f7;color:#087d79}
  .site-nav{top:80px!important;padding:15px!important;border-top:1px solid #e4eff1;border-radius:0 0 18px 18px;gap:7px!important}
  .site-nav a:not(.nav-appointment){padding:12px 13px!important;border-radius:10px;background:#f7fbfc;font-weight:700}
  .site-nav .nav-appointment{width:100%;margin-top:7px;padding:13px 16px!important}
}

/* Refined header interactions: calm, premium and easy to read. */
.site-header{border-bottom:1px solid rgba(15,76,129,.07)}
.site-brand:hover{transform:none}
.site-brand:hover .brand-logo{transform:scale(1.035);box-shadow:0 8px 18px rgba(15,76,129,.14)}
.site-nav{gap:15px}
.site-nav a:not(.nav-appointment){padding:10px 12px;border-radius:10px;color:#34465c;font-weight:650;transition:color .22s ease,background .22s ease,box-shadow .22s ease}
.site-nav a:not(.nav-appointment):after{left:12px;right:12px;bottom:5px;height:2px;background:#14aaa0;transform-origin:center}
.site-nav a:not(.nav-appointment):hover{color:#0b607a;background:#eef9f8;transform:none;box-shadow:inset 0 0 0 1px rgba(14,165,160,.10)}
.site-nav a.active:not(.nav-appointment){color:#0b607a;background:#e9f7f7}
.nav-appointment{background:linear-gradient(135deg,#0f4c81,#087d86);border:1px solid rgba(255,255,255,.18);box-shadow:0 8px 16px rgba(15,76,129,.18);transition:transform .22s ease,box-shadow .22s ease,filter .22s ease}
.nav-appointment:before{display:none}
.nav-appointment:hover{background:linear-gradient(135deg,#0d5c91,#0b9288);color:#fff!important;transform:translateY(-2px);filter:saturate(1.08);box-shadow:0 13px 24px rgba(7,71,104,.26)}
.install-button:hover{transform:translateY(-1px);box-shadow:0 8px 16px rgba(15,76,129,.18)}
.install-button:hover i{animation:none}
.site-menu-toggle:hover{transform:none;background:#eaf7f7;color:#087d79}
@media(max-width:850px){.site-nav{gap:9px}.site-nav a:not(.nav-appointment){padding:12px 13px}.site-nav a:not(.nav-appointment):hover{transform:none}}

/* Premium specialty cards */
.specialties-page-grid{align-items:stretch}
.specialty-page-card{position:relative;display:flex;flex-direction:column;min-height:330px;padding:30px!important;overflow:hidden;border:1px solid #dcecf0!important;background:linear-gradient(150deg,#fff 0%,#f2fbfb 100%)!important}
.specialty-page-card:before{content:"";position:absolute;inset:auto -50px -70px auto;width:150px;height:150px;border-radius:50%;background:radial-gradient(circle,rgba(14,165,160,.14),transparent 68%);transition:transform .35s ease}
.specialty-page-card:hover:before{transform:scale(1.35)}
.specialty-page-card>i{position:relative;width:76px!important;height:76px!important;border-radius:22px!important;font-size:2.1rem!important;background:linear-gradient(135deg,#e0f8f5,#cdeef0)!important;color:#087f84!important;box-shadow:0 14px 25px rgba(8,127,132,.16)!important;transition:transform .3s ease,background .3s ease,color .3s ease;animation:specialty-float 3.6s ease-in-out infinite}
.specialty-page-card:nth-child(2n)>i{animation-delay:.45s}
.specialty-page-card:nth-child(3n)>i{animation-delay:.9s}
.specialty-page-card:hover>i{transform:translateY(-5px) rotate(-5deg) scale(1.07);background:linear-gradient(135deg,#0f6383,#0da397)!important;color:#fff!important;animation-play-state:paused}
.specialty-page-card h3{position:relative;font-size:1.24rem!important;margin:24px 0 10px!important;color:#17324a}
.specialty-page-card p{position:relative;flex:1;font-size:.92rem!important;line-height:1.72!important}
.specialty-appointment-button{position:relative;display:flex!important;align-items:center;justify-content:space-between;gap:10px;width:100%;margin-top:25px!important;padding:12px 15px;border-radius:11px;background:#e9f7f7;color:#0b617c!important;font-size:.82rem!important;font-weight:800!important;transition:transform .22s ease,background .22s ease,color .22s ease,box-shadow .22s ease}
.specialty-appointment-button:hover{background:linear-gradient(135deg,#0f4c81,#098d89);color:#fff!important;transform:translateY(-2px);box-shadow:0 11px 20px rgba(9,91,115,.22)}
.specialty-appointment-button i{font-size:.82rem!important;width:auto!important;height:auto!important;background:none!important;box-shadow:none!important;animation:none!important;color:inherit!important}
@keyframes specialty-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
@media(max-width:650px){.specialty-page-card{min-height:300px;padding:26px!important}.specialty-page-card>i{width:68px!important;height:68px!important;font-size:1.85rem!important}}

/* Premium services page */
.services-page-section{background:linear-gradient(180deg,#f4fbfc 0%,#fff 100%)}
.services-page-section .section-top{margin-bottom:38px}
.services-page-section .section-subcopy{margin-bottom:0}
.services-full-grid{align-items:stretch}
.services-full-grid .service-page-card{position:relative;display:flex;flex-direction:column;min-height:310px;padding:30px!important;overflow:hidden;border:1px solid #dcecf0!important;border-radius:20px!important;background:linear-gradient(150deg,#fff 0%,#f5fbfb 100%)!important}
.services-full-grid .service-page-card:after{content:"";position:absolute;width:145px;height:145px;right:-58px;top:-60px;border-radius:50%;background:radial-gradient(circle,rgba(15,147,145,.13),transparent 68%);transition:transform .35s ease}
.services-full-grid .service-page-card:hover:after{transform:scale(1.45)}
.services-full-grid .service-page-card>i{position:relative;z-index:1;width:76px!important;height:76px!important;border-radius:22px!important;font-size:2.05rem!important;background:linear-gradient(135deg,#e1f8f5,#cceef1)!important;color:#087f84!important;box-shadow:0 14px 26px rgba(8,127,132,.16)!important;transition:transform .3s ease,background .3s ease,color .3s ease;animation:service-float 3.8s ease-in-out infinite}
.services-full-grid .service-page-card:nth-child(2n)>i{animation-delay:.5s}.services-full-grid .service-page-card:nth-child(3n)>i{animation-delay:1s}
.services-full-grid .service-page-card:hover>i{transform:rotate(6deg) translateY(-5px) scale(1.07);background:linear-gradient(135deg,#0f4c81,#07968d)!important;color:#fff!important;animation-play-state:paused}
.services-full-grid .service-page-card h3{position:relative;z-index:1;font-size:1.23rem!important;margin:23px 0 10px!important;color:#17324a}
.services-full-grid .service-page-card p{position:relative;z-index:1;flex:1;font-size:.92rem!important;line-height:1.72!important;margin-bottom:22px!important}
.service-appointment-button{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 15px;border-radius:11px;text-decoration:none;background:#e9f7f7;color:#0b617c;font-size:.82rem;font-weight:800;transition:transform .22s ease,background .22s ease,color .22s ease,box-shadow .22s ease}
.service-appointment-button:hover{background:linear-gradient(135deg,#0f4c81,#098d89);color:#fff;transform:translateY(-2px);box-shadow:0 11px 20px rgba(9,91,115,.22)}
@keyframes service-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
@media(max-width:650px){.services-full-grid .service-page-card{min-height:290px;padding:26px!important}.services-full-grid .service-page-card>i{width:68px!important;height:68px!important;font-size:1.8rem!important}}

/* Mission and vision with photography */
.mission-vision-section .section-top{margin-bottom:36px}
.mission-vision-section .section-subcopy{margin-bottom:0}
.mission-card,.vision-card{padding:0!important;border-radius:22px!important}
.mission-card:before,.vision-card:before{display:none}
.mission-vision-photo{height:220px;position:relative;overflow:hidden;isolation:isolate}
.mission-vision-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,43,79,.04),rgba(6,43,79,.68));z-index:-1}
.mission-vision-photo>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2;transition:transform .55s ease}
.mission-card:hover .mission-vision-photo>img,.vision-card:hover .mission-vision-photo>img{transform:scale(1.08)}
.mission-vision-photo>div{position:absolute;z-index:1;left:26px;bottom:23px;width:62px;height:62px;border-radius:18px;background:rgba(255,255,255,.94);display:grid;place-items:center;box-shadow:0 12px 25px rgba(4,45,70,.22)}
.mission-vision-photo i{font-size:1.55rem;color:#0b8f89}.vision-card .mission-vision-photo i{color:#0f4c81}
.mission-card>span,.vision-card>span,.mission-card>h3,.vision-card>h3,.mission-card>p,.vision-card>p{margin-left:32px;margin-right:32px}
.mission-card>span,.vision-card>span{margin-top:27px}.mission-card>p,.vision-card>p{margin-bottom:32px}
@media(max-width:760px){.mission-vision-photo{height:195px}.mission-card>span,.vision-card>span,.mission-card>h3,.vision-card>h3,.mission-card>p,.vision-card>p{margin-left:25px;margin-right:25px}.mission-card>p,.vision-card>p{margin-bottom:26px}}

/* Home page final visual polish: hierarchy, spacing and refined depth. */
.home-slider{box-shadow:inset 0 -1px 0 rgba(255,255,255,.22)}
.home-slider .home-slide-video{display:block;object-fit:cover;object-position:center center;transform:none!important;background:#082f52}
.lab-test-item{position:relative}.lab-price-request{position:absolute;top:0;right:0;display:inline-flex;align-items:center;padding:7px 13px;border-radius:0 12px 0 12px;background:linear-gradient(135deg,#ef9d12,#d86b06);color:#fff;font-size:.68rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase;box-shadow:0 6px 15px rgba(176,91,4,.22);white-space:nowrap}.lab-test-special .lab-cost{min-width:132px;min-height:34px}.lab-deal-badge{display:inline-flex;align-items:center;margin-top:6px;padding:4px 8px;border-radius:999px;background:#e1faf4;color:#087a68;font-size:.63rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}
.modern-doctor-grid article{position:relative}.modern-doctor-grid .doctor-today-badge,.doctor-directory-photo .doctor-today-badge{position:absolute;z-index:3;top:0;right:0;bottom:auto!important;left:auto!important;display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border-radius:0 0 0 14px;background:linear-gradient(135deg,#0da691,#087565);color:#fff;font-size:.64rem;font-weight:900;letter-spacing:.035em;text-transform:uppercase;box-shadow:0 8px 17px rgba(3,107,89,.25);animation:doctorTodayGlow 1.8s ease-in-out infinite}.modern-doctor-grid .doctor-today-badge i,.doctor-directory-photo .doctor-today-badge i{color:#b9fff3;font-size:.75rem}@keyframes doctorTodayGlow{50%{box-shadow:0 9px 23px rgba(9,201,163,.48)}}@media(max-width:650px){.modern-doctor-grid .doctor-today-badge,.doctor-directory-photo .doctor-today-badge{top:0;right:0;padding:6px 8px;border-radius:0 0 0 10px;font-size:.49rem}.modern-doctor-grid .doctor-today-badge i,.doctor-directory-photo .doctor-today-badge i{font-size:.57rem}}
.home-slider .hero-home-content{max-width:720px}
/* Bengali hero titles: Noto Sans Bengali prevents joined/overlapping Bangla glyphs. */
.home-slider .hero-home-content h1.hero-title-bn,.home-slider .hero-home-content h1.hero-title-bn em{font-family:'Noto Sans Bengali',sans-serif;letter-spacing:0!important;line-height:1.3!important;font-weight:800;word-spacing:.03em}.home-slider .hero-home-content h1.hero-title-bn{margin-top:16px;margin-bottom:13px}.home-slider .hero-home-content h1.hero-title-bn em{display:inline-block;color:#79eadb}

/* Desktop Bengali hero typography — kept separate from the compact mobile version. */
@media(min-width:651px){.home-slider .hero-home-content h1.hero-title-bn,.home-slider .hero-home-content h1.hero-title-bn em{font-family:'Noto Sans Bengali',sans-serif!important;font-weight:800!important;letter-spacing:0!important;word-spacing:.03em!important;line-height:1.3!important;text-rendering:optimizeLegibility}.home-slider .hero-home-content h1.hero-title-bn{font-size:clamp(2.65rem,4.25vw,4.45rem)!important;max-width:700px!important}.home-slider .hero-home-content h1.hero-title-bn em{display:block!important;margin-top:8px!important;font-size:inherit!important}}
/* Mobile hero: the same desktop banner is shown completely, not cropped. */
@media(max-width:650px){.home-slider{height:34vw;min-height:130px;max-height:220px;background:#062b4e}.home-slide-image,.home-slide-video{background-color:#062b4e!important;background-position:center top!important;background-repeat:no-repeat!important;background-size:contain!important;object-fit:contain!important;transform:none!important}.home-slide-overlay{background:linear-gradient(90deg,#041f3fbf 0%,#041f3f48 52%,transparent 80%)}.home-slide .hero-home-content{position:absolute;z-index:3;left:12px;top:12px;right:auto;bottom:auto;width:auto;height:auto;max-width:58%;padding:7px 9px;border-radius:9px;background:rgba(3,28,51,.60);backdrop-filter:blur(3px)}.home-slider .hero-home-content h1,.home-slider .hero-home-content h1.hero-title-bn{font-size:clamp(1rem,5vw,1.65rem);line-height:1.22!important;letter-spacing:0!important;margin:0;color:#fff}.home-slider .hero-home-content h1 br{display:none}.home-slider .hero-home-content h1 em:before{content:' ';white-space:pre}.home-slider .hero-home-content h1 em{color:#72e9db}.home-slider .hero-home-content p,.home-slider .hero-chip,.home-slider .hero-actions,.home-slider .hero-trust{display:none}.slider-dots{bottom:8px;left:12px;gap:5px}.slider-dots button{width:15px;height:3px}.slider-dots button.active{width:23px}}

/* Clean hero: hide only title, highlight and description; keep the HMS badge, action and emergency contact. */
.home-slider .home-slide-overlay{background:transparent!important}
.home-slider .hero-home-content h1,.home-slider .hero-home-content p{display:none!important}.home-slider .hero-home-content{position:absolute!important;z-index:4!important;inset:0!important;left:0!important;right:0!important;top:0!important;bottom:0!important;width:100%!important;height:100%!important;max-width:none!important;padding:0 max(22px,9vw) 62px!important;border:0!important;border-radius:0!important;background:transparent!important;backdrop-filter:none!important;display:flex!important;flex-direction:column!important;align-items:flex-start!important;justify-content:flex-end!important;transform:none!important}.home-slider .hero-home-content .hero-chip{display:inline-flex!important}.home-slider .hero-home-content .hero-actions{display:flex!important;margin-top:16px!important}.home-slider .hero-home-content .hero-call{display:flex!important}.home-slider .hero-trust{display:flex!important}.home-slider .hero-home-content .hero-primary{padding:13px 20px!important;border-radius:12px!important;background:#fff!important;color:#0b5079!important;box-shadow:0 12px 28px rgba(1,24,43,.3)!important}.home-slider .hero-home-content .hero-primary:hover{background:#8aeee2!important;color:#073f5d!important}@media(max-width:650px){.home-slider{height:40vw!important;min-height:155px!important;max-height:245px!important}.home-slider .hero-home-content{padding:0!important;display:block!important}.home-slider .hero-home-content .hero-chip{position:absolute!important;left:12px!important;bottom:48px!important;padding:5px 8px!important;font-size:.54rem!important}.home-slider .hero-home-content .hero-actions{position:absolute!important;left:12px!important;bottom:9px!important;display:flex!important;align-items:center!important;gap:9px!important;margin:0!important}.home-slider .hero-home-content .hero-primary{padding:8px 10px!important;border-radius:9px!important;font-size:.65rem!important}.home-slider .hero-home-content .hero-call{gap:5px!important}.home-slider .hero-home-content .hero-call span{width:29px!important;height:29px!important;font-size:.68rem!important}.home-slider .hero-home-content .hero-call small{font-size:.5rem!important;line-height:1.2!important}.home-slider .hero-home-content .hero-call strong{font-size:.61rem!important}.home-slider .hero-trust,.home-slider .slider-dots{display:none!important}}

/* Premium treatment for the hero action group. */
.home-slider .hero-home-content .hero-chip{gap:8px!important;padding:10px 14px!important;border:1px solid rgba(176,244,235,.55)!important;border-radius:30px!important;background:rgba(3,55,84,.84)!important;color:#fff!important;box-shadow:0 10px 22px rgba(1,28,46,.2)!important;backdrop-filter:blur(8px)}.home-slider .hero-home-content .hero-chip i{color:#70eadc!important}.home-slider .hero-home-content .hero-primary{background:linear-gradient(135deg,#064e7b,#078f8a)!important;color:#fff!important;border:1px solid rgba(214,255,251,.45)!important;box-shadow:0 13px 27px rgba(0,58,85,.3)!important}.home-slider .hero-home-content .hero-primary:hover{background:linear-gradient(135deg,#087d94,#0ba99c)!important;color:#fff!important}.home-slider .hero-home-content .hero-call{padding:8px 12px 8px 8px!important;border:1px solid rgba(255,255,255,.35)!important;border-radius:15px!important;background:rgba(3,55,84,.84)!important;box-shadow:0 10px 22px rgba(1,28,46,.2)!important;backdrop-filter:blur(8px)}.home-slider .hero-home-content .hero-call span{background:#53dfd2!important}.home-slider .hero-home-content .hero-call small{color:#d8f4f1!important}.home-slider .hero-home-content .hero-call strong{color:#fff!important}@media(max-width:650px){.home-slider .hero-home-content .hero-chip{padding:5px 8px!important;border-radius:16px!important}.home-slider .hero-home-content .hero-call{padding:4px 7px 4px 4px!important;border-radius:10px!important}}

/* Mobile hero stays photo/video only. */
@media(max-width:650px){.home-slider .hero-home-content,.home-slider .hero-trust,.home-slider .slider-control,.home-slider .slider-dots{display:none!important}}

/* Mobile keeps the hero as a clean, complete photo banner. Header already has booking actions. */
@media(max-width:650px){.home-slide .hero-home-content{display:none}.home-slide-overlay{background:linear-gradient(90deg,#052b4e1f 0%,transparent 72%)}.slider-dots{z-index:5}}

/* Mobile hero: keep one short Bengali heading without covering the banner photo. */
@media(max-width:650px){
  .home-slide .hero-home-content{display:block!important;left:50%!important;right:auto!important;top:auto!important;bottom:0!important;width:calc(100% - 130px)!important;height:auto!important;max-width:265px!important;min-width:0!important;overflow:hidden!important;padding:5px 8px!important;border-radius:9px 9px 0 0!important;background:rgba(3,39,69,.78)!important;backdrop-filter:blur(4px);text-align:center!important;transform:translateX(-50%)}
  .home-slider .hero-home-content h1,.home-slider .hero-home-content h1.hero-title-bn{display:block!important;max-width:100%!important;margin:0!important;font-size:clamp(.8rem,3.8vw,1.02rem)!important;line-height:1.2!important;letter-spacing:0!important;color:#fff!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important}
  .home-slider .hero-home-content h1 br{display:none!important}
  .home-slider .hero-home-content h1 em{display:inline!important;font-size:inherit!important;line-height:inherit!important;color:#79eadb!important;font-style:normal!important}
  .home-slider .hero-home-content p{display:block!important;max-width:100%!important;margin:3px 0 0!important;color:#e3f3f4!important;font-size:clamp(.53rem,2.35vw,.65rem)!important;line-height:1.3!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important}
  .home-slider .hero-chip,.home-slider .hero-actions,.home-slider .hero-trust{display:none!important}
  .home-slider .slider-control{display:grid!important;place-items:center;z-index:8!important;top:50%!important;width:32px!important;height:32px!important;border-color:rgba(255,255,255,.64)!important;background:rgba(3,39,69,.52)!important;color:#fff!important;font-size:.72rem!important}
  .home-slider .slider-prev{left:8px!important}.home-slider .slider-next{right:8px!important}
  .home-slider .slider-dots{display:none!important}
}

/* Appointment: a doctor selected from the Doctors page stays selected while the patient chooses an available date. */
.appointment-selected-doctor{display:flex;align-items:center;gap:13px;padding:14px 16px;border:1px solid #bce5df;border-radius:14px;background:linear-gradient(135deg,#effbf9,#f7fcff)}
.appointment-selected-doctor>i{display:grid;place-items:center;flex:0 0 42px;width:42px;height:42px;border-radius:12px;background:#0b928a;color:#fff}
.appointment-selected-doctor small,.appointment-selected-doctor strong,.appointment-selected-doctor span{display:block}
.appointment-selected-doctor small{color:#0b8c86;font-size:.65rem;font-weight:900;letter-spacing:.11em}
.appointment-selected-doctor strong{margin:2px 0;color:#173a53;font-size:.97rem}
.appointment-selected-doctor span{color:#687b8d;font-size:.76rem}
.doctor-availability-days{display:flex;align-items:center;flex-wrap:wrap;gap:7px;padding:11px 13px;border-radius:13px;background:#f5fbfb;color:#526d7e;font-size:.76rem}
.doctor-availability-days>span{margin-right:3px;font-weight:800;color:#26726e}
.doctor-availability-days b{padding:5px 9px;border-radius:999px;background:#dff6f2;color:#087c76;font-size:.69rem}
.doctor-date-choices{margin-top:11px;padding:12px 13px;border:1px dashed #b9ddd9;border-radius:13px;background:#fff}
.doctor-date-choices>span{display:block;margin-bottom:8px;color:#456878;font-size:.73rem;font-weight:800}
.doctor-date-choices>div{display:flex;flex-wrap:wrap;gap:7px}
.doctor-date-choices button{border:1px solid #b9e1dc;border-radius:9px;background:#f4fcfb;color:#087d77;padding:7px 9px;font:inherit;font-weight:850;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}
.doctor-date-choices button:hover{background:#087d77;color:#fff;transform:translateY(-2px)}
.doctor-date-choices button small{font-size:.69rem}
@media(max-width:760px){.appointment-selected-doctor{padding:12px}.doctor-availability-days{gap:6px;font-size:.71rem}.doctor-availability-days b{padding:4px 8px}}

/* Appointment confirmation popup */
.appointment-success-inline{display:flex;align-items:center;gap:8px}.appointment-success-modal{position:fixed;z-index:9999;inset:0;display:grid;place-items:center;padding:20px;animation:appointmentModalFade .38s ease both}.appointment-success-backdrop{position:absolute;inset:0;background:radial-gradient(circle at 50% 44%,rgba(30,172,159,.2),transparent 32%),rgba(3,23,42,.76);backdrop-filter:blur(9px)}.appointment-success-dialog{position:relative;isolation:isolate;width:min(470px,100%);padding:45px 38px 35px;overflow:hidden;border:1px solid rgba(190,239,231,.9);border-radius:28px;background:linear-gradient(145deg,#fff 0%,#f1fbfa 100%);box-shadow:0 32px 90px rgba(0,13,34,.5);text-align:center;animation:appointmentDialogIn .54s cubic-bezier(.2,.9,.25,1.18) both}.appointment-success-dialog:before{content:"";position:absolute;z-index:-1;inset:auto -10% -48% 28%;height:230px;border-radius:50%;background:radial-gradient(circle,#70eadb72,transparent 67%)}.appointment-success-dialog:after{content:"";position:absolute;left:50%;top:0;width:150px;height:4px;border-radius:0 0 10px 10px;background:linear-gradient(90deg,#0b887f,#56e2d4);transform:translateX(-50%)}.appointment-success-close{position:absolute;right:14px;top:14px;width:35px;height:35px;border:0;border-radius:50%;background:#e8f6f4;color:#087d77;cursor:pointer;transition:transform .2s ease,background .2s ease}.appointment-success-close:hover{background:#087d77;color:#fff;transform:rotate(90deg)}.appointment-success-icon{display:grid;place-items:center;width:76px;height:76px;margin:0 auto 20px;border-radius:26px;background:linear-gradient(145deg,#1ac0b2,#08736f);color:#fff;font-size:2.1rem;box-shadow:0 16px 31px #0d99844a;animation:appointmentSuccessPulse 1.8s ease-in-out infinite}.appointment-success-dialog>span{display:block;color:#098c85;font-size:.66rem;font-weight:900;letter-spacing:.15em}.appointment-success-dialog h2{margin:10px 0 11px;color:#173a53;font-size:clamp(1.65rem,4vw,2rem);letter-spacing:-.05em;line-height:1.08}.appointment-success-dialog>p{max-width:370px;margin:0 auto;color:#607687;font-size:.91rem;line-height:1.75}.appointment-success-doctor{display:flex;align-items:center;gap:11px;margin:24px 0;padding:14px;border:1px solid #c8ebe6;border-radius:15px;background:linear-gradient(135deg,#e4f8f5,#f8fffe);text-align:left;animation:appointmentContentIn .5s .15s ease both}.appointment-success-doctor>i{display:grid;place-items:center;width:41px;height:41px;border-radius:12px;background:#fff;color:#088e87;box-shadow:0 7px 14px #0b75721c}.appointment-success-doctor small,.appointment-success-doctor strong,.appointment-success-doctor em{display:block}.appointment-success-doctor small{color:#0a8b84;font-size:.61rem;font-weight:900;letter-spacing:.1em}.appointment-success-doctor strong{color:#173a53;font-size:.84rem}.appointment-success-doctor em{color:#698092;font-size:.71rem;font-style:normal}.appointment-success-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;animation:appointmentContentIn .5s .24s ease both}.appointment-success-actions a{padding:13px 10px;border:1px solid #9ddbd4;border-radius:12px;color:#087d77;font-size:.78rem;font-weight:850;text-decoration:none;transition:transform .22s ease,box-shadow .22s ease,background .22s ease}.appointment-success-actions a:first-child{background:linear-gradient(135deg,#087d77,#0c9b91);border-color:#087d77;color:#fff;box-shadow:0 9px 17px #0b897c35}.appointment-success-actions a:hover{transform:translateY(-3px);box-shadow:0 12px 20px #0b617d26}.appointment-success-actions a:not(:first-child):hover{background:#e1f7f4}@keyframes appointmentModalFade{from{opacity:0}to{opacity:1}}@keyframes appointmentDialogIn{from{opacity:0;transform:translateY(24px) scale(.91)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes appointmentContentIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes appointmentSuccessPulse{0%,100%{box-shadow:0 16px 31px #0d99844a;transform:scale(1)}50%{box-shadow:0 18px 39px #0d998477;transform:scale(1.055)}}@media(max-width:520px){.appointment-success-modal{padding:15px}.appointment-success-dialog{padding:39px 23px 25px;border-radius:23px}.appointment-success-dialog h2{font-size:1.55rem}.appointment-success-dialog>p{font-size:.84rem}.appointment-success-actions{grid-template-columns:1fr}.appointment-success-icon{width:65px;height:65px;font-size:1.75rem;border-radius:22px}}
.home-slider .hero-chip{backdrop-filter:blur(10px);box-shadow:0 8px 20px rgba(3,36,61,.16)}
.home-slider .hero-primary{border-radius:12px;box-shadow:0 12px 25px rgba(2,31,52,.2)}
.home-slider .hero-call{padding:7px 11px 7px 7px;border-radius:32px;background:rgba(5,49,77,.18);backdrop-filter:blur(8px)}
.intro-section{background:linear-gradient(180deg,#fff 0%,#f7fbfc 100%)}
.hms-welcome-section{position:relative;overflow:hidden;padding-top:82px;padding-bottom:76px;background:radial-gradient(circle at 92% 16%,#c9f0ed 0,transparent 23%),radial-gradient(circle at 7% 88%,#dceefa 0,transparent 24%),linear-gradient(135deg,#fff 0%,#f5fbfb 100%)}

/* Compact mobile version of the HMS welcome section. */
@media(max-width:650px){.hms-welcome-section{padding:38px 18px 32px!important}.hms-welcome-heading{justify-content:center!important}.hms-welcome-heading .section-kicker{padding:7px 10px!important;font-size:.58rem!important;letter-spacing:.1em!important;white-space:nowrap}.hms-welcome-heading .welcome-line{display:none!important}.hms-welcome-grid{margin-top:15px!important;text-align:center!important}.hms-welcome-grid h2{margin:7px 0 0!important;font-size:2rem!important;line-height:1.02!important}.welcome-mini-label{font-size:.6rem!important;letter-spacing:.11em!important}.welcome-proof{justify-content:center!important;gap:8px!important;margin-top:15px!important}.welcome-proof span{min-width:112px!important;padding:9px 10px!important;border-radius:11px!important}.welcome-proof strong{font-size:.95rem!important}.welcome-proof small{font-size:.61rem!important}.welcome-copy{margin:16px auto 0!important;padding:12px 0 0!important;border-left:0!important;border-top:2px solid #32b5ae!important;max-width:310px!important}.hms-welcome-grid .welcome-copy p{display:-webkit-box!important;overflow:hidden!important;margin:0!important;font-size:.79rem!important;line-height:1.5!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:3!important}.welcome-story-link{margin-top:4px!important;padding:7px 0!important;font-size:.76rem!important}.welcome-feature-strip{display:flex!important;gap:9px!important;overflow-x:auto!important;margin-top:20px!important;padding:2px 1px 8px!important;scroll-snap-type:x proximity!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;-webkit-overflow-scrolling:touch}.welcome-feature-strip>div{flex:0 0 154px!important;min-height:72px!important;padding:11px!important;border:1px solid #dcebed!important;border-radius:12px!important;background:#fff!important;scroll-snap-align:start!important}.welcome-feature-strip i{font-size:1.05rem!important}.welcome-feature-strip strong{font-size:.69rem!important}.welcome-feature-strip small{font-size:.58rem!important;line-height:1.28!important}}
.hms-welcome-section:before{content:"";position:absolute;width:330px;height:330px;border:1px solid #0fa29b20;border-radius:50%;right:-155px;top:42px;pointer-events:none}.hms-welcome-heading{display:flex;align-items:center;gap:14px;position:relative}.hms-welcome-heading .section-kicker{display:inline-flex;gap:7px;align-items:center;color:#087f7a;padding:8px 12px;border-radius:30px;background:#e6f7f5;letter-spacing:.13em}.welcome-line{height:1px;flex:1;max-width:150px;background:linear-gradient(90deg,#18a99e,#18a99e00)}.hms-welcome-grid{position:relative;margin-top:22px;align-items:center}.hms-welcome-grid h2{font-size:clamp(2.35rem,4.6vw,4.2rem);line-height:.98;max-width:620px}.hms-welcome-grid h2 em{font-style:normal;color:#0d9b94}.welcome-mini-label{font-size:.68rem;font-weight:900;letter-spacing:.15em;color:#698394}.welcome-copy{max-width:500px;padding:24px 0 20px 30px;border-left:2px solid #32b5ae}.hms-welcome-grid .welcome-copy p{font-size:1.06rem;line-height:1.8;margin:0 0 20px}.welcome-story-link{display:inline-flex;align-items:center;gap:6px;padding:10px 0}.welcome-story-link i{transition:transform .22s ease}.welcome-story-link:hover i{transform:translateX(5px)}.welcome-proof{display:flex;gap:10px;margin-top:28px}.welcome-proof span{min-width:120px;padding:12px 15px;border-radius:13px;background:#fff;border:1px solid #deedf0;box-shadow:0 10px 25px #0c50600b}.welcome-proof strong,.welcome-proof small{display:block}.welcome-proof strong{font-size:1.05rem;color:#0f4c81}.welcome-proof small{font-size:.68rem;color:#708093;margin-top:2px}.welcome-feature-strip{position:relative;margin-top:42px;box-shadow:0 16px 38px #0c506011;border-color:#dcebed}.welcome-feature-strip>div{transition:background .2s ease,transform .2s ease}.welcome-feature-strip>div:hover{background:#effaf9;transform:translateY(-3px)}
/* TEMPORARY MAINTENANCE BAR: remove this block with the matching header HTML block later. */
.maintenance-bar{height:39px;overflow:hidden;display:flex;align-items:center;background:linear-gradient(90deg,#af1424,#dc2638,#b81727);color:#fff;box-shadow:inset 0 -1px #ffffff38}.maintenance-bar-track{display:flex;align-items:center;gap:72px;min-width:max-content;white-space:nowrap;will-change:transform;animation:maintenance-scroll 24s linear infinite}.maintenance-bar-track span{display:inline-block;font-size:.84rem;font-weight:850;letter-spacing:.055em;line-height:39px}.maintenance-bar i{margin-right:8px;color:#ffe590;font-size:.9rem}@keyframes maintenance-scroll{from{transform:translateX(0)}to{transform:translateX(-50%)}}@media(prefers-reduced-motion:reduce){.maintenance-bar-track{animation:none;padding-left:14px}}@media(max-width:760px){.maintenance-bar{height:34px}.maintenance-bar-track{gap:44px;animation-duration:18s}.maintenance-bar-track span{font-size:.7rem;line-height:34px;letter-spacing:.035em}}
/* PUBLIC QUICK ACTION BAR */
.quick-action-bar{position:fixed;z-index:50;right:18px;top:50%;display:flex;flex-direction:column;gap:9px;transform:translateY(-50%)}.quick-action{position:relative;width:49px;height:49px;display:grid;place-items:center;border:0;border-radius:15px;color:#fff;text-decoration:none;cursor:pointer;box-shadow:0 10px 22px #123c5429;transition:transform .24s ease,box-shadow .24s ease}.quick-action:hover{color:#fff;transform:translateX(-5px) scale(1.06);box-shadow:0 15px 27px #123c5438}.quick-action i{font-size:1.08rem}.quick-action span{position:absolute;right:59px;top:50%;padding:7px 10px;border-radius:8px;background:#102f49;color:#fff;font-size:.7rem;font-weight:800;white-space:nowrap;opacity:0;pointer-events:none;transform:translate(6px,-50%);transition:opacity .2s ease,transform .2s ease}.quick-action:hover span,.quick-action:focus-visible span{opacity:1;transform:translate(0,-50%)}.quick-call{background:linear-gradient(135deg,#0f4c81,#16779d)}.quick-whatsapp{background:linear-gradient(135deg,#18af63,#29cf79)}.quick-location{background:linear-gradient(135deg,#eb4f5c,#d9203d)}.quick-notification{background:linear-gradient(135deg,#f49c18,#e36b14)}.quick-notification b{position:absolute;top:-5px;right:-5px;min-width:18px;height:18px;padding:0 4px;display:grid;place-items:center;border:2px solid #fff;border-radius:20px;background:#d82038;color:#fff;font-size:.6rem}.public-notification-panel{position:fixed;z-index:51;top:50%;right:79px;width:min(360px,calc(100vw - 108px));max-height:min(480px,72vh);overflow:auto;padding:19px;border:1px solid #dcecef;border-radius:20px;background:#fffffff7;box-shadow:0 23px 50px #0a3f5930;backdrop-filter:blur(16px);opacity:0;pointer-events:none;transform:translate(18px,-50%) scale(.96);transition:opacity .24s ease,transform .28s cubic-bezier(.22,1,.36,1)}.public-notification-panel.is-open{opacity:1;pointer-events:auto;transform:translate(0,-50%) scale(1)}.public-notification-head{display:flex;align-items:flex-start;justify-content:space-between;gap:15px;padding-bottom:14px;border-bottom:1px solid #e5eef1}.public-notification-head span{display:block;color:#0b998f;font-size:.64rem;font-weight:900;letter-spacing:.14em}.public-notification-head h3{margin:5px 0 0;font-size:1.05rem}.public-notification-head button{width:32px;height:32px;border:0;border-radius:10px;background:#edf6f7;color:#17606f}.public-notification-list{display:grid;gap:11px;padding-top:13px}.public-notification-list article{display:flex;gap:11px;padding:12px;border-radius:13px;background:#f4fbfb}.public-notification-list article>i{width:31px;height:31px;display:grid;place-items:center;flex:0 0 31px;border-radius:10px;background:#d7f2ef;color:#0a918a;font-size:.8rem}.public-notification-list strong,.public-notification-list p,.public-notification-list small{display:block}.public-notification-list strong{font-size:.81rem}.public-notification-list p{margin:4px 0;color:#617084;font-size:.75rem;line-height:1.45}.public-notification-list small{color:#8693a1;font-size:.64rem}.public-notification-empty{text-align:center;padding:25px 10px;color:#718092}.public-notification-empty i{display:block;margin-bottom:11px;color:#0c968e;font-size:1.6rem}.public-notification-empty strong{display:block;font-size:.86rem;color:#2e4559}.public-notification-empty p{margin:5px 0 0;font-size:.76rem}@media(max-width:760px){.quick-action-bar{right:12px;top:auto;bottom:145px;gap:8px;transform:none}.quick-action{width:42px;height:42px;border-radius:13px}.quick-action i{font-size:.94rem}.quick-action span{display:none}.public-notification-panel{top:auto;right:64px;bottom:127px;width:min(330px,calc(100vw - 82px));max-height:52vh;transform:translate(15px,12px) scale(.96)}.public-notification-panel.is-open{transform:translate(0,0) scale(1)}}
/* PUBLIC OFFER POPUP */
.offer-popup-backdrop{position:fixed;z-index:79;inset:0;background:rgba(4,30,48,.58);backdrop-filter:blur(5px);opacity:0;visibility:hidden;transition:opacity .35s ease,visibility .35s ease}.offer-popup-backdrop.is-visible{opacity:1;visibility:visible}.offer-popup{position:fixed;z-index:80;top:50%;left:50%;width:min(760px,calc(100vw - 36px));display:grid;grid-template-columns:.9fr 1.1fr;overflow:hidden;border:1px solid #ffffff88;border-radius:26px;background:#fff;box-shadow:0 30px 80px #061f3e66;opacity:0;pointer-events:none;transform:translate(-50%,-44%) scale(.92);transition:opacity .35s ease,transform .45s cubic-bezier(.22,1,.36,1)}.offer-popup.is-visible{opacity:1;pointer-events:auto;transform:translate(-50%,-50%) scale(1)}.offer-popup-close{position:absolute;z-index:2;top:14px;right:14px;width:36px;height:36px;border:0;border-radius:50%;background:#ffffffdd;color:#17435d;box-shadow:0 5px 14px #0b365533;transition:transform .2s ease}.offer-popup-close:hover{transform:rotate(90deg);background:#fff}.offer-popup-image{min-height:345px;background:linear-gradient(145deg,#0a5378,#0e9d95);overflow:hidden}.offer-popup-image img{width:100%;height:100%;object-fit:cover}.offer-popup-content{position:relative;display:flex;flex-direction:column;justify-content:center;padding:48px 42px 42px;background:radial-gradient(circle at 92% 6%,#d2f4f1 0,transparent 32%),#fff}.offer-popup-content>span{display:inline-flex;align-items:center;gap:7px;color:#098e87;font-size:.67rem;font-weight:900;letter-spacing:.12em}.offer-popup-content h2{margin:15px 0 13px;color:#173a53;font-size:clamp(1.75rem,3.5vw,2.65rem);line-height:1.04;letter-spacing:-.04em}.offer-popup-content p{margin:0;color:#64758a;font-size:.95rem;line-height:1.72}.offer-popup-button{align-self:flex-start;margin-top:24px;padding:12px 16px;border-radius:11px;background:linear-gradient(135deg,#0f4c81,#0c928b);color:#fff;text-decoration:none;font-size:.82rem;font-weight:800;box-shadow:0 10px 21px #0b65732e;transition:transform .22s ease,box-shadow .22s ease}.offer-popup-button:hover{color:#fff;transform:translateY(-3px);box-shadow:0 14px 26px #0b657345}.offer-popup-button i{margin-left:7px}@media(max-width:650px){.offer-popup{grid-template-columns:1fr;width:min(390px,calc(100vw - 28px));max-height:86vh;overflow:auto;border-radius:22px}.offer-popup-image{min-height:170px;height:170px}.offer-popup-content{padding:26px 24px 28px}.offer-popup-content h2{font-size:1.75rem}.offer-popup-content p{font-size:.87rem}.offer-popup-button{margin-top:18px}.offer-popup-close{top:10px;right:10px}}
.back-to-top{position:fixed;z-index:49;right:22px;bottom:92px;width:46px;height:46px;border:0;border-radius:15px;background:linear-gradient(135deg,#0f4c81,#0a918a);color:#fff;box-shadow:0 12px 25px #0b526040;opacity:0;pointer-events:none;transform:translateY(14px) scale(.9);transition:opacity .25s ease,transform .28s cubic-bezier(.22,1,.36,1),box-shadow .2s ease}.back-to-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.back-to-top:hover{box-shadow:0 16px 30px #0b526052;transform:translateY(-4px) scale(1.05)}.back-to-top i{transition:transform .2s ease}.back-to-top:hover i{transform:translateY(-3px)}@media(max-width:760px){.back-to-top{right:auto;left:13px;bottom:94px;width:42px;height:42px;border-radius:13px}}
/* PREMIUM FOOTER AND SOCIAL ICONS */
.site-footer{position:relative;overflow:hidden;background:radial-gradient(circle at 88% 10%,#117f8b55 0,transparent 25%),radial-gradient(circle at 4% 92%,#1c6d9b44 0,transparent 31%),linear-gradient(135deg,#081d31,#102d46 56%,#0b3547)}.site-footer:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(90deg,#ffffff08 1px,transparent 1px),linear-gradient(#ffffff06 1px,transparent 1px);background-size:46px 46px;mask-image:linear-gradient(110deg,#0005,transparent 78%)}.site-footer>*{position:relative}.site-footer h4{position:relative;padding-bottom:11px}.site-footer h4:after{content:"";position:absolute;left:0;bottom:0;width:31px;height:2px;border-radius:5px;background:linear-gradient(90deg,#5de3d3,#3c9bd2)}.site-footer a:not(.site-brand):not(.footer-social a){width:max-content;position:relative;color:#d2e2eb;transition:color .22s ease,transform .22s ease}.site-footer a:not(.site-brand):not(.footer-social a):before{content:"";position:absolute;left:0;bottom:-3px;width:100%;height:1px;background:#64ded4;transform:scaleX(0);transform-origin:left;transition:transform .24s ease}.site-footer a:not(.site-brand):not(.footer-social a):hover{color:#7df3e5;transform:translateX(5px)}.site-footer a:not(.site-brand):not(.footer-social a):hover:before{transform:scaleX(1)}.footer-intro .site-brand strong{color:#fff}.footer-intro .site-brand small{color:#9bb4c4}.footer-intro p{color:#b3c9d5}.footer-social{margin-top:19px;gap:11px}.footer-social a{position:relative;overflow:hidden;width:39px;height:39px;border:1px solid #ffffff24;border-radius:13px;background:#ffffff12;color:#fff!important;box-shadow:0 7px 15px #00000021;transition:transform .24s cubic-bezier(.22,1,.36,1),box-shadow .24s ease,background .24s ease!important}.footer-social a:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#fff8,#fff0);opacity:0;transition:opacity .24s ease}.footer-social a i{position:relative;z-index:1;font-size:1rem;transition:transform .24s ease}.footer-social a:nth-child(1):hover{background:#1877f2!important;box-shadow:0 11px 22px #1877f266!important}.footer-social a:nth-child(2):hover{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045)!important;box-shadow:0 11px 22px #e43b5e66!important}.footer-social a:nth-child(3):hover{background:#ff0033!important;box-shadow:0 11px 22px #ff003366!important}.footer-social a:hover{transform:translateY(-6px) rotate(-5deg)!important;border-color:#fff8}.footer-social a:hover:before{opacity:1}.footer-social a:hover i{transform:scale(1.12)}.footer-contact p{transition:color .2s ease,transform .2s ease}.footer-contact p:hover{color:#fff;transform:translateX(4px)}.footer-contact i{transition:transform .25s ease}.footer-contact p:hover i{transform:scale(1.16)}.footer-bottom{color:#9fb5c5!important;border-top-color:#ffffff20!important}@media(max-width:760px){.site-footer{padding-top:43px!important;padding-bottom:118px!important}.site-footer h4{margin-top:9px!important}.footer-social a{width:40px!important;height:40px!important;border-radius:13px!important}.footer-bottom{font-size:.72rem!important;line-height:1.6!important}}
/* APPOINTMENT PAGE */
.appointment-experience-section{opacity:1!important;transform:none!important;background:radial-gradient(circle at 4% 7%,#d9f3f1 0,transparent 22%),radial-gradient(circle at 96% 93%,#dbeef8 0,transparent 28%),#f8fbfc}.appointment-intro{display:flex;align-items:end;justify-content:space-between;gap:35px;max-width:1100px;margin:0 auto 34px}.appointment-intro h2{margin:9px 0 0;font-size:clamp(2.25rem,4vw,3.75rem);line-height:1;letter-spacing:-.06em;color:#173a53}.appointment-intro h2 em{font-style:normal;color:#0a9e95}.appointment-intro p{max-width:440px;margin:0;color:#65778b;line-height:1.75}.appointment-experience-grid{display:grid;grid-template-columns:.77fr 1.23fr;max-width:1100px;margin:0 auto;overflow:hidden;border:1px solid #d7e8ec;border-radius:24px;background:#fff;box-shadow:0 22px 55px rgba(8,62,88,.12)}.appointment-guide-panel{padding:38px 34px;background:linear-gradient(155deg,#0c436e,#087f87);color:#fff}.appointment-guide-top>span{display:inline-flex;align-items:center;gap:7px;color:#b6fff3;font-size:.67rem;font-weight:900;letter-spacing:.13em}.appointment-guide-top h3{margin:16px 0 10px;font-size:1.9rem;line-height:1.08;letter-spacing:-.04em}.appointment-guide-top p{color:#d5eff1;font-size:.88rem;line-height:1.7}.appointment-steps{display:grid;gap:14px;margin:31px 0;padding:0;list-style:none}.appointment-steps li{display:flex;gap:13px;align-items:flex-start;padding:13px;border:1px solid #ffffff21;border-radius:14px;background:#ffffff0d}.appointment-steps b{display:grid;place-items:center;flex:0 0 31px;width:31px;height:31px;border-radius:10px;background:#78e5d9;color:#074365;font-size:.72rem}.appointment-steps strong,.appointment-steps small{display:block}.appointment-steps strong{font-size:.84rem}.appointment-steps small{margin-top:3px;color:#c3e5e7;font-size:.71rem;line-height:1.45}.appointment-help{display:flex;gap:11px;align-items:center;padding-top:19px;border-top:1px solid #ffffff26}.appointment-help>i{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#ffffff18;color:#8bf5e8}.appointment-help small,.appointment-help a{display:block}.appointment-help small{font-size:.68rem;color:#c2e8e9}.appointment-help a{color:#fff;text-decoration:none;font-size:.92rem;font-weight:850}.appointment-form-card{padding:39px 40px;background:#fff}.appointment-form-head{margin-bottom:25px}.appointment-form-head>span{display:inline-flex;align-items:center;gap:7px;color:#098f88;font-size:.67rem;font-weight:900;letter-spacing:.12em}.appointment-form-head h3{margin:10px 0 5px;color:#1b3a52;font-size:1.65rem;letter-spacing:-.035em}.appointment-form-head p{margin:0;color:#78889a;font-size:.84rem}.appointment-form-card .form-label{margin:0 0 7px;color:#385166;font-size:.78rem;font-weight:800}.appointment-form-card .form-label small{font-weight:600;color:#8795a5}.appointment-input{position:relative}.appointment-input>i{position:absolute;z-index:1;left:13px;top:50%;transform:translateY(-50%);color:#0a998f;font-size:.86rem}.appointment-input .form-control,.appointment-input .form-select{min-height:48px;padding:11px 13px 11px 38px;border:1px solid #d6e6ea;border-radius:12px;background:#fbfefe;color:#263e52;box-shadow:none;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.appointment-input .form-control:focus,.appointment-input .form-select:focus{border-color:#10a79e;background:#fff;box-shadow:0 0 0 4px #0da69c18}.appointment-select .form-select{appearance:auto}.availability-note{display:flex;align-items:center;gap:7px;margin:2px 0 15px;color:#64798c;font-size:.76rem}.availability-note i{color:#0a9b93}.appointment-submit{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:49px;border:0;border-radius:13px;background:linear-gradient(135deg,#0f4c81,#0b958c);color:#fff;font-size:.86rem;font-weight:850;box-shadow:0 10px 21px #0b657329;transition:transform .22s ease,box-shadow .22s ease}.appointment-submit:hover{transform:translateY(-3px);box-shadow:0 15px 27px #0b657340}.appointment-submit i{transition:transform .2s ease}.appointment-submit:hover i{transform:translateX(4px)}.appointment-form-note{display:block;margin-top:13px;text-align:center;color:#8190a0;font-size:.68rem}.appointment-form-note i{color:#0a9b93;margin-right:4px}@media(max-width:760px){.appointment-experience-section{padding-top:45px!important;padding-bottom:48px!important}.appointment-intro{display:block;margin-bottom:23px;text-align:center}.appointment-intro h2{font-size:2.35rem}.appointment-intro p{margin:17px auto 0;font-size:.89rem}.appointment-experience-grid{grid-template-columns:1fr;border-radius:20px}.appointment-guide-panel{padding:27px 21px}.appointment-guide-top h3{font-size:1.55rem}.appointment-steps{grid-template-columns:1fr 1fr;gap:9px;margin:22px 0}.appointment-steps li{display:block;padding:12px}.appointment-steps b{margin-bottom:8px}.appointment-steps small{font-size:.66rem}.appointment-steps li:last-child{grid-column:1/-1}.appointment-form-card{padding:25px 20px}.appointment-form-head h3{font-size:1.45rem}.appointment-input .form-control,.appointment-input .form-select{min-height:47px}.appointment-submit{min-height:48px}.appointment-help{padding-top:15px}}
.home-appointment-section{border:1px solid #dcecef;box-shadow:0 24px 52px rgba(10,65,94,.10)}
.home-appointment-form{background:linear-gradient(145deg,#fff,#f9fdfd)}
.home-appointment-form .form-control,.home-appointment-form .form-select{border-color:#d7e8ec;border-radius:10px;padding:11px 12px;transition:border-color .2s ease,box-shadow .2s ease}
.home-appointment-form .form-control:focus,.home-appointment-form .form-select:focus{border-color:#0eaaa0;box-shadow:0 0 0 4px rgba(14,170,160,.12)}
.home-trust-band{border-top:1px solid #dcecf0;border-bottom:1px solid #dcecf0}
.premium-care-section{background:linear-gradient(135deg,#f4fbfc,#fff)}
.premium-care-grid article{border-radius:18px}
.home-care-path{border-top:1px solid #e3eff2;border-bottom:1px solid #e3eff2}
.home-specialties-premium{background:linear-gradient(180deg,#fff,#f7fcfc)}
.patient-stories-section,.latest-articles-section{border-top:1px solid #e1eef0}
.faq-photo-section{border:1px solid #e1edf0}
.bottom-testimonials{background:linear-gradient(135deg,#eefafa 0%,#fff 54%,#f3f9fd 100%)}
.bottom-testimonials .section-top{padding-bottom:8px}
.bottom-testimonials .testimonial-carousel{box-shadow:0 20px 42px rgba(8,72,92,.09)}
.home-slider+.intro-section,.intro-section+.home-appointment-section{position:relative;z-index:1}
@media(min-width:761px){.home-appointment-section{margin-top:8px;margin-bottom:82px}.services-section,.doctors-section,.premium-care-section,.home-specialties-premium,.patient-stories-section,.latest-articles-section,.bottom-testimonials{padding-top:82px;padding-bottom:82px}}
@media(max-width:760px){.home-slider .hero-call{background:transparent;padding:0}.home-appointment-section{margin-top:0}.home-appointment-form{padding:30px 23px}.services-section,.doctors-section,.premium-care-section,.home-specialties-premium,.patient-stories-section,.latest-articles-section,.bottom-testimonials{padding-top:56px;padding-bottom:56px}}

/* Keep mobile carousels inside the viewport. */
html,body{overflow-x:hidden}
.bottom-testimonials{overflow:hidden}

/* Home feature-section showcase: only the requested sections. */
.doctors-section,.premium-care-section,.home-specialties-premium,.patient-stories-section,.latest-articles-section,.bottom-testimonials{position:relative;isolation:isolate}
.doctors-section .section-top h2,.premium-care-section .section-top h2,.home-specialties-premium .section-top h2,.patient-stories-section .section-top h2,.latest-articles-section .section-top h2,.bottom-testimonials .section-top h2{position:relative;padding-bottom:17px}
.doctors-section .section-top h2:after,.premium-care-section .section-top h2:after,.home-specialties-premium .section-top h2:after,.patient-stories-section .section-top h2:after,.latest-articles-section .section-top h2:after,.bottom-testimonials .section-top h2:after{content:"";position:absolute;bottom:0;left:0;width:58px;height:4px;border-radius:8px;background:linear-gradient(90deg,#0eaaa0,#72d9cf)}
.doctors-section{background:radial-gradient(circle at 92% 8%,#dff7f4 0,transparent 25%),linear-gradient(180deg,#fff,#f6fbfc)}
.doctors-section .card-carousel-viewport{padding:12px 4px 22px}
.doctors-section .modern-doctor-grid article{border:1px solid #d8e8ed;border-radius:21px;background:#fff;box-shadow:0 12px 28px rgba(10,67,91,.08)}
.doctors-section .modern-doctor-grid article:hover{transform:translateY(-9px);box-shadow:0 24px 42px rgba(10,67,91,.15)}
.doctors-section .modern-doctor-grid img,.doctors-section .doctor-photo-placeholder{height:270px}
.doctors-section .modern-doctor-grid article>div:last-child{padding:23px!important}
.doctors-section .doctor-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:20px}
.doctors-section .doctor-card-actions a,.doctors-section .doctor-card-actions button{margin:0!important;min-height:42px;padding:10px 12px!important;border-radius:11px!important;font-size:.76rem!important;justify-content:center!important;gap:6px}
.doctors-section .doctor-details-trigger{border:1px solid #cfe4e7;background:#fff;color:#0b6b77;font-weight:800;transition:background .22s,color .22s,transform .22s}
.doctors-section .doctor-details-trigger:hover{background:#e8f7f7;color:#087d79;transform:translateY(-2px)}
.premium-care-section{background:radial-gradient(circle at 7% 5%,#dff6f3 0,transparent 28%),linear-gradient(135deg,#f5fbfc,#fff)}
.premium-care-grid article{padding:33px;border-radius:22px;border-color:#d7e8ed;box-shadow:0 11px 27px rgba(10,67,91,.07)}
.premium-care-grid article:hover{transform:translateY(-9px);box-shadow:0 23px 42px rgba(10,67,91,.14)}
.premium-care-grid i{width:58px;height:58px;border-radius:17px;background:linear-gradient(135deg,#0d4d7d,#0b9b91);box-shadow:0 11px 21px rgba(7,91,113,.2)}
.premium-care-grid h3{font-size:1.28rem;margin-top:24px}
.premium-care-grid article>span{color:rgba(14,130,141,.07);font-size:4.5rem}
.home-specialties-premium{background:linear-gradient(180deg,#fff 0%,#f2fbfb 100%)}
.home-specialties-premium .card-carousel-viewport{padding:12px 4px 22px}
.home-specialties-premium .premium-specialty-grid a{min-height:210px;padding:25px;border-radius:20px;border-color:#d6e8ec;box-shadow:0 10px 25px rgba(10,67,91,.06)}
.home-specialties-premium .premium-specialty-grid a:hover{transform:translateY(-8px);box-shadow:0 22px 38px rgba(7,96,104,.14)}
.home-specialties-premium .premium-specialty-grid i{width:60px;height:60px;border-radius:18px;font-size:1.55rem;margin-bottom:21px;background:linear-gradient(135deg,#e2f8f5,#cdeff0);box-shadow:0 10px 19px rgba(11,139,133,.13)}
.home-specialties-premium .premium-specialty-grid span{font-size:1rem}.home-specialties-premium .premium-specialty-grid small{font-size:.77rem;line-height:1.55;margin-top:7px}
.patient-stories-section{background:radial-gradient(circle at 90% 0,#d9f4f1 0,transparent 29%),#eef9f9}
.patient-stories-section .story-carousel{border-radius:24px;box-shadow:0 20px 42px rgba(8,72,92,.16)}
.patient-stories-section .story-video-card{height:440px}.patient-stories-section .story-video-overlay{padding:60px;max-width:650px}
.patient-stories-section .video-play{width:64px;height:64px;border:2px solid rgba(255,255,255,.45);box-shadow:0 14px 29px rgba(2,33,55,.26)}
.latest-articles-section{background:linear-gradient(135deg,#f1fbfb,#f7fafd)}
.latest-articles-section .article-carousel{border-radius:24px;box-shadow:0 20px 42px rgba(8,72,92,.11)}
.latest-articles-section .article-carousel-track>article{min-height:380px}.latest-articles-section .article-carousel-track>article>div{padding:56px}
.latest-articles-section .article-carousel-track h3{font-size:clamp(1.7rem,3vw,2.9rem)}
.latest-articles-section .article-carousel-track a{display:inline-flex;align-items:center;gap:9px;margin-top:13px;padding:11px 15px;border-radius:10px;background:#e9f7f7;color:#087c79}
.latest-articles-section .article-carousel-track a:hover{background:#0e8680;color:#fff}
.bottom-testimonials{background:radial-gradient(circle at 5% 12%,#d7f3f0 0,transparent 29%),linear-gradient(135deg,#f3fbfb,#fff 55%,#f0f8fc)}
.bottom-testimonials .testimonial-carousel{border:1px solid #d8e9ed;border-radius:24px;box-shadow:0 20px 42px rgba(8,72,92,.10)}
.bottom-testimonials .testimonial-carousel-track>article{padding:38px;background:linear-gradient(135deg,#fff,#f6fcfc)}
.bottom-testimonials .testimonial-person img{width:76px;height:76px;border:3px solid #c9efeb;box-shadow:0 8px 18px rgba(6,124,121,.14)}
.bottom-testimonials .testimonial-person strong{font-size:1.08rem}.bottom-testimonials .testimonial-person small{font-size:.82rem}.bottom-testimonials .stars{font-size:1rem}.bottom-testimonials .testimonial-carousel-track>article>p{font-size:1.05rem;color:#526679}
.patient-stories-section .carousel-controls button,.latest-articles-section .carousel-controls button,.bottom-testimonials .carousel-controls button{width:46px;height:46px;border-color:#b8dfdf;background:#fff;box-shadow:0 8px 16px rgba(8,90,104,.10)}
.patient-stories-section .carousel-controls button:hover,.latest-articles-section .carousel-controls button:hover,.bottom-testimonials .carousel-controls button:hover{background:linear-gradient(135deg,#0f4c81,#0c938d);color:#fff;transform:translateY(-2px)}
@media(max-width:760px){.doctors-section .section-top h2,.premium-care-section .section-top h2,.home-specialties-premium .section-top h2,.patient-stories-section .section-top h2,.latest-articles-section .section-top h2,.bottom-testimonials .section-top h2{padding-bottom:13px}.doctors-section .modern-doctor-grid img,.doctors-section .doctor-photo-placeholder{height:255px}.doctors-section .doctor-card-actions{grid-template-columns:1fr}.home-specialties-premium .premium-specialty-grid a{min-height:190px;padding:22px}.patient-stories-section .story-video-card{height:375px}.patient-stories-section .story-video-overlay{padding:32px 26px}.latest-articles-section .article-carousel-track>article>div{padding:31px 26px}.bottom-testimonials .testimonial-carousel-track>article{padding:26px}.bottom-testimonials .testimonial-person img{width:64px;height:64px}}
.admin-video-stories{background:#edf8f8}.admin-video-carousel{overflow:hidden;border-radius:20px;box-shadow:0 18px 42px #0d496022}.admin-video-carousel-track{display:flex;transition:transform .55s ease}.admin-video-carousel-track>article{min-width:100%;display:grid;grid-template-columns:1.12fr .88fr;background:#fff}.admin-video-carousel video,.admin-video-carousel .admin-video-youtube{width:100%;height:410px;display:block;object-fit:cover;background:#072f4d;border:0}.admin-video-carousel article>div{padding:52px;align-self:center}.admin-video-carousel article span{color:#0a918b;font-weight:800;font-size:.74rem;letter-spacing:.12em}.admin-video-carousel h3{font-size:clamp(1.7rem,3vw,2.8rem);line-height:1.1;margin:14px 0}.admin-video-carousel p{color:#68778a;line-height:1.7}@media(max-width:760px){.admin-video-carousel-track>article{grid-template-columns:1fr}.admin-video-carousel video,.admin-video-carousel .admin-video-youtube{height:250px}.admin-video-carousel article>div{padding:28px 24px}}

/* Compact patient review carousel with hero-style side arrows. */
.bottom-testimonials{padding-top:58px;padding-bottom:58px}.bottom-testimonials .section-top{justify-content:center;text-align:center;margin-bottom:22px}.bottom-testimonials .section-top>div{max-width:650px}.bottom-testimonials .carousel-controls{position:absolute;z-index:5;left:max(18px,4vw);right:max(18px,4vw);top:54%;display:flex;justify-content:space-between;pointer-events:none}.bottom-testimonials .carousel-controls button{width:50px;height:50px;border-color:#b7d9da;background:#fff;color:#087d79;box-shadow:0 12px 27px #0b4e611f;pointer-events:auto}.bottom-testimonials .carousel-controls button:hover{background:#087d79;color:#fff;transform:scale(1.08)}.testimonial-carousel{max-width:840px;margin:0 auto;overflow:hidden;padding:7px 4px 18px}.testimonial-carousel-track>article{min-height:230px;padding:24px 30px;border-radius:18px;box-shadow:0 12px 28px #0d497012}.testimonial-carousel-track .testimonial-person img{width:54px;height:54px}.testimonial-carousel-track .stars{margin:13px 0 8px}.testimonial-carousel-track>article>p{font-size:.93rem;line-height:1.65;margin:0;max-width:690px}.testimonial-carousel-track .testimonial-quote{font-size:1.25rem;margin-top:9px}.testimonial-carousel-track{transition:transform .55s ease}
@media(max-width:760px){.bottom-testimonials .carousel-controls{left:12px;right:12px;top:auto;bottom:25px}.bottom-testimonials .carousel-controls button{width:42px;height:42px}.bottom-testimonials{padding-bottom:82px}.testimonial-carousel-track>article{min-height:215px;padding:22px}.testimonial-carousel-track>article>p{font-size:.87rem}}

/* Restore the original testimonial layout: controls stay beside the heading. */
.bottom-testimonials{padding:68px max(22px,9vw);overflow:visible}.bottom-testimonials .section-top{display:flex;justify-content:space-between;align-items:end;text-align:left;margin-bottom:32px}.bottom-testimonials .section-top>div{max-width:650px}.bottom-testimonials .carousel-controls{position:static;display:flex;gap:9px;pointer-events:auto}.bottom-testimonials .carousel-controls button{width:42px;height:42px;border:1px solid #c5dfdf;border-radius:50%;background:#fff;color:#087b78;box-shadow:none;pointer-events:auto;transform:none}.bottom-testimonials .carousel-controls button:hover{background:#087b78;color:#fff;transform:none}.testimonial-carousel{max-width:none;margin:0;overflow:hidden;padding:0;border-radius:19px}.testimonial-carousel-track>article{min-height:0;padding:32px;border-radius:0;box-shadow:none}.testimonial-carousel-track .testimonial-person img{width:68px;height:68px}.testimonial-carousel-track .stars{margin:20px 0 12px}.testimonial-carousel-track>article>p{font-size:1.03rem;line-height:1.8;max-width:750px}.testimonial-carousel-track .testimonial-quote{font-size:1.6rem;margin-top:18px}
@media(max-width:760px){.bottom-testimonials{padding:50px 22px}.bottom-testimonials .section-top{display:block;text-align:left}.bottom-testimonials .carousel-controls{position:static;margin-top:20px}.testimonial-carousel-track>article{padding:24px}.testimonial-carousel-track>article>p{font-size:.94rem}}

/* Premium header interactions */
.site-header{transition:box-shadow .28s ease,background .28s ease}.site-brand{transition:transform .25s ease}.site-brand:hover{transform:translateY(-2px)}.brand-logo{transition:transform .35s ease,box-shadow .35s ease}.site-brand:hover .brand-logo{transform:rotate(-5deg) scale(1.08);box-shadow:0 8px 18px #0f4c8126}.site-nav a:not(.nav-appointment){position:relative;padding:9px 0;transition:color .22s ease,transform .22s ease}.site-nav a:not(.nav-appointment):after{content:"";position:absolute;left:0;right:0;bottom:3px;height:2px;background:linear-gradient(90deg,#0ea5b7,#16a34a);border-radius:10px;transform:scaleX(0);transform-origin:left;transition:transform .26s ease}.site-nav a:not(.nav-appointment):hover{color:#0b7e86;transform:translateY(-2px)}.site-nav a:not(.nav-appointment):hover:after,.site-nav a.active:not(.nav-appointment):after{transform:scaleX(1)}.nav-appointment{position:relative;overflow:hidden;isolation:isolate;box-shadow:0 8px 18px #0f4c8122;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.nav-appointment:before{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(115deg,#0c7790,#0d9a8e);transform:translateX(-102%);transition:transform .38s ease}.nav-appointment:hover{transform:translateY(-3px);box-shadow:0 13px 24px #0b52603d;color:#fff!important}.nav-appointment:hover:before{transform:translateX(0)}.install-button{transition:transform .22s ease,box-shadow .22s ease,background .22s ease}.install-button:hover{background:#0f4c81;color:#fff;transform:translateY(-2px);box-shadow:0 8px 16px #0f4c8124}.install-button:hover i{animation:install-bounce .7s ease infinite alternate}.site-menu-toggle{width:42px;height:42px;border-radius:12px;transition:background .22s ease,color .22s ease,transform .22s ease}.site-menu-toggle:hover{background:#e4f5f4;color:#087d79;transform:rotate(5deg)}@keyframes install-bounce{from{transform:translateY(-1px)}to{transform:translateY(2px)}}@media(max-width:850px){.site-nav a:not(.nav-appointment):after{bottom:0}.site-nav a:not(.nav-appointment):hover{transform:translateX(4px)}.site-nav .nav-appointment{margin-top:5px;text-align:center}}
.modern-doctor-grid.card-carousel-track>article{flex:0 0 calc((100% - 32px)/3);min-width:0}.testimonial-carousel{overflow:hidden;padding:7px 3px 18px;margin:0 -3px}.testimonial-carousel-track{display:flex;transition:transform .55s ease;will-change:transform}.testimonial-carousel-track>article{min-width:100%;background:linear-gradient(135deg,#f5fcfc,#fff);border:1px solid #dcecef;border-radius:22px;padding:32px;box-shadow:0 14px 32px #0d497012}.testimonial-carousel-track .testimonial-person img{width:68px;height:68px}.testimonial-carousel-track .stars span{color:#dce8e9}.testimonial-carousel-track>article>p{max-width:750px;font-size:1.03rem;line-height:1.8}.testimonial-carousel-track .testimonial-quote{font-size:1.6rem;color:#0b958f;display:block;text-align:right}
.mission-card h3,.vision-card h3{margin:21px 0 10px;font-size:1.55rem}.mission-card span,.vision-card span{display:block;margin-top:18px;font-size:.73rem;letter-spacing:.12em;font-weight:800;color:#0a8b85}.vision-card span{color:#0f4c81}.bottom-testimonial-grid>article{background:linear-gradient(155deg,#fff,#f4fbfb);border:1px solid #e0ecef;border-radius:20px;padding:25px;box-shadow:0 9px 25px #0d49700c;transition:transform .28s,box-shadow .28s,border-color .28s}.bottom-testimonial-grid>article:hover{transform:translateY(-9px);border-color:#8cd5d0;box-shadow:0 22px 40px #0b637022}.bottom-testimonial-grid .stars{color:#f4a712;font-size:.82rem;letter-spacing:2px;margin:20px 0 12px}.bottom-testimonial-grid>article>p{color:#556579;line-height:1.72;font-size:.9rem;margin:0}.bottom-testimonial-grid .testimonial-quote{display:block;color:#0b958f;font-size:1.4rem;text-align:right;margin-top:18px}@media(max-width:760px){.bottom-testimonial-grid>article{padding:22px}}
@media(max-width:760px){.modern-doctor-grid.card-carousel-track>article{flex-basis:85%}.testimonial-carousel-track>article{padding:24px}.testimonial-carousel-track>article>p{font-size:.94rem}}

/* Final responsive carousel positioning. */
.services-section,.doctors-section,.home-specialties-premium,.patient-stories-section,.latest-articles-section,.bottom-testimonials{position:relative!important}
.services-section .section-top,.doctors-section .section-top,.home-specialties-premium .section-top,.patient-stories-section .section-top,.latest-articles-section .section-top,.bottom-testimonials .section-top{position:static!important;display:block!important;min-height:0!important;margin-bottom:28px!important;padding:0!important;text-align:center!important}
.services-section .section-top>div:first-child,.doctors-section .section-top>div:first-child,.home-specialties-premium .section-top>div:first-child,.patient-stories-section .section-top>div:first-child,.latest-articles-section .section-top>div:first-child,.bottom-testimonials .section-top>div:first-child{max-width:720px!important;margin:0 auto!important}
.services-section .section-top h2,.doctors-section .section-top h2,.home-specialties-premium .section-top h2,.patient-stories-section .section-top h2,.latest-articles-section .section-top h2,.bottom-testimonials .section-top h2{text-align:center!important}
.services-section .section-top h2:after,.doctors-section .section-top h2:after,.home-specialties-premium .section-top h2:after,.patient-stories-section .section-top h2:after,.latest-articles-section .section-top h2:after,.bottom-testimonials .section-top h2:after{left:50%!important;transform:translateX(-50%)!important}
.services-section .section-top .carousel-controls,.doctors-section .section-top .carousel-controls,.home-specialties-premium .section-top .carousel-controls,.patient-stories-section .section-top .carousel-controls,.latest-articles-section .section-top .carousel-controls,.bottom-testimonials .section-top .carousel-controls{position:absolute!important;z-index:9!important;top:62%!important;right:clamp(16px,3vw,54px)!important;bottom:auto!important;left:clamp(16px,3vw,54px)!important;width:auto!important;margin:0!important;padding:0!important;display:flex!important;justify-content:space-between!important;pointer-events:none!important;transform:translateY(-50%)!important}
.services-section .section-top .carousel-controls button,.doctors-section .section-top .carousel-controls button,.home-specialties-premium .section-top .carousel-controls button,.patient-stories-section .section-top .carousel-controls button,.latest-articles-section .section-top .carousel-controls button,.bottom-testimonials .section-top .carousel-controls button{width:48px!important;height:48px!important;border:1px solid #b7d9da!important;border-radius:50%!important;background:#fff!important;color:#087d79!important;box-shadow:0 12px 27px rgba(11,78,97,.12)!important;pointer-events:auto!important}
.services-section .section-top .carousel-controls button:hover,.doctors-section .section-top .carousel-controls button:hover,.home-specialties-premium .section-top .carousel-controls button:hover,.patient-stories-section .section-top .carousel-controls button:hover,.latest-articles-section .section-top .carousel-controls button:hover,.bottom-testimonials .section-top .carousel-controls button:hover{background:#087d79!important;color:#fff!important;transform:scale(1.08)!important}
@media(max-width:760px){.services-section .section-top,.doctors-section .section-top,.home-specialties-premium .section-top,.patient-stories-section .section-top,.latest-articles-section .section-top,.bottom-testimonials .section-top{margin-bottom:18px!important;text-align:center!important}.services-section .section-top .carousel-controls,.doctors-section .section-top .carousel-controls,.home-specialties-premium .section-top .carousel-controls,.patient-stories-section .section-top .carousel-controls,.latest-articles-section .section-top .carousel-controls,.bottom-testimonials .section-top .carousel-controls{display:none!important}.services-section .card-carousel-viewport,.doctors-section .card-carousel-viewport,.home-specialties-premium .card-carousel-viewport{padding:4px 0 18px!important}.services-section .card-carousel-track>article,.doctors-section .card-carousel-track>article,.home-specialties-premium .card-carousel-track>a{flex:0 0 calc((100% - 16px)/2)!important;min-width:0!important}.services-section .modern-service-grid article,.home-specialties-premium .premium-specialty-grid a{min-height:180px!important;padding:18px!important}.doctors-section .modern-doctor-grid img,.doctors-section .doctor-photo-placeholder{height:150px!important}.doctors-section .modern-doctor-grid article>div:last-child{padding:15px!important}.doctors-section .doctor-card-actions{gap:7px!important;margin-top:12px!important}.doctors-section .doctor-card-actions a,.doctors-section .doctor-card-actions button{min-height:36px!important;padding:7px!important;font-size:.65rem!important}.card-carousel-viewport{touch-action:pan-y!important}}

/* Testimonial carousel final override. */
html body .bottom-testimonials .section-top{position:relative!important;display:block!important;margin-bottom:25px!important;padding-right:118px!important;text-align:center!important}
html body .bottom-testimonials .section-top .carousel-controls{position:absolute!important;top:50%!important;right:0!important;bottom:auto!important;left:auto!important;width:auto!important;display:flex!important;gap:10px!important;justify-content:flex-start!important;pointer-events:auto!important;transform:translateY(-50%)!important}
html body .bottom-testimonials .section-top .carousel-controls button{width:43px!important;height:43px!important;border-radius:50%!important}
html body .bottom-testimonials .testimonial-carousel{max-width:none!important;margin:0!important;padding:4px 2px 18px!important;overflow:hidden!important;border-radius:0!important;box-shadow:none!important}
html body .bottom-testimonials .testimonial-card-track{display:flex!important;gap:16px!important;transition:transform .55s ease!important;will-change:transform}
html body .bottom-testimonials .testimonial-card-track>article{box-sizing:border-box!important;flex:0 0 calc((100% - 32px)/3)!important;min-width:0!important;min-height:275px!important;padding:24px!important;border:1px solid #dbecef!important;border-radius:18px!important;background:linear-gradient(145deg,#fff,#f2fbfb)!important;box-shadow:0 11px 25px rgba(13,73,112,.08)!important}
html body .bottom-testimonials .testimonial-card-track .testimonial-person img{width:54px!important;height:54px!important}html body .bottom-testimonials .testimonial-card-track .testimonial-person strong{font-size:.96rem!important}html body .bottom-testimonials .testimonial-card-track .testimonial-person small{font-size:.75rem!important}html body .bottom-testimonials .testimonial-card-track .stars{margin:15px 0 10px!important;font-size:.82rem!important}html body .bottom-testimonials .testimonial-card-track>article>p{font-size:.9rem!important;line-height:1.65!important}html body .bottom-testimonials .testimonial-card-track .testimonial-quote{font-size:1.2rem!important;margin-top:12px!important}
@media(max-width:760px){html body .bottom-testimonials{padding-left:18px!important;padding-right:18px!important}html body .bottom-testimonials .section-top{padding-right:0!important;margin-bottom:17px!important;text-align:center!important}html body .bottom-testimonials .section-top .carousel-controls{display:none!important}html body .bottom-testimonials .testimonial-carousel{padding:3px 0 16px!important;border-radius:16px!important}html body .bottom-testimonials .testimonial-card-track{gap:0!important}html body .bottom-testimonials .testimonial-card-track>article{flex:0 0 100%!important;min-height:0!important;padding:23px!important;border-radius:16px!important}html body .bottom-testimonials .testimonial-card-track>article>p{font-size:.92rem!important;line-height:1.7!important}html body .bottom-testimonials .testimonial-card-track .testimonial-person img{width:58px!important;height:58px!important}}

/* ABOUT PAGE PHOTOS + JOURNEY SCROLL ANIMATION */
.about-purpose-photo{display:block;width:100%;height:180px;object-fit:cover;border-radius:10px;margin:0 0 22px}.about-purpose-card .about-purpose-icon{margin-top:-48px;position:relative;border:4px solid #fff}.about-timeline[data-about-journey] .timeline-card,.about-timeline[data-about-journey] .timeline-mark{opacity:0;transform:translateY(26px);transition:opacity .65s ease,transform .65s ease}.about-timeline[data-about-journey].is-visible .timeline-card,.about-timeline[data-about-journey].is-visible .timeline-mark{opacity:1;transform:translateY(0)}.about-timeline[data-about-journey].is-visible .timeline-right{transition-delay:.18s}.about-timeline[data-about-journey].is-visible .timeline-left:nth-of-type(3){transition-delay:.34s}.about-timeline[data-about-journey].is-visible .timeline-right:last-child{transition-delay:.5s}.about-timeline[data-about-journey].is-visible .timeline-mark:nth-of-type(2){transition-delay:.1s}.about-timeline[data-about-journey].is-visible .timeline-mark:nth-of-type(4){transition-delay:.42s}@media(max-width:620px){.about-purpose-photo{height:155px;margin-bottom:19px}.about-purpose-card .about-purpose-icon{margin-top:-45px}}
/* ABOUT INTRO: reference-style staggered photo and text reveal. */
[data-about-photo-reveal] .about-collage-main,[data-about-photo-reveal] .about-collage-top,[data-about-photo-reveal] .about-collage-bottom,[data-about-photo-reveal] .about-years-card,[data-about-copy-reveal]>*{opacity:0;transition:opacity .68s ease,transform .68s cubic-bezier(.2,.75,.25,1)}[data-about-photo-reveal] .about-collage-main{transform:translateX(-34px) scale(.96)}[data-about-photo-reveal] .about-collage-top{transform:translateY(-24px) scale(.95);transition-delay:.14s}[data-about-photo-reveal] .about-collage-bottom{transform:translateY(26px) scale(.95);transition-delay:.28s}[data-about-photo-reveal] .about-years-card{transform:translateY(20px);transition-delay:.42s}[data-about-copy-reveal]>*{transform:translateY(24px)}[data-about-copy-reveal]>*:nth-child(2){transition-delay:.12s}[data-about-copy-reveal]>*:nth-child(3){transition-delay:.23s}[data-about-copy-reveal]>*:nth-child(4){transition-delay:.34s}[data-about-copy-reveal]>*:nth-child(5){transition-delay:.45s}[data-about-copy-reveal]>*:nth-child(6){transition-delay:.56s}[data-about-photo-reveal].is-visible .about-collage-main,[data-about-photo-reveal].is-visible .about-collage-top,[data-about-photo-reveal].is-visible .about-collage-bottom,[data-about-photo-reveal].is-visible .about-years-card,[data-about-copy-reveal].is-visible>*{opacity:1;transform:translate(0) scale(1)}@media(prefers-reduced-motion:reduce){[data-about-photo-reveal] .about-collage-main,[data-about-photo-reveal] .about-collage-top,[data-about-photo-reveal] .about-collage-bottom,[data-about-photo-reveal] .about-years-card,[data-about-copy-reveal]>*{opacity:1;transform:none;transition:none}}

/* HOME VACANCY SECTION: shown between the care journey and FAQ. */
.home-vacancy-section{display:grid;grid-template-columns:.82fr 1.18fr;gap:34px;align-items:center;margin:0 max(22px,9vw) 72px;padding:42px;border-radius:25px;overflow:hidden;background:radial-gradient(circle at 0 0,#d5f4ef,transparent 42%),linear-gradient(135deg,#062f53,#0d6c79);color:#fff;box-shadow:0 20px 42px rgba(5,57,82,.18)}.home-vacancy-intro .section-kicker{color:#8cf1df}.home-vacancy-intro h2{max-width:470px;font-size:clamp(1.8rem,3.3vw,3rem);line-height:1.08;letter-spacing:-.045em;margin:12px 0}.home-vacancy-intro p{max-width:470px;color:#d5eef0;line-height:1.65;margin:0 0 22px}.home-vacancy-intro .btn-hms{background:#fff;color:#075069}.home-vacancy-intro .btn-hms:hover{background:#8ceee1;color:#053b52}.home-vacancy-list{display:grid;gap:11px}.home-vacancy-card,.home-vacancy-empty{display:flex;align-items:center;gap:14px;padding:13px 15px;border:1px solid rgba(255,255,255,.18);border-radius:16px;background:rgba(255,255,255,.12);backdrop-filter:blur(8px);transition:transform .25s ease,background .25s ease}.home-vacancy-card:hover{transform:translateX(5px);background:rgba(255,255,255,.19)}.home-vacancy-card img,.home-vacancy-icon{width:58px;height:58px;flex:0 0 58px;border-radius:13px;object-fit:cover;background:#dff9f6;color:#087d79;display:grid;place-items:center;font-size:1.3rem}.home-vacancy-card>div{min-width:0;flex:1}.home-vacancy-card span{display:block;color:#99f2e4;font-size:.65rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.home-vacancy-card h3{margin:4px 0;font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-vacancy-card p{margin:0;color:#d4edef;font-size:.77rem}.home-vacancy-card>a{width:36px;height:36px;display:grid;place-items:center;border-radius:50%;background:#fff;color:#087573;text-decoration:none;transition:transform .2s}.home-vacancy-card>a:hover{transform:rotate(45deg);background:#9af0e4}.home-vacancy-empty{min-height:125px}.home-vacancy-empty>i{font-size:2rem;color:#9af0e4}.home-vacancy-empty>div{flex:1}.home-vacancy-empty strong{display:block}.home-vacancy-empty p{margin:5px 0 0;color:#d4edef;font-size:.82rem}.home-vacancy-empty>a{color:#fff;font-weight:800;font-size:.83rem;text-decoration:none;white-space:nowrap}@media(max-width:760px){.home-vacancy-section{grid-template-columns:1fr;margin:0 18px 52px;padding:28px 21px;gap:25px;border-radius:20px}.home-vacancy-intro h2{font-size:1.82rem}.home-vacancy-card{padding:11px}.home-vacancy-card img,.home-vacancy-icon{width:48px;height:48px;flex-basis:48px}.home-vacancy-card h3{font-size:.91rem}.home-vacancy-card p{font-size:.7rem}.home-vacancy-card>a{width:31px;height:31px;font-size:.75rem}}

/* HOME COMMUNITY & EVENTS: official programs with photos or YouTube videos. */
.home-community-section{background:linear-gradient(135deg,#f4fbfb,#eaf6f7)!important}.home-community-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.home-community-card{overflow:hidden;border:1px solid #d9e9eb;border-radius:20px;background:#fff;box-shadow:0 12px 28px rgba(9,75,96,.08);transition:transform .28s ease,box-shadow .28s ease}.home-community-card:hover{transform:translateY(-8px);box-shadow:0 24px 42px rgba(9,75,96,.16)}.home-community-card>img,.home-community-card>iframe,.home-community-placeholder{display:block;width:100%;height:220px;border:0;object-fit:cover;background:#0d4961}.home-community-placeholder{display:grid;place-items:center;color:#9af0e4;font-size:3rem;background:linear-gradient(135deg,#0b4765,#078b88)}.home-community-card>div{padding:22px}.home-community-card span{display:block;color:#0b8d87;font-size:.66rem;letter-spacing:.13em;font-weight:800}.home-community-card h3{font-size:1.22rem;margin:9px 0}.home-community-card p{margin:0;color:#66788a;font-size:.84rem;line-height:1.65}.home-community-empty{grid-column:1/-1;text-align:center;padding:48px 20px;border:1px dashed #9cd5d4;border-radius:20px;background:#fff;color:#536e7c}.home-community-empty i{font-size:2.4rem;color:#0a938d}.home-community-empty h3{margin:14px 0 7px}.home-community-empty p{margin:0}@media(max-width:850px){.home-community-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.home-community-section{padding-left:18px!important;padding-right:18px!important}.home-community-grid{grid-template-columns:1fr;gap:14px}.home-community-card>img,.home-community-card>iframe,.home-community-placeholder{height:205px}.home-community-card>div{padding:18px}.home-community-card h3{font-size:1.08rem}}

/* Community & Events — large premium slider, matching the Patient Stories style. */
.home-community-section{position:relative!important;overflow:hidden!important;background:radial-gradient(circle at 10% 5%,#0b6c7b 0,transparent 32%),linear-gradient(135deg,#062c4b,#075d6a)!important;color:#fff}.home-community-section .section-top{position:relative!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;min-height:144px!important;margin-bottom:24px!important;padding:0 110px!important;text-align:center!important}.home-community-section .section-kicker{color:#88efe0!important}.home-community-section .section-top h2{color:#fff!important;font-size:clamp(2rem,3.6vw,3.3rem)!important;margin:10px 0!important}.home-community-section .section-subcopy{color:#c3e4e7!important}.home-community-section .carousel-controls{position:absolute!important;left:0!important;right:0!important;top:50%!important;z-index:6!important;display:flex!important;justify-content:space-between!important;transform:translateY(-50%)!important;pointer-events:none}.home-community-section .carousel-controls button{width:48px!important;height:48px!important;border:1px solid rgba(180,242,234,.42)!important;border-radius:50%!important;background:rgba(255,255,255,.13)!important;color:#a2f4e9!important;box-shadow:0 10px 23px rgba(0,12,26,.24)!important;pointer-events:auto!important}.home-community-section .carousel-controls button:hover{background:#8df0e2!important;color:#063d57!important;transform:scale(1.07)!important}.home-community-carousel{overflow:hidden;border:1px solid rgba(181,239,234,.24);border-radius:6px 28px 28px 28px;box-shadow:0 25px 55px rgba(0,13,27,.34)}.home-community-track{display:flex;transition:transform .55s ease}.home-community-track>article{min-width:100%}.home-community-slide{position:relative;height:500px;isolation:isolate;overflow:hidden}.home-community-slide>img,.home-community-slide>iframe{position:absolute;inset:0;width:100%;height:100%;border:0;object-fit:cover;z-index:-2;background:#062d4d}.home-community-overlay{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(2,25,46,.94) 0%,rgba(2,42,61,.68) 51%,rgba(2,42,61,.11) 100%)}.home-community-copy{height:100%;max-width:660px;padding:55px 58px;display:flex;flex-direction:column;justify-content:flex-end;color:#fff}.home-community-copy small{color:#91f2e4;letter-spacing:.13em;font-size:.67rem;font-weight:800}.home-community-copy h3{font-family:Georgia,serif;font-size:clamp(2rem,4vw,3.35rem);line-height:1.1;letter-spacing:-.045em;margin:12px 0}.home-community-copy p{max-width:540px;margin:0 0 19px;color:#d6eced;line-height:1.7}.home-community-copy a{display:inline-flex;align-items:center;gap:9px;width:max-content;padding:11px 15px;border:1px solid rgba(255,255,255,.35);border-radius:10px;color:#fff;text-decoration:none;font-size:.82rem;font-weight:800;transition:background .22s,color .22s}.home-community-copy a:hover{background:#8cf0e2;color:#063e56}.community-slide-tag{position:absolute;right:28px;top:25px;padding:8px 12px;border:1px solid rgba(255,255,255,.45);border-radius:30px;color:#fff;font-size:.64rem;letter-spacing:.13em;font-weight:800}.community-play{width:65px;height:65px;margin-bottom:auto;display:grid;place-items:center;border:1px solid rgba(255,255,255,.55);border-radius:18px 18px 18px 3px;background:rgba(255,255,255,.16);color:#fff;font-size:1.15rem;backdrop-filter:blur(10px)}@media(max-width:760px){.home-community-section{padding:56px 18px!important}.home-community-section .section-top{display:block!important;min-height:0!important;margin-bottom:20px!important;padding:0 0 65px!important}.home-community-section .carousel-controls{top:auto!important;bottom:2px!important;transform:none!important}.home-community-section .carousel-controls button{width:42px!important;height:42px!important;background:#fff!important;color:#087d79!important}.home-community-carousel{border-radius:5px 20px 20px 20px}.home-community-slide{height:405px}.home-community-copy{padding:28px 25px 30px}.home-community-copy h3{font-size:2rem}.home-community-copy p{font-size:.88rem;line-height:1.6}.community-slide-tag{right:15px;top:15px;font-size:.53rem}.community-play{width:55px;height:55px;margin-bottom:auto}}

/* Community slider arrows: aligned to the left and right side of the slide, like the reference design. */
.home-community-section .carousel-controls{top:60%!important;left:max(14px,4vw)!important;right:max(14px,4vw)!important}.home-community-section .carousel-controls button{width:50px!important;height:50px!important;background:#f5fffe!important;color:#087d79!important;border-color:#c2e7e2!important;box-shadow:0 12px 27px rgba(0,17,35,.28)!important}@media(max-width:760px){.home-community-section .carousel-controls{top:60%!important;bottom:auto!important;left:9px!important;right:9px!important;transform:translateY(-50%)!important}.home-community-section .carousel-controls button{width:40px!important;height:40px!important}}

/* PATIENT STORIES: restore the original large dark slider with side arrows. */
html body .patient-stories-section{position:relative!important;overflow:hidden!important;padding:82px max(72px,10vw)!important;background:radial-gradient(circle at 10% 0,#087689 0,transparent 34%),linear-gradient(135deg,#052942,#075b6b)!important}html body .patient-stories-section .section-top{position:static!important;display:block!important;min-height:0!important;margin:0 0 28px!important;padding:0!important;text-align:center!important}html body .patient-stories-section .section-top>div:first-child{max-width:720px!important;margin:0 auto!important}html body .patient-stories-section .section-top h2{color:#fff!important;text-align:center!important;font-size:clamp(2.2rem,4vw,3.45rem)!important;margin:10px 0!important;padding:0!important}html body .patient-stories-section .section-top h2:after{display:none!important}html body .patient-stories-section .section-subcopy{margin:0 auto!important;color:#c7e6e9!important}html body .patient-stories-section .section-top .carousel-controls{position:absolute!important;z-index:12!important;top:62%!important;left:max(14px,4vw)!important;right:max(14px,4vw)!important;bottom:auto!important;width:auto!important;margin:0!important;padding:0!important;display:flex!important;justify-content:space-between!important;transform:translateY(-50%)!important;pointer-events:none!important}html body .patient-stories-section .section-top .carousel-controls button{width:50px!important;height:50px!important;border:1px solid #c5e5e2!important;border-radius:50%!important;background:#f7fffe!important;color:#087d79!important;box-shadow:0 12px 28px rgba(0,15,31,.3)!important;pointer-events:auto!important}html body .patient-stories-section .section-top .carousel-controls button:hover{background:#8deee1!important;color:#063d57!important;transform:scale(1.08)!important}html body .patient-stories-section .story-carousel{overflow:hidden!important;border:1px solid rgba(186,241,234,.24)!important;border-radius:5px 28px 28px 28px!important;box-shadow:0 25px 55px rgba(0,13,27,.36)!important}html body .patient-stories-section .story-video-card{height:500px!important}html body .patient-stories-section .story-video-card>img{object-position:center!important}html body .patient-stories-section .story-video-overlay{max-width:680px!important;padding:56px 58px 58px!important}html body .patient-stories-section .story-video-overlay h3{font-family:Georgia,serif!important;font-size:clamp(2rem,4vw,3.4rem)!important;line-height:1.1!important;letter-spacing:-.045em!important}html body .patient-stories-section .video-play{margin-bottom:auto!important;border-radius:18px 18px 18px 3px!important}
@media(max-width:760px){html body .patient-stories-section{padding:56px 18px!important}html body .patient-stories-section .section-top{margin-bottom:20px!important;padding-bottom:0!important}html body .patient-stories-section .section-top h2{font-size:2rem!important}html body .patient-stories-section .section-top .carousel-controls{display:none!important}html body .patient-stories-section .story-carousel{border-radius:5px 20px 20px 20px!important}html body .patient-stories-section .story-video-card{height:380px!important}html body .patient-stories-section .story-video-overlay{padding:27px 24px 29px!important;max-width:88%!important}html body .patient-stories-section .story-video-overlay h3{font-size:1.8rem!important}html body .patient-stories-section .story-video-overlay small{font-size:.68rem!important}}

/* Show the complete Community & Events photo on every screen — never crop it. */
.home-community-slide>img{object-fit:contain!important;object-position:center!important;background:#06364f}.home-community-slide:has(>img){background:#06364f}@media(max-width:760px){.home-community-slide{height:360px!important}.home-community-slide>img{object-fit:contain!important}.home-community-overlay{background:linear-gradient(90deg,rgba(2,25,46,.92),rgba(2,42,61,.58),rgba(2,42,61,.18))}.home-community-copy{padding:24px 20px!important;max-width:86%}.home-community-copy h3{font-size:1.55rem!important;line-height:1.13}.home-community-copy p{font-size:.78rem!important;line-height:1.52;margin-bottom:12px}.home-community-copy a{padding:8px 11px;font-size:.72rem}.community-slide-tag{font-size:.48rem!important}}

/* Community event video player and cover image. */
.home-community-slide>img{object-fit:cover!important;object-position:center!important}.community-play{position:relative;z-index:3;border:0!important;cursor:pointer;transition:transform .22s ease,background .22s ease}.community-play:hover{transform:scale(1.1);background:#8deee1!important;color:#063d57!important}.program-video-modal{position:fixed;inset:0;z-index:9999;display:none;place-items:center;padding:20px}.program-video-modal.is-open{display:grid}.program-video-backdrop{position:absolute;inset:0;background:rgba(1,16,30,.82);backdrop-filter:blur(6px)}.program-video-dialog{position:relative;z-index:1;width:min(920px,100%);aspect-ratio:16/9;border-radius:18px;overflow:hidden;background:#000;box-shadow:0 28px 70px rgba(0,0,0,.48)}.program-video-frame,.program-video-frame iframe,.program-video-frame video{width:100%;height:100%;display:block;border:0;background:#000}.program-video-close{position:absolute;z-index:2;right:12px;top:12px;width:40px;height:40px;border:0;border-radius:50%;background:rgba(255,255,255,.93);color:#073d58;font-size:1.1rem;cursor:pointer;box-shadow:0 8px 18px rgba(0,0,0,.22)}.program-video-close:hover{background:#8deee1}@media(max-width:760px){.program-video-modal{padding:14px}.program-video-dialog{border-radius:13px}.program-video-close{right:8px;top:8px;width:35px;height:35px}}

/* Final Community & Events controls: desktop card-side arrows, compact touch-only mobile. */
@media(min-width:761px){.home-community-section .carousel-controls{top:67%!important;left:max(14px,4vw)!important;right:max(14px,4vw)!important}.home-community-section .carousel-controls button{width:50px!important;height:50px!important}}
@media(max-width:760px){.home-community-section{padding:42px 16px!important}.home-community-section .section-top{margin-bottom:16px!important;padding:0!important}.home-community-section .section-top h2{font-size:1.72rem!important;line-height:1.12}.home-community-section .section-subcopy{font-size:.78rem!important;line-height:1.5}.home-community-section .carousel-controls{display:none!important}.home-community-carousel{border-radius:5px 17px 17px 17px!important}.home-community-slide{height:315px!important}.home-community-copy{padding:19px 18px 20px!important;max-width:90%!important}.home-community-copy h3{font-size:1.35rem!important;margin:8px 0!important}.home-community-copy p{font-size:.72rem!important;line-height:1.45!important;margin-bottom:9px!important}.home-community-copy a{padding:7px 9px!important;font-size:.66rem!important}.community-play{width:48px!important;height:48px!important;font-size:.9rem!important}.community-slide-tag{right:11px!important;top:11px!important}}

/* FINAL MOBILE HERO RULE: banner photo/video only — no text or controls. */
@media(min-width:651px){.home-slider .hero-home-content{padding-left:max(22px,5vw)!important}}
@media(min-width:651px){.home-slider .home-slide-image,.home-slider .home-slide-video{transform:scale(1)!important}.home-slider .home-slide.active .home-slide-image,.home-slider .home-slide.active .home-slide-video{transform:scale(1.015)!important}}
@media(max-width:650px){
  .home-slider .hero-home-content,
  .home-slider .hero-trust,
  .home-slider .slider-dots{display:none!important}
  .home-slider .home-slide-overlay{background:transparent!important}
  .home-slider{height:40vw!important;min-height:155px!important;max-height:245px!important;background:#062b4e!important}
  .home-slider .home-slide-image,
  .home-slider .home-slide-video{background-size:contain!important;background-position:center!important;object-fit:contain!important;transform:none!important}
  .home-slider .slider-control{display:grid!important;place-items:center;z-index:9!important;top:50%!important;width:32px!important;height:32px!important;border:1px solid rgba(255,255,255,.75)!important;border-radius:50%!important;background:rgba(3,49,77,.52)!important;color:#fff!important;font-size:.7rem!important;transform:translateY(-50%)!important}
  .home-slider .slider-prev{left:8px!important}.home-slider .slider-next{right:8px!important}
}
