.elementor .smart-header{position:static;.smart-header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: transform 0.3s ease-in-out !important; 
}

.smart-header.hide-header {
  transform: translateY(-100%);
}
/* Keeps the header fixed to the top */
.smart-header {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: transform 0.3s ease-in-out !important; 
}

/* Hides the header when scrolling down */
.smart-header.hide-header {
  transform: translateY(-100%);
}\n}