  /* Loader Overlay */
    #medicalLoader {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9999;
      width: 100%;
      height: 100%;
      background-color: #e6f2ff;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: opacity 0.5s ease;
    }

    #medicalLoader.hidden {
      opacity: 0;
      visibility: hidden;
    }

    .loader-wrapper {
      display: flex;
      align-items: center;
      gap: 15px;
      font-family: 'Segoe UI', sans-serif;
    }

    .heartbeat {
      width: 60px;
      height: 60px;
      border: 6px solid #1d4ed8;
      border-radius: 50%;
      animation: pulse 1.2s infinite;
      position: relative;
    }

    .heartbeat::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 24px;
      height: 24px;
      background: #1d4ed8;
      border-radius: 50%;
      transform: translate(-50%, -50%);
    }

    @keyframes pulse {
      0% {
        transform: scale(1);
        opacity: 1;
      }
      50% {
        transform: scale(1.2);
        opacity: 0.6;
      }
      100% {
        transform: scale(1);
        opacity: 1;
      }
    }

    .loader-text {
      font-size: 1.2rem;
      font-weight: 600;
      color: #1d4ed8;
      animation: blink 1.2s infinite;
    }

    @keyframes blink {
      0%, 100% { opacity: 1; }
      50% { opacity: 0.3; }
    }

    /* Page Styles */
    body {
      font-family: 'Segoe UI', sans-serif;
      scroll-behavior: smooth;
    }

    .hero {
      background: url('/images/bg2.png') no-repeat center center/cover;
      color: white;
      padding: 120px 0;
      text-align: center;
      position: relative;
    }

    .hero::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.5);
    }

    .hero .container {
      position: relative;
      z-index: 2;
    }

    .btn-primary {
      background-color: #1d4ed8;
      border-color: #1d4ed8;
    }

    .services .card {
      border: none;
      text-align: center;
    }

    .media img {
      width: 100%;
      border-radius: 12px;
    }

    footer {
      background: #1e3a8a;
      color: white;
      padding: 40px 0;
    }

    .navbar {
      background-color: #1e3a8a;
    }

    .navbar .nav-link {
      color: white !important;
      margin: 0 10px;
    }

    .navbar .nav-link:hover {
      text-decoration: underline;
    }

    .navbar-brand {
      color: white !important;
      font-weight: bold;
      font-size: 1.4rem;
    }

    .navbar-toggler {
      background-color: white;
    }

    .scrolling-wrapper {
      scroll-behavior: smooth;
      scrollbar-width: thin;
      scrollbar-color: #ccc transparent;
      padding-bottom: 10px;
      overflow-x: auto;
    }

    .scrolling-wrapper::-webkit-scrollbar {
      height: 6px;
    }

    .scrolling-wrapper::-webkit-scrollbar-thumb {
      background-color: #ccc;
      border-radius: 10px;
    }

    .glass-card {
      background: rgba(255, 255, 255, 0.07);
      border: 1px solid rgba(255, 255, 255, 0.12);
      backdrop-filter: blur(6px);
      -webkit-backdrop-filter: blur(6px);
      padding: 20px;
      width: 280px;
      border-radius: 16px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .glass-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 8px 20px rgba(255, 255, 255, 0.08);
    }

    .icon-box {
      width: 60px;
      height: 60px;
      background: #1e90ff;
      color: white;
      font-size: 28px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
    }
        .profile-img {
      max-width: 300px;
      border: 5px solid white;
      border-radius: 10px;
    }
    .highlight {
      background: #1e3a8a;
      color: white;
      padding: 60px 20px;
      border-radius: 1rem;
    }
    .highlight h3 {
      color: #4dd0e1;
    }
    .hero {
      background: url('/images/bg2.png') no-repeat center center/cover;
      color: white;
      padding: 120px 0;
      text-align: center;
      position: relative;
    }

    .hero::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.5);
    }

    .hero .container {
      position: relative;
      z-index: 2;
    }

    .section-title {
      color: #1d4ed8;
      font-weight: 700;
      text-align: center;
      margin-bottom: 2rem;
    }

    .service-card {
      background: #fff;
      border: none;
      border-radius: 1rem;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s, box-shadow 0.3s;
    }

    .service-card:hover {
      transform: translateY(-10px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    }

    .service-icon {
      font-size: 2.5rem;
      color: #1d4ed8;
    }

    .fade-in {
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 0.6s ease-out, transform 0.6s ease-out;
    }

    .fade-in.show {
      opacity: 1;
      transform: none;
    }

    #medicalLoader {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 9999;
      width: 100%;
      height: 100%;
      background-color: #e6f2ff;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: opacity 0.5s ease;
    }

    #medicalLoader.hidden {
      opacity: 0;
      visibility: hidden;
    }

    .loader-wrapper {
      display: flex;
      align-items: center;
      gap: 15px;
      font-family: 'Segoe UI', sans-serif;
    }

    .heartbeat {
      width: 60px;
      height: 60px;
      border: 6px solid #1d4ed8;
      border-radius: 50%;
      animation: pulse 1.2s infinite;
      position: relative;
    }

    .heartbeat::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 24px;
      height: 24px;
      background: #1d4ed8;
      border-radius: 50%;
      transform: translate(-50%, -50%);
    }
.hero-section {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-blend-mode: overlay;
}

/* Sliding wrapper controls size (60% of hero) */
.sliding-wrapper {
    height: 60vh;
    width: 100vw;
    pointer-events: none;
}

/* Scrolling container */
.sliding-images {
    display: flex;
    animation: scroll-left 30s linear infinite;
}

/* Image style */
.sliding-img {
    height: 60vh;
    width: auto;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

/* Scroll animation */
@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-50%);
    }
}
.hero-section .cover {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(48, 48, 49, 0.8); /* semi-transparent overlay */
    z-index: 1;
}

/* Responsive for small devices */
@media (max-width: 768px) {
    .sliding-img {
        height: 40vh;
    }
}


    @keyframes pulse {
      0% {
        transform: scale(1);
        opacity: 1;
      }
      50% {
        transform: scale(1.2);
        opacity: 0.6;
      }
      100% {
        transform: scale(1);
        opacity: 1;
      }
    }
    
    #contact {
      background-color: #f8f9fa;
      padding: 60px 0;
    }
    iframe {
      border-radius: 12px;
      width: 100%;
      min-height: 350px;
    }
    .form-control {
      border-radius: 0.75rem;
    }
    .btn-primary {
      background-color: #1e3a8a;
      border-color: #1e3a8a;
    }
    .btn-primary:hover {
      background-color: #163172;
      border-color: #163172;
    }
    .contact-info {
      background: #1e3a8a;
      color: white;
      padding: 30px;
      border-radius: 0.75rem;
      margin-bottom: 30px;
    }
    .contact-info i {
      margin-right: 10px;
    }
    .social-icons a {
      color: white;
      margin-right: 15px;
      font-size: 1.2rem;
    }
    .social-icons a:hover {
      color: #4dd0e1;
    }