/**********************************************************
Tunifact V 3.0
Header Fix CSS - EMPTY FILE
CSS is now inline in each language version
***********************************************************/

/* All CSS moved to class_templates.php */
/* Arabic version: homepage_ar() */
/* French version: homepage_fr() */

/* Hide mobile menu on desktop */
@media (min-width: 992px) {
    .mobile_menu,
    .off-canvas-toggle-cover {
        display: none !important;
    }
}

/* Mobile responsive */
@media (max-width: 991px) {
    .header-content-wrapper {
        flex-direction: column !important;
    }
    
    .header-logo-compact {
        order: 1 !important;
    }
    
    .header-actions {
        order: 2 !important;
    }
    
    .header-nav-wrapper {
        order: 3 !important;
        width: 100% !important;
    }
}

