.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-51608 .elementor-element.elementor-element-1300e24 .elementor-heading-title{color:#00003C;}.elementor-51608 .elementor-element.elementor-element-157db72 > .elementor-element-populated{margin:75px 0px 0px 20px;--e-column-margin-right:0px;--e-column-margin-left:20px;padding:0px 0px 0px 0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-51608 .elementor-element.elementor-element-a16fa44{color:#00003C;}/* Start custom CSS for section, class: .elementor-element-03fe52a *//* Make First Name & Last Name Appear in the Same Row */
.cf7-row {
    display: flex;
    gap: 20px; /* Adjust space between fields */
    width: 100%;
}

.cf7-half {
    flex: 1; /* Makes both fields equal width */
}

/* Ensure fields take full width on smaller screens */
@media (max-width: 768px) {
    .cf7-row {
        flex-direction: column;
        gap: 10px;
    }
}

/* Center Submit Button */
.submit-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}


/* Ensure Contact Form 7 Submit Button is Styled */
body .wpcf7-form input.wpcf7-submit {
    background-color: #0096ff !important; /* Change button color */
    color: #ffffff !important; /* Text color */
    padding: 12px 24px !important; /* Adjust padding */
    font-size: 16px !important; /* Adjust font size */
    border: none !important; /* Remove border */
    border-radius: 1px !important; /* Make button rounded */
    cursor: pointer !important; /* Show hand cursor on hover */
    transition: all 0.3s ease-in-out !important;
    display: block !important;
    margin: 20px auto !important; /* Centers the button */
    text-align: center !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3065e59 *//* Ensure the First Name and Last Name fields appear in the same row */
#crmWebToEntityForm .name-fields-container {
    display: flex;
    gap: 20px; /* Space between First Name and Last Name fields */
    width: 100%;
}

/* Style the individual name field containers */
#crmWebToEntityForm .name-field-wrapper {
    flex: 1;
    min-width: 200px; /* Ensure each field is flexible but doesn't shrink too much */
}

/* Make the label and input full width within their wrapper */
#crmWebToEntityForm .name-field-wrapper .zcwf_col_lab,
#crmWebToEntityForm .name-field-wrapper .zcwf_col_fld {
    width: 100% !important;
    float: none !important;
}

#crmWebToEntityForm .name-field-wrapper .zcwf_col_lab label {
    display: block;
    margin-bottom: 5px;
}

/* Email field styling */
.email-field-wrapper {
    width: 100%;
}

/* Remove any excess margin/padding for the button row */
.button-row {
    margin-top: 20px;
}

/* Responsive adjustments for small screens */
@media all and (max-width: 480px) {
    /* Stacks fields in a column on small screens */
    #crmWebToEntityForm .name-fields-container {
        flex-direction: column;
        gap: 15px;
    }
    
    /* Ensure individual name fields fill width on smaller screens */
    #crmWebToEntityForm .name-field-wrapper {
        min-width: 100%;
    }
}

/* Optional: Style enhancements */
#crmWebToEntityForm {
    font-family: Arial, sans-serif;
}

.zcwf_col_lab label {
    font-weight: bold;
    color: #333;
    font-size: 14px;
}

.zcwf_col_fld input[type="text"] {
    padding: 8px 12px;
    border: 1px solid #ddd !important;
    border-radius: 4px;
    width: 100% !important;
    font-size: 14px;
}

/* Submit button styles */
.formsubmit.zcwf_button {
    background: #0279FF;
    color: white !important;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s;
}

.formsubmit.zcwf_button:hover {
    background: #0069d9;
}



/* Ensure the Email row aligns label and field properly */
#crmWebToEntityForm .email-field-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* Style the label */
#crmWebToEntityForm .email-field-wrapper .zcwf_col_lab {
    width: 100% !important;
    float: none !important;
    margin-bottom: 5px;
}

/* Style the input to span full width and sit immediately below the label */
#crmWebToEntityForm .email-field-wrapper .zcwf_col_fld {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Full-width input box for email */
#crmWebToEntityForm .email-field-wrapper .zcwf_col_fld input[type="text"] {
    width: 100% !important;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

