.elementor-809 .elementor-element.elementor-element-a763321{--display:flex;--margin-top:120px;--margin-bottom:120px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-809 .elementor-element.elementor-element-9ee126a .contact-form .form-control{border-radius:0px;}.elementor-809 .elementor-element.elementor-element-9ee126a .subscribe-wrap .subscribe-content .subscribe-form .form-control{border-radius:0px;}.elementor-809 .elementor-element.elementor-element-9ee126a .form-11__input input{border-radius:0px;}.elementor-809 .elementor-element.elementor-element-9ee126a .form-11__textarea textarea{border-radius:0px;}.elementor-809 .elementor-element.elementor-element-9ee126a .form-item-wrap .form-title{margin-bottom:0px;}.elementor-809 .elementor-element.elementor-element-9ee126a .contact-form .form-item-wrap .form-item .form-control{margin-bottom:13px;}/* Start custom CSS for pixfix_contact_form, class: .elementor-element-9ee126a *//* Fix the form layout and spacing */
.wpcf7-form {
    max-width: 100%;
}

/* Style the Labels */
.wpcf7-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
    color: #333;
    font-size: 14px;
}

/* Style all Inputs and Textarea */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    width: 100% !important;
    padding: 12px 15px !important;
    margin-bottom: 15px !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important; /* Matches your 'Call Now' button */
    background-color: #fff !important;
    font-size: 15px;
    box-sizing: border-box;
}

/* Focus effect - Blue border when clicking */
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    border-color: #00aced !important; /* Matches your logo/button blue */
    outline: none;
    box-shadow: 0 0 5px rgba(0, 172, 237, 0.2);
}

/* Style the Submit Button to match your header button */
.wpcf7-submit {
    background-color: #00aced !important;
    color: white !important;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 15px 35px !important;
    border: none !important;
    border-radius: 4px !important;
    cursor: pointer;
    transition: all 0.3s ease;
}

.wpcf7-submit:hover {
    background-color: #0088bb !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}/* End custom CSS */