 :root {
            --medical-primary: #059669;
            --medical-dark: #064e3b;
            --clinical-blue: #0284c7;
            --cta-blue-bg: #0b6293;
            --footer-dark-bg: #0e1626;
        }
        body {
            background-color: #f8fafc;
            font-family: system-ui, -apple-system, sans-serif;
        }
        .bg-medical-dark {
            background-color: #195481 !important;
        }
        .text-medical {
            color: #10d2be;
        }
        .btn-medical {
            background-color: #10d2be;
            color: white;
            border: none;
            font-weight: 700;
        }
        .btn-medical:hover {
            background-color: #195481 !important;
            color: white;
        }
      .inner-page-banner {
            position: relative;
            background-image: url('https://images.unsplash.com/photo-1519494026892-80bbd2d6fd0d?auto=format&fit=crop&w=1600&q=80');
            background-size: cover;
            background-position: center 35%;
            height: 180px; /* Compact structural height */
            display: flex;
            align-items: center;
        }
        .inner-page-banner::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to right, rgba(14, 22, 38, 0.92) 30%, rgba(25, 84, 129, 0.75) 100%);
            z-index: 1;
        }
        .inner-page-banner .container {
            position: relative;
            z-index: 2;
        }
        .banner-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
            color: rgba(255, 255, 255, 0.5);
            content: "\f105";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            font-size: 0.75rem;
        }
        /* Premium Parallax Effect Styling */
        .parallax-window {
            height: 400px;
            background-attachment: fixed;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            position: relative;
        }
        .parallax-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(rgb(16 210 190 / 76%), rgb(25 84 129 / 82%));
        }
        /* Continuous Corporate Logo Slider Animation */
        .logo-slider-track {
            display: flex;
            width: calc(250px * 10);
            animation: scrollLogos 25s linear infinite;
        }
        .logo-slider-track:hover {
            animation-play-state: paused;
        }
        .logo-item {
            width: 250px;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 0 20px;
        }
        .logo-item i {
            font-size: 2.2rem;
            color: #94a3b8;
            transition: color 0.2s;
        }
        .logo-item:hover i {
            color: #10d2be;
        }
        @keyframes scrollLogos {
            0% {
                transform: translateX(0);
            }
            100% {
                transform: translateX(calc(-250px * 5));
            }
        }
        /* Medical Dynamic Components Styling */
        .department-card {
            transition: all 0.3s;
            border: 1px solid #e2e8f0;
            border-radius: 16px;
            min-height: 190px;
        }
        .department-card:hover {
            transform: translateY(-5px);
            border-color: #10d2be;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
        }
        .doctor-img {
            height: 280px;
            object-fit: contain;
            object-position: top;
        }
        .testimonial-card {
            border-radius: 16px;
            background-color: #fff;
            border: none;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
        }
        /* Custom Arrow Controls for Sliders */
        .carousel-custom-btn {
            width: 40px;
            height: 40px;
            background-color: #ffffff;
            border: 1px solid #e2e8f0;
            border-radius: 50%;
            color: #1e293b;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transition: all 0.2s;
        }
        .carousel-custom-btn:hover {
            background-color: #10d1bd;
            color: #ffffff;
            border-color: #10d1bd;
        }
        /* Hospital Slider Image Sizing */
        .hospital-slider-img {
            height: 480px;
            object-fit: cover;
        }
        .carousel-caption-glow {
            background: linear-gradient(to top, rgba(15, 23, 42, 0.95) 0%, rgba(15, 23, 42, 0.6) 70%, rgba(15, 23, 42, 0) 100%);
            padding-bottom: 3rem !important;
        }
        /* About Us Section Custom Image Frame */
        .about-img-frame {
            border-radius: 24px;
            box-shadow: 0 20px 40px rgba(15, 23, 42, 0.08);
            object-fit: cover;
            height: 440px;
        }
        /* Screenshot Specific Layout Styles */
        .bg-screenshot-blue {
            background-color: #10d1be !important;
        }
        .bg-screenshot-dark {
            background-color: #195481 !important;
        }
        .btn-screenshot-white {
            background-color: #ffffff;
            color: #0b6293;
            font-weight: 600;
            border: none;
            transition: background 0.2s;
        }
        .btn-screenshot-white:hover {
            background-color: #e2e8f0;
            color: #0b6293;
        }
        .btn-screenshot-outline {
            background-color: transparent;
            color: #ffffff;
            border: 1px solid rgba(255, 255, 255, 0.6);
            font-weight: 600;
            transition: background 0.2s;
        }
        .btn-screenshot-outline:hover {
            background-color: rgba(255, 255, 255, 0.1);
            color: #ffffff;
            border-color: #ffffff;
        }
        .footer-header-text {
            font-size: 0.85rem;
            font-weight: 700;
            color: #ffffff;
            letter-spacing: 0.5px;
        }
        .footer-link-item {
            color: #9ca3af;
            text-decoration: none;
            font-size: 0.85rem;
            display: block;
            margin-bottom: 0.5rem;
            transition: color 0.15s;
        }
        .footer-link-item:hover {
            color: #ffffff;
        }
