*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --plum:#5a1e3a;
  --plum-mid:#7a2b52;
  --plum-light:#f5eaf0;
  --plum-xlight:#fdf5f9;
  --pink:#e06ba0;
  --pink-dark:#c4547e;
  --pink-light:#fce8f2;
  --pink-xlight:#fff4fa;
  --rose:#f9f0f4;
  --white:#ffffff;
  --cream:#fefcfd;
  --border:#e8d5e0;
  --text:#2d1020;
  --muted:#7a5565;
  --serif:'Cormorant Garamond',Georgia,serif;
  --sans:'Jost',system-ui,sans-serif;
}
html{scroll-behavior:smooth}
body{font-family:var(--sans);color:var(--text);background:var(--cream);font-size:16px;line-height:28px;font-weight:400}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}

/* ── SPECIALITIES ── */
.spec-sec{background:var(--plum-xlight);padding:60px 0}
.sec-header{text-align:center;margin-bottom:48px}
.sec-header .sec-title{margin:0 auto 10px}
.sec-header p{color:var(--muted);font-size:16px;max-width:500px;margin:0 auto;line-height:1.75}
.spec-grid{
  max-width:1200px;margin:0 auto;
  display:grid;grid-template-columns:repeat(3,1fr);gap:22px;
}
.spec-card{
  background:var(--white);border-radius:12px;overflow:hidden;
  border:1px solid var(--border);
  transition:box-shadow .25s,transform .25s;
}
.spec-card:hover{box-shadow:0 14px 40px rgba(90,30,58,0.12);transform:translateY(-5px)}
.spec-head{
  padding:28px 28px 24px;
  position:relative;overflow:hidden;
}
.sh-orth{background:linear-gradient(135deg,var(--plum) 0%,var(--plum-mid) 100%)}
.sh-physio{background:linear-gradient(135deg,#2e4a7a 0%,#4a70a0 100%)}
.sh-pod{background:linear-gradient(135deg,#2a5a3a 0%,#4a8a5a 100%)}
.spec-head::after{
  content:'';position:absolute;right:-30px;top:-30px;
  width:110px;height:110px;border-radius:50%;
  background:rgba(255,255,255,0.07);
}
.spec-icon-wrap{
  width:52px;height:52px;border-radius:50%;
  background:rgba(255,255,255,0.18);
  display:flex;align-items:center;justify-content:center;
  font-size:24px;margin-bottom:14px;
}
.spec-head h3{
  font-family:var(--serif);font-size:23px;
  font-weight:600;color:white;line-height:1.2;
}
.spec-head p{font-size:13px;color:rgba(255,255,255,0.75);margin-top:4px}
.spec-body{padding:15px 20px 15px}
.spec-body > p{color:var(--muted);line-height:1.75;margin-bottom:16px}
.spec-list{list-style:none;margin-bottom:20px; padding-left: 0}
.spec-list li{
  display:flex;align-items:center;gap:10px;
color:var(--text);
  padding:6px 0;
  border-bottom:1px dashed var(--border);
  font-weight:400;
}
.spec-list li:last-child{border:none}
.spec-list li::before{
  content:'';width:7px;height:7px;border-radius:50%;
  background:var(--pink);flex-shrink:0;
}
.link-pink{
  display:inline-flex;align-items:center;gap:6px;
  color:var(--pink-dark);font-weight:600;
  letter-spacing:0.03em;transition:gap .2s,color .2s;
}
.link-pink:hover{gap:10px;color:var(--plum)}
.link-pink::after{content:'→'}

/* ── DOCTOR ── */
.doc-sec{background:var(--white);padding:60px 0}
.doc-wrap{
    margin: 0 auto;
    display: grid;
    grid-template-columns: 4fr 8fr;
    gap: 30px;
    align-items: center;
}
.doc-photo-wrap{
  position:relative;border-radius:14px;overflow:visible;
}
.doc-photo-box{
  border-radius:14px;overflow:hidden;
  background:var(--plum-light);
  aspect-ratio:3/4;max-height:500px;
  border:1px solid var(--border);
}
.doc-photo-box img{width:100%;height:100%;object-fit:cover}
.exp-pill{
    position: absolute;
    bottom: 0px;
    right: 10px;
    background: var(--plum);
    color: white;
    border-radius: 12px;
    padding: 10px 20px;
    text-align: center;
    box-shadow: 0 6px 20px rgba(90,30,58,0.35);
}
.exp-pill .num{
    font-family: var(--serif);
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
  }
.exp-pill .lbl{
    font-size: 14px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #fff;
    margin-top: 2px;
  }
.pink-accent-line{
  position:absolute;top:24px;left:-12px;
  width:6px;height:80px;background:var(--pink);border-radius:3px;
}
.doc-info .sec-title{margin-bottom:4px}
.doc-spec{
      font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--pink-dark);
    margin-bottom: 5px;
}
.doc-quals{
  font-size:16px;color:var(--muted);margin-bottom:20px;
  padding-bottom:20px;border-bottom:1px solid var(--border);
}
.doc-info p{
  margin-bottom:12px;
}
.doc-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:20px 0 24px;
}
.dtag{
    font-size: 14px;
    padding: 3px 10px;
    border-radius: 30px;
    border: 1px solid #5a1e3a36;
    color: var(--plum);
    font-weight: 500;
    transition: background .2s,color .2s;
    cursor: default;
}
.dtag:hover{background:var(--plum);color:white}
.btn-plum{
  display:inline-block;
  background:var(--plum);color:white;
  padding:13px 30px;border-radius:6px;
  font-size:14px;font-weight:600;letter-spacing:0.04em;
  margin-top:10px;transition:background .2s,transform .15s;
}
.btn-plum:hover{background:var(--plum-mid);transform:translateY(-1px);color:white}

.kicker{
  display:flex;align-items:center;gap:10px;
  font-size:12px;font-weight:600;letter-spacing:0.12em;
  text-transform:uppercase;color:var(--pink-dark);
  margin-bottom:12px;
}
.kicker::before{content:'';width:28px;height:2px;background:var(--pink);border-radius:2px}
.sec-title{
  font-family:var(--serif);
  font-size:clamp(26px,3vw,42px);
  line-height:1.22;color:var(--text);margin-bottom:20px;
}

/* ── TIMINGS ── */
.timing-sec{
  background:linear-gradient(135deg,var(--plum) 0%,var(--plum-mid) 50%,#9a3d65 100%);
  padding:60px 0;
}
.timing-wrap{
  display:grid;grid-template-columns:1fr 2fr;gap:60px;align-items:start;
}
.timing-left .kicker{color:rgba(255,255,255)}
.timing-left .kicker::before{background:var(--pink)}
.timing-left .sec-title{color:white}
.timing-left > p{color:rgba(255,255,255);margin-bottom:28px}
.btn-white{
  display:inline-block;background:white;
  color:var(--plum);padding:12px 26px;border-radius:6px;
  font-size:14px;font-weight:700;
  margin-right:10px;margin-bottom:10px;
  transition:background .2s,transform .15s;
}
.btn-white:hover{background:var(--pink-light);transform:translateY(-1px)}
.btn-ghost-white{
  display:inline-block;
  border:2px solid rgba(255,255,255,0.45);color:white;
  padding:11px 22px;border-radius:6px;
  font-size:14px;font-weight:500;margin-bottom:10px;
  transition:border-color .2s,background .2s;
}
.btn-ghost-white:hover{border-color:white;background:rgba(255,255,255,0.1)}
.timing-cards{
  display:grid;grid-template-columns:1fr 1fr;gap:14px;
}
.t-card{
  background:rgba(255,255,255,0.1);
  border:1px solid rgba(255,255,255,0.18);
  border-radius:12px;padding:22px 22px;
  transition:background .2s;
}
.t-card:hover{background:rgba(255,255,255,0.15)}
.t-card h4{
  font-family:var(--serif);font-size:24px;
  color:white;margin-bottom:3px;
}
.t-by{font-size:14px;color:rgb(255 255 255 / 80%);letter-spacing:0.05em;margin-bottom:14px}
.t-row{margin-bottom:9px}
.t-lbl{font-size:12px;color:rgba(255,255,255);text-transform:uppercase;letter-spacing:0.08em;margin-bottom:1px}
.t-val{color:rgba(255,255,255,0.92);font-weight:500}

/* ── ADVANTAGES ── */
.adv-sec{background:var(--plum-xlight);padding:60px 0}
.adv-wrap{
  display:grid;grid-template-columns:5fr 7fr;gap:60px;align-items:center;
}
.adv-wrap .adv-left > p{color:var(--muted);margin-top:16px}
.adv-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.adv-card{
  background:var(--white);
  border-radius:10px;padding:22px;
  height: 100%;
  border:1px solid var(--border);
  border-left:4px solid var(--pink);
  transition:box-shadow .2s,transform .2s;
}
.adv-card:hover{box-shadow:0 6px 20px rgba(90,30,58,0.1);transform:translateY(-2px)}
.adv-n{
  font-family:var(--serif);font-size:30px;
  color:rgba(224,107,160,0.2);font-weight:600;
  line-height:1;margin-bottom:8px;
}
.adv-card h4{font-size:22px;font-weight:600;color:var(--text);margin-bottom:6px;line-height:1.4}
.adv-card p{color:var(--muted);line-height:1.65}

/* ── APPOINTMENT ── */
.appt-sec{
  background:var(--white);padding:60px 0;
}
.appt-wrap{
  display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;
}
.appt-left h2{
  font-family:var(--serif);
  font-size:clamp(26px,3vw,42px);
  line-height:1.22;color:var(--text);margin-bottom:14px;
}
.appt-left p{color:var(--muted);font-size:16px;line-height:1.8;margin-bottom:28px}
.appt-btns{display:flex;gap:12px;flex-wrap:wrap}
.btn-pink{
  display:inline-flex;align-items:center;gap:8px;
  background:var(--pink);color:white;
  padding:13px 26px;border-radius:6px;
  font-size:14px;font-weight:600;
  transition:background .2s,transform .15s;
}
.btn-pink:hover{background:var(--pink-dark);transform:translateY(-1px);color:white}
.btn-outline-plum{
  display:inline-flex;align-items:center;gap:8px;
  border:2px solid var(--plum);color:var(--plum);
  padding:11px 22px;border-radius:6px;
  font-size:14px;font-weight:600;
  transition:background .2s,color .2s;
}
.btn-outline-plum:hover{background:var(--plum);color:white}
.appt-card{
  background:var(--plum);
  border-radius:14px;padding:36px;
  box-shadow:0 16px 40px rgba(90,30,58,0.2);
}
.appt-card h3{
  font-family:var(--serif);font-size:21px;
  color:white;margin-bottom:22px;
  padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,0.15);
}
.info-row{
  display:flex;gap:14px;align-items:flex-start;
  padding:12px 0;border-bottom:1px solid rgba(255,255,255,0.1);
}
.info-row:last-child{border:none}
.i-icon{
  width:36px;height:36px;border-radius:8px;
  background:rgba(255,255,255,0.12);
  display:flex;align-items:center;justify-content:center;
  font-size:15px;flex-shrink:0;
}
.i-lbl{font-size:12px;color:rgba(255,255,255,0.85);letter-spacing:0.08em;text-transform:uppercase;margin-bottom:2px}
.i-val{color:white;font-weight:500;line-height:1.5}
.i-val a{color:white}

.why-section {
    background: var(--cream);
    padding: 60px 0;
  }
.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.why-card {
  background: white;
  border-radius: 10px;
  padding: 15px;
  border: 1px solid var(--border);
}
.why-num {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 600;
  color: rgb(224 107 160 / 34%);
  line-height: 1;
  margin-bottom: 10px;
}
.why-card h4 { font-family: var(--serif); color: var(--title-color1);font-size: 22px; line-height: 32px; font-weight: 600; margin-bottom: 5px; }

.services-section{
    background: var(--smoke-color);
    padding: 60px 0;
}

.service-card{
    background: #fff;
    border-radius: 20px;
    padding: 15px 20px;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    gap: 20px;
    overflow: hidden;
    transition: 0.4s ease;
    box-shadow: 0 10px 35px rgb(0 0 0 / 6%);
    border: 1px solid #ffd8eb;
}

.service-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,0.12);
}

