/* Mobile Menu Custom Styling */
.mobile-menu .menu-box {
    background-color: #1a1a2e !important;
    font-family: 'DM Sans', sans-serif;
}

.mobile-menu .nav-logo img {
    height: 40px;
    width: auto;
}

.mobile-menu .navigation li a {
    color: #ffffff !important;
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.mobile-menu .navigation li a:hover,
.mobile-menu .navigation li.current a {
    color: #f39c12 !important;
    background-color: rgba(243, 156, 18, 0.1) !important;
}

.mobile-menu .dropdown-btn {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.05) !important;
}

.mobile-menu .dropdown-btn:hover {
    background-color: rgba(243, 156, 18, 0.2) !important;
}

.mobile-menu .navigation li ul li a {
    background-color: #16162a !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

.mobile-menu .close-btn {
    color: #ffffff !important;
}

.mobile-menu .close-btn:hover {
    color: #f39c12 !important;
}

.menu-backdrop {
    background-color: rgba(0, 0, 0, 0.8) !important;
}