.elementor-location-header{
    transition: all 0.4s ease;
}
.elementor-location-header.sticky-header-active{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    z-index: 9999;
}