/* =============================================================
   KAUSALYA HOSPITAL — ABOUT PAGE CSS
   Theme: Deep Forest Green (#0d1f17) + Green (#2d6a4f) + Light Green (#52b788)
   ============================================================= */

/* ── GLOBAL RESET & BASE ───────────────────────────────────── */
.kausalya-about-page *,
.kausalya-about-page *::before,
.kausalya-about-page *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.kausalya-about-page {
  font-family: 'Inter', 'Segoe UI', sans-serif;
  color: #2d6a4f;
  background: #ffffff;
  line-height: 1.7;
}

.kausalya-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ── SHARED UTILITIES ──────────────────────────────────────── */
.premium-section,
.kausalya-facilities-section,
.kausalya-mission-section,
.kausalya-history-section,
.kausalya-choose-us-section,
.kausalya-cta-section {
  padding: 90px 0;
}

.section-main-title {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  color: #2d6a4f;
  line-height: 1.2;
  margin-bottom: 48px;
}

.section-main-title span,
h1 span,
h2 span {
  color: #2d6a4f;
}

/* Badge styles */
.premium-badge,
.clinical-badge {
  display: inline-block;
  background: rgba(45, 106, 79, 0.1);
  color: #2d6a4f;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 18px;
}

/* Badge line (divider + text) */
.hero-badge-line,
.mission-badge-line,
.choose-badge-line,
.history-badge-line {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #52b788;
}

.hero-badge-line-divider,
.badge-divider {
  width: 40px;
  height: 2px;
  background: #52b788;
  border-radius: 2px;
}

/* Glass card base */
.glass-card {
  background: #ffffff;
  border: 1px solid #e8f4f0;
  border-radius: 16px;
  padding: 32px 28px;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.glass-card:hover {
  box-shadow: 0 12px 40px rgba(45, 106, 79, 0.15);
  transform: translateY(-4px);
}

/* ── BUTTONS ───────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 30px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease;
  border: none;
}

.btn-primary {
  background: #2d6a4f;
  color: #ffffff;
}

.btn-primary:hover {
  background: #1a4731;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(45, 106, 79, 0.35);
}

.btn-glass {
  background: transparent;
  color: #ffffff;
  border: 1.5px solid rgba(255, 255, 255, 0.45);
}

.btn-glass:hover {
  background: rgba(255, 255, 255, 0.12);
}

.premium-glow-btn {
  background: #2d6a4f;
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(45, 106, 79, 0.40);
}

.premium-glow-btn:hover {
  background: #1a4731;
  box-shadow: 0 8px 32px rgba(45, 106, 79, 0.50);
  transform: translateY(-2px);
}

/* ══════════════════════════════════════════════════════════════
   1. ABOUT HERO SECTION
   ══════════════════════════════════════════════════════════════ */
.kausalya-about-hero {
  background: linear-gradient(to right, rgba(26, 71, 49, 0.95) 0%, rgba(13, 31, 23, 0.4) 100%);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

/* Animated background circles */
.hero-bg-element-1,
.hero-bg-element-2 {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.hero-bg-element-1 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(45, 106, 79, 0.12) 0%, transparent 70%);
  top: -100px;
  right: -80px;
}

.hero-bg-element-2 {
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.04) 0%, transparent 70%);
  bottom: -60px;
  left: 5%;
}

.kausalya-about-hero .kausalya-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.kausalya-about-hero .premium-badge {
  background: rgba(45, 106, 79, 0.20);
  color: #52b788;
  border: 1px solid rgba(45, 106, 79, 0.30);
}

.kausalya-about-hero .hero-badge-line {
  color: #52b788;
}

.hero-content-section h1 {
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 700;
  line-height: 1.18;
  color: #ffffff;
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}

.hero-content-section h1 span {
  color: #2d6a4f;
}

.about-hero-content {
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.75;
}

