/* ============================================
   NOON.COM INSPIRED MODERN HEADER & FOOTER
   ============================================ */

/* ========== HEADER STYLES ========== */

.noon-header {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 9999 !important;
    will-change: transform;
}

.noon-header .noon-main-header {
    background: linear-gradient(135deg, #D4AF37 0%, #B8860B 100%);
}

/* Top Bar */
.noon-top-bar {
    background: #f8f9fa;
    padding: 0.5rem 0;
    font-size: 0.875rem;
    border-bottom: 1px solid #e9ecef;
}

.noon-top-bar-left,
.noon-top-bar-right {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.noon-welcome-text {
    color: #666;
}

.noon-separator {
    color: #ddd;
}

.noon-phone-link,
.noon-top-link {
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease;
}

.noon-phone-link:hover,
.noon-top-link:hover {
    color: #D4AF37;
}

.noon-phone-link i {
    margin-right: 0.25rem;
}

/* Account Dropdown */
.noon-account-dropdown {
    position: relative;
}

.noon-account-dropdown:hover .noon-dropdown-menu {
    display: block;
}

.noon-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border-radius: 4px;
    min-width: 150px;
    padding: 0.5rem 0;
    margin-top: 0.5rem;
    z-index: 1001;
}

.noon-dropdown-menu a {
    display: block;
    padding: 0.5rem 1rem;
    color: #333;
    text-decoration: none;
    transition: background 0.2s ease;
}

.noon-dropdown-menu a:hover {
    background: #f8f9fa;
    color: #D4AF37;
}

/* Main Header */
.noon-main-header {
    padding: 1rem 0;
    background: linear-gradient(135deg, #D4AF37 0%, #B8860B 100%);
}

.noon-logo-img {
    max-height: 50px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Adjust search input for gold background */
.noon-main-header .noon-search-input {
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(255, 255, 255, 0.3);
}

.noon-main-header .noon-search-input:focus {
    background: #fff;
    border-color: rgba(255, 255, 255, 0.5);
}

.noon-main-header .noon-search-btn {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
}

.noon-main-header .noon-search-btn:hover {
    background: rgba(0, 0, 0, 0.3);
}

/* Adjust header actions for gold background */
.noon-main-header .noon-action-link {
    color: #fff;
}

.noon-main-header .noon-action-link:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.noon-main-header .noon-action-badge {
    background: #dc3545;
    color: #fff;
}

/* Search Bar */
.noon-search-container {
    position: relative;
}

.noon-search-form {
    display: flex;
    align-items: center;
}

.noon-search-input {
    width: 100%;
    padding: 0.75rem 4rem 0.75rem 1rem;
    border: 2px solid #e9ecef;
    border-radius: 4px;
    font-size: 0.875rem;
    transition: border-color 0.2s ease;
}

.noon-search-input:focus {
    outline: none;
    border-color: #D4AF37;
}

.noon-search-btn {
    position: absolute;
    right: 0.5rem;
    background: #D4AF37;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 0.5rem 1rem;
    cursor: pointer;
    transition: background 0.2s ease;
}

.noon-search-btn:hover {
    background: #B8860B;
}

/* Header Actions */
.noon-header-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
}

.noon-action-item {
    position: relative;
}

.noon-action-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #333;
    text-decoration: none;
    border-radius: 50%;
    transition: background 0.2s ease, color 0.2s ease;
    position: relative;
}

.noon-action-link:hover {
    background: #f8f9fa;
    color: #D4AF37;
}

.noon-action-badge {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #dc3545;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.125rem 0.375rem;
    border-radius: 10px;
    min-width: 18px;
    text-align: center;
}

/* Settings Dropdown */
.noon-settings-dropdown:hover .noon-settings-menu {
    display: block;
}

.noon-settings-menu {
    right: 0;
    min-width: 200px;
}

.noon-dropdown-section {
    padding: 0.5rem 0;
    border-bottom: 1px solid #e9ecef;
}

.noon-dropdown-section:last-child {
    border-bottom: none;
}

.noon-dropdown-section h6 {
    padding: 0.5rem 1rem;
    margin: 0;
    font-size: 0.875rem;
    font-weight: 600;
    color: #333;
}

.noon-dropdown-section ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.noon-dropdown-section ul li {
    padding: 0;
}

.noon-dropdown-section ul li.active a {
    color: #D4AF37;
    font-weight: 600;
}

/* Cart Dropdown */
.noon-cart-dropdown:hover .noon-cart-menu {
    display: block;
}

.noon-cart-menu {
    right: 0;
    min-width: 320px;
    max-width: 400px;
    max-height: 500px;
    overflow-y: auto;
}

.noon-cart-items {
    max-height: 300px;
    overflow-y: auto;
}

.noon-cart-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
}

