/* Header fixed and black on scroll */
#tahefobu-header,
#tahefobu-header.ta-sticky-active,
#tahefobu-header.ta-header-scroll-animation,
#tahefobu-header.ta-scroll-down,
#tahefobu-header.ta-scroll-up,
#tahefobu-header .elementor-container,
#tahefobu-header .elementor-section-wrap {
    background-color: #000 !important;
    transition: background-color 0.25s ease;
}

#tahefobu-header {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 99999 !important;
}
