.elementor-4169 .elementor-element.elementor-element-ebece43{--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;--margin-top:80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-4169 .elementor-element.elementor-element-d6e81f0{--display:flex;}.elementor-4169 .elementor-element.elementor-element-2dfd58d{--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;}.elementor-4169 .elementor-element.elementor-element-e1a7e77{--display:flex;}.elementor-4169 .elementor-element.elementor-element-4070292{--display:flex;}.elementor-4169 .elementor-element.elementor-element-df09364{--display:flex;}@media(min-width:768px){.elementor-4169 .elementor-element.elementor-element-2dfd58d{--content-width:900px;}}/* Start custom CSS for shortcode, class: .elementor-element-b10a2ff *//* ==========================================================================
   GRAVITY FORM ID 12 - BRAND INTEGRATION & GAP CORRECTION
   ========================================================================== */

/* 1. Reset Form Container & Top Margin Spacing */
#gform_wrapper_12 {
    margin-top: 0 !important;
    padding-top: 0 !important;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    font-family: Arial, sans-serif;
}

/* Eliminate excessive default spacing between sections & descriptions */
#gform_12 .gform_heading {
    margin-bottom: 15px !important;
    padding: 0 !important;
}

/* 2. Field Label Customization */
#gform_12 .gfield_label, 
#gform_12 .ginput_complex label {
    color: #2e3192 !important; /* ASLM Brand Primary Blue */
    font-weight: 700 !important;
    font-size: 0.95rem !important;
    margin-bottom: 6px !important;
}

/* Subtle style for minor sub-labels (e.g., First Name, Last Name under textboxes) */
#gform_12 .ginput_complex label {
    font-size: 0.82rem !important;
    color: #64748b !important; /* Slate Muted Gray */
    font-weight: 500 !important;
}

/* 3. Inputs, Textareas, and Select Dropdowns styling */
#gform_12 input[type="text"],
#gform_12 input[type="email"],
#gform_12 select,
#gform_12 textarea {
    width: 100% !important;
    padding: 10px 14px !important;
    font-size: 0.95rem !important;
    color: #334155 !important;
    background-color: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

/* Focus state using the ASLM Teal Accent color */
#gform_12 input:focus,
#gform_12 select:focus,
#gform_12 textarea:focus {
    border-color: #00A99D !important; /* ASLM Teal Accent */
    box-shadow: 0 0 0 3px rgba(0, 169, 157, 0.15) !important;
    outline: none !important;
}

/* Fix text area height minimums */
#gform_12 textarea {
    min-height: 120px !important;
    resize: vertical;
}

/* 4. Choice Elements (Checkboxes & Radio Buttons alignment) */
#gform_12 .gfield_checkbox li, 
#gform_12 .gfield_radio li {
    margin-bottom: 8px !important;
    display: flex !important;
    align-items: center !important;
}

#gform_12 input[type="checkbox"], 
#gform_12 input[type="radio"] {
    margin-right: 10px !important;
    cursor: pointer !important;
    accent-color: #2e3192 !important; /* Modern browser checkbox branding color */
}

#gform_12 .gfield_checkbox label, 
#gform_12 .gfield_radio label {
    font-size: 0.92rem !important;
    color: #334155 !important;
    font-weight: normal !important;
    margin: 0 !important;
    cursor: pointer !important;
}

/* 5. Custom File Upload Drag & Drop Box Styling */
#gform_12 .gform_fileupload_multifile,
#gform_12 .ginput_container_fileupload {
    background-color: #f8fafc !important; /* Matching Light Gray background */
    border: 2px dashed #007C91 !important; /* ASLM Secondary Contrast Teal */
    padding: 20px !important;
    border-radius: 4px !important;
    text-align: center !important;
}

/* 6. Required Asterisk Marker */
#gform_12 .gfield_required {
    color: #D9383A !important; /* Action Red */
    margin-left: 4px !important;
}

/* 7. Section Breaks & Description Fields */
#gform_12 .gfield_description {
    font-size: 0.85rem !important;
    color: #64748b !important;
    margin-top: 4px !important;
}

/* 8. Production-Ready Submit Button Integration */
#gform_submit_button_12 {
    background-color: #2e3192 !important; /* Brand Deep Corporate Blue */
    color: #ffffff !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    padding: 12px 30px !important;
    border: none !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    text-transform: uppercase !important;
    letter-spacing: 0.03em !important;
    transition: background-color 0.2s ease !important;
    width: auto !important;
    display: inline-block !important;
    margin-top: 15px !important;
}

#gform_submit_button_12:hover {
    background-color: #007C91 !important; /* Shifts to Contrast Teal on hover */
}

/* 9. Compacting the Layout Grid Spacing */
#gform_12 .gfield {
    margin-bottom: 16px !important; /* Restricts recursive padding blowing out the page */
    padding: 0 !important;
}

#gform_12 .gform_fields {
    row-gap: 16px !important; /* Strict structural element rhythm control */
}/* End custom CSS */