/* =========================
   THEME / COMMON TOKENS
========================= */
:root{
  --white:#fff;
  --text:#1f2430;
  --text-dark:#1f2937;
  --text-soft:#4f5563;
  --text-muted:#5f6877;
  --text-light:#667085;
  --line:#ececec;
  --line-soft:#f1dce3;
  --line-footer:#f0e4e8;

  --pink:#e86d8d;
  --pink-dark:#d85b7e;
  --pink-strong:#ff4d6d;
  --pink-strong-dark:#e63d61;
  --pink-soft:#fff1f5;
  --pink-soft-2:#fff0f3;
  --pink-gradient:linear-gradient(135deg,#ef7996,#e85f82);

  --shadow-sm:0 4px 15px rgba(0,0,0,0.06);
  --shadow-md:0 10px 30px rgba(0,0,0,0.06);
  --shadow-lg:0 14px 35px rgba(0,0,0,0.05);
  --shadow-xl:0 12px 35px rgba(16,24,40,0.06);
  --shadow-hover:0 16px 30px rgba(232,95,130,0.28);
  --shadow-btn:0 10px 24px rgba(232,95,130,0.22);

  --container:1240px;
  --container-md:1200px;
  --container-sm:980px;

  --radius-sm:12px;
  --radius-md:18px;
  --radius-lg:22px;
  --radius-xl:24px;
  --radius-pill:999px;

  --transition:all 0.25s ease;
}

body{
  margin:0;
  padding-top:120px;
}

.container,
.recent-blogs-container,
.site-footer__container,
.site-header__container,
.trust-stats__container,
.why-choose-us__container,
.contact-info-section .container,
.experienced-gynae-container{
  width:100%;
  max-width:var(--container);
  margin:0 auto;
}

.section-label,
.recent-blogs-label,
.footer-label,
.trust-stats__label{
  display:inline-block;
  margin-bottom:10px;
  font-size:13px;
  font-weight:700;
  letter-spacing:0.08em;
  text-transform:uppercase;
  color:var(--pink);
}

.section-header,
.recent-blogs-header,
.trust-stats__header{
  text-align:center;
  margin:0 auto 42px;
}

.section-header{
  max-width:850px;
}

.section-header h2,
.recent-blogs-header h2,
.trust-stats__header h2{
  margin:0 0 14px;
  font-weight:700;
  line-height:1.2;
}

.section-header p,
.recent-blogs-header p,
.trust-stats__header p{
  margin:0;
  font-size:16px;
  line-height:1.8;
}

.section-header h2{
  font-size:38px;
  color:var(--text);
}

.section-header p{
  color:#666;
}

.btn,
.blog-card-btn,
.experienced-btn,
.header-btn,
.appointment-open-btn{
  transition:var(--transition);
}

.btn-gradient,
.blog-card-btn,
.experienced-btn--primary,
.header-btn--primary,
.appointment-open-btn{
  background:var(--pink-gradient);
  color:#fff;
  box-shadow:var(--shadow-btn);
}

.btn-gradient:hover,
.blog-card-btn:hover,
.experienced-btn--primary:hover,
.header-btn--primary:hover,
.appointment-open-btn:hover{
  transform:translateY(-2px);
  box-shadow:var(--shadow-hover);
  color:#fff;
}

.card-hover,
.service-card,
.info-card,
.testimonial-card,
.blog-card,
.stat-card{
  transition:transform .25s ease, box-shadow .25s ease;
}

.card-hover:hover,
.service-card:hover,
.info-card:hover,
.testimonial-card:hover{
  transform:translateY(-4px);
}

/* =========================
   SERVICES
========================= */
.services-section{
  padding:60px 0;
  background:#fff;
  text-align:center;
}

.services-section h2{
  margin:0 0 10px;
  font-size:28px;
}

.services-section p.sub{
  margin-bottom:35px;
  color:#777;
  text-align:center;
}

.services-grid{
  margin-top:10px;
}

.service-col{
  margin-bottom:25px;
}

.service-card{
  height:100%;
  margin-bottom:30px;
  padding:25px 20px;
  background:#fff;
  border-radius:var(--radius-sm);
  box-shadow:var(--shadow-sm);
}

.service-card:hover{
  box-shadow:0 8px 22px rgba(0,0,0,0.10);
}

.service-icon{
  display:flex;
  align-items:center;
  justify-content:center;
  width:70px;
  height:70px;
  margin:0 auto 15px;
  border-radius:50%;
  background:var(--pink-soft-2);
}

.service-icon i{
  font-size:28px;
  line-height:1;
  color:var(--pink-strong);
}

.service-card h3{
  min-height:56px;
  margin:0 0 12px;
  font-size:22px;
  line-height:1.3;
  color:var(--pink-strong);
}

.service-card p{
  min-height:72px;
  margin-bottom:14px;
  font-size:14px;
  line-height:1.7;
  color:#555;
}

.service-card a{
  display:inline-block;
  margin-top:8px;
  font-weight:600;
  text-decoration:none;
  color:var(--pink-strong);
}

.service-card a:hover{
  color:var(--pink-strong-dark);
  text-decoration:none;
}

/* =========================
   ABOUT
========================= */
.about-section{
  display:block !important;
  clear:both;
  padding:48px 0 56px !important;
  background:#f7f7f7 !important;
}

.about-row{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
}

.about-image-col{
  display:flex;
  justify-content:center;
  margin-bottom:20px;
}

.about-img-wrap{
  width:100%;
  max-width:360px;
  aspect-ratio:4 / 5;
  overflow:hidden;
  border-radius:var(--radius-xl);
  background:#f5f5f5;
  box-shadow:0 8px 24px rgba(0,0,0,0.08);
}

.about-img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.about-content{
  padding-left:10px;
}

.about-tag{
  display:inline-block;
  margin-bottom:14px;
  padding:8px 14px;
  border-radius:var(--radius-pill);
  background:var(--pink-soft-2);
  color:var(--pink-strong);
  font-size:12px;
  font-weight:600;
  line-height:1;
}

.about-content h1{
  margin:0 0 18px;
  font-size:42px;
  line-height:1.18;
  font-weight:700;
  color:var(--text-dark);
}

.about-content p{
  margin:0 0 14px;
  font-size:15px;
  line-height:1.8;
  color:#4b5563;
}

.about-points{
  margin:20px 0 24px;
  padding:0;
  list-style:none;
}

.about-points li{
  position:relative;
  margin-bottom:10px;
  padding-left:24px;
  font-size:15px;
  line-height:1.6;
  color:var(--text-dark);
}

.about-points li::before{
  content:"✓";
  position:absolute;
  top:0;
  left:0;
  font-weight:700;
  color:var(--pink-strong);
}

.btn-about{
  display:inline-block;
  padding:12px 24px;
  border-radius:8px;
  background:var(--pink-strong);
  color:#fff !important;
  font-weight:600;
  line-height:1.2;
  text-decoration:none;
}

.btn-about:hover,
.btn-about:focus{
  background:#e43b5e;
  color:#fff !important;
  text-decoration:none;
}

/* =========================
   WHY CHOOSE
========================= */
.why-choose-us{
  padding:64px 20px;
  background:#f8f8f8;
}

.why-choose-us__container{
  display:grid;
  grid-template-columns:1fr 1.1fr;
  gap:40px;
  align-items:center;
  max-width:var(--container-md);
}

.why-choose-us__media img{
  display:block;
  width:100%;
  height:auto;
  border-radius:var(--radius-md);
  object-fit:cover;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.why-choose-us__content{
  color:#222;
}

.section-tag{
  margin:0 0 10px;
  font-size:14px;
  font-weight:700;
  letter-spacing:0.08em;
  text-transform:uppercase;
  color:#d94f70;
}

.why-choose-us__content h2{
  margin:0 0 16px;
  font-size:34px;
  line-height:1.25;
  font-weight:700;
  color:#1f1f1f;
}

.section-intro{
  margin:0 0 28px;
  font-size:16px;
  line-height:1.8;
  color:#555;
}

.why-list{
  display:grid;
  gap:18px;
}

.why-card{
  display:flex;
  align-items:flex-start;
  gap:16px;
  padding:18px 20px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  box-shadow:0 6px 20px rgba(0,0,0,0.04);
}

.why-card__icon{
  flex:0 0 54px;
  display:grid;
  place-items:center;
  width:54px;
  height:54px;
  border-radius:50%;
  background:#fbe7ec;
}

.why-card__icon svg{
  width:26px;
  height:26px;
  fill:#d94f70;
}

.why-card__text h3{
  margin:0 0 8px;
  font-size:20px;
  line-height:1.3;
  color:#222;
}

.why-card__text p{
  margin:0;
  font-size:15px;
  line-height:1.7;
  color:#5f5f5f;
}

/* =========================
   CONTACT / APPOINTMENT INFO
========================= */
.contact-info-section{
  padding:70px 20px;
  background:#fff;
}

.contact-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:28px;
  align-items:stretch;
}

.info-card{
  position:relative;
  overflow:hidden;
  padding:34px 28px;
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow-md);
}

