/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/


/* contact form css */
div.proposal_form label, div.proposal_form input,
div.proposal_form input::placeholder{
	font-family: Lato, sans-serif;
	font-size: 16px;
}

.wpcf7 {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
}

.proposal_form h3 {
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    padding-top: 0;
}

.proposal_form hr {
    border-color: #d6dce1;
    border-width: 1px;
}

.proposal_form p {
    margin: 0 0 15px !important;
}

.proposal_form select {
    background: transparent;
    border: 2px solid #e0e6eb;
    border-top: 1px solid #e0e6eb;
    color: #888e93;
}

/* Hide the native arrow */
select.wpcf7-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('/wp-content/uploads/2025/08/download.svg');
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1rem;
    padding-right: 2.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 40px;
    font-size: 16px;
}

.proposal_form input {
    background: transparent;
    border: 2px solid #e0e6eb;
    border-top: 1px solid #e0e6eb;
    font-family: Verdana;
    border-radius: 5px;
}

.proposal_form input:focus,
.proposal_form textarea:focus,
.proposal_form select:focus {
    border: 2px solid #e0e6eb;
    border-top: 1px solid #e0e6eb;
    box-shadow: none;
}

.proposal_form input::placeholder {
    font-style: italic;
    font-size: 13px;
    color: #6b757e;
}

.proposal_form label {
    color: #2E3D4A;
    font-family: Verdana;
    font-size: 13px;
    font-weight: 700;
}

.city p {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: 37.4% 40% 20%;
}

.work_phone p {
    margin: 0 !important;
}

.proposal_form textarea {
    background: #fff;
    border: 2px solid #e0e6eb;
    border-top: 1px solid #e0e6eb;
    resize: none;
    border-radius: 5px;
}

.form_heading {
    padding: 15px 0;
}

.proposal_form .wpcf7-not-valid-tip {
    font-size: 13px !important;
    position: absolute;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border: none;
    padding: 0;
    color: #dc3232;
    font-size: 14px;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450 !important;
    border: none !important;
    padding: 0 !important;
}

.proposal_comi_input {
    display: grid;
    grid-template-columns: 70% 1fr;
    grid-column-gap: 10px;
}

.prosal_email {
    display: flex;
    gap: 10px;
}

.proposal_robot_input p {
    display: flex;
    justify-content: flex-end;
    padding-top: 25px;
}

.proposal_form span.wpcf7-spinner {
    display: none;
}

.proposal_form .submit_btn {
    margin-left: 50px;
}

.contact_email {
    display: flex;
    gap: 10px;
}

.proposal_form.contact-us .submit_btn {
    margin-left: auto;
    display: flex;
    margin-top: 30px;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
    animation: hideError 3s ease forwards;
    animation-delay: 1s;
}



@keyframes hideError {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        visibility: hidden;
        height: 0;
        margin: 0;
        padding: 0;
    }
}


@media (max-width:767px) {
    .city p {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .proposal_comi_input {
        grid-template-columns: 1fr;
    }

    .proposal_form p {
        margin: 0 0 10px !important;
    }

    .prosal_email {
        display: unset;
    }

    .phone_res {
        width: 100% !important;
    }
}