/* Fixed header + hide on scroll down (ex-Elementor header HTML widget) */
header.elementor-location-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: top 0.3s ease;
}
