/* ================= SECTION TAG ================= */
.section-tag {
  display: inline-block;
  color: #28a745;
  font-weight: 600;
  padding: 2px 2px;   
  border-radius: 20px;
  font-size: 22px;     
  margin-bottom: 15px; 
}

/* ================= SECTION HEADING ================= */
.section-heading {
  font-size: 36px;
  font-weight: 800;
  color: #0d3b66;
  line-height: 1.3;
  padding-left: 10px;
  margin-bottom: 15px; 
  border-left: 5px solid #28a745;   
  padding-left: 15px;  
}

/* ================= HIGHLIGHT BOX ================= */
.highlight-section {
  background: linear-gradient(to right, #f8fbff, #ffffff);
  border-radius: 12px;
  padding: 20px;
}

/* ================= DOCTOR CARD ================= */
.doctor-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: 0.3s;
  text-align: center;
}

.doctor-card:hover {
  transform: translateY(-6px);
}

.doctor-card h6 {
  font-size: 15px;
}

.doctor-card .text-muted {
  font-size: 13px;
}

/* ================= HERO IMAGE ================= */
.hero img {
  height: 420px;
  width: 100%;
  object-fit: cover;
}

/* ================= TOP BAR ================= */
.top-bar {
  background: #0d3b66;
  color: #fff;
  font-size: 14px;
  padding: 6px 0;
}

.top-bar a {
  color: white;
  text-decoration: none;
}

/* ================= LOGO ================= */
.logo-img {
  height: 70px;
  width: 70px;
  object-fit: cover;
  border-radius: 6px;
}

/* ================= BRAND TEXT ================= */
.brand-text {
  font-size: 15px;
  line-height: 1.1;
}

.hospital-text {
  color: #28a745;
  font-size: 22px;
}

/* ================= FOOTER LOGO ================= */
.footer-logo {
  height: 40px;
  width: 38px;
  object-fit: cover;
  border-radius: 50%;
  padding: 2px;
  background: #fff;
}

/* ================= SECTION IMAGES ================= */
#senior-care img,
#about img,
#neuro img,
#ambulance img,
#rehab img,
#diagnostics img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}

/* ================= SERVICES IMAGE ================= */
#services img {
  height: 280px;
  width: 100%;
  object-fit: cover;
}

/* ================= DOCTOR IMAGES ================= */
.doctor-card img {
  height: 140px;
  width: 100%;
  object-fit: cover;
}

/* ================= BLOG IMAGES ================= */
.blog-card img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}

/* ================= GLOBAL ================= */
body {
  font-family: 'Segoe UI', sans-serif;
}

.section {
  padding: 70px 0;
}

html {
  scroll-behavior: smooth;
}

/* ================= IMPROVED NAVBAR ================= */

.navbar {
  padding: 10px 0 !important;
}

.navbar-nav {
  gap: 2px;
}

.navbar-nav .nav-link {
  font-size: 15.5px;
  font-weight: 600;
  padding: 6px 8px !important;
  color: #0d3b66 !important;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.navbar-nav .nav-link:hover {
  background: #eaf7ee;
  color: #28a745 !important;
}

.call-btn {
  font-size: 14px;
  padding: 8px 14px;
  border-radius: 8px;
  white-space: nowrap;
}

@media (min-width: 992px) {

  .navbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .navbar-collapse {
    flex-grow: 0;
  }

  .navbar-nav {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 900px;
  }
}

/* Mobile Navbar */
@media (max-width: 991px) {

  .navbar-nav {
    margin-top: 15px;
  }

  .navbar-nav .nav-link {
    padding: 10px !important;
    border-bottom: 1px solid #eee;
  }

  .call-btn {
    width: 100%;
    margin-top: 15px !important;
  }
}

/* ================= HERO ================= */
.hero {
  background: #eef5fb;
  padding: 80px 0;
}

.hero h1 {
  font-size: 42px;
  font-weight: 700;
  color: #0d3b66;
}

.hero .badge-text {
  color: #28a745;
  font-weight: 600;
  font-size: 15px;
}

/* ================= BUTTON ================= */
.btn-green {
  background: #28a745;
  color: #fff;
}

/* ================= ICON CARD ================= */
.icon-card {
  background: #f7fbff;
  padding: 15px;
  border-radius: 12px;
  text-align: center;
  font-size: 14px;
}

/* ================= SERVICES BOX ================= */
.services-box {
  background: #f7fbff;
  padding: 30px;
  border-radius: 15px;
}

/* ================= TESTIMONIAL ================= */
.testimonial {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
}

/* ================= STATS ================= */
.stats-box {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
}

/* ================= CTA ================= */
.cta-box {
  background: #0d3b66;
  color: #fff;
  padding: 40px;
  border-radius: 12px;
}

/* ================= FOOTER ================= */
footer {
  background: #0d3b66;
  color: #fff;
  padding: 60px 0;
}

footer a {
  color: #ddd;
  text-decoration: none;
}

/* ===================== WHATSAPP FLOATING BUTTON ================= */ 
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background: #25D366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 32px;
  line-height: 60px;
  z-index: 1000;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  transition: 0.3s;
}

.whatsapp-float:hover {
  background: #1ebe5d;
  color: white;
  transform: scale(1.1);
}