.elementor-41 .elementor-element.elementor-element-2edb612{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-41 .elementor-element.elementor-element-a337b80 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-41 .elementor-element.elementor-element-7431e10{--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:25px;--margin-bottom:25px;--margin-left:0px;--margin-right:0px;}.elementor-41 .elementor-element.elementor-element-a7dbc88 > .elementor-widget-container{padding:25px 25px 10px 25px;border-radius:12px 12px 12px 12px;box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-a7dbc88 */.form-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: 'Helvetica', Arial, sans-serif; /* Use Helvetica font */
    color: #194F90; /* Text color */
}

.form-column {
    width: 48%; /* Ensures two columns, each taking up about half the width */
    box-sizing: border-box;
    font-family: 'Helvetica', Arial, sans-serif; /* Use Helvetica font */
    color: #194F90; /* Text color */
}

@media (max-width: 768px) {
    .form-column {
        width: 100%; /* On small screens, make columns full width */
        margin-bottom: 20px;
        font-family: 'Helvetica', Arial, sans-serif; /* Use Helvetica font */
        color: #194F90; /* Text color */
    }
}

/* Center the send button */
.wpcf7-submit {
    display: block;
    margin: 20px auto; /* Center the button */
    background-color: #194F90; /* Button background color */
    color: white; /* Button text color */
    padding: 10px 20px;
    border-radius: 50px; /* Rounded corners */
    border: none; /* Remove border */
    cursor: pointer; /* Pointer cursor on hover */
    font-family: 'Helvetica', Arial, sans-serif; /* Use Helvetica font */
}

.wpcf7-submit:hover {
    background-color: #163c6c; /* Darker background on hover */
}/* End custom CSS */