/* --- 1. Root Variables & Basic Setup --- */
:root {
    --bs-primary: #00bcd4;    /* Aqua Main Color */
    --bs-dark-blue: #1a4f88;  /* Deep Blue */
    --bs-light-aqua: #e6f8fa; /* Light Background */
    --transition: all 0.3s ease-in-out;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif;
    background-color: #e3f2fd;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

/* --- 2. Top Bar & Navbar --- */
.top-utility-bar {
    background-color: var(--bs-dark-blue);
    color: #ffffff;
    font-size: 0.85rem;
    padding: 8px 0;
}

.navbar {
    background: #ffffff;
    padding: 15px 5%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.main-nav-link {
    font-weight: 600;
    color: var(--bs-dark-blue) !important;
    position: relative;
    transition: var(--transition);
}

.main-nav-link:hover { color: var(--bs-primary) !important; }

/* --- 3. Multi-Level Dropdown --- */
.dropdown-menu {
    border: none;
    border-top: 3px solid var(--bs-primary);
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);
    border-radius: 12px;
}

.dropdown-submenu { position: relative; }

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: 12px;
    display: none; /* Only show on hover */
}

.dropdown-submenu:hover > .dropdown-menu { display: block; }

.dropdown-submenu > a::after {
    content: "›";
    float: right;
    font-size: 18px;
}

/* --- 4. Professional Hero Section --- */
.new-hero-section {
    position: relative;
    height: 750px;
    overflow: hidden;
    border-radius: 0 0 70px 70px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    margin-bottom: 60px;
}

.carousel-item {
    height: 750px;
    background: linear-gradient(to right, rgba(2, 60, 110, 0.9), rgba(2, 60, 110, 0.6));
    background-size: cover;
    background-position: center;
}

.slider-content-box {
    background-color: rgba(255, 255, 255, 0.1);
    padding: 40px;
    border-radius: 15px;
    backdrop-filter: blur(5px);
    border-left: 5px solid var(--bs-primary);
    color: white;
}

.slider-content-box h1 {
    font-size: 4.5rem;
    font-weight: 800;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}

.slider-image {
    max-height: 600px;
    filter: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.5));
    transition: transform 0.5s ease;
}

/* --- 5. Product Cards & Glassmorphism --- */
.glass-card {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 30px;
    text-align: center;
    transition: var(--transition);
}

.glass-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 40px rgba(0, 188, 212, 0.2);
}

/* --- 6. Buttons & Animations --- */
.btn-order-pulse {
    background-color: var(--bs-primary) !important;
    color: var(--bs-dark-blue) !important;
    font-weight: 700;
    padding: 12px 30px;
    border-radius: 30px;
    transition: var(--transition);
}

.btn-order-pulse:hover {
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(0, 188, 212, 0.4);
}

/* --- 7. Responsive Fixes --- */
@media (max-width: 992px) {
    .new-hero-section { height: auto; padding-bottom: 40px; border-radius: 0 0 30px 30px; }
    .slider-content-box h1 { font-size: 2.5rem; }
    .slider-image { max-height: 350px; }
}

/* --- Desktop Multi-Level Dropdown --- */
@media (min-width: 992px) {
    .dropdown-menu .dropdown-submenu {
        position: relative;
    }

    .dropdown-menu .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%; /* सब-मेनू उजव्या बाजूला दिसेल */
        margin-top: -5px;
        margin-left: 0px;
        display: none;
    }

    /* माऊस नेल्यावर सब-मेनू दाखवा */
    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }
    
    /* एरो दाखवण्यासाठी */
    .dropdown-submenu > a::after {
        content: "»";
        float: right;
        margin-left: 10px;
    }
}

