:root{--blue:#073f91;--blue-dark:#062d69;--green:#0f8a3a;--green-dark:#0a6d2c;--text:#102033;--muted:#5d6b7d;--light:#f4f9ff;--border:#e5edf7;--shadow:0 16px 40px rgba(7,63,145,.13)}
*{box-sizing:border-box;margin:0;padding:0}body{font-family:Arial,Helvetica,sans-serif;color:var(--text);background:white;line-height:1.6}a{text-decoration:none;color:inherit}img{display:block;max-width:100%}.container{width:min(1180px,92%);margin:auto}
.topbar{background:var(--blue);color:white;min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 30px;font-weight:600;font-size:15px}.header{background:white;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.nav{min-height:95px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand img{width:220px}.menu{display:flex;align-items:center;gap:22px;font-size:15px;font-weight:600}.menu a.active,.menu a:hover{color:var(--blue)}.menu a.active:after{content:"";width:44px;height:3px;background:var(--blue);display:block;margin-top:12px;border-radius:99px}.book-header{background:var(--green);color:white;padding:14px 28px;border-radius:999px;font-weight:800;box-shadow:0 10px 24px rgba(15,138,58,.25)}.menu-toggle{display:none;width:52px;height:52px;border:0;background:var(--blue);color:white;border-radius:12px;font-size:26px}
.hero{background:linear-gradient(135deg,#fff 0%,#f3f9ff 100%);padding:60px 0 0}.hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:40px}.pill{display:inline-block;background:#e9f3ff;color:var(--blue);padding:10px 18px;border-radius:999px;font-weight:800;margin-bottom:24px}.hero h1{color:var(--green);font-size:clamp(44px,5vw,68px);line-height:1.06;font-weight:900;margin-bottom:22px}.hero h1 span{display:block;color:var(--blue);font-size:clamp(52px,6vw,82px);letter-spacing:-2px}.hero-text p{color:var(--muted);font-size:19px;max-width:640px;margin-bottom:30px}.hero-actions{display:flex;gap:18px;flex-wrap:wrap;margin-bottom:34px}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 26px;border-radius:999px;font-weight:800}.btn-green{background:var(--green);color:white;box-shadow:0 10px 24px rgba(15,138,58,.22)}.btn-outline{border:2px solid var(--green);color:var(--green);background:white}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.trust-card{background:white;border:1px solid var(--border);border-radius:16px;padding:18px;box-shadow:0 10px 24px rgba(0,0,0,.05);display:flex;align-items:center;}.trust-card img{width:52px;height:52px}.trust-card strong{display:block;color:var(--blue-dark)}.trust-card span{color:var(--text)}.hero-image{display:flex;align-items:flex-end;justify-content:center}.hero-image img{width:100%;height:520px;object-fit:contain;object-position:center;background:#f4f9ff}
.blue-strip{background:linear-gradient(90deg,#062d69,#073f91);color:white;padding:40px 0}.strip-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:26px}.strip-card{display:flex;align-items:center;gap:18px;padding-right:22px;border-right:1px solid rgba(255,255,255,.22)}.strip-card:last-child{border-right:none}.strip-icon{width:70px;height:70px;border:2px solid rgba(255,255,255,.72);border-radius:50%;display:flex;align-items:center;justify-content:center;flex:0 0 auto}.strip-icon img{width:44px;height:44px}.strip-card h3{font-size:20px;margin-bottom:6px}.strip-card p{color:#dcecff;font-size:15px}
section{padding:76px 0}.light{background:var(--light)}.section-title{text-align:center;max-width:760px;margin:0 auto 44px}.label{color:var(--green);font-weight:900;letter-spacing:6px;font-size:13px;margin-bottom:8px}.section-title h2{font-size:clamp(34px,4vw,54px);color:var(--blue);line-height:1.05}.section-title h2 span{color:var(--green)}.section-title p{color:var(--muted);font-size:17px;margin-top:10px}.cards,.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.cards article,.service-grid article,.info-panel{background:white;border:1px solid var(--border);border-radius:22px;padding:28px;box-shadow:0 10px 26px rgba(0,0,0,.05)}.cards h3,.service-grid h3{color:var(--blue-dark);font-size:22px;margin-bottom:10px}.cards p,.service-grid p,.split p{color:var(--muted)}.stars{color:#f59e0b;font-size:20px}
.split{display:grid;grid-template-columns:1fr .75fr;gap:40px;align-items:center}.left-label{text-align:left}.split-title{font-size:clamp(34px,4vw,52px);line-height:1.08;color:var(--blue);margin-bottom:18px}.checks{list-style:none;margin-top:20px}.checks li{font-weight:700;margin-bottom:10px}.checks li:before{content:"✓";color:var(--green);font-weight:900;margin-right:10px}.info-panel{border-left:7px solid var(--green)}.info-panel h3{font-size:26px;color:var(--blue-dark);margin-bottom:10px}.info-panel .btn{margin-top:20px}
.cta{padding:54px 0}.cta-box{text-align:center;background:linear-gradient(135deg,var(--blue),var(--blue-dark));border-radius:32px;color:white;padding:58px 24px}.cta-box h2{font-size:clamp(30px,4vw,46px)}.cta-box p{color:#dbeafe;margin:10px 0 24px}.center-actions{justify-content:center}.white-outline{border-color:white;color:white;background:transparent}
.floating{position:fixed;right:20px;bottom:20px;z-index:1000;display:flex;flex-direction:column;gap:10px}.floating a{color:white;font-weight:900;border-radius:999px;padding:13px 20px;box-shadow:0 10px 24px rgba(0,0,0,.18)}.wa{background:#25d366}.call{background:var(--blue)}
@media(max-width:960px){.topbar{flex-wrap:wrap;justify-content:center;text-align:center;padding:8px 18px}.menu,.book-header{display:none}.menu-toggle{display:block}.menu.open{display:flex;position:absolute;left:4%;right:4%;top:95px;background:white;padding:20px;border-radius:18px;box-shadow:var(--shadow);flex-direction:column;align-items:flex-start}.hero-grid,.split{grid-template-columns:1fr}.hero-image img{height:420px}.strip-grid,.cards,.service-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.brand img{width:200px}.nav{min-height:84px}.menu.open{top:84px}.hero{padding-top:42px}.hero-actions{flex-direction:column}.btn{width:100%}.trust-row,.strip-grid,.cards,.service-grid{grid-template-columns:1fr}.strip-card{border-right:0;border-bottom:1px solid rgba(255,255,255,.25);padding-bottom:18px}.strip-card:last-child{border-bottom:0}.floating{left:12px;right:12px;bottom:12px;flex-direction:row}.floating a{flex:1;text-align:center}}


/* ===== Requested final fixes only ===== */
.hero-image img,
.hero-right img,
.hero-media img {
  width: 100% !important;
  max-width: 690px !important;
  height: 520px !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 28px !important;
  box-shadow: 0 18px 42px rgba(7,63,145,.14) !important;
  display: block !important;
}
.hero-image,
.hero-right,
.hero-media {
  overflow: visible !important;
  border-radius: 28px !important;
}
.trust-row,
.quick-cards,
.trust {
  margin-bottom: 46px !important;
}
.blue-strip,
.condition-strip,
.blue-service-bar,
.blue-bar {
  margin-top: 34px !important;
}
.floating,
.floating a,
.floating button {
  display: none !important;
}
.floating-icons {
  position: fixed !important;
  right: 18px !important;
  bottom: 18px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  z-index: 9999 !important;
}
.float-btn {
  width: 56px !important;
  height: 56px !important;
  border-radius: 50% !important;
  display: grid !important;
  place-items: center !important;
  color: #fff !important;
  font-size: 24px !important;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(0,0,0,.20) !important;
  transition: transform .25s ease, box-shadow .25s ease !important;
}
.float-btn.whatsapp { background: #25D366 !important; }
.float-btn.call { background: #073f91 !important; }
.float-btn:hover { transform: translateY(-2px) scale(1.06) !important; }
.menu a { position: relative !important; }
.menu a.active { color: #073f91 !important; }
.menu a.active::after {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -8px !important;
  width: 100% !important;
  height: 3px !important;
  background: #073f91 !important;
  border-radius: 3px !important;
}
.menu a.active::before {
  content: "" !important;
  position: absolute !important;
  left: 0 !important;
  bottom: -14px !important;
  width: 58% !important;
  height: 3px !important;
  background: #0f8a3a !important;
  border-radius: 3px !important;
}
.site-footer {
  background: #f5f9ff !important;
  padding: 58px 6% 22px !important;
  border-top: 1px solid #e5edf7 !important;
}
.footer-wrap {
  background: #fff !important;
  border: 1px solid #e5edf7 !important;
  border-radius: 28px !important;
  padding: 38px !important;
  box-shadow: 0 14px 35px rgba(7,63,145,.08) !important;
  display: grid !important;
  grid-template-columns: 1.4fr 1.2fr 1fr 1fr !important;
  gap: 30px !important;
}
.footer-brand img {
  width: 210px !important;
  max-width: 100% !important;
  margin-bottom: 18px !important;
}
.footer-wrap h3 {
  color: #073f91 !important;
  margin-bottom: 14px !important;
  font-size: 20px !important;
}
.footer-wrap p {
  color: #5d6b7d !important;
  line-height: 1.7 !important;
  margin-bottom: 9px !important;
}
.footer-bottom {
  text-align: center !important;
  color: #64748b !important;
  font-size: 14px !important;
  padding-top: 22px !important;
}
@media (max-width: 960px) {
  .hero-image img,
  .hero-right img,
  .hero-media img {
    height: 390px !important;
    max-width: 100% !important;
  }
  .footer-wrap {
    grid-template-columns: 1fr !important;
  }
  .trust-row,
  .quick-cards,
  .trust {
    margin-bottom: 34px !important;
  }
}


/* ===== About Us + Gallery Sections ===== */
.about-section {
  padding: 78px 8%;
  background: #ffffff;
}

.about-wrap {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 34px;
  align-items: stretch;
}

.section-kicker {
  color: #0f8a3a;
  font-weight: 900;
  letter-spacing: 6px;
  font-size: 13px;
  margin-bottom: 10px;
}

.about-content h2 {
  color: #073f91;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.1;
  margin-bottom: 18px;
}

.about-content p {
  color: #5d6b7d;
  font-size: 17px;
  line-height: 1.8;
}

.about-points {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 28px;
}

.about-points div,
.about-card {
  background: #f5f9ff;
  border: 1px solid #e5edf7;
  border-radius: 20px;
  padding: 22px;
}

.about-points strong {
  display: block;
  color: #073f91;
  margin-bottom: 6px;
}

.about-points span {
  color: #5d6b7d;
}

.about-card {
  background: linear-gradient(135deg, #073f91, #062d69);
  color: #fff;
  box-shadow: 0 14px 35px rgba(7,63,145,.14);
}

.about-card h3 {
  font-size: 28px;
  margin-bottom: 12px;
}

.about-card p {
  color: #dbeafe;
  line-height: 1.7;
  margin-bottom: 18px;
}

.about-card ul {
  list-style: none;
  padding: 0;
}

.about-card li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,.18);
}

.about-card li:last-child {
  border-bottom: 0;
}

.gallery-section {
  padding: 78px 8%;
  background: #f5f9ff;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(7,63,145,.10);
  border: 1px solid #e5edf7;
}

.gallery-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}

.gallery-card:hover img {
  transform: scale(1.05);
}

.gallery-card span {
  display: block;
  padding: 16px 18px;
  font-weight: 900;
  color: #073f91;
  background: #fff;
}

@media (max-width: 960px) {
  .about-wrap,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-card img {
    height: 260px;
  }
}


/* =========================================================
   FINAL SMALL HEADING FIXES
   Paste-safe full CSS replacement includes this at bottom
   ========================================================= */

/* Keep the green hero line in one line on desktop */
.hero h2 {
  white-space: nowrap !important;
  font-size: clamp(36px, 3.8vw, 54px) !important;
  line-height: 1.05 !important;
}

/* On smaller screens allow wrap to avoid overflow */
@media (max-width: 900px) {
  .hero h2 {
    white-space: normal !important;
  }
}

/* Add premium side lines to small heading text */
.section-title p,
.section-kicker {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;
}

.section-title p::before,
.section-title p::after,
.section-kicker::before,
.section-kicker::after {
  content: "" !important;
  display: inline-block !important;
  width: 70px !important;
  height: 2px !important;
  background: #0f8a3a !important;
}

@media (max-width: 768px) {
  .section-title p::before,
  .section-title p::after,
  .section-kicker::before,
  .section-kicker::after {
    width: 34px !important;
  }
}

.hero h1 {
  max-width: 620px !important;
}

.hero-main {
  display: block !important;
  font-size: clamp(42px, 5vw, 62px) !important;
  line-height: 1.05 !important;
}

.hero-line {
  display: block !important;
  white-space: nowrap !important;
  font-size: clamp(30px, 4vw, 38px) !important;
  line-height: 1.1 !important;
  color: #0f8a3a !important;
}

@media (max-width: 1100px) {
  .hero-line {
    white-space: normal !important;
  }
}






/* ===== Premium Gallery Section ===== */
.gallery-section {
  padding: 78px 8%;
  background: #ffffff;
}

.gallery-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 26px !important;
  margin-top: 40px !important;
}

.gallery-card {
  position: relative !important;
  background: #fff !important;
  border-radius: 22px !important;
  overflow: hidden !important;
  box-shadow: 0 18px 40px rgba(7, 63, 145, 0.12) !important;
  transition: all 0.35s ease !important;
  border: 1px solid #e5edf7 !important;
}

.gallery-card:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 24px 55px rgba(7, 63, 145, 0.18) !important;
}

.gallery-card img {
  width: 100% !important;
  height: 260px !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform 0.45s ease !important;
}

.gallery-card:hover img {
  transform: scale(1.06) !important;
}

.gallery-card h3 {
  padding: 18px 20px !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  color: #073f91 !important;
  background: #fff !important;
  margin: 0 !important;
}

.gallery-card::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(
    to top,
    rgba(7, 63, 145, 0.15),
    transparent 45%
  ) !important;
  opacity: 0 !important;
  transition: opacity 0.35s ease !important;
  pointer-events: none !important;
}

.gallery-card:hover::after {
  opacity: 1 !important;
}

@media (max-width: 992px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 600px) {
  .gallery-grid {
    grid-template-columns: 1fr !important;
  }

  .gallery-card img {
    height: 230px !important;
  }
}

html { scroll-behavior: smooth; }

.hero-actions {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
}

.btn-green {
  background: #28a745;
  color: white;
}

.btn-outline {
  border: 2px solid #28a745;
  color: #28a745;
  background: white;
}

.btn-icon {
  width: 18px;
  height: 18px;
}
btn-green {
  background: linear-gradient(45deg, #2bb673, #1f9c5d);
}

.footer-links {

  list-style: none;

  padding: 0;

}


.footer-links li {

  margin-bottom: 8px;

}


.footer-links a {

  text-decoration: none;

  color: #333;

  transition: 0.3s;

}


.footer-links a:hover {

  color: #28a745;

  padding-left: 5px;

}




/* Final booking link button polish */
a[href="https://clinicia.com/calendar/book?u=80979"] {
  cursor: pointer;
}
a[href="https://clinicia.com/calendar/book?u=80979"]:hover {
  transform: translateY(-2px);
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: center;
}

.map-container iframe {
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.contact-info p {
  margin-bottom: 15px;
}

@media(max-width:768px){
  .contact-grid {
    grid-template-columns: 1fr;
  }
}
/* Service pages SEO layout */
.service-hero{padding:90px 0 70px;background:linear-gradient(135deg,#f7fbff 0%,#fff 70%);text-align:center}.service-hero h1{color:#0b3f91;font-size:clamp(34px,5vw,58px);line-height:1.08;margin:18px auto 16px;max-width:900px}.service-hero p{max-width:820px;margin:0 auto 24px;color:#4b5563;font-size:18px}.service-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:30px;align-items:start}.service-main article,.service-side{background:#fff;border-radius:18px;padding:26px;box-shadow:0 12px 30px rgba(10,60,130,.08);margin-bottom:22px}.service-main h2,.service-side h3{color:#0b3f91;margin-bottom:14px}.service-main li{margin:10px 0;color:#374151}.service-side{position:sticky;top:95px}.service-page-links{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px;justify-content:center}.service-page-links a,.card-link{color:inherit;text-decoration:none}.service-page-links a{background:#0b8f3a;color:#fff;padding:12px 18px;border-radius:999px;font-weight:700}.footer-col a{color:inherit;text-decoration:none}@media(max-width:900px){.service-layout{grid-template-columns:1fr}.service-side{position:static}}


/* ===== Desktop + Mobile fixes for service buttons and contact map ===== */

/* Keep desktop layout clean and prevent the service buttons from sitting under the header */
.service-page-links {
  width: 100%;
  max-width: 1180px;
  margin: 48px auto 110px !important;
  padding: 0 18px;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(150px, 1fr));
  gap: 16px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.service-page-links a {
  width: 100%;
  min-height: 54px;
  padding: 12px 18px !important;
  border-radius: 999px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.25;
  box-sizing: border-box;
  white-space: normal;
}

/* Contact section should never overflow on phone */
.contact-section,
.contact-grid,
.contact-info,
.map-container {
  max-width: 100%;
  box-sizing: border-box;
}

.map-container {
  overflow: hidden;
  border-radius: 14px;
}

.map-container iframe {
  width: 100% !important;
  max-width: 100% !important;
  height: 420px;
  display: block;
  border: 0;
  border-radius: 14px;
  box-sizing: border-box;
}

@media (max-width: 1100px) {
  .service-page-links {
    grid-template-columns: repeat(3, minmax(170px, 1fr));
  }
}

@media (max-width: 768px) {
  .service-page-links {
    max-width: 360px;
    margin: 26px auto 80px !important;
    padding: 0 16px;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .service-page-links a {
    min-height: 56px;
    font-size: 17px;
  }

  .contact-section {
    padding-left: 16px;
    padding-right: 16px;
    overflow-x: hidden;
  }

  .contact-grid {
    grid-template-columns: 1fr !important;
    gap: 22px;
    width: 100%;
  }

  .contact-info {
    width: 100%;
    overflow-wrap: anywhere;
  }

  .contact-info .btn,
  .contact-info .btn-green,
  .contact-info a[class*="btn"] {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    white-space: normal;
    text-align: center;
  }

  .map-container iframe {
    height: 340px;
  }
}


/* ===== Premium Branded WhatsApp Widget ===== */
.saksham-wa-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 0;
  background: #18b84f;
  color: #fff;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 30px rgba(24, 184, 79, 0.35);
  cursor: pointer;
  z-index: 9999;
}

.saksham-whatsapp-widget {
  position: fixed;
  right: 22px;
  bottom: 96px;
  width: 330px;
  max-width: calc(100vw - 32px);
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 18px 45px rgba(3, 25, 65, 0.22);
  overflow: hidden;
  transform: translateY(14px);
  opacity: 0;
  pointer-events: none;
  transition: 0.25s ease;
  z-index: 9999;
}

.saksham-whatsapp-widget.is-open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.saksham-wa-close {
  position: absolute;
  right: 10px;
  top: 8px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 0;
  background: rgba(255,255,255,0.18);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.saksham-wa-head {
  background: linear-gradient(135deg, #0b8f3a, #16c45b);
  color: #fff;
  padding: 18px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.saksham-wa-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255,255,255,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.saksham-wa-head strong {
  display: block;
  font-size: 16px;
  line-height: 1.2;
}

.saksham-wa-head span {
  display: block;
  font-size: 12px;
  opacity: 0.9;
  margin-top: 3px;
}

.saksham-wa-body {
  padding: 18px;
  background: #f7fff9;
}

.saksham-wa-body p {
  margin: 0 0 14px;
  color: #24324a;
  font-size: 15px;
  line-height: 1.45;
}

.saksham-wa-body a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0b8f3a;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  border-radius: 999px;
  padding: 13px 16px;
}

@media (max-width: 520px) {
  .saksham-wa-float {
    right: 16px;
    bottom: 18px;
    width: 56px;
    height: 56px;
    font-size: 29px;
  }

  .saksham-whatsapp-widget {
    right: 16px;
    bottom: 88px;
    width: 310px;
  }
}