.about-hero-desc,
.about-hero-desc p {
  color: #ffffff;
  font-size: 1.05rem;
  line-height: 1.75;
  margin-bottom: 10px;
}

/* Asymmetric image grid */
.hero-image-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  grid-template-rows: auto auto;
  gap: 14px;
}

.hero-image-main {
  grid-row: 1 / 3;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

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

.hero-image-stat-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(10, 43, 62, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(58, 123, 107, 0.40);
  border-radius: 12px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
}

.hero-image-stat-badge div:first-child {
  font-size: 28px;
  font-weight: 700;
  color: #2d6a4f;
  line-height: 1;
}

.hero-image-stat-badge div:last-child {
  font-size: 11px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.70);
}

.hero-image-side {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hero-image-side-item {
  border-radius: 16px;
  overflow: hidden;
  flex: 1;
}

.hero-image-side-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Promise card */
.hero-promise-card {
  background: #2d6a4f;
  padding: 24px 22px;
  position: relative;
}

.promise-bg-icon {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 48px;
  color: rgba(255, 255, 255, 0.08);
}

.promise-quote-icon {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 10px;
  display: block;
}

.hero-promise-card h3 {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}

.hero-promise-card p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  margin-bottom: 16px;
  font-style: italic;
}

.promise-signature {
  display: flex;
  align-items: center;
  gap: 10px;
}

.signature-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #ffffff;
}

.promise-signature span {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.80);
  letter-spacing: 0.3px;
}

/* Custom image on hero */
.about-hero-image {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

.about-hero-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* ══════════════════════════════════════════════════════════════
   2. FACILITIES SECTION
   ══════════════════════════════════════════════════════════════ */
.kausalya-facilities-section {
  background: #f7fbf9;
}

.kausalya-facilities-section .facilities-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 52px;
}

.kausalya-facilities-section .facilities-header h2 {
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 700;
  color: #2d6a4f;
}

.kausalya-facilities-section .facilities-header p {
  flex: 0 0 360px;
  color: #5a7a8a;
  font-size: 16px;
  padding-top: 8px;
  line-height: 1.7;
}

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

/* Fallback hero card */
.facility-hero-card {
  grid-column: 1 / -1;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  min-height: 260px;
}

.facility-hero-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.facility-hero-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px;
  background: linear-gradient(transparent, rgba(10, 43, 62, 0.92));
  color: #ffffff;
}

.facility-badge {
  display: inline-block;
  background: #2d6a4f;
  color: #ffffff;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 100px;
  margin-bottom: 10px;
}

.facility-hero-content h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 8px;
}

.facility-hero-content p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  max-width: 560px;
  line-height: 1.65;
}

/* Facility cards (JSON driven) */
.facility-card {
  background: #ffffff;
  border: 1px solid rgba(58, 123, 107, 0.20);
  border-radius: 16px;
  padding: 32px 28px;
  transition: box-shadow 0.25s, transform 0.25s;
}

.facility-card:hover {
  box-shadow: 0 12px 36px rgba(45, 106, 79, 0.20);
  transform: translateY(-4px);
}

.facility-icon {
  width: 100px;
  height: 100px;
  background: rgba(45, 106, 79, 0.15);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #2d6a4f;
  margin-bottom: 18px;
}

.facility-icon-img {
  background: rgba(45, 106, 79, 0.15);
  border-radius: 14px;
  overflow: hidden;
  padding: 10px;
}

.facility-icon-img img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  display: block;
}

.facility-card h3 {
  font-size: 17px;
  font-weight: 700;
  color: #2d6a4f;
  margin-bottom: 10px;
}

.facility-card p {
  font-size: 14px;
  color: #6b8899;
  line-height: 1.65;
}

/* ══════════════════════════════════════════════════════════════
   3. MISSION & VISION SECTION
   ══════════════════════════════════════════════════════════════ */
