.elementor-14581 .elementor-element.elementor-element-5c450e8 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-block-end:0px;}.elementor-14581 .elementor-element.elementor-element-5c450e8 > .elementor-element-populated{padding:40px 40px 40px 40px;}.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-14581 .elementor-element.elementor-element-a4e1be7 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:29px;font-weight:700;color:var( --e-global-color-secondary );}#elementor-popup-modal-14581{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-14581 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-14581 .dialog-close-button{display:flex;}#elementor-popup-modal-14581 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(max-width:767px){#elementor-popup-modal-14581{justify-content:center;}#elementor-popup-modal-14581 .dialog-close-button{font-size:25px;}}/* Start custom CSS for shortcode, class: .elementor-element-e440053 *//* ==========================================================================
   POPUP-FRIENDLY DESKTOP GRID (2-Column Layout)
   ========================================================================== */

/* Target the shortcode container inside the popup template */
.elementor-element-e440053 .ctct-form-wrapper form.ctct-form,
.elementor-location-popup .ctct-form-wrapper form.ctct-form {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px 15px !important; /* Tight vertical gap, clean horizontal gap */
    margin-top: 15px !important;
}

/* Make the Email Field span the entire top width of the popup */
.elementor-element-e440053 .ctct-form-wrapper .ctct-form-field-email,
.elementor-location-popup .ctct-form-wrapper .ctct-form-field-email {
    grid-column: span 2 !important;
}

/* Standard field behavior (First Name, Last Name) */
.elementor-element-e440053 .ctct-form-wrapper .ctct-form-field,
.elementor-location-popup .ctct-form-wrapper .ctct-form-field {
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
}

/* Make the Submit Button container span full width at the bottom */
.elementor-element-e440053 .ctct-form-wrapper .ctct-form-field-submit,
.elementor-location-popup .ctct-form-wrapper .ctct-form-field-submit {
    grid-column: span 2 !important;
    margin: 5px 0 0 0 !important;
}

/* Style the Labels */
.elementor-element-e440053 .ctct-form-wrapper label,
.elementor-location-popup .ctct-form-wrapper label {
    font-size: 14px !important;
    font-weight: 600 !important;
    margin-bottom: 6px !important;
    color: #333 !important;
}

/* Clean up input field styling & add heavy padding-left for the green circles */
.elementor-element-e440053 .ctct-form-wrapper input[type="text"],
.elementor-element-e440053 .ctct-form-wrapper input[type="email"],
.elementor-location-popup .ctct-form-wrapper input[type="text"],
.elementor-location-popup .ctct-form-wrapper input[type="email"] {
    width: 100% !important;
    padding-top: 10px !important;
    padding-right: 12px !important;
    padding-bottom: 10px !important;
    padding-left: 35px !important; /* Pushes text right so it doesn't hit the green icons */
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    font-size: 15px !important;
    box-sizing: border-box !important;
    height: 42px !important;
}

/* Style the Sign Up Button to span beautifully across the bottom */
.elementor-element-e440053 .ctct-form-wrapper .ctct-submit,
.elementor-location-popup .ctct-form-wrapper .ctct-submit {
    width: 100% !important;
    background-color: #0073aa !important; /* Change this hex code to your brand color */
    color: #ffffff !important;
    border: none !important;
    padding: 12px 24px !important;
    font-weight: 600 !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    height: 44px !important; 
    font-size: 16px !important;
    transition: background 0.2s ease;
}

.elementor-element-e440053 .ctct-form-wrapper .ctct-submit:hover,
.elementor-location-popup .ctct-form-wrapper .ctct-submit:hover {
    background-color: #005177 !important; /* Darker shade on hover */
}

/* ==========================================================================
   MOBILE POPUP LAYOUT (Strict 1-Column Stack)
   ========================================================================== */
@media (max-width: 767px) {
    .elementor-element-e4/* End custom CSS */