/* Remove any unintended spacing from help div */
#crmWebToEntityForm .email-field-wrapper .zcwf_col_help {
    display: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-351d1f3 *//* Ensure the First Name and Last Name fields appear in the same row */
#crmWebToEntityForm .name-fields-container {
    display: flex;
    gap: 20px; /* Space between First Name and Last Name fields */
    width: 100%;
}

/* Style the individual name field containers */
#crmWebToEntityForm .name-field-wrapper {
    flex: 1;
    min-width: 200px; /* Ensure each field is flexible but doesn't shrink too much */
}

/* Make the label and input full width within their wrapper */
#crmWebToEntityForm .name-field-wrapper .zcwf_col_lab,
#crmWebToEntityForm .name-field-wrapper .zcwf_col_fld {
    width: 100% !important;
    float: none !important;
}

#crmWebToEntityForm .name-field-wrapper .zcwf_col_lab label {
    display: block;
    margin-bottom: 5px;
}

/* Email field styling */
.email-field-wrapper {
    width: 100%;
}

/* Remove any excess margin/padding for the button row */
.button-row {
    margin-top: 20px;
}

/* Responsive adjustments for small screens */
@media all and (max-width: 480px) {
    /* Stacks fields in a column on small screens */
    #crmWebToEntityForm .name-fields-container {
        flex-direction: column;
        gap: 15px;
    }
    
    /* Ensure individual name fields fill width on smaller screens */
    #crmWebToEntityForm .name-field-wrapper {
        min-width: 100%;
    }
}

/* Optional: Style enhancements */
#crmWebToEntityForm {
    font-family: Arial, sans-serif;
}

.zcwf_col_lab label {
    font-weight: bold;
    color: #333;
    font-size: 14px;
}

.zcwf_col_fld input[type="text"] {
    padding: 8px 12px;
    border: 1px solid #ddd !important;
    border-radius: 4px;
    width: 100% !important;
    font-size: 14px;
}

/* Submit button styles */
.formsubmit.zcwf_button {
    background: #0279FF;
    color: white !important;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s;
}

.formsubmit.zcwf_button:hover {
    background: #0069d9;
}



/* Ensure the Email row aligns label and field properly */
#crmWebToEntityForm .email-field-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* Style the label */
#crmWebToEntityForm .email-field-wrapper .zcwf_col_lab {
    width: 100% !important;
    float: none !important;
    margin-bottom: 5px;
}

/* Style the input to span full width and sit immediately below the label */
#crmWebToEntityForm .email-field-wrapper .zcwf_col_fld {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Full-width input box for email */
#crmWebToEntityForm .email-field-wrapper .zcwf_col_fld input[type="text"] {
    width: 100% !important;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

/* Remove any unintended spacing from help div */
#crmWebToEntityForm .email-field-wrapper .zcwf_col_help {
    display: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dddb6d7 *//* Ensure the First Name and Last Name fields appear in the same row */
#crmWebToEntityForm .name-fields-container {
    display: flex;
    gap: 20px; /* Space between First Name and Last Name fields */
    width: 100%;
}

/* Style the individual name field containers */
#crmWebToEntityForm .name-field-wrapper {
    flex: 1;
    min-width: 200px; /* Ensure each field is flexible but doesn't shrink too much */
}

/* Make the label and input full width within their wrapper */
#crmWebToEntityForm .name-field-wrapper .zcwf_col_lab,
#crmWebToEntityForm .name-field-wrapper .zcwf_col_fld {
    width: 100% !important;
    float: none !important;
}

#crmWebToEntityForm .name-field-wrapper .zcwf_col_lab label {
    display: block;
    margin-bottom: 5px;
}

/* Email field styling */
.email-field-wrapper {
    width: 100%;
}

/* Remove any excess margin/padding for the button row */
.button-row {
    margin-top: 20px;
}

/* Responsive adjustments for small screens */
@media all and (max-width: 480px) {
    /* Stacks fields in a column on small screens */
    #crmWebToEntityForm .name-fields-container {
        flex-direction: column;
        gap: 15px;
    }
    
    /* Ensure individual name fields fill width on smaller screens */
    #crmWebToEntityForm .name-field-wrapper {
        min-width: 100%;
    }
}

