 :root {
            --primary-teal: #AC2388;
            --dark-teal: #0a5c5f;
            --nav-font-size: 15px;
            --btn-font-size: 15px;
        }
        
        body {
            padding-top: 0; /* Space for fixed header */
        }
        
        /* Top Info Bar */
        .top-bar {
            background-color: #AC2388;
            color: white;
            padding: 10px 0;
            font-size: 14px;
        }
        
        .top-bar a {
            color: white;
            text-decoration: none;
            margin-right: 25px;
            display: inline-flex;
            align-items: center;
        }
        
        .top-bar a i {
            margin-right: 8px;
        }
        
        .top-bar a:hover {
            opacity: 0.8;
        }
        
        .social-links a {
            color: white;
            margin-left: -8px;
            font-size: 16px;
        }
        
        .social-links a:hover {
            opacity: 0.8;
        }
        /* Google Translate Styling */
        .google-translate-container {
            display: inline-block;
            margin-left: 15px;
        }

        #google_translate_element {
            display: inline-block;
        }

        /* Override Google Translate default styles */
        .goog-te-gadget {
            font-family: Arial, sans-serif !important;
            font-size: 0 !important;
        }

        .goog-te-gadget-simple {
            background-color: white !important;
            border: none !important;
            padding: 5px 10px !important;
            border-radius: 4px !important;
            font-size: 14px !important;
            display: inline-flex !important;
            align-items: center !important;
            cursor: pointer !important;
        }

        .goog-te-gadget-simple:hover {
            background-color: #f0f0f0 !important;
        }

        .goog-te-gadget-simple .goog-te-menu-value {
            color: #333 !important;
            font-size: 14px !important;
        }

        .goog-te-gadget-simple .goog-te-menu-value span {
            color: #333 !important;
        }

        .goog-te-gadget-simple img {
            display: inline-block !important;
            margin-right: 5px !important;
        }

        /* Hide Google Translate banner */
        .goog-te-banner-frame {
            display: none !important;
        }

       /* Custom dropdown arrow */
        .goog-te-gadget-icon {
            background-image: none !important;
            margin-right: 5px !important;
        }

        /* Main Navigation */
      
           .main-header {
    position: sticky;
    top: 0;                 /* ✅ REQUIRED */
    z-index: 999;
    background-color: white;
     --bs-nav-link-font-size: var(--nav-font-size);
}
           
            
        
        
        .navbar-brand {
            font-size: 28px;
            font-weight: 700;
            color: #000 !important;
            letter-spacing: 1px;
        }
        
        .logo-img {
            height: 42px;
            max-width: 200px;
            object-fit: contain;
        }
        
        .navbar-nav .nav-link {
            color: #333;
            font-weight: 400;
            padding: 8px 20px !important;
            margin: 0 5px;
            position: relative;
            transition: color 0.3s ease;
            
    
        }
        
        .navbar-nav .nav-link:hover,
        .navbar-nav .nav-link.active {
            color: var(--primary-teal);
        }
        
        .navbar-nav .nav-link.active::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 20px;
            right: 20px;
            height: 2px;
            background-color: var(--primary-teal);
        }
 /* Book Consultation Button */
.btn-consultations {
    border: 2px solid #AC2388;
    color: #AC2388;
    padding: 5px 15px;
    font-weight: 500;
    border-radius: 5px;
    background-color: white;
    text-decoration: none;
    display: inline-block;
    transition: none; /* Remove any transitions */
    font-size: var(--btn-font-size);
}

/* Override all hover/focus/active states */
.btn-consultations:hover {
    background-color: var(--primary-teal);
    color: white;
    border-color: var(--primary-teal);
}     
        
        #bannerCarousel {
            margin-top: 0; /* Height of fixed header (top-bar + navbar) */
        }
        
        /* Mobile Menu Toggle */
        .navbar-toggler {
            border-color: var(--primary-teal);
        }
        
        .navbar-toggler:focus {
            box-shadow: 0 0 0 0.15rem rgba(13, 115, 119, 0.25);
        }
        
        .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='rgba(13, 115, 119, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        }
        

