/*
Theme Name: Balance trip
Template: hello-elementor
Author: Balance trip
Description: Balance trip theme
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 0.0.1.1767198793
Updated: 2025-12-31 16:33:13

*/

.header-dark-wrapper {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 10;
  transform: translateY(0);
  transition: transform 0.3s ease;
}
.header-dark-wrapper.fixed-hidden {
    transform: translateY(-78px);
}
.header-dark-wrapper.fixed-hidden.fixed-visible {
    transform: translateY(0);
}
