/* Header wrapper */
.hospital-header {
  z-index: 1030;
}

/* Navbar */
.hospital-header .navbar {
  height: 72px;
  font-family: 'Inter', sans-serif;
}

/* Nav links */
.hospital-header .nav-link {
  font-size: 15px;
  font-weight: 500;
  color: #2f2f2f;
  transition: color 0.2s ease;
}

.hospital-header .nav-link:hover {
  color: #0f9d94; /* teal medical */
}
section.faq-section {
    margin-bottom: 40px;
}
/* CTA Button */
.btn-consultation {
  background-color: #0f9d94;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 8px;
  border: none;
  transition: background 0.2s ease;
}

.btn-consultation:hover {
  background-color: #0c857e;
  color: #ffffff;
}

/* Body offset for fixed header */
body {
  padding-top: 72px;
}
.cabg-hero {
  background: url("../img/cabg-bg.png") center center / cover no-repeat;
  padding: 80px 0;
  position: relative;
      background-color: #f8f8f8;
}
.btn-primary, .bg-primary{
    background-color: #1D7380 !important;
}
.pulse-modal {
  border-radius: 14px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.pulse-modal h5 {
  color: #0b3c6f;
}

.pulse-modal .btn-success {
  background-color: #25D366;
  border: none;
}
.whatsapp-btn{
    background-color: #C52220;
}
@media (max-width: 767.98px) {
  .filler {
    background: #ffffffd1;
    margin-top: 35px;
  }
}
.cabg-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  color: #0b2b5b;
  margin-bottom: 20px;
}

.cabg-points {
  list-style: disc;
  padding-left: 20px;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: #0b2b5b;
}

.cabg-points li {
  margin-bottom: 10px;
}

.whatsapp-btn {
  margin-top: 20px;
  padding: 12px 22px;
  font-weight: 600;
}

.enquiry-box {
  background: #ffffff;
  padding: 25px;
  border-radius: 6px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
  font-family: 'Inter', sans-serif;
}

.enquiry-box h4 {
  text-align: center;
  margin-bottom: 15px;
  font-weight: 600;
}

.enquiry-box .form-control {
  margin-bottom: 12px;
}

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

@media (max-width: 991px) {
  .cabg-hero {
    padding: 50px 0;
  }

  .cabg-hero h1 {
    font-size: 32px;
  }

  .enquiry-box {
    margin-top: 30px;
  }
}
.stats-strip {
  background: #f8f8f8; /* light hospital blue */
  padding: 35px 0;
}

.stat-item h2 {
  font-family: 'Poppins', serif;
  font-size: 34px;
  font-weight: 700;
  color: #1D7380;
  margin-bottom: 5px;
}

.stat-item p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
}

/* Vertical Divider */
@media (min-width: 768px) {
  .divider {
    border-left: 2px solid #1D7380;
  }
}
.doctor-section {
  padding: 70px 0;
  background: #f4fbfc;
  font-family: 'Poppins', sans-serif;
}

.section-title {
  font-weight: 700;
  color: #1D7380;
  margin-bottom: 40px;
}

.doctor-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  height: 100%;
}

.doctor-img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}

.doctor-card h5 {
  color: #1D7380;
  font-weight: 600;
  font-size: 16px;
}

.qualification {
  font-size: 13px;
  color: #444;
  margin-bottom: 5px;
}

.designation {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.exp-badge {
  display: inline-block;
  margin: 12px 0;
  padding: 6px 15px;
  background: #e6f3f5;
  color: #1D7380;
  font-size: 12px;
  border-radius: 20px;
}

.book-btn {
  background: #1D7380;
  color: #fff;
  font-size: 14px;
  padding: 10px 18px;
  border-radius: 6px;
}

.book-btn:hover {
  background: #155c66;
  color: #fff;
}
.exp-badge{
  display:none;
}
.swiper-slide {
  height: auto;
}

.doctor-card {
  height: 100%;
}