/* ==========================================================
   AREA MOTORS - CONTACT
   ========================================================== */


/* ==========================================================
   BASE
   ========================================================== */
#quickDrawer{ display: none;}
#footer-page{
    background-color: #172033 !important;
}
.contact-page {
    margin-top: 50px;
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    color: #172033;
}

.contact-page h1,
.contact-page h2,
.contact-page h3,
.contact-page p {
    margin-top: 0;
}

.contact-page a {
    text-decoration: none;
}


/* ==========================================================
   ELEMENTO EYEBROW
   ========================================================== */

.contact-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 14px;

    color: #1476d4;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.contact-eyebrow span {
    display: inline-block;

    width: 28px;
    height: 3px;

    border-radius: 10px;

    background: #1476d4;
}


/* ==========================================================
   HERO
   ========================================================== */

.contact-hero {
    position: relative;

    min-height: 620px;

    display: flex;
    align-items: center;

    overflow: hidden;

    background: #0c1624;
}

.contact-hero-media {
    position: absolute;
    inset: 0;

    overflow: hidden;
}

.contact-hero-video {
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;
}

.contact-hero-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(7, 18, 32, 0.01) 0%,
            rgba(7, 18, 32, 0.25) 38%,
            rgba(7, 18, 32, 0.55) 75%,
            rgba(7, 18, 32, 0.80) 100%
        );
}

.contact-hero-content {
    position: relative;
    z-index: 2;
    width: 45%;
    max-width: 520px;
    margin-left: 60%;
    margin-right: auto;
    text-align: left;
}
.contact-hero .contact-eyebrow {
    color: #59aaf0;
}

.contact-hero .contact-eyebrow span {
    background: #59aaf0;
}

.contact-hero h1 {
    max-width: 700px;
color: rgba(255, 255, 255, 0.82);
    margin-bottom: 25px;

    font-size: clamp(3rem, 6vw, 5.8rem);
    font-weight: 300;
    line-height: 0.98;
    letter-spacing: -2px;
}

.contact-hero h1 strong {
    color: rgba(255, 255, 255, 0.82);
    font-weight: 800;
}

.contact-hero-text {
    max-width: 600px;

    margin-bottom: 35px;

    color: rgba(255, 255, 255, 0.82);

    font-size: 1.15rem;
    line-height: 1.65;
}


/* ==========================================================
   HERO BUTTONS
   ========================================================== */

.contact-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    min-height: 48px;

    padding: 12px 22px;

    border-radius: 8px;

    font-size: 0.9rem;
    font-weight: 700;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        background-color 0.2s ease;
}

.contact-btn:hover {
    transform: translateY(-2px);
}

.contact-btn-primary {
    color: #ffffff;
    background: #1476d4;
    border: 1px solid #1476d4;
}

.contact-btn-primary:hover {
    color: #ffffff;
    background: #0e65ba;

    box-shadow: 0 8px 25px rgba(20, 118, 212, 0.25);
}

.contact-btn-outline {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);

    border: 1px solid rgba(255, 255, 255, 0.55);

    backdrop-filter: blur(5px);
}

.contact-btn-outline:hover {
    color: #172033;
    background: #ffffff;
}


/* ==========================================================
   LOCATION
   ========================================================== */

.contact-location {
    padding: 100px 0;

    background: #ffffff;
}

.contact-location h2 {
    margin-bottom: 20px;

    color: #172033;

    font-size: clamp(2.1rem, 4vw, 3.5rem);
    font-weight: 300;
    line-height: 1.05;
    letter-spacing: -1px;
}

.contact-location h2 strong {
    display: block;
    font-weight: 800;
}

.contact-location > .container > .row > .col-lg-3 > p {
    color: #697586;

    font-size: 0.95rem;
    line-height: 1.7;
}


/* ==========================================================
   MAPPA
   ========================================================== */

.contact-map {
    width: 100%;
    height: 430px;

    overflow: hidden;

    border-radius: 18px;

    background: #edf2f7;

    box-shadow:
        0 15px 45px rgba(20, 35, 55, 0.12);
}

.contact-map iframe {
    display: block;

    width: 100%;
    height: 100%;

    border: 0;
}


/* ==========================================================
   INFO CARD
   ========================================================== */

.contact-info-card {
    height: 100%;

    padding: 38px;

    border-radius: 18px;

    background: #f5f8fc;

    box-shadow:
        0 12px 35px rgba(20, 35, 55, 0.07);
}

.contact-info-card h3 {
    margin-bottom: 30px;

    color: #172033;

    font-size: 1.8rem;
    font-weight: 800;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;

    margin-bottom: 24px;
}

.contact-info-icon {
    flex: 0 0 42px;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    color: #1476d4;
    background: #e4f1fd;

    font-size: 1.05rem;
}

