/* Contact Form Fix - White Labels on Green Background */

/* Fix labels - WHITE text on green background */
.page-id-87 .faqspage_form label,
.page-id-87 .faqspage_form .wpcf7-form label {
    color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    display: block !important;
    margin-bottom: 8px !important;
}

/* Form rows layout - two column */
.page-id-87 .faqspage_form .wpcf7-form > p:first-of-type,
.page-id-87 .faqspage_form .wpcf7-form > p:nth-of-type(2) {
    display: inline-block !important;
    width: calc(50% - 10px) !important;
    margin-right: 20px !important;
    vertical-align: top !important;
}

.page-id-87 .faqspage_form .wpcf7-form > p:nth-of-type(3),
.page-id-87 .faqspage_form .wpcf7-form > p:nth-of-type(4) {
    display: inline-block !important;
    width: calc(50% - 10px) !important;
    margin-right: 20px !important;
    vertical-align: top !important;
}

/* Submit button - purple */
.page-id-87 .faqspage_form .wpcf7-submit {
    background: linear-gradient(135deg, #5C068C, #7a2cbf) !important;
    color: white !important;
    border-radius: 50px !important;
    padding: 16px 42px !important;
    position: relative !important;
    left: auto !important;
}

.page-id-87 .faqspage_form .wpcf7-submit:hover {
    background: linear-gradient(135deg, #7a2cbf, #944ae0) !important;
}

/* Mobile responsive */
@media (max-width: 640px) {
    .page-id-87 .faqspage_form .wpcf7-form > p {
        width: 100% !important;
        display: block !important;
    }
}

/* ============ DARK GREEN BUTTON OVERRIDE (thim-ekit-wpcf7) ============ */

/* Override button color for thim-ekit-wpcf7 form */
.page-id-87 .thim-ekit-wpcf7 .wpcf7-submit,
.page-id-87 .thim-ekit-wpcf7 input[type="submit"].modern-btn {
    background: #1E3F35 !important;
    background-image: none !important;
    color: #ffffff !important;
}

.page-id-87 .thim-ekit-wpcf7 .wpcf7-submit:hover,
.page-id-87 .thim-ekit-wpcf7 input[type="submit"].modern-btn:hover {
    background: #2E5C4E !important;
    background-image: none !important;
}