.kausalya-mission-section {
  background: linear-gradient(to right, rgba(26, 71, 49, 0.95) 0%, rgba(13, 31, 23, 0.4) 100%);
}

.kausalya-mission-section .section-main-title {
  color: #ffffff;
  text-align: center;
}

.mission-vision-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-bottom: 40px;
}

.mission-card,
.vision-card {
  border-radius: 20px;
  padding: 40px 36px;
  position: relative;
  overflow: hidden;
}

.mission-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(58, 123, 107, 0.30);
}

.vision-card {
  background: rgba(58, 123, 107, 0.15);
  border: 1px solid rgba(58, 123, 107, 0.35);
}

.mission-card .card-border,
.vision-card .card-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #2d6a4f;
  border-radius: 4px 0 0 4px;
}

.vision-card .card-border {
  background: #52b788;
}

.mission-card .card-number,
.vision-card .card-number {
  font-size: 64px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.04);
  position: absolute;
  top: 16px;
  right: 24px;
  line-height: 1;
  letter-spacing: -2px;
}

.mission-card .card-header,
.vision-card .card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.card-icon {
  width: 48px;
  height: 48px;
  background: rgba(45, 106, 79, 0.25);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #52b788;
}

.mission-card h3,
.vision-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}

.mission-card p,
.vision-card p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.75;
  margin-bottom: 20px;
}

.card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.card-tags span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(45, 106, 79, 0.20);
  color: #52b788;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 12px;
  border-radius: 100px;
  border: 1px solid rgba(45, 106, 79, 0.30);
}

/* Core values grid */
.core-values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.value-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 28px 22px;
  text-align: center;
  transition: background 0.25s;
}

.value-card:hover {
  background: rgba(58, 123, 107, 0.12);
}

.value-card i {
  font-size: 26px;
  color: #2d6a4f;
  margin-bottom: 12px;
  display: block;
}

.value-card h4 {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 8px;
}

.value-card p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.60);
  line-height: 1.6;
}

/* Fallback mission layout */
.kausalya-mission-fallback .mission-fallback-grid {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 64px;
  align-items: start;
}

.mission-sidebar h2 {
  font-size: clamp(30px, 3.5vw, 44px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 20px;
}

.mission-sidebar>p {
  color: rgba(255, 255, 255, 0.60);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 36px;
}

.mission-stats {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mission-stat div:first-child {
  font-size: 30px;
  font-weight: 800;
  color: #2d6a4f;
  line-height: 1;
}

.mission-stat div:last-child {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.5px;
  margin-top: 4px;
}

.stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.15);
}

.mission-cards-wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* ══════════════════════════════════════════════════════════════
   4. HISTORY / TIMELINE SECTION
   ══════════════════════════════════════════════════════════════ */
.kausalya-history-section {
  background: #f7fbf9;
}

.history-header {
  text-align: center;
  margin-bottom: 64px;
}

.history-header h2 {
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  color: #2d6a4f;
  margin-bottom: 14px;
}

.history-header p {
  color: #5a7a8a;
  font-size: 16px;
  max-width: 520px;
  margin: 0 auto;
}

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

.section-header h2 {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  color: #2d6a4f;
  margin-top: 10px;
}

/* Timeline - Service Page Style (Alternating Layout) */
.history-timeline {
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}

/* Remove vertical line */
.timeline-line {
  display: none;
}

/* Timeline Item - Service Row Style */
.timeline-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
}

/* Even items - Reverse direction (RTL trick from service page) */
.timeline-item:nth-child(even) {
  direction: rtl;
}

.timeline-item:nth-child(even)>* {
  direction: ltr;
}

/* Hide default dot */
.timeline-dot {
  display: none;
}

/* Image Section */
.timeline-item .timeline-image {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(10, 43, 62, 0.15);
  height: 450px;
}

.timeline-item .timeline-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.timeline-item:hover .timeline-image img {
  transform: scale(1.05);
}

