﻿
/* 
    primario:

    HEX #0B004A  da pdf sbagliato, con picking: #1C1363
    

    secondaria:

    HEX #10117D da pdf sbagliato, con picking: --> #214095
    HEX #3C4FC9 da pdf sbagliato, con picking: --> #396EB5
*/
/*************************************************/
/*************************************************/
body .kb-page-mask {
    z-index: 3 !important
}


body {
    font-family: "Jost", sans-serif;
    font-size: 1.25rem;
    /*    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;*/
}

h2 {
    font-weight: 600;
}

h3 {
    font-weight: 500;
}

h4 {
    font-weight: 400;
}

h5 {
    font-weight: 300;
}

.cleanerx-image {
    width: 190px;
}

.uppercase {
    text-transform: uppercase !important
}

.heading-2 {
    font-weight: 500;
    font-size: 2.5rem;
}

.header-wrapper, .header-right-side {
    background-color: #214095;
}

.header-wrapper {
    border-bottom: 0px;
}


.header-right-side {
    border-radius: 0px;
}

.hamburger-menu-lines {
    background-color: #fff;
}

.hamburger-menu-bar {
    background-color: #214095;
}

.heading-1-wrapper, .expirience-content-wrapper, .services-content-wrapper, .hero-heading-wrapper, .heading-2, .cotact-wrapper {
    color: #214095;
    /* color: var(--blue--950);*/
}

.w-nav-link.active {
    text-decoration: underline;
}

.section.is-dark-blue {
    background-color: #214095;
}

.footer-dark {
    background-color: #214095;
}

.title-large {
    font-size: 1.75rem;
}

.subtitle {
    color: #396EB5;
    font-family: "Jost", sans-serif;
}

.paragraph {
    /*color: #13273e;*/
}

.card-title-wrapper, value-title-wrapper {
    color: #214095;
}

.nav-link {
    color: #fff;
}

.w-nav-link.active, .w-nav-link.w--current {
    color: #fff;
}


.nav-link:hover {
    color: #214095;
}

.right-arrow, .left-arrow {
    bottom: -17%;
}
/**********************************************/
/* tasto lingua: Nasconde l'elemento di default */
.mobile-only {
    display: none;
}

/* Mostra solo su schermi con larghezza massima 768px (mobile) */
@media (max-width: 768px) {
    .mobile-only {
        display: inline-block; /* o block, flex, a seconda del contesto */
    }
}

/**********************************************/
    /**********************************************/

    .credit-content {
    color: var(--white);
    /*    margin-left: auto;
    margin-right: auto;*/
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px; /* spazio tra elementi */
    padding: 1rem 0;
}

.credit-text.f-right {
    margin-left: auto;
}

/* Responsive breakpoint per schermi piccoli */
@media (max-width: 600px) {
    .credit-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .credit-text.f-right {
        margin-left: 0;
    }
}

.credit-text.f-right a {
    color: #fff;
    text-decoration: none;
}
/*************************************************/
/*************************************************/
.section.hero {
    padding-top: 50px;
    padding-bottom: 50px;
}

.hero-wrapper {
    grid-row-gap: 5rem;
}

.hero-image-wrapper {
    width: 60%;
    text-align: center;
    margin: 0 auto;
}

.hero-image {
    object-fit: cover;
}

.left-arrow, .right-arrow {
    background-color: #214095;
}
/*************************************************/
/*************************************************/
.not-used-badge {
    /* display: none; */
}

.footer-dark {
    padding-bottom: 15px;
}

.credit-text {
    font-size: 0.8rem;
}

.credit-content-wrapper {
    grid-row-gap: 15px;
}
/*************************************************/
/*************************************************/
.section.is-soft-blue.about {
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.section.about-content {
    padding-top: 3rem;
}

.cta-content-wrapper {
    /*font-family: Roboto, sans-serif;*/
    font-family: "Jost", sans-serif;
}
/*************************************************/
/* SERVICES */
/*************************************************/
.services-content-wrapper {
    /*font-family: Roboto, sans-serif;*/
    font-family: "Jost", sans-serif;
}

.section.first {
    padding-top: 3rem;
}

.service-container-wrapper {
    max-width: 1024px;
}

.service-rich-text.heading-1-wrapper h2, .service-rich-text.heading-1-wrapper h3, .service-rich-text.heading-1-wrapper h4, .service-rich-text.heading-1-wrapper h5 {
    color: #214095;
}
.service-rich-text.heading-1-wrapper h1 {
    text-transform: capitalize;
    font-weight:500;
}
/*************************************************/
/* ABOUT */
/*************************************************/
.heading-1-wrapper {
    /*font-family: Roboto, sans-serif;*/
    font-family: "Jost", sans-serif;
}

.hero-heading-wrapper {
    /*font-family: Roboto, sans-serif;*/
    font-family: "Jost", sans-serif;
}

.about-heading-wrapper {
    /*font-family: Roboto, sans-serif;*/
    font-family: "Jost", sans-serif;
}

.expirience-content-wrapper {
    /*font-family: Roboto, sans-serif;*/
    font-family: "Jost", sans-serif;
}

.our-value-hadline {
    /*font-family: Roboto, sans-serif;*/
    font-family: "Jost", sans-serif;
}
/*************************************************/
/* CONTACT */
/*************************************************/
.w-form-done, .w-form-fail{
    
    width: 100%;
    clear: both;
    margin-bottom: 1.5rem; /* spazio sotto il messaggio */
    grid-column: 1 / -1;
    text-align:center;
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 1.5em;
}

    .form-check .form-check-input {
        float: left;
        margin-left: -1.5em;
        margin-top: 3px;
    }

.form-submit-wrapper {
    margin-top: 1rem;
    text-align: center;
    clear:both;
}

    .form-submit-wrapper .w-button {
        width: 100%;
    }

.input-validation-error + label, .input-validation-error + label a {
    color: red !important;
}

input[type="checkbox"].input-validation-error {
    -webkit-appearance: none;
    appearance: none;
    width: 1rem;
    height: 1rem;
    border: 1px solid red;
    border-radius: 3px;
    position: relative;
}

input[type="checkbox"].input-validation-error:checked::before {
    
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 0.8rem;
    color: red;
}

.contact-section-wrapper {
    border: none;
}

.error-message {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.contact-success-message {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.w-form-done {
    margin-top: 10px;
}

.w-form-fail {
    border-radius: 22px;
    padding: 20px;
}

label {
    margin-bottom: 5px;
    font-size: 1rem;
    font-weight: 400;
    color: var(--black--medium);
}

.w-button {
    color: #fff;
    background-color: #214095;
}

    .w-button.lang {
        color: #214095;
        background-color: #FFF;
        border-radius: 20px;
        padding: 0px 10px;
    }

.contact-item {
    border: .4px solid #214095;
    color: #214095;
}

.w-input:focus, .w-select:focus {
    border-color: #214095;
}

.btn-primary {
    border-radius: 20px;
    padding: 5px 15px;
}
/*************************************************/
/*************************************************/
@media screen and (max-width: 479px) {
    .hero-image-wrapper {
        width: 100%;
    }

    .heading-2 {
        font-size: 2rem;
    }

    .heading-1 {
        font-size: 2.5rem;
    }
}