.info-card:hover{
  box-shadow:0 16px 40px rgba(0,0,0,0.09);
}

.info-card--highlight{
  color:#fff;
  background:var(--pink-gradient);
}

.info-card--center{
  color:#222;
  background:#fff;
  border:1px solid var(--line);
}

.info-icon{
  display:grid;
  place-items:center;
  width:68px;
  height:68px;
  margin-bottom:20px;
  border-radius:50%;
}

.info-card--highlight .info-icon{
  background:rgba(255,255,255,0.18);
}

.info-card--center .info-icon{
  background:#fde8ee;
}

.info-icon svg{
  width:32px;
  height:32px;
  fill:currentColor;
}

.info-card--highlight .info-icon svg{ color:#fff; }
.info-card--center .info-icon svg{ color:#e85f82; }

.info-card h3{
  margin:0 0 14px;
  font-size:30px;
  line-height:1.2;
  font-weight:700;
}

.info-card p{
  margin:0 0 22px;
  font-size:16px;
  line-height:1.8;
}

.btn{
  display:inline-block;
  min-width:160px;
  padding:14px 26px;
  border-radius:var(--radius-pill);
  font-size:15px;
  font-weight:700;
  text-align:center;
  text-decoration:none;
}

.btn-light{
  background:#fff;
  color:#e85f82;
  border:2px solid #fff;
}

.btn-light:hover{
  background:transparent;
  color:#fff;
}

.info-card--center .btn-light{
  background:#e85f82;
  color:#fff;
  border-color:#e85f82;
}

.info-card--center .btn-light:hover{
  background:transparent;
  color:#e85f82;
}

.hours-note{
  margin-bottom:18px;
}

.hours-table{
  margin:10px 0 22px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}

.hours-row{
  display:flex;
  justify-content:space-between;
  gap:18px;
  padding:16px 0;
  font-size:16px;
  line-height:1.5;
}

.hours-row + .hours-row{
  border-top:1px solid var(--line);
}

.hours-row span{
  color:#444;
  font-weight:600;
}

.hours-row strong{
  color:#111;
  font-weight:700;
  text-align:right;
}

.appointment-call{
  margin-bottom:0;
  font-weight:500;
}

.appointment-call a{
  color:#e85f82;
  font-weight:700;
  text-decoration:none;
}

.appointment-call a:hover{
  text-decoration:underline;
}

/* =========================
   TRUST STATS
========================= */
.trust-stats{
  position:relative;
  overflow:hidden;
  padding:80px 20px;
  background:url("images/content/trust-bg.webp") center center / cover no-repeat;
}

.trust-stats__overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(135deg, rgba(25,20,30,0.78), rgba(40,32,48,0.72));
}

.trust-stats__container{
  position:relative;
  z-index:2;
}

.trust-stats__header{
  max-width:860px;
}

.trust-stats__label{
  color:#ff7f9d;
}

.trust-stats__header h2{
  font-size:38px;
  color:#fff;
}

.trust-stats__header p{
  color:rgba(255,255,255,0.88);
}

.trust-stats__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
}

