.elementor-8605 .elementor-element.elementor-element-6185b8b{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;overflow:visible;}.elementor-8605 .elementor-element.elementor-element-851a524{--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;overflow:visible;}.elementor-8605 .elementor-element.elementor-element-8013fcb{--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;overflow:visible;}.elementor-8605 .elementor-element.elementor-element-99b0f74{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;overflow:visible;}.elementor-8605 .elementor-element.elementor-element-3888bdc{--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;overflow:visible;}.elementor-8605 .elementor-element.elementor-element-5259e77{--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;overflow:visible;}@media(max-width:767px){.elementor-8605 .elementor-element.elementor-element-5259e77{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8605 .elementor-element.elementor-element-8e4df63 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-8605 .elementor-element.elementor-element-851a524{--width:50%;}.elementor-8605 .elementor-element.elementor-element-8013fcb{--width:50%;}.elementor-8605 .elementor-element.elementor-element-3888bdc{--width:50%;}.elementor-8605 .elementor-element.elementor-element-5259e77{--width:50%;}}@media(max-width:1024px) and (min-width:768px){.elementor-8605 .elementor-element.elementor-element-851a524{--width:50%;}.elementor-8605 .elementor-element.elementor-element-8013fcb{--width:50%;}}/* Start custom CSS for elementskit-wp-forms, class: .elementor-element-f43374d */<style>
/* SUPREME LINE - TARGETED AUDIT FORM STYLE */
:root {
    --sl-blue: #066AAB;
    --sl-navy: #000C1F;
    --sl-glow: rgba(6, 106, 171, 0.2);
    --sl-bg: #f8fafc;
    --system-fonts: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Container Polish - Targeted to sl-audit-app-form */
.sl-audit-app-form.wpforms-container {
    font-family: var(--system-fonts) !important;
    background: #ffffff !important;
    padding: 40px !important;
    border-radius: 24px !important; /* Softer, more app-like corners */
    border: 1px solid #eef2f6 !important;
    box-shadow: 0 15px 35px rgba(0, 12, 31, 0.05) !important;
    animation: slFadeInUp 0.8s ease-out forwards;
}

/* Field Labels */
.sl-audit-app-form .wpforms-field-label {
    font-weight: 700 !important;
    font-size: 0.9rem !important;
    color: var(--sl-navy) !important;
    margin-bottom: 8px !important;
    letter-spacing: -0.01em;
}

/* Input Fields Styling */
.sl-audit-app-form .wpforms-field input, 
.sl-audit-app-form .wpforms-field textarea, 
.sl-audit-app-form .wpforms-field select {
    background-color: var(--sl-bg) !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 12px !important; /* Matching app-style inputs */
    padding: 14px 16px !important;
    font-size: 16px !important; /* Prevents mobile zoom-in */
    color: #1a1a1a !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: none !important;
}

/* Animated Interaction (The Glow) */
.sl-audit-app-form .wpforms-field input:focus, 
.sl-audit-app-form .wpforms-field textarea:focus {
    background-color: #ffffff !important;
    border-color: var(--sl-blue) !important;
    box-shadow: 0 0 0 4px var(--sl-glow) !important;
    outline: none !important;
    transform: translateY(-1px);
}

/* Modern Submit Button */
.sl-audit-app-form .wpforms-submit-container button.wpforms-submit {
    background-color: var(--sl-blue) !important;
    border: none !important;
    color: #ffffff !important;
    padding: 18px 40px !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    border-radius: 16px !important; /* Rounded button for native feel */
    cursor: pointer !important;
    width: 100% !important;
    transition: all 0.3s ease !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    box-shadow: 0 4px 12px rgba(6, 106, 171, 0.3) !important;
}

.sl-audit-app-form .wpforms-submit-container button.wpforms-submit:hover {
    background-color: var(--sl-navy) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(0, 12, 31, 0.2) !important;
}

.sl-audit-app-form .wpforms-submit-container button.wpforms-submit:active {
    transform: translateY(0px) !important;
}

/* Animation for the whole form */
@keyframes slFadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Error Styling */
.sl-audit-app-form .wpforms-error {
    color: #dc2626 !important;
    font-size: 0.8rem !important;
    margin-top: 5px !important;
}

.sl-audit-app-form .wpforms-has-error input {
    border-color: #dc2626 !important;
}

/* Mobile Tweak: Ensure it feels like a native card */
@media (max-width: 768px) {
    .sl-audit-app-form.wpforms-container {
        padding: 25px 20px !important;
        border-radius: 20px !important;
        border: none !important;
        box-shadow: 0 10px 20px rgba(0,0,0,0.05) !important;
    }
}
</style>/* End custom CSS */
/* Start custom CSS for elementskit-wp-forms, class: .elementor-element-8e4df63 *//* NATIVE APP FEEL - TARGETED TO AUDIT FORM */
.sl-audit-app-form.wpforms-container {
    background: #ffffff !important;
    padding: 14px !important;
    border-radius: 24px !important; /* Extra rounded like a modern app */
    border: none !important;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08) !important;
    margin: 10px auto !important;
}

/* App-style subtle labels */
.sl-audit-app-form .wpforms-field-label {
    font-size: 0.75rem !important;
    font-weight: 600 !important;
    color: #94a3b8 !important;
    margin-bottom: 4px !important;
    margin-left: 4px !important;
    text-transform: none !important; /* Keeps it feeling like a modern app UI */
}

/* Rounded Soft-Grey Input Fields */
.sl-audit-app-form .wpforms-field input, 
.sl-audit-app-form .wpforms-field select, 
.sl-audit-app-form .wpforms-field textarea {
    background: #f1f5f9 !important; /* Soft grey background */
    border: 1px solid transparent !important;
    border-radius: 14px !important;
    padding: 14px 16px !important;
    font-size: 16px !important; /* Prevents iOS auto-zoom */
    color: #1e293b !important;
    transition: all 0.2s ease !important;
}

/* Focus state: White background with Brand Blue glow */
.sl-audit-app-form .wpforms-field input:focus,
.sl-audit-app-form .wpforms-field textarea:focus {
    background: #ffffff !important;
    border-color: #066AAB !important;
    box-shadow: 0 0 0 4px rgba(6, 106, 171, 0.1) !important;
    outline: none !important;
}

/* The Button - Native App Style */
.sl-audit-app-form .wpforms-submit-container button.wpforms-submit {
    height: 54px !important;
    background: #066AAB !important;
    border-radius: 16px !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    box-shadow: 0 4px 12px rgba(6, 106, 171, 0.2) !important;
    margin-top: 10px !important;
    width: 100% !important;
    border: none !important;
    color: #ffffff !important;
}

/* Mobile Tweak: Bottom-sheet feel */
@media (max-width: 768px) {
    .sl-audit-app-form.wpforms-container {
        padding: 20px !important;
        border-radius: 20px !important;
    }
}/* End custom CSS */