/* Formidable form styling for page ID 6 */
body.page-id-6 .frm_forms {
    width: min(100%, 520px);
    max-width: 520px !important;
    min-width: 0 !important;
    margin: 0 auto;
    padding: 0 14px;
    box-sizing: border-box;
    overflow: visible;
}

body.page-id-6 .frm_style_formidable-style.with_frm_style .frm_error {
    color: #a30b00 !important;
}

body.page-id-6 .frm_style_formidable-style.with_frm_style .frm_error {
    font-size: 14px !important;
}

body.page-id-6 .frm_forms,
body.page-id-6 .frm_forms * {
    box-sizing: border-box;
}

body.page-id-6 .frm_forms .frm_forms,
body.page-id-6 .frm_forms .frm_fields_container,
body.page-id-6 .frm_forms .frm_form_fields,
body.page-id-6 .frm_forms .frm_form_field,
body.page-id-6 .frm_forms .frm_submit,
body.page-id-6 .frm_forms .frm_button_submit {
    width: 100%;
    max-width: 100% !important;
    min-width: 0 !important;
}

body.page-id-6 .frm_forms .frm_fields_container,
body.page-id-6 .frm_forms .frm_form_fields {
    width: 100%;
    max-width: 520px !important;
    margin: 0 auto;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

body.page-id-6 .frm_forms .frm_form_fields {
    background: rgba(28, 124, 183, 1);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 12px;
    padding: 36px 22px;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.16);
}

body.page-id-6 .frm_forms .frm_form_field {
    margin-bottom: 20px;
    width: 100% !important;
    float: none !important;
    clear: both;
}

body.page-id-6 .frm_forms .frm_primary_label,
body.page-id-6 .frm_forms label {
    color: #ffffff !important;
    display: block;
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}

body.page-id-6 .frm_forms input[type="text"],
body.page-id-6 .frm_forms input[type="email"],
body.page-id-6 .frm_forms input[type="tel"],
body.page-id-6 .frm_forms input[type="number"],
body.page-id-6 .frm_forms input[type="url"],
body.page-id-6 .frm_forms input[type="password"],
body.page-id-6 .frm_forms textarea,
body.page-id-6 .frm_forms select {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 46px;
    margin: 0;
    display: block;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 8px;
    background: #05456d;
    padding: 10px 12px;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
}

body.page-id-6 .frm_forms input::placeholder,
body.page-id-6 .frm_forms textarea::placeholder {
    color: rgba(255, 255, 255, 0.72);
    opacity: 1;
}

body.page-id-6 .frm_forms .frm_form_fields .frm_form_field,
body.page-id-6 .frm_forms .frm_fields_container .frm_form_field {
    max-width: 100%;
}

body.page-id-6 .frm_forms textarea {
    min-height: 110px;
    resize: vertical;
}

body.page-id-6 .frm_forms .frm_submit {
    text-align: center;
    margin-top: 10px;
}

body.page-id-6 .frm_forms .frm_button_submit {
    margin: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 184px;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 10px;
    background: #1c7cb7;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.01em;
    padding: 0 24px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

body.page-id-6 .frm_forms .frm_button_submit:hover {
    background: #2288c8;
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.2);
}

body.page-id-6 .frm_forms .frm_button_submit:focus-visible {
    outline: 2px solid rgba(255, 255, 255, 0.7);
    outline-offset: 2px;
}

@media (max-width: 991px) {
    body.page-id-6 .frm_forms {
        width: min(100%, 560px);
        max-width: 560px !important;
        padding: 0 16px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 767px) {
    body.page-id-6 .frm_forms {
        width: min(100%, 460px);
        max-width: 460px !important;
        padding: 0 10px;
        overflow-x: hidden;
        margin-left: auto;
        margin-right: auto;
    }

    body.page-id-6 .frm_forms .frm_form_fields {
        border-radius: 10px;
        padding: 28px 12px;
    }

    body.page-id-6 .frm_forms .frm_form_field {
        margin-bottom: 16px;
    }

    body.page-id-6 .frm_forms input[type="text"],
    body.page-id-6 .frm_forms input[type="email"],
    body.page-id-6 .frm_forms input[type="tel"],
    body.page-id-6 .frm_forms input[type="number"],
    body.page-id-6 .frm_forms input[type="url"],
    body.page-id-6 .frm_forms input[type="password"],
    body.page-id-6 .frm_forms textarea,
    body.page-id-6 .frm_forms select {
        min-height: 44px;
        padding: 9px 11px;
    }

    body.page-id-6 .frm_forms .frm_button_submit {
        min-width: 100%;
        height: 44px;
        font-size: 15px;
        border-radius: 8px;
        padding: 0 16px;
    }

    body.page-id-6 .frm_forms .frm_primary_label,
    body.page-id-6 .frm_forms label {
        font-size: 15px;
    }
}

@media (max-width: 420px) {
    body.page-id-6 .frm_forms {
        width: min(100%, 360px);
        max-width: 360px !important;
        padding: 0 8px;
    }

    body.page-id-6 .frm_forms .frm_form_fields {
        padding: 22px 10px;
    }

    body.page-id-6 .frm_forms input[type="text"],
    body.page-id-6 .frm_forms input[type="email"],
    body.page-id-6 .frm_forms input[type="tel"],
    body.page-id-6 .frm_forms input[type="number"],
    body.page-id-6 .frm_forms input[type="url"],
    body.page-id-6 .frm_forms input[type="password"],
    body.page-id-6 .frm_forms textarea,
    body.page-id-6 .frm_forms select {
        min-height: 42px;
        font-size: 12px;
    }
}