.stat-card{
  padding:30px 24px;
  text-align:center;
  border-radius:var(--radius-lg);
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.22);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  box-shadow:0 10px 30px rgba(0,0,0,0.14);
  transition:transform .25s ease, border-color .25s ease, background .25s ease;
}

.stat-card:hover{
  transform:translateY(-5px);
  border-color:rgba(255,127,157,0.65);
  background:rgba(255,255,255,0.12);
}

.stat-card__icon{
  display:grid;
  place-items:center;
  width:68px;
  height:68px;
  margin:0 auto 18px;
  border-radius:50%;
  background:rgba(255,127,157,0.16);
}

.stat-card__icon svg{
  width:32px;
  height:32px;
  fill:#fff;
}

.stat-card__number{
  margin-bottom:12px;
  font-size:58px;
  line-height:1;
  font-weight:800;
  letter-spacing:-0.02em;
  color:#ff7f9d;
}

.stat-card__number span{
  font-size:28px;
  vertical-align:top;
}

.stat-card h3{
  margin:0 0 10px;
  font-size:24px;
  line-height:1.25;
  font-weight:700;
  color:#fff;
}

.stat-card p{
  margin:0;
  font-size:15px;
  line-height:1.75;
  color:rgba(255,255,255,0.85);
}

/* =========================
   TESTIMONIALS
========================= */
.testimonials-section{
  padding:80px 20px;
  background:#fff;
}

.testimonials-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.testimonial-card{
  position:relative;
  padding:34px 28px;
  background:#fff;
  border:1px solid #f0d9df;
  border-radius:var(--radius-lg);
  box-shadow:var(--shadow-lg);
}

.testimonial-card:hover{
  box-shadow:0 18px 40px rgba(0,0,0,0.08);
}

