/* conatct */
.contact { text-align: center; background-color: #cc02000a; padding-bottom: 170px; }
.contact .contact-wrapper { background-color: var(--color-red); border-radius: 10px; color: #fff; display: flex; padding: 90px; }
.contact .contact-description { width: 50%; text-align: left; padding-right: 50px; }
.contact .contact-wrapper .title-top { color: var(--color-white); }
.contact .contact-wrapper .conatct-title { color: var(--color-white); margin: 10px 0; }
.contact .contact-form form { display: flex; flex-wrap: wrap; gap: 14px; }
.contact .contact-form { width: 50%; }
.contact .contact-desc p { opacity: 0.8; }
.contact .contact-form .wpcf7-form-control-wrap { width: 100%; font-family: 'Plus Jakarta Sans'; }
.contact .contact-form input[type="date"]::-webkit-inner-spin-button,
.contact .contact-form input[type="date"]::-webkit-calendar-picker-indicator { display: none; -webkit-appearance: none; }

@media (max-width:1200px) {
    .contact .contact-wrapper { padding: 50px; }
}
@media (max-width:992px) {
    .contact { padding-bottom: 90px; }
    .contact .contact-wrapper { padding: 40px 20px; }
    .contact .contact-description { padding-right: 20px; }
}
@media (max-width:767px) {
    .contact .contact-wrapper { flex-direction: column; }
    .contact .contact-description { width: 100%; padding: 0; }
    .contact .contact-form { width: 100%; }
}

/* conatct */