/* Fix for mobile menu z-index and overflow on homepage */
.home .elementor-location-header {
    z-index: 9999 !important;
    position: relative;
}

/* Ensure dropdown is visible and clickable */
.home .elementor-nav-menu--dropdown {
    z-index: 10000 !important;
}

.home .elementor-nav-menu--dropdown a {
    position: relative;
    z-index: 10001 !important;
    pointer-events: auto !important;
}

/* Fix any container overflow that might clip the menu */
.home .elementor-section-wrap > .elementor-element {
    overflow: visible !important;
}
