/* Start custom CSS for section, class: .elementor-element-59ac3c5 *//* Contact Form 7 Premium UI */

.cf7-contact-wrapper{
    max-width:700px;
    margin:auto;
    padding:45px;
    background:#fff;
    border-radius:20px;
    box-shadow:0 15px 50px rgba(0,0,0,.08);
    font-family:inherit;
}

.cf7-heading{
    text-align:center;
    margin-bottom:35px;
}

.cf7-heading h2{
    font-size:34px;
    margin-bottom:10px;
    color:#222;
    font-weight:700;
}

.cf7-heading p{
    color:#777;
    font-size:16px;
    line-height:1.7;
}

.cf7-row{
    display:flex;
    gap:20px;
}

.cf7-field{
    flex:1;
    margin-bottom:20px;
}

.cf7-field label{
    display:block;
    margin-bottom:8px;
    font-size:15px;
    font-weight:600;
    color:#222;
}

.cf7-field input,
.cf7-field textarea{
    width:100%;
    padding:15px 18px;
    border:1px solid #ddd;
    border-radius:12px;
    font-size:15px;
    transition:.3s;
    background:#fafafa;
    box-sizing:border-box;
}

.cf7-field textarea{
    min-height:170px;
    resize:vertical;
}

.cf7-field input:focus,
.cf7-field textarea:focus{
    outline:none;
    border-color:#4f46e5;
    background:#fff;
    box-shadow:0 0 0 4px rgba(79,70,229,.12);
}

.cf7-submit{
    text-align:center;
    margin-top:10px;
}

.cf7-submit input{
    background:#9d1710;
    color:#fff;
    border:none;
    padding:6px 45px;
    font-size:16px;
    font-weight:600;
    border-radius:50px;
    cursor:pointer;
    transition:.3s;
    box-shadow:0 10px 25px rgba(79,70,229,.25);
}

.cf7-submit input:hover{
    transform:translateY(-3px);
    box-shadow:0 15px 35px rgba(79,70,229,.35);
}

.wpcf7-spinner{
    display:block;
    margin:15px auto 0;
}

.wpcf7-response-output{
    margin-top:20px !important;
    border-radius:10px;
}

/* Responsive */

@media(max-width:768px){

.cf7-contact-wrapper{
    padding:25px;
}

.cf7-row{
    flex-direction:column;
    gap:0;
}

.cf7-heading h2{
    font-size:28px;
}

}/* End custom CSS */