/* Start custom CSS for shortcode, class: .elementor-element-b8ad919 *//* ==========================================
   KNOWVALIFE CARE FORM - FORM ID 3
========================================== */

.fluent_form_3 {
    max-width: 900px;
    margin: 0 auto;
    padding: 42px;
    background: linear-gradient(135deg, #f9fcf7 0%, #edf6e8 100%);
    border: 1px solid #e2eadf;
    border-radius: 22px;
    box-shadow: 0 12px 35px rgba(16, 47, 83, 0.07);
    box-sizing: border-box;
}

/* ===== INTRO ===== */

.fluent_form_3 .kvl-form-intro {
    text-align: center;
    margin: 0 0 32px;
}

.fluent_form_3 .kvl-form-intro h2 {
    margin: 0;
    color: #102f53;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 800;
}

.fluent_form_3 .kvl-form-line {
    display: block;
    width: 58px;
    height: 4px;
    margin: 14px auto 18px;
    background: #65aa3a;
    border-radius: 10px;
}

.fluent_form_3 .kvl-form-intro p {
    max-width: 650px;
    margin: 0 auto;
    color: #5d6875;
    font-size: 16px;
    line-height: 1.7;
}

/* ===== FIELD SPACING ===== */

.fluent_form_3 .ff-el-group {
    margin-bottom: 16px;
}

/* ===== INPUT FIELDS ===== */

.fluent_form_3 input,
.fluent_form_3 select,
.fluent_form_3 textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #d5ddd2 !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    color: #25364a !important;
    font-size: 15px !important;
    padding: 13px 16px !important;
    box-shadow: none !important;
}

.fluent_form_3 input,
.fluent_form_3 select {
    min-height: 52px;
}

.fluent_form_3 textarea {
    min-height: 130px;
    resize: vertical;
}

/* ===== FOCUS ===== */

.fluent_form_3 input:focus,
.fluent_form_3 select:focus,
.fluent_form_3 textarea:focus {
    border-color: #65aa3a !important;
    box-shadow: 0 0 0 3px rgba(101, 170, 58, 0.12) !important;
    outline: none !important;
}

/* ===== SUBMIT BUTTON ===== */

.fluent_form_3 .ff-btn-submit {
    width: 100% !important;
    min-height: 54px;
    margin-top: 4px;
    border: 0 !important;
    border-radius: 10px !important;
    background: #65aa3a !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    cursor: pointer;
}

.fluent_form_3 .ff-btn-submit:hover {
    background: #4b9128 !important;
    box-shadow: 0 8px 20px rgba(75, 145, 40, 0.22);
}

/* ===== TABLET ===== */

@media screen and (max-width: 1024px) {

    .fluent_form_3 {
        max-width: 760px;
        padding: 34px;
    }

    .fluent_form_3 .kvl-form-intro h2 {
        font-size: 30px;
    }
}

/* ===== MOBILE ===== */

@media screen and (max-width: 767px) {

    .fluent_form_3 {
        width: calc(100% - 24px);
        margin: 0 auto;
        padding: 26px 18px;
        border-radius: 18px;
    }

    .fluent_form_3 .kvl-form-intro h2 {
        font-size: 27px;
    }

    .fluent_form_3 .kvl-form-intro p {
        font-size: 15px;
        line-height: 1.6;
    }

    .fluent_form_3 input,
    .fluent_form_3 select {
        min-height: 50px;
    }
}/* End custom CSS */