.elementor-3749 .elementor-element.elementor-element-157a3a1b{--display:flex;}.elementor-3749 .elementor-element.elementor-element-19e801cd .e-floating-bars{--e-floating-bars-scroll-direction:forwards;background-color:#F5F5F5;--e-floating-bars-headline-icon-color:#FF9E18;--e-floating-bars-headline-icon-size:20px;--e-floating-bars-headline-icon-gap:10px;--e-floating-bars-headline-text-color:var( --e-global-color-secondary );--e-floating-bars-headline-text-color-hover:#0B0A32;--e-floating-bars-ticker-controls-order:2;--e-floating-bars-controls-icon-size:15px;--e-floating-bars-close-button-color:var( --e-global-color-secondary );--e-floating-bars-close-icon-size:25px;--e-floating-bars-close-button-bg-color:#F5F5F5;--e-floating-bars-headlines-gap:20px;--e-floating-bars-vertical-padding:10px;--e-floating-bars-background-overlay-opacity:0.5;}.elementor-3749 .elementor-element.elementor-element-19e801cd .e-floating-bars__headline{--e-floating-bars-headline-icon-position:row;}.elementor-3749 .elementor-element.elementor-element-19e801cd .e-floating-bars__headline-text{font-size:16px;font-weight:400;}@media(max-width:767px){.elementor-3749 .elementor-element.elementor-element-19e801cd .e-floating-bars{--e-floating-bars-scroll-direction:forwards;}.elementor-3749 .elementor-element.elementor-element-19e801cd .e-floating-bars__headline-text{font-size:14px;}}/* Start custom CSS for floating-bars-var-2, class: .elementor-element-19e801cd *//* 1) Make sure the promo bar is the very top layer */
#banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999; /* above the header */
}

/* 2) Push the header down by the promo height (adjust 48px to your bar’s height) */
.site-header,                 /* Astra header wrapper */
.ast-above-header,            /* Astra top bar (CTA strip) */
.ast-primary-header-bar {
  margin-top: 48px;
}

/* Optional: tweak for mobile if your promo bar is taller */
@media (max-width: 767px) {
  .site-header,
  .ast-above-header,
  .ast-primary-header-bar {
    margin-top: 56px; /* or whatever your mobile bar height is */
  }
}/* End custom CSS */