.noon-cart-item:last-child {
    border-bottom: none;
}

.noon-cart-item-image {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    border-radius: 4px;
    overflow: hidden;
}

.noon-cart-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.noon-cart-item-details {
    flex: 1;
    min-width: 0;
}

.noon-cart-item-title {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    margin-bottom: 0.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.noon-cart-item-title:hover {
    color: #D4AF37;
}

.noon-cart-item-price {
    font-size: 0.875rem;
    color: #666;
}

.noon-cart-item-remove {
    color: #999;
    text-decoration: none;
    padding: 0.5rem;
    transition: color 0.2s ease;
}

.noon-cart-item-remove:hover {
    color: #D4AF37;
}

.noon-cart-footer {
    padding: 1rem;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
}

.noon-cart-total {
    margin-bottom: 1rem;
    font-size: 1rem;
    color: #333;
}

.noon-cart-total span {
    color: #D4AF37;
    font-weight: 700;
}

.noon-cart-actions {
    display: flex;
    gap: 0.5rem;
}

.noon-btn {
    flex: 1;
    padding: 0.75rem;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.875rem;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
}

.noon-btn-primary {
    background: #D4AF37;
    color: #fff;
}

.noon-btn-primary:hover {
    background: #B8860B;
    color: #fff;
}

.noon-btn-outline {
    background: transparent;
    color: #D4AF37;
    border: 2px solid #D4AF37;
}

.noon-btn-outline:hover {
    background: #D4AF37;
    color: #fff;
}

/* Navigation Menu */
.noon-navigation {
    background: #fff;
    border-top: 1px solid #e9ecef;
}

/* Ensure navigation stays white */
.noon-header .noon-navigation {
    background: #fff;
}

.noon-nav-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.noon-nav-container::-webkit-scrollbar {
    display: none;
}

.noon-nav-menu {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 0;
}

.noon-nav-item {
    position: relative;
}

.noon-nav-item-mega {
    position: static;
}

.noon-nav-link {
    display: block;
    padding: 1rem 1.5rem;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9375rem;
    transition: color 0.2s ease;
    white-space: nowrap;
}

.noon-nav-link:hover {
    color: #D4AF37;
}

.noon-nav-link i {
    font-size: 0.75rem;
    margin-left: 0.25rem;
}

/* Mega Menu */
.noon-nav-item-mega {
    position: static;
}

.noon-nav-item-mega:hover .noon-mega-menu,
.noon-nav-item-mega .noon-mega-menu:hover {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.noon-mega-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border-radius: 0 0 4px 4px;
    padding: 2rem;
    z-index: 1001;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    margin-top: 0;
    min-height: 200px;
}

/* Ensure mega menu stays visible when hovering over it */
.noon-nav-item-mega .noon-mega-menu::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    height: 10px;
    background: transparent;
}

.noon-mega-menu-section {
    margin-bottom: 1.5rem;
}

.noon-mega-menu-title {
    display: block;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    margin-bottom: 0.75rem;
    font-size: 1rem;
}

.noon-mega-menu-title:hover {
    color: #D4AF37;
}

.noon-mega-menu-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.noon-mega-menu-links li {
    margin-bottom: 0.5rem;
}

.noon-mega-menu-links a {
    color: #666;
    text-decoration: none;
    font-size: 0.875rem;
    transition: color 0.2s ease;
}

.noon-mega-menu-links a:hover {
    color: #D4AF37;
}

/* Mobile Menu Toggle */
.noon-mobile-menu-toggle {
    background: transparent !important;
    border: none !important;
    font-size: 1.5rem !important;
    color: #fff !important;
    cursor: pointer !important;
    padding: 0.5rem !important;
    min-width: 44px !important;
    min-height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 10000 !important;
    transition: all 0.3s ease;
    pointer-events: auto !important;
    position: relative !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
}