/*********************************************************/
            Banner css
/**********************************************************/
        
       .carousel-container {
            position: relative;
            width: 100%;
            overflow: hidden;
        }

        /* Carousel items */
        .carousel-item {
            height: 515px;
            position: relative;
        }

        .carousel-item img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* Show desktop images by default */
        .carousel-item .mobile-img {
            display: none;
        }

        /* Carousel controls styling */
        .carousel-control-prev,
        .carousel-control-next {
            width: 30px;
            height: 30px;
            top: 50%;
            transform: translateY(-50%);
            opacity: 0.8;
        }

        .carousel-control-prev {
            left: 20px;
        }

        .carousel-control-next {
            right: 20px;
        }

        .carousel-control-prev-icon,
        .carousel-control-next-icon {
            background-color: rgba(0, 0, 0, 0.5);
            border-radius: 50%;
            padding: 20px;
            width: 28px;
            height: 28px;
        }

        .carousel-control-prev:hover,
        .carousel-control-next:hover {
            opacity: 1;
        }

        /* Carousel indicators */
        .carousel-indicators {
            bottom: 30px;
        }

        .carousel-indicators button {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.6);
            border: none;
            margin: 0 5px;
        }

        .carousel-indicators button.active {
            background-color: #fff;
            width: 14px;
            height: 14px;
        }

        /* Content on carousel */
        .carousel-content {
            position: absolute;
            left: 8%;
            top: 50%;
            transform: translateY(-50%);
            color: white;
            max-width: 550px;
            z-index: 5;
        }

        .carousel-content h1 {
            font-size: 48px;
            font-weight: 700;
            margin-bottom: 15px;
            line-height: 1.2;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        }

        .carousel-content p {
            font-size: 20px;
            margin-bottom: 0;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
        }

/*======================================================
   Header css
=======================================================*/
@media (max-width: 1199px) {
    .top-bar {
        font-size: 13px;
        padding: 8px 0;
    }
    
    .top-bar a {
        margin-right: 15px;
    }
    
    .navbar-brand {
        font-size: 24px;
    }
    
    .logo-img {
        height: 38px;
        max-width: 180px;
    }
    
    .navbar-nav .nav-link {
        padding: 8px 15px !important;
        margin: 0 2px;
    }
    
    .btn-consultations {
        padding: 5px 12px;
        font-size: 14px;
    }
    
    .google-translate-container {
        margin-left: 10px;
    }
}

