   
.about-hero {
  position: relative;
  width: 100%;
  height: 60vh;
  background: url('../img/web\ banner.jpg.jpeg') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* DARK + GOLD OVERLAY */
.about-overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);  /* simple overlay */
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-overlay {
  position: absolute;
  inset: 0;
}
.tlt {
  font-size: 60px;
  font-weight: 700;
  color: #d4af37; /* GOLD */
  letter-spacing: 2px;
  text-transform: uppercase;
}

@media (max-width: 576px) {

  .about-hero {
    height: 35vh; /* smaller height for mobile */
    margin-top: 70px; /* adjust if navbar overlaps */
  }

.tlt {
    font-size: 28px;
    letter-spacing: 1px;
  }

  .about-subtitle {
    font-size: 14px;
    padding: 0 10px; /* prevents text touching edges */
  }

  .about-overlay {
    padding: 0 15px;
    text-align: center;
  }
}






    /* ========== ABOUT HOSPITAL PAGE - PREMIUM DESIGN ========== */
    .about-hospital-page {
      padding: 80px 0 100px;
      background: linear-gradient(145deg, #FFFBF5 0%, #FEF7EC 100%);
      position: relative;
    }

    /* Decorative elements */
    .about-hospital-page::before {

      font-size: 220px;
      position: absolute;
      top: 0;
      right: 0;
      opacity: 0.02;
      pointer-events: none;
    }

    .section-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(212, 175, 55, 0.12);
      padding: 8px 20px;
      border-radius: 60px;
      font-size: 0.75rem;
      font-weight: 600;
      color: #C9A03D;
      letter-spacing: 1px;
      margin-bottom: 20px;
    }

    .section-title {
      font-family: 'Cormorant Garamond', serif;
      font-size: 2.8rem;
      font-weight: 700;
      background: linear-gradient(135deg, #2C2A27, #B8860B);
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent;
      margin-bottom: 25px;
      letter-spacing: -0.3px;
    }

    .section-subtitle {
      color: #7D6B4A;
      font-size: 1rem;
      line-height: 1.6;
      margin-bottom: 30px;
    }

    /* Hero Image Section */
    .hospital-hero-img {
      border-radius: 32px;
      overflow: hidden;
      box-shadow: 0 30px 45px -20px rgba(0, 0, 0, 0.2);
      border: 1px solid rgba(212, 175, 55, 0.2);
    }

    .hospital-hero-img img {
      width: 100%;
      height: auto;
      object-fit: cover;
      transition: transform 0.6s;
    }

    .hospital-hero-img:hover img {
      transform: scale(1.02);
    }

    /* Stats Cards */
    .stats-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      margin: 50px 0;
    }

    .stat-card {
      background: #FFFFFF;
      border-radius: 28px;
      padding: 28px 20px;
      text-align: center;
      box-shadow: 0 10px 25px -8px rgba(0, 0, 0, 0.05);
      border: 1px solid rgba(212, 175, 55, 0.15);
      transition: all 0.3s;
    }

    .stat-card:hover {
      transform: translateY(-5px);
      border-color: rgba(212, 175, 55, 0.4);
      box-shadow: 0 20px 35px -12px rgba(212, 175, 55, 0.15);
    }

    .stat-icon {
      width: 65px;
      height: 65px;
      background: linear-gradient(135deg, #FFF4E0, #FFEBC4);
      border-radius: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 15px;
    }

    .stat-icon i {
      font-size: 28px;
      color: #D4AF37;
    }

    .stat-number {
      font-size: 2rem;
      font-weight: 800;
      color: #2C2A27;
      margin-bottom: 5px;
    }

    .stat-label {
      font-size: 0.8rem;
      color: #A28C6A;
      font-weight: 500;
    }

    /* Service Categories Grid */
    .services-categories {
      margin: 50px 0;
    }

    .category-group {
      background: #FFFFFF;
      border-radius: 28px;
      padding: 28px;
      margin-bottom: 30px;
      border: 1px solid rgba(212, 175, 55, 0.12);
      transition: all 0.3s;
    }

    .category-group:hover {
      border-color: rgba(212, 175, 55, 0.3);
      box-shadow: 0 15px 30px -12px rgba(0, 0, 0, 0.08);
    }

    .category-header {
      display: flex;
      align-items: center;
      gap: 15px;
      margin-bottom: 20px;
      padding-bottom: 15px;
      border-bottom: 2px solid rgba(212, 175, 55, 0.2);
    }

    .category-icon {
      width: 50px;
      height: 50px;
      background: linear-gradient(135deg, #FFF4E0, #FFEBC4);
      border-radius: 18px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .category-icon i {
      font-size: 24px;
      color: #D4AF37;
    }

    .category-header h3 {
      font-size: 1.4rem;
      font-weight: 700;
      margin: 0;
      color: #2C2A27;
    }

    .service-tags {
      display: flex;
      flex-wrap: wrap;
      gap: 12px;
    }

    .service-tag {
      background: rgba(212, 175, 55, 0.08);
      padding: 8px 18px;
      border-radius: 40px;
      font-size: 0.8rem;
      font-weight: 500;
      color: #5A4A2E;
      transition: all 0.3s;
    }

    .service-tag:hover {
      background: rgba(212, 175, 55, 0.2);
      transform: translateX(3px);
    }

    /* Location Card */
    .location-card {
      background: linear-gradient(135deg, #FFFFFF, #FFFBF5);
      border-radius: 28px;
      padding: 32px;
      margin-top: 40px;
      border: 1px solid rgba(212, 175, 55, 0.2);
    }

    .location-icon {
      width: 70px;
      height: 70px;
      background: linear-gradient(135deg, #D4AF37, #F3D572);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px;
    }

    .location-icon i {
      font-size: 30px;
      color: #2C2A27;
    }

    .address-text {
      font-size: 1rem;
      color: #5A4A2E;
      line-height: 1.6;
    }

    .direction-link {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-top: 20px;
      color: #D4AF37;
      text-decoration: none;
      font-weight: 600;
      transition: gap 0.3s;
    }

    .direction-link:hover {
      gap: 15px;
      color: #B8860B;
    }

    /* Image Gallery */
    .gallery-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      margin-top: 30px;
    }

    .gallery-item {
      border-radius: 24px;
      overflow: hidden;
      height: 200px;
      cursor: pointer;
    }

    .gallery-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.5s;
    }

    .gallery-item:hover img {
      transform: scale(1.08);
    }

    /* Responsive */
    @media (max-width: 992px) {
      .stats-grid {
        grid-template-columns: repeat(2, 1fr);
      }
      .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
      }
      .section-title {
        font-size: 2.3rem;
      }
    }

    @media (max-width: 768px) {
      .about-hospital-page {
        padding: 50px 0 70px;
      }
      .stats-grid {
        grid-template-columns: 1fr;
      }
      .gallery-grid {
        grid-template-columns: 1fr;
      }
      .section-title {
        font-size: 1.8rem;
      }
      .category-header h3 {
        font-size: 1.2rem;
      }
    }

    /* Gold accent line */
    .gold-line {
      width: 80px;
      height: 3px;
      background: linear-gradient(90deg, #D4AF37, #F3D572);
      margin: 20px 0;
    }

    .highlight-text {
      color: #D4AF37;
      font-weight: 600;
    }