/*
Theme Name: DocYantra
Theme URI: https://docyantra.com
Template: hello-elementor
Author: CGxperts
Author URI: https://cgxperts.com
Description: DocYantra CORE is the learning engine behind India's first clinician-founded AI healthcare platform. The visual identity communicates clinical authority, modern technology, and institutional trust — built for India's medical community.
Version: 3.4.7.1774248082
Updated: 2026-03-23 06:41:22

*/
.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content h1 {
    color: #0B1F3A !important;
	font-size: .8em !important;
}
div#ld-focus-content, body.ld-in-focus-mode .learndash-wrapper {
    background: #0b1f3a !important;
}
.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
    color: #7e7e7e !important;
}
.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=password], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=password], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
    background-color: #ffffff0a !important;
}
/*--------------*/
/* ── Custom coupon box ── */
#dcy-coupon-wrap {
    border: 2px solid #00C2CB;
    border-radius: 12px;
    padding: 20px 24px;
    margin: 20px 0;
    background: rgba(0,194,203,0.06);
}

#dcy-coupon-label {
    color: #00C2CB;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
}

#dcy-coupon-row {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

#dcy-coupon-input {
    flex: 1;
    background: rgba(255,255,255,0.05) !important;
    border: 1px solid rgba(255,255,255,0.2) !important;
    border-radius: 8px !important;
    color: #ffffff !important;
    padding: 12px 16px !important;
    font-size: 15px !important;
    min-width: 180px;
}

#dcy-coupon-input::placeholder { color: #A8C1D1 !important; }

#dcy-coupon-btn {
    background: #00C2CB !important;
    color: #ffffff !important;
    border-radius: 8px !important;
    border: none !important;
    padding: 12px 24px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    white-space: nowrap;
    transition: background 0.2s ease !important;
}

#dcy-coupon-btn:hover { background: #009EA6 !important; }

#dcy-coupon-msg {
    margin-top: 10px;
    font-size: 13px;
    font-family: 'Inter', sans-serif;
}

/* ── Register Now button ── */
#dcy-register-btn-wrap {
    margin-top: 16px;
    display: none;
}

#dcy-place-order {
    background: #00C2CB !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    padding: 16px 40px !important;
    width: 100% !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

#dcy-place-order:hover {
    background: #009EA6 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0px 10px 30px rgba(0,194,203,0.3) !important;
}

/* ── Hide WooCommerce original coupon toggle ── */
.woocommerce-form-coupon-toggle { display: none !important; }
.e-coupon-box {
    display: none !important;
}