/* --- Mobile View Fix (For Tablets & Phones) --- */
@media (max-width: 991px) {
    .dropdown-menu {
        border: none !important;
        box-shadow: none !important;
        padding-left: 15px; /* मोबाईलवर सब-मेनू थोडा पुढे सरकलेला दिसेल */
    }

    .dropdown-submenu > .dropdown-menu {
        display: block !important; /* मोबाईलवर सर्व मेनू एकदम दिसतील */
        position: static !important;
        margin-left: 15px;
        background-color: #f8f9fa; /* थोडा वेगळा रंग ओळखीसाठी */
    }

    .navbar-collapse {
        max-height: 80vh;
        overflow-y: auto; /* जर मेनू खूप मोठे असतील तर स्क्रोल होईल */
    }
}

/* --- Dropdown Styles --- */
.dropdown-menu {
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border: none;
    padding: 0.5rem 0;
}

/* सब-मेनूला सुरुवातीला लपवण्यासाठी */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%; /* उजव्या बाजूला उघडण्यासाठी */
    margin-top: -1px;
    display: none; 
}

/* डेस्कटॉपवर माऊस नेल्यावर सब-मेनू उघडेल */
@media (min-width: 992px) {
    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }
}

/* मोबाईलवर सब-मेनू नीट दिसण्यासाठी */
@media (max-width: 991px) {
    .dropdown-submenu > .dropdown-menu {
        position: relative !important;
        left: 0 !important;
        margin-left: 15px;
        display: none; /* क्लिक केल्यावर उघडण्यासाठी */
        box-shadow: none;
        border-left: 2px solid var(--bs-primary);
    }
    
    /* मोबाईलवर क्लिक केल्यावर उघडण्यासाठी क्लास */
    .dropdown-submenu.show > .dropdown-menu {
        display: block;
    }
}

/* सब-मेनूचा बाण (Arrow) */
.dropdown-submenu > a::after {
    content: "»";
    float: right;
    border: none;
    font-size: 1.2rem;
    margin-top: -2px;
}

/* --- SUB-PRODUCT DROPDOWN FIX --- */

/* १. डेस्कटॉपसाठी (Large Screens) */
@media (min-width: 992px) {
    /* सब-मेनूला उजव्या बाजूला जागा देणे */
    .dropdown-submenu {
        position: relative;
    }

    /* सुरुवातीला सब-मेनू लपवा */
    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%; /* उजव्या बाजूला ढकलणे */
        margin-top: -1px;
        margin-left: 0;
        visibility: hidden; /* जागा राखते पण दिसत नाही */
        opacity: 0;
        display: block; /* display: none ऐवजी block वापरून transition देणे सोपे जाते */
        transition: opacity 0.3s ease;
    }

    /* माऊस नेल्यावर सब-मेनू दिसू लागेल */
    .dropdown-submenu:hover > .dropdown-menu {
        visibility: visible;
        opacity: 1;
        display: block;
        z-index: 2000; /* सर्वात वर दिसण्यासाठी */
    }
}

/* २. मोबाईलसाठी (Mobile & Tablet) */
@media (max-width: 991px) {
    /* मोबाईलवर सब-मेनू उजवीकडे न जाता खाली उघडला पाहिजे */
    .dropdown-submenu > .dropdown-menu {
        position: static !important;
        display: block !important; /* मोबाईलवर सर्व एकाच वेळी दिसतील */
        float: none !important;
        background-color: #f1f8ff !important; /* हलका वेगळा रंग जेणेकरून ते 'Sub' आहेत हे समजेल */
        border: none;
        margin-left: 20px; /* थोडी जागा सोडून आत दिसण्यासाठी */
        box-shadow: none;
    }
    
    .dropdown-item {
        padding: 10px 20px;
    }
}

/* ३. एरो (Arrow) चिन्ह */
.dropdown-submenu > a::after {
    content: " \203A"; /* '>' असे चिन्ह दिसेल */
    font-weight: bold;
    float: right;
}

/* --- How It Works Cards --- */
.work-card {
    background: #ffffff;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid #f0f0f0 !important;
}

.work-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 188, 212, 0.15) !important;
}

.icon-box {
    width: 80px;
    height: 80px;
    background: #f0faff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    font-size: 2.5rem;
    transition: 0.3s;
}

.work-card:hover .icon-box {
    background: #00bcd4;
}

.work-card:hover .icon-box i {
    color: white !important;
}

