/* Mobile Menu Styles */
        #mobile-menu {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            right: 0;
            background-color: white;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            z-index: 1000;
        }
        
        #mobile-menu.show {
            display: block;
        }
        
        #mobile-menu a {
            padding: 12px 16px;
            display: block;
            transition: background-color 0.3s;
            text-decoration: none;
            color: #333;
        }
        
        #mobile-menu a:hover {
            background-color: #f8f9fa;
        }
        
             nav {
             transition: background-color 0.3s ease, backdrop-filter 0.3s ease;
            }
            
            nav.scrolled {
            background-color: rgba(255, 255, 255, 0.3) !important;
            backdrop-filter: blur(10px);
            }
        /* Product card styles */
        .product-card {
            border: 1px solid #dee2e6;
            border-radius: 0.5rem;
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: auto;
            min-height: 22rem;
            width: 100%;
            display: flex;
            flex-direction: column;
            background-color: #EEEEEE;
            color: #EEEEEE;
            padding: 0px;
            margin-bottom: 1.5rem;
        }
        .product-image {
            width:22rem;
            padding: 3rem;
            object-fit: contain;
            max-height: 195px;
        }

        .product-card1 {
            border: 1px solid #dee2e6;
            border-radius: 0.5rem;
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: auto;
            min-height: 22rem;
            width: 80%;
            display: flex;
            flex-direction: column;
            background-color: #EEEEEE;
            padding: 0px;
            margin-bottom: 1.5rem;
            max-width: fit-content; 
        }        
        .product-footer {
            background-color: #0d1b3e;
            color: #fff;
            padding: 2rem 1rem 1.5rem;
            position: relative;
            height: 11rem;
        }
        
        .product-title {
            color: #f36b1c;
            font-weight: 700;
            margin-top: 16px;
            margin-bottom: 21px;
        }
        
        .product-detail-section {
            background-color: #FFFFFF;
            padding: 3rem 1rem;
        }
        
        @media (max-width: 576px) {
            .product-card {
                min-height: 18rem;
            }
            
            .product-section {
                padding: 1.5rem 0 2rem;
            }
            
            .product-heading {
                font-size: 2rem;
            }
            
            .product-subheading {
                font-size: 1rem;
            }
            
            .product-description {
                font-size: 0.9rem;
            }
        }
        
        .nav-tabs {
            flex-wrap: wrap;
            justify-content: center;
        }
        
        .nav-tabs .nav-link {
            color: white;
            border-radius: 0;
            padding: 0.75rem 1.5rem;
            border: none;
            white-space: nowrap;
        }
        
        .nav-tabs .nav-link.active {
            background-color: #12244A !important;
            color: white;
            font-weight: 600;
        }
        
        .nav-tabs .nav-link:not(.active) {
            background-color: #f36b1c;
        }
        
        body {
            font-family: 'Poppins', sans-serif;
        }
         /* Mobile Menu Styles */
        #mobile-menu {
            transition: all 0.3s ease;
            left: 0;
            right: 0;
            top: 64px; /* Match your nav height */
            max-height: 0;
            overflow: hidden;
            display: none;
        }
        
        #mobile-menu.show {
            max-height: 500px; /* Adjust based on your content */
        }
        
        #mobile-menu a {
            padding: 12px 16px;
            display: block;
            transition: background-color 0.3s;
        }
        
        #mobile-menu a:hover {
        background-color: #f8f9;
        border: 1px solid #dee2e6;
        border-radius: 0.5rem;
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        height: auto;
        min-height: 22rem;
        width: 100%;
        display: flex;
        flex-direction: column;
        background-color:  #EEEEEE;
        padding: 0px;
        margin-bottom: 1.5rem;
    }
    .product-card1{
        border: 1px solid #dee2e6;
        border-radius: 0.5rem;
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        height: auto;
        min-height: 22rem;
        width: 80%;
        display: flex;
        flex-direction: column;
        background-color:  #EEEEEE;
        padding: 0px;
        margin-bottom: 1.5rem;
    }
    .product-footer
 {
    background-color: #0d1b3e;
    color: #fff;
    padding: 2rem 1rem 1.5rem;
    position: relative;
    height: 11rem;
}
.product-title {
    color: #f36b1c;
    font-weight: 700;
    margin-top: 16px;
    margin-bottom: 21px;
}
.product-detail-section {
    background-color: #FFFFFF;
    padding: 3rem 1rem;
}
@media (max-width: 576px) {
        .product-card {
            min-height: 18rem;
        }

        .product-section {
            padding: 1.5rem 0 2rem;
        }

        .product-heading {
            font-size: 2rem;
        }

        .product-subheading {
            font-size: 1rem;
        }

        .product-description {
            font-size: 0.9rem;
        }
    }

    .nav-tabs {
        flex-wrap: wrap;
        justify-content: center;
    }

    .nav-tabs .nav-link {
        color: white;
        border-radius: 0;
        padding: 0.75rem 1.5rem;
        border: none;
        white-space: nowrap;
    }

    .nav-tabs .nav-link.active {
        background-color: #12244A !important;
        color: white;
        font-weight: 600;
    }

   
     @media (min-width: 375px) {
        .product-card1{
            width: 100%;
        }
        
    }

       /* Mobile Menu Styles */
        #mobile-menu {
            transition: all 0.3s ease;
            left: 0;
            right: 0;
            top: 64px; /* Match your nav height */
            max-height: 0;
            overflow: hidden;
            display: none;
        }
        
        #mobile-menu.show {
            max-height: 500px; /* Adjust based on your content */
        }
        
        #mobile-menu a {
            padding: 12px 16px;
            display: block;
            transition: background-color 0.3s;
        }
        
        #mobile-menu a:hover {
            background-color: #f8f9fa;
        }
        
        .fa-times {
            color: #f36b10;
        }
        
        .product-btn {
            background-color: #f36b1c !important;
            border-color: #f36b1c !important;
            color: #FFFFFF !important;
            margin: 0 5px;
        }
        
        @media (min-width: 300px) and (max-width: 800px) {
            .product-navigation-buttons {
                display: flex;
                flex-wrap: wrap;
                gap: 5px;
                justify-content: center;
            }
            
            .product-btn {
                flex: 1;
                min-width: 120px;
                margin: 2px;
            }
            
            .product-card, .product-card1 {
                width: 80% !important;
                max-width: 250px;
                margin: 0 auto 1.5rem;
            }
        }
        
        .product-btn.active {
            background-color: #12244A !important;
            border-color: #12244A !important;
            color: #FFFFFF !important;
        }
        
        /* Ensure mobile menu is properly hidden on larger screens */
        @media (min-width: 768px) {
            #mobile-menu {
                display: none !important;
            }
        }
        
        /* Responsive product grid */
    .product-card {
        border: 1px solid #dee2e6;
        border-radius: 0.5rem;
        overflow: hidden;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        height: auto;
        min-height: 22rem;
        width: 100%;
        display: flex;
        flex-direction: column;
        background-color:  #EEEEEE;
        color: #EEEEEE;

        padding: 0px;
        margin-bottom: 1.5rem;
    }

    @media (max-width: 576px) {
        .product-card {
            min-height: 18rem;
        }

        .product-section {
            padding: 1.5rem 0 2rem;
        }

        .product-heading {
            font-size: 2rem;
        }

        .product-subheading {
            font-size: 1rem;
        }

        .product-description {
            font-size: 0.9rem;
        }
    }

    .nav-tabs {
        flex-wrap: wrap;
        justify-content: center;
    }

    .nav-tabs .nav-link {
        color: white;
        border-radius: 0;
        padding: 0.75rem 1.5rem;
        border: none;
        white-space: nowrap;
    }

    .nav-tabs .nav-link.active {
        background-color: #12244A !important;
        color: white;
        font-weight: 600;
    }