.elementor-3916 .elementor-element.elementor-element-dcef06a{margin-top:100px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-3916 .elementor-element.elementor-element-f9641a7 > .elementor-widget-container{margin:0px 0px 50px 0px;padding:0px 0px 0px 0100px;}.elementor-3916 .elementor-element.elementor-element-a44537f > .elementor-widget-container{padding:0px 0px 0px 100px;}@media(max-width:767px){.elementor-3916 .elementor-element.elementor-element-a44537f > .elementor-widget-container{padding:10px 10px 10px 10px;}}/* Start custom CSS for shortcode, class: .elementor-element-a44537f *//* Target the Service Areas checkboxes */
.wpcf7-form .wpcf7-checkbox {
    display: flex;
    flex-direction: column; /* Arrange items vertically */
    gap: 10px; /* Add spacing between checkboxes */
}

/* Optional: Style individual checkbox labels */
.wpcf7-form .wpcf7-checkbox label {
    font-size: 14px;
    color: #333;
    cursor: pointer;
}
/* General Form Styling */
.wpcf7-form {
    max-width: 700px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

/* Group fields in a row */
.row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

/* Ensure labels and fields align properly */
.row label {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Adjust input, select, and textarea width */
.wpcf7-form-control {
    width: 100%;
    padding: 10px;
    font-size: 14px;
   
    box-sizing: border-box;
}

/* Submit Button Alignment */
.broker-submit {
    display: block;
    width: auto;
    margin: 20px auto 0;
    padding: 10px 20px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 16px;
    border-radius: 4px;
}

.broker-submit:hover {
    background-color: #005f8d;
}
/* Remove border style for the Region field */
/* Target Region field radio buttons only */
.row input[name="radio-144"] {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}/* End custom CSS */