.timeline-item:hover .timeline-image {
  box-shadow: 0 25px 70px rgba(10, 43, 62, 0.25);
}

/* Content Section */
.timeline-item .timeline-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Year Badge */
.timeline-content .timeline-year {
  display: inline-block;
  background: #2d6a4f;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 16px;
  width: fit-content;
}

.timeline-year-teal {
  background: #52b788;
  color: #0A2B3E;
}

.timeline-year-navy {
  background: #0A2B3E;
}

/* Title */
.timeline-content h3 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2d6a4f;
  margin-bottom: 20px;
  line-height: 1.2;
  margin-top: 0;
}

/* Description */
.timeline-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 25px;
}

/* Tags */
.timeline-content .timeline-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.timeline-tags span {
  font-size: 0.95rem;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 100px;
  background: rgba(45, 106, 79, 0.1);
  color: #2d6a4f;
  border: 1px solid rgba(45, 106, 79, 0.2);
}

.timeline-tags span i {
  margin-right: 6px;
  color: #2d6a4f;
}

.timeline-tags-teal span {
  background: rgba(82, 183, 136, 0.2);
  color: #1a4731;
  border-color: #52b788;
}

.timeline-tags-navy span {
  background: #0A2B3E;
  color: #52b788;
  border-color: #1a4a6e;
}

/* Responsive - Stack on Mobile */
@media (max-width: 992px) {
  .timeline-item {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .timeline-item:nth-child(even) {
    direction: ltr;
  }

  .timeline-item .timeline-image {
    height: 350px;
  }

  .timeline-content h3 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .history-timeline {
    gap: 60px;
    padding: 40px 0;
  }

  .timeline-item {
    gap: 30px;
  }

  .timeline-item .timeline-image {
    height: 280px;
  }

  .timeline-content h3 {
    font-size: 1.5rem;
  }

  .timeline-content p {
    font-size: 1rem;
  }
}



/* ══════════════════════════════════════════════════════════════
   5. WHY CHOOSE US SECTION
   ══════════════════════════════════════════════════════════════ */
.kausalya-choose-us-section {
  background: #ffffff;
}

.choose-us-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.choose-us-content h2 {
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 700;
  color: #2d6a4f;
  line-height: 1.2;
  margin-bottom: 20px;
}

.choose-us-content p {
  color: #5a7a8a;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 28px;
}

.choose-us-points {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.choose-us-points li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: #1a2e3d;
  font-weight: 500;
  padding: 8px 14px;
  background: rgba(45, 106, 79, 0.06);
  border-radius: 8px;
  border-left: 3px solid #2d6a4f;
}

.choose-us-points li i {
  color: #2d6a4f;
  font-size: 16px;
  flex-shrink: 0;
}

/* Fallback bullet if Font Awesome doesn't load */
.choose-us-points li:not(:has(i))::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2d6a4f;
  flex-shrink: 0;
}

.choose-us-image {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(10, 43, 62, 0.12);
}

.choose-us-image img {
  width: 100%;
  display: block;
}

/* Feature rows (fallback) */
.choose-feature {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 24px;
  padding: 20px 22px;
  border: 1px solid rgba(45, 106, 79, 0.15);
  border-radius: 14px;
  transition: box-shadow 0.25s;
}

.choose-feature:hover {
  box-shadow: 0 6px 20px rgba(45, 106, 79, 0.12);
}

.feature-icon {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 12px;
  background: rgba(45, 106, 79, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #2d6a4f;
}

.feature-icon-teal {
  background: rgba(82, 183, 136, 0.2);
  color: #1a4731;
}

.choose-feature h4 {
  font-size: 16px;
  font-weight: 700;
  color: #2d6a4f;
  margin-bottom: 4px;
}

.choose-feature p {
  font-size: 14px;
  color: #6b8899;
  margin: 0;
}

/* Stats grid (fallback) */
.choose-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.choose-stat-card {
  background: #f7fbf9;
  border: 1px solid rgba(45, 106, 79, 0.15);
  border-radius: 20px;
  padding: 32px 28px;
  text-align: center;
  transition: transform 0.25s, box-shadow 0.25s;
}

.choose-stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(45, 106, 79, 0.15);
}

