/**
 * Theme Name: Cartax
 * Author: Agence SBA
 * Author URI: https://agence-sba.com
 * Text Domain: cartax
 * Template: capmonetique
 * Version: 1.0.0
 */

body:not(.home) {
    #header-inner {
        .mega-menu-action {
            color: var(--wp--preset--color--contrast-2) !important;
        }

        #open-mobile-menu svg {
            color: var(--wp--preset--color--contrast-2) !important;

            &:hover {
                color: var(--wp--preset--color--base) !important;
            }
        }

        g.logo-name path {
            fill: var(--wp--preset--color--contrast-1) !important;
        }

        path.baseline {
            fill: var(--wp--preset--color--brand-1) !important;
        }
    }

    #slogan-subbrand > p {
        color: var(--wp--preset--color--contrast-2) !important;
    }
}

#key-points-home {
    margin-top: -175px !important;

    .keypoint-card {
        background: rgba(255, 255, 255, 0.4);
        backdrop-filter: blur(60px);
    }
}

.cartax-arrow-solutions {
    position: absolute;
    top: 5rem;
    left: 100%;

    svg {
        width: 200px;
        height: auto;
    }
}
