/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 12 2025 | 16:17:54 */
/* Add /* Full-screen submenu panel */
.wpmm-submenu-panel {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #0b1627; /* your dark color */
    z-index: 999999;
    padding: 30px;
    transition: all 0.4s ease;
    overflow-y: auto;
}

/* When panel is active */
.wpmm-submenu-panel.active {
    right: 0;
}

/* Back arrow styling */
.wpmm-back-btn {
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 25px;
    cursor: pointer;
}
.mob-expand-submenu{
	top: -41px;
}

.wp-mobile-menu .menu-item-has-children > a > .mob-expand-submenu {
  pointer-events: auto !important;
}
.wp-mobile-menu .menu-item-has-children > a {
  pointer-events: none !important; 
}
.wp-mobile-menu .menu-item-has-children > a * {
  pointer-events: auto !important;
}
    .mobmenu-content #mobmenuright > li > a:hover {
        background-color: transparent !important;
    }