.quote-icon{
  margin-bottom:18px;
  font-size:62px;
  line-height:1;
  font-family:Georgia, serif;
  color:#f4a4b8;
}

.testimonial-text{
  margin:0 0 24px;
  font-size:16px;
  line-height:1.85;
  color:var(--text-soft);
}

.testimonial-footer{
  padding-top:18px;
  border-top:1px solid #f2e5e9;
}

.testimonial-footer h3{
  margin:0 0 6px;
  font-size:18px;
  font-weight:700;
  color:var(--text);
}

.testimonial-footer span{
  font-size:14px;
  font-weight:600;
  color:var(--pink);
}

/* =========================
   FAQ
========================= */
.faq-section{
  padding:80px 20px;
  background:#f9fafb;
}

.faq-wrapper{
  max-width:var(--container-sm);
  margin:0 auto;
}

.faq-item{
  overflow:hidden;
  margin-bottom:16px;
  background:#fff;
  border:1px solid var(--line-soft);
  border-radius:18px;
  box-shadow:0 10px 28px rgba(0,0,0,0.04);
}

.faq-item summary{
  position:relative;
  padding:22px 58px 22px 22px;
  list-style:none;
  cursor:pointer;
  font-size:20px;
  line-height:1.45;
  font-weight:700;
  color:var(--text);
  transition:background .25s ease, color .25s ease;
}

.faq-item summary::-webkit-details-marker{
  display:none;
}

.faq-item summary::after{
  content:"+";
  position:absolute;
  top:50%;
  right:22px;
  transform:translateY(-50%);
  font-size:28px;
  line-height:1;
  font-weight:400;
  color:var(--pink);
}

.faq-item[open] summary{
  background:#fff4f7;
  color:#d95b7f;
}

.faq-item[open] summary::after{
  content:"−";
}

.faq-content{
  padding:0 22px 22px;
}

.faq-content p{
  margin:0;
  font-size:16px;
  line-height:1.85;
  color:#555;
}

/* =========================
   BLOGS
========================= */
.recent-blogs-section{
  padding:80px 20px;
  background:#fff;
}

.recent-blogs-header{
  max-width:850px;
  margin-bottom:45px;
}

.recent-blogs-header h2{
  font-size:40px;
  color:var(--text);
}

.recent-blogs-header p{
  color:var(--text-light);
}

.recent-blogs-grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0,1fr));
  gap:28px;
}

.blog-card{
  display:flex;
  flex-direction:column;
  overflow:hidden;
  background:#fff;
  border:1px solid #edf0f4;
  border-radius:24px;
  box-shadow:var(--shadow-xl);
  transition:transform .3s ease, box-shadow .3s ease;
}

.blog-card:hover{
  transform:translateY(-8px);
  box-shadow:0 20px 48px rgba(16,24,40,0.10);
}

.blog-card-image{
  display:block;
  overflow:hidden;
}

.blog-card-image img{
  display:block;
  width:100%;
  height:260px;
  object-fit:cover;
  transition:transform .45s ease;
}

.blog-card:hover .blog-card-image img{
  transform:scale(1.05);
}

.blog-card-content{
  display:flex;
  flex:1;
  flex-direction:column;
  padding:24px 24px 26px;
}

.blog-card-tag{
  display:inline-flex;
  align-self:flex-start;
  margin-bottom:14px;
  padding:7px 12px;
  border-radius:var(--radius-pill);
  background:var(--pink-soft);
  color:var(--pink-dark);
  font-size:12px;
  font-weight:700;
  letter-spacing:.05em;
  text-transform:uppercase;
}

.blog-card-title{
  margin:0 0 14px;
  font-size:28px;
  line-height:1.2;
  font-weight:700;
}

.blog-card-title a{
  color:var(--text);
  text-decoration:none;
  transition:color .25s ease;
}

.blog-card-title a:hover{
  color:var(--pink-dark);
}

.blog-card-excerpt{
  margin:0 0 24px;
  font-size:16px;
  line-height:1.8;
  color:#5c6675;
}

.blog-card-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  align-self:flex-start;
  min-width:155px;
  margin-top:auto;
  padding:14px 22px;
  border-radius:var(--radius-pill);
  font-size:15px;
  font-weight:700;
  text-decoration:none;
}

.blog-card-btn:hover{
  opacity:.96;
}

.blog-empty-state{
  grid-column:1 / -1;
  padding:30px;
  text-align:center;
  color:var(--text-light);
  background:#fff;
  border:1px solid #edf0f4;
  border-radius:18px;
  box-shadow:0 8px 24px rgba(16,24,40,0.04);
}

/* =========================
   FOOTER
========================= */
.site-footer{
  color:var(--text);
  background:#fff;
  border-top:1px solid var(--line-footer);
}

