/* 
 * Responsive Overrides for Nekora Premium
 */

@media (max-width: 991px) {
    /* Header Adjustments */
    .site-header {
        top: 10px;
        width: 98%;
        padding: 5px 15px;
        border-radius: 30px;
    }

    .header-inner {
        gap: 10px;
    }

    .site-logo img {
        height: 55px !important;
        margin: 0 !important;
    }

    .header-services-btn {
        display: none !important;
    }

    .header-actions {
        display: flex !important;
        gap: 10px;
    }

    .header-cart-btn {
        width: 38px !important;
        height: 38px !important;
    }

    .menu-toggle {
        order: 2;
        margin-left: 5px;
    }

    /* Footer Stacking for Tablet */
    .footer-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 30px !important;
    }

    .footer-brand-col {
        grid-column: 1 / -1 !important;
        text-align: center !important;
    }

    .footer-logo-img {
        margin: 0 auto !important;
    }

    .footer-tagline {
        margin: 0 auto 20px !important;
    }

    .footer-social-links {
        justify-content: center !important;
    }
}

@media (max-width: 576px) {
    /* Footer Full Stack for Mobile */
    .footer-grid {
        grid-template-columns: 1fr !important;
        text-align: center !important;
    }

    .footer-brand-col, .footer-col {
        grid-column: span 1 !important;
        text-align: center !important;
    }

    .footer-links-list, .footer-contact-list {
        align-items: center !important;
    }

    .footer-social-links {
        justify-content: center !important;
    }
}

@media (max-width: 480px) {
    .site-logo img {
        height: 50px !important;
    }

    .site-header {
        padding: 5px 10px;
    }
}