/* Force mobile menu above Smart Slider (GWT Theme) */
body #mainnav,
body .navbar-collapse,
body .navbar,
body .navbar-nav,
body #nav-menu,
body .mobile-menu,
body .offcanvas-menu {
    position: fixed !important;
    z-index: 999999 !important;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    /* optional: ensures content behind doesn’t show */
}

/* Ensure Smart Slider stays behind */
body div[class*="n2-ss-slider"],
body div[id*="n2-ss-"],
body .smart-slider,
body #smartslider {
    position: relative !important;
    z-index: 1 !important;
}