/* Optional: Style enhancements */
#crmWebToEntityForm {
    font-family: Arial, sans-serif;
}

.zcwf_col_lab label {
    font-weight: bold;
    color: #333;
    font-size: 14px;
}

.zcwf_col_fld input[type="text"] {
    padding: 8px 12px;
    border: 1px solid #ddd !important;
    border-radius: 4px;
    width: 100% !important;
    font-size: 14px;
}

/* Submit button styles */
.formsubmit.zcwf_button {
    background: #0279FF;
    color: white !important;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s;
}

.formsubmit.zcwf_button:hover {
    background: #0069d9;
}



/* Ensure the Email row aligns label and field properly */
#crmWebToEntityForm .email-field-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* Style the label */
#crmWebToEntityForm .email-field-wrapper .zcwf_col_lab {
    width: 100% !important;
    float: none !important;
    margin-bottom: 5px;
}

/* Style the input to span full width and sit immediately below the label */
#crmWebToEntityForm .email-field-wrapper .zcwf_col_fld {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Full-width input box for email */
#crmWebToEntityForm .email-field-wrapper .zcwf_col_fld input[type="text"] {
    width: 100% !important;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

/* Remove any unintended spacing from help div */
#crmWebToEntityForm .email-field-wrapper .zcwf_col_help {
    display: none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e2bd60c *//* Ensure the First Name and Last Name fields appear in the same row */
#crmWebToEntityForm .name-fields-container {
    display: flex;
    gap: 20px; /* Space between First Name and Last Name fields */
    width: 100%;
}

/* Style the individual name field containers */
#crmWebToEntityForm .name-field-wrapper {
    flex: 1;
    min-width: 200px; /* Ensure each field is flexible but doesn't shrink too much */
}

/* Make the label and input full width within their wrapper */
#crmWebToEntityForm .name-field-wrapper .zcwf_col_lab,
#crmWebToEntityForm .name-field-wrapper .zcwf_col_fld {
    width: 100% !important;
    float: none !important;
}

#crmWebToEntityForm .name-field-wrapper .zcwf_col_lab label {
    display: block;
    margin-bottom: 5px;
}

/* Email field styling */
.email-field-wrapper {
    width: 100%;
}

/* Remove any excess margin/padding for the button row */
.button-row {
    margin-top: 20px;
}

/* Responsive adjustments for small screens */
@media all and (max-width: 480px) {
    /* Stacks fields in a column on small screens */
    #crmWebToEntityForm .name-fields-container {
        flex-direction: column;
        gap: 15px;
    }
    
    /* Ensure individual name fields fill width on smaller screens */
    #crmWebToEntityForm .name-field-wrapper {
        min-width: 100%;
    }
}

/* Optional: Style enhancements */
#crmWebToEntityForm {
    font-family: Arial, sans-serif;
}

.zcwf_col_lab label {
    font-weight: bold;
    color: #333;
    font-size: 14px;
}

.zcwf_col_fld input[type="text"] {
    padding: 8px 12px;
    border: 1px solid #ddd !important;
    border-radius: 4px;
    width: 100% !important;
    font-size: 14px;
}

/* Submit button styles */
.formsubmit.zcwf_button {
    background: #0279FF;
    color: white !important;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s;
}

.formsubmit.zcwf_button:hover {
    background: #0069d9;
}



/* Ensure the Email row aligns label and field properly */
#crmWebToEntityForm .email-field-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* Style the label */
#crmWebToEntityForm .email-field-wrapper .zcwf_col_lab {
    width: 100% !important;
    float: none !important;
    margin-bottom: 5px;
}

/* Style the input to span full width and sit immediately below the label */
#crmWebToEntityForm .email-field-wrapper .zcwf_col_fld {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Full-width input box for email */
#crmWebToEntityForm .email-field-wrapper .zcwf_col_fld input[type="text"] {
    width: 100% !important;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

/* Remove any unintended spacing from help div */
#crmWebToEntityForm .email-field-wrapper .zcwf_col_help {
    display: none;
}/* End custom CSS */