.elementor-10642 .elementor-element.elementor-element-973d0e1{margin-top:0px;margin-bottom:100px;}.elementor-10642 .elementor-element.elementor-element-27fbfec .elementor-heading-title{font-size:39px;font-weight:600;}/* Start custom CSS for wpforms, class: .elementor-element-d08fe3c *//* Style the confirmation message for the specific form */
#wpforms-10632 .wpforms-confirmation-container {
    background-color: #d4f0ff; /* Light blue color */
    padding: 15px;
    border-radius: 5px;
    color: #333; /* Text color */
}

/* Style the submit button for the specific form */
#wpforms-10632 .wpforms-submit {
    background-color: #00aac3; /* Custom button color */
    border: none;
    color: #fff; /* White text */
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

/* Add hover effect to the submit button */
#wpforms-10632 .wpforms-submit:hover {
    background-color: #008b9c; /* Slightly darker shade for hover */
}/* End custom CSS */