:root{
  --primary:#3d2fa0;
  --primary-dark:#24196e;
  --accent:#e8362a;
  --accent-dark:#c92b22;
  --ink:#1d2330;
  --muted:#667085;
  --soft:#f5f7fb;
  --line:#e6e9f0;
  --white:#fff;
  --footer:#101a39;
  --shadow:0 14px 40px rgba(25,35,70,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:#fff;line-height:1.7;overflow-x:hidden}
a{color:inherit;text-decoration:none;transition:.25s ease}
a:hover{color:var(--primary)}
img{max-width:100%;height:auto;display:block}
ul{margin:0;padding:0;list-style:none}
h1,h2,h3,h4,h5,h6{margin:0 0 16px;line-height:1.25;color:#17203a}
p{margin:0 0 16px;color:#596277}
.container{width:min(1140px,calc(100% - 40px));margin:0 auto}
.row{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px}
.row>[class*="col-"]{padding-left:12px;padding-right:12px;min-width:0}
.col-lg-3{width:25%}.col-lg-4{width:33.3333%}.col-lg-5{width:41.6667%}.col-lg-6{width:50%}.col-lg-7{width:58.3333%}.col-lg-8{width:66.6667%}.col-lg-12{width:100%}
.col-md-3{width:25%}.col-md-4{width:33.3333%}.col-md-6{width:50%}.col-md-9{width:75%}.col-md-12{width:100%}
.align-items-center{align-items:center}.m-auto{margin-left:auto!important;margin-right:auto!important}.mt-4{margin-top:24px!important}.mt-5{margin-top:48px!important}.mb-4{margin-bottom:24px!important}.mb-5{margin-bottom:48px!important}.p-0{padding:0!important}.pl-0{padding-left:0!important}.pt-100{padding-top:90px}.pb-70{padding-bottom:60px}.pb-130{padding-bottom:110px}.h-auto{height:auto!important}.text-left{text-align:left}.text-right{text-align:right}.d-table{display:table;width:100%;height:100%}.d-table-cell{display:table-cell;vertical-align:middle}

/* Lightweight icon fallback so the package is self-contained */
.bx{font-style:normal;display:inline-flex;align-items:center;justify-content:center;line-height:1}
.bx::before{font-family:Arial,Helvetica,sans-serif;font-weight:700;font-size:.95em}
.bx-phone-call::before{content:"☎"}.bxs-paper-plane::before{content:"✉"}.bx-envelope::before{content:"✉"}.bx-location-plus::before{content:"⌖"}.bx-plus::before{content:"+"}.bx-time::before{content:"◷"}.bx-times::before{content:"×"}.bx-chevrons-up::before{content:"⌃"}.bxl-facebook::before{content:"f"}.bxl-youtube::before{content:"▶"}.bxl-instagram::before{content:"◎"}.bxl-whatsapp::before{content:"☎"}

/* Header */
.header-area{position:relative;z-index:50}
.top-header-area{background:linear-gradient(90deg,var(--primary-dark),var(--primary));color:#fff;padding:10px 0}
.top-header-area .row{align-items:center}
.header-content-left,.header-content-right{display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.header-content-left li a,.header-content-right li a{color:#fff;font-size:14px;display:flex;align-items:center;gap:8px}
.header-content-left .bx{width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,.13)}
.header-content-right{justify-content:flex-end;gap:8px}
.header-content-right a{width:32px;height:32px;border-radius:8px;background:rgba(255,255,255,.15);justify-content:center}
.header-content-right a:hover{background:var(--accent);color:#fff;transform:translateY(-2px)}
.nav-area{background:#fff;box-shadow:0 5px 18px rgba(25,35,70,.08)}
.navbar{min-height:82px;display:flex;align-items:center}
.navbar>.container{display:flex;align-items:center;width:min(1140px,calc(100% - 40px));margin:0 auto}
.navbar-brand{display:flex;align-items:center;flex:0 0 auto}
.navbar-brand img{max-height:64px;width:auto}
.navbar-collapse{display:flex!important;align-items:center;flex:1}
.navbar-nav{display:flex;align-items:center;gap:2px}
.nav-item{position:relative}
.nav-link{display:flex;align-items:center;gap:6px;padding:30px 12px;font-size:14px;font-weight:700;color:#26304b;white-space:nowrap}
.nav-link:hover{color:var(--primary)}
.dropdown-menu{position:absolute;left:0;top:calc(100% - 8px);width:310px;max-height:72vh;overflow:auto;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:12px;padding:8px 0;opacity:0;visibility:hidden;transform:translateY(10px);transition:.2s ease;z-index:100}
.nav-item:hover>.dropdown-menu,.nav-item.open>.dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}
.dropdown-menu .nav-link{padding:10px 18px;font-size:13px;font-weight:600;white-space:normal;border-left:3px solid transparent}
.dropdown-menu .nav-link:hover{background:#f6f4ff;border-left-color:var(--primary)}
.others-option{margin-left:18px;flex:0 0 auto}
.default-btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--accent),var(--accent-dark));color:#fff!important;padding:12px 20px;border-radius:9px;font-weight:700;font-size:14px;box-shadow:0 8px 20px rgba(232,54,42,.24)}
.default-btn:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(232,54,42,.3)}
.navbar-toggler{display:none;border:0;background:transparent;width:44px;height:40px;margin-left:auto;padding:8px;cursor:pointer}
.icon-bar{display:block;height:3px;background:var(--primary);border-radius:10px;margin:5px 0;transition:.25s}
.navbar-toggler.active .top-bar{transform:translateY(8px) rotate(45deg)}
.navbar-toggler.active .middle-bar{opacity:0}.navbar-toggler.active .bottom-bar{transform:translateY(-8px) rotate(-45deg)}

/* Page banner */
.page-title-area{height:280px;position:relative;background:linear-gradient(rgba(24,18,76,.76),rgba(24,18,76,.76)),url('../img/page-banner-bg1.jpg') center/cover no-repeat;color:#fff}
.page-title-content{text-align:center}
.page-title-content h2{font-size:42px;color:#fff;margin-bottom:14px;text-transform:capitalize}
.page-title-content ul{display:flex;justify-content:center;gap:10px;align-items:center;color:#fff}
.page-title-content li+li::before{content:"/";margin-right:10px;color:rgba(255,255,255,.7)}
.page-title-content a{color:#fff}.page-title-content .active{color:#f5c4c0}

/* About */
.about-area{background:linear-gradient(180deg,#fff,#fafbff)}
.about-img{position:relative;padding:18px}
.about-img::before{content:"";position:absolute;inset:0 34px 34px 0;background:linear-gradient(135deg,var(--primary),#7266d5);border-radius:28px;z-index:0}
.about-img img{position:relative;z-index:1;width:100%;border-radius:24px;box-shadow:var(--shadow);object-fit:cover}
.about-content{padding-left:28px}
.about-content>h2:first-child{font-size:18px;text-transform:uppercase;letter-spacing:2px;color:var(--accent);margin-bottom:8px}
.about-content .abhishek{font-size:38px;color:var(--primary-dark)}
.about-content .abhishek span{color:var(--accent)}
.about-content h4{font-size:18px;color:var(--primary);margin-top:8px}
.about-content b{color:#2b3348;line-height:1.8}

/* Service detail pages */
.services-details-area{padding:72px 0 90px;background:#fff}
.scrives-item-2{background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px;box-shadow:0 12px 36px rgba(25,35,70,.08)}
.services-img{height:100%;min-height:340px;border-radius:16px;overflow:hidden;background:#eef1f7}
.services-img img{width:100%;height:100%;min-height:340px;object-fit:cover}
.scrives-item-2 h2{font-size:34px;color:var(--primary-dark);position:relative;padding-bottom:14px}
.scrives-item-2 h2::after{content:"";position:absolute;left:0;bottom:0;width:64px;height:4px;border-radius:5px;background:var(--accent)}
.scrives-item-2 h4{font-size:22px;color:var(--primary-dark);margin-top:22px}
.scrives-item-2 ul{padding-left:22px;list-style:disc;margin-bottom:16px}
.scrives-item-2 li{color:#596277;margin-bottom:9px;padding-left:4px}

/* Contact */
.content-section{padding:35px 0 90px}
.section-title{text-align:center;margin-bottom:36px}
.section-title h2{font-size:38px;color:var(--primary-dark)}
.book_box{height:100%;background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 12px 34px rgba(25,35,70,.08)}
.map_box{height:240px;background:#eef1f7}.map_box iframe{width:100%;height:100%}
.heading-an{padding:24px}.heading-an h2{font-size:26px;color:var(--primary)}
.card-details-list li{border-top:1px solid #edf0f5}.card-details-list li:first-child{border-top:0}
.list-row{display:flex;gap:12px;align-items:flex-start;padding:13px 0}
.list-row .bx{flex:0 0 34px;width:34px;height:34px;border-radius:9px;background:#f0edff;color:var(--primary);font-size:18px}
.list-row a{font-size:14px;color:#535d72;word-break:break-word}
.books{display:flex;flex-direction:column;justify-content:center;min-height:100%;padding:32px;background:linear-gradient(145deg,var(--primary-dark),var(--primary));color:#fff}
.books h2{color:#fff;text-align:center}.makeappoinment{display:flex;justify-content:center}
.link_up{display:flex;align-items:center;gap:14px;background:#25d366;color:#fff!important;padding:15px 18px;border-radius:12px;font-weight:700;box-shadow:0 12px 25px rgba(37,211,102,.22)}
.link_up span{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.18);font-size:22px}.link_up p{margin:0;color:#fff}

/* Gallery */
.glry{padding:72px 0 90px;background:#fafbff}
.demo-gallery .row{row-gap:24px}
.img-responsive{width:100%;height:300px;object-fit:cover;border-radius:16px;box-shadow:0 12px 30px rgba(25,35,70,.11);transition:.25s;cursor:zoom-in}
.demo-gallery li:hover .img-responsive{transform:translateY(-5px);box-shadow:0 18px 38px rgba(25,35,70,.16)}
.site-lightbox{position:fixed;inset:0;background:rgba(6,9,20,.92);z-index:9999;display:none;align-items:center;justify-content:center;padding:30px}
.site-lightbox.open{display:flex}.site-lightbox img{max-width:min(1000px,92vw);max-height:88vh;border-radius:12px}.site-lightbox button{position:absolute;top:20px;right:24px;width:44px;height:44px;border:0;border-radius:50%;font-size:28px;cursor:pointer}

/* Footer */
.footer-top-area{background:linear-gradient(rgba(13,24,58,.96),rgba(13,24,58,.96)),url('../img/footer-bg.jpg') center/cover no-repeat;color:#fff}
.single-widget{margin-bottom:30px}.single-widget>a>img{max-height:70px;width:auto;margin-bottom:18px}
.single-widget p,.single-widget li,.single-widget a{color:#c9d0e2;font-size:14px}.single-widget a:hover{color:#fff}
.single-widget h3{color:#fff;font-size:21px;margin-bottom:22px;position:relative;padding-bottom:10px}.single-widget h3::after{content:"";position:absolute;left:0;bottom:0;width:44px;height:3px;border-radius:5px;background:var(--accent)}
.single-widget>ul>li{margin-bottom:9px}.single-widget>ul>li>a{display:inline-block}
.social-area ul{display:flex;gap:8px;margin-top:16px}.social-area a{width:36px;height:36px;border-radius:9px;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center}.social-area a:hover{background:var(--accent)}
.open-time li{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.1)}
.open-time strong{display:block;margin:14px 0 6px}.open-time .right,.open-time .left{margin-left:auto;text-align:right}
.contact li{position:relative;padding-left:28px;margin-bottom:15px}.contact li>.bx,.contact li>a>.bx{position:absolute;left:0;top:4px;color:#fff}.contact li span{display:block;color:#fff;font-weight:700;margin-bottom:2px}.contact li a{line-height:1.55}
.footer-bottom-area{background:#0a1230;color:#cbd2e4;padding:18px 0}.copy-right p{margin:0;color:#cbd2e4;font-size:13px}.copy-right img{display:inline-block;max-height:28px;vertical-align:middle;margin-left:6px}
.go-top{position:fixed;right:22px;bottom:22px;width:46px;height:46px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 24px rgba(232,54,42,.3);cursor:pointer;opacity:0;visibility:hidden;transform:translateY(10px);transition:.25s;z-index:200}.go-top.show{opacity:1;visibility:visible;transform:none}.go-top .bx+ .bx{display:none}

@media (max-width:991px){
  .col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8{width:100%}
  .col-md-3{width:25%}.col-md-4{width:33.3333%}.col-md-6{width:50%}.col-md-9{width:75%}
  .navbar{min-height:72px}.navbar>.container{position:relative;flex-wrap:wrap}.navbar-brand img{max-height:56px}.navbar-toggler{display:block}
  .navbar-collapse{display:none!important;position:absolute;left:20px;right:20px;top:72px;background:#fff;border:1px solid var(--line);border-radius:0 0 14px 14px;box-shadow:var(--shadow);padding:12px 16px 18px;max-height:78vh;overflow:auto}.navbar-collapse.show{display:block!important}
  .navbar-nav{display:block}.nav-link{padding:12px 4px;border-bottom:1px solid #eff1f6}.dropdown-menu{position:static;width:100%;max-height:none;display:none;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;border-radius:0;padding:0 0 0 12px}.nav-item:hover>.dropdown-menu{display:none}.nav-item.open>.dropdown-menu{display:block}
  .others-option{margin:14px 0 0}.default-btn{width:100%}
  .about-content{padding:32px 0 0}.services-img{margin-bottom:26px;min-height:280px}.services-img img{min-height:280px}
  .book_box{margin-bottom:24px}.books{min-height:300px}
  .footer-top-area .col-md-6{width:50%}
}
@media (max-width:767px){
  .container,.navbar>.container{width:calc(100% - 28px);max-width:1140px}
  .top-header-area{padding:9px 0}.top-header-area .col-md-9,.top-header-area .col-md-3{width:100%}.header-content-left{justify-content:center;gap:8px 18px}.header-content-right{justify-content:center;margin-top:8px}
  .header-content-left li a{font-size:12px}.navbar-collapse{left:14px;right:14px}
  .page-title-area{height:220px}.page-title-content h2{font-size:32px}
  .pt-100{padding-top:65px}.pb-130{padding-bottom:70px}.pb-70{padding-bottom:45px}
  .about-img{padding:10px}.about-content .abhishek{font-size:30px}
  .services-details-area{padding:50px 0 65px}.scrives-item-2{padding:18px}.scrives-item-2 h2{font-size:28px}.services-img,.services-img img{min-height:220px}
  .section-title h2{font-size:31px}.content-section{padding-bottom:65px}.glry{padding:50px 0 65px}.img-responsive{height:240px}
  .footer-top-area .col-md-6,.footer-bottom-area .col-md-6{width:100%}.copy-right{text-align:center!important;margin:4px 0}
  .col-xs-6{width:50%}.col-sm-4{width:50%}
}
@media (max-width:520px){
  .header-content-left{display:block;text-align:center}.header-content-left li{margin:4px 0}.header-content-left li a{justify-content:center}.header-content-right{display:none}
  .navbar-brand img{max-width:210px}.page-title-area{height:190px}.page-title-content h2{font-size:28px}
  .col-md-3,.col-md-4,.col-md-6,.col-md-9,.col-xs-6,.col-sm-4{width:100%}
  .about-content .abhishek{font-size:27px}.scrives-item-2{border-radius:14px}.img-responsive{height:230px}
  .open-time li{display:block}.open-time .right,.open-time .left{display:block;margin:2px 0 0;text-align:left}
}


/* ===================== Homepage ===================== */
.home-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#21166f 0%,#3d2fa0 58%,#6558c6 100%);min-height:680px;display:flex;align-items:flex-end}
.home-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 14% 18%,rgba(255,255,255,.12),transparent 26%),radial-gradient(circle at 88% 20%,rgba(232,54,42,.16),transparent 23%);pointer-events:none}
.home-hero-overlay{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:42px 42px;opacity:.4}
.home-hero-inner{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);align-items:end;gap:48px;padding-top:70px}
.home-hero-content{padding:58px 0 72px}.home-kicker,.home-section-label{display:inline-block;color:var(--accent);text-transform:uppercase;letter-spacing:1.8px;font-size:12px;font-weight:800;margin-bottom:13px}.home-kicker{color:#fff;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);padding:7px 14px;border-radius:40px}.home-hero h1{font-size:clamp(40px,5vw,66px);max-width:760px;color:#fff;letter-spacing:-1.5px;margin-bottom:20px}.home-hero h1 span{color:#ffd8d4}.home-hero-content>p{max-width:680px;color:rgba(255,255,255,.78);font-size:17px;line-height:1.8}.home-hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.home-outline-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;color:#fff!important;border:1px solid rgba(255,255,255,.45);padding:12px 20px;border-radius:9px;font-weight:700;background:rgba(255,255,255,.08)}.home-outline-btn:hover{background:#fff;color:var(--primary)!important}.home-hero-highlights{display:flex;gap:0;flex-wrap:wrap;margin-top:34px}.home-hero-highlights>div{padding:0 24px;border-left:1px solid rgba(255,255,255,.2)}.home-hero-highlights>div:first-child{padding-left:0;border-left:0}.home-hero-highlights strong,.home-hero-highlights span{display:block}.home-hero-highlights strong{font-size:19px;color:#fff}.home-hero-highlights span{font-size:12px;color:rgba(255,255,255,.6);margin-top:2px}.home-hero-doctor{align-self:end}.home-doctor-frame{position:relative;max-width:440px;margin-left:auto;padding:22px 22px 0;background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,.03));border:1px solid rgba(255,255,255,.2);border-bottom:0;border-radius:30px 30px 0 0;box-shadow:0 30px 80px rgba(7,6,35,.34)}.home-doctor-frame img{width:100%;height:540px;object-fit:cover;object-position:center 12%;border-radius:22px 22px 0 0}.home-doctor-badge{position:absolute;left:-28px;bottom:30px;width:270px;background:#fff;border-radius:14px;padding:16px 18px;box-shadow:var(--shadow);border-left:5px solid var(--accent)}.home-doctor-badge strong,.home-doctor-badge span{display:block}.home-doctor-badge strong{color:var(--primary-dark);font-size:17px}.home-doctor-badge span{font-size:12px;color:var(--muted);margin-top:3px}
.home-intro-strip{position:relative;z-index:5;margin-top:-1px;background:#fff;box-shadow:0 14px 38px rgba(25,35,70,.1)}.home-intro-grid{display:grid;grid-template-columns:repeat(4,1fr)}.home-intro-grid>a{display:flex;align-items:center;gap:14px;padding:26px 22px;border-right:1px solid var(--line)}.home-intro-grid>a:last-child{border-right:0}.home-intro-grid>a:hover{background:#faf9ff}.home-intro-icon{width:42px;height:42px;flex:0 0 42px;border-radius:12px;background:#efecff;color:var(--primary);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800}.home-intro-grid strong,.home-intro-grid small{display:block}.home-intro-grid strong{color:var(--primary-dark);font-size:15px}.home-intro-grid small{color:var(--muted);font-size:12px;margin-top:2px}
.home-about-section{background:#fff}.home-about-image{position:relative;max-width:520px}.home-about-image::before{content:"";position:absolute;left:-18px;top:24px;width:75%;height:90%;background:#efedff;border-radius:24px}.home-about-image img{position:relative;z-index:1;width:100%;height:560px;object-fit:cover;object-position:center 15%;border-radius:24px;box-shadow:var(--shadow)}.home-about-card{position:absolute;z-index:2;right:-24px;bottom:34px;background:linear-gradient(135deg,var(--primary-dark),var(--primary));padding:18px 22px;border-radius:14px;box-shadow:var(--shadow);min-width:250px}.home-about-card b,.home-about-card span{display:block;color:#fff}.home-about-card span{font-size:12px;color:rgba(255,255,255,.72);margin-top:4px}.home-about-copy{padding-left:46px}.home-about-copy h2,.home-section-heading h2,.home-directory-copy h2,.home-appointment-inner h2{font-size:clamp(34px,4vw,48px);color:var(--primary-dark);letter-spacing:-.7px}.home-about-copy h2 em{font-style:normal;color:var(--accent)}.home-about-copy h4{font-size:17px;color:var(--primary);margin-bottom:20px}.home-about-copy .default-btn{margin-top:8px;width:auto}
.home-services-section{background:#f7f8fc}.home-section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}.home-section-heading h2{margin-bottom:0}.home-text-link{display:inline-flex;align-items:center;gap:8px;color:var(--primary);font-size:13px;font-weight:800}.home-text-link span{transition:.2s}.home-text-link:hover span{transform:translateX(4px)}.home-all-link{padding-bottom:8px}.home-services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.home-service-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 10px 28px rgba(25,35,70,.07);transition:.25s}.home-service-card:hover{transform:translateY(-6px);box-shadow:0 18px 40px rgba(25,35,70,.12)}.home-service-media{display:block;height:190px;overflow:hidden}.home-service-media img{width:100%;height:100%;object-fit:cover;transition:.35s}.home-service-card:hover .home-service-media img{transform:scale(1.05)}.home-service-body{padding:20px}.home-service-body h3{font-size:19px;margin-bottom:10px}.home-service-body h3 a{color:var(--primary-dark)}.home-service-body p{font-size:13px;line-height:1.65;min-height:64px}
.home-treatment-directory{background:#fff}.home-directory-wrap{display:grid;grid-template-columns:.75fr 1.25fr;gap:50px;align-items:start;padding:46px;background:linear-gradient(135deg,#f4f2ff,#fff);border:1px solid #e7e3ff;border-radius:26px}.home-directory-copy{position:sticky;top:110px}.home-directory-copy h2{font-size:38px}.home-directory-copy .default-btn{margin-top:14px;width:auto}.home-treatment-links{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.treatment-link{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:15px 16px;background:#fff;border:1px solid var(--line);border-radius:12px;color:#36405b;font-weight:700;font-size:13px;box-shadow:0 5px 14px rgba(25,35,70,.04)}.treatment-link b{color:var(--accent);font-size:18px}.treatment-link:hover{border-color:#cfc8ff;transform:translateX(3px);color:var(--primary)}
.home-appointment-cta{position:relative;background:url('../img/appointment-bg.jpg') center/cover no-repeat;padding:80px 0}.home-appointment-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(26,17,80,.96),rgba(61,47,160,.82))}.home-appointment-inner{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:40px}.home-appointment-inner>div:first-child{max-width:720px}.home-section-label.light{color:#ffd5d1}.home-appointment-inner h2{color:#fff;margin-bottom:12px}.home-appointment-inner p{color:rgba(255,255,255,.72);margin-bottom:0}.home-appointment-actions{display:flex;gap:12px;flex-direction:column;min-width:220px}
.home-gallery-section{background:#fff}.home-gallery-grid{display:grid;grid-template-columns:1.15fr .85fr .85fr;gap:18px}.home-gallery-grid a{height:320px;border-radius:18px;overflow:hidden;box-shadow:0 12px 28px rgba(25,35,70,.1)}.home-gallery-grid img{width:100%;height:100%;object-fit:cover;transition:.35s}.home-gallery-grid a:hover img{transform:scale(1.05)}
.home-contact-band{background:var(--primary-dark);padding:26px 0}.home-contact-band-inner{display:grid;grid-template-columns:1fr 1fr 1fr auto;align-items:center;gap:28px}.home-contact-band-inner>div{padding-right:22px;border-right:1px solid rgba(255,255,255,.14)}.home-contact-band-inner span,.home-contact-band-inner a{display:block}.home-contact-band-inner span{font-size:11px;text-transform:uppercase;letter-spacing:1.2px;color:rgba(255,255,255,.5)}.home-contact-band-inner>div>a{color:#fff;font-weight:700;font-size:14px;margin-top:3px}.home-contact-band-inner>.default-btn{width:auto}

@media(max-width:1100px){.home-services-grid{grid-template-columns:repeat(3,1fr)}.home-hero-inner{grid-template-columns:1fr 380px}.home-doctor-frame img{height:500px}.home-contact-band-inner{grid-template-columns:repeat(2,1fr)}.home-contact-band-inner>.default-btn{justify-self:start}}
@media(max-width:991px){.home-hero{min-height:auto}.home-hero-inner{grid-template-columns:1fr}.home-hero-content{padding:60px 0 20px}.home-hero-doctor{width:min(520px,100%);margin:0 auto}.home-doctor-frame{margin:0 auto}.home-doctor-frame img{height:520px}.home-intro-grid{grid-template-columns:repeat(2,1fr)}.home-intro-grid>a:nth-child(2){border-right:0}.home-intro-grid>a:nth-child(-n+2){border-bottom:1px solid var(--line)}.home-about-copy{padding:42px 0 0}.home-about-image{margin:auto}.home-about-card{right:18px}.home-services-grid{grid-template-columns:repeat(2,1fr)}.home-directory-wrap{grid-template-columns:1fr}.home-directory-copy{position:static}.home-appointment-inner{display:block}.home-appointment-actions{flex-direction:row;margin-top:26px}.home-contact-band-inner{grid-template-columns:repeat(2,1fr)}}
@media(max-width:767px){.home-hero-content{padding-top:48px}.home-hero h1{font-size:40px}.home-hero-highlights>div{padding:0 14px}.home-doctor-frame{padding:14px 14px 0}.home-doctor-frame img{height:460px}.home-doctor-badge{left:12px;right:12px;bottom:18px;width:auto}.home-intro-grid{grid-template-columns:1fr}.home-intro-grid>a,.home-intro-grid>a:nth-child(2){border-right:0;border-bottom:1px solid var(--line)}.home-intro-grid>a:last-child{border-bottom:0}.home-about-image img{height:480px}.home-section-heading{display:block}.home-all-link{margin-top:12px}.home-services-grid{grid-template-columns:1fr}.home-service-media{height:230px}.home-service-body p{min-height:0}.home-directory-wrap{padding:28px 20px}.home-treatment-links{grid-template-columns:1fr}.home-directory-copy h2{font-size:32px}.home-appointment-actions{flex-direction:column;align-items:stretch}.home-appointment-actions .default-btn,.home-appointment-actions .home-outline-btn{width:100%}.home-gallery-grid{grid-template-columns:1fr}.home-gallery-grid a{height:260px}.home-contact-band-inner{grid-template-columns:1fr}.home-contact-band-inner>div{border-right:0;border-bottom:1px solid rgba(255,255,255,.12);padding:0 0 16px}.home-contact-band-inner>.default-btn{width:100%}}
@media(max-width:520px){.home-hero h1{font-size:34px}.home-hero-content>p{font-size:15px}.home-hero-actions{display:block}.home-hero-actions .default-btn,.home-hero-actions .home-outline-btn{width:100%;margin-bottom:10px}.home-hero-highlights{gap:18px}.home-hero-highlights>div{padding:0;border:0;width:calc(50% - 9px)}.home-doctor-frame img{height:390px}.home-about-image img{height:420px}.home-about-card{position:relative;right:auto;bottom:auto;margin:-34px 16px 0}.home-about-copy h2{font-size:32px}.home-appointment-cta{padding:60px 0}}
