.elementor-135 .elementor-element.elementor-element-f1d6846{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-135 .elementor-element.elementor-element-f130926{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d0e57cc *//* --- WPForms Submit Button Styling --- */

/* Targets the container of the WPForms button to allow the button to go full-width */
.wpforms-form .wpforms-submit-container {
    width: 100%;
}

/* Styles the 'Send Message' button */
.wpforms-form button[type=submit] {
    width: 100%; /* Makes the button full-width */
    background-color: #1E3A8A !important; /* Sets the normal background color to navy blue */
    color: #ffffff !important; /* Sets the text color to white for better contrast */
    border: none !important; /* Removes any default border */
    transition: background-color 0.3s ease; /* Adds a smooth transition effect on hover */
}

/* Changes the button color when you hover over it */
.wpforms-form button[type=submit]:hover {
    background-color: #1f40af !important; /* Sets the hover background color */
}/* End custom CSS */