/* Ensure Elementor popup modal is above custom mobile menu */
.dialog-lightbox-widget,
.dialog-widget {
    z-index: 99999 !important;
}

#custom-mobile-menu {
    z-index: 9999 !important;
}
