.elementor-199 .elementor-element.elementor-element-fc3b0e7{--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-199 .elementor-element.elementor-element-0135326{--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;--padding-top:80px;--padding-bottom:80px;--padding-left:0px;--padding-right:0px;}.elementor-199 .elementor-element.elementor-element-0135326:not(.elementor-motion-effects-element-type-background), .elementor-199 .elementor-element.elementor-element-0135326 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-199 .elementor-element.elementor-element-3fc7194{--display:flex;border-style:solid;--border-style:solid;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:#6B6B6B2E;--border-color:#6B6B6B2E;--border-radius:24px 24px 24px 24px;box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.12);--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}.elementor-199 .elementor-element.elementor-element-3fc7194:not(.elementor-motion-effects-element-type-background), .elementor-199 .elementor-element.elementor-element-3fc7194 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(max-width:1024px){.elementor-199 .elementor-element.elementor-element-0135326{--padding-top:80px;--padding-bottom:80px;--padding-left:40px;--padding-right:40px;}}@media(max-width:767px){.elementor-199 .elementor-element.elementor-element-fc3b0e7{--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-199 .elementor-element.elementor-element-0135326{--padding-top:60px;--padding-bottom:60px;--padding-left:10px;--padding-right:10px;}.elementor-199 .elementor-element.elementor-element-3fc7194{--padding-top:15px;--padding-bottom:15px;--padding-left:15px;--padding-right:15px;}}/* Start custom CSS for wpforms, class: .elementor-element-2eaeb92 *//* 
   ================================================
   WPFORMS - COMPLETE SAAS BRAND STYLING
   ================================================
*/

/* 1. Labels and Descriptions (+1px Larger) */
div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-family: "Inter", Arial, sans-serif !important;
    color: #041D38 !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    margin-bottom: 8px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-field-description {
    font-family: "Inter", Arial, sans-serif !important;
    color: #475569 !important;
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin-top: 6px !important;
}

/* 2. Standard Input Fields - Base Styles */
div.wpforms-container-full .wpforms-form input[type="text"],
div.wpforms-container-full .wpforms-form input[type="email"],
div.wpforms-container-full .wpforms-form input[type="tel"],
div.wpforms-container-full .wpforms-form input[type="url"],
div.wpforms-container-full .wpforms-form input[type="number"],
div.wpforms-container-full .wpforms-form textarea,
div.wpforms-container-full .wpforms-form select {
    font-family: "Inter", Arial, sans-serif !important;
    border-radius: 12px !important;
    border: 1px solid #E2E8F0 !important;
    background-color: #F8FAFC !important;
    color: #041D38 !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
}

/* Fix for single-line inputs and select dropdowns */
div.wpforms-container-full .wpforms-form input[type="text"],
div.wpforms-container-full .wpforms-form input[type="email"],
div.wpforms-container-full .wpforms-form input[type="tel"],
div.wpforms-container-full .wpforms-form input[type="url"],
div.wpforms-container-full .wpforms-form input[type="number"],
div.wpforms-container-full .wpforms-form select {
    height: 52px !important;
    padding: 0 20px !important; 
}

/* Fix specifically for Select fields */
div.wpforms-container-full .wpforms-form select {
    line-height: 50px !important;
    appearance: auto !important; 
}

/* Fix for Smart Phone Field (Restores space for the flag) */
div.wpforms-container-full .wpforms-form .wpforms-field-phone input[type="tel"],
div.wpforms-container-full .wpforms-form .iti input[type="tel"] {
    padding-left: 52px !important;
}

/* Fix for Textareas (Needs multi-line height) */
div.wpforms-container-full .wpforms-form textarea {
    min-height: 120px !important;
    padding: 16px 20px !important;
    line-height: 1.5 !important;
}

/* Input Focus State */
div.wpforms-container-full .wpforms-form input:focus,
div.wpforms-container-full .wpforms-form textarea:focus,
div.wpforms-container-full .wpforms-form select:focus {
    border-color: #0C447C !important;
    background-color: #FFFFFF !important;
    box-shadow: 0 0 0 3px rgba(12, 68, 124, 0.1) !important;
    outline: none !important;
}

/* 3. Modern File Upload Field */
div.wpforms-container-full .wpforms-form input[type="file"] {
    font-family: "Inter", Arial, sans-serif !important;
    border-radius: 12px !important;
    border: 2px dashed #CBD5E1 !important;
    background-color: #F8FAFC !important;
    color: #475569 !important;
    padding: 24px 20px !important;
    height: auto !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    cursor: pointer !important;
}

div.wpforms-container-full .wpforms-form input[type="file"]:hover {
    border-color: #EF9F27 !important;
    background-color: #FFFFFF !important;
}

/* Native "Choose File" button inside the input */
div.wpforms-container-full .wpforms-form input[type="file"]::file-.elementor-199 .elementor-element.elementor-element-2eaeb92-button {
    font-family: "Inter", Arial, sans-serif !important;
    background-color: #041D38 !important;
    color: #FFFFFF !important;
    border: none !important;
    padding: 10px 24px !important;
    border-radius: 999px !important;
    margin-right: 16px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

div.wpforms-container-full .wpforms-form input[type="file"]::file-.elementor-199 .elementor-element.elementor-element-2eaeb92-button:hover {
    background-color: #0C447C !important;
}

/* 4. Progress Bar (Pill & Inline Aligned) */
div.wpforms-container-full .wpforms-form .wpforms-page-indicator {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    margin-bottom: 40px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator-steps {
    font-family: "Inter", Arial, sans-serif !important;
    font-weight: 700 !important;
    color: #041D38 !important;
    font-size: 15px !important;
    white-space: nowrap !important;
    padding: 0 !important; 
    margin: 0 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator-page-progress-wrap {
    flex-grow: 1 !important;
    height: 12px !important;
    border-radius: 999px !important;
    background-color: #E2E8F0 !important;
    overflow: hidden !important;
    margin: 0 !important;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator-page-progress {
    background-color: #EF9F27 !important; 
    height: 100% !important;
    border-radius: 999px !important;
}

/* 5. Previous and Next Buttons */
div.wpforms-container-full .wpforms-form .wpforms-pagebreak-left {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    border-top: none !important;
    padding-top: 20px !important;
}

div.wpforms-container-full .wpforms-form .wpforms-page-button-group {
    display: inline-flex !important;
}

/* Pushes the Next button to the right side if there's a Previous button */
div.wpforms-container-full .wpforms-form .wpforms-page-button-group:last-child {
    margin-left: auto !important;
}

div.wpforms-container-full .wpforms-form .wpforms-page-button {
    font-family: "Inter", Arial, sans-serif !important;
    background-color: #EF9F27 !important;
    color: #041D38 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    padding: 14px 32px !important;
    border-radius: 999px !important;
    border: 2px solid #EF9F27 !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
    background-color: transparent !important;
    color: #EF9F27 !important;
    box-shadow: 0 10px 20px rgba(239, 159, 39, 0.2) !important;
    transform: translateY(-2px) !important;
}

/* 6. Full Width Submit Button (Leaves visibility control to WPForms JS) */
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    width: 100% !important;
    margin-top: 20px !important;
    padding: 0 !important;
}

div.wpforms-container-full .wpforms-form button[type="submit"] {
    font-family: "Inter", Arial, sans-serif !important;
    background-color: #EF9F27 !important;
    color: #041D38 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 16px 32px !important;
    border-radius: 999px !important;
    border: 2px solid #EF9F27 !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
div.wpforms-container-full .wpforms-form button[type="submit"]:active {
    background-color: transparent !important;
    color: #EF9F27 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 20px rgba(239, 159, 39, 0.25) !important;
}

/* 
   ================================================
   7. SMART VALIDATION (GREY OUT UNFILLED BUTTONS)
   ================================================
*/
div.wpforms-container-full .wpforms-form .wpforms-page:has(:required:invalid) .wpforms-page-next,
div.wpforms-container-full .wpforms-form:has(:required:invalid) button[type="submit"] {
    background-color: #E2E8F0 !important;
    border-color: #E2E8F0 !important;
    color: #94A3B8 !important;
    pointer-events: none !important;
    box-shadow: none !important;
    cursor: not-allowed !important;
}/* End custom CSS */