.step-number {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 3rem;
    font-weight: 900;
    color: #f0f0f0;
    z-index: 0;
}

/* --- Counter Section Enhancement --- */
.counter-card {
    padding: 20px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: 0.3s;
}

.counter-card:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.05);
}

.text-dark-blue { color: #1a4f88; }
.text-aqua { color: #00bcd4; }

/* --- Footer General --- */
.text-aqua { color: #00bcd4 !important; }

.footer-heading {
    position: relative;
    padding-bottom: 12px;
}

.footer-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: #00bcd4;
    border-radius: 2px;
}

/* --- Order Online Button --- */
.btn-order-online {
    background-color: #00bcd4;
    color: #0b1a2e !important;
    transition: all 0.3s ease;
    border: none;
}

.btn-order-online:hover {
    background-color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 188, 212, 0.4);
}

/* --- Link Hover Effects --- */
.footer-nav-links a {
    transition: all 0.3s ease;
}

.footer-nav-links a:hover {
    color: #00bcd4 !important;
    padding-left: 8px;
}

.footer-sub-link:hover {
    color: #00bcd4 !important;
}

/* --- Social Icons --- */
.social-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.05);
    color: #00bcd4;
    border-radius: 8px;
    margin-right: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 188, 212, 0.1);
}

.social-btn:hover {
    background: #00bcd4;
    color: #ffffff;
    transform: rotate(360deg) scale(1.1);
}

/* --- Global Variables & Footer --- */
.text-aqua { color: #00bcd4 !important; }

.footer-heading {
    position: relative;
    padding-bottom: 12px;
}

.footer-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 3px;
    background: #00bcd4;
    border-radius: 2px;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: 0.3s;
    font-size: 0.9rem;
    display: inline-block;
}

.footer-links a:hover {
    color: #00bcd4;
    transform: translateX(5px);
}

.social-link {
    display: inline-flex;
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0.1);
    color: #00bcd4;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s;
}

.social-link:hover {
    background: #00bcd4;
    color: #0b1a2e;
    transform: translateY(-3px);
}

.btn-aqua {
    background-color: #00bcd4;
    color: #0b1a2e;
    border: none;
    transition: 0.3s;
}

.btn-aqua:hover {
    background-color: white;
    color: #0b1a2e;
    box-shadow: 0 4px 15px rgba(0, 188, 212, 0.4);
}

.text-aqua { color: #00bcd4 !important; }
.border-aqua { border-color: #00bcd4 !important; }

/* Product List Styling */
.footer-links-styled li {
    margin-bottom: 8px; /* अंतर थोडे कमी केले जेणेकरून मोठी लिस्ट मावेल */
}

.footer-links-styled a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    font-size: 0.9rem;
    transition: 0.3s ease;
}

.footer-links-styled a:hover {
    color: #00bcd4;
    padding-left: 10px; /* Hover वर थोडी हालचाल */
}

.social-item {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 210, 255, 0.1);
    border-radius: 50%;
    color: #00bcd4;
    transition: 0.3s;
}

.social-item:hover {
    background: #00bcd4;
    color: white;
    transform: scale(1.1);
}

.btn-premium-aqua {
    background: #00bcd4;
    color: #0b1a2e;
    border: none;
    transition: 0.3s;
}

.btn-premium-aqua:hover {
    background: white;
    color: #00bcd4;
}

/* --- Global Colors --- */
:root {
    --bs-aqua: #00bcd4;
    --bs-dark-blue: #0b1a2e;
}

.text-aqua { color: var(--bs-aqua) !important; }

/* --- Footer Link Animation --- */
.footer-links li { margin-bottom: 10px; }
.footer-links a {
    color: rgba(255, 255, 255, 0.6) !important;
    text-decoration: none;
    transition: 0.3s ease;
    font-size: 0.9rem;
    display: inline-block;
}
.footer-links a:hover {
    color: var(--bs-aqua) !important;
    transform: translateX(8px);
}

