        :root {
            --primary: #6DC9F0;
            --secondary: #28a745;
        }
        body { font-family: 'Segoe UI', sans-serif; }
        .navbar { background-color: white;}
        .nav-link { color:#36454F !important;}
.hero {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), 
                url('../images/banner-bg.jpg') center/cover no-repeat;
    color: white;
    text-align: center;
    min-height: 100vh;                    /* forces full height */
    padding: 120px 20px;                  /* smaller but responsive padding */
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-attachment: fixed;         /* optional: parallax effect (be careful on mobile) */
}
        
        .hero-services {
            background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../images/banner-services-bg.jpg') center/cover no-repeat;
            color: white;
            padding: 200px 0;
            text-align: center;
        }
        .hero-packages {
            background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../images/banner-packages-bg.jpg') center/cover no-repeat;
            color: white;
            padding: 200px 0;
            text-align: center;
        }
        .hero-doctors {
            background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../images/banner-doctors-bg.jpg') center/cover no-repeat;
            color: white;
            padding: 200px 0;
            text-align: center;
        } 
        .hero-about {
            background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../images/banner-aboutus-bg.jpg') center/cover no-repeat;
            color: white;
            padding: 200px 0;
            text-align: center;
        }
        .hero-contact {
            background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../images/banner-contactus-bg.jpg') center/cover no-repeat;
            color: white;
            padding: 200px 0;
            text-align: center;
        }        
        .btn-whatsapp {
            background-color: #25D366;
            color: white;
            font-weight: bold;
        }
        .btn-whatsapp:hover { background-color: #1da851; color: white; }
        .service-img { border-radius: 15px; box-shadow: 0 8px 20px rgba(0,0,0,0.15); }
        .package-card {
            transition: transform 0.3s;
            border: none;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }
        .package-card:hover { transform: translateY(-10px); }
        .card {transition: transform 0.3s;}
        .card:hover {transform: translateY(-10px);}
       
        .doctor-img {
            width: 180px;
            height: 180px;
            object-fit: cover;
            border-radius: 50%;
            border: 5px solid var(--primary);
        }
        .card-title {
            color:#6DC9F0 !important;
        }

    .section-title {
            color: #00a0b0;
            font-weight: 800;
            text-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
        .doctor-card {
            border: none;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 10px 25px rgba(0,0,0,0.15);
            transition: transform 0.3s, box-shadow 0.3s;
            background: white;
        }
        .doctor-card:hover {
            transform: translateY(-12px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.2);
        }
        .doctor-img {
            width: 50%;
            height:50%;
            object-fit: cover;
        }
        .doctor-name {
            color: #00695c;
            font-weight: 700;
            margin-bottom: 8px;
        }
        .qualification {
            color: #e65100;
            font-weight: 600;
            font-size: 0.95rem;
        }
        .specialty {
            color: #2e7d32;
            font-size: 0.95rem;
            margin-top: 10px;
        }


.service-card {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  background-color: #fefefe;
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
  max-width: 700px;
  margin: 30px auto;
  overflow: hidden;
  font-family: 'Segoe UI', sans-serif;
}

.service-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.service-content {
  padding: 24px;
}

.service-content h2 {
  font-size: 2em;
  color: #3e5c76;
  margin-bottom: 12px;
}

.service-content p {
  font-size: 1.1em;
  color: #333;
  line-height: 1.7;
}



.tagline {
      font-size: 1.3rem;
      opacity: 0.9;
    }
    .info {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
      margin: 40px 0;
    }
.box {
  background: #f8fbff;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 0 10px #6DC9F0;
}
    .box h3 {
      color: #6DC9F0;
      margin-bottom: 12px;
      font-size: 1.4rem;
    }
    .box a {
      color: black;
      text-decoration: none;
      font-weight: bold;
    }
    .map {
      margin: 50px 0;
      height: 480px;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    }
.about-section {
  text-align: left;
  padding: 60px 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.about-content p {
  margin-bottom: 1.5rem;
  line-height: 1.7;
  color: #444;
}

.about-content blockquote {
  margin: 2.5rem 0;
  padding-left: 2rem;
  border-left: 4px solid #0077cc;
  font-size: 1.1em;
  color: #555;
  font-style: italic;
}
footer { background-color: white; color: black !important; }


@media (max-width: 768px) {
  .mobile-view {
    text-align: center;
    padding: 20px;
  }
  .mobile-view h2 {
    font-size: 1.5rem;
  }
  .mobile-view p,
  .mobile-view blockquote {
    font-size: 1rem;
    line-height: 1.6;
  }
}        

/* Make hamburger icon black on mobile */
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23000' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* Optional: also make the toggler border black */
.navbar-toggler {
    border-color: rgba(0, 0, 0, 0.5) !important;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.1) !important;
}

/* ANIMATIONS */

/* Image fade-in on load */
.fade-in-image {
  opacity: 0;
  animation: fadeIn 1.5s ease-out forwards;
}

/* Scroll-triggered animations */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Different animation variants */
.fade-up {
  transform: translateY(60px);
}

.slide-left {
  transform: translateX(-100px);
}

.slide-right {
  transform: translateX(100px);
}

.scale-in {
  transform: scale(0.7);
}

/* Delays for staggered animations */
.delay-1 { transition-delay: 0.2s; }
.delay-2 { transition-delay: 0.4s; }
.delay-3 { transition-delay: 0.6s; }

/* Keyframes for initial image fade-in */
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

/* Optional: Add subtle hover effect */
.animate-on-scroll.visible:hover {
  transform: translateY(-5px) scale(1.02);
  transition: transform 0.3s ease;
}


/* Base hero styles – shared */
.hero,
.hero-services,
.hero-packages,
.hero-doctors,
.hero-about,
.hero-contact {
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), 
                url('../images/banner-bg.jpg') center/cover no-repeat;
    color: white;
    text-align: center;

    /* min-height: 100vh;
    padding: 0 20px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    /* Start invisible – flash works everywhere */
    opacity: 0;
    
    /* Flash animation always runs */
    animation: flashIn 1.3s ease-out forwards;
}

/* Individual page backgrounds */
.hero-services { background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../images/banner-services-bg.jpg'); }
.hero-packages { background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../images/banner-packages-bg.jpg'); }
.hero-doctors  { background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../images/banner-doctors-bg.jpg'); }
.hero-about    { background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../images/banner-aboutus-bg.jpg'); }
.hero-contact  { background-image: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url('../images/banner-contactus-bg.jpg'); }

/* Flash effect – runs on all devices */
@keyframes flashIn {
    0%   { opacity: 0; }
    30%  { opacity: 0.4; }
    60%  { opacity: 1; }
    100% { opacity: 1; }
}

/* ================ ZOOM ONLY ON DESKTOP (≥769px) ================ */
@media (min-width: 769px) {
    .hero,
    .hero-services,
    .hero-packages,
    .hero-doctors,
    .hero-about,
    .hero-contact {
        background-size: 155%;                 /* Start zoomed on desktop only */
        animation: flashIn 1.3s ease-out forwards,
                   zoomIn   5s    ease-out 0.6s forwards;   /* Zoom runs after flash */
    }

    @keyframes zoomIn {
        from { background-size: 155%; }
        to   { background-size: 135%; }
    }
}