.contact-info-icon.contact-whatsapp {
    color: #ffffff;
    background: #25d366;
}

.contact-info-item strong {
    display: block;

    margin-bottom: 4px;

    color: #172033;

    font-size: 0.85rem;
    font-weight: 800;
}

.contact-info-item p {
    margin-bottom: 0;

    color: #697586;

    font-size: 0.88rem;
    line-height: 1.55;
}

.contact-info-item a {
    color: #697586;
}

.contact-info-item a:hover {
    color: #1476d4;
}


/* ==========================================================
   CONTACT FORM SECTION
   ========================================================== */

.contact-form-section {
    padding: 100px 0;

    background: #f3f7fb;
}

.contact-form-section .row.g-0 {
    overflow: hidden;

    border-radius: 22px;

    box-shadow:
        0 20px 60px rgba(20, 35, 55, 0.10);
}


/* ==========================================================
   FORM INTRO
   ========================================================== */

.contact-form-intro {
    height: 100%;

    padding: 50px 40px;

    color: #ffffff;

    background:
        linear-gradient(
            90deg,
            rgba(5, 30, 56, 0.50) 0%,
            rgba(5, 30, 56, 0.78) 45%,
            rgba(5, 30, 56, 0.90) 100%
        );

}

.contact-form-intro .contact-eyebrow {
    color: rgba(255, 255, 255, 0.75);
}

.contact-form-intro .contact-eyebrow span {
    background: rgba(255, 255, 255, 0.75);
}

.contact-form-intro h2 {
    margin-bottom: 25px;

    font-size: clamp(2.4rem, 4vw, 3.5rem);
    font-weight: 300;
    line-height: 1;
}

.contact-form-intro h2 strong {
    display: block;
    font-weight: 800;
}

.contact-form-intro > p {
    color: rgba(255, 255, 255, 0.82);

    font-size: 0.95rem;
    line-height: 1.7;
}

.contact-form-benefits {
    display: flex;
    flex-direction: column;
    gap: 18px;

    margin-top: 40px;
}

.contact-benefit {
    display: flex;
    align-items: center;
    gap: 14px;
}

.contact-benefit i {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);

    font-size: 1.1rem;
}

.contact-benefit span {
    color: rgba(255, 255, 255, 0.88);

    font-size: 0.85rem;
    line-height: 1.3;
}


/* ==========================================================
   FORM CARD
   ========================================================== */

.contact-form-card {
    height: 100%;

    padding: 45px;

    background: #ffffff;
}

.contact-form-card label {
    display: block;

    margin-bottom: 8px;

    color: #172033;

    font-size: 0.82rem;
    font-weight: 700;
}

.contact-form-card .form-control,
.contact-form-card .form-select {
    min-height: 48px;

    padding: 11px 14px;

    border: 1px solid #dce3eb;
    border-radius: 8px;

    color: #172033;
    background: #ffffff;

    box-shadow: none;

    font-size: 0.9rem;

    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.contact-form-card textarea.form-control {
    min-height: 130px;

    resize: vertical;
}

.contact-form-card .form-control:focus,
.contact-form-card .form-select:focus {
    border-color: #1476d4;

    box-shadow:
        0 0 0 3px rgba(20, 118, 212, 0.10);
}

.contact-form-card .form-control::placeholder {
    color: #a2acb9;
}


/* ==========================================================
   CHECKBOX
   ========================================================== */

.contact-form-card .form-check {
    display: flex;
    align-items: flex-start;
    gap: 8px;

    padding-left: 0;
}

.contact-form-card .form-check-input {
    flex: 0 0 auto;

    margin: 3px 0 0 0;

    width: 17px;
    height: 17px;

    border-color: #cbd5e1;
}

.contact-form-card .form-check-input:checked {
    border-color: #1476d4;
    background-color: #1476d4;
}

.contact-form-card .form-check-label {
    margin: 0;

    color: #697586;

    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5;
}

.contact-form-card .form-check-label a {
    color: #1476d4;
    font-weight: 600;
}


/* ==========================================================
   SUBMIT
   ========================================================== */

.contact-submit-btn {
    width: 100%;
    min-height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;

    padding: 12px 20px;

    border: 0;
    border-radius: 8px;

    color: #ffffff;
    background: rgba(5,30,56,1.00);

    font-size: 0.9rem;
    font-weight: 800;

    cursor: pointer;

    transition:
        transform 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease;
}

.contact-submit-btn:hover {
    background: #0e65ba;

    transform: translateY(-2px);

    box-shadow:
        0 8px 25px rgba(20, 118, 212, 0.25);
}


/* ==========================================================
   FORM MEDIA / VIDEO
   ========================================================== */

.contact-team-media {
    position: relative;

    height: 100%;
    min-height: 500px;

    overflow: hidden;

    background: #172033;
}

.contact-team-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.contact-team-overlay {
    position: absolute;
    inset: 0;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    padding: 35px;

    
}

.contact-team-overlay .contact-eyebrow {
    color: #59aaf0;
}

.contact-team-overlay .contact-eyebrow span {
    background: #59aaf0;
}

.contact-team-overlay h3 {
    margin-bottom: 15px;

    font-size: 2rem;
    font-weight: 300;
    line-height: 1.05;
}

.contact-team-overlay h3 strong {
    font-weight: 800;
}

.contact-team-overlay p {
    margin-bottom: 0;

    color: rgba(255, 255, 255, 0.80);

    font-size: 0.85rem;
    line-height: 1.6;
}


/* ==========================================================
   SERVICES
   ========================================================== */

.contact-services {
    padding: 100px 0;

    background: #ffffff;
}

.contact-services-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;

    margin-bottom: 45px;
}