.site-footer__top{
  padding:70px 20px 50px;
}

.site-footer__top .site-footer__container{
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr;
  gap:50px;
}

.footer-col{
  min-width:0;
}

.footer-title{
  margin:0 0 16px;
  font-size:34px;
  line-height:1.2;
  font-weight:700;
  color:var(--text);
}

.footer-title-sm{
  margin:0 0 18px;
  font-size:24px;
  line-height:1.3;
  font-weight:700;
  color:var(--text);
}

.footer-text{
  margin:0;
  font-size:16px;
  line-height:1.9;
  color:#596273;
}

.footer-links{
  margin:0;
  padding:0;
  list-style:none;
  columns:2;
  column-gap:24px;
}

.footer-links li{
  break-inside:avoid;
  margin-bottom:14px;
}

.footer-links a{
  position:relative;
  display:inline-block;
  font-size:15px;
  line-height:1.7;
  color:#596273;
  text-decoration:none;
  transition:color .25s ease, padding-left .25s ease;
}

.footer-links a::before{
  content:"•";
  margin-right:8px;
  color:var(--pink);
}

.footer-links a:hover{
  padding-left:4px;
  color:var(--pink-dark);
}

.footer-contact-list{
  display:flex;
  flex-direction:column;
  gap:18px;
}

.footer-contact-item{
  display:flex;
  align-items:flex-start;
  gap:14px;
}

.footer-contact-icon{
  flex:0 0 42px;
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:50%;
  background:var(--pink-soft);
}

.footer-contact-icon svg{
  width:20px;
  height:20px;
  fill:var(--pink);
}

.footer-contact-item p{
  margin:0;
  font-size:16px;
  line-height:1.75;
  color:#596273;
}

.footer-contact-item a{
  color:#596273;
  text-decoration:none;
  transition:color .25s ease;
}

.footer-contact-item a:hover{
  color:var(--pink-dark);
}

.site-footer__bottom{
  padding:18px 20px;
  background:var(--pink-gradient);
}

.site-footer__bottom-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
}

.footer-copy{
  margin:0;
  font-size:15px;
  line-height:1.6;
  color:#fff;
}

.footer-social{
  display:flex;
  align-items:center;
  gap:12px;
}

.footer-social a{
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border-radius:50%;
  background:rgba(255,255,255,0.16);
  transition:transform .25s ease, background .25s ease;
}

.footer-social a:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,0.24);
}

.footer-social svg{
  width:18px;
  height:18px;
  fill:#fff;
}

/* =========================
   HERO / SLIDER BANNER
========================= */
.experienced-gynae-section{
  overflow:hidden;
  padding:80px 20px;
  background:
    radial-gradient(circle at top left, rgba(232,109,141,0.08), transparent 35%),
    linear-gradient(180deg, #fff8fb 0%, #ffffff 100%);
}

.experienced-gynae-container{
  display:grid;
  grid-template-columns:1.05fr 0.95fr;
  gap:48px;
  align-items:center;
}

.experienced-gynae-content{
  max-width:620px;
}

.experienced-gynae-label{
  display:inline-block;
  margin-bottom:12px;
  padding:8px 14px;
  border-radius:var(--radius-pill);
  background:var(--pink-soft);
  color:var(--pink-dark);
  font-size:13px;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.experienced-gynae-content h2{
  margin:0 0 18px;
  font-size:46px;
  line-height:1.12;
  font-weight:700;
  color:var(--text);
}

.experienced-gynae-text{
  margin:0 0 24px;
  font-size:17px;
  line-height:1.9;
  color:var(--text-muted);
}

.experienced-gynae-points{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-bottom:30px;
}

.experienced-gynae-points span{
  display:inline-flex;
  align-items:center;
  padding:10px 14px;
  border-radius:var(--radius-pill);
  border:1px solid var(--line-soft);
  background:#fff;
  color:var(--text-soft);
  font-size:14px;
  font-weight:600;
  box-shadow:0 6px 18px rgba(16,24,40,0.04);
}

.experienced-gynae-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.experienced-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:170px;
  padding:14px 24px;
  border-radius:var(--radius-pill);
  font-size:15px;
  font-weight:700;
  text-decoration:none;
}

.experienced-btn--secondary{
  background:#fff;
  color:var(--pink-dark);
  border:1px solid var(--line-soft);
}

.experienced-btn--secondary:hover{
  background:var(--pink-soft);
  color:var(--pink-dark);
}

.experienced-gynae-image-wrap{
  position:relative;
}

.experienced-gynae-image-bg{
  position:absolute;
  inset:auto -20px -20px auto;
  z-index:1;
  width:86%;
  height:88%;
  border-radius:28px;
  background:linear-gradient(135deg, rgba(239,121,150,0.16), rgba(232,95,130,0.06));
}

.experienced-gynae-image-wrap img{
  position:relative;
  z-index:2;
  display:block;
  width:100%;
  height:auto;
  border-radius:28px;
  object-fit:cover;
  box-shadow:0 20px 50px rgba(16,24,40,0.12);
}

/* =========================
   APPOINTMENT FORM MODAL
========================= */
.appointment-cta-wrap{
  margin:20px 0;
  text-align:center;
}

.appointment-open-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:190px;
  padding:14px 24px;
  border:0;
  border-radius:var(--radius-pill);
  font-size:16px;
  font-weight:700;
  cursor:pointer;
}

