/* ================================================
   HEADER OVERRIDE STYLES - New Responsive Menu System
   Overrides old header styles from style.css
   ================================================ */

/* Override old header styles */
.header-inner {
    display: none !important;
}

.desktop-menu,
.main-menu {
    display: none !important;
}

/* Ensure new header-container is used */
/*.header-container {*/
/*    display: flex !important;*/
/*    align-items: center !important;*/
/*    justify-content: space-between !important;*/
/*    margin: 0 auto !important;*/
/*    padding: 15px 20px !important;*/
/*    gap: 1.5rem !important;*/
/*    min-height: 80px !important;*/
/*}*/

/* Additional responsive adjustments */
@media (max-width: 768px) {
    .header-container {
        padding: 10px 15px !important;
        min-height: 60px !important;
    }
}