/* =============================================
   Fee & Eligibility Section — UniCompare
   Primary brand: #7359a6
   ============================================= */
/* ---------- Section wrapper ---------- */
.fee-eligibility-section {
    background: #f7f8fc;
    padding: 90px 0;
}
.fee-eligibility-section .section-head h2 {
    font-size: clamp(1.9rem, 3vw, 2.8rem);
}
/* ---------- Card shell ---------- */
.fee-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 28px rgba(0, 0, 0, .07);
    overflow: hidden;
}
/* ---------- Top navigation tabs ---------- */
.fee-nav-tabs {
    display: flex;
    gap: 0;
    border-bottom: 1px solid #e5e7eb;
    padding: 0;
    margin: 0;
    list-style: none;
}
.fee-nav-tabs .fee-tab-btn {
    flex: 1;
    padding: 18px 10px;
    text-align: center;
    background: #ffffff;
    border: none;
    border-bottom: 2px solid transparent;
    font-family: 'Manrope', sans-serif;
    font-size: .95rem;
    font-weight: 700;
    color: #666666;
    cursor: pointer;
    transition: background .2s, color .2s, border-color .2s;
    letter-spacing: .01em;
}
.fee-nav-tabs .fee-tab-btn:hover {
    color: #7359a6;
    background: #faf8ff;
}
.fee-nav-tabs .fee-tab-btn.active {
    background: #7359a6;
    color: #ffffff;
    border-bottom-color: #7359a6;
    border-radius: 12px 12px 0 0;
}
/* ---------- Tab panels ---------- */
.fee-tab-content {
    padding: 36px 36px 32px;
}
.fee-tab-panel {
    display: none;
}
.fee-tab-panel.active {
    display: block;
}
/* ---------- Two-column row ---------- */
.fee-row-two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    margin-bottom: 28px;
}
/* ---------- Sub-group labels ---------- */
.fee-group-label {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    color: #222222;
    margin-bottom: 14px;
}
/* ---------- Toggle-button group ---------- */
.fee-toggle-group {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.fee-toggle-btn {
    padding: 11px 26px;
    border-radius: 10px;
    border: 1.5px solid #e5e7eb;
    background: #ffffff;
    font-family: 'DM Sans', sans-serif;
    font-size: .93rem;
    font-weight: 700;
    color: #666666;
    cursor: pointer;
    transition: all .2s;
    white-space: nowrap;
}
.fee-toggle-btn:hover {
    border-color: #7359a6;
    color: #7359a6;
}
.fee-toggle-btn.active {
    background: #7359a6;
    border-color: #7359a6;
    color: #ffffff;
}
/* ---------- Fee detail block ---------- */
.fee-detail-block {
    margin-bottom: 22px;
}
.fee-actual {
    font-family: 'Manrope', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: #222;
    margin-bottom: 6px;
}
.fee-actual .fee-strike {
    text-decoration: line-through;
    color: #888888;
}
.fee-applicable {
    font-family: 'Manrope', sans-serif;
    font-size: 1.1rem;
    font-weight: 800;
    color: #222;
    margin-bottom: 6px;
}
.fee-applicable .fee-highlight {
    color: #7359a6;
}
.fee-discount-note {
    font-size: .9rem;
    color: #444444;
    margin-bottom: 4px;
    line-height: 1.5;
}
.fee-discount-note .fee-pct {
    color: #7359a6;
    font-weight: 700;
}
.fee-discount-note .fee-date {
    color: #7359a6;
    font-weight: 700;
}
.fee-discount-note sup {
    font-size: .65em;
}
.fee-tnc {
    font-size: .82rem;
    color: #999999;
    font-style: italic;
    margin-bottom: 0;
}
/* ---------- EMI block ---------- */
.fee-emi-title {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    color: #222;
    margin-bottom: 14px;
}
.fee-emi-title span {
    font-weight: 500;
    color: #555;
    font-size: .92rem;
}
.fee-emi-options {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.fee-emi-btn {
    width: 84px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1.5px solid #e5e7eb;
    background: #ffffff;
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #666666;
    cursor: pointer;
    transition: all .2s;
}
.fee-emi-btn:hover {
    border-color: #7359a6;
    color: #7359a6;
}
.fee-emi-btn.active {
    background: #7359a6;
    border-color: #7359a6;
    color: #ffffff;
}
/* ---------- Monthly pay box ---------- */
.fee-monthly-row {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}
.fee-monthly-label {
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #222;
}
.fee-monthly-value {
    display: inline-flex;
    align-items: center;
    padding: 11px 22px;
    border: 1.5px solid #d8cffc;
    border-radius: 10px;
    background: #f3f0ff;
    font-family: 'Manrope', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    color: #7359a6;
    white-space: nowrap;
    transition: background .2s;
}
/* ---------- Apply Now button ---------- */
.fee-apply-btn {
    display: block;
    width: 100%;
    max-width: 200px;
    padding: 15px 28px;
    background: #7359a6;
    color: #ffffff;
    font-family: 'Manrope', sans-serif;
    font-size: .95rem;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: background .2s, transform .15s;
}
.fee-apply-btn:hover {
    background: #5f4590;
    color: #ffffff;
    transform: translateY(-1px);
}
/* ---------- Divider ---------- */
.fee-divider {
    border: none;
    border-top: 1px solid #f0f0f0;
    margin: 24px 0;
}
/* ============================
   Eligibility Tab
   ============================ */
.elig-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 28px;
}
.elig-card {
    background: #faf8ff;
    border: 1.5px solid #e5e7eb;
    border-radius: 12px;
    padding: 22px;
}
.elig-card-title {
    font-family: 'Manrope', sans-serif;
    font-size: .9rem;
    font-weight: 800;
    color: #7359a6;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: .06em;
}
.elig-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.elig-list li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    font-size: .9rem;
    color: #444;
    margin-bottom: 8px;
    line-height: 1.45;
}
.elig-list li:before {
    content: "";
    display: inline-block;
    min-width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #7359a6;
    margin-top: 5px;
}
.elig-note {
    font-size: .85rem;
    color: #777;
    background: #fff9e6;
    border-left: 3px solid #d4a72c;
    border-radius: 0 8px 8px 0;
    padding: 11px 15px;
    margin-bottom: 24px;
}
/* ============================
   Payment Mode Tab
   ============================ */