.appointment-modal{
  position:fixed;
  inset:0;
  z-index:9999;
  display:none;
}

.appointment-modal.active{
  display:block;
}

.appointment-modal__overlay{
  position:absolute;
  inset:0;
  background:rgba(20,24,35,0.65);
  backdrop-filter:blur(3px);
}

.appointment-modal__box{
  position:relative;
  z-index:2;
  width:min(92%, 500px);
  margin:70px auto;
  overflow:hidden;
  background:#fff;
  border-radius:24px;
  box-shadow:0 25px 60px rgba(0,0,0,0.18);
}

.appointment-modal__content{
  padding:34px 28px 30px;
}

.appointment-modal__close{
  position:absolute;
  top:10px;
  right:14px;
  width:42px;
  height:42px;
  border:0;
  background:transparent;
  color:#555;
  font-size:32px;
  line-height:1;
  cursor:pointer;
}

.appointment-modal__label{
  display:inline-block;
  margin-bottom:10px;
  padding:7px 12px;
  border-radius:var(--radius-pill);
  background:var(--pink-soft);
  color:var(--pink-dark);
  font-size:12px;
  font-weight:700;
  letter-spacing:.05em;
  text-transform:uppercase;
}

.appointment-modal__content h2{
  margin:0 0 10px;
  font-size:32px;
  line-height:1.2;
  color:var(--text);
}

.appointment-modal__content p{
  margin:0 0 24px;
  font-size:15px;
  line-height:1.75;
  color:var(--text-light);
}

.appointment-form{
  display:grid;
  gap:18px;
}

.appointment-form__group label{
  display:block;
  margin-bottom:8px;
  font-size:14px;
  font-weight:700;
  color:#344054;
}

.appointment-form__group input{
  width:100%;
  height:52px;
  padding:0 16px;
  border:1px solid #e5e7eb;
  border-radius:14px;
  outline:none;
  font-size:15px;
  color:var(--text);
  transition:border-color .25s ease, box-shadow .25s ease;
}

.appointment-form__group input:focus{
  border-color:var(--pink);
  box-shadow:0 0 0 4px rgba(232,109,141,0.12);
}

.appointment-form__submit{
  height:54px;
  border:0;
  border-radius:14px;
  background:var(--pink-gradient);
  color:#fff;
  font-size:16px;
  font-weight:700;
  cursor:pointer;
  box-shadow:0 12px 24px rgba(232,95,130,0.22);
  transition:transform .25s ease, box-shadow .25s ease;
}

.appointment-form__submit:hover{
  transform:translateY(-1px);
  box-shadow:0 16px 28px rgba(232,95,130,0.28);
}

/* =========================
   HEADER / MENU
========================= */
.site-header{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:9999;
  background:#fff;
  box-shadow:0 10px 30px rgba(16,24,40,0.06);
  transition:all .3s ease;
}

.site-header.scrolled{
  box-shadow:0 4px 20px rgba(0,0,0,0.08);
}

.site-header__container{
  max-width:var(--container);
  padding:0 15px;
}

.site-header__top{
  padding:10px 20px;
  background:var(--pink-gradient);
}

.site-header__top .site-header__container{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
}

.site-header__top-left,
.site-header__top-right{
  display:flex;
  align-items:center;
  gap:18px;
  flex-wrap:wrap;
}

.site-header__top a,
.site-header__top span{
  font-size:14px;
  line-height:1.5;
  font-weight:500;
  color:#fff;
  text-decoration:none;
}

.site-header__main{
  padding:16px 20px;
  background:#fff;
  border-bottom:1px solid #f1e3e8;
}

.site-header__main .site-header__container{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  position:relative;
}

.site-header__brand{
  flex:0 0 auto;
}

.site-logo{
  display:inline-block;
  text-decoration:none;
}

.site-logo img{
  display:block;
  max-width:180px;
  height:auto;
}

.site-nav{
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex:1 1 auto;
  gap:24px;
}