/* --- Premium Button --- */
.btn-aqua {
    background-color: var(--bs-aqua);
    color: var(--bs-dark-blue);
    border: none;
    transition: 0.3s;
}
.btn-aqua:hover {
    background-color: white;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 188, 212, 0.4);
}

/* --- Social Icons --- */
.social-icon-btn {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-aqua);
    text-decoration: none;
    transition: 0.3s;
    border: 1px solid rgba(0, 188, 212, 0.2);
}
.social-icon-btn:hover {
    background: var(--bs-aqua);
    color: white;
    transform: scale(1.1);
}

/* --- Heading Decoration --- */
.footer-heading {
    position: relative;
    padding-bottom: 12px;
}
.footer-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 3px;
    background: var(--bs-aqua);
}

/* --- WhatsApp Sticky --- */
.whatsapp-sticky {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: #25d366;
    color: white;
    padding: 12px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    z-index: 1000;
    transition: 0.3s;
}
.whatsapp-sticky:hover {
    transform: scale(1.05);
    color: white;
    background: #128c7e;
}

/* --- Feature Icon Animation --- */
.feature-item i {
    transition: 0.5s;
    display: inline-block;
}
.feature-item:hover i {
    transform: rotateY(360deg);
}

/* --- Global Color --- */
.text-aqua { color: #00bcd4 !important; }

/* --- Navigation Links --- */
.footer-nav li { margin-bottom: 8px; }
.footer-nav a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 0.92rem;
    transition: all 0.3s ease;
    display: inline-block;
}
.footer-nav a:hover {
    color: #00bcd4;
    transform: translateX(8px);
}

/* --- Section Titles --- */
.footer-title-line {
    position: relative;
    padding-bottom: 12px;
}
.footer-title-line::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 3px;
    background: #00bcd4;
}

/* --- Glass Contact Card --- */
.glass-contact {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
}

/* --- Social Buttons --- */
.social-glass-btn {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 188, 212, 0.1);
    border: 1px solid rgba(0, 188, 212, 0.3);
    border-radius: 10px;
    color: #00bcd4;
    transition: 0.3s ease;
}
.social-glass-btn:hover {
    background: #00bcd4;
    color: white;
    transform: translateY(-5px);
}

/* --- Quality Badges --- */
.q-badge {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.05);
    padding: 6px 12px;
    border-radius: 6px;
    display: inline-block;
}

/* --- Final Order Button --- */
.btn-aqua {
    background-color: #00bcd4;
    color: #0b1a2e;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 188, 212, 0.3);
}
.btn-aqua:hover {
    background-color: white;
    color: #00bcd4;
}

.text-aqua { color: #00bcd4 !important; }

/* Product & Quick Links Styling */
.footer-links li {
    margin-bottom: 8px;
}
.footer-links a {
    color: rgba(255, 255, 255, 0.6) !important;
    text-decoration: none;
    font-size: 0.9rem;
    transition: 0.3s ease;
}
.footer-links a:hover {
    color: #00bcd4 !important;
    padding-left: 5px;
}

/* Social Icons */
.social-link {
    display: inline-flex;
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.05);
    color: #00bcd4;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s;
}
.social-link:hover {
    background: #00bcd4;
    color: #0b1a2e;
    transform: translateY(-3px);
}

/* Button Styling */
.btn-aqua {
    background-color: #00bcd4;
    color: #0b1a2e;
    border: none;
}
.btn-aqua:hover {
    background-color: #ffffff;
    color: #0b1a2e;
}

/* Heading Underline */
.footer-heading {
    position: relative;
    padding-bottom: 10px;
}
.footer-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #00bcd4;
}

