body.dark-hero-page:not(.fixed) header {
    background: transparent !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    box-shadow: none !important;
}

body.dark-hero-page:not(.fixed) .brand-box .white-logo {
    display: block !important;
}

body.dark-hero-page:not(.fixed) .brand-box .black-logo {
    display: none !important;
}

body.dark-hero-page:not(.fixed) .header-menu ul li a,
body.dark-hero-page:not(.fixed) .header-menu ul li span,
body.dark-hero-page:not(.fixed) .header-menu .dropdown-toggel,
body.dark-hero-page:not(.fixed) .header-mega > .dropdown-toggel {
    color: rgba(255, 255, 255, 0.92) !important;
}

body.dark-hero-page:not(.fixed) .header-menu ul li a:hover,
body.dark-hero-page:not(.fixed) .header-menu .dropdown-toggel:hover {
    color: var(--primary-colors-orange) !important;
}

body.dark-hero-page:not(.fixed) .ai-mega-trigger,
body.dark-hero-page:not(.fixed) .ai-mega-trigger-label {
    color: #fff !important;
}

body.dark-hero-page:not(.fixed) .ai-mega-chevron,
body.dark-hero-page:not(.fixed) .header-menu .ti-chevron-down {
    color: rgba(255, 255, 255, 0.82) !important;
}

body.dark-hero-page:not(.fixed) .header-right .btn.btn-blur {
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.24) !important;
    background: rgba(255, 255, 255, 0.08) !important;
}

body.dark-hero-page.fixed .brand-box .white-logo {
    display: none !important;
}

body.dark-hero-page.fixed .brand-box .black-logo {
    display: block !important;
}
