/*Page contact*/
#section-13 .hero-section-page {
    position: relative;
    width: 100%;
    height: 70vh;
    background-image: url('../img/car-page.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 65px;
    background-size: cover;
    z-index: -99;


}

#section-13 .details-hero-page {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#section-13 .page-name {
    font-family: Outfit;
    font-size: 42px;
    font-weight: 900;
    color: var(--white);
    line-height: 50px;
    text-align: center;
}

#section-13 .page-name span {
    color: var(--primary-color-rent-car);
}

#section-13 .description-page {
    font-family: Outfit;
    font-size: 28px;
    font-weight: 300;
    color: var(--primary-color-rent-car);
    text-align: center;
    text-transform: capitalize;
}



#section-14 .container-card-contact {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    z-index: 1;
    margin-top: -150px;
}

#section-14 .card-contact {
    border-radius: var(--border-radius-30);
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25);
    background-color: var(--white);
    z-index: 99;
    justify-content: space-between;
    position: relative;
    transition: all 0.4s ease;
}

#section-14 .icon-card-contact {
    width: 40px;
    height: 40px;

}

#section-14 .title-card-contact {
    font-family: Outfit;
    font-size: 22px;
    font-weight: 500;
    color: var(--secondary-color-rent-car);
    line-height: 22px;
    text-align: left;
}

#section-14 .description-card-contact {
    font-family: Outfit;
    font-size: 14px;
    font-weight: 500;
    color: var(--gray-dark);
    line-height: 22px;
    text-align: left;
}

#section-14 .bg-card-contact {
    width: 120px;
    height: 95px;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    right: 0;

}

#section-14 .card-contact:hover {
    background: var(--secondary-color-rent-car);
    color: var(--white);
    /* fond blanc */

    transform: translate3d(0, -15px, 0) scale(1.02);
    transform-style: preserve-3d;
    cursor: pointer;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

#section-14 .card-contact:hover h3,
#section-14 .card-contact:hover p {
    color: var(--white);
}

@media(max-width : 768px) {
    #section-14 .container-card-contact {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width : 576px) {
    #section-14 .container-card-contact {
        grid-template-columns: repeat(1, 1fr);
    }

    #section-14 .card-contact {
        text-align: center;
        align-items: center;
    }
}

#section-15 {
    margin-top: 100px;
}

#section-15 .container-contact-info {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-start;

}

#section-15 .right-contact-info,
#section-15 .left-contact-info {
    width: 48%;
}

#section-15 .input-contact-style {
    font-family: Outfit;
    font-size: 14px;
    font-weight: 400;
    color: var(--gray-dark);
    line-height: 22px;
    text-align: left;
    width: 100%;
    background: var(--white);
    border: 1px solid #D2D1D6;
    border-radius: var(--border-radius-30);
    padding: 15px 20px;
}

#section-15 .label-contact-style {
    font-family: Outfit;
    font-size: 16px;
    font-weight: 400;
    color: var(--gray-dark);
    line-height: 22px;
    text-align: left;
}

#section-15 .textarea-style {
    width: 100%;
    height: 142px;
}

#section-15 .input-box,
#section-15 .message-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

#section-15 .btn-contact-style {
    background: var(--primary-color-rent-car);
    border: none;
    font-family: Outfit;
    font-size: 15px;
    font-weight: 300;
    color: var(--secondary-color-rent-car);
    line-height: 28px;
    text-align: center;
    padding: 15px 0;
    width: 100%;
    border-radius: var(--border-radius-30);
    cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


input[type=number] {
    -moz-appearance: textfield;
}

#section-15 .map-address {
    width: 100%;
    height: 400px;
    border-radius: var(--border-radius-30);
    border: none;
}

#section-15 .title-contact-info {
    font-family: Outfit;
    font-size: 32px;
    font-weight: 700;
    color: var(--secondary-color-rent-car);
    line-height: 22px;
    text-align: left;
    margin-bottom: 30px;
}


.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border: none;
    font-family: Outfit;
    font-size: 15px;
    font-weight: 400;
    color: var(--secondary-color-rent-car);
    line-height: 28px;
    text-align: left;
    margin: 0;
    padding: 0;
}

.wpcf7-not-valid-tip {
    margin-top: 5px;
    font-family: Outfit;
    font-size: 15px;
    font-weight: 400;
}

.wpcf7-spinner {
    margin-top: 20px;
    text-align: center;
}

@media(max-width :768px) {
    #section-15 .container-contact-info {
        flex-direction: column;
    }

    #section-15 .right-contact-info,
    #section-15 .left-contact-info {
        width: 100%;
    }
}