/* Target the header both normally and when sticky to guarantee a smooth slide */
header, .elementor-location-header, .hfe-header, #masthead, .elementor-type-header {
    transition: transform 0.3s ease-in-out !important;
}

.is-sticky-header-8d947dfa {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.is-hidden-header-8d947dfa {
    transform: translateY(-100%) !important;
}