.site-nav__list{
  display:flex;
  align-items:center;
  gap:26px;
  margin:0;
  padding:0;
  list-style:none;
}

.site-nav__list li{
  margin:0;
  padding:0;
}

.site-nav__list a{
  position:relative;
  display:inline-block;
  font-size:15px;
  line-height:1.5;
  font-weight:600;
  color:var(--text);
  text-decoration:none;
  transition:color .25s ease;
}

.site-nav__list a:hover,
.site-nav__list a:focus{
  color:var(--pink-dark);
}

.site-nav__list a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-8px;
  width:0;
  height:2px;
  background:var(--pink);
  transition:width .25s ease;
}

.site-nav__list a:hover::after,
.site-nav__list a:focus::after{
  width:100%;
}

.site-nav__actions{
  display:flex;
  align-items:center;
  gap:12px;
}

.header-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 18px;
  border-radius:var(--radius-pill);
  font-size:14px;
  font-weight:700;
  text-decoration:none;
  white-space:nowrap;
}

.header-btn--light{
  color:var(--pink-dark);
  background:#fff4f7;
  border:1px solid #f1e3e8;
}

.header-btn--light:hover{
  color:var(--pink-dark);
  background:#ffeaf1;
}

.site-header__toggle{
  display:none;
  width:46px;
  height:46px;
  padding:0;
  border:1px solid #f1e3e8;
  border-radius:12px;
  background:#fff;
  cursor:pointer;
}

.site-header__toggle span{
  display:block;
  width:22px;
  height:2px;
  margin:5px auto;
  background:var(--text);
  transition:all .25s ease;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width:1199px){
  .about-content h1{ font-size:36px; }
  .trust-stats__grid{ grid-template-columns:repeat(2,1fr); }
}

@media (max-width:991px){
  .service-card h3,
  .service-card p{
    min-height:auto;
  }

  .why-choose-us{
    padding:52px 18px;
  }

  .why-choose-us__container,
  .experienced-gynae-container{
    grid-template-columns:1fr;
    gap:28px;
  }

  .why-choose-us__content h2{
    font-size:29px;
  }

  .contact-grid,
  .testimonials-grid,
  .recent-blogs-grid,
  .site-footer__top .site-footer__container{
    grid-template-columns:1fr;
  }

  .section-header h2{
    font-size:30px;
  }

  .info-card h3{
    font-size:26px;
  }

  .recent-blogs-header h2{
    font-size:32px;
  }

  .blog-card-title{
    font-size:24px;
  }

  .blog-card-image img{
    height:280px;
  }

  .footer-title{
    font-size:28px;
  }

  .footer-title-sm{
    font-size:22px;
  }

  .footer-links{
    columns:1;
  }

  .experienced-gynae-content{
    max-width:100%;
  }

  .experienced-gynae-content h2{
    font-size:36px;
  }

  .experienced-gynae-image-wrap{
    order:-1;
  }

  .site-header__top{
    display:none;
  }

  .site-header__main{
    padding:14px 15px;
  }

  .site-header__toggle{
    display:inline-block;
    flex:0 0 auto;
  }

  .site-nav{
    position:absolute;
    top:100%;
    left:0;
    right:0;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding:10px 15px 18px;
    background:#fff;
    border-top:1px solid #f1e3e8;
    box-shadow:0 16px 32px rgba(16,24,40,0.08);
  }

  .site-nav.active{
    display:flex;
  }

  .site-header__main .site-header__container{
    gap:14px;
  }

  .site-nav__list{
    flex-direction:column;
    align-items:stretch;
    gap:0;
  }

  .site-nav__list a{
    display:block;
    padding:14px 0;
    border-bottom:1px solid #f6e8ed;
  }

  .site-nav__list a::after{
    display:none;
  }

  .site-nav__actions{
    flex-direction:column;
    align-items:stretch;
    padding-top:14px;
  }

  .header-btn{
    width:100%;
  }

  .about-section{
    padding:40px 0 48px !important;
  }

  .about-content{
    padding-left:0;
  }

  .about-content h1{
    font-size:30px;
    line-height:1.25;
  }

  .about-img-wrap{
    max-width:300px;
    margin:0 auto;
  }
}

@media (max-width:768px){
  .services-section{
    padding:40px 0;
  }

  .services-section h2{
    font-size:24px;
  }
}