.service-card::before{
    content:'';
    position:absolute;
    top:-80px;
    right:-80px;
    width:180px;
    height:180px;
    background:linear-gradient(135deg, #e06ba0, #fce8f2);
    border-radius:50%;
    opacity:0.08;
}

.service-number{
    width:55px;
    height:55px;
    background:linear-gradient(135deg, #e06ba0, #fce8f2);
    color:#fff;
    font-size:22px;
    font-weight:600;
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:25px;
}

.service-card h2{
    font-size:20px;
    line-height:30px;
    margin-bottom:5px;
    color:var(--plum);
}

.service-card p{
    margin-bottom:15px;
}

.service-card ul{
  padding-left: 0;
    list-style:none;
}

.service-card ul li{
    position: relative;
    padding-left: 20px;
    margin-bottom: 5px;
}

.service-card ul li::before{
    content:'✔';
    position:absolute;
    left:0;
    top:0;
    color:var(--plum);
    font-size:14px;
    font-weight:bold;
}

@media(max-width:768px){

.section-title h1{
    font-size:30px;
}

.service-card{
    padding:28px 22px;
}

.service-card h2{
    font-size:21px;
}

}
/* CARD DESIGN */
.approach{
  padding: 60px 0;
}
.info-card{
    background:#fff;
    border-radius:28px;
    padding:40px 35px;
    position:relative;
    overflow:hidden;
    box-shadow:0 15px 45px rgba(0,0,0,0.08);
    transition:0.4s ease;
    border:1px solid #ffd8eb;
}

.info-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 55px rgba(0,0,0,0.12);
}

.info-card::before{
    content:'';
    position:absolute;
    width:220px;
    height:220px;
    background:linear-gradient(135deg, #e06ba0, #fce8f2);
    border-radius:50%;
    top:-120px;
    right:-100px;
    opacity:0.08;
}

.card-icon{
    width:70px;
    height:70px;
    background:linear-gradient(135deg, #e06ba0, #fce8f2);
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    color:#fff;
    margin-bottom:25px;
    box-shadow:0 0px 20px rgb(253 13 208 / 25%);
}

.info-card h2{
    font-size:24px;
    line-height:34px;
    margin-bottom:20px;
    color:var(--plum);
    font-weight:700;
}

.info-card p{
    color:var(--muted);
    margin-bottom:20px;
}


.feature-list{
    list-style:none;
    margin-top:10px;
    padding-left: 0;
}

.feature-list li{
    position:relative;
    padding-left:30px;
    margin-bottom:5px;
    color:var(--muted);
}

.feature-list li::before{
    content:'✔';
    position:absolute;
    left:0;
    top:0;
    width:20px;
    height:20px;
    border-radius:50%;
    color:var(--plum);
    font-weight:700;
    font-size:14px;
}

.highlight-text{
    margin-top:15px;
    padding:10px 15px;
    background:var(--smoke-color);
    border-left:4px solid var(--plum);
    border-radius:15px;
    color:var(--muted);
}

/* RESPONSIVE */

@media(max-width:768px){

.info-card{
    padding:30px 24px;
}

.info-card h2{
    font-size:28px;
}

.card-icon{
    width:60px;
    height:60px;
    font-size:26px;
}

}

.clinic-wrapper{
  margin-bottom: 50px;
}

.clinic-box{
    background:#ffffff;
    border-radius:30px;
    overflow:hidden;
    box-shadow:0 15px 45px rgba(0,0,0,0.08);
    display:grid;
    grid-template-columns:1.3fr 0.7fr;
}

/* LEFT SIDE */

.clinic-content{
    padding:30px 25px;
    position:relative;
}

.clinic-content::before{
    content:'';
    position:absolute;
    top:-100px;
    right:-100px;
    width:250px;
    height:250px;
    background:linear-gradient(135deg, var(--plum), #e06ba0);
    border-radius:50%;
    opacity:0.08;
}

.small-tag{
    display:inline-block;
    background:var(--smoke-color);
    color:var(--plum);
    padding:10px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    margin-bottom:22px;
}

.clinic-content h2{
    font-size:40px;
    line-height:1.3;
    margin-bottom:22px;
    color:var(--plum);
}

.clinic-content p{
    margin-bottom:20px;
}

.clinic-name{
    font-size:20px;
    font-weight:500;
    line-height: 30px;
    margin-bottom:15px;
}

.feature-list{
    list-style:none;
    margin-top:15px;
}

.feature-list li{
    position:relative;
    padding-left:30px;
    margin-bottom:15px;
}

.feature-list li::before{
    content:'✔';
    position:absolute;
    left:0;
    top:0;
    width:22px;
    height:22px;
    background:var(--plum);
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:12px;
}

/* RIGHT SIDE */

.timing-boxx{
    background:linear-gradient(135deg, #e06ba0, #fce8f2);
    padding:50px 35px;
    color:#fff;
    display:flex;
    flex-direction:column;
    justify-content:center;
    position:relative;
    overflow:hidden;
}

.timing-boxx::before{
    content:'';
    position:absolute;
    width:240px;
    height:240px;
    border:2px solid rgba(255,255,255,0.12);
    border-radius:50%;
    top:-120px;
    right:-80px;
}

.clock-icon{
    width:75px;
    height:75px;
    background:rgba(255,255,255,0.15);
    border-radius:20px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    margin-bottom:28px;
    backdrop-filter:blur(5px);
}

.timing-box h3{
    font-size:32px;
    margin-bottom:20px;
    color: var(--plum);
}

.time-card{
    background:rgba(255,255,255,0.12);
    padding:18px 20px;
    border-radius:18px;
    margin-bottom:18px;
    backdrop-filter:blur(4px);
}

.time-card span{
    display:block;
    font-size:15px;
    opacity:0.9;
    margin-bottom:5px;
}

.time-card strong{
    font-size:22px;
    font-weight:600;
}

/* MOBILE */

@media(max-width:900px){

.clinic-box{
    grid-template-columns:1fr;
}

.clinic-content{
    padding:40px 28px;
}

.timing-box{
    padding:40px 28px;
}

.clinic-content h2{
    font-size:32px;
}

.timing-boxx h3{
    font-size:28px;
}

.clinic-name{
    font-size:22px;
}

}
