.elementor-594 .elementor-element.elementor-element-4edb488{--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;--border-radius:0px 0px 0px 0px;--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}.elementor-594 .elementor-element.elementor-element-4edb488:not(.elementor-motion-effects-element-type-background), .elementor-594 .elementor-element.elementor-element-4edb488 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-19b404c );}#elementor-popup-modal-594{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-594 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-594 .dialog-close-button{display:flex;}#elementor-popup-modal-594 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for shortcode, class: .elementor-element-a71ecf5 *//* 1. Force the WPForms container to stack vertically */
.custom-popup-form .wpforms-form {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
}

/* 2. Fix Spacing: Add breathing room between each WPForms field */
.custom-popup-form .wpforms-field {
    width: 100% !important;
    margin-bottom: 22px !important; /* Adjust this number for more/less space */
    padding: 0 !important;
    clear: both !important;
}

/* 3. Fix Labels: Ensure they sit correctly above the inputs */
.custom-popup-form .wpforms-field-label {
    display: block !important;
    margin-bottom: 6px !important;
}

/* 4. Fix Inputs: Standardize borders and widths */
.custom-popup-form .wpforms-field input[type="text"],
.custom-popup-form .wpforms-field input[type="email"],
.custom-popup-form .wpforms-field input[type="tel"],
.custom-popup-form .wpforms-field textarea {
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 10px 12px !important;
    border: 1px solid #ccc !important;
    background-color: #fff !important;
    max-width: 100% !important;
}

/* 5. FIX THE STRETCHED FLAG BUG on the Smart Phone Field */
.custom-popup-form .wpforms-field .iti {
    width: 100% !important;
    display: block !important;
}
.custom-popup-form .wpforms-field .iti__flag-container {
    width: auto !important; /* Stops the flag container from stretching */
    position: absolute !important; 
}
.custom-popup-form .wpforms-field .iti__flag {
    width: 20px !important; /* Forces the flag image back to its normal tiny size */
}

/* 6. Fix Submit Button */
.custom-popup-form .wpforms-submit-container {
    margin-top: 10px !important;
    text-align: left !important;
}/* End custom CSS */