/* =========================================================
   EMPIREX Tech - empire.css (Overrides for Solak + Elementor)
   Purpose:
   - Keep normal page scrolling (fix body overflow blocker)
   - Make Solak Elementor Header sticky (no :has, no admin offset)
   ========================================================= */

/* Explicit Overflow Rules - Breaking the scroll blocker */
html {
    overflow-x: hidden !important;
    overflow-y: visible !important;
}

body {
    overflow-x: hidden !important;
    overflow-y: visible !important;
}

 