.choose-stat-offset {
  margin-top: 28px;
}

.choose-stat-card i {
  font-size: 28px;
  color: #2d6a4f;
  margin-bottom: 14px;
  display: block;
}

.stat-value {
  font-size: 36px;
  font-weight: 800;
  color: #2d6a4f;
  line-height: 1;
  margin-bottom: 6px;
}

.stat-value-teal {
  color: #2d6a4f;
}

.stat-value-navy {
  color: #2d6a4f;
}

.stat-label {
  font-size: 13px;
  font-weight: 600;
  color: #6b8899;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.choose-stat-highlight {
  background: #2d6a4f;
  border-color: #2d6a4f;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.choose-stat-highlight i {
  color: #52b788;
}

.stat-label-highlight {
  font-size: 18px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 1px;
}

/* ══════════════════════════════════════════════════════════════
   6. CTA SECTION
   ══════════════════════════════════════════════════════════════ */
.kausalya-cta-section {
  padding: 100px 0;
  text-align: center;
  background: linear-gradient(to right, rgba(13, 31, 23, 0.95) 0%, rgba(13, 31, 23, 0.8) 100%), #0d1f17;
}

.cta-content {
  max-width: 640px;
  margin: 0 auto;
}

.kausalya-cta-section .clinical-badge {
  background: rgba(45, 106, 79, 0.20);
  color: #52b788;
  border: 1px solid rgba(45, 106, 79, 0.30);
}

.kausalya-cta-section h2 {
  font-size: clamp(30px, 4.5vw, 50px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.18;
  margin: 16px 0 18px;
}

.kausalya-cta-section p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 17px;
  line-height: 1.70;
  margin-bottom: 36px;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE — TABLET (≤ 960px)
   ══════════════════════════════════════════════════════════════ */
@media (max-width: 960px) {
  .kausalya-about-hero .kausalya-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-image-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .hero-image-main {
    grid-row: auto;
    height: 260px;
  }

  .hero-image-side {
    flex-direction: column;
  }

  .facilities-grid {
    grid-template-columns: 1fr 1fr;
  }

  .mission-vision-grid {
    grid-template-columns: 1fr;
  }

  .core-values-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .kausalya-mission-fallback .mission-fallback-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .choose-us-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .timeline-with-image {
    grid-template-columns: 1fr;
  }

  .kausalya-facilities-section .facilities-header {
    flex-direction: column;
    gap: 16px;
  }

  .kausalya-facilities-section .facilities-header p {
    flex: auto;
  }
}

/* ══════════════════════════════════════════════════════════════
   RESPONSIVE — MOBILE (≤ 600px)
   ══════════════════════════════════════════════════════════════ */
@media (max-width: 600px) {

  .premium-section,
  .kausalya-facilities-section,
  .kausalya-mission-section,
  .kausalya-history-section,
  .kausalya-choose-us-section,
  .kausalya-cta-section {
    padding: 60px 0;
  }

  .kausalya-container {
    padding: 0 16px;
  }

  .facilities-grid {
    grid-template-columns: 1fr;
  }

  .facility-hero-card {
    min-height: 200px;
  }

  .core-values-grid {
    grid-template-columns: 1fr;
  }

  .choose-stats-grid {
    grid-template-columns: 1fr 1fr;
  }

  .choose-stat-offset {
    margin-top: 0;
  }

  .history-timeline {
    padding-left: 32px;
  }

  .timeline-dot {
    left: -26px;
  }

  .timeline-content-wrapper {
    padding: 22px 20px;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .hero-image-grid {
    display: none;
  }
}