/* Site-wide fixes applied during the static migration (not from the original theme) */

/* Fix: expanded mobile nav dropdown was rendering behind the header/hero image
   because the header wrapper's stacking context wasn't being picked up correctly
   outside the original WordPress/Avada runtime. Force it above everything. */
.fusion-mobile-nav-holder.fusion-mobile-menu-expanded {
  position: relative;
  z-index: 99999;
  background: #fff;
}
