@media (max-width: 767px) { .elementor-nav-menu--dropdown.elementor-nav-menu__container[aria-hidden="false"]::before {
content: '';
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 10rem; background: rgba(0,0,0,0.1);
z-index: -1;
}
.elementor-nav-menu--dropdown.elementor-nav-menu__container {
position: fixed !important;
top: 10rem;
left: 0;
width: 100%;
z-index: 9999;
overflow-y: auto;
background: white;
box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
} @media (min-width: 768px) and (max-width: 1024px) {
.elementor-nav-menu--dropdown.elementor-nav-menu__container {
position: fixed !important;
top: 10rem;
left: 0;
width: 50%;
z-index: 9999;
overflow-y: auto;
background: white;
box-shadow: 5px 5px 20px rgba(0,0,0,0.1);
}
}