.elementor-1345 .elementor-element.elementor-element-bfbb781{margin:30px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-widget-fluent-form-widget .fluentform-widget-description{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-1345 .elementor-element.elementor-element-6cd3241 .fluentform-widget-wrapper .ff-el-group .ff-btn-submit{background-color:#1a7efb !important;color:#ffffff !important;}/* Start custom CSS for fluent-form-widget, class: .elementor-element-6cd3241 *//* ===================================
   WHITE DIGITALS - FLUENT FORM DESIGN
   CSS CLASS: wd-lead-form
=================================== */

/* Main Form Card */
.wd-lead-form {
    max-width: 750px;
    margin: 0 auto;
    padding: 38px;
    background: #ffffff;
    border: 1px solid rgba(7, 27, 52, 0.10);
    border-radius: 22px;
    box-shadow: 0 20px 60px rgba(7, 27, 52, 0.12);
    font-family: "Poppins", sans-serif;
    position: relative;
    overflow: hidden;
}

/* Decorative Top Line */
.wd-lead-form::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(
        90deg,
        #f84544,
        #ff7877,
        #071b34
    );
}

/* Remove Unwanted Default Spacing */
.wd-lead-form .fluentform {
    margin: 0;
}

/* Field Container */
.wd-lead-form .ff-el-group {
    margin-bottom: 20px;
}

/* Labels */
.wd-lead-form .ff-el-input--label label {
    display: block;
    margin-bottom: 8px;
    color: #071b34;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

/* Required Star */
.wd-lead-form .ff-el-input--label label .ff-el-required {
    color: #f84544;
}

/* All Inputs */
.wd-lead-form .ff-el-form-control {
    width: 100%;
    min-height: 54px;
    padding: 14px 17px;
    color: #071b34;
    background-color: #f8fafc;
    border: 1px solid #dce3eb;
    border-radius: 12px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    outline: none;
    box-shadow: none;
    transition:
        border-color 0.25s ease,
        background-color 0.25s ease,
        box-shadow 0.25s ease,
        transform 0.25s ease;
}

/* Input Hover */
.wd-lead-form .ff-el-form-control:hover {
    background-color: #ffffff;
    border-color: rgba(248, 69, 68, 0.55);
}

/* Input Focus */
.wd-lead-form .ff-el-form-control:focus {
    color: #071b34;
    background-color: #ffffff;
    border-color: #f84544;
    outline: none;
    box-shadow: 0 0 0 4px rgba(248, 69, 68, 0.12);
    transform: translateY(-1px);
}

/* Placeholder */
.wd-lead-form .ff-el-form-control::placeholder {
    color: #8b98a8;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
    transition: opacity 0.25s ease;
}

/* Hide Placeholder Slightly on Focus */
.wd-lead-form .ff-el-form-control:focus::placeholder {
    opacity: 0.45;
}

/* Textarea */
.wd-lead-form textarea.ff-el-form-control {
    min-height: 140px;
    padding-top: 15px;
    resize: vertical;
}

/* Dropdown */
.wd-lead-form select.ff-el-form-control {
    min-height: 54px;
    cursor: pointer;
    appearance: auto;
}

/* Help Message */
.wd-lead-form .ff-el-help-message {
    margin-top: 7px;
    color: #6c7887;
    font-size: 12px;
    line-height: 1.5;
}

/* Checkbox and Radio Wrapper */
.wd-lead-form .ff-el-form-check {
    margin-bottom: 10px;
}

/* Checkbox and Radio Labels */
.wd-lead-form .ff-el-form-check-label {
    color: #344054;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    cursor: pointer;
}

/* Checkbox and Radio */
.wd-lead-form input[type="checkbox"],
.wd-lead-form input[type="radio"] {
    width: 17px;
    height: 17px;
    margin-right: 8px;
    accent-color: #f84544;
    cursor: pointer;
}

/* Submit Button */
.wd-lead-form .ff-btn-submit {
    width: 100%;
    min-height: 56px;
    padding: 15px 28px;
    color: #ffffff !important;
    background: linear-gradient(
        135deg,
        #f84544 0%,
        #ff6968 100%
    ) !important;
    border: none !important;
    border-radius: 12px !important;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.2px;
    cursor: pointer;
    box-shadow: 0 10px 25px rgba(248, 69, 68, 0.25);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}

/* Button Hover */
.wd-lead-form .ff-btn-submit:hover {
    color: #ffffff !important;
    background: #071b34 !important;
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(7, 27, 52, 0.22);
}

/* Button Active */
.wd-lead-form .ff-btn-submit:active {
    transform: translateY(0);
}

/* Button Focus */
.wd-lead-form .ff-btn-submit:focus {
    outline: none;
    box-shadow:
        0 0 0 4px rgba(248, 69, 68, 0.18),
        0 10px 25px rgba(248, 69, 68, 0.22);
}

/* Error Message */
.wd-lead-form .error,
.wd-lead-form .text-danger,
.wd-lead-form .ff-el-is-error .text-danger {
    margin-top: 6px;
    color: #d92d20 !important;
    font-size: 12px;
    font-weight: 500;
}

/* Error Input */
.wd-lead-form .ff-el-is-error .ff-el-form-control {
    border-color: #d92d20 !important;
    background-color: #fff8f7;
    box-shadow: 0 0 0 3px rgba(217, 45, 32, 0.08);
}

/* Success Message */
.wd-lead-form .ff-message-success {
    padding: 18px 20px;
    color: #075e45;
    background-color: #ecfdf3;
    border: 1px solid #abefc6;
    border-radius: 12px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 1.6;
}

/* Form Error Notice */
.wd-lead-form .ff-errors-in-stack {
    padding: 15px 18px;
    color: #b42318;
    background: #fef3f2;
    border: 1px solid #fecdca;
    border-radius: 10px;
}

/* Multi-column Gap */
.wd-lead-form .ff-t-container {
    gap: 16px;
}

/* Privacy Text */
.wd-lead-form .wd-privacy-text {
    margin-top: 13px;
    color: #7a8797;
    font-size: 11px;
    line-height: 1.6;
    text-align: center;
}

/* Tablet */
@media screen and (max-width: 768px) {

    .wd-lead-form {
        padding: 28px 22px;
        border-radius: 18px;
    }

    .wd-lead-form .ff-t-container {
        display: block;
    }

    .wd-lead-form .ff-t-cell {
        width: 100% !important;
        margin-bottom: 0;
    }
}

/* Mobile */
@media screen and (max-width: 480px) {

    .wd-lead-form {
        padding: 24px 16px;
        border-radius: 15px;
    }

    .wd-lead-form .ff-el-group {
        margin-bottom: 16px;
    }

    .wd-lead-form .ff-el-form-control {
        min-height: 51px;
        padding: 13px 14px;
        font-size: 14px;
        border-radius: 10px;
    }

    .wd-lead-form .ff-btn-submit {
        min-height: 52px;
        padding: 14px 18px;
        font-size: 14px;
        border-radius: 10px !important;
    }
}/* End custom CSS */