.text-success {
    color: #195481 !important;
}
.border-success {
    border-color:  #10d2be !important;
}
.bg-success {
    --bs-bg-opacity: 1;
    background-color:  #10d2be !important;
}
.hover-bg:hover {
    background-color: #f8f9fa;
}
         /* Medical Component & Highlights Styling */
        .spec-badge {
            background-color: #f0fdf4;
            color: #10d2be;
            border: 1px solid #bbf7d0;
            font-size: 0.85rem;
            padding: 0.4rem 0.8rem;
            border-radius: 8px;
            font-weight: 500;
            display: inline-block;
        }
        .hospital-feature-icon {
            width: 48px;
            height: 48px;
            background-color: #ecfeff;
            color: #0891b2;
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.25rem;
        }
        /* Infrastructure Slider Image Framework */
        .infra-slider-img {
            height: 240px;
            object-fit: cover;
            border-radius: 12px;
            width: 100%;
        }
        /* Dynamic Custom Slider Indicators overrides */
        .carousel-dark-indicators [data-bs-target] {
            background-color: #195481;
            width: 10px;
            height: 10px;
            border-radius: 50%;
        }
        .doctor-card-img {
            height: 220px;
            object-fit: cover;
            object-position: top;
            background-color: #e2e8f0;
        }
         #departments {
        position: relative;
        padding: 0 50px; /* Leaves clean breathing room for navigation arrows */
    }
    .departments-swiper,
    .hospital-department-swiper,
    .hospital-doctor-swiper {
        width: 100%;
        height: auto;
    }
    /* Fixes Swiper navigation icon sizes to look clean like Bootstrap */
   .swiper-button-next, 
   .swiper-button-prev {
    position: relative !important;
    width: 20px  !important;
    height: 20px  !important;
   }
      .swiper-button-next {
        right: 0;
      }
      .swiper-button-prev {
        left: -20px;
      }
.consultation-card {
        max-width: 550px;
        margin: 20px auto;
        background: #ffffff;
        border-radius: 12px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
        padding: 40px;
    }
    .consultation-card h2 {
        font-family: 'Georgia', serif;
        font-weight: 700;
        text-align: center;
        color: #000;
        margin-bottom: 30px;
    }
    .consultation-card label {
        font-weight: 600;
        color: #333;
        margin-bottom: 8px;
    }
    .consultation-card .form-control {
        padding: 12px 16px;
        border: 1px solid #ced4da;
        border-radius: 6px;
    }
    
     /* Style overrides matching intl-tel-input full-width sizing */
    .iti { width: 100% !important; }
    .form-control:focus {
        border-color: #198754;
        box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
    }
        