.pay-mode-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 28px;
}
.pay-mode-card {
    border: 1.5px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    background: #fff;
    transition: border-color .2s, box-shadow .2s;
    cursor: pointer;
}
.pay-mode-card.selected,
.pay-mode-card:hover {
    border-color: #7359a6;
    box-shadow: 0 0 0 2px rgba(115,89,166,.12);
}
.pay-mode-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #f3f0ff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #7359a6;
    font-size: 1.1rem;
    margin-bottom: 12px;
}
.pay-mode-title {
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    font-size: .93rem;
    color: #222;
    margin-bottom: 4px;
}
.pay-mode-desc {
    font-size: .82rem;
    color: #666;
    line-height: 1.4;
    margin: 0;
}
/* ============================
   Responsive
   ============================ */
@media (max-width: 767px) {
    .fee-eligibility-section { padding: 60px 0; }
    .fee-tab-content { padding: 24px 18px 22px; }
    .fee-row-two-col { grid-template-columns: 1fr; gap: 22px; }
    .fee-nav-tabs .fee-tab-btn { font-size: .78rem; padding: 13px 6px; }
    .fee-emi-options { gap: 8px; }
    .fee-emi-btn { width: 72px; height: 48px; font-size: .9rem; }
    .fee-monthly-row { flex-direction: column; align-items: flex-start; gap: 10px; }
    .fee-apply-btn { max-width: 100%; }
    .elig-grid { grid-template-columns: 1fr; }
    .pay-mode-grid { grid-template-columns: 1fr; }
    .fee-toggle-group { gap: 8px; }
    .fee-toggle-btn { padding: 9px 18px; font-size: .85rem; }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .fee-tab-content { padding: 28px 26px; }
    .fee-emi-btn { width: 78px; }
}
