.elementor-51 .elementor-element.elementor-element-cb1c732 > .elementor-element-populated{margin:0px 0px 0px 100px;--e-column-margin-right:0px;--e-column-margin-left:100px;}.elementor-51 .elementor-element.elementor-element-7870d7a > .elementor-element-populated{margin:0px 0px 0px 200px;--e-column-margin-right:0px;--e-column-margin-left:200px;}.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-51 .elementor-element.elementor-element-df7b657{text-align:center;}@media(max-width:1024px){.elementor-51 .elementor-element.elementor-element-cb1c732 > .elementor-element-populated{margin:50px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-51 .elementor-element.elementor-element-7870d7a > .elementor-element-populated{margin:50px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}}@media(max-width:1024px) and (min-width:768px){.elementor-51 .elementor-element.elementor-element-d95e939{width:100%;}.elementor-51 .elementor-element.elementor-element-cb1c732{width:100%;}.elementor-51 .elementor-element.elementor-element-3f0d0d3{width:100%;}.elementor-51 .elementor-element.elementor-element-7870d7a{width:100%;}}/* Start custom CSS for bdevs-contact-form, class: .elementor-element-a1f72c4 *//* 1. Main Container */
.fixed-custom-form {
    background-color: #ffffff !important;
    border: 2px solid #000000 !important;
    padding: 40px !important;
    max-width: 650px;
    margin: 20px auto;
    box-sizing: border-box !important;
}

/* 2. Force Labels to stay on their own line */
.fixed-custom-form label {
    display: block !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    margin-bottom: 8px !important;
    color: #000000 !important;
    text-align: left !important;
}

/* 3. Layout for side-by-side fields */
.fixed-custom-form .split {
    display: flex !important;
    gap: 20px !important;
}

.fixed-custom-form .form-row {
    margin-bottom: 20px !important;
    width: 100% !important;
}

.fixed-custom-form .form-group {
    flex: 1 !important;
}

/* 4. Inputs, Selects, and Textareas */
.fixed-custom-form input[type="text"],
.fixed-custom-form input[type="email"],
.fixed-custom-form input[type="tel"],
.fixed-custom-form select,
.fixed-custom-form textarea {
    display: block !important;
    width: 100% !important;
    padding: 12px !important;
    border: 1.5px solid #000000 !important;
    border-radius: 0 !important;
    background-color: #ffffff !important;
    color: #000000 !important;
    font-size: 16px !important;
    box-sizing: border-box !important;
}

/* 5. Fixed Select Arrow (Budget Dropdown) */
.fixed-custom-form select {
    appearance: none !important;
    -webkit-appearance: none !important;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M6%209l6%206%206-6%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') !important;
    background-repeat: no-repeat !important;
    background-position: right 15px center !important;
}

/* 6. The Yellow Submit Button */
.fixed-custom-form input[type="submit"] {
    background-color: #ebb44f !important;
    color: #000000 !important;
    border: 2px solid #000000 !important;
    padding: 12px 35px !important;
    font-weight: 800 !important;
    cursor: pointer !important;
    border-radius: 0 !important;
    text-transform: none !important;
    transition: 0.2s !important;
}

.fixed-custom-form input[type="submit"]:hover {
    background-color: #d9a344 !important;
}

/* 7. Responsive Mobile Fix */
@media (max-width: 600px) {
    .fixed-custom-form .split {
        flex-direction: column !important;
        gap: 20px !important;
    }
}/* End custom CSS */