@media (max-width:767px){
  .about-section{
    padding:32px 0 40px !important;
  }

  .about-content{
    text-align:left;
  }

  .about-img-wrap{
    max-width:220px;
    margin-bottom:20px;
    border-radius:18px;
  }

  .about-content h1{
    font-size:24px;
  }

  .about-content p,
  .about-points li{
    font-size:14px;
  }

  .trust-stats{
    padding:60px 16px;
  }

  .trust-stats__header{
    margin-bottom:30px;
  }

  .trust-stats__header h2{
    font-size:28px;
  }

  .trust-stats__header p{
    font-size:15px;
    line-height:1.7;
  }

  .stat-card__number{
    font-size:46px;
  }

  .stat-card h3{
    font-size:20px;
  }

  .faq-item summary{
    padding:18px 50px 18px 18px;
    font-size:17px;
  }

  .faq-content{
    padding:0 18px 18px;
  }

  .faq-content p{
    font-size:14px;
    line-height:1.75;
  }
}

@media (max-width:575px){
  .why-choose-us{
    padding:42px 15px;
  }

  .why-choose-us__content h2,
  .section-header h2,
  .experienced-gynae-content h2,
  .appointment-modal__content h2{
    font-size:24px;
  }

  .section-intro,
  .experienced-gynae-text{
    font-size:15px;
    line-height:1.8;
  }

  .why-card{
    padding:16px;
    gap:14px;
  }

  .why-card__icon{
    flex:0 0 48px;
    width:48px;
    height:48px;
  }

  .why-card__icon svg{
    width:22px;
    height:22px;
  }

  .why-card__text h3{
    font-size:18px;
  }

  .why-card__text p{
    font-size:14px;
    line-height:1.65;
  }

  .contact-info-section,
  .testimonials-section,
  .faq-section,
  .recent-blogs-section,
  .experienced-gynae-section{
    padding:55px 15px;
  }

  .section-header,
  .recent-blogs-header{
    margin-bottom:28px;
  }

  .section-header p,
  .info-card p,
  .hours-row,
  .testimonial-text,
  .recent-blogs-header p,
  .blog-card-excerpt,
  .footer-text,
  .footer-contact-item p,
  .footer-links a,
  .footer-copy{
    font-size:14px;
    line-height:1.75;
  }

  .info-card,
  .testimonial-card,
  .stat-card{
    padding:24px 18px;
    border-radius:18px;
  }

  .info-card h3{
    font-size:22px;
  }

  .info-icon{
    width:56px;
    height:56px;
    margin-bottom:16px;
  }

  .info-icon svg{
    width:26px;
    height:26px;
  }

  .hours-row{
    flex-direction:column;
    align-items:flex-start;
    gap:6px;
  }

  .hours-row strong{
    text-align:left;
  }

  .btn,
  .blog-card-btn,
  .experienced-btn,
  .header-btn{
    width:100%;
    min-width:unset;
  }

  .quote-icon{
    margin-bottom:12px;
    font-size:48px;
  }

  .trust-stats__grid{
    grid-template-columns:1fr;
    gap:16px;
  }

  .stat-card__icon{
    width:56px;
    height:56px;
    margin-bottom:14px;
  }

  .stat-card__icon svg{
    width:26px;
    height:26px;
  }

  .stat-card__number{
    font-size:40px;
  }

  .stat-card__number span{
    font-size:20px;
  }

  .stat-card h3{
    font-size:18px;
  }

  .stat-card p{
    font-size:14px;
    line-height:1.65;
  }

  .recent-blogs-header h2{
    font-size:26px;
  }

  .blog-card{
    border-radius:18px;
  }

  .blog-card-image img{
    height:220px;
  }

  .blog-card-content{
    padding:18px 18px 20px;
  }

  .blog-card-title{
    font-size:21px;
  }

  .blog-card-btn{
    align-self:stretch;
    padding:13px 18px;
  }

  .site-footer__top{
    padding:55px 15px 35px;
  }

  .footer-title{
    font-size:24px;
  }

  .footer-title-sm{
    font-size:20px;
  }

  .site-footer__bottom{
    padding:16px 15px;
  }

  .site-footer__bottom-inner{
    flex-direction:column;
    text-align:center;
  }

  .footer-social{
    justify-content:center;
  }

  .experienced-gynae-points{
    gap:10px;
    margin-bottom:24px;
  }

  .experienced-gynae-points span{
    padding:9px 12px;
    font-size:13px;
  }

  .experienced-gynae-actions{
    flex-direction:column;
  }

  .experienced-gynae-image-bg,
  .experienced-gynae-image-wrap img{
    border-radius:20px;
  }

  .appointment-modal__box{
    width:calc(100% - 24px);
    margin:40px auto;
    border-radius:18px;
  }

  .appointment-modal__content{
    padding:26px 18px 22px;
  }

  .site-logo img{
    max-width:145px;
  }

  .site-header__toggle{
    width:42px;
    height:42px;
    border-radius:10px;
  }

  .site-nav__list a,
  .header-btn{
    font-size:14px;
  }

  .header-btn{
    min-height:44px;
  }
}