.contact-services-header h2 {
    margin-bottom: 0;

    color: #172033;

    font-size: clamp(2.2rem, 4vw, 3.6rem);
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

.contact-services-header h2 strong {
    font-weight: 800;
}

.contact-services-header > p {
    max-width: 300px;

    margin-bottom: 5px;

    color: #697586;

    font-size: 0.95rem;
}


/* ==========================================================
   SERVICE ITEM
   ========================================================== */

.contact-service {
    min-height: 190px;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;

    padding: 25px;

    border: 1px solid #e6ebf1;

    color: #172033;
    background: #ffffff;

    transition:
        transform 0.2s ease,
        background-color 0.2s ease,
        box-shadow 0.2s ease,
        border-color 0.2s ease;
}

.contact-service:hover {
    position: relative;
    z-index: 2;

    color: #ffffff;
    background: #1476d4;

    border-color: #1476d4;

    transform: translateY(-5px);

    box-shadow:
        0 15px 35px rgba(20, 118, 212, 0.20);
}

.contact-service i {
    margin-bottom: 18px;

    color: #1476d4;

    font-size: 1.7rem;
}

.contact-service:hover i {
    color: #ffffff;
}

.contact-service strong {
    margin-bottom: 5px;

    font-size: 0.95rem;
    font-weight: 800;
}

.contact-service span {
    color: #8a94a3;

    font-size: 0.72rem;
}

.contact-service:hover span {
    color: rgba(255, 255, 255, 0.75);
}

/* ==========================================================
   ABOUT / SHOWROOM
   ========================================================== */

.contact-about {
    position: relative;
    overflow: hidden;
    background: #172033;
}

.contact-about .container {
    position: relative;
    z-index: 2;
}


/* ==========================================================
   TESTO INTRODUTTIVO
   ========================================================== */

.contact-about-content {
    max-width: 850px;
    padding: 90px 0 40px;
}

.contact-about-content .contact-eyebrow {
    color: #59aaf0;
}

.contact-about-content .contact-eyebrow span {
    background: #59aaf0;
}

.contact-about-content h2 {
    margin-bottom: 25px;

    color: #ffffff;

    font-size: clamp(2.8rem, 5vw, 4.8rem);
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

.contact-about-content h2 strong {
    font-weight: 800;
}

.contact-about-content p {
    max-width: 650px;

    margin-bottom: 0;

    color: rgba(255, 255, 255, 0.80);

    font-size: 1rem;
    line-height: 1.7;
}


/* ==========================================================
   PARTE INFERIORE
   ========================================================== */

.contact-about-bottom {
    min-height: 500px;
}


/* ==========================================================
   RAGAZZA ANIMATA
   ========================================================== */

.contact-about-girl {
    width: 100%;
    height: 500px;

    display: flex;
    align-items: flex-end;
    justify-content: center;

    overflow: hidden;
}

.contact-about-girl video {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: contain;
    object-position: center bottom;

    background: transparent;
}


/* ==========================================================
   SOCIAL
   ========================================================== */

.contact-social {
    width: 100%;
    max-width: 430px;

    

    padding: 35px;

    border-radius: 18px;

    background: rgba(255, 255, 255, 0.09);

    border: 1px solid rgba(255, 255, 255, 0.15);

    backdrop-filter: blur(8px);
}

.contact-social .contact-eyebrow {
    color: #59aaf0;
}

.contact-social .contact-eyebrow span {
    background: #59aaf0;
}

.contact-social h3 {
    margin-bottom: 25px;

    color: #ffffff;

    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
}

.contact-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.contact-social-links a {
    width: 44px;
    height: 44px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: #ffffff;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.contact-social-links a:hover {
    transform: translateY(-4px);

    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.18);
}

.contact-social-links img {
    width: 24px;
    height: 24px;

    object-fit: contain;
}


/* ==========================================================
   RESPONSIVE ABOUT
   ========================================================== */

@media (max-width: 991.98px) {

    .contact-about-content {
        padding: 60px 0 30px;
    }

    .contact-about-bottom {
        min-height: auto;
    }

    .contact-about-girl {
        height: 560px;
    }

    .contact-social {
        margin: 0 auto 60px;
    }

}


@media (max-width: 767.98px) {

    .contact-about-content {
        padding: 55px 0 20px;
    }

    .contact-about-content h2 {
        font-size: 2.8rem;
    }

    .contact-about-content p {
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .contact-about-girl {
        height: 500px;
    }

    .contact-social {
        max-width: none;
        margin: 0 0 40px;
        padding: 25px;
    }

    .contact-social h3 {
        margin-bottom: 20px;
        font-size: 1.15rem;
    }

}


@media (max-width: 480px) {

    .contact-about-content {
        padding-top: 45px;
    }

    .contact-about-content h2 {
        font-size: 2.5rem;
    }

    .contact-about-girl {
        height: 450px;
    }

    .contact-social {
        padding: 0px;
    }

    .contact-social-links {
        gap: 8px;
    }

    .contact-social-links a {
        width: 42px;
        height: 42px;
    }

}

/* ==========================================================
   TABLET
   ========================================================== */

@media (max-width: 991.98px) {

    .contact-hero {
        min-height: 560px;
    }

    .contact-location,
    .contact-form-section,
    .contact-services {
        padding: 75px 0;
    }

    .contact-map {
        height: 360px;
    }

    .contact-info-card {
        padding: 30px;
    }

    .contact-team-media {
        min-height: 450px;
    }

    .contact-services-header {
        align-items: flex-start;
        flex-direction: column;
    }


}


@media (max-width: 767.98px) {

    /* ======================================================
       HERO MOBILE
       ====================================================== */

    .contact-hero {
        min-height: 100svh;
        height: 100svh;
        display: flex;
        flex-direction: column;
    }

    .contact-hero-media {
        position: relative;
        width: 100%;
        height: 60%;
        min-height: 0;
        max-height: none;
        flex: 0 0 60%;
    }

    .contact-hero-video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .contact-hero-overlay {
        display: none;
    }

    .contact-hero-content {
        position: relative;
        width: 100%;
        max-width: none;
        height: 40%;
        margin: 0;
        padding: 20px 22px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
        background: #172033;
        box-sizing: border-box;
    }

    .contact-hero .contact-eyebrow {
        display: none;
        justify-content: center;
        margin-bottom: 8px;
    }

    .contact-hero h1 {
        margin-bottom: 12px;
        font-size: 2rem !important;
        line-height: 0.98;
        letter-spacing: -1px;
    }

    .contact-hero-text {
        max-width: 500px;
        margin: 0 auto 18px;
        font-size: 0.9rem;
        line-height: 1.45;
    }

    .contact-hero-actions {
        width: 100%;
        max-width: 380px;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 8px;
    }

    .contact-hero-actions .contact-btn {
        flex: 1;
        width: auto;
        min-height: 44px;
        padding: 10px 12px;
        font-size: 0.78rem;
    }

    .contact-hero-dovesiamo{
        font-size: 0.65rem !important;
    }
    .contact-btn {
        width: 100%;
    }





    .contact-location,
    .contact-form-section,
    .contact-services {
        padding: 60px 0;
    }

    .contact-location h2 {
        font-size: 2.4rem;
    }

    .contact-map {
        height: 300px;
    }

    .contact-info-card {
        padding: 28px 22px;
    }


    .contact-form-intro {
        padding: 40px 28px;
    }

    .contact-form-card {
        padding: 30px 22px;
    }

    .contact-team-media {
        min-height: 400px;
    }

    .contact-team-overlay {
        padding: 25px;
    }


    .contact-services-header h2 {
        font-size: 2.5rem;
    }

    .contact-service {
        min-height: 160px;

        padding: 20px;
    }



}


/* ==========================================================
   SMALL MOBILE
   ========================================================== */

@media (max-width: 480px) {

    .contact-hero {
        min-height: 100svh;
        height: 100svh;
    }

    .contact-hero h1 {
        font-size: 2rem !important;
    }

    .contact-eyebrow {
        font-size: 0.68rem;
        letter-spacing: 1.5px;
    }

    .contact-location h2,
    .contact-services-header h2 {
        font-size: 2.25rem;
    }

    .contact-info-item {
        gap: 10px;
    }

    .contact-info-icon {
        flex-basis: 38px;

        width: 38px;
        height: 38px;
    }

    .contact-service {
        min-height: 145px;
    }

}
