/* Mobile Menu Debug Styles - Test Only */

/* Force show mobile menu button on all screen sizes for testing */
/* .mobile-menu-toggle {
    display: block !important;
    background: rgba(255, 0, 0, 0.5) !important;
    padding: 10px !important;
    border: 2px solid red !important;
    position: fixed !important;
    top: 20px !important;
    right: 20px !important;
    z-index: 99999 !important;
} */



.hamburger-btn span {
    background-color: #ffffff !important;
    display: block !important;
    width: 25px !important;
    height: 3px !important;
    margin: 5px 0 !important;
}
