
@media (max-width: 991px) {
    
    body {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
    
    .header-section {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        z-index: 999 !important;
        background: #fffefe !important;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1) !important;
        padding: 0 !important;
        margin: 0 !important;
        transform: none !important;
    }

    .top-nav {
        display: none !important;
        height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
        border: none !important;
        opacity: 0 !important;
        overflow: hidden !important;
    }
    
    .top-nav.hide {
        display: none !important;
        height: 0 !important;
    }
    
    .menu-item {
        padding: 10px 0 !important;
        margin: 0 !important;
        box-shadow: none !important;
    }
    
    .menu-item .logo {
        padding: 5px 0 !important;
        margin: 0 !important;
    }
    
    .menu-item .logo a img {
        height: 50px !important;
        margin-top: 0 !important;
    }
    
    .canvas-open {
        position: fixed !important;
        right: 20px !important;
        top: 20px !important;
        z-index: 1000 !important;
    }
    
    .offcanvas-menu-wrapper {
        z-index: 9999 !important;
    }
    
    .offcanvas-menu-overlay {
        z-index: 9998 !important;
    }
    

    body > .hero-section,
    body > .breadcrumb-section,
    body > section:first-of-type,
    .hero-section:first-child,
    .breadcrumb-section:first-child {
        padding-top: 70px !important;
        margin-top: 0 !important;
    }
    
    .header-section + * {
        margin-top: 70px !important;
    }
    
    .header-section,
    .header-section *,
    .top-nav,
    .top-nav *,
    .menu-item,
    .menu-item * {
        transition: none !important;
        transform: none !important;
        animation: none !important;
    }
    
    /* 9. OVERFLOW FIX */
    html {
        overflow-x: hidden;
    }
    
    body {
        overflow-x: hidden;
        position: relative;
    }
}

/* ========== TABLET (min-width: 768px and max-width: 991px) ========== */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .menu-item .logo a img {
        height: 55px !important;
    }
}

/* ========== SMALL MOBILE (max-width: 480px) ========== */
@media only screen and (max-width: 480px) {
    .menu-item .logo a img {
        height: 45px !important;
    }
    
    .canvas-open {
        right: 15px !important;
        top: 18px !important;
    }
}

/* ========== DESKTOP (min-width: 992px) ========== */
@media (min-width: 992px) {
    body {
        padding-top: 130px;
    }
    
    .header-section {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99;
        background: #fffefe;
        transition: all 0.3s ease;
    }
    
    .top-nav {
        transition: all 0.3s ease;
    }
    
    .top-nav.hide {
        height: 0;
        padding: 0;
        margin: 0;
        border: none;
        opacity: 0;
    }
}

