/*
Theme Name: CodeBySandeep
Author: CodeBySandeep
Description: A custom responsive medical practice website for Dr. Ridu Kumar Sharma.
Version: 1.1.9
Text Domain: dr-ridu
*/

:root{--navy:#123b52;--teal:#168b86;--teal-dark:#0f706d;--mint:#eaf7f5;--cream:#f8faf9;--ink:#17313f;--muted:#627780;--white:#fff;--line:#dce8e7;--shadow:0 20px 60px rgba(18,59,82,.12);--radius:22px}
*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.65;overflow-x:hidden}body.admin-bar .site-header{top:32px}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:min(1160px,calc(100% - 40px));margin:auto}.section{padding:92px 0}.eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--teal);font-weight:800;font-size:13px;letter-spacing:1.4px;text-transform:uppercase}.eyebrow:before{content:"";width:24px;height:2px;background:var(--teal)}h1,h2,h3{font-family:Georgia,"Times New Roman",serif;line-height:1.12;margin:0;color:var(--navy)}h1{font-size:clamp(46px,6vw,76px);letter-spacing:-2.5px}h2{font-size:clamp(34px,4vw,50px);letter-spacing:-1px}h3{font-size:23px}.lead{font-size:18px;color:var(--muted);max-width:680px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 24px;border-radius:12px;background:var(--teal);color:white;font-weight:800;border:1px solid var(--teal);transition:.25s}.btn:hover{background:var(--teal-dark);transform:translateY(-2px)}.btn-outline{background:transparent;color:var(--navy);border-color:#b8cccf}.btn-outline:hover{background:#fff;color:var(--teal)}
.topbar{background:var(--navy);color:#d8ebee;font-size:13px}.topbar-inner{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:20px}.topbar a:hover{color:#fff}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(14px);border-bottom:1px solid rgba(18,59,82,.08)}.nav-wrap{height:82px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:46px;height:46px;border-radius:50%;background:var(--teal);display:grid;place-items:center;color:#fff;font-family:Georgia;font-weight:700;font-size:24px}.brand strong{display:block;font-family:Georgia;font-size:21px;color:var(--navy);line-height:1.05}.brand small{color:var(--muted);font-size:11px;letter-spacing:.7px}.main-nav{display:flex;align-items:center;gap:28px}.main-nav a{font-size:14px;font-weight:800;color:#35505e}.main-nav a:hover{color:var(--teal)}.menu-toggle{display:none;border:0;background:var(--mint);border-radius:10px;width:44px;height:44px;font-size:24px;color:var(--navy)}
.hero{position:relative;overflow:hidden;background:linear-gradient(115deg,#eff9f7 0%,#f8fbfa 58%,#d9efec 100%);min-height:700px;display:flex;align-items:center}.hero:before{content:"";position:absolute;width:480px;height:480px;border:90px solid rgba(22,139,134,.06);border-radius:50%;left:-260px;top:90px}.hero-grid{display:grid;grid-template-columns:1.03fr .97fr;align-items:center;gap:55px;min-height:700px}.hero-copy{position:relative;z-index:2;padding:65px 0}.hero h1 span{color:var(--teal)}.hero-copy .lead{margin:24px 0 30px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.hero-trust{display:flex;gap:32px;margin-top:38px;padding-top:28px;border-top:1px solid #cfe1df}.hero-trust strong{display:block;color:var(--navy);font-size:17px}.hero-trust small{color:var(--muted)}.hero-photo-wrap{align-self:end;position:relative;height:650px;display:flex;align-items:flex-end;justify-content:center}.hero-photo-bg{position:absolute;width:480px;height:480px;border-radius:50%;background:var(--teal);bottom:55px;right:-30px}.hero-photo{position:relative;z-index:2;width:100%;height:620px;object-fit:cover;object-position:center top;border-radius:220px 220px 24px 24px;box-shadow:var(--shadow)}.availability{position:absolute;z-index:3;left:-28px;bottom:70px;background:#fff;border-radius:17px;padding:17px 20px;box-shadow:var(--shadow);display:flex;align-items:center;gap:12px}.availability i{width:12px;height:12px;background:#36bd74;border-radius:50%;box-shadow:0 0 0 6px #def7e8}.availability strong{display:block;font-size:14px}.availability span{font-size:12px;color:var(--muted)}
.quick-contact{margin-top:-32px;position:relative;z-index:5}.quick-grid{display:grid;grid-template-columns:repeat(3,1fr);background:white;border-radius:18px;box-shadow:var(--shadow);overflow:hidden}.quick-item{padding:27px 30px;display:flex;gap:15px;align-items:center;border-right:1px solid var(--line)}.quick-item:last-child{border:0}.quick-icon{width:48px;height:48px;border-radius:13px;background:var(--mint);display:grid;place-items:center;color:var(--teal);font-size:20px;flex:0 0 auto}.quick-item small{display:block;color:var(--muted);font-size:12px}.quick-item strong{color:var(--navy)}
.about-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:center}.about-visual{position:relative}.about-visual img{border-radius:var(--radius);width:100%;height:560px;object-fit:cover}.experience-card{position:absolute;right:-28px;bottom:34px;background:var(--navy);color:white;padding:22px;border-radius:17px;width:190px;box-shadow:var(--shadow)}.experience-card strong{font:700 31px Georgia;display:block}.about-copy h2{margin:12px 0 23px}.feature-list{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:27px 0 31px}.feature{display:flex;gap:10px;font-weight:700;color:#36515e}.check{width:24px;height:24px;border-radius:50%;background:var(--mint);color:var(--teal);display:grid;place-items:center;flex:0 0 auto}
.services{background:var(--cream)}.section-head{text-align:center;max-width:760px;margin:0 auto 45px}.section-head .eyebrow{justify-content:center}.section-head h2{margin:12px 0 16px}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.service-card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:31px;transition:.3s}.service-card:hover{transform:translateY(-7px);box-shadow:var(--shadow);border-color:transparent}.service-icon{width:56px;height:56px;border-radius:15px;background:var(--mint);display:grid;place-items:center;font-size:25px;margin-bottom:22px}.service-card h3{margin-bottom:10px}.service-card p{color:var(--muted);margin:0}.service-card a{display:inline-block;margin-top:17px;color:var(--teal);font-weight:800;font-size:13px}
.approach{background:var(--navy);color:#d3e2e7;overflow:hidden}.approach h2,.approach h3{color:white}.approach-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.approach .eyebrow{color:#6fd7cf}.approach .eyebrow:before{background:#6fd7cf}.steps{display:grid;gap:15px}.step{display:flex;gap:19px;padding:21px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:15px}.step-no{width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:var(--teal);color:white;font-weight:900;flex:0 0 auto}.step p{margin:6px 0 0;color:#bdd0d7;font-size:14px}
.hospital-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.hospital-card{border-radius:var(--radius);padding:45px;background:linear-gradient(145deg,var(--mint),#d9efec);position:relative;overflow:hidden}.hospital-card:after{content:"+";position:absolute;right:23px;bottom:-65px;font:700 230px Georgia;color:rgba(22,139,134,.08)}.hospital-card h3{font-size:33px;margin:12px 0}.hospital-meta{margin-top:25px;display:grid;gap:15px}.hospital-meta div{display:flex;align-items:flex-start;gap:13px}.hospital-meta b{color:var(--teal)}
.blog{background:var(--cream)}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:23px}.post-card{background:#fff;border-radius:18px;overflow:hidden;border:1px solid var(--line);transition:.25s}.post-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.post-thumb{height:210px;background:linear-gradient(135deg,var(--navy),var(--teal));display:grid;place-items:center;color:#fff;font:700 42px Georgia;overflow:hidden}.post-thumb img{width:100%;height:100%;object-fit:cover}.post-body{padding:24px}.post-meta{color:var(--teal);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.8px}.post-body h3{margin:9px 0 11px;font-size:22px}.post-body p{color:var(--muted);font-size:14px}.post-body .read{color:var(--teal);font-weight:800;font-size:13px}
.cta{padding:75px 0}.cta-box{background:linear-gradient(120deg,var(--teal),#0c6567);border-radius:26px;padding:55px;display:flex;align-items:center;justify-content:space-between;gap:35px;color:#fff;position:relative;overflow:hidden}.cta-box:after{content:"+";position:absolute;right:32%;top:-95px;font:700 260px Georgia;color:rgba(255,255,255,.07)}.cta h2{color:#fff}.cta p{margin:10px 0 0;color:#d8f3f0}.cta .btn{background:white;border-color:white;color:var(--teal);position:relative;z-index:2}
.site-footer{background:#0b2a3a;color:#aec2ca;padding:70px 0 25px}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr 1fr;gap:70px}.site-footer .brand strong{color:#fff}.footer-about{margin:20px 0;max-width:400px}.site-footer h3{color:#fff;font-size:18px;margin-bottom:20px}.footer-links{display:grid;gap:10px}.footer-links a:hover{color:#fff}.footer-contact{display:grid;gap:13px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:45px;padding-top:22px;font-size:12px;display:flex;justify-content:space-between}.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:60;width:58px;height:58px;background:#25d366;color:white;border-radius:50%;display:grid;place-items:center;font-weight:900;box-shadow:0 10px 30px rgba(0,0,0,.22)}
.page-hero{padding:100px 0 65px;background:var(--mint);text-align:center}.content-wrap{max-width:850px;margin:auto}.single-content{padding:75px 0}.single-content h1{font-size:46px}.single-content .post-meta{margin:15px 0 30px}.single-content p{font-size:17px;color:#405965}.archive-grid{padding:80px 0}.empty-posts{text-align:center;padding:40px;background:white;border-radius:18px;grid-column:1/-1}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(max-width:900px){body.admin-bar .site-header{top:46px}.topbar{display:none}.menu-toggle{display:grid;place-items:center}.main-nav{position:absolute;left:20px;right:20px;top:74px;background:#fff;padding:20px;border-radius:14px;box-shadow:var(--shadow);display:none;flex-direction:column;align-items:stretch}.main-nav.open{display:flex}.main-nav .btn{text-align:center}.hero-grid,.about-grid,.approach-grid,.hospital-grid{grid-template-columns:1fr}.hero-grid{gap:0}.hero-copy{padding-bottom:15px}.hero-photo-wrap{height:520px}.hero-photo{height:500px;max-width:520px}.hero-photo-bg{right:10%;width:400px;height:400px}.quick-grid{grid-template-columns:1fr}.quick-item{border-right:0;border-bottom:1px solid var(--line)}.about-grid{gap:42px}.about-visual{max-width:600px}.experience-card{right:15px}.services-grid,.blog-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}}
@media(max-width:600px){.container{width:min(calc(100% - 28px),1160px)}.section{padding:68px 0}.nav-wrap{height:70px;gap:10px}.brand{min-width:0}.brand-mark{width:42px;height:42px;flex:0 0 42px}.brand strong{font-size:17px}.brand small{font-size:9px}.menu-toggle{display:grid;flex:0 0 44px}h1{font-size:43px}.hero,.hero-grid{min-height:auto}.hero-copy{min-width:0}.hero-actions{display:grid;grid-template-columns:1fr}.hero-actions .btn{width:100%}.hero-trust{display:grid;grid-template-columns:1fr 1fr;gap:18px 12px}.hero-trust>div{min-width:0}.hero-photo-wrap{height:410px}.hero-photo{height:395px}.hero-photo-bg{width:310px;height:310px;right:2%}.availability{left:2px;bottom:28px}.services-grid,.blog-grid,.feature-list,.footer-grid{grid-template-columns:1fr}.footer-grid>div:first-child{grid-column:auto}.about-visual img{height:440px}.approach-grid{gap:38px}.hospital-card,.cta-box{padding:30px}.cta-box{display:block}.cta-box .btn{margin-top:25px}.footer-bottom{display:block}.footer-bottom span{display:block;margin-top:6px}}

/* Cancer specialist banner */
.medical-hero{background:#f7f9fc;color:#0a2d63;overflow:hidden;border-bottom:1px solid #d7e0eb}.medical-hero-main{position:relative;background:radial-gradient(circle at 35% 42%,#fff 0,#fff 25%,rgba(245,248,252,.9) 60%,#e6edf5 100%)}.medical-hero-main:before{content:"";position:absolute;inset:0;background-image:radial-gradient(#173e72 1px,transparent 1px);background-size:14px 14px;opacity:.025}.medical-hero-grid{position:relative;display:grid;grid-template-columns:58% 42%;min-height:610px}.medical-copy{position:relative;z-index:3;padding:28px 25px 32px 0;display:flex;flex-direction:column;align-items:center;text-align:center}.medical-brand{position:absolute;left:0;top:28px;display:flex;align-items:center;gap:9px;text-align:left;color:#a90000}.medical-brand .ribbon-mark{width:60px;height:60px;border:5px solid #b80008;border-radius:50% 50% 45% 45%;display:grid;place-items:center;font:800 30px Georgia;transform:rotate(-8deg)}.medical-brand b{display:block;font-size:10px;max-width:92px;line-height:1.15}.medical-brand small{display:block;background:#b80008;color:#fff;padding:2px 5px;margin-top:4px;font-size:9px;width:max-content}.outcome-tag{margin-top:9px;background:#092e65;color:#fff;padding:7px 24px;clip-path:polygon(4% 0,96% 0,100% 100%,0 100%);font-weight:800;font-size:17px;letter-spacing:.7px}.medical-copy h1{font-family:Impact,"Arial Narrow",sans-serif;text-transform:uppercase;font-size:clamp(58px,6.2vw,90px);letter-spacing:1px;color:#092e65;line-height:1;margin:13px 0 2px}.medical-copy h1 span,.medical-copy h2 span{color:#b9090c}.medical-subtitle{width:90%;display:flex;align-items:center;gap:15px;margin:3px 0 14px;text-transform:uppercase;font-size:17px;font-weight:800;letter-spacing:.5px}.medical-subtitle:before,.medical-subtitle:after{content:"";height:2px;background:#133a70;flex:1}.medical-copy h2{font-family:Impact,"Arial Narrow",sans-serif;text-transform:uppercase;font-size:clamp(39px,4.2vw,60px);letter-spacing:1px;color:#0b2f65}.designation{background:#103a78;color:#fff;border-radius:18px;width:58%;font-weight:800;text-transform:uppercase;font-size:19px;line-height:34px}.degree{font-weight:800;text-transform:uppercase;font-size:19px;margin:5px 0 10px}.experience-badge{display:flex;border:2px solid #c6171c;border-radius:13px;overflow:hidden;text-transform:uppercase}.experience-badge>strong{display:flex;align-items:center;background:linear-gradient(135deg,#d00b0f,#9f0005);color:white;font:800 56px/1 Impact,"Arial Narrow",sans-serif;padding:8px 18px}.experience-badge sup{font-size:23px}.experience-badge>span{display:flex;flex-direction:column;justify-content:center;text-align:left;padding:7px 15px;color:#092e65;font-weight:800;line-height:1.15}.experience-badge b{color:#b9090c;font-size:23px}.medical-features{display:grid;grid-template-columns:repeat(4,1fr);width:100%;margin-top:24px}.medical-features>div{display:flex;align-items:center;text-align:left;gap:8px;padding:0 12px;border-right:1px solid #b8c4d3}.medical-features>div:last-child{border:0}.medical-features i{width:40px;height:40px;border:3px solid #123b72;border-radius:50%;display:grid;place-items:center;color:#bd0d12;font-style:normal;font-weight:900;flex:0 0 auto}.medical-features b{display:block;color:#b9090c;text-transform:uppercase;font-size:11px;line-height:1.25}.medical-features small{display:block;color:#102d54;font-size:10px;line-height:1.25;margin-top:3px}.medical-photo{position:relative;align-self:stretch;min-width:0}.medical-photo:before{content:"";position:absolute;left:-55px;top:-80px;width:150px;height:760px;background:#0b397a;border-radius:50%;transform:rotate(12deg);z-index:1}.medical-photo:after{content:"";position:absolute;left:-32px;top:-80px;width:115px;height:760px;background:#fff;border-radius:50%;transform:rotate(12deg);z-index:2}.medical-photo img{position:absolute;z-index:3;inset:0;width:calc(100% + 90px);max-width:none;height:100%;object-fit:cover;object-position:48% top}.expertise-wrap{position:relative;z-index:5;margin-top:-2px;background:#fff}.expertise-title{background:#0a326e;color:#fff;text-align:center;text-transform:uppercase;font-weight:900;font-size:15px;letter-spacing:.6px;padding:7px 20px;width:max-content;max-width:90%;margin:0 auto;border-radius:14px 14px 0 0}.expertise-list{display:grid;grid-template-columns:repeat(8,1fr);border:1px solid #9fb0c7;border-bottom:0;border-radius:12px 12px 0 0;overflow:hidden}.expertise-list span{min-height:72px;padding:12px 7px;display:flex;align-items:center;justify-content:center;gap:8px;border-right:1px solid #cbd4df;font-size:11px;font-weight:800;color:#102d54}.expertise-list span:last-child{border:0}.expertise-list i{width:34px;height:34px;display:grid;place-items:center;border:2px solid #c51a20;color:#bc0f15;border-radius:50%;font-style:normal;font-size:15px;flex:0 0 auto}.medical-contact-bar{background:linear-gradient(110deg,#042557,#073878);color:#fff}.medical-contact-grid{display:grid;grid-template-columns:1fr 1.3fr .8fr;min-height:92px}.medical-contact-grid>a,.medical-contact-grid>div{display:flex;align-items:center;justify-content:center;gap:13px;padding:13px 25px;border-right:1px solid rgba(255,255,255,.32)}.medical-contact-grid>*:last-child{border:0}.medical-contact-grid i{width:50px;height:50px;border-radius:50%;background:#c71218;display:grid;place-items:center;font-size:22px;font-style:normal;flex:0 0 auto}.medical-contact-grid small,.medical-contact-grid b,.medical-contact-grid em{display:block}.medical-contact-grid small{text-transform:uppercase;font-size:10px;font-weight:700}.medical-contact-grid b{font-size:19px;line-height:1.2}.medical-contact-grid em{font-size:12px;font-style:normal;color:#d7e5f7}
@media(max-width:1000px){.medical-hero-grid{grid-template-columns:60% 40%;min-height:560px}.medical-brand{display:none}.medical-copy{padding-right:15px}.medical-copy h1{font-size:61px}.medical-copy h2{font-size:39px}.medical-features{grid-template-columns:1fr 1fr;gap:13px}.medical-features>div:nth-child(2){border:0}.medical-photo:before,.medical-photo:after{left:-40px}.expertise-list{grid-template-columns:repeat(4,1fr)}.medical-contact-grid{grid-template-columns:1fr 1fr}.medical-contact-grid>*:last-child{display:none}}
@media(max-width:700px){.medical-hero-grid{display:flex;flex-direction:column;min-height:auto;width:100%}.medical-copy{padding:22px 14px 20px}.outcome-tag{font-size:12px;margin-top:0}.medical-copy h1{font-size:48px;margin-top:12px}.medical-subtitle{font-size:11px;width:100%;gap:8px}.medical-copy h2{font-size:33px}.designation{width:82%;font-size:14px;line-height:29px}.degree{font-size:14px}.experience-badge>strong{font-size:40px;padding:7px 12px}.experience-badge b{font-size:16px}.experience-badge>span{font-size:11px;padding:6px 9px}.medical-features{margin-top:19px;gap:12px 0}.medical-features>div{padding:0 7px}.medical-features i{width:34px;height:34px}.medical-photo{height:410px;order:2}.medical-photo:before,.medical-photo:after{display:none}.medical-photo img{width:100%;object-position:center top}.expertise-title{font-size:11px}.expertise-list{grid-template-columns:1fr 1fr}.expertise-list span{min-height:55px;justify-content:flex-start;padding:8px 11px}.expertise-list i{width:29px;height:29px}.medical-contact-grid{grid-template-columns:1fr}.medical-contact-grid>a,.medical-contact-grid>div{justify-content:flex-start;border-right:0;border-bottom:1px solid rgba(255,255,255,.2);padding:14px}.medical-contact-grid>*:last-child{display:none}.medical-contact-grid i{width:43px;height:43px}.medical-contact-grid b{font-size:17px}.quick-contact{margin-top:0}}

/* Wide hero and high-contrast appointment action */
.main-nav a.btn{background:#bd0d12;border-color:#bd0d12;color:#fff;box-shadow:0 8px 22px rgba(189,13,18,.22)}
.main-nav a.btn:hover{background:#93070b;border-color:#93070b;color:#fff}
.medical-hero-grid{grid-template-columns:55% 45%;width:100%;max-width:none;padding-left:max(24px,calc((100vw - 1440px)/2))}
.medical-photo img{width:100%;object-position:center 18%}
@media(max-width:1000px){.medical-hero-grid{grid-template-columns:60% 40%;padding-left:20px}}
@media(max-width:700px){.medical-hero-grid{padding-left:0}.medical-photo img{object-position:center top}}

/* Show the complete portrait and keep the curved frame above the photo. */
.medical-photo{overflow:hidden;background:linear-gradient(135deg,#edf3f7,#dce6ed);border-radius:0 22px 0 0}
.medical-photo img{inset:0;width:100%;height:100%;object-fit:cover;object-position:center top;z-index:3}
.medical-photo:before{left:-205px;top:-185px;width:310px;height:930px;background-color:#f7f9fc;background-image:radial-gradient(rgba(23,62,114,.055) 1px,transparent 1px);background-size:14px 14px;border:22px solid #0b397a;border-radius:50%;transform:rotate(8deg);z-index:6}

/* Match the medical banner accents with the site's teal identity. */
.main-nav a.btn{background:var(--teal);border-color:var(--teal);box-shadow:0 8px 22px rgba(22,139,134,.24)}
.main-nav a.btn:hover{background:var(--teal-dark);border-color:var(--teal-dark)}
.medical-brand{color:var(--teal-dark)}
.medical-brand .ribbon-mark{border-color:var(--teal);color:var(--teal-dark)}
.medical-brand small{background:var(--teal)}
.medical-brand img{width:105px;height:105px;object-fit:contain;filter:drop-shadow(0 5px 12px rgba(151,10,16,.12))}
.medical-copy h1 span,.medical-copy h2 span{color:var(--teal-dark)}
.experience-badge{border-color:var(--teal)}
.experience-badge>strong{background:linear-gradient(135deg,#1ca49d,var(--teal-dark))}
.experience-badge b{color:var(--teal-dark)}
.medical-features i{color:var(--teal)}
.medical-features b{color:var(--teal-dark)}
.expertise-list i{border-color:var(--teal);color:var(--teal-dark)}
.medical-contact-grid i{background:var(--teal)}

/* Refined professional type scale for the hero banner. */
.medical-hero-grid{min-height:545px}
.medical-copy{padding-top:24px;padding-bottom:25px}
.outcome-tag{font-size:14px;padding:6px 22px}
.medical-copy h1{font-size:clamp(44px,4.35vw,68px);letter-spacing:.5px;margin-top:12px}
.medical-copy h1{font-size:clamp(32px,2.8vw,44px);margin-top:18px;margin-bottom:4px}
.medical-copy h1{font-family:Georgia,"Times New Roman",serif;font-weight:700;letter-spacing:-.6px}
.medical-subtitle{font-size:14px;margin:3px 0 13px}
.medical-copy h2{font-size:clamp(31px,3.15vw,47px);letter-spacing:.5px}
.medical-copy h2{font-family:Georgia,"Times New Roman",serif;font-weight:700;letter-spacing:-.5px;text-transform:none}
.outcome-tag+h2{margin-top:17px}
.designation{width:56%;font-size:16px;line-height:31px}
.degree{font-size:16px;margin:6px 0 11px}
.experience-badge>strong{font-size:47px;padding:7px 16px}
.experience-badge b{font-size:19px}
.experience-badge>span{font-size:13px;padding:7px 13px}
.medical-features{margin-top:21px}
.medical-features i{width:37px;height:37px}
.medical-features b{font-size:10px}
.medical-features small{font-size:9px}
@media(max-width:1000px){.medical-hero-grid{min-height:520px}.medical-copy h1{font-size:37px}.medical-copy h2{font-size:34px}.medical-subtitle{font-size:12px}.designation{font-size:14px}}
@media(max-width:700px){.medical-copy h1{font-size:29px}.medical-copy h2{font-size:29px}.medical-subtitle{font-size:10px}.designation{width:82%;font-size:13px}.degree{font-size:13px}.experience-badge>strong{font-size:38px}.experience-badge b{font-size:15px}}

/* Reliable sticky header and animated contact actions. */
html,body{overflow-x:clip}
.site-header{position:sticky;top:0;z-index:100;transition:box-shadow .25s ease,background-color .25s ease}
.site-header.is-scrolled{background:#fff;box-shadow:0 8px 30px rgba(18,59,82,.13)}
.contact-float{position:fixed;bottom:22px;z-index:120;min-width:58px;height:58px;padding:0 18px;border-radius:30px;display:flex;align-items:center;justify-content:center;gap:9px;color:#fff;font-weight:800;font-size:13px;box-shadow:0 10px 30px rgba(0,0,0,.22);isolation:isolate;transition:transform .25s ease,box-shadow .25s ease}
.contact-float:before{content:"";position:absolute;inset:0;border-radius:inherit;background:inherit;z-index:-1;animation:contactPulse 2.2s ease-out infinite}
.contact-float:hover{transform:translateY(-4px) scale(1.03);color:#fff;box-shadow:0 14px 35px rgba(0,0,0,.28)}
.contact-float svg{width:25px;height:25px;fill:currentColor;flex:0 0 auto}
.call-float{left:22px;background:#0b397a}
.whatsapp-float{right:22px;background:#25d366;width:auto}
@keyframes contactPulse{0%{transform:scale(1);opacity:.45}70%,100%{transform:scale(1.35);opacity:0}}
@media(max-width:600px){.contact-float{bottom:15px;width:55px;min-width:55px;height:55px;padding:0;border-radius:50%}.contact-float span{display:none}.call-float{left:15px}.whatsapp-float{right:15px}.contact-float svg{width:24px;height:24px}}
@media(prefers-reduced-motion:reduce){.contact-float:before{animation:none}}

/* Mobile portrait: use the complete width without the desktop curve mask. */
@media(max-width:700px){
  .medical-photo{height:430px;background:#dfe9ed;overflow:hidden}
  .medical-photo:before,.medical-photo:after{display:none!important}
  .medical-photo img{inset:0;width:100%;height:100%;object-fit:cover;object-position:center top}
}

/* Hospital logo badge on the doctor portrait. */
.about-visual img{height:510px}
.experience-card{width:420px;max-width:calc(100% - 20px);padding:13px 18px;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:15px;bottom:-15px}
.experience-card strong{font-size:20px;line-height:1.15;min-width:auto;white-space:nowrap}
.experience-card span{font-size:11px;line-height:1.35;border-left:1px solid rgba(255,255,255,.28);padding-left:15px;white-space:nowrap}
@media(max-width:600px){.about-visual img{height:420px}.experience-card{width:330px;max-width:calc(100% - 16px);padding:11px 13px;gap:10px;right:8px;bottom:-11px}.experience-card strong{font-size:16px}.experience-card span{font-size:9px;padding-left:10px}}

/* Larger, more prominent desktop header. */
@media(min-width:901px){
  .topbar{font-size:14px}
  .topbar strong{font-weight:800;letter-spacing:.15px}
  .topbar-inner{min-height:50px}
  .nav-wrap{height:102px}
  .brand-mark{width:58px;height:58px;font-size:29px}
  .brand strong{font-size:27px;line-height:1.08}
  .brand small{font-size:12px;letter-spacing:1px;margin-top:4px;display:block}
  .main-nav{gap:31px}
  .main-nav a{font-size:15px}
  .main-nav a.btn{padding:17px 27px;font-size:15px}
}

/* Clear step-by-step typography hierarchy in the hero. */
.medical-copy h2{font-size:clamp(43px,3.65vw,55px);line-height:1.18;padding:3px 0 5px}
.medical-copy h1{font-size:clamp(30px,2.5vw,37px);line-height:1.1}
.designation{font-size:15px;line-height:29px}
.degree{font-size:14px;line-height:1.3}
.medical-subtitle{font-size:12px;line-height:1.35}
.outcome-tag{font-size:13px}
@media(max-width:1000px){.medical-copy h2{font-size:40px}.medical-copy h1{font-size:30px}.designation{font-size:13px}.degree{font-size:13px}.medical-subtitle{font-size:10px}}
@media(max-width:700px){.medical-copy h2{font-size:32px}.medical-copy h1{font-size:24px}.designation{font-size:12px}.degree{font-size:11px}.medical-subtitle{font-size:9px}.outcome-tag{font-size:11px}}

/* Appointment enquiry modal */
body.modal-open{overflow:hidden}
.enquiry-modal{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:20px;visibility:hidden;opacity:0;transition:opacity .25s ease,visibility .25s ease}
.enquiry-modal.is-open{visibility:visible;opacity:1}
.enquiry-backdrop{position:absolute;inset:0;background:rgba(5,31,46,.72);backdrop-filter:blur(5px)}
.enquiry-dialog{position:relative;width:min(530px,100%);max-height:calc(100vh - 40px);overflow:auto;background:#fff;border-radius:22px;padding:34px 36px;box-shadow:0 30px 90px rgba(0,0,0,.3);transform:translateY(18px) scale(.98);transition:transform .25s ease}
.enquiry-modal.is-open .enquiry-dialog{transform:translateY(0) scale(1)}
.enquiry-dialog:before{content:"";position:absolute;left:0;top:0;bottom:0;width:6px;background:var(--teal)}
.enquiry-close{position:absolute;right:16px;top:14px;width:38px;height:38px;border:0;border-radius:50%;background:var(--mint);color:var(--navy);font-size:26px;line-height:1;cursor:pointer}
.enquiry-dialog h2{font-size:34px;margin:8px 35px 7px 0}
.enquiry-dialog>p{margin:0 0 22px;color:var(--muted);font-size:14px}
.enquiry-form{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.enquiry-form label{display:grid;grid-template-columns:max-content 1fr;column-gap:4px;row-gap:6px;color:var(--navy);font-size:13px;font-weight:800}
.enquiry-form label span{color:var(--teal)}
.enquiry-form label small{display:inline;color:var(--muted);font-weight:500}
.enquiry-form label input,.enquiry-form label textarea{grid-column:1/-1}
.enquiry-form label:nth-of-type(4){grid-column:1/-1}
.enquiry-form input,.enquiry-form textarea{width:100%;border:1px solid #cbd9dc;border-radius:10px;background:#fbfdfd;color:var(--ink);font:500 14px Inter,Arial,sans-serif;padding:12px 13px;outline:0;transition:border-color .2s,box-shadow .2s}
.enquiry-form textarea{resize:vertical;min-height:105px}
.enquiry-form input:focus,.enquiry-form textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(22,139,134,.12)}
.enquiry-feedback{grid-column:1/-1;min-height:20px;font-size:13px;font-weight:700;color:var(--muted)}
.enquiry-feedback.success{color:#138148}.enquiry-feedback.error{color:#b42318}
.enquiry-submit{grid-column:1/-1;width:100%;cursor:pointer}
.enquiry-submit i{display:none;width:18px;height:18px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:enquirySpin .7s linear infinite}
.enquiry-submit.is-loading i{display:block}.enquiry-submit:disabled{opacity:.72;cursor:wait}
.enquiry-honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
@keyframes enquirySpin{to{transform:rotate(360deg)}}
@media(max-width:600px){.enquiry-modal{padding:8px}.enquiry-dialog{max-height:calc(100dvh - 16px);padding:20px 18px 18px;border-radius:17px}.enquiry-close{right:12px;top:11px;width:34px;height:34px;font-size:23px}.enquiry-dialog .eyebrow{font-size:11px;letter-spacing:1px}.enquiry-dialog h2{font-size:25px;line-height:1.05;margin:6px 38px 5px 0}.enquiry-dialog>p{margin-bottom:14px;font-size:13px;line-height:1.45}.enquiry-form{grid-template-columns:1fr;gap:9px}.enquiry-form label{row-gap:4px;font-size:12px}.enquiry-form label:nth-of-type(4){grid-column:auto}.enquiry-form input,.enquiry-form textarea{padding:10px 12px;font-size:13px}.enquiry-form textarea{min-height:78px}.enquiry-feedback{min-height:14px;font-size:12px}.enquiry-submit{min-height:44px;padding:11px 18px}.enquiry-feedback,.enquiry-submit{grid-column:auto}}

/* Animated footer social links. */
.footer-socials{display:flex;flex-wrap:wrap;gap:11px;margin:0 0 20px}
.footer-socials a{position:relative;display:inline-flex;align-items:center;gap:8px;padding:9px 13px;border:1px solid rgba(255,255,255,.16);border-radius:10px;color:#fff;font-size:12px;font-weight:800;overflow:hidden;transition:transform .25s ease,border-color .25s ease,background-color .25s ease}
.footer-socials a:before{content:"";position:absolute;inset:0;opacity:0;transform:translateY(100%);transition:transform .25s ease,opacity .25s ease;z-index:0}
.footer-socials a:hover{transform:translateY(-3px);border-color:transparent;color:#fff}
.footer-socials a:hover:before{opacity:1;transform:translateY(0)}
.footer-socials svg,.footer-socials span{position:relative;z-index:1}
.footer-socials svg{width:20px;height:20px;fill:currentColor;animation:socialFloat 2.8s ease-in-out infinite}
.footer-socials .social-facebook svg{animation-delay:.45s}
.footer-socials .social-youtube{color:#ff4a4a}.footer-socials .social-facebook{color:#62a2ff}
.footer-socials .social-youtube:before{background:#e62117}.footer-socials .social-facebook:before{background:#1877f2}
.footer-socials a span{color:#fff}
@keyframes socialFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-3px)}}
@media(prefers-reduced-motion:reduce){.footer-socials svg{animation:none}}

/* Balanced top utility bar with social links. */
.topbar .container{width:100%;max-width:none;padding-left:28px;padding-right:28px}
.topbar-inner{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:16px}
.topbar-tagline{justify-self:start}
.topbar-phone{justify-self:end;display:inline-flex;align-items:center;gap:8px;color:#fff;font-weight:800;white-space:nowrap;margin-left:4px;padding-left:20px;border-left:1px solid rgba(255,255,255,.2)}
.topbar-phone svg{width:17px;height:17px;fill:var(--teal)}
.topbar-socials{display:flex;align-items:center;justify-content:flex-end;gap:9px}
.topbar-socials a{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:8px;color:#d8ebee;font-size:11px;font-weight:800;border:1px solid rgba(255,255,255,.13);transition:background-color .2s,transform .2s,color .2s}
.topbar-socials svg{width:16px;height:16px;fill:currentColor}
.topbar-socials a:first-child:hover{background:#e62117;border-color:#e62117;color:#fff;transform:translateY(-2px)}
.topbar-socials a:last-child:hover{background:#1877f2;border-color:#1877f2;color:#fff;transform:translateY(-2px)}
@media(max-width:1100px){.topbar-socials a span{display:none}.topbar-socials a{padding:7px}}
.medical-photo:after{left:-225px;top:-205px;width:342px;height:970px;background:transparent;border:13px solid #fff;border-radius:50%;transform:rotate(8deg);z-index:7}
@media(max-width:1000px){.medical-photo:before{left:-220px}.medical-photo:after{left:-238px}}
@media(max-width:700px){.medical-photo{border-radius:0}.medical-photo img{object-fit:cover;object-position:center top}.medical-photo:before,.medical-photo:after{display:block}.medical-photo:before{left:-215px;top:-185px;width:290px;height:760px;border-width:16px}.medical-photo:after{left:-232px;top:-202px;width:320px;height:795px;border-width:10px}}