/* Small to Medium Devices (768px to 991px) - Tablets Portrait */
@media (max-width: 991px) {
    /* Top Bar becomes simpler */
    .top-bar {
        font-size: 12px;
        padding: 6px 0;
        text-align: center;
    }
    
    .top-bar a {
        margin-right: 10px;
        font-size: 12px;
    }
    
    .top-bar a i {
        margin-right: 5px;
    }
    
    .social-links a {
        font-size: 14px;
        margin-left: -5px;
    }
    
    .google-translate-container {
        margin-left: 8px;
    }
    
    .goog-te-gadget-simple {
        padding: 3px 8px !important;
        font-size: 12px !important;
    }
    
    /* Main Navigation becomes mobile menu */
    .main-header {
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
    
    .navbar-brand {
        font-size: 22px;
    }
    
    .logo-img {
        height: 36px;
        max-width: 160px;
    }
    
    /* Mobile menu styles */
    .navbar-collapse {
        background-color: white;
        padding: 20px 0;
        margin-top: 10px;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    
    .navbar-nav {
        text-align: center;
    }
    
    .navbar-nav .nav-link {
        padding: 12px 20px !important;
        margin: 5px 15px;
        border-radius: 6px;
        transition: all 0.3s ease;
    }
    
    .navbar-nav .nav-link:hover {
        background-color: rgba(13, 115, 119, 0.1);
    }
    
    .navbar-nav .nav-link.active {
        background-color: rgba(13, 115, 119, 0.15);
    }
    
    .navbar-nav .nav-link.active::after {
        display: none;
    }
    
    .btn-consultations {
        margin: 15px auto 0;
        display: block;
        width: fit-content;
        padding: 8px 20px;
    }
    
    /* Show toggler button */
    .navbar-toggler {
        display: block;
        margin-left: auto;
    }
}


/* Small Devices (576px to 767px) - Mobile Landscape */
@media (max-width: 767px) {
    .top-bar {
        padding: 10px 0;
    }
    
    .top-bar .container {
        padding: 0 10px;
    }
    
    /* Keep row layout horizontal */
    .top-bar .row {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    
    .top-bar .col-lg-8,
    .top-bar .col-md-7 {
        width: auto;
        flex: 0 0 auto;
    }
    
    .top-bar .col-lg-4,
    .top-bar .col-md-5 {
        width: auto;
        flex: 0 0 auto;
    }
    
    /* Show only phone number, hide location and timing */
    .info-left a:not([href^="tel"]) {
        display: none !important;
    }
    
    .info-left a[href^="tel"] {
        margin-right: 0;
        margin-left: 15px;
        font-size: 16px !important;
        font-weight: 500;
    }
    
    .info-left a[href^="tel"] i {
        margin-right: 5px;
        font-size: 16px !important;
    }
    
    /* Hide social media icons */
    .social-links a[href*="facebook"],
    .social-links a[href*="instagram"],
    .social-links a[href*="wa.me"] {
        display: none !important;
    }
    
    /* Keep Google Translate on the right */
    .social-links {
        text-align: right;
        margin-top: 0;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    
    .google-translate-container {
        margin-left: 0;
    }
    
    .goog-te-gadget-simple {
        padding: 3px 8px !important;
        font-size: 11px !important;
    }
    
    .navbar-brand {
        font-size: 20px;
    }
    
    .logo-img {
        height: 36px;
        max-width: 150px;
    }
    
    .navbar-toggler {
        width: 42px;
        height: 42px;
        padding: 6px 10px;
    }
    
    .navbar-toggler-icon {
        width: 20px;
        height: 16px;
    }
    
    .navbar-nav .nav-link {
        padding: 10px 15px !important;
        margin: 3px 10px;
        font-size: 15px;
    }
}

/* Extra Small Devices (up to 575px) - Mobile Portrait */
@media (max-width: 575px) {
    /* Simplify top bar significantly */
    .top-bar {
        font-size: 10px;
        padding: 8px 0;
    }
    
    /* Keep row layout horizontal */
    .top-bar .row {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    
    .top-bar .col-lg-8,
    .top-bar .col-md-7 {
        width: auto;
        flex: 0 0 auto;
    }
    
    .top-bar .col-lg-4,
    .top-bar .col-md-5 {
        width: auto;
        flex: 0 0 auto;
    }
    
    /* Show only phone number on left */
    .info-left a:not([href^="tel"]) {
        display: none !important;
    }
    
    .info-left a[href^="tel"] {
        margin-right: 0;
        margin-left: 12px;
        font-size: 14px !important;
        font-weight: 500;
    }
    
    .info-left a[href^="tel"] i {
        margin-right: 4px;
        font-size: 14px !important;
    }
    
    /* Hide social media icons, keep only Google Translate */
    .social-links a[href*="facebook"],
    .social-links a[href*="instagram"],
    .social-links a[href*="wa.me"] {
        display: none !important;
    }
    
    /* Google Translate on right */
    .social-links {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        text-align: right;
        margin-top: 0;
    }
    
    .google-translate-container {
        margin-left: 0;
    }
    
    .goog-te-gadget-simple {
        padding: 2px 6px !important;
        font-size: 12px !important;
    }
    
    /* Main header adjustments */
    .navbar {
        padding: 8px 0;
    }
    
    .navbar-brand {
        font-size: 18px;
    }
    
    .logo-img {
        height: 42px;
        max-width: 140px;
    }
    
    .navbar-toggler {
        width: 38px;
        height: 38px;
        padding: 5px 8px;
    }
    
    .navbar-toggler-icon {
        width: 18px;
        height: 14px;
    }
    
    .navbar-collapse {
        margin-top: 8px;
        padding: 15px 0;
    }
    
    .navbar-nav .nav-link {
        padding: 10px 12px !important;
        margin: 2px 8px;
        font-size: 14px;
    }
    
    .btn-consultations {
        padding: 8px 16px;
        font-size: 13px;
        margin: 10px auto 0;
    }
}

/* Ultra Small Devices (up to 400px) */
@media (max-width: 400px) {
    .top-bar {
        font-size: 9px;
        padding: 8px 0;  /* Added missing padding */
    }
    
    /* Keep horizontal layout */
    .top-bar .row {
        flex-direction: row;
        justify-content: space-between;
    }
    
    /* Show only phone number */
    .info-left a:not([href^="tel"]) {
        display: none !important;
    }
    
    .info-left a[href^="tel"] {
        font-size: 13px !important;
        margin-left: 10px;
        font-weight: 500;
    }
    
    .info-left a[href^="tel"] i {
        font-size: 13px !important;
    }
    
    /* Hide social icons */
    .social-links a[href*="facebook"],
    .social-links a[href*="instagram"],
    .social-links a[href*="wa.me"] {
        display: none !important;
    }
    
    .navbar-brand {
        font-size: 16px;
    }
    
    .logo-img {
        height: 38px;
        max-width: 120px;
    }
    
    .navbar-nav .nav-link {
        font-size: 13px;
        padding: 8px 10px !important;
    }
    
    .btn-consultations {
        font-size: 12px;
        padding: 6px 14px;
    }
}
/*======================================================
   banner css
=======================================================*/
@media (max-width: 1200px) {
           

            .carousel-content {
                left: 5%;
                max-width: 450px;
            }

            .carousel-content h1 {
                font-size: 40px;
            }
        }

        @media (max-width: 991px) {
            #bannerCarousel {
                margin-top: 0 !important; /* navbar height only */
        }
            .carousel-item {
                height: 500px;
            }


            .carousel-content {
                max-width: 400px;
            }

            .carousel-content h1 {
                font-size: 36px;
            }

            .carousel-content p {
                font-size: 18px;
            }
        }

        @media (max-width: 767px) {
            /* Switch to mobile images */
            .carousel-item .desktop-img {
                display: none !important;
            }
            
            .carousel-item .mobile-img {
                display: block;
            }

            .carousel-item {
                height: auto;
                min-height: auto;
                padding-bottom: 0;
            }

           

            .carousel-content {
                display: none; /* Hide text content on mobile or adjust as needed */
            }

            .consultation-form {
                padding: 25px 20px;
                max-width: 500px;
                margin: 0 auto;
            }

            .consultation-form h3 {
                font-size: 19px;
                margin-bottom: 20px;
            }

            .form-group {
                margin-bottom: 15px;
            }

            .form-control {
                padding: 13px 16px;
                font-size: 14px;
            }

            .consent-checkbox {
                font-size: 12px;
                margin-bottom: 18px;
            }

            .btn-submit {
                padding: 13px;
                font-size: 15px;
            }

            .carousel-control-prev,
            .carousel-control-next {
                width: 30px;
                height: 30px;
                top: 35%;
            }

            .carousel-control-prev-icon,
            .carousel-control-next-icon {
                padding: 15px;
                width: 30px;
                height: 30px;
            }

            .carousel-control-prev {
                left: 10px;
            }

            .carousel-control-next {
                right: 10px;
            }

            .carousel-indicators {
                bottom: 15px;
            }
        }        