.elementor-location-header {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 9999;
transition: height 0.3s ease; }
.sticky-header.js-scrolling {
background-color: #12130E!important;
box-shadow: 5px 0px 10px 0px rgba(0,0,0,0.5)!important;
transition: background-color 0.3s ease, box-shadow 0.3s ease;
}