** { box-sizing: border-box; }
body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: #243447;
  line-height: 1.6;
  background-color: #f3f6f9;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.88)),
    var(--img-bgUniversal);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.container { width: min(1140px, 92%); margin: 0 auto; }
main {
  min-height:auto;
    padding-bottom: 40px;

}

.site-header { position: sticky; top: 0; z-index: 20; background: #ffffff; border-bottom: 1px solid #c6d4e3; }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 72px; gap: 18px; }
.brand { display: flex; align-items: center; gap: 8px; font-weight: 800; color: #0f172a; text-decoration: none; }
.brand-mark { display: inline-flex; width: 30px; height: 30px; border-radius: 8px; align-items: center; justify-content: center; background: #2d6fa3; color: #fff; }
.main-nav { display: flex; flex-wrap: wrap; gap: 12px; }
.main-nav a { text-decoration: none; color: #35516f; font-weight: 600; padding: 6px 8px; border-radius: 6px; }
.main-nav a:hover, .main-nav a.active { background: #dde7f1; color: #14324d; }

.hero {
  position: relative;
  background:
    linear-gradient(rgba(22, 41, 61, 0.22), rgba(22, 41, 61, 0.22)),
    var(--img-bgHeroHome) center top/cover no-repeat;
  padding: 76px 0;
 .hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 8%;
  background: linear-gradient(to right, #f5f9ff, #ffffff);
}

.hero-content {
  max-width: 550px;
}

.hero h1 {
  font-size: 42px;
  line-height: 1.2;
}

.hero h1 span {
  color: #2b6ef2;
}

.hero p {
  margin: 20px 0;
  color: #555;
}

.hero-buttons {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.btn {
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

.btn.primary {
  background: #2b6ef2;
  color: white;
}

.btn.secondary {
  border: 1px solid #2b6ef2;
  color: #2b6ef2;
}

.hero-trust img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: -10px;
}

.hero-image img {
  width: 420px;
} 
}
.trust-bar {
  display: flex;
  justify-content: space-around;
  padding: 25px;
  background: white;
  border-radius: 12px;
  margin: -40px auto 40px;
  width: 85%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.hero-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 24px; align-items: start; }
.hero-copy { background: rgba(255, 255, 255, 0.9); border-radius: 14px; padding: 22px; max-width: 520px; }
.hero-copy .eyebrow { color: #35516f; }
.hero-copy h1 { color: #15324d; }
.hero-copy .lead { color: #334155; }
.eyebrow { margin: 0 0 10px; color: #b8ddff; font-weight: 700; }
h1 { margin: 0 0 12px; font-size: clamp(1.9rem, 3.2vw, 3rem); line-height: 1.2; color: #15324d; }
.hero h1 { color: #ffffff; }
h2 { margin: 0 0 12px; font-size: clamp(1.5rem, 2.4vw, 2rem); color: #111827; }
.lead { margin-bottom: 18px; max-width: 64ch; }
.hero .lead { color: #e2e8f0; }
.hero-card, .card, .profile-card, .treatment-card, .page-card { background: #ffffff; border: 1px solid #c6d4e3; border-radius: 12px; padding: 18px; box-shadow: 0 8px 20px rgba(30, 41, 59, 0.05); }
.hero-card { background: rgba(255, 255, 255, 0.96); }
.care-tag {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #153a5b;
  background: rgba(186, 220, 246, 0.9);
}

.section { padding: 15px 0; }
.section-alt { background: #eaf0f5; }
.card-grid, .profile-grid, .treatment-grid, .image-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.title { color: #2d6fa3; font-weight: 700; margin-top: -4px; }
.table-wrap { overflow-x: auto; background: #fff; border: 1px solid #c6d4e3; border-radius: 10px; }
table { width: 100%; border-collapse: collapse; min-width: 760px; }
th, td { text-align: left; padding: 12px; border-bottom: 1px solid #dfE8f1; vertical-align: top; }
th { background: #dfeaf4; color: #15324d; }

.image-card { background: #fff; border: 1px solid #cbd5e1; border-radius: 12px; overflow: hidden; }
.image-card img { width: 20%; height: 220px; object-fit: cover; display: block; }
.image-card p { padding: 20px; margin: 0; font-weight: 500; }

.hospital-list { display: grid; gap: 18px; }
.hospital-card {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 18px;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  padding: 16px;
}
.hospital-content h2 { margin-bottom: 8px; font-size: 1.4rem; }
.hospital-content p { margin: 0 0 8px; }
.hospital-image-slot {
  border: 2px dashed #93aeca;
  border-radius: 10px;
  min-height: 220px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #42607d;
  background: #edf3f9;
  font-weight: 600;
  padding: 10px;
}
.hospital-image-slot img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  display: block;
}

.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
.contact-form { display: grid; gap: 8px; background: #fff; border: 1px solid #cbd5e1; border-radius: 12px; padding: 20px; }
input, select, textarea { width: 100%; border: 1px solid #94a3b8; border-radius: 8px; padding: 10px 12px; font: inherit; margin-bottom: 8px; }
textarea { min-height: 110px; resize: vertical; }

.btn { display: inline-block; text-decoration: none; border: 0; border-radius: 8px; padding: 10px 16px; font-weight: 600; cursor: pointer; }
.btn-primary { background: #2d6fa3; color: #fff; }
.btn-light { background: #fff; color: #1e293b; border: 1px solid #94a3b8; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }

.form-message { margin: 6px 0 0; font-weight: 600; color: #166534; }
.site-footer { background: #1e293b; color: #e2e8f0; padding: 18px 0; text-align: center; }

.mission-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.about-grid { grid-template-columns: 1.2fr 1fr 1fr; }
.process-badge {
  margin: 0 auto 12px;
  width: fit-content;
  padding: 7px 16px;
  border-radius: 999px;
  background: #dfe9f5;
  color: #2a4f73;
  font-weight: 700;
  font-size: 0.92rem;
}
.process-subtitle {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 24px;
  color: #45607b;
  line-height: 1.5;
}
.process-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.process-item {
  background: #ffffff;
  border: 1px solid #c6d4e3;
  border-radius: 16px;
  padding: 18px 12px 16px;
  text-align: center;
  position: relative;
  min-height: 205px;
}
.step-number {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #2d6fa3;
  color: #fff;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 9px;
}
.process-item img {
  width: 58px;
  height: 58px;
  margin-top: 12px;
  object-fit: contain;
}
.process-item h3 { margin: 10px 0 7px; font-size: 1.05rem; color: #14324d; }
.process-item p { margin: 0; font-size: 0.91rem; color: #4a5f76; line-height: 1.45; }

.expect-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.expect-card {
  background: #fff;
  border: 1px solid #bcd0e2;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 7px 18px rgba(22, 41, 61, 0.08);
  text-align: center;
  position: relative;
  padding-bottom: 16px;
}
.expect-card img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  display: block;
}
.expect-icon-badge {
  width: 64px;
  height: 64px;
  border-radius: 999px;
  border: 3px solid #ffffff;
  background: #2d6fa3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: -28px;
  box-shadow: 0 6px 14px rgba(24, 78, 124, 0.25);
}
.expect-icon-badge img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.expect-card h3 {
  margin: 10px 12px 6px;
  font-size: 1.04rem;
  color: #15324d;
}
.expect-card p {
  margin: 0 12px 0;
  color: #4a5f76;
  font-size: 0.92rem;
  line-height: 1.45;
}
.expect-card-line {
  display: block;
  width: 40px;
  height: 2px;
  border-radius: 999px;
  background: #2d6fa3;
  margin: 14px auto 0;
}
.expect-subtitle {
  max-width: 720px;
  margin: 0 auto 18px;
  text-align: center;
  color: #45607b;
}
.expect-section .container > h2 {
  text-align: center;
  margin-bottom: 8px;
}
.about-themed-section .container > h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: #0f2540;
}
.about-subtitle {
  text-align: center;
  margin: 0 auto 18px;
  color: #3e5a76;
  font-size: 1.12rem;
}
.about-themed-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.about-themed-card {
  position: relative;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #cedceb;
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(22, 41, 61, 0.08);
  text-align: center;
  padding: 18px 18px 94px;
  overflow: hidden;
}
.about-icon-circle {
  width: 72px;
  height: 72px;
  border-radius: 999px;
  margin: 0 auto 6px;
  background: #ebf2fa;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.about-icon-circle img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.about-heading-line {
  display: block;
  width: 38px;
  height: 3px;
  border-radius: 999px;
  margin: 4px auto 8px;
  background: #2d6fa3;
}
.about-themed-card h3 {
  margin: 0 0 8px;
  font-size: 2rem;
  color: #102840;
}
.about-themed-card p {
  margin: 0 0 10px;
  color: #304c67;
  position: relative;
  z-index: 2;
}
.about-card-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 90px;
  object-fit: cover;
  opacity: 0.65;
}
.about-bg-heal {
  object-position: left top;
}
.about-bg-vision {
  object-position: center top;
}
.about-bg-mission {
  object-position: right top;
}
.about-feature-strip {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid #cedceb;
  border-radius: 12px;
  overflow: hidden;
}
.about-feature-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  padding: 14px 12px;
  align-items: center;
}
.about-feature-item:not(:last-child) {
  border-right: 1px solid #dbe6f1;
}
.about-feature-icon {
  width: 50px;
  height: 50px;
  border-radius: 999px;
  background: #ecf3fb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.about-feature-icon img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.about-feature-item h4 {
  margin: 0 0 3px;
  color: #102840;
  font-size: 0.98rem;
}
.about-feature-item p {
  margin: 0;
  font-size: 0.86rem;
  color: #48637d;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.blog-card {
  background: #ffffff;
  border: 1px solid #c6d4e3;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(22, 41, 61, 0.07);
}
.blog-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
.blog-body {
  padding: 14px;
}
.blog-body h3 {
  margin: 0 0 8px;
  color: #15324d;
  font-size: 1.06rem;
}
.blog-body p {
  margin: 0 0 8px;
  color: #4a5f76;
}
.service-card {
  background: #ffffff;
  border: 1px solid #c6d4e3;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(22, 41, 61, 0.06);
}
.service-card img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
}
.service-body {
  padding: 14px;
}
.service-body h3 {
  margin: 0 0 6px;
  color: #15324d;
}
.service-body p {
  margin: 0;
  color: #4a5f76;
}

.doctor-photo {
  display: block;
  height: 180px;
  max-width: 180px;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #d5e1ed;
}
.doctor-list {
  display: grid;
  gap: 14px;
}
.doctors-page {
  background: #ffffff;
}
.doctor-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 100px;
  align-items: center;
  background: #ffffff;
  border: 1px solid #c6d4e3;
  border-radius: 12px;
  padding: 14px;
}
.doctor-content h3 {
  margin: 0 0 6px;
  color: #15324d;
}
.doctor-content p {
  margin: 0;
}
.doctor-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.wa-icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #22c55e;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.3px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.category-card {
  background: #ffffff;
  border: 1px solid #c6d4e3;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 6px 16px rgba(22, 41, 61, 0.06);
}
.category-card h3 {
  margin: 0 0 10px;
  color: #15324d;
  font-size: 1.05rem;
}
.category-card ul {
  margin: 0;
  padding-left: 18px;
}
.category-card li {
  margin: 0 0 6px;
}

/* ============================= */
/* MODERN TREATMENT CARDS */
/* ============================= */

.treatment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 28px;
  margin-top: 30px;
}

.treatment-link {
  text-decoration: none;
  color: inherit;
}

.treatment-list-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #d9e5f1;
  box-shadow: 0 10px 25px rgba(15, 50, 77, 0.08);
  transition: all 0.35s ease;
  position: relative;
}

.treatment-list-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(15, 50, 77, 0.16);
}

/* IMAGE */

.treatment-image-wrap {
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative;
}

.treatment-preview-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.treatment-list-card:hover .treatment-preview-image {
  transform: scale(1.08);
}

/* OVERLAY */

.treatment-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(15, 50, 77, 0.45),
    rgba(15, 50, 77, 0.05)
  );
}

/* CONTENT */

.treatment-card-content {
  padding: 22px 20px;
  text-align: center;
  background: #ffffff;
}

.treatment-card-content h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.4;
  color: #15324d;
  font-weight: 700;
}

/* SMALL LINE */

.treatment-card-content::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #2d6fa3;
  border-radius: 999px;
  margin: 14px auto 0;
}

/* MOBILE */

@media (max-width: 768px) {

  .treatment-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .treatment-image-wrap {
    height: 200px;
  }

  .treatment-card-content h3 {
    font-size: 20px;
  }

}
/* Full style.css update for treatment background image */

.treatment-hero {
  padding: 56px 0;
  background:
    linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
    url("assets/backgrounds/treatmentsbg.png");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* ✅ HERO BACKGROUND (ONLY TOP SECTION) */
.themed-treatment-hero {
  position: relative;
  padding-top: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  color: #fff;
  padding: 80px 0;
}

/* ✅ REMOVE background from below section */
.treatment-info-section {
  background: none;
}

.themed-treatment-hero .btn-primary,
.final-cta-card .btn-primary {
  background: #57a9e8;
  color: #ffffff;
}

.themed-treatment-hero .btn-primary:hover,
.final-cta-card .btn-primary:hover {
  background: #4799d7;
}

.treatment-wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.wa-logo {
  color: #22c55e;
  line-height: 1;
}

.treatment-hero-layout {
  display: flex;
  justify-content: center;
}

.treatment-hero-copy {
  max-width: 560px;
  background: rgba(203, 224, 243, 0.78);
  border: 1px solid #d3dfeb;
  box-shadow: 0 14px 26px rgba(20, 50, 77, 0.12);
}

.treatment-hero-copy h1,
.treatment-hero-copy .lead {
  color: #111827;
}
  .treatment-info-section {
  padding-top: 50px;

  background:none;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.treatment-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.themed-info-card {
  border-radius: 14px;
  border: 1px solid #d1deea;
  box-shadow: 0 7px 18px rgba(22, 41, 61, 0.06);
}

.card-heading-wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
}

/* Put your image here:
project-folder/
└── images/
    └── treatment-bg.jpg
*/

.card-icon-circle {
  width: 62px;
  height: 62px;
  border-radius: 999px;
  background: #eaf1f9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.card-icon-circle img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.themed-info-card h2,
.themed-cost-card h2 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.15;
  color: #0f2540;
}
.heading-line {
  display: inline-block;
  width: 44px;
  height: 3px;
  margin-top: 6px;
  border-radius: 999px;
  background: #2d6fa3;
}
.treatment-detail-grid ul {
  margin: 0;
  padding-left: 20px;
  color: #274865;
}
.treatment-detail-grid li {
  margin-bottom: 7px;
}
.themed-info-card p {
  margin: 0;
  color: #3f5c77;
}
.themed-cost-card {
  grid-column: 1 / -1;
  border-radius: 14px;
  border: 1px solid #d1deea;
}
.cost-breakdown-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0 8px;
}
.cost-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
  padding-right: 8px;
}
.cost-item:not(:last-child) {
  border-right: 1px solid #dbe5ee;
}
.cost-item-icon {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: #eaf1f9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cost-item-icon img {
  width: 35px;
  height: 35px;
}
.cost-item-name {
  margin: 0;
  font-size: 0.9rem;
  color: #2a4864;
}
.cost-item-value {
  margin: 2px 0 0;
  font-size: 0.98rem;
  font-weight: 700;
  color: #123551;
}
.cost-highlight {
  font-size: 1.5rem;
  margin: 0 0 8px;
  color: #15324d;
  font-weight: 700;
}
.cost-note {
  margin: 8px 0 0;
  color: #4a5f76;
  background: #e7f0f8;
  border-radius: 999px;
  width: fit-content;
  padding: 6px 10px;
  font-size: 0.9rem; 
}
.final-cta-card {
  text-align: center;
}

.africa-bottom-card {
  padding: 14px;
}
.africa-bottom-layout {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 16px;
  align-items: stretch;
}
.africa-bottom-image {
  margin: 0;
  border: 1px solid #c6d4e3;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.africa-bottom-image img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.brand-space-box {
  border: 2px dashed #2d6fa3;
  border-radius: 12px;
  background: #f7fbff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px;
}
.brand-space-box h3 {
  margin: 0 0 8px;
  color: #15324d;
}
.brand-space-box p {
  margin: 0 0 6px;
  color: #45607b;
}
.brand-tagline-placeholder {
  font-weight: 700;
  color: #2d6fa3;
}
.african-patient-focus {
  object-position: center 35%;
}

.support-process-section h2,
.expect-section h2 {
  text-align: center;
  margin-bottom: 12px;
}

@media (max-width: 980px) {
  .hero-grid, .contact, .card-grid, .profile-grid, .treatment-grid, .image-grid { grid-template-columns: 1fr 1fr; }
  .process-row, .expect-grid { grid-template-columns: 1fr 1fr; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .about-themed-grid { grid-template-columns: 1fr; }
  .about-feature-strip { grid-template-columns: 1fr 1fr; }
  .about-feature-item { border-right: 0 !important; border-bottom: 1px solid #dbe6f1; }
  .about-feature-item:nth-last-child(-n+2) { border-bottom: 0; }
  .category-grid { grid-template-columns: 1fr; }
  .treatment-list-grid { grid-template-columns: 1fr 1fr; }
  .treatment-detail-grid { grid-template-columns: 1fr; }
  .cost-breakdown-list { grid-template-columns: 1fr 1fr; }
  .cost-item { border-right: 0 !important; }
  .africa-bottom-layout { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .doctor-item { grid-template-columns: 1fr; }
  .doctor-photo { width: 100%; min-width: 0; height: 220px; }
  .doctor-actions { flex-direction: row; justify-content: flex-start; }
  .hospital-card { grid-template-columns: 1fr; }
  .hospital-image-slot { min-height: 180px; }
  .themed-treatment-hero,
  .treatment-info-section {
    background-size: cover;
  }
}
@media (max-width: 700px) {
  .nav-wrap { flex-direction: column; align-items: flex-start; padding: 10px 0; }
  .hero-grid, .contact, .card-grid, .profile-grid, .treatment-grid, .image-grid { grid-template-columns: 1fr; }
  .process-row, .expect-grid { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr; }
  .blog-grid { grid-template-columns: 1fr; }
  .about-feature-strip { grid-template-columns: 1fr; }
  .about-feature-item { border-bottom: 1px solid #dbe6f1; }
  .about-feature-item:last-child { border-bottom: 0; }
  .treatment-list-grid { grid-template-columns: 1fr; }
  .cost-breakdown-list { grid-template-columns: 1fr; }
}

.whatsapp-float:hover {
  transform: scale(1.08);
  animation-play-state: paused;
}

.whatsapp-float img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
}
.site-header {
  background: #d6efff;   /* sky blue */
  border-bottom: 1px solid #bcdff5;
}

/* Nav links */
.main-nav a {
  color: #1e5f8a;
  padding: 8px 12px;
  border-radius: 8px;
}

/* Hover */
.main-nav a:hover {
  background: #bfe6ff;
}

/* Active page */
.main-nav a.active {
  background: #2d6fa3;
  color: #ffffff;
}
/* Move ONLY treatment list upward */
.treatment-list-page {
  padding-top: 30px;
}
html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}
.site-footer {
  margin-top: 40px;
}
/* ============================= */
/* WHATSAPP PREMIUM ANIMATION */
/* ============================= */

/* Shake */
@keyframes whatsappShake {
  0% { transform: translateX(0); }
  10% { transform: translateX(-3px); }
  20% { transform: translateX(3px); }
  30% { transform: translateX(-3px); }
  40% { transform: translateX(3px); }
  50% { transform: translateX(0); }
  100% { transform: translateX(0); }
}

/* Pulse (glow effect) */
@keyframes whatsappPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
  }
  70% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

/* Apply both */
.whatsapp-float {
  animation: whatsappShake 1.6s infinite ease-in-out,
             whatsappPulse 2.5s infinite;
}
/* ============================= */
/* WHATSAPP FLOATING BUTTON */
/* ============================= */

.whatsapp-float {
  position: fixed;
  bottom: 25px;
  right: 25px;

  display: flex;
  align-items: center;
  gap: 10px;

  background: #25D366;
  color: #ffffff;

  padding: 12px 18px;
  border-radius: 10px;

  text-decoration: none;
  font-weight: 600;
  font-size: 15px;

  z-index: 9999;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);

  transition: transform 0.3s ease;

  /* Animation */
  animation: whatsappShake 1.6s infinite ease-in-out,
             whatsappPulse 2.5s infinite;
}

/* Hover effect */
.whatsapp-float:hover {
  transform: scale(1.08);
  animation-play-state: paused;
}

/* Icon */
.whatsapp-float img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

/* ============================= */
/* ANIMATIONS */
/* ============================= */

/* Shake */
@keyframes whatsappShake {
  0% { transform: translateX(0); }
  10% { transform: translateX(-3px); }
  20% { transform: translateX(3px); }
  30% { transform: translateX(-3px); }
  40% { transform: translateX(3px); }
  50% { transform: translateX(0); }
  100% { transform: translateX(0); }
}

/* Pulse glow */
@keyframes whatsappPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
  }
  70% {
    box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
.impact-strip {
  margin: 40px 0;
  padding: 40px 20px;
  border-radius: 16px;

  /* 🔥 Change this gradient */
  background: linear-gradient(135deg, #2d6fa3, #1e4f7a);

  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
} 
.impact-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .impact-row {
    grid-template-columns: repeat(2, 1fr);
  }
}
.impact-item h2 {
  font-size: 36px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px;
}

.impact-item p {
  font-size: 14px;
  color: rgba(255,255,255,0.85);
}  
.impact-item {
  transition: transform 0.3s ease;
}

.impact-item:hover {
  transform: translateY(-5px);
}
.section .impact-strip {
  margin-top: 30px;
}
.impact-item h2 {
  font-size: 36px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px;
}

.impact-item p {
  font-size: 14px;
  color: rgba(255,255,255,0.85);
}


.process-section {
  padding: 60px 20px;
  text-align: center;
  background: #f5f9ff;
}

.process-title {
  font-size: 32px;
  font-weight: 800;
  color: #0f2b5b;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.process-title .line {
  width: 80px;
  height: 2px;
  background: #2a6df4;
  position: relative;
}

.process-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
}

/* connector line */
.process-wrapper::before {
  content: "";
  position: absolute;
  top: 70px;
  left: 5%;
  width: 90%;
  height: 2px;
  background: repeating-linear-gradient(
    to right,
    #2a6df4,
    #2a6df4 6px,
    transparent 6px,
    transparent 12px
  );
  z-index: 0;
}

.process-step {
  width: 18%;
  position: relative;
  z-index: 1;
}

.circle {
  width: 120px;
  height: 120px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: linear-gradient(145deg, #eaf3ff, #d6e6ff);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 3px solid #2a6df4;
}

.circle svg {
  width: 40px;
  height: 40px;
  stroke: #2a6df4;
}

.step-number {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #2a6df4;
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 20px;
}

.process-step h3 {
  font-size: 14px;
  color: #1a3c7b;
  margin-bottom: 5px;
}

.process-step p {
  font-size: 13px;
  color: #555;
}

/* responsive */
@media (max-width: 900px) {
  .process-wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .process-wrapper::before {
    display: none;
  }

  .process-step {
    width: 100%;
  }
}
/* ============================= */
/* TESTIMONIALS FINAL (CLEAN) */
/* ============================= */

.testimonials-section {
  background: #eaf0f5;
  padding: 60px 20px;
  border-radius: 14px;
  margin-top: 50px;
}

.testimonials-wrapper {
  position: relative;
  overflow: hidden;
}

.testi-track {
  display: flex;
  transition: transform 0.5s ease;
}

.testi-slide {
  min-width: 100%;
  display: flex;
  gap: 20px;
}

.testi-card {
  flex: 1;
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #c6d4e3;
  box-shadow: 0 6px 16px rgba(22, 41, 61, 0.08);
  text-align: left;
}

.testi-card p {
  font-size: 14px;
  color: #4a5f76;
  margin-bottom: 10px;
}

.testi-card strong {
  display: block;
  color: #15324d;
}

.testi-card small {
  color: #6b7280;
}

/* NAV BUTTONS */
.testi-btn {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  background: #ffffff;
  border: 1px solid #c6d4e3;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
}

.testi-btn.prev {
  left: -10px;
}

.testi-btn.next {
  right: -10px;
}

/* DOTS */
.testi-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  gap: 8px;
}

.testi-dots .dot {
  width: 10px;
  height: 10px;
  background: #cbd5e1;
  border-radius: 50%;
  cursor: pointer;
}

.testi-dots .dot.active {
  background: #2d6fa3;
}

/* PROGRESS BAR */
.testi-progress {
  height: 4px;
  background: #dbeafe;
  margin-top: 10px;
  border-radius: 10px;
  overflow: hidden;
}

#pbar {
  height: 100%;
  width: 0%;
  background: #2d6fa3;
  transition: width 0.2s linear;
}

/* MOBILE */
@media (max-width: 900px) {
  .testi-slide {
    flex-direction: column;
  }
}
/* ============================= */
/* TESTIMONIAL UPGRADE */
/* ============================= */

.testi-card {
  position: relative;
  text-align: left;
}

.testi-card p {
  font-style: italic;
  margin-bottom: 15px;
}

/* Profile row */
.testi-user {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
}

/* Profile image */
.testi-user img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #2d6fa3;
}

/* Name */
.testi-user strong {
  display: block;
  color: #15324d;
}

/* Country */
.testi-user small {
  color: #6b7280;
}

/* Stars */
.testi-stars {
  color: #fbbf24;
  margin-bottom: 10px;
  font-size: 14px;
}
.testi-top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testi-top img {
  width: 60px;      /* 👈 controls size */
  height: 60px;     /* 👈 controls size */
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;   /* 👈 prevents stretching */
}
.testi-top img {
  width: 60px !important;
  height: 60px !important;
  border-radius: 50%;
  object-fit: cover;
}
.services {
  padding: 60px 0;
  text-align: center;
}

.section-subtitle {
  color: #666;
  margin-bottom: 30px;
}

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

.card {
  background: #f9fbff;
  padding: 25px;
  border-radius: 12px;
  transition: 0.3s;
}

.card:hover {
  transform: translateY(-6px);
}
.service-icon {
  width: 60px;     /* controls size */
  height: 60px;
  object-fit: contain;
  margin-bottom: 15px;
}

*{box-sizing:border-box;margin:0;padding:0}
.hi{font-family:'Segoe UI',Arial,sans-serif;color:#222;background:#fff;font-size:14px}

/* NAV */
.hi-nav{display:flex;align-items:center;justify-content:space-between;padding:12px 24px;border-bottom:1px solid #e8edf5;background:#fff;position:sticky;top:0;z-index:10}
.hi-brand{display:flex;align-items:center;gap:6px;font-weight:700;font-size:15px;color:#1155cc}
.hi-brand-plus{background:#1155cc;color:#fff;border-radius:4px;width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700}
.hi-brand-sub{font-size:9px;color:#888;display:block;line-height:1}
.hi-nav-links{display:flex;gap:14px;font-size:12px;color:#444}
.hi-nav-links span{cursor:pointer}.hi-nav-links span:hover{color:#1155cc}
.hi-nav-wa{background:#25D366;color:#fff;border:none;border-radius:20px;padding:7px 14px;font-size:11px;font-weight:600;cursor:pointer}

/* PAGE HERO */
.hi-page-hero{background:linear-gradient(135deg,#1155cc 0%,#1a4faa 60%,#0d3d8a 100%);padding:40px 24px;text-align:center;color:#fff}
.hi-page-hero h1{font-size:26px;font-weight:800;margin-bottom:8px}
.hi-page-hero p{font-size:13px;color:#c8d8f8;max-width:480px;margin:0 auto 20px;line-height:1.7}
.hi-breadcrumb{font-size:11px;color:#a0b8e8;margin-bottom:16px}
.hi-breadcrumb span{color:#fff;font-weight:600}

/* HOW IT WORKS */
.hi-steps{padding:28px 24px;background:#f7f9fc}
.hi-section-title{text-align:center;font-size:17px;font-weight:700;color:#111;margin-bottom:5px}
.hi-section-sub{text-align:center;font-size:12px;color:#666;margin-bottom:6px}
.hi-section-line{width:36px;height:3px;background:#1155cc;border-radius:2px;margin:0 auto 20px}
.hi-steps-row{display:flex;gap:0;align-items:flex-start;justify-content:center;flex-wrap:wrap;position:relative}
.hi-step{text-align:center;flex:1;min-width:100px;max-width:130px;padding:0 8px;position:relative}
.hi-step-num{width:36px;height:36px;border-radius:50%;background:#1155cc;color:#fff;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 8px;position:relative;z-index:1}
.hi-step-connector{position:absolute;top:18px;left:50%;width:100%;height:2px;background:#d0dbf0;z-index:0}
.hi-step:last-child .hi-step-connector{display:none}
.hi-step-icon{font-size:18px;margin-bottom:6px}
.hi-step-title{font-size:11px;font-weight:700;color:#111;margin-bottom:3px}
.hi-step-desc{font-size:10px;color:#777;line-height:1.5}

/* SERVICE CARDS */
.hi-services{padding:28px 24px}
.hi-svc-card{background:#fff;border:1px solid #e8edf5;border-radius:14px;margin-bottom:16px;overflow:hidden;display:flex;gap:0}
.hi-svc-accent{width:5px;background:#1155cc;flex-shrink:0;border-radius:0}
.hi-svc-body{padding:18px 20px;flex:1}
.hi-svc-header{display:flex;align-items:flex-start;gap:14px;margin-bottom:12px}
.hi-svc-icon-wrap{width:48px;height:48px;border-radius:12px;background:#e8f0ff;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}
.hi-svc-title{font-size:14px;font-weight:700;color:#111;margin-bottom:3px}
.hi-svc-tagline{font-size:11px;color:#1155cc;font-weight:600}
.hi-svc-desc{font-size:12px;color:#555;line-height:1.7;margin-bottom:12px}
.hi-svc-features{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}
.hi-svc-feat{background:#f0f5ff;border:1px solid #d0dbf0;border-radius:20px;padding:4px 10px;font-size:10px;color:#1155cc;font-weight:600;display:flex;align-items:center;gap:4px}
.hi-svc-feat-check{color:#1155cc;font-size:10px}
.hi-svc-highlight{background:#f7f9fc;border-radius:8px;padding:10px 12px;display:flex;align-items:center;gap:10px}
.hi-svc-highlight-icon{font-size:18px}
.hi-svc-highlight-text{font-size:11px;color:#444;line-height:1.5}
.hi-svc-highlight-text strong{color:#111}

/* ACCENT COLORS PER SERVICE */
.hi-svc-card:nth-child(1) .hi-svc-accent{background:#1155cc}
.hi-svc-card:nth-child(1) .hi-svc-icon-wrap{background:#e8f0ff}
.hi-svc-card:nth-child(2) .hi-svc-accent{background:#0f8a5a}
.hi-svc-card:nth-child(2) .hi-svc-icon-wrap{background:#e0f5ec}
.hi-svc-card:nth-child(2) .hi-svc-tagline{color:#0f8a5a}
.hi-svc-card:nth-child(2) .hi-svc-feat{background:#e8f8f2;border-color:#b0dfc9;color:#0f8a5a}
.hi-svc-card:nth-child(3) .hi-svc-accent{background:#cc6611}
.hi-svc-card:nth-child(3) .hi-svc-icon-wrap{background:#fff3e8}
.hi-svc-card:nth-child(3) .hi-svc-tagline{color:#cc6611}
.hi-svc-card:nth-child(3) .hi-svc-feat{background:#fff3e8;border-color:#f5c8a0;color:#cc6611}
.hi-svc-card:nth-child(4) .hi-svc-accent{background:#8833cc}
.hi-svc-card:nth-child(4) .hi-svc-icon-wrap{background:#f3e8ff}
.hi-svc-card:nth-child(4) .hi-svc-tagline{color:#8833cc}
.hi-svc-card:nth-child(4) .hi-svc-feat{background:#f3e8ff;border-color:#d0a8f5;color:#8833cc}
.hi-svc-card:nth-child(5) .hi-svc-accent{background:#cc1155}
.hi-svc-card:nth-child(5) .hi-svc-icon-wrap{background:#ffe8f0}
.hi-svc-card:nth-child(5) .hi-svc-tagline{color:#cc1155}
.hi-svc-card:nth-child(5) .hi-svc-feat{background:#ffe8f0;border-color:#f5a0c0;color:#cc1155}
.hi-svc-card:nth-child(6) .hi-svc-accent{background:#0a8acc}
.hi-svc-card:nth-child(6) .hi-svc-icon-wrap{background:#e0f4ff}
.hi-svc-card:nth-child(6) .hi-svc-tagline{color:#0a8acc}
.hi-svc-card:nth-child(6) .hi-svc-feat{background:#e0f4ff;border-color:#a0d8f5;color:#0a8acc}

/* FAQ */
.hi-faq{padding:28px 24px;background:#f7f9fc}
.hi-faq-list{max-width:640px;margin:0 auto}
.hi-faq-item{background:#fff;border:1px solid #e8edf5;border-radius:10px;margin-bottom:8px;overflow:hidden}
.hi-faq-q{padding:12px 16px;font-size:12px;font-weight:700;color:#111;cursor:pointer;display:flex;justify-content:space-between;align-items:center}
.hi-faq-q:hover{background:#f7f9fc}
.hi-faq-arrow{color:#1155cc;font-size:14px;transition:transform 0.2s}
.hi-faq-a{padding:0 16px 12px;font-size:11px;color:#555;line-height:1.7}

/* CTA */
.hi-cta{background:#1155cc;padding:28px 24px;text-align:center}
.hi-cta h2{color:#fff;font-size:17px;font-weight:700;margin-bottom:5px}
.hi-cta p{color:#c8d8f8;font-size:12px;margin-bottom:18px}
.hi-cta-btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.hi-cta-btn1{background:#fff;color:#1155cc;border:none;border-radius:24px;padding:9px 18px;font-size:12px;font-weight:700;cursor:pointer}
.hi-cta-btn2{background:transparent;color:#fff;border:2px solid #fff;border-radius:24px;padding:8px 18px;font-size:12px;font-weight:600;cursor:pointer}

/* FOOTER */
.hi-footer{background:#0a0e1a;color:#aaa;padding:14px 24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px;font-size:10px}
.hi-footer-badges{display:flex;gap:14px;flex-wrap:wrap}
/* ===== HOSPITAL PAGE (MATCH PREVIEW) ===== */

.hospital-list {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 30px;
}

.hospital-card {
  display: flex;
  gap: 24px;
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid #e6edf5;
  box-shadow: 0 8px 24px rgba(0,0,0,0.04);
  transition: all 0.3s ease;
}

.hospital-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.08);
}

/* IMAGE */
.hospital-image-slot {
  width: 220px;
  height: 160px;
  background: #f3f6fb;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hospital-image-slot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CONTENT */
.hospital-content h2 {
  font-size: 20px;
  font-weight: 700;
  color: #0f3d91;
  margin-bottom: 10px;
}

.hospital-content p {
  font-size: 14px;
  color: #4a5568;
  line-height: 1.7;
  margin-bottom: 8px;
}

.hospital-content strong {
  color: #111827;
}

/* HEADING */
.section h1 {
  font-size: 32px;
  margin-bottom: 10px;
}

.lead {
  color: #6b7280;
  margin-bottom: 20px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .hospital-card {
    flex-direction: column;
  }

  .hospital-image-slot {
    width: 100%;
    height: 200px;
  }
}

/* ============================= */
/* HOSPITALS PAGE - PREVIEW STYLE */
/* ============================= */

.hi a {
  text-decoration: none;
}

.hi-hospital-page {
  font-family: "Inter", Arial, sans-serif;
  color: #243447;
  background: rgba(255, 255, 255, 0.94);
}

.hi-hospital-page .hi-page-hero {
  background: linear-gradient(135deg, #2d6fa3 0%, #245f8e 58%, #15324d 100%);
}

.hi-hospital-page .hi-section-line {
  background: #2d6fa3;
}

.hi-hospital-page .hi-cta {
  background: #2d6fa3;
}

.hi-hospital-page .hi-cta-btn1 {
  color: #2d6fa3;
}

.hi-badge-row {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.hi-badge {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  padding: 5px 12px;
  font-size: 11px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 5px;
}

.hi-trust {
  display: flex;
  justify-content: space-around;
  padding: 14px 24px;
  background: #f0f5ff;
  border-bottom: 1px solid #d8e4f8;
  flex-wrap: wrap;
  gap: 10px;
}

.hi-trust-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  color: #444;
}

.hi-trust-icon {
  min-width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #ffffff;
  color: #2d6fa3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 800;
  padding: 0 5px;
}

.hi-trust-item strong {
  color: #2d6fa3;
}

.hi-filters {
  padding: 18px 24px;
  background: #fff;
  border-bottom: 1px solid #e8edf5;
}

.hi-filters-label {
  font-size: 11px;
  color: #888;
  margin-bottom: 8px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hi-filter-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.hi-filter-btn {
  background: #f0f5ff;
  border: 1px solid #d0dbf0;
  border-radius: 20px;
  padding: 5px 13px;
  font-size: 11px;
  color: #2d6fa3;
  font-weight: 600;
  cursor: pointer;
}

.hi-filter-btn.active {
  background: #2d6fa3;
  color: #fff;
  border-color: #2d6fa3;
}

.hi-hospitals {
  padding: 24px;
}

.hi-hosp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.hi-hosp-card {
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hi-hosp-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(45, 111, 163, 0.13);
}

.hi-hosp-card-top {
  padding: 16px 16px 12px;
  border-bottom: 1px solid #f0f4fb;
}

.hi-hosp-logo-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  gap: 10px;
}

.hi-hosp-image {
  margin: 0 0 12px;
  height: 150px;
  border-radius: 10px;
  overflow: hidden;
  background: #edf3f9;
  border: 1px solid #d8e4f0;
}

.hi-hosp-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hi-hosp-logo {
  width: 80px;
  height: 36px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.hi-logo-apollo { background: #e8f0ff; color: #2d6fa3; }
.hi-logo-fortis { background: #fff3e8; color: #e8521a; }
.hi-logo-medanta { background: #ffe8e8; color: #d42020; }
.hi-logo-max,
.hi-logo-blk { background: #e8eeff; color: #003d8a; }
.hi-logo-manipal { background: #e8f8e8; color: #1a8a1a; }
.hi-logo-narayana { background: #fff8e0; color: #c47a00; }
.hi-logo-artemis { background: #f3e8ff; color: #6a0dad; }

.hi-hosp-accred {
  display: flex;
  gap: 4px;
}

.hi-accred-badge {
  background: #e8f5ee;
  border: 1px solid #b0ddc0;
  border-radius: 4px;
  padding: 2px 7px;
  font-size: 9px;
  font-weight: 700;
  color: #0a7a3a;
}

.hi-hosp-name {
  font-size: 13px;
  font-weight: 700;
  color: #111;
  margin: 0 0 3px;
}

.hi-hosp-location {
  font-size: 11px;
  color: #888;
  margin-bottom: 8px;
}

.hi-hosp-tagline {
  font-size: 11px;
  color: #555;
  line-height: 1.5;
  margin: 0 0 10px;
}

.hi-hosp-specialties {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

.hi-specialty-tag {
  background: #f0f5ff;
  border: 1px solid #d0dbf0;
  border-radius: 12px;
  padding: 3px 8px;
  font-size: 9px;
  font-weight: 600;
  color: #2d6fa3;
}

.hi-hosp-card-mid {
  padding: 12px 16px;
  background: #f9fbff;
  border-bottom: 1px solid #f0f4fb;
}

.hi-hosp-stats {
  display: flex;
  gap: 0;
  justify-content: space-between;
}

.hi-hosp-stat {
  text-align: center;
  flex: 1;
}

.hi-hosp-stat strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #2d6fa3;
}

.hi-hosp-stat span {
  font-size: 9px;
  color: #888;
}

.hi-hosp-stat-div {
  width: 1px;
  background: #e0e8f8;
  align-self: stretch;
}

.hi-hosp-card-bot {
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}

.hi-hosp-feature-row {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.hi-hosp-feature {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 10px;
  color: #444;
  line-height: 1.4;
}

.hi-feat-check {
  color: #0a7a3a;
  font-size: 11px;
  flex-shrink: 0;
  margin-top: 1px;
}

.hi-hosp-cta {
  display: flex;
  gap: 8px;
  margin-top: auto;
  padding-top: 10px;
}

.hi-hosp-btn-prim,
.hi-hosp-btn-sec {
  flex: 1;
  border-radius: 20px;
  padding: 7px 10px;
  font-size: 10px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
}

.hi-hosp-btn-prim {
  background: #2d6fa3;
  color: #fff;
  border: 1.5px solid #2d6fa3;
}

.hi-hosp-btn-sec {
  background: #fff;
  color: #2d6fa3;
  border: 1.5px solid #2d6fa3;
}

.hi-why {
  padding: 24px;
  background: #f7f9fc;
}

.hi-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.hi-why-card {
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 12px;
  padding: 14px;
}

.why-modern .why-icon {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hi-why-title {
  font-size: 12px;
  font-weight: 700;
  color: #111;
  margin: 0 0 4px;
}

.hi-why-desc {
  font-size: 11px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.hi-cta a {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 860px) {
  .hi-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .hi-nav-links {
    gap: 10px;
    flex-wrap: wrap;
  }

  .hi-hosp-grid,
  .hi-why-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .hi-page-hero {
    padding: 30px 16px;
  }

  .hi-page-hero h1 {
    font-size: 22px;
  }

  .hi-hospitals,
  .hi-why,
  .hi-filters,
  .hi-trust {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hi-hosp-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .hi-hosp-stat-div {
    display: none;
  }

  .hi-hosp-cta {
    flex-direction: column;
  }
}

/* Hospital page refinements: align typography and images with the main site */
.hi-hospital-page {
  font-size: 16px;
  line-height: 1.6;
}

.hi-hospital-page .hi-page-hero h1 {
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.2;
}

.hi-hospital-page .hi-page-hero p {
  max-width: 680px;
  font-size: 1rem;
  line-height: 1.7;
}

.hi-hospital-page .hi-breadcrumb,
.hi-hospital-page .hi-badge,
.hi-hospital-page .hi-trust-item,
.hi-hospital-page .hi-filters-label,
.hi-hospital-page .hi-filter-btn {
  font-family: "Inter", Arial, sans-serif;
}

.hi-hospital-page .hi-hosp-grid {
  gap: 18px;
}

.hi-hospital-page .hi-hosp-card {
  border-color: #cbd5e1;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(22, 41, 61, 0.06);
}

.hi-hospital-page .hi-hosp-card-top {
  padding: 0 0 14px;
}

.hi-hospital-page .hi-hosp-logo-row,
.hi-hospital-page .hi-hosp-name,
.hi-hospital-page .hi-hosp-location,
.hi-hospital-page .hi-hosp-tagline,
.hi-hospital-page .hi-hosp-specialties {
  margin-left: 16px;
  margin-right: 16px;
}

.hi-hospital-page .hi-hosp-logo-row {
  padding-top: 16px;
}

.hi-hospital-page .hi-hosp-image {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  margin: 0 0 14px;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
}

.hi-hospital-page .hi-hosp-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hi-hospital-page .hi-hosp-name {
  font-size: 1.2rem;
  line-height: 1.25;
  color: #15324d;
  margin-bottom: 5px;
}

.hi-hospital-page .hi-hosp-location {
  font-size: 0.92rem;
  color: #45607b;
  margin-bottom: 8px;
}

.hi-hospital-page .hi-hosp-tagline {
  font-size: 0.95rem;
  color: #4a5f76;
  line-height: 1.55;
}

.hi-hospital-page .hi-specialty-tag {
  font-size: 0.76rem;
}

.hi-hospital-page .hi-hosp-stat strong {
  font-size: 1rem;
}

.hi-hospital-page .hi-hosp-stat span,
.hi-hospital-page .hi-hosp-feature,
.hi-hospital-page .hi-hosp-btn-prim,
.hi-hospital-page .hi-hosp-btn-sec {
  font-size: 0.82rem;
}

.hi-hospital-page .hi-why-title {
  font-size: 1rem;
  color: #15324d;
}

.hi-hospital-page .hi-why-desc {
  font-size: 0.92rem;
}

@media (max-width: 700px) {
  .hi-hospital-page .hi-hosp-image {
    aspect-ratio: 4 / 3;
  }
}

/* ============================= */
/* HOME PAGE - THEMED SLIM STYLE */
/* ============================= */

.hi-home-page {
  background: rgba(255, 255, 255, 0.94);
  color: #243447;
}

.home-hero {
  padding: 46px 0 0;
  background: linear-gradient(135deg, #f5f9ff 0%, #eaf2fb 60%, #dbeaf7 100%);
  overflow: hidden;
}

.home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 28px;
  align-items: end;
}

.home-hero-copy {
  padding: 12px 0 42px;
}

.home-eyebrow {
  margin: 0 0 10px;
  color: #2d6fa3;
  font-weight: 800;
}

.home-hero h1 {
  font-size: clamp(2.15rem, 4vw, 3.8rem);
  line-height: 1.12;
  color: #15324d;
  margin-bottom: 14px;
}

.home-hero h1 span {
  color: #2d6fa3;
}

.home-hero-copy > p:not(.home-eyebrow) {
  max-width: 620px;
  margin: 0 0 20px;
  color: #45607b;
  font-size: 1.06rem;
}

.home-hero-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.home-wa-btn {
  color: #168a45;
  border-color: #25D366;
}

.home-patient-proof {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  color: #45607b;
  font-size: 0.95rem;
}

.home-avatar-row {
  display: inline-flex;
}

.home-avatar-row img {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid #ffffff;
  margin-left: -9px;
}

.home-avatar-row img:first-child {
  margin-left: 0;
}

.home-hero-image {
  margin: 0;
  align-self: stretch;
  min-height: 330px;
  border-radius: 18px 18px 0 0;
  overflow: hidden;
  border: 1px solid #c6d4e3;
  border-bottom: 0;
  background: #ffffff;
  box-shadow: 0 14px 30px rgba(22, 41, 61, 0.12);
}

.home-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.home-stats {
  background: #ffffff;
  border-bottom: 1px solid #dbe6f1;
}

.home-stats-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  padding: 16px 0;
}

.home-stat {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: center;
  min-width: 0;
}

.home-stat span {
  min-width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #eaf2fb;
  color: #2d6fa3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 8px;
  font-size: 0.8rem;
  font-weight: 800;
}

.home-stat p {
  margin: 0;
  color: #15324d;
  font-weight: 700;
  line-height: 1.25;
}

.home-section {
  padding: 44px 0;
}

.home-section-alt {
  background: #f7f9fc;
}

.home-section h2,
.home-cta h2 {
  text-align: center;
  color: #15324d;
  margin-bottom: 8px;
}

.home-section-line {
  display: block;
  width: 44px;
  height: 3px;
  border-radius: 999px;
  background: #2d6fa3;
  margin: 0 auto 22px;
}

.home-section-subtitle {
  max-width: 720px;
  margin: 0 auto 24px;
  text-align: center;
  color: #45607b;
}

.home-why-grid,
.home-services-grid,
.home-treatment-grid,
.home-hospital-grid,
.home-expect-grid {
  display: grid;
  gap: 16px;
}

.home-why-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-mini-card,
.home-service-card,
.home-process-card,
.home-expect-card,
.home-hospital-grid article,
.home-treatment-card {
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(22, 41, 61, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-mini-card:hover,
.home-service-card:hover,
.home-process-card:hover,
.home-expect-card:hover,
.home-hospital-grid article:hover,
.home-treatment-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 28px rgba(22, 41, 61, 0.12);
}

.home-mini-card {
  text-align: center;
  padding: 18px 14px;
}

.home-mini-icon {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: #eaf2fb;
  color: #2d6fa3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-weight: 800;
}

.home-mini-card h3,
.home-service-card h3,
.home-process-card h3,
.home-expect-card h3 {
  margin: 0 0 6px;
  color: #15324d;
  font-size: 1.03rem;
}

.home-mini-card p,
.home-service-card p,
.home-process-card p,
.home-expect-card p {
  margin: 0;
  color: #4a5f76;
  font-size: 0.93rem;
}

.home-process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.home-process-card {
  position: relative;
  text-align: center;
  padding: 24px 12px 18px;
}

.home-step-number {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #2d6fa3;
  color: #ffffff;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 4px 10px;
}

.home-process-card img {
  width: 56px;
  height: 56px;
  object-fit: contain;
  margin-bottom: 10px;
}

.home-services-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-service-card {
  overflow: hidden;
}

.home-service-card img {
  width: 100%;
  height: 145px;
  object-fit: cover;
  display: block;
  background: #edf3f9;
}

.home-service-card h3,
.home-service-card p {
  margin-left: 16px;
  margin-right: 16px;
}

.home-service-card h3 {
  margin-top: 14px;
}

.home-service-card p {
  margin-bottom: 16px;
}

.home-treatment-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.home-treatment-card {
  color: inherit;
  text-decoration: none;
  text-align: center;
  padding: 16px 10px;
}

.home-treatment-card img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin-bottom: 8px;
}

.home-treatment-card span {
  display: block;
  color: #15324d;
  font-weight: 700;
  font-size: 0.92rem;
  line-height: 1.25;
}

.home-center-action {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.home-hospital-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-hospital-grid article {
  overflow: hidden;
  text-align: center;
}

.home-hospital-grid img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.home-hospital-grid span {
  display: block;
  padding: 10px;
  color: #15324d;
  font-weight: 800;
}

.home-expect-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-expect-card {
  overflow: hidden;
}

.home-expect-card img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  display: block;
}

.home-expect-card h3,
.home-expect-card p {
  margin-left: 14px;
  margin-right: 14px;
}

.home-expect-card h3 {
  margin-top: 12px;
}

.home-expect-card p {
  margin-bottom: 16px;
}

.home-cta {
  padding: 42px 0;
  text-align: center;
  background: #2d6fa3;
}

.home-cta h2,
.home-cta p {
  color: #ffffff;
}

.home-cta p {
  max-width: 620px;
  margin: 0 auto 18px;
  color: #e8f2fb;
}

.home-cta .home-hero-actions {
  justify-content: center;
}

.home-cta .btn-primary {
  background: #ffffff;
  color: #2d6fa3;
}

@media (max-width: 980px) {
  .home-hero-grid {
    grid-template-columns: 1fr;
  }

  .home-hero-image {
    min-height: 280px;
  }

  .home-stats-grid,
  .home-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-why-grid,
  .home-services-grid,
  .home-treatment-grid,
  .home-hospital-grid,
  .home-expect-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .home-hero {
    padding-top: 30px;
  }

  .home-patient-proof,
  .home-stat {
    align-items: flex-start;
  }

  .home-stats-grid,
  .home-why-grid,
  .home-services-grid,
  .home-process-grid,
  .home-treatment-grid,
  .home-hospital-grid,
  .home-expect-grid {
    grid-template-columns: 1fr;
  }

  .home-hero-image,
  .home-hero-image img {
    min-height: 240px;
  }

  .home-hospital-grid img,
  .home-expect-card img {
    aspect-ratio: 4 / 3;
    height: auto;
  }
}

/* ============================= */
/* EDITABLE SCROLL SECTIONS */
/* ============================= */

.scroll-card-row,
.home-treatment-grid,
.home-hospital-grid {
  display: flex !important;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  padding: 4px 2px 16px;
  scrollbar-width: thin;
}

.scroll-card-row > *,
.home-treatment-grid > *,
.home-hospital-grid > * {
  scroll-snap-align: start;
}

.treatment-list-grid.scroll-card-row .treatment-link {
  flex: 0 0 280px;
}

.treatment-list-grid.scroll-card-row .treatment-list-card {
  height: 100%;
}

.hi-hosp-grid.scroll-card-row .hi-hosp-card {
  flex: 0 0 min(430px, 88vw);
}

.svc-testimonial-grid.scroll-card-row .svc-testimonial-card {
  flex: 0 0 min(340px, 86vw);
}

.home-treatment-grid > * {
  flex: 0 0 170px;
}

.home-hospital-grid > * {
  flex: 0 0 240px;
}

.hi-treatments-page,
.hi-doctors-page,
.treatment-page main {
  background: rgba(255, 255, 255, 0.94);
}

.hi-treatments-page .hi-page-hero,
.hi-doctors-page .hi-page-hero,
.treatment-detail-hero {
  background: linear-gradient(135deg, #2d6fa3 0%, #245f8e 58%, #15324d 100%);
}

.hi-treatments-page .hi-page-hero h1,
.hi-doctors-page .hi-page-hero h1,
.treatment-detail-hero h1 {
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.2;
}

.hi-treatments-page .hi-page-hero p,
.hi-doctors-page .hi-page-hero p,
.treatment-detail-hero p {
  max-width: 720px;
  font-size: 1rem;
}

.hi-doctors-page .doctor-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.hi-doctors-page .doctor-item {
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 18px;
  align-items: stretch;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(22, 41, 61, 0.06);
}

.hi-doctors-page .doctor-photo {
  width: 100%;
  height: 100%;
  min-height: 220px;
  max-width: none;
  object-fit: cover;
  border-radius: 0;
  border: 0;
}

.hi-doctors-page .doctor-content {
  padding: 18px 18px 8px 0;
}

.hi-doctors-page .doctor-content h3 {
  color: #15324d;
  margin: 0 0 6px;
}

.hi-doctors-page .doctor-content p {
  margin: 0 0 8px;
  color: #4a5f76;
}

.hi-doctors-page .doctor-actions {
  grid-column: 2;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  padding: 0 18px 18px 0;
}

.treatment-detail-hero {
  text-align: center;
}

.treatment-detail-hero .treatment-hero-copy {
  max-width: 760px;
  margin: 0 auto;
}

.treatment-detail-hero .lead {
  color: #e8f2fb;
  margin-left: auto;
  margin-right: auto;
}

.treatment-detail-hero .hero-actions,
.final-cta-card .hero-actions {
  justify-content: center;
}

.treatment-page .treatment-info-section {
  padding: 44px 0;
}

.treatment-page .themed-info-card,
.treatment-page .themed-cost-card,
.treatment-page .final-cta-card {
  border-radius: 12px;
  border: 1px solid #cbd5e1;
  box-shadow: 0 6px 16px rgba(22, 41, 61, 0.06);
}

@media (max-width: 980px) {
  .hi-doctors-page .doctor-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hi-doctors-page .doctor-item {
    grid-template-columns: 1fr;
  }

  .hi-doctors-page .doctor-content,
  .hi-doctors-page .doctor-actions {
    padding-left: 18px;
  }

  .hi-doctors-page .doctor-actions {
    grid-column: 1;
  }
}

/* Hospital image visibility: keep full photos clear on home and hospitals pages */
.hi-hospital-page .hi-hosp-image {
  aspect-ratio: 4 / 3;
  background: #ffffff;
  border-top: 1px solid #d8e4f0;
  border-bottom: 1px solid #d8e4f0;
}

.hi-hospital-page .hi-hosp-image img,
.home-hospital-grid img {
  object-fit: contain;
  object-position: center;
  background: #ffffff;
}

.hi-hosp-grid.scroll-card-row .hi-hosp-card {
  flex-basis: min(540px, 92vw);
}

.home-hospital-grid > * {
  flex-basis: min(360px, 82vw);
}

.home-hospital-grid img {
  aspect-ratio: 4 / 3;
  padding: 8px;
}

@media (min-width: 1100px) {
  .hi-hosp-grid.scroll-card-row .hi-hosp-card {
    flex-basis: 560px;
  }

  .home-hospital-grid > * {
    flex-basis: 380px;
  }
}

/* ============================= */
/* SERVICES PAGE - THEMED DETAIL */
/* ============================= */

.hi-services-page {
  font-family: "Inter", Arial, sans-serif;
  color: #243447;
  background: rgba(255, 255, 255, 0.94);
}

.hi-services-page .hi-page-hero {
  background: linear-gradient(135deg, #2d6fa3 0%, #245f8e 58%, #15324d 100%);
}

.hi-services-page .hi-page-hero h1 {
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.2;
}

.hi-services-page .hi-page-hero p {
  max-width: 680px;
  font-size: 1rem;
}

.svc-impact {
  background: #ffffff;
  border-bottom: 1px solid #dbe6f1;
}

.svc-impact-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  padding: 18px 0;
}

.svc-impact article {
  background: #f7fbff;
  border: 1px solid #d7e5f1;
  border-radius: 12px;
  padding: 14px;
  text-align: center;
}

.svc-impact strong {
  display: block;
  color: #2d6fa3;
  font-size: 1.35rem;
  line-height: 1.1;
}

.svc-impact span {
  color: #45607b;
  font-size: 0.88rem;
  font-weight: 700;
}

.svc-section {
  padding: 44px 0;
}

.svc-section-alt {
  background: #f7f9fc;
}

.svc-section-title {
  text-align: center;
  color: #15324d;
  margin: 0 0 8px;
}

.svc-section-sub {
  max-width: 720px;
  margin: 0 auto 8px;
  text-align: center;
  color: #45607b;
}

.svc-section-line {
  display: block;
  width: 44px;
  height: 3px;
  border-radius: 999px;
  background: #2d6fa3;
  margin: 0 auto 24px;
}

.svc-steps-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.svc-step-card,
.svc-detail-card,
.svc-testimonial-card,
.svc-faq-grid article {
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(22, 41, 61, 0.06);
}

.svc-step-card {
  position: relative;
  text-align: center;
  padding: 24px 12px 18px;
}

.svc-step-num {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #2d6fa3;
  color: #ffffff;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 4px 10px;
}

.svc-step-card img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  margin-bottom: 10px;
}

.svc-step-card h3 {
  margin: 0 0 6px;
  color: #15324d;
  font-size: 1rem;
}

.svc-step-card p {
  margin: 0;
  color: #4a5f76;
  font-size: 0.9rem;
}

.svc-detail-list {
  display: grid;
  gap: 18px;
}

.svc-detail-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.38fr) 1fr;
  overflow: hidden;
}

.svc-detail-card figure {
  margin: 0;
  min-height: 260px;
  background: #edf3f9;
}

.svc-detail-card img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.svc-detail-body {
  padding: 22px;
}

.svc-kicker {
  display: inline-flex;
  color: #2d6fa3;
  background: #eaf2fb;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 12px;
}

.svc-detail-body h3 {
  color: #15324d;
  margin: 0 0 8px;
  font-size: 1.35rem;
}

.svc-detail-body p {
  color: #4a5f76;
  margin: 0 0 14px;
}

.svc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 14px;
}

.svc-tags span {
  background: #f0f5ff;
  border: 1px solid #d0dbf0;
  border-radius: 999px;
  color: #2d6fa3;
  font-size: 0.8rem;
  font-weight: 700;
  padding: 5px 10px;
}

.svc-note {
  background: #f7f9fc;
  border-left: 3px solid #2d6fa3;
  border-radius: 8px;
  color: #45607b;
  padding: 10px 12px;
  font-size: 0.92rem;
}

.svc-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.svc-testimonial-card {
  padding: 18px;
}

.svc-testimonial-card img {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid #2d6fa3;
  margin-bottom: 12px;
}

.svc-testimonial-card p {
  color: #4a5f76;
  margin: 0 0 12px;
  font-style: italic;
}

.svc-testimonial-card strong,
.svc-testimonial-card span {
  display: block;
}

.svc-testimonial-card strong {
  color: #15324d;
}

.svc-testimonial-card span {
  color: #6b7280;
  font-size: 0.88rem;
}

.svc-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.svc-faq-grid article {
  padding: 18px;
}

.svc-faq-grid h3 {
  margin: 0 0 8px;
  color: #15324d;
  font-size: 1.02rem;
}

.svc-faq-grid p {
  margin: 0;
  color: #4a5f76;
}

.svc-cta {
  background: #2d6fa3;
  color: #ffffff;
  text-align: center;
  padding: 42px 0;
}

.svc-cta h2 {
  color: #ffffff;
  margin-bottom: 8px;
}

.svc-cta p {
  max-width: 650px;
  margin: 0 auto 18px;
  color: #e8f2fb;
}

.svc-cta-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.svc-cta .btn-primary {
  background: #ffffff;
  color: #2d6fa3;
}

.svc-step-card,
.svc-detail-card,
.svc-testimonial-card,
.svc-faq-grid article {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.svc-step-card:hover,
.svc-detail-card:hover,
.svc-testimonial-card:hover,
.svc-faq-grid article:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 28px rgba(22, 41, 61, 0.12);
}

@media (max-width: 980px) {
  .svc-impact-grid,
  .svc-steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .svc-detail-card {
    grid-template-columns: 1fr;
  }

  .svc-testimonial-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .svc-impact-grid,
  .svc-steps-grid,
  .svc-faq-grid {
    grid-template-columns: 1fr;
  }

  .svc-detail-card figure,
  .svc-detail-card img {
    min-height: 220px;
  }

  .svc-detail-body {
    padding: 18px;
  }
}

/* ============================= */
/* MOBILE PREMIUM EXPERIENCE */
/* ============================= */

@media (max-width: 760px) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  body {
    font-size: 15px;
    line-height: 1.55;
    background-attachment: scroll;
  }

  .container {
    width: min(100% - 28px, 1140px);
  }

  .site-header {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid #d5e3ef;
    box-shadow: 0 8px 24px rgba(22, 41, 61, 0.08);
    backdrop-filter: blur(10px);
  }

  .nav-wrap {
    min-height: auto;
    padding: 10px 0 8px;
    gap: 10px;
    align-items: stretch;
  }

  .brand {
    width: fit-content;
    font-size: 1rem;
  }

  .brand-mark {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }

  .main-nav {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    padding: 3px 1px 6px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .main-nav::-webkit-scrollbar {
    display: none;
  }

  .main-nav a {
    flex: 0 0 auto;
    min-height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: #edf6fc;
    color: #245f8e;
    font-size: 0.88rem;
    white-space: nowrap;
  }

  .main-nav a.active {
    background: #2d6fa3;
    color: #ffffff;
    box-shadow: 0 6px 14px rgba(45, 111, 163, 0.22);
  }

  .home-hero,
  .hi-page-hero,
  .treatment-detail-hero {
    padding: 30px 0 24px;
  }

  .hi-page-hero {
    padding-left: 16px;
    padding-right: 16px;
  }

  .home-hero-copy {
    padding: 0 0 22px;
  }

  .home-eyebrow,
  .hi-breadcrumb {
    font-size: 0.82rem;
    letter-spacing: 0.01em;
  }

  h1,
  .home-hero h1,
  .hi-page-hero h1,
  .treatment-detail-hero h1 {
    font-size: clamp(2rem, 10vw, 2.65rem);
    line-height: 1.08;
    letter-spacing: 0;
  }

  h2,
  .home-section h2,
  .svc-section-title {
    font-size: clamp(1.45rem, 6.2vw, 2rem);
    line-height: 1.18;
  }

  .lead,
  .home-hero-copy > p:not(.home-eyebrow),
  .hi-page-hero p,
  .home-section-subtitle,
  .svc-section-sub {
    font-size: 0.98rem;
    line-height: 1.65;
  }

  .home-hero-actions,
  .hero-actions,
  .svc-cta-actions,
  .hi-cta-btns {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 10px;
  }

  .btn,
  .hi-cta-btn1,
  .hi-cta-btn2,
  .hi-hosp-btn-prim,
  .hi-hosp-btn-sec {
    min-height: 44px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    text-align: center;
  }

  .home-hero-image {
    border-radius: 16px;
    min-height: 245px;
    border-bottom: 1px solid #c6d4e3;
  }

  .home-hero-image img {
    min-height: 245px;
  }

  .home-stats-grid,
  .svc-impact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .home-stat,
  .svc-impact article {
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 6px 16px rgba(22, 41, 61, 0.06);
  }

  .home-stat {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
    padding: 12px 8px;
  }

  .home-section,
  .svc-section,
  .section {
    padding: 34px 0;
  }

  .home-mini-card,
  .home-service-card,
  .home-process-card,
  .home-expect-card,
  .svc-step-card,
  .svc-detail-card,
  .svc-testimonial-card,
  .svc-faq-grid article,
  .treatment-list-card,
  .hi-hosp-card,
  .doctor-item,
  .blog-card,
  .page-card {
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(22, 41, 61, 0.08);
  }

  .scroll-card-row,
  .home-treatment-grid,
  .home-hospital-grid {
    margin-left: -14px;
    margin-right: -14px;
    padding-left: 14px;
    padding-right: 14px;
    gap: 12px;
    scroll-padding-left: 14px;
  }

  .treatment-list-grid.scroll-card-row .treatment-link,
  .svc-testimonial-grid.scroll-card-row .svc-testimonial-card {
    flex-basis: min(300px, 84vw);
  }

  .hi-hosp-grid.scroll-card-row .hi-hosp-card {
    flex-basis: min(330px, 88vw);
  }

  .home-hospital-grid > * {
    flex-basis: min(300px, 82vw);
  }

  .home-treatment-grid > * {
    flex-basis: 150px;
  }

  .hi-hospital-page .hi-hosp-image,
  .home-hospital-grid img {
    aspect-ratio: 4 / 3;
  }

  .hi-hospital-page .hi-hosp-name,
  .hi-hospital-page .hi-hosp-location,
  .hi-hospital-page .hi-hosp-tagline,
  .hi-hospital-page .hi-hosp-specialties,
  .hi-hospital-page .hi-hosp-logo-row {
    margin-left: 14px;
    margin-right: 14px;
  }

  .hi-hosp-card-mid,
  .hi-hosp-card-bot {
    padding-left: 14px;
    padding-right: 14px;
  }

  .hi-hospital-page .hi-hosp-name {
    font-size: 1.08rem;
  }

  .hi-hospital-page .hi-hosp-tagline,
  .hi-hosp-feature {
    font-size: 0.9rem;
  }

  .hi-hosp-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-service-card img,
  .home-expect-card img,
  .svc-detail-card img {
    min-height: 210px;
  }

  .svc-detail-card figure {
    min-height: 210px;
  }

  .svc-detail-body {
    padding: 18px;
  }

  .hi-doctors-page .doctor-photo {
    min-height: 260px;
    aspect-ratio: 4 / 3;
  }

  .hi-doctors-page .doctor-content,
  .hi-doctors-page .doctor-actions {
    padding-right: 18px;
  }

  .cost-breakdown-list {
    grid-template-columns: 1fr;
  }

  .cost-item {
    border-right: 0 !important;
    border-bottom: 1px solid #dbe5ee;
    padding: 10px 0;
  }

  .cost-item:last-child {
    border-bottom: 0;
  }

  .blog-grid,
  .service-grid,
  .home-services-grid,
  .home-expect-grid,
  .home-why-grid,
  .svc-faq-grid,
  .svc-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    max-width: calc(100vw - 28px);
    padding: 10px 13px;
    border-radius: 999px;
    gap: 8px;
    font-size: 0.88rem;
    box-shadow: 0 12px 28px rgba(22, 41, 61, 0.22);
  }

  .whatsapp-float img {
    width: 30px;
    height: 30px;
  }

  .site-footer {
    padding-bottom: 76px;
  }
}

@media (max-width: 390px) {
  .container {
    width: min(100% - 22px, 1140px);
  }

  .main-nav a {
    font-size: 0.82rem;
    padding: 7px 10px;
  }

  h1,
  .home-hero h1,
  .hi-page-hero h1,
  .treatment-detail-hero h1 {
    font-size: clamp(1.85rem, 9.5vw, 2.25rem);
  }

  .home-stats-grid,
  .svc-impact-grid {
    grid-template-columns: 1fr;
  }

  .whatsapp-float span {
    display: none;
  }

  .whatsapp-float {
    width: 54px;
    height: 54px;
    padding: 0;
    justify-content: center;
  }
}

/* ============================= */
/* EDITABLE MOBILE DRAWER + FOOTER */
/* ============================= */

.nav-hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 10px;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.nav-hamburger:hover {
  background: #edf6fc;
  border-color: #d4e5f1;
}

.nav-hamburger span {
  display: block;
  width: 23px;
  height: 2px;
  background: #2d6fa3;
  border-radius: 999px;
  transition: transform 0.25s ease, opacity 0.2s ease, width 0.2s ease;
}

.nav-hamburger span:last-child {
  width: 16px;
}

.nav-hamburger.is-open span:first-child {
  transform: rotate(45deg) translate(5px, 5px);
}

.nav-hamburger.is-open span:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}

.nav-hamburger.is-open span:last-child {
  width: 23px;
  transform: rotate(-45deg) translate(5px, -5px);
}

.nav-drawer {
  display: none;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid #dbe6f1;
  box-shadow: 0 16px 28px rgba(22, 41, 61, 0.08);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s ease;
}

.nav-drawer.is-open {
  max-height: 560px;
}

.nav-drawer-links {
  display: grid;
}

.nav-drawer a {
  color: #1e4d6e;
  text-decoration: none;
}

.nav-drawer-links a {
  display: block;
  padding: 13px 20px;
  font-size: 15px;
  font-weight: 700;
  border-bottom: 1px solid #edf3f8;
}

.nav-drawer-links a:hover,
.nav-drawer-links a.active {
  background: #f0f7fd;
  color: #2d6fa3;
}

.nav-drawer-ctas {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 14px 20px 18px;
}

.nav-drawer-ctas .btn {
  min-height: 42px;
  padding: 10px 8px;
  text-align: center;
}

.site-footer {
  text-align: left;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 24px;
  align-items: start;
}

.footer-brand,
.footer-brand-block p,
.footer-links a,
.footer-contact a,
.footer-copy,
.footer-trust-row span {
  color: inherit;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-weight: 800;
  color: #ffffff;
}

.footer-brand-block p {
  margin: 12px 0 0;
  max-width: 420px;
  color: #cbd5e1;
}

.footer-links h3,
.footer-contact h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 1rem;
}

.footer-links div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px 14px;
}

.footer-links a,
.footer-whatsapp {
  color: #cbd5e1;
  text-decoration: none;
  font-weight: 600;
}

.footer-links a:hover,
.footer-links a.active,
.footer-whatsapp:hover {
  color: #ffffff;
}

.footer-contact {
  display: grid;
  gap: 10px;
}

.footer-contact .btn-primary {
  width: fit-content;
  animation: none;
}

.footer-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid rgba(226, 232, 240, 0.18);
}

.footer-trust-row span {
  border: 1px solid rgba(226, 232, 240, 0.18);
  border-radius: 999px;
  padding: 6px 10px;
  color: #dbeafe;
  font-size: 0.86rem;
}

.footer-copy {
  margin: 16px 0 0;
  color: #cbd5e1;
  text-align: center;
}

@media (max-width: 640px) {
  .nav-hamburger {
    display: flex;
  }

  .nav-drawer {
    display: block;
    position: sticky;
    top: 61px;
    z-index: 19;
  }

  .site-header .main-nav {
    display: none;
  }

  .site-header .nav-wrap {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    min-height: 60px;
    padding: 0;
  }

  .site-header .brand {
    font-size: 1rem;
  }

  .site-header .brand-mark {
    width: 30px;
    height: 30px;
  }

  .home-stats-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    border: 1px solid #dbe6f1;
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff;
  }

  .home-stat {
    border-right: 1px solid #dbe6f1;
    border-bottom: 1px solid #dbe6f1;
    box-shadow: none;
    border-radius: 0;
  }

  .home-stat:nth-child(3),
  .home-stat:nth-child(5) {
    border-right: 0;
  }

  .home-stat:nth-child(4),
  .home-stat:nth-child(5) {
    border-bottom: 0;
  }

  .home-stats-grid .home-stat:nth-child(4) {
    grid-column: 1 / span 2;
  }

  .home-stats-grid .home-stat:nth-child(5) {
    grid-column: 3 / span 1;
  }

  .home-why-grid,
  .home-services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .home-process-grid {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 12px;
    padding: 16px 2px 20px;
    scrollbar-width: none;
  }

  .home-process-grid::-webkit-scrollbar,
  .home-hospital-grid::-webkit-scrollbar {
    display: none;
  }

  .home-process-card {
    flex: 0 0 138px;
    min-width: 138px;
    scroll-snap-align: start;
  }

  .home-treatment-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    overflow: visible;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .home-hospital-grid {
    display: flex !important;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    grid-template-columns: unset !important;
    scrollbar-width: none;
  }

  .home-hospital-grid article {
    flex: 0 0 112px;
    min-width: 112px;
    scroll-snap-align: start;
  }

  .home-hospital-grid img {
    aspect-ratio: 1 / 1;
    border: 1px solid #dde8f2;
    border-radius: 12px;
    background: #f7f9fc;
  }

  .home-expect-card {
    display: grid;
    grid-template-columns: 76px 1fr;
    align-items: stretch;
  }

  .home-expect-card img {
    width: 76px;
    height: 100%;
    min-height: 92px;
    border-radius: 14px 0 0 14px;
  }

  .blog-card {
    display: grid;
    grid-template-columns: 96px 1fr;
  }

  .blog-card img {
    width: 96px;
    min-width: 96px;
    height: 100%;
  }

  .site-footer {
    padding: 24px 0 82px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .footer-links div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-contact .btn-primary {
    width: 100%;
  }

  .footer-whatsapp {
    text-align: center;
  }

  .footer-trust-row {
    gap: 8px;
  }

  .footer-trust-row span {
    font-size: 0.78rem;
  }
}

@media (max-width: 380px) {
  .home-why-grid,
  .home-services-grid {
    grid-template-columns: 1fr;
  }

  .home-hospital-grid article {
    flex-basis: 94px;
    min-width: 94px;
  }

  .blog-card {
    grid-template-columns: 78px 1fr;
  }

  .blog-card img {
    width: 78px;
    min-width: 78px;
  }
}

/* ============================= */
/* MOBILE COMPACT HOME SECTIONS */
/* ============================= */

@media (max-width: 640px) {
  .home-section {
    padding: 24px 0;
  }

  .home-section h2 {
    margin-bottom: 6px;
  }

  .home-section-subtitle {
    margin-bottom: 14px;
  }

  .home-stats-grid {
    gap: 0;
  }

  .home-stat {
    min-height: 78px;
    padding: 9px 5px;
  }

  .home-stat span {
    width: auto;
    min-width: 0;
    height: auto;
    padding: 5px 8px;
    font-size: 0.76rem;
    line-height: 1.15;
  }

  .home-stat p {
    font-size: 0.68rem;
    line-height: 1.2;
  }

  .home-why-grid,
  .home-services-grid,
  .home-process-grid,
  .home-expect-grid {
    display: flex !important;
    flex-direction: row;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    margin-left: -14px;
    margin-right: -14px;
    padding: 4px 14px 14px;
    scrollbar-width: none;
  }

  .home-why-grid::-webkit-scrollbar,
  .home-services-grid::-webkit-scrollbar,
  .home-process-grid::-webkit-scrollbar,
  .home-expect-grid::-webkit-scrollbar {
    display: none;
  }

  .home-mini-card,
  .home-service-card,
  .home-process-card,
  .home-expect-card {
    flex: 0 0 148px;
    min-width: 148px;
    min-height: 164px;
    scroll-snap-align: start;
    padding: 12px 10px;
    text-align: center;
  }

  .home-mini-icon {
    width: 36px;
    height: 36px;
    margin-bottom: 8px;
    font-size: 0.86rem;
  }

  .home-mini-card h3,
  .home-service-card h3,
  .home-process-card h3,
  .home-expect-card h3 {
    font-size: 0.86rem;
    line-height: 1.22;
    margin: 0 0 5px;
  }

  .home-mini-card p,
  .home-service-card p,
  .home-process-card p,
  .home-expect-card p {
    font-size: 0.74rem;
    line-height: 1.35;
    margin: 0;
  }

  .home-service-card {
    overflow: hidden;
  }

  .home-service-card img {
    width: 48px;
    height: 48px;
    min-height: 0;
    object-fit: contain;
    margin: 0 auto 8px;
    background: #eaf2fb;
    border-radius: 12px;
    padding: 8px;
  }

  .home-service-card h3,
  .home-service-card p {
    margin-left: 0;
    margin-right: 0;
  }

  .home-service-card h3 {
    margin-top: 0;
  }

  .home-process-card {
    padding-top: 22px;
  }

  .home-process-card img {
    width: 40px;
    height: 40px;
    margin-bottom: 7px;
  }

  .home-step-number {
    top: -9px;
    font-size: 0.66rem;
    padding: 3px 7px;
  }

  .home-expect-card {
    display: block;
  }

  .home-expect-card img {
    width: 48px;
    height: 48px;
    min-height: 0;
    object-fit: cover;
    border-radius: 12px;
    margin: 0 auto 8px;
  }

  .home-expect-card h3,
  .home-expect-card p {
    margin-left: 0;
    margin-right: 0;
  }

  .home-expect-card h3 {
    margin-top: 0;
  }

  .home-cta {
    padding: 28px 0 30px;
    margin-bottom: 0;
  }

  .home-cta + .site-footer,
  main + .site-footer {
    margin-top: 0;
  }

  .site-footer {
    margin-top: 0;
    padding-top: 22px;
  }
}

@media (max-width: 390px) {
  .home-mini-card,
  .home-service-card,
  .home-process-card,
  .home-expect-card {
    flex-basis: 136px;
    min-width: 136px;
  }
}

/* Final homepage spacing and typography tuning */
.hi-home-page + .site-footer {
  margin-top: 0;
}

.hi-home-page .home-cta {
  margin-bottom: 0;
}

.hi-home-page .home-hero h1 {
  font-size: clamp(1.95rem, 3.25vw, 3.05rem);
}

.hi-home-page .home-eyebrow {
  font-size: 0.86rem;
}

.hi-home-page .home-hero-copy > p:not(.home-eyebrow) {
  font-size: 0.96rem;
  line-height: 1.58;
}

.hi-home-page .process-badge {
  font-size: 0.82rem;
  padding: 5px 12px;
  margin-bottom: 8px;
}

.hi-home-page .home-section h2 {
  font-size: clamp(1.28rem, 2vw, 1.65rem);
}

.hi-home-page .home-section-subtitle {
  font-size: 0.9rem;
  line-height: 1.5;
  margin-bottom: 18px;
}

.hi-home-page .home-cta {
  padding-bottom: 38px;
}

@media (max-width: 640px) {
  .hi-home-page .home-hero h1 {
    font-size: clamp(1.72rem, 8.6vw, 2.18rem);
  }

  .hi-home-page .home-hero-copy > p:not(.home-eyebrow),
  .hi-home-page .home-section-subtitle {
    font-size: 0.84rem;
  }

  .hi-home-page .home-section h2 {
    font-size: 1.22rem;
  }

  .hi-home-page .process-badge {
    font-size: 0.74rem;
  }

  .hi-home-page .home-cta {
    padding-bottom: 24px;
  }
}

/* ============================= */
/* GLOBAL COMPACT THEME ALIGNMENT */
/* ============================= */

.hi-page-hero h1,
.treatment-detail-hero h1 {
  font-size: clamp(1.9rem, 3vw, 2.7rem);
}

.hi-page-hero p,
.treatment-detail-hero p,
.lead,
.svc-section-sub,
.home-section-subtitle {
  font-size: 0.92rem;
}

.section,
.home-section,
.svc-section {
  padding-top: 36px;
  padding-bottom: 36px;
}

.svc-section-title,
.hi-section-title,
.home-section h2,
.section h1,
.section h2 {
  font-size: clamp(1.28rem, 2.1vw, 1.75rem);
}

.card,
.page-card,
.blog-card,
.service-card,
.treatment-list-card,
.doctor-item,
.hi-hosp-card,
.svc-detail-card,
.svc-step-card,
.svc-testimonial-card {
  border-radius: 12px;
}

/* Smaller home service cards on web and mobile */
.hi-home-page .home-services-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hi-home-page .home-service-card img {
  height: 104px;
}

.hi-home-page .home-service-card h3 {
  font-size: 0.94rem;
  margin-top: 10px;
}

.hi-home-page .home-service-card p {
  font-size: 0.82rem;
  line-height: 1.4;
  margin-bottom: 12px;
}

/* Desktop compact cards */
@media (min-width: 761px) {
  .hi-home-page .home-services-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 10px;
  }

  .hi-home-page .home-service-card {
    padding-bottom: 10px;
  }

  .hi-home-page .home-service-card img {
    height: 58px;
    width: 58px;
    min-height: 0;
    object-fit: contain;
    margin: 12px auto 8px;
    border-radius: 12px;
    background: #eaf2fb;
    padding: 10px;
  }

  .hi-home-page .home-service-card h3 {
    font-size: 0.82rem;
    line-height: 1.22;
    margin: 0 8px 5px;
  }

  .hi-home-page .home-service-card p {
    font-size: 0.72rem;
    line-height: 1.3;
    margin: 0 8px 10px;
  }

  .hi-doctors-page .doctor-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .hi-doctors-page .doctor-item {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hi-doctors-page .doctor-photo {
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .hi-doctors-page .doctor-content {
    padding: 14px 14px 6px;
  }

  .hi-doctors-page .doctor-content h3 {
    font-size: 1rem;
    margin-bottom: 5px;
  }

  .hi-doctors-page .doctor-content p {
    font-size: 0.86rem;
    line-height: 1.45;
  }

  .hi-doctors-page .doctor-actions {
    grid-column: 1;
    padding: 0 14px 14px;
  }

  .hi-doctors-page .doctor-actions .btn,
  .hi-doctors-page .wa-icon-btn {
    min-height: 38px;
  }
}

/* Mobile dropdown list navigation across all pages */
@media (max-width: 760px) {
  .nav-hamburger {
    display: flex;
  }

  .nav-drawer {
    display: block;
    position: sticky;
    top: 61px;
    z-index: 19;
  }

  .site-header .main-nav {
    display: none;
  }

  .site-header .nav-wrap {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    min-height: 60px;
    padding: 0;
  }

  .nav-drawer-links {
    display: grid;
    grid-template-columns: 1fr;
  }

  .nav-drawer-links a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 11px 20px;
  }

  .section,
  .home-section,
  .svc-section {
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .hi-page-hero h1,
  .treatment-detail-hero h1,
  .home-hero h1 {
    font-size: clamp(1.68rem, 8.2vw, 2.18rem);
  }

  .hi-page-hero p,
  .treatment-detail-hero p,
  .lead,
  .svc-section-sub,
  .home-section-subtitle,
  .home-hero-copy > p:not(.home-eyebrow) {
    font-size: 0.84rem;
    line-height: 1.5;
  }

  .svc-section-title,
  .hi-section-title,
  .home-section h2,
  .section h1,
  .section h2 {
    font-size: 1.22rem;
  }

  .hi-home-page .home-services-grid {
    display: flex !important;
    grid-template-columns: unset;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    padding: 4px 14px 14px;
    margin-left: -14px;
    margin-right: -14px;
  }

  .hi-home-page .home-service-card {
    flex: 0 0 132px;
    min-width: 132px;
    min-height: 142px;
    padding: 11px 9px;
    scroll-snap-align: start;
  }

  .hi-home-page .home-service-card img {
    width: 40px;
    height: 40px;
    min-height: 0;
    margin-bottom: 7px;
    padding: 7px;
  }

  .hi-home-page .home-service-card h3 {
    font-size: 0.78rem;
    line-height: 1.2;
    margin: 0 0 4px;
  }

  .hi-home-page .home-service-card p {
    font-size: 0.68rem;
    line-height: 1.28;
    margin: 0;
  }

  .home-service-card h3,
  .home-service-card p {
    margin-left: 0;
    margin-right: 0;
  }
}

/* ============================= */
/* EDITORIAL HOME + TREATMENT REFRESH */
/* ============================= */

.home-split-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) 1.1fr;
  gap: 26px;
  align-items: center;
}

.home-split-image {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #cbd5e1;
  box-shadow: 0 10px 24px rgba(22, 41, 61, 0.08);
}

.home-split-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.home-split-copy .home-section-subtitle {
  text-align: left;
  margin-left: 0;
  margin-bottom: 14px;
}

.home-check-list,
.home-expect-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.home-check-list li,
.home-expect-list li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px;
  align-items: start;
  color: #45607b;
}

.home-check-list li::before,
.home-expect-list li::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 999px;
  margin-top: 3px;
  background: #2d6fa3;
  box-shadow: inset 0 0 0 5px #dff0fb;
}

.home-check-list strong,
.home-expect-list strong {
  display: block;
  color: #15324d;
  font-size: 0.96rem;
}

.home-check-list span,
.home-expect-list span {
  display: block;
  font-size: 0.9rem;
  line-height: 1.45;
}

.home-check-list.compact li {
  background: #f7fbff;
  border: 1px solid #dbe6f1;
  border-radius: 10px;
  padding: 10px;
}

.home-check-list code {
  font-size: 0.86em;
}

.home-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin-top: 22px;
  border: 1px solid #dbe6f1;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
}

.home-timeline-step {
  position: relative;
  padding: 18px 14px;
  min-height: 142px;
}

.home-timeline-step:not(:last-child) {
  border-right: 1px solid #dbe6f1;
}

.home-timeline-step span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #2d6fa3;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 800;
  margin-bottom: 10px;
}

.home-timeline-step strong {
  display: block;
  color: #15324d;
  font-size: 0.95rem;
  margin-bottom: 4px;
}

.home-timeline-step p {
  margin: 0;
  color: #4a5f76;
  font-size: 0.84rem;
  line-height: 1.42;
}

.home-service-accordion {
  max-width: 820px;
  margin: 0 auto;
  border: 1px solid #dbe6f1;
  border-radius: 16px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 8px 22px rgba(22, 41, 61, 0.06);
}

.home-service-accordion details {
  border-bottom: 1px solid #dbe6f1;
}

.home-service-accordion details:last-child {
  border-bottom: 0;
}

.home-service-accordion summary {
  cursor: pointer;
  list-style: none;
  padding: 15px 18px;
  color: #15324d;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-service-accordion summary::-webkit-details-marker {
  display: none;
}

.home-service-accordion summary::after {
  content: "+";
  color: #2d6fa3;
  font-weight: 800;
  font-size: 1.2rem;
}

.home-service-accordion details[open] summary::after {
  content: "-";
}

.home-service-accordion p {
  margin: 0;
  padding: 0 18px 16px;
  color: #4a5f76;
  font-size: 0.92rem;
}

.home-expect-list {
  max-width: 860px;
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-expect-list li {
  background: #ffffff;
  border: 1px solid #dbe6f1;
  border-radius: 12px;
  padding: 14px;
}

.treatments-intro {
  display: grid;
  grid-template-columns: minmax(240px, 0.55fr) 1fr;
  gap: 22px;
  align-items: center;
  margin-bottom: 24px;
}

.treatments-intro figure {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #cbd5e1;
}

.treatments-intro img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}

.treatment-hero-icon {
  width: 62px;
  height: 62px;
  object-fit: contain;
  border-radius: 18px;
  background: #ffffff;
  padding: 12px;
  margin-bottom: 14px;
  box-shadow: 0 8px 22px rgba(22, 41, 61, 0.15);
}

.treatment-summary-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-bottom: 18px;
}

.treatment-summary-strip span {
  background: #eaf2fb;
  color: #245f8e;
  border: 1px solid #d4e5f1;
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 0.86rem;
  font-weight: 700;
}

@media (max-width: 760px) {
  .home-split-layout,
  .treatments-intro {
    grid-template-columns: 1fr;
  }

  .home-split-image img,
  .treatments-intro img {
    aspect-ratio: 16 / 10;
  }

  .home-timeline {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .home-timeline-step {
    flex: 0 0 170px;
    min-width: 170px;
    scroll-snap-align: start;
    border-right: 1px solid #dbe6f1;
  }

  .home-expect-list {
    grid-template-columns: 1fr;
  }

  .home-service-accordion summary {
    padding: 14px 15px;
  }

  .home-service-accordion p {
    padding: 0 15px 14px;
    font-size: 0.84rem;
  }

  .treatment-summary-strip {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 8px;
  }

  .treatment-summary-strip span {
    flex: 0 0 auto;
  }
}
/* =============================
   WHY CHOOSE US (FINAL SAFE)
   ============================= */

:root {
  --primary: #2f5f7f;
  --primary-light: #5f8fa8;
  --bg-soft: #eef5f9;
}

.why-modern {
  text-align: center;
  background: linear-gradient(135deg, var(--bg-soft), #ffffff);
  padding: 60px 20px;
}

.why-modern .why-header {
  margin-bottom: 40px;
}

.why-modern .why-badge {
  display: inline-block;
  background: rgba(47, 95, 127, 0.1);
  color: var(--primary);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 10px;
}

.why-modern h2 {
  font-size: 32px;
  color: var(--primary);
  margin-bottom: 10px;
}

.why-modern .why-header p {
  color: #64748b;
  max-width: 600px;
  margin: auto;
}

/* GRID */
.why-modern .why-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 30px;
}

/* CARD */
.why-modern .why-card {
  background: #ffffff;
  padding: 24px;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
  text-align: left;
  transition: 0.3s;
}

.why-modern .why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(47,95,127,0.15);
}

/* ICON */
.why-modern .why-icon {
  width: 50px;
  height: 50px;
  background: rgba(47, 95, 127, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.why-modern .why-icon img {
  width: 34px;
  height: 34px;
}

/* TEXT */
.why-modern .why-card h3 {
  margin-bottom: 6px;
  color: #1e293b;
}

.why-modern .why-card p {
  font-size: 14px;
  color: #64748b;
}

/* CTA */
.why-modern .why-cta {
  margin-top: 40px;
  background: linear-gradient(135deg, var(--primary-light), var(--primary));
  padding: 25px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  color: white;
}

.why-modern .why-cta p {
  color: rgba(255,255,255,0.9);
}

/* DESKTOP */
@media (min-width: 768px) {
  .why-modern .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .why-modern .why-cta {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
/* =============================
   EXPECT SECTION (TIMELINE UI)
   ============================= */

.expect-modern {
  text-align: center;
  padding: 60px 20px;
}

.expect-header {
  margin-bottom: 50px;
}

.expect-header h2 {
  color: var(--primary);
  font-size: 32px;
}

.expect-header p {
  color: #64748b;
}

/* TIMELINE */
.expect-timeline {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  position: relative;
}

/* ITEM */
.expect-item {
  text-align: center;
}

/* CIRCLE */
.expect-circle {
  width: 90px;
  height: 90px;
  margin: auto;
  border-radius: 50%;
  background: #fff;
  border: 4px solid rgba(47,95,127,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* ICON */
.expect-circle img {
  width: 80px;
  height: 80px;
}

/* NUMBER */
.expect-circle span {
  position: absolute;
  bottom: -12px;
  background: var(--primary);
  color: white;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 10px;
}

/* TEXT */
.expect-item h3 {
  margin-top: 20px;
  color: #1e293b;
}

.expect-item p {
  color: #64748b;
  font-size: 14px;
  max-width: 260px;
  margin: auto;
}

/* CONNECTOR LINE (desktop only) */
@media (min-width: 768px) {

  .expect-timeline {
    grid-template-columns: repeat(4, 1fr);
  }

  .expect-item {
    position: relative;
  }

  .expect-item::after {
    content: "";
    position: absolute;
    top: 45px;
    right: -50%;
    width: 100%;
    height: 2px;
    background: rgba(47,95,127,0.2);
  }

  .expect-item:last-child::after {
    display: none;
  }
}

/* CTA */
.expect-cta {
  margin-top: 60px;
  background: linear-gradient(135deg, var(--primary-light), var(--primary));
  padding: 25px;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  color: white;
}

.expect-cta p {
  color: rgba(255,255,255,0.9);
}

@media (min-width: 768px) {
  .expect-cta {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}
/* ========================= */
/* HOME WHY SECTION FIX */
/* ========================= */

.hi-home-page .why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.hi-home-page .why-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e6edf5;
  box-shadow: 0 4px 12px rgba(0,0,0,0.04);
}

/* ICON FIX */
.hi-home-page .why-icon {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  background: #eef4ff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hi-home-page .why-icon img {
  width: 60px;
  height: 65px;
  object-fit: contain;
}

/* TEXT FIX */
.hi-home-page .why-card h3 {
  margin: 0;
  font-size: 16px;
}

.hi-home-page .why-card p {
  margin-top: 5px;
  font-size: 13px;
  color: #6b7c93;
}

/* MOBILE */
@media (max-width: 768px) {
  .hi-home-page .why-grid {
    grid-template-columns: 1fr;
  }
}
.treatment-section {
  padding: 60px 0;
}

.section-header {
  text-align: center;
  margin-bottom: 40px;
}

.section-header h2 {
  font-size: 32px;
  margin-bottom: 10px;
}

.section-header p {
  color: #6b7280;
}

.treatment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}

.treatment-list-card {
  background: #fff;
  border-radius: 14px;
  padding: 24px;
  text-align: center;
  border: 1px solid #e5e7eb;
  transition: 0.3s ease;
  cursor: pointer;
}

.treatment-list-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.treatment-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 16px;
  object-fit: contain;
}

.treatment-list-card h3 {
  font-size: 16px;
  font-weight: 600;
}