/* PSI OFF Mega Menu - priority 999 */

/* Ensure header doesn't clip anything */
.elementor-location-header,
.elementor-location-header .elementor-section,
.elementor-location-header .elementor-container,
.elementor-location-header .elementor-widget-nav-menu,
.elementor-nav-menu--main {
  overflow: visible !important;
}

/* Hide original Elementor dropdowns on desktop - the JS removes them from DOM anyway */
@media(min-width:901px) {
  body .menu-item-1847 > ul,
  body .menu-item-1847 > .sub-menu,
  body .menu-item-1847 > .elementor-nav-menu--dropdown {
    display:none !important;
  }
  body .menu-item-1846 { display:none !important; }
}

/* Mobile restore */
@media(max-width:900px) {
  body .menu-item-1847 > ul,
  body .menu-item-1847 > .sub-menu,
  body .menu-item-1847 > .elementor-nav-menu--dropdown {
    display:block !important;
    visibility:visible !important;
    height:auto !important;
    overflow:visible !important;
    pointer-events:auto !important;
  }
  body .menu-item-1846 { display:block !important; }
}
