/* Responsive Styles for NAMKEENBYTS (Website & Mobile Menu) */

@media (max-width: 1200px) {
    .hero-title {
        font-size: 2.6rem;
    }
    .hero-subtitle {
        font-size: 1.8rem;
    }
}

@media (max-width: 991.98px) {
    /* Mobile Menu Drawer Styling */
    .navbar-collapse {
        background: linear-gradient(180deg, #071229 0%, #0B1C3D 100%);
        padding: 1.5rem 1.25rem;
        border-radius: 16px;
        margin-top: 12px;
        box-shadow: 0 12px 35px rgba(0, 0, 0, 0.5);
        border: 2px solid var(--gold-primary);
    }
    
    .navbar-collapse .navbar-nav {
        width: 100%;
        gap: 4px !important;
    }

    .navbar-collapse .nav-item {
        width: 100%;
        text-align: center;
    }
    
    /* 100% BRIGHT WHITE VISIBLE MOBILE MENU LINKS */
    .navbar-collapse .nav-link-festive-cream {
        color: #FFFFFF !important;
        font-size: 0.92rem;
        font-weight: 700;
        letter-spacing: 0.5px;
        padding: 0.75rem 1rem !important;
        width: 100%;
        justify-content: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 8px;
        transition: all 0.25s ease-in-out;
    }

    .navbar-collapse .nav-link-festive-cream:hover,
    .navbar-collapse .nav-link-festive-cream.active {
        color: var(--gold-light) !important;
        background-color: rgba(212, 175, 55, 0.2) !important;
        border-bottom-color: transparent;
        transform: scale(1.02);
    }

    .navbar-collapse .nav-link-festive-cream::after {
        display: none !important;
    }

    /* Mobile Header Search Form inside Collapse */
    .header-search-box {
        width: 100%;
        max-width: 380px;
        margin: 1rem auto 0.5rem auto;
    }

    .hero-slider-section {
        min-height: auto !important;
        height: auto !important;
        padding: 8px 0 !important;
        margin: 0 !important;
        background: transparent !important;
    }
    
    .hero-description {
        margin: 0 auto 1.5rem auto;
    }
    
    .hero-img-box {
        margin-top: 2rem;
    }
    
    .usp-item {
        margin-bottom: 1rem;
    }

    /* Adjust Right-Side Floating Buttons for Mobile */
    .floating-quick-actions {
        right: 12px;
        gap: 12px;
        z-index: 1030;
    }

    .floating-action-btn {
        width: 48px;
        height: 48px;
        font-size: 1.35rem;
    }
}

@media (max-width: 768px) {
    .hero-slider-section {
        min-height: auto !important;
        height: auto !important;
        padding: 6px 0 !important;
        margin: 0 !important;
        background: transparent !important;
    }

    .hero-slider-section .container {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    #heroCarousel {
        border-radius: 10px;
        margin: 0 !important;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15) !important;
    }

    .hero-banner-full-img {
        width: 100% !important;
        height: auto !important;
        max-height: none !important;
        object-fit: contain !important;
        display: block !important;
    }

    .fullpage-snack-overlay {
        display: none !important;
    }

    .top-announcement-bar {
        font-size: 0.75rem;
        text-align: center;
    }
    
    .section-title {
        font-size: 1.75rem;
    }
    
    .category-circle-img-wrap {
        width: 100px;
        height: 100px;
    }
    
    .product-card-img-wrapper {
        height: 180px;
    }
    
    .product-main-img {
        max-height: 140px;
    }
    
    .product-title {
        font-size: 0.9rem;
    }
    
    .product-price {
        font-size: 1rem !important;
    }
    
    .btn-quickview {
        display: none !important;
    }
}

@media (max-width: 576px) {
    .brand-text-main {
        font-size: 1.1rem;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1.4rem;
    }
    
    .btn-navy-gold, .btn-gold-outline {
        padding: 8px 18px;
        font-size: 0.85rem;
    }

    .floating-quick-actions {
        right: 10px;
        bottom: 20px;
        top: auto;
        transform: none;
    }
}