/* --- Custom Styling --- */
.text-aqua { color: #00bcd4 !important; }
.ls-1 { letter-spacing: 1.5px; }

/* Background Glow Effect */
.footer-glow {
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(0, 188, 212, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

/* Logo Circle */
.logo-circle {
    background: #00bcd4;
    color: #0b1a2e;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.2rem;
}

/* Premium Link Animation */
.footer-links-premium li {
    margin-bottom: 12px;
}
.footer-links-premium a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.4s ease;
    display: inline-block;
}
.footer-links-premium a:hover {
    color: #00bcd4;
    padding-left: 10px;
    text-shadow: 0 0 10px rgba(0, 188, 212, 0.5);
}

/* Glassmorphism Contact Card */
.glass-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

/* Social Icons Glass Effect */
.social-item {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 188, 212, 0.1);
    border: 1px solid rgba(0, 188, 212, 0.2);
    border-radius: 12px;
    color: #00bcd4;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.social-item:hover {
    background: #00bcd4;
    color: #0b1a2e;
    transform: translateY(-5px) rotate(8deg);
    box-shadow: 0 5px 15px rgba(0, 188, 212, 0.4);
}

/* Premium Button */
.btn-premium {
    background: linear-gradient(45deg, #00bcd4, #00d2ff);
    color: #0b1a2e;
    border: none;
    transition: 0.4s;
}
.btn-premium:hover {
    background: #ffffff;
    color: #00bcd4;
    transform: scale(1.05);
}

<style>
        :root {
            --primary: #00bcd4;
            --navy: #1a4f88;
        }

        body { 
            font-family: 'Plus Jakarta Sans', sans-serif; 
            background-color: #f4f7fa; 
        }

        .navbar { background: white; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
        .nav-link { font-weight: 600; color: var(--navy) !important; }

        /* --- DESKTOP SMOOTH DROPDOWN --- */
        @media (min-width: 992px) {
            .dropdown-menu {
                display: block;
                visibility: hidden;
                opacity: 0;
                transform: translateY(10px);
                transition: all 0.3s ease;
                border: none;
                box-shadow: 0 10px 30px rgba(0,0,0,0.1);
                border-radius: 12px;
            }

            .dropdown:hover > .dropdown-menu {
                visibility: visible;
                opacity: 1;
                transform: translateY(0);
            }

            .dropdown-submenu { position: relative; }
            .dropdown-submenu > .dropdown-menu {
                top: 0;
                left: 100%;
                margin-left: 5px;
            }
        }

        /* --- MOBILE SMOOTH FIX --- */
        @media (max-width: 991px) {
            /* Sub-menus hidden with animation properties */
            .dropdown-menu .dropdown-menu {
                display: block !important; 
                max-height: 0;
                overflow: hidden;
                opacity: 0;
                transition: max-height 0.4s ease, opacity 0.3s ease;
                background: #fdfdfd;
                border: none;
                padding: 0 20px;
                margin: 0;
            }

            /* When opened via JS */
            .dropdown-menu .dropdown-menu.open-sub {
                max-height: 500px; /* Large enough to fit items */
                opacity: 1;
                padding: 10px 20px;
            }

            .sub-toggle::after {
                content: '\F282'; /* Bootstrap Icon Chevron Down */
                font-family: 'bootstrap-icons';
                float: right;
                transition: transform 0.3s;
            }

            .sub-toggle.active::after {
                transform: rotate(180deg);
            }
        }

        .btn-enquiry {
            background: var(--primary);
            color: white;
            padding: 10px 25px;
            border-radius: 50px;
            font-weight: 700;
            text-decoration: none;
            display: inline-block;
        }

        .top-utility-bar {
    /* गडद निळा आणि एक्वा ग्रेडियंट */
    background: linear-gradient(90deg, #1a4f88 0%, #00bcd4 100%);
    color: white;
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.top-utility-bar a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: all 0.3s ease;
}

.top-utility-bar a:hover {
    color: #ffffff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}

.utility-item i {
    color: #00bcd4; /* एक्वा रंगाचे आयकॉन्स */
    background: white;
    padding: 4px;
    border-radius: 50%;
    font-size: 0.75rem;
    margin-right: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
}

/* ॲनिमेशन: आयकॉनवर माऊस नेल्यावर तो थोडा वर जाईल */
.utility-item:hover i {
    transform: translateY(-2px);
    transition: transform 0.3s ease;
}

/* --- Brand/Logo Styling --- */
.logo-badge {
    background: linear-gradient(135deg, #0dcaf0 0%, #0a58ca 100%);
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: white;
    font-size: 1.5rem;
    box-shadow: 0 4px 12px rgba(13, 202, 240, 0.3);
}

.logo-text-group {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.brand-main {
    font-weight: 800;
    font-size: 1.4rem;
    color: #1a4f88; /* Deep blue */
    letter-spacing: -0.5px;
}

.brand-sub {
    font-size: 0.65rem;
    font-weight: 700;
    color: #0dcaf0; /* Aqua blue */
    letter-spacing: 2.5px;
    margin-top: 2px;
}

/* --- Premium Button Styling --- */
.btn-premium-enquiry {
    background: linear-gradient(45deg, #1a4f88 0%, #0dcaf0 100%);
    color: white !important;
    padding: 8px 10px 8px 25px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 12px;
    border: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 6px 20px rgba(13, 202, 240, 0.25);
}

.icon-circle {
    background: rgba(255, 255, 255, 0.2);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    transition: 0.3s;
}

.btn-premium-enquiry:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 25px rgba(13, 202, 240, 0.4);
    filter: brightness(1.1);
}

.btn-premium-enquiry:hover .icon-circle {
    background: white;
    color: #1a4f88;
    transform: rotate(-45deg);
}

/* Mobile Button Fix */
@media (max-width: 991px) {
    .btn-premium-enquiry {
        margin-top: 15px;
        width: 100%;
        justify-content: center;
    }
}

/* --- ENQUIRY NOW BUTTON NEW COLOR (Aqua & Blue) --- */
.btn-premium-enquiry {
    /* Aqua to Deep Blue Gradient */
    background: linear-gradient(45deg, #00d2ff 0%, #3a7bd5 100%);
    color: white !important;
    padding: 10px 28px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1rem;
    border: none;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(0, 210, 255, 0.3);
    text-decoration: none;
}

/* माऊस नेल्यावर होणारा बदल (Hover Effect) */
.btn-premium-enquiry:hover {
    background: linear-gradient(45deg, #3a7bd5 0%, #00d2ff 100%); /* रंगांची दिशा बदलते */
    transform: translateY(-3px); /* बटण थोडे वर येते */
    box-shadow: 0 8px 20px rgba(58, 123, 213, 0.5);
    color: white !important;
}

/* बटणमधील आयकॉनचा लूक */
.btn-premium-enquiry i {
    font-size: 1.2rem;
    transition: 0.3s;
}

.btn-premium-enquiry:hover i {
    transform: translateX(5px); /* बाण उजवीकडे सरकतो */
}
    </style>

    /* --- Custom Styling --- */
.text-aqua { color: #00bcd4 !important; }
.ls-1 { letter-spacing: 1.5px; }

/* Background Glow Effect */
.footer-glow {
    position: absolute;
    top: -100px;
    right: -100px;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(0, 188, 212, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

/* Logo Circle */
.logo-circle {
    background: #00bcd4;
    color: #0b1a2e;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.2rem;
}

/* Premium Link Animation */
.footer-links-premium li {
    margin-bottom: 12px;
}
.footer-links-premium a {
    color: rgba(255, 255, 255, 0.65);
    text-decoration: none;
    font-size: 0.95rem;
    transition: all 0.4s ease;
    display: inline-block;
}
.footer-links-premium a:hover {
    color: #00bcd4;
    padding-left: 10px;
    text-shadow: 0 0 10px rgba(0, 188, 212, 0.5);
}

/* Glassmorphism Contact Card */
.glass-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

/* Social Icons Glass Effect */
.social-item {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 188, 212, 0.1);
    border: 1px solid rgba(0, 188, 212, 0.2);
    border-radius: 12px;
    color: #00bcd4;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.social-item:hover {
    background: #00bcd4;
    color: #0b1a2e;
    transform: translateY(-5px) rotate(8deg);
    box-shadow: 0 5px 15px rgba(0, 188, 212, 0.4);
}

/* Premium Button */
.btn-premium {
    background: linear-gradient(45deg, #00bcd4, #00d2ff);
    color: #0b1a2e;
    border: none;
    transition: 0.4s;
}
.btn-premium:hover {
    background: #ffffff;
    color: #00bcd4;
    transform: scale(1.05);
}

/* --- Footer Styling --- */
.footer-section {
    background-color: #04121f; /* Dark Blue-Black */
    color: #ffffff;
    padding: 60px 0 20px 0;
    font-family: 'Poppins', sans-serif;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-top-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    padding-bottom: 40px;
}

.footer-col {
    flex: 1;
    min-width: 250px;
}

/* Brand Section */
.footer-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.logo-icon {
    background-color: #00bcd4;
    color: white;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.brand-name {
    font-weight: 700;
    font-size: 1.5rem;
    margin: 0;
}

.brand-desc {
    font-size: 0.9rem;
    color: #a0abb6;
    line-height: 1.6;
    margin-bottom: 25px;
}

.btn-enquiry {
    background: linear-gradient(to right, #00bcd4, #00d2ff);
    color: #fff;
    padding: 12px 25px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

/* Titles and Lists */
.col-title {
    color: #00bcd4;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 25px;
    letter-spacing: 1px;
}

.footer-list {
    list-style: none;
    padding: 0;
}

.footer-list li {
    margin-bottom: 12px;
}

.footer-list li a {
    color: #a0abb6;
    text-decoration: none;
    font-size: 0.95rem;
    transition: 0.3s;
}

.footer-list li a:hover {
    color: #00bcd4;
}

/* Contact Glass Box */
.contact-glass-box {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
    font-size: 0.9rem;
    color: #a0abb6;
}

.contact-item i {
    color: #00bcd4;
    font-size: 1.2rem;
}

/* Social Icons */
.social-icons-group {
    display: flex;
    gap: 15px;
}

.social-circle {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(0, 188, 212, 0.3);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00bcd4;
    text-decoration: none;
    transition: 0.3s;
}

.social-circle:hover {
    background: #00bcd4;
    color: white;
}

/* Footer Bottom */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 20px;
    text-align: center;
    color: #6a7c8c;
    font-size: 0.85rem;
}

/* --- Global Styles --- */
.text-aqua { color: #00bcd4 !important; }

/* Logo Icon Styling */
.logo-icon {
    background-color: #00bcd4;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

/* Glassmorphism Effect for Contact Card */
.contact-glass-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease;
}
.contact-glass-card:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 188, 212, 0.3);
}

/* Links Styling */
.footer-links li { margin-bottom: 10px; }
.footer-links a {
    color: #a0abb6;
    text-decoration: none;
    font-size: 0.95rem;
    transition: 0.3s;
}
.footer-links a:hover {
    color: #00bcd4;
}

/* Social Icons (As per screenshot) */
.social-btn-round {
    width: 38px;
    height: 38px;
    background: rgba(0, 188, 212, 0.1);
    border: 1px solid rgba(0, 188, 212, 0.2);
    border-radius: 10px;
    color: #00bcd4;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s;
}
.social-btn-round:hover {
    background: #00bcd4;
    color: #04121f;
    box-shadow: 0 0 15px rgba(0, 188, 212, 0.5);
}

/* Enquiry Button Glow */
.btn-aqua-glow {
    background: linear-gradient(45deg, #00bcd4, #00d2ff);
    color: #04121f;
    border: none;
    box-shadow: 0 0 20px rgba(0, 188, 212, 0.2);
    transition: 0.3s ease;
}
.btn-aqua-glow:hover {
    transform: scale(1.05);
    background: white;
    color: #00bcd4;
}

<style>
/* १. डेस्कटॉपसाठी स्मूथ ड्रॉपडाउन */
@media (min-width: 992px) {
    /* माऊस नेल्यावर मेनू उघडणे */
    .nav-item.dropdown:hover > .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
    
    .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transform: translateY(15px);
        transition: all 0.3s ease;
    }

    /* सब-मेनू (Side Menu) पोझिशन */
    .dropend:hover > .dropdown-menu {
        display: block !important;
        position: absolute;
        left: 100%;
        top: 0;
        margin-left: 5px;
    }
}

/* २. बटण आणि लिंक कलर्स */
.btn-premium-enquiry {
    background: linear-gradient(45deg, #00d2ff, #003366);
    color: white !important;
    border-radius: 50px;
    padding: 10px 25px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s;
    border: none;
    display: flex;
    align-items: center;
}

.btn-premium-enquiry:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0, 188, 212, 0.4);
}

.dropdown-item {
    font-weight: 500;
    color: #003366;
    padding: 8px 15px;
    border-radius: 5px;
}

.dropdown-item:hover {
    background-color: #e6f8fa;
    color: #00bcd4;
}
</style>

<style>
/* १. डेस्कटॉपसाठी स्मूथ साइड-ड्रॉपडाउन (Hover) */
@media (min-width: 992px) {
    .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .dropend:hover > .dropdown-menu {
        display: block;
        position: absolute;
        left: 100%; /* मेनू बाजूला उघडण्यासाठी */
        top: 0;
        margin-left: 0.5rem;
    }
}

/* २. मोबाईलसाठी डिझाइन (Click) */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        display: none;
        margin-left: 1rem;
        border-left: 2px solid #00bcd4;
        background: #f8f9fa;
    }
    .dropdown-menu .dropdown-menu.show {
        display: block;
    }
}

/* ३. व्हिज्युअल स्टायलिंग */
.dropdown-menu {
    min-width: 220px;
    border-radius: 12px !important;
}

.dropdown-item {
    font-weight: 500;
    color: #003366;
    transition: 0.2s;
}

.dropdown-item:hover {
    background-color: #e6f8fa;
    color: #00bcd4;
    padding-left: 1.5rem;
}

.btn-premium-enquiry {
    background: linear-gradient(45deg, #00d2ff, #003366);
    color: white !important;
    border-radius: 50px;
    padding: 10px 25px;
    font-weight: 700;
    border: none;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0, 51, 102, 0.2);
}
</style>

<style>
/* १. डेस्कटॉपसाठी माऊस ओव्हर (Hover) फंक्शनालिटी */
@media (min-width: 992px) {
    /* मुख्य ड्रॉपडाउन */
    .nav-item.dropdown:hover > .dropdown-menu {
        display: block;
        opacity: 1;
        visibility: visible;
    }

    /* सब-मेनू (बाजूला उघडण्यासाठी) */
    .submenu-parent { position: relative; }
    
    .submenu-parent > .dropdown-menu {
        top: 0;
        left: 100%; /* बाजूला ढकलण्यासाठी */
        margin-top: -5px;
        margin-left: 5px;
        display: none;
    }

    .submenu-parent:hover > .dropdown-menu {
        display: block !important;
    }
}

/* २. ड्रॉपडाउन आयटम्सची स्टाईल */
.dropdown-menu {
    min-width: 200px;
    border-radius: 10px;
}

.dropdown-item {
    font-size: 0.9rem;
    font-weight: 500;
    color: #444;
    transition: all 0.2s ease;
}

.dropdown-item:hover {
    background-color: #f0faff;
    color: #00a8cc;
}

/* ३. मोबाईलसाठी अ‍ॅडजस्टमेंट */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
        display: none;
        background: #fdfdfd;
        margin-left: 10px;
        border-left: 2px solid #00a8cc !important;
    }
    .open-sub {
        display: block !important;
    }
}
</style>

@media (max-width: 991px) {
    /* प्रॉडक्ट्सवर क्लिक केल्यावर लिस्ट दाखवण्यासाठी */
    .navbar-nav .dropdown-menu {
        position: static !important;
        float: none;
        display: none; /* सुरुवातीला लपवलेले */
        background: transparent;
        border: none;
        box-shadow: none;
        padding-left: 20px;
    }

    /* क्लास अ‍ॅड झाल्यावर मेनू उघडण्यासाठी */
    .dropdown.show-mobile > .dropdown-menu {
        display: block !important;
    }
}