
:root{
  --primary:#087f8c;--primary-dark:#05616b;--secondary:#dff7f8;
  --accent:#f4c95d;--dark:#12313a;--text:#53666d;--light-text:#74858a;
  --white:#fff;--light:#f7fbfc;--border:#e1edef;
  --shadow:0 15px 45px rgba(16,70,78,.10);--radius:18px;
}
*{margin:0;padding:0;box-sizing:border-box}
html{scroll-behavior:smooth}
body{font-family:"DM Sans",sans-serif;color:var(--text);background:#fff;line-height:1.7;overflow-x:hidden}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font-family:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.section{padding:90px 0}
.section-label{color:var(--primary);font-size:13px;font-weight:700;letter-spacing:2px;margin-bottom:12px}
.section-heading{max-width:760px;margin:0 auto 50px;text-align:center}
.section-heading h2{font-family:"Playfair Display",serif;color:var(--dark);font-size:clamp(34px,4vw,48px);line-height:1.2;margin-bottom:16px}
.section-heading h2 span,.content-heading span{color:var(--primary)}
h1,h2,h3,h4{color:var(--dark)}
button{border:0;cursor:pointer}

/* top/header */
.top-bar{background:var(--dark);color:#fff;font-size:13px}
.top-bar-content{min-height:38px;display:flex;align-items:center;justify-content:space-between}
.top-bar a{color:#fff;font-weight:600}
.top-bar a:hover{color:var(--accent)}
.header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.97);backdrop-filter:blur(15px);border-bottom:1px solid rgba(225,237,239,.8)}
.nav-container{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.logo{display:flex;align-items:center;gap:12px}
.logo-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:var(--secondary);font-size:24px}
.logo-text{display:flex;flex-direction:column;line-height:1.15}
.logo-text strong{color:var(--dark);font-size:17px}
.logo-text span{color:var(--primary);font-size:11px;font-weight:600}
.nav{display:flex;align-items:center;gap:21px}
.nav a{color:var(--dark);font-size:14px;font-weight:600;transition:.3s}
.nav a:hover,.nav a.active{color:var(--primary)}
.nav-button{background:var(--primary);color:#fff!important;padding:12px 19px;border-radius:50px}
.nav-button:hover{background:var(--primary-dark)}
.menu-toggle{display:none;width:44px;height:44px;background:var(--secondary);border-radius:10px;color:var(--dark);font-size:22px}

/* home hero */
.hero{position:relative;min-height:680px;display:flex;align-items:center;background:radial-gradient(circle at 75% 20%,rgba(8,127,140,.15),transparent 35%),linear-gradient(135deg,#effcfc 0%,#fff 55%,#e9f8f9 100%);overflow:hidden}
.hero:before{content:"";position:absolute;width:500px;height:500px;border-radius:50%;right:-170px;bottom:-200px;background:rgba(8,127,140,.08)}
.hero-content{position:relative;z-index:2;display:grid;grid-template-columns:1.25fr .75fr;gap:70px;align-items:center}
.hero-text{max-width:700px}
.rating-badge{display:inline-flex;background:#fff;color:var(--dark);padding:9px 15px;border-radius:50px;box-shadow:0 8px 25px rgba(20,70,80,.08);font-size:13px;font-weight:700;margin-bottom:25px}
.hero-small{color:var(--primary);font-size:13px;font-weight:700;letter-spacing:2px;margin-bottom:15px}
.hero h1{font-family:"Playfair Display",serif;font-size:clamp(48px,6vw,76px);line-height:1.05;margin-bottom:25px}
.hero h1 span{display:block;color:var(--primary)}
.hero-description{max-width:590px;font-size:18px;margin-bottom:35px}
.hero-buttons{display:flex;flex-wrap:wrap;gap:14px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 25px;border-radius:50px;font-size:14px;font-weight:700;transition:.3s}
.btn-primary{background:var(--primary);color:#fff;box-shadow:0 10px 25px rgba(8,127,140,.2)}
.btn-primary:hover{background:var(--primary-dark);transform:translateY(-3px)}
.btn-whatsapp{background:#fff;color:#167d4c;border:1px solid #dbece5}
.btn-whatsapp:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.hero-features{display:flex;flex-wrap:wrap;gap:20px;margin-top:35px}
.hero-features div{display:flex;align-items:center;gap:7px;color:var(--dark);font-size:13px;font-weight:600}
.hero-features span{color:var(--primary)}
.hero-doctor-card{position:relative;background:#fff;border-radius:28px;overflow:hidden;box-shadow:0 25px 70px rgba(15,70,78,.16);border:7px solid #fff}
.hero-doctor-card img{width:100%;height:460px;object-fit:cover;object-position:center top}
.hero-doctor-info{padding:22px 25px 25px;text-align:center}
.hero-doctor-info p{color:var(--primary);font-size:10px;font-weight:700;letter-spacing:2px;margin-bottom:5px}
.hero-doctor-info h3{font-family:"Playfair Display",serif;font-size:24px;margin-bottom:3px}
.hero-doctor-info span{color:var(--text);font-size:13px}

/* common inner page */
.page-hero{padding:90px 0 80px;background:linear-gradient(135deg,#effcfc,#fff 55%,#e9f8f9);text-align:center}
.page-hero h1{font-family:"Playfair Display",serif;font-size:clamp(42px,6vw,66px);line-height:1.1;margin-bottom:16px}
.page-hero h1 span{color:var(--primary)}
.page-hero p{max-width:700px;margin:auto;font-size:17px}
.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}
.content-heading{font-family:"Playfair Display",serif;font-size:clamp(36px,4vw,52px);line-height:1.2;margin-bottom:22px}
.content-copy p{margin-bottom:16px}
.check-list{display:grid;gap:12px;margin:25px 0}
.check-list div{display:flex;gap:10px;align-items:flex-start;color:var(--dark);font-weight:600}
.check-list span{width:26px;height:26px;display:grid;place-items:center;flex:0 0 26px;border-radius:50%;background:var(--secondary);color:var(--primary);font-size:12px}
.feature-image{border-radius:28px;box-shadow:var(--shadow);overflow:hidden}
.feature-image img{width:100%;height:520px;object-fit:cover;object-position:center top}
.soft-section{background:var(--light)}

/* doctor */
.doctor-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;align-items:center}
.doctor-photo{position:relative}
.doctor-photo:before{content:"";position:absolute;width:90%;height:90%;right:-25px;bottom:-25px;background:var(--secondary);border-radius:30px;z-index:0}
.doctor-photo img{position:relative;z-index:1;width:100%;height:560px;object-fit:cover;object-position:center top;border-radius:30px;box-shadow:var(--shadow)}
.doctor-content h2{font-family:"Playfair Display",serif;font-size:clamp(42px,5vw,62px);line-height:1.1;margin-bottom:12px}
.doctor-content h2 span{color:var(--primary)}
.qualification{display:inline-block;background:var(--secondary);color:var(--primary-dark);font-weight:700;padding:8px 15px;border-radius:50px;font-size:13px;margin-bottom:25px}
.doctor-content>p{margin-bottom:15px}
.doctor-highlights{display:flex;flex-wrap:wrap;gap:12px;margin:30px 0}
.doctor-highlights div{display:flex;align-items:center;gap:8px;background:#fff;padding:12px 16px;border-radius:12px;border:1px solid var(--border)}
.doctor-highlights span{font-size:20px}
.doctor-highlights strong{color:var(--dark);font-size:12px}

/* services */
.services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.service-card{background:var(--light);padding:28px 24px;border:1px solid var(--border);border-radius:var(--radius);transition:.3s}
.service-card:hover{transform:translateY(-7px);box-shadow:var(--shadow);border-color:rgba(8,127,140,.25)}
.service-icon{width:56px;height:56px;display:grid;place-items:center;border-radius:15px;background:var(--secondary);font-size:25px;margin-bottom:20px}
.service-card h3{font-size:18px;margin-bottom:10px}
.service-card p{font-size:13px;line-height:1.7;margin-bottom:18px}
.service-card a{color:var(--primary);font-size:13px;font-weight:700}

/* gallery/reviews */
.gallery-grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:20px}
.gallery-item{position:relative;min-height:250px;overflow:hidden;border-radius:20px;background:#fff}
.gallery-large{grid-row:span 2}
.gallery-item img{width:100%;height:100%;min-height:250px;object-fit:cover;transition:.5s}
.gallery-large img{min-height:520px}
.gallery-item:hover img{transform:scale(1.04)}
.gallery-caption{position:absolute;left:20px;right:20px;bottom:20px;background:rgba(255,255,255,.94);padding:14px 18px;border-radius:12px}
.gallery-caption strong,.gallery-caption span{display:block}
.gallery-caption strong{color:var(--dark)}
.gallery-caption span{font-size:11px}
.reviews-grid{display:grid;grid-template-columns:1fr .6fr;gap:25px;max-width:950px;margin:auto}
.review-card{background:#fff;border:1px solid var(--border);border-radius:22px;padding:35px;box-shadow:0 10px 35px rgba(15,70,78,.06)}
.stars{color:#e9ad1d;letter-spacing:4px;font-size:16px;margin-bottom:18px}
.review-card p{font-size:15px;line-height:1.8;margin-bottom:20px}
.review-card strong{display:block;color:var(--dark);font-size:14px}
.review-card span{font-size:12px;color:var(--light-text)}
.rating-card{text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}
.rating-big{font-family:"Playfair Display",serif;font-size:70px;line-height:1;color:var(--primary)}

/* appointment/contact */
.appointment-section{background:var(--dark)}
.appointment-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:70px;align-items:center}
.appointment-info .section-label{color:#7bd4da}
.appointment-info h2{color:#fff;font-family:"Playfair Display",serif;font-size:clamp(38px,4vw,55px);line-height:1.2;margin-bottom:20px}
.appointment-info>p{color:rgba(255,255,255,.75)}
.appointment-contact{margin-top:35px;display:grid;gap:20px}
.appointment-contact>div{display:flex;gap:15px;align-items:flex-start}
.appointment-contact>div>span{width:42px;height:42px;flex:0 0 42px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.1)}
.appointment-contact small{color:#7bd4da;display:block;font-size:11px;font-weight:700;letter-spacing:1px;text-transform:uppercase}
.appointment-contact a{color:#fff;font-weight:700}
.appointment-contact p{color:rgba(255,255,255,.8);font-size:14px}
.appointment-form{background:#fff;padding:35px;border-radius:25px;box-shadow:0 25px 70px rgba(0,0,0,.18)}
.appointment-form h3{font-family:"Playfair Display",serif;font-size:27px;margin-bottom:4px}
.form-note{font-size:13px;margin-bottom:25px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}
.form-group{margin-bottom:17px}
.form-group label{display:block;color:var(--dark);font-size:12px;font-weight:700;margin-bottom:7px}
.form-group input,.form-group select,.form-group textarea{width:100%;border:1px solid var(--border);background:#fbfdfd;border-radius:10px;padding:12px 14px;outline:none;color:var(--dark);font-size:13px}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary)}
.form-group textarea{resize:vertical}
.form-submit{width:100%}
.form-message{margin-top:15px;text-align:center;font-size:13px;font-weight:600}
.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:30px}
.contact-card{background:var(--light);border:1px solid var(--border);padding:30px;border-radius:var(--radius);text-align:center}
.contact-icon{width:58px;height:58px;display:grid;place-items:center;margin:0 auto 18px;background:var(--secondary);border-radius:50%;font-size:24px}
.contact-card h3{font-size:18px;margin-bottom:10px}
.contact-card p{font-size:13px;margin-bottom:10px}
.contact-card a{color:var(--primary);font-weight:700;font-size:13px}
.map-container{overflow:hidden;border-radius:22px;border:1px solid var(--border);box-shadow:var(--shadow)}
.map-container iframe{display:block}

/* achievements */
.achievement-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px;max-width:1000px;margin:auto}
.achievement-card{border-radius:22px;overflow:hidden;background:var(--light);box-shadow:var(--shadow)}
.achievement-card img{width:100%;height:430px;object-fit:cover}

/* trust/footer */
.trust-strip{background:var(--primary);color:#fff}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-item{min-height:120px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-right:1px solid rgba(255,255,255,.15);text-align:center}
.trust-item:last-child{border-right:0}
.trust-item strong{color:#fff;font-family:"Playfair Display",serif;font-size:25px}
.trust-item span{font-size:12px;opacity:.85}
.footer{background:#0b252c;color:rgba(255,255,255,.7)}
.footer-grid{padding:65px 0;display:grid;grid-template-columns:1.4fr .7fr 1fr;gap:60px}
.footer-logo{width:48px;height:48px;display:grid;place-items:center;background:rgba(255,255,255,.08);border-radius:50%;font-size:24px;margin-bottom:15px}
.footer-brand h3{color:#fff;font-family:"Playfair Display",serif;font-size:23px;margin-bottom:12px}
.footer-brand p{max-width:400px;font-size:13px}
.footer-links{display:flex;flex-direction:column;gap:10px}
.footer-links h4{color:#fff;font-size:14px;margin-bottom:8px}
.footer-links a,.footer-links span{font-size:13px}
.footer-links a:hover{color:#7bd4da}
.footer-bottom{border-top:1px solid rgba(255,255,255,.08)}
.footer-bottom .container{min-height:65px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.footer-bottom p{font-size:11px}
.floating-call,.floating-whatsapp{position:fixed;z-index:999;width:55px;height:55px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:22px;box-shadow:0 10px 30px rgba(0,0,0,.2);transition:.3s}
.floating-call{right:25px;bottom:95px;background:var(--primary)}
.floating-whatsapp{right:25px;bottom:25px;background:#168c55}
.floating-call:hover,.floating-whatsapp:hover{transform:scale(1.1)}

@media(max-width:1050px){
  .nav{gap:13px}.hero-content{grid-template-columns:1fr .75fr;gap:40px}
  .services-grid{grid-template-columns:repeat(2,1fr)}
  .doctor-grid,.content-grid{gap:45px}
}
@media(max-width:850px){
  .menu-toggle{display:block}
  .nav{position:absolute;top:82px;left:20px;right:20px;display:none;flex-direction:column;align-items:stretch;padding:20px;background:#fff;border-radius:15px;box-shadow:0 20px 50px rgba(0,0,0,.12);border:1px solid var(--border)}
  .nav.active{display:flex}.nav a{padding:10px;text-align:center}
  .hero{min-height:auto;padding:80px 0}
  .hero-content,.doctor-grid,.content-grid,.appointment-grid{grid-template-columns:1fr}
  .hero-doctor-card{max-width:440px;margin:auto}
  .doctor-photo{max-width:500px;margin:auto;width:100%}
  .gallery-grid{grid-template-columns:1fr 1fr}.gallery-large{grid-column:span 2;grid-row:auto}
  .gallery-large img{min-height:420px}
  .footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:600px){
  .container{width:min(100% - 28px,1180px)}.section{padding:70px 0}
  .top-bar-content{justify-content:center}.top-bar-content span{display:none}
  .nav-container{min-height:72px}.nav{top:72px;left:14px;right:14px}
  .hero{padding:60px 0}.hero h1{font-size:44px}.hero-description{font-size:16px}
  .hero-buttons{flex-direction:column}.hero-buttons .btn{width:100%}
  .hero-features{flex-direction:column;gap:10px}.hero-doctor-card img{height:400px}
  .trust-grid{grid-template-columns:repeat(2,1fr)}.trust-item{min-height:100px}
  .trust-item:nth-child(2){border-right:0}.trust-item:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.15)}
  .services-grid,.contact-grid,.reviews-grid,.achievement-grid{grid-template-columns:1fr}
  .about-image img,.feature-image img{height:350px}.doctor-photo img{height:450px}
  .doctor-highlights{flex-direction:column}.doctor-highlights div{width:100%}
  .achievement-card img{height:380px}.gallery-grid{grid-template-columns:1fr}.gallery-large{grid-column:auto}
  .gallery-large img{min-height:350px}.gallery-item img{min-height:300px}
  .form-row{grid-template-columns:1fr;gap:0}.appointment-form{padding:25px 20px}
  .footer-grid{grid-template-columns:1fr;gap:35px}
  .footer-bottom .container{padding:20px 0;flex-direction:column;text-align:center}
  .floating-call,.floating-whatsapp{width:50px;height:50px;right:18px}
  .floating-call{bottom:82px}.floating-whatsapp{bottom:18px}
  .page-hero{padding:65px 0}.page-hero h1{font-size:44px}
}
