/*
 * 85JET Light Mode Guard
 * Rollback: WP Admin > Settings > 85JET Light Mode Guard.
 */

body[data-theme="light"] {
    --color-bg: #ffffff !important;
    --color-bg-light: #ffffff !important;
    --color-bg-lighter: #ffffff !important;
    --color-contrast-lower: #f7f7f7 !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
}

body[data-theme="light"] .ms-main,
body[data-theme="light"] main,
body[data-theme="light"] .site-main,
body[data-theme="light"] .entry-content,
body[data-theme="light"] .jet85-about,
body[data-theme="light"] .jet85-contact,
body[data-theme="light"] .jet85-missions,
body[data-theme="light"] .jet85-safety,
body[data-theme="light"] .jet85-terms,
body[data-theme="light"] .jet85-wws {
    background-color: #ffffff !important;
}

body[data-theme="light"] .jet85-about {
    --jet85-about-bg: #ffffff !important;
}

body[data-theme="light"] .jet85-contact {
    --jet85-contact-bg: #ffffff !important;
}

body[data-theme="light"] .jet85-missions {
    --jet85-missions-bg: #ffffff !important;
}

body[data-theme="light"] .jet85-safety {
    --jet85-safety-bg: #ffffff !important;
}

body[data-theme="light"] .jet85-terms {
    --jet85-terms-bg: #ffffff !important;
}

body[data-theme="light"] .jet85-wws {
    --jet85-bg: #ffffff !important;
}

body[data-theme="light"] .jet85-footer {
    --jet85-footer-bg: #ffffff !important;
    --jet85-footer-panel: #ffffff !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
}

body[data-theme="light"] .jet85-footer__main,
body[data-theme="light"] .jet85-footer__bottom,
body[data-theme="light"] .jet85-footer__grid {
    background: #ffffff !important;
    background-color: #ffffff !important;
}

body[data-theme="light"] .jet85-contact__body,
body[data-theme="light"] .jet85-wws__agency-credit,
body[data-theme="light"] .jet85-wws__hero,
body[data-theme="light"] .jet85-wws__clients,
body[data-theme="light"] .jet85-wws__beyond,
body[data-theme="light"] .jet85-wws__cta {
    background-color: #ffffff !important;
}

body[data-theme="light"] img,
body[data-theme="light"] picture,
body[data-theme="light"] video,
body[data-theme="light"] .swiper-slide,
body[data-theme="light"] .jarallax-img,
body[data-theme="light"] [style*="background-image"] {
    filter: none !important;
    mix-blend-mode: normal !important;
}

body[data-theme="light"] .jet85-contact__hero img,
body[data-theme="light"] .jet85-wws__tile img {
    filter: none !important;
}

body[data-theme="light"] .main-header,
body[data-theme="light"] .main-header__layout,
body[data-theme="light"] .main-header .main-header__default .navbar-nav > .menu-item > a,
body[data-theme="light"] .main-header .main-header__nav-trigger,
body[data-theme="light"] .main-header .action-menu .text span,
body[data-theme="light"] .main-header .logo-dark h3 {
    color: #111111 !important;
}

body[data-theme="light"] .main-header .header__search-icon svg,
body[data-theme="light"] .main-header .ms_theme_mode .sun-and-moon > :is(.moon, .sun) {
    fill: #111111 !important;
    stroke: #111111 !important;
}

body[data-theme="light"] .main-header .ms_theme_mode .sun-and-moon > .sun-beams,
body[data-theme="light"] .main-header .action-menu .burger .line,
body[data-theme="light"] .main-header .main-header__nav-trigger-icon,
body[data-theme="light"] .main-header .main-header__nav-trigger-icon::before,
body[data-theme="light"] .main-header .main-header__nav-trigger-icon::after {
    background-color: #111111 !important;
    color: #111111 !important;
    stroke: #111111 !important;
}

body[data-theme="light"] .main-header .main-header__layout {
    background-color: rgba(255, 255, 255, 0.94) !important;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

body[data-theme="light"] .main-header.show-bg .main-header__layout,
body[data-theme="light"] .main-header__layout.action {
    background-color: rgba(255, 255, 255, 0.98) !important;
}

body[data-theme="light"] .main-header .logo-light {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

body[data-theme="light"] .main-header .logo-dark {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 2 !important;
}

body[data-theme="light"] .main-header .logo-dark img {
    content: url("85jet-logo-black-transparent-1006.png") !important;
    display: block !important;
    width: clamp(82px, 4.8vw, 96px) !important;
    max-width: 96px !important;
    height: auto !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    filter: none !important;
    mix-blend-mode: normal !important;
    opacity: 1 !important;
    visibility: visible !important;
}

body[data-theme="light"] .main-header .logo-dark,
body[data-theme="light"] .main-header .logo-dark a {
    display: block !important;
    line-height: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}