.noon-mobile-menu-toggle:hover,
.noon-mobile-menu-toggle:focus {
    background: rgba(255, 255, 255, 0.1) !important;
    outline: none !important;
}

.noon-mobile-menu-toggle:active {
    background: rgba(255, 255, 255, 0.2) !important;
}

.noon-mobile-menu-toggle.active {
    color: #fff !important;
}

.noon-mobile-menu-toggle i {
    pointer-events: none;
}

.noon-mobile-menu-toggle.active {
    color: #D4AF37;
}

.noon-mobile-search {
    padding: 1rem;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
}

/* Mobile Navigation */
@media (max-width: 768px) {
    /* Header Mobile Organization */
    .noon-main-header {
        padding: 0.75rem 0;
    }

    .noon-main-header .row {
        align-items: center;
        margin: 0;
        display: flex;
        flex-wrap: nowrap;
    }

    .noon-main-header .row > div {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        display: flex;
        align-items: center;
    }

    .noon-main-header .col-auto:first-child {
        padding-left: 1rem;
        padding-right: 0.5rem;
        flex: 0 0 auto;
    }

    .noon-main-header .col-lg-2.col-md-3.col {
        flex: 1 1 auto;
        justify-content: center;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }

    .noon-main-header .col-lg-4.col-md-4.col-auto {
        flex: 0 0 auto;
        justify-content: flex-end;
        padding-left: 0.375rem;
        padding-right: 0.75rem;
    }

    .noon-logo {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .noon-logo-img {
        max-height: 40px;
        width: auto;
        height: auto;
    }

    .noon-header-actions {
        gap: 0.375rem;
        justify-content: flex-end;
        align-items: center;
        flex-wrap: nowrap;
    }

    .noon-action-item {
        flex-shrink: 0;
    }

    .noon-action-link {
        padding: 0.4rem;
        font-size: 1rem;
        min-width: 40px;
        min-height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .noon-mobile-menu-toggle {
        padding: 0.5rem !important;
        font-size: 1.5rem !important;
        color: #fff !important;
        background: transparent !important;
        border: none !important;
        min-width: 44px !important;
        min-height: 44px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        z-index: 10001 !important;
        position: relative !important;
        cursor: pointer !important;
        pointer-events: auto !important;
        -webkit-user-select: none !important;
        user-select: none !important;
    }
    
    .noon-main-header .col-auto:first-child {
        z-index: 10002 !important;
        position: relative !important;
    }

    .noon-mobile-menu-toggle i {
        color: #fff;
    }

    .noon-mobile-menu-toggle.active {
        color: #fff !important;
    }

    /* Navigation Menu Mobile */
    .noon-navigation {
        display: none;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        min-height: 100vh !important;
        max-height: 100vh !important;
        background: #fff;
        z-index: 10000 !important;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 0 !important;
        margin: 0 !important;
    }

    .noon-navigation.mobile-open {
        display: block !important;
        z-index: 10000 !important;
        height: 100vh !important;
        min-height: 100vh !important;
        max-height: 100vh !important;
    }

    .noon-navigation .container-fluid {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
        height: 100% !important;
        min-height: 100vh !important;
        display: flex !important;
        flex-direction: column;
        position: relative;
        z-index: 10000;
    }

    .noon-navigation .noon-nav-container {
        width: 100% !important;
        flex: 1 1 auto !important;
        min-height: calc(100vh - 60px) !important;
        overflow-y: auto;
        overflow-x: hidden;
        padding-top: 60px;
        padding-bottom: 20px;
        position: relative;
        z-index: 10000;
    }

    .noon-navigation .noon-nav-menu {
        position: relative;
        z-index: 10000;
    }

    .noon-nav-menu {
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100% !important;
        min-height: 100%;
    }

    .noon-nav-item {
        border-bottom: 1px solid #e9ecef;
        width: 100%;
        position: relative;
        z-index: 10000;
    }

    .noon-nav-link {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem 1.5rem;
        color: #333;
        text-decoration: none;
        font-weight: 500;
        font-size: 1rem;
        width: 100%;
        box-sizing: border-box;
        position: relative;
        z-index: 10000;
    }

    .noon-nav-link i {
        transition: transform 0.3s ease;
        margin-left: 0.5rem;
    }

    .noon-nav-item.active .noon-nav-link i,
    .noon-nav-item-mega.active .noon-nav-link i {
        transform: rotate(180deg);
    }

    /* Mega Menu Mobile */
    .noon-nav-item-mega .noon-mega-menu {
        display: none !important;
        position: static;
        box-shadow: none;
        padding: 0;
        background: #f8f9fa;
        border-top: 1px solid #e9ecef;
        width: 100% !important;
        position: relative;
        z-index: 10000;
    }

    .noon-nav-item-mega.active .noon-mega-menu {
        display: block !important;
        z-index: 10000;
    }
    
    /* Ensure mega menu is visible when active */
    .noon-navigation .noon-nav-item-mega.active .noon-mega-menu {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .noon-mega-menu {
        width: 100%;
        max-width: 100%;
    }

    .noon-mega-menu .container-fluid {
        padding: 0;
        width: 100%;
        max-width: 100%;
    }

    .noon-mega-menu .row {
        margin: 0;
        width: 100%;
    }

    .noon-mega-menu .col-md-3 {
        width: 100% !important;
        padding: 0;
        margin-bottom: 0;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .noon-mega-menu-section {
        padding: 1rem 1.5rem;
        border-bottom: 1px solid #e9ecef;
        width: 100%;
        box-sizing: border-box;
    }

    .noon-mega-menu-title {
        display: block;
        font-weight: 600;
        color: #333;
        text-decoration: none;
        margin-bottom: 0.75rem;
        font-size: 1rem;
        padding: 0.5rem 0;
    }

    .noon-mega-menu-links {
        list-style: none;
        padding: 0;
        margin: 0;
        padding-left: 1rem;
    }

    .noon-mega-menu-links li {
        margin-bottom: 0.5rem;
    }

    .noon-mega-menu-links a {
        color: #666;
        text-decoration: none;
        font-size: 0.9rem;
        padding: 0.5rem 0;
        display: block;
    }

    /* Close button for mobile menu */
    .noon-mobile-menu-close {
        position: fixed;
        top: 1rem;
        right: 1rem;
        background: #fff;
        border: none;
        font-size: 1.5rem;
        color: #333;
        cursor: pointer;
        padding: 0.5rem;
        z-index: 10001 !important;
        border-radius: 50%;
        width: 44px;
        height: 44px;
        min-width: 44px;
        min-height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    }

    .noon-mobile-menu-close:hover {
        background: #f8f9fa;
    }

    .noon-mobile-menu-close:active {
        background: #e9ecef;
    }
}

/* ========== FOOTER STYLES - MINIMAL & MODERN ========== */

.noon-footer {
    background: #1a1a1a;
    color: #fff;
    margin-top: 2rem;
    padding: 1.5rem 0 0.75rem;
}

.noon-footer-content {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.noon-footer-store-info {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.noon-footer-info-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 3rem;
    align-items: center;
    justify-content: space-between;
}

.noon-footer-contact-block {
    flex: 1;
}

.noon-footer-contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem 2rem;
    justify-content: center;
}

.noon-footer-contact-list li {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    color: #b0b0b0;
    font-size: 0.875rem;
    line-height: 1.5;
}

.noon-footer-contact-list li i {
    color: #D4AF37;
    flex-shrink: 0;
    font-size: 0.9375rem;
    width: 18px;
    text-align: center;
}

.noon-footer-contact-list li a {
    color: #b0b0b0;
    text-decoration: none;
    transition: color 0.2s ease;
}

.noon-footer-contact-list li a:hover {
    color: #D4AF37;
}

.noon-footer-contact-list li span {
    color: #b0b0b0;
}

.noon-footer-social-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.noon-social-links {
    display: flex;
    gap: 0.625rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.noon-social-links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 0.9375rem;
}

.noon-social-links li a:hover {
    background: #D4AF37;
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.4);
}

/* Footer Download Buttons */
.noon-footer-download {
    padding: 2rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.noon-footer-download .download-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.noon-footer-download .download-btn {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 1.5rem;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    min-width: 200px;
    justify-content: center;
}

.noon-footer-download .download-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.noon-footer-download .download-btn.android {
    background: rgba(61, 220, 132, 0.95);
    color: #000;
}

.noon-footer-download .download-btn.android:hover {
    background: rgba(46, 204, 113, 1);
}

.noon-footer-download .download-btn.ios {
    background: linear-gradient(135deg, #D4AF37 0%, #B8860B 100%);
    color: white;
}

.noon-footer-download .download-btn.ios:hover {
    background: linear-gradient(135deg, #B8860B 0%, #9A7209 100%);
}

.noon-footer-download .download-btn i {
    font-size: 1.75rem;
}

.noon-footer-download .download-btn-label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.noon-footer-download .download-btn-label-small {
    font-size: 0.75rem;
    opacity: 0.85;
    font-weight: 500;
}

.noon-footer-bottom {
    padding-top: 1rem;
    text-align: center;
}

.noon-footer-copyright {
    color: #999;
    font-size: 0.8125rem;
    line-height: 1.5;
}

/* Responsive Design */
@media (max-width: 768px) {
    .noon-top-bar {
        display: none;
    }

    .noon-main-header {
        padding: 0.75rem 0;
    }

    .noon-logo-img {
        max-height: 40px;
    }

    .noon-header-actions {
        gap: 0.5rem;
    }

    .noon-action-link {
        width: 36px;
        height: 36px;
    }

    .noon-nav-menu {
        flex-direction: column;
        align-items: stretch;
    }

    .noon-nav-link {
        padding: 0.75rem 1rem;
        border-bottom: 1px solid #e9ecef;
    }

    .noon-mega-menu {
        position: static;
        box-shadow: none;
        padding: 1rem;
    }

    .noon-footer {
        padding: 1.25rem 0 0.625rem;
    }

    .noon-footer-content {
        padding: 0 1rem;
    }

    .noon-footer-store-info {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }

    .noon-footer-heading {
        font-size: 0.9375rem;
        margin-bottom: 0.875rem;
    }

    .noon-footer-info-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        text-align: center;
    }

    .noon-footer-contact-list {
        flex-direction: column;
        gap: 0.75rem;
        align-items: center;
    }

    .noon-footer-download {
        padding: 1.5rem 0;
    }

    .noon-footer-download .download-buttons {
        flex-direction: column;
        gap: 0.75rem;
    }

    .noon-footer-download .download-btn {
        min-width: 100%;
        max-width: 280px;
        padding: 0.875rem 1.25rem;
        font-size: 0.875rem;
    }

    .noon-footer-download .download-btn i {
        font-size: 1.5rem;
    }

    .noon-footer-contact-list li {
        font-size: 0.8125rem;
        justify-content: center;
    }

    .noon-footer-social-block {
        margin-top: 0.5rem;
    }

    .noon-social-links li a {
        width: 36px;
        height: 36px;
        font-size: 0.875rem;
    }

    .noon-footer-bottom {
        padding-top: 0.875rem;
    }

    .noon-footer-copyright {
        font-size: 0.75rem;
    }

    .noon-cart-menu {
        min-width: 280px;
        max-width: 90vw;
    }
}

@media (max-width: 576px) {
    .noon-search-input {
        font-size: 0.8125rem;
        padding: 0.75rem 3.5rem 0.75rem 0.875rem;
    }

    .noon-footer {
        padding: 1rem 0 0.5rem;
    }

    .noon-footer-content {
        padding: 0 0.75rem;
    }

    .noon-footer-store-info {
        margin-bottom: 0.875rem;
        padding-bottom: 0.875rem;
    }

    .noon-footer-heading {
        font-size: 0.875rem;
        margin-bottom: 0.75rem;
    }

    .noon-footer-info-grid {
        gap: 1.25rem;
    }

    .noon-footer-contact-list {
        gap: 0.625rem;
    }

    .noon-footer-contact-list li {
        font-size: 0.75rem;
    }

    .noon-social-links li a {
        width: 34px;
        height: 34px;
        font-size: 0.8125rem;
    }

    .noon-footer-bottom {
        padding-top: 0.75rem;
    }

    .noon-footer-copyright {
        font-size: 0.6875rem;
    }
}

/* Hide Dark Theme Button - Completely Remove */
.dark-light-btn,
.sidebar-btn.dark-light-btn,
.dark-light,
.theme-layout-version {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    position: absolute !important;
    left: -9999px !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}
