/* ── Hero ── */
.adm-hero {
    padding: 52px 20px 44px;
    text-align: center;
    position: relative;
}
.adm-hero-uni { background: linear-gradient(135deg, #1A2A6C 0%, #0d1b2e 100%); }
.adm-hero-label {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 16px;
    border-radius: 30px;
    margin-bottom: 14px;
}
.adm-hero-title { font-size: 32px; font-weight: 700; color: #fff; margin-bottom: 10px; line-height: 1.3; }
.adm-hero-sub { font-size: 14px; color: rgba(255,255,255,0.75); max-width: 580px; margin: 0 auto 24px; line-height: 1.7; }
.adm-hero-badges { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.adm-hero-badge {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
}
.adm-hero-badge span { display: block; font-size: 20px; font-weight: 700; margin-bottom: 2px; }

/* ── Breadcrumb ── */
.adm-breadcrumb-bar {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 10px 20px;
    font-size: 13px;
    color: #888;
}
.adm-breadcrumb-bar a { color: #888; text-decoration: none; }
.adm-breadcrumb-bar strong { color: #BE182C; }

/* ── Body ── */
.adm-body-wrap { background: #f4f4f4; padding: 32px 20px 56px; }
.adm-body-grid {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 24px;
    align-items: start;
}

/* ── Content Block ── */
.adm-block {
    background: #fff;
    border-radius: 4px;
    padding: 28px;
    margin-bottom: 22px;
}

@media (max-width: 767px) {
    .adm-block {
        padding-top: 4px !important;
        padding-left: 5px;
    }

    table td {
    word-break: break-word;
    overflow-wrap: anywhere;
}
}


.adm-block-title {
    font-size: 17px;
    font-weight: 700;
    color: #1A2A6C;
    border-bottom: 2px solid #BE182C;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

/* ── Steps ── */
.adm-steps { display: flex; flex-direction: column; }
.adm-step { display: flex; gap: 18px; padding: 16px 0; border-bottom: 1px solid #f5f5f5; }
.adm-step:last-child { border: none; padding-bottom: 0; }
.adm-step-num {
    width: 38px; height: 38px;
    border-radius: 50%;
    background: #BE182C;
    color: #fff;
    font-size: 14px; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}
.adm-step-body h4 { font-size: 14px; font-weight: 700; color: #1A2A6C; margin-bottom: 5px; }
.adm-step-body p  { font-size: 13px; color: #666; line-height: 1.65; }

/* ── Eligibility Grid ── */
.adm-elig-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.adm-elig-item {
    background: #f4f7fc;
    border-left: 3px solid #1A2A6C;
    padding: 14px 16px;
    border-radius: 0 4px 4px 0;
}
.adm-elig-item h5 { font-size: 13px; font-weight: 700; color: #1A2A6C; margin-bottom: 5px; }
.adm-elig-item p  { font-size: 12.5px; color: #666; line-height: 1.6; }

/* ── Dates Table ── */
.adm-dates-table { width: 100%; border-collapse: collapse; }
.adm-dates-table th { background: #1A2A6C; color: #fff; padding: 11px 14px; font-size: 12px; font-weight: 700; text-align: left; letter-spacing: 0.5px; }
.adm-dates-table td { padding: 11px 14px; font-size: 13px; color: #444; border-bottom: 1px solid #f0f0f0; }
.adm-dates-table tr:last-child td { border: none; }
.adm-dates-table tr:hover td { background: #fdf8f8; }
.dpill { font-size: 11px; font-weight: 700; padding: 2px 10px; border-radius: 30px; }
.dpill-green  { background: #e8f5e9; color: #2e7d32; }
.dpill-orange { background: #fff3e0; color: #e65100; }
.dpill-red    { background: #fde8eb; color: #BE182C; }

/* ── Programs Grid ── */
.adm-prog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.adm-prog-item {
    background: #f4f7fc;
    border-radius: 4px;
    padding: 10px 14px;
    font-size: 13px;
    color: #1A2A6C;
    font-weight: 600;
    display: flex; align-items: center; gap: 8px;
    transition: background 0.2s;
}
.adm-prog-item:hover { background: #e4ecf9; }
.adm-prog-dot { width: 7px; height: 7px; border-radius: 50%; background: #BE182C; flex-shrink: 0; }

/* ── SIDEBAR ── */
.adm-sidebar { display: flex; flex-direction: column; gap: 18px; }

/* Form */
.adm-form-card { background: #1A2A6C; border-radius: 4px; overflow: hidden; }
.adm-form-head { background: #BE182C; padding: 18px 20px; text-align: center; }
.adm-form-head h3 { color: #fff; font-size: 16px; font-weight: 700; margin-bottom: 3px; }
.adm-form-head p  { color: rgba(255,255,255,0.75); font-size: 12px; }
.adm-form-body { padding: 20px; }
.adm-field { margin-bottom: 14px; }
.adm-field label { display: block; font-size: 11px; font-weight: 700; color: rgba(255,255,255,0.65); margin-bottom: 5px; letter-spacing: 0.5px; text-transform: uppercase; }
.adm-field input,
.adm-field select {
    width: 100%; padding: 10px 14px;
    border: 1.5px solid rgba(255,255,255,0.15);
    background: rgba(255,255,255,0.08);
    border-radius: 2px;
    font-size: 13px; color: #fff; outline: none;
    transition: border 0.2s;
}
.adm-field input::placeholder { color: rgba(255,255,255,0.35); }
.adm-field input:focus,
.adm-field select:focus { border-color: rgba(255,255,255,0.4); background: rgba(255,255,255,0.12); }
.adm-field select option { background: #1A2A6C; color: #fff; }
.adm-submit-btn {
    width: 100%; padding: 12px;
    background: #BE182C; color: #fff;
    font-size: 14px; font-weight: 700;
    border: none; cursor: pointer;
    border-radius: 2px;
    letter-spacing: 0.5px;
    transition: background 0.2s;
    margin-top: 4px;
}
.adm-submit-btn:hover { background: #a0111f; }

/* Info card */
.adm-info-card { background: #fff; border-radius: 4px; overflow: hidden; }
.adm-info-head { background: #1A2A6C; padding: 14px 18px; }
.adm-info-head h4 { color: #fff; font-size: 13px; font-weight: 700; }
.adm-info-body { padding: 14px 18px; }
.adm-info-row { display: flex; align-items: flex-start; gap: 10px; padding: 9px 0; border-bottom: 1px solid #f5f5f5; font-size: 13px; color: #444; }
.adm-info-row:last-child { border: none; }
.adm-info-icon { color: #BE182C; font-size: 15px; flex-shrink: 0; margin-top: 1px; }

/* Downloads */
.adm-dl-card { background: #fff; border-radius: 4px; overflow: hidden; }
.adm-dl-head { background: #1A2A6C; padding: 14px 18px; }
.adm-dl-head h4 { color: #fff; font-size: 13px; font-weight: 700; }
.adm-dl-body { padding: 10px 18px; }
.adm-dl-item { display: flex; align-items: center; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid #f5f5f5; }
.adm-dl-item:last-child { border: none; }
.adm-dl-name { font-size: 13px; color: #333; font-weight: 600; }
.adm-dl-btn {
    background: #BE182C; color: #fff;
    font-size: 11px; font-weight: 700;
    padding: 4px 12px; border-radius: 2px;
    text-decoration: none; letter-spacing: 0.5px;
    transition: background 0.2s;
}
.adm-dl-btn:hover { background: #1A2A6C; }

/* Other admissions */
.adm-other-card { background: #fff; border-radius: 4px; overflow: hidden; }
.adm-other-head { background: #1A2A6C; padding: 14px 18px; }
.adm-other-head h4 { color: #fff; font-size: 13px; font-weight: 700; }
.adm-other-body { padding: 10px 18px; }
.adm-other-link {
    display: flex; align-items: center; justify-content: space-between;
    padding: 12px 0; border-bottom: 1px solid #f5f5f5;
    text-decoration: none; font-size: 13px; font-weight: 600;
    color: #1A2A6C; transition: color 0.2s;
}
.adm-other-link:last-child { border: none; }
.adm-other-link:hover { color: #BE182C; }

/* ── Responsive ── */
@media (max-width: 900px) {
    .adm-body-grid { grid-template-columns: 1fr; }
    .adm-elig-grid { grid-template-columns: 1fr; }
    .adm-prog-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 560px) {
    .adm-hero-title { font-size: 24px; }
    .adm-prog-grid { grid-template-columns: 1fr; }
}


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #222;
    background: #fff;
}

.page-section {
    display: flex;
    min-height: 600px;
}

/* ── LEFT SIDEBAR (matches About/FAQ page) ── */
.sidebar {
    width: 240px;
    flex-shrink: 0;
    background: #9b1c1c;
}

.sidebar-heading {
    background: #7b1212;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    padding: 14px 18px;
    margin: 0;
}

.sidebar-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar-nav li a {
    display: block;
    padding: 11px 18px;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: background 0.2s;
}

.sidebar-nav li a:hover {
    background: rgba(255, 255, 255, 0.12);
}

.sidebar-nav li a.active {
    background: #fff;
    color: #9b1c1c;
    font-weight: 700;
}

/* ── MAIN CONTENT ── */
.page-content {
    flex: 1;
    padding: 30px 36px;
    background: #fff;
}

/* ── Page Title ── */
.page-title {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e5e5e5;
}

/* ── Section Block (e.g. "Helpdesk / Grievance Redressal Committee 2026-27") ── */
.committee-section {
    margin-bottom: 28px;
}

.committee-section-title {
    background: #f0f0f0;
    border: 1px solid #ddd;
    padding: 9px 14px;
    font-size: 13.5px;
    font-weight: 600;
    color: #222;
    margin-bottom: 0;
}

/* ── Sub-Committee Table Block ── */
.committee-block {
    margin-bottom: 0;
}

/* Sub-heading row (dark navy) */
.committee-sub-heading {
    background: #1a2a5e;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 9px 14px;
    border: 1px solid #1a2a5e;
    border-bottom: none;
}

/* Table */
.committee-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 14px;
    border: 1px solid #ddd;
    border-top: none;
}

.committee-table thead tr {
    background: #eef1f8;
}

.committee-table thead th {
    text-align: left;
    padding: 9px 14px;
    font-size: 13px;
    font-weight: 700;
    color: #222;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ddd;
}

.committee-table thead th:last-child {
    border-right: none;
}

.committee-table tbody td {
    padding: 9px 14px;
    font-size: 13px;
    color: #222;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
}

.committee-table tbody td:last-child {
    border-right: none;
}

.committee-table tbody tr:last-child td {
    border-bottom: none;
}

.committee-table tbody tr:hover td {
    background: #fafbff;
}

.committee-table tbody td a {
    color: #0066cc;
    text-decoration: none;
}

.committee-table tbody td a:hover {
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
    .page-section {
        flex-direction: column;
    }

    .sidebar {
        width: 100%;
    }

    .page-content {
        padding: 20px 14px;
    }

    .committee-table {
        font-size: 12px;
    }

    .committee-table thead th,
    .committee-table tbody td {
        padding: 7px 10px;
    }
}


/* ════════════════════════════════════════
   application.css  –  shared styles for
   application-form, fee-structure,
   scholarship pages
════════════════════════════════════════ */

/* ── Progress Bar ── */
.app-progress-wrap {
    background: #fff;
    border-radius: 4px;
    padding: 20px 24px;
    margin-bottom: 22px;
    overflow-x: auto;
}

.app-progress-steps {
    display: flex;
    align-items: center;
    min-width: 500px;
}

.app-pstep {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    cursor: default;
}

.app-pstep-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e5e5e5;
    color: #888;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #e5e5e5;
    transition: all 0.3s;
}

.app-pstep.active .app-pstep-circle {
    background: #BE182C;
    border-color: #BE182C;
    color: #fff;
}

.app-pstep.done .app-pstep-circle {
    background: #1A2A6C;
    border-color: #1A2A6C;
    color: #fff;
}

.app-pstep-label {
    font-size: 11px;
    font-weight: 600;
    color: #aaa;
    text-align: center;
    white-space: nowrap;
}

.app-pstep.active .app-pstep-label {
    color: #BE182C;
}

.app-pstep.done .app-pstep-label {
    color: #1A2A6C;
}

.app-pstep-line {
    flex: 1;
    height: 2px;
    background: #e5e5e5;
    margin: 0 8px;
    margin-bottom: 22px;
}

/* ── Form Sections ── */
.app-form-section {
    display: none;
}

.app-form-section.active-section {
    display: block;
}

/* ── Field Grid ── */
.app-field-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.app-field {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.app-field-full {
    grid-column: span 2;
}

.app-field label {
    font-size: 12px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.app-field input,
.app-field select,
.app-field textarea {
    padding: 10px 13px;
    border: 1.5px solid #ddd;
    border-radius: 3px;
    font-size: 13px;
    color: #333;
    outline: none;
    transition: border 0.2s;
    font-family: inherit;
    background: #fff;
}

.app-field input:focus,
.app-field select:focus,
.app-field textarea:focus {
    border-color: #BE182C;
    background: #fff9f9;
}

.app-field textarea {
    resize: vertical;
}

/* ── Sub-Heading ── */
.app-sub-heading {
    font-size: 13px;
    font-weight: 700;
    color: #1A2A6C;
    background: #f4f7fc;
    padding: 8px 14px;
    border-left: 3px solid #1A2A6C;
    border-radius: 0 3px 3px 0;
    margin-bottom: 14px;
}

/* ── Nav Buttons ── */
.app-nav-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid #f0f0f0;
}

.app-btn-next {
    background: #BE182C;
    color: #fff;
    border: none;
    padding: 11px 24px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 3px;
    cursor: pointer;
    transition: background 0.2s;
    letter-spacing: 0.3px;
}

.app-btn-next:hover {
    background: #a0111f;
}

.app-btn-prev {
    background: #fff;
    color: #1A2A6C;
    border: 1.5px solid #1A2A6C;
    padding: 10px 22px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.2s;
}

.app-btn-prev:hover {
    background: #1A2A6C;
    color: #fff;
}

.app-btn-submit {
    background: #1A2A6C;
    color: #fff;
    border: none;
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 3px;
    cursor: pointer;
    transition: background 0.2s;
}

.app-btn-submit:hover {
    background: #0d1b4a;
}

/* ── Document Upload ── */
.app-doc-note {
    font-size: 12px;
    color: #888;
    background: #fffbe6;
    border: 1px solid #ffe58f;
    padding: 8px 14px;
    border-radius: 3px;
}

.app-upload-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.app-upload-item {
    border: 1.5px dashed #ddd;
    border-radius: 4px;
    padding: 16px;
    background: #fafafa;
    transition: border-color 0.2s;
}

.app-upload-item:hover {
    border-color: #BE182C;
}

.app-upload-label {
    font-size: 13px;
    font-weight: 700;
    color: #1A2A6C;
    margin-bottom: 3px;
}

.app-upload-hint {
    font-size: 11px;
    color: #999;
    margin-bottom: 10px;
}

.app-upload-btn {
    display: inline-block;
    cursor: pointer;
}

.app-upload-btn input[type="file"] {
    display: none;
}

.app-upload-btn span {
    display: inline-block;
    padding: 7px 16px;
    background: #1A2A6C;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 3px;
    transition: background 0.2s;
}

.app-upload-btn:hover span {
    background: #BE182C;
}

.app-file-name {
    font-size: 11px;
    color: #777;
    margin-top: 7px;
    word-break: break-all;
}

/* ── Review ── */
.app-review-notice {
    background: #fff8e1;
    border: 1px solid #ffcc80;
    border-left: 4px solid #e65100;
    border-radius: 3px;
    padding: 14px 18px;
    font-size: 13px;
    color: #5d4037;
    line-height: 1.7;
    margin-bottom: 20px;
}

.app-review-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
}

.app-review-row {
    display: flex;
    align-items: baseline;
    gap: 12px;
    padding: 10px 16px;
    border-bottom: 1px solid #f5f5f5;
    font-size: 13px;
}

.app-review-row:last-child {
    border: none;
}

.app-review-row:nth-child(odd) {
    background: #fafafa;
}

.app-rv-label {
    font-weight: 700;
    color: #1A2A6C;
    min-width: 160px;
    flex-shrink: 0;
}

.app-rv-val {
    color: #333;
}

/* ── Declaration ── */
.app-declaration {
    margin-bottom: 20px;
    padding: 14px 18px;
    background: #f4f7fc;
    border: 1.5px solid #1A2A6C;
    border-radius: 3px;
}

.app-check-label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-size: 13px;
    color: #333;
    line-height: 1.65;
}

.app-check-label input {
    flex-shrink: 0;
    margin-top: 3px;
    accent-color: #BE182C;
    width: 15px;
    height: 15px;
}

/* ── Sidebar App Fee ── */
.app-fee-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
}

.app-fee-row strong {
    color: #fff;
    font-size: 15px;
}

.app-fee-divider {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 6px 0;
}

/* ── Sidebar Checklist ── */
.app-check-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    border-bottom: 1px solid #f5f5f5;
    font-size: 13px;
    color: #444;
}

.app-check-item:last-child {
    border: none;
}

.app-chk {
    color: #1A2A6C;
    font-weight: 700;
    font-size: 13px;
}

/* ════ FEE STRUCTURE PAGE ════ */
.fee-tab-bar {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.fee-tab {
    padding: 9px 22px;
    border: 1.5px solid #1A2A6C;
    background: #fff;
    color: #1A2A6C;
    font-size: 13px;
    font-weight: 700;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.2s;
}

.fee-tab.active,
.fee-tab:hover {
    background: #1A2A6C;
    color: #fff;
}

.fee-section {
    display: none;
}

.fee-section.active-fee {
    display: block;
}

.fee-table {
    width: 100%;
}

.fee-total {
    color: #BE182C;
    font-size: 14px;
}

.fee-conc-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 14px;
}

.fee-conc-item {
    background: #f4f7fc;
    border-radius: 4px;
    padding: 14px;
    text-align: center;
    border-top: 3px solid #1A2A6C;
}

.fee-conc-cat {
    font-size: 13px;
    font-weight: 700;
    color: #1A2A6C;
    margin-bottom: 4px;
}

.fee-conc-disc {
    font-size: 18px;
    font-weight: 700;
    color: #BE182C;
    margin-bottom: 4px;
}

.fee-conc-note {
    font-size: 11px;
    color: #888;
}

/* ════ SCHOLARSHIP PAGE ════ */
.sc-overview-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-bottom: 4px;
}

.sc-ov-item {
    background: #f4f7fc;
    border-radius: 4px;
    padding: 18px 14px;
    text-align: center;
    border-top: 3px solid #BE182C;
}

.sc-ov-icon {
    font-size: 24px;
    margin-bottom: 6px;
}

.sc-ov-label {
    font-size: 12px;
    color: #888;
    margin-bottom: 3px;
}

.sc-ov-val {
    font-size: 16px;
    font-weight: 700;
    color: #1A2A6C;
}

.sc-card {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    margin-bottom: 16px;
    overflow: hidden;
}

.sc-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    background: #f4f7fc;
    padding: 14px 18px;
    border-bottom: 1px solid #eee;
}

.sc-card-name {
    font-size: 14px;
    font-weight: 700;
    color: #1A2A6C;
    margin-bottom: 3px;
}

.sc-card-by {
    font-size: 12px;
    color: #888;
}

.sc-card-amount {
    background: #BE182C;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 3px;
    white-space: nowrap;
    flex-shrink: 0;
}

.sc-card-body {
    padding: 16px 18px;
}

.sc-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 14px;
}

.sc-detail-item {
    font-size: 12.5px;
    color: #555;
    line-height: 1.6;
}

.sc-detail-item span {
    display: block;
    font-weight: 700;
    color: #1A2A6C;
    margin-bottom: 2px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.sc-apply-btn {
    display: inline-block;
    background: #1A2A6C;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 18px;
    border-radius: 3px;
    text-decoration: none;
    transition: background 0.2s;
}

.sc-apply-btn:hover {
    background: #BE182C;
    color: #fff;
}

/* ── Responsive ── */
@media (max-width: 900px) {
    .app-field-grid {
        grid-template-columns: 1fr;
    }

    .app-field-full {
        grid-column: span 1;
    }

    .app-upload-grid {
        grid-template-columns: 1fr;
    }

    .fee-conc-grid {
        grid-template-columns: 1fr 1fr;
    }

    .sc-overview-grid {
        grid-template-columns: 1fr 1fr;
    }

    .sc-detail-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 560px) {
    .fee-conc-grid {
        grid-template-columns: 1fr;
    }

    .sc-overview-grid {
        grid-template-columns: 1fr 1fr;
    }

    .app-progress-steps {
        min-width: 420px;
    }
}

  /* ════════════════════════════════════════
   application.css  –  shared styles for
   application-form, fee-structure,
   scholarship pages
════════════════════════════════════════ */

/* ── Progress Bar ── */
.app-progress-wrap {
    background: #fff;
    border-radius: 4px;
    padding: 20px 24px;
    margin-bottom: 22px;
    overflow-x: auto;
}
.app-progress-steps {
    display: flex;
    align-items: center;
    min-width: 500px;
}
.app-pstep {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    cursor: default;
}
.app-pstep-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e5e5e5;
    color: #888;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #e5e5e5;
    transition: all 0.3s;
}
.app-pstep.active .app-pstep-circle {
    background: #BE182C;
    border-color: #BE182C;
    color: #fff;
}
.app-pstep.done .app-pstep-circle {
    background: #1A2A6C;
    border-color: #1A2A6C;
    color: #fff;
}
.app-pstep-label {
    font-size: 11px;
    font-weight: 600;
    color: #aaa;
    text-align: center;
    white-space: nowrap;
}
.app-pstep.active .app-pstep-label { color: #BE182C; }
.app-pstep.done .app-pstep-label   { color: #1A2A6C; }
.app-pstep-line {
    flex: 1;
    height: 2px;
    background: #e5e5e5;
    margin: 0 8px;
    margin-bottom: 22px;
}

/* ── Form Sections ── */
.app-form-section { display: none; }
.app-form-section.active-section { display: block; }

/* ── Field Grid ── */
.app-field-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}
.app-field { display: flex; flex-direction: column; gap: 5px; }
.app-field-full { grid-column: span 2; }
.app-field label {
    font-size: 12px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}
.app-field input,
.app-field select,
.app-field textarea {
    padding: 10px 13px;
    border: 1.5px solid #ddd;
    border-radius: 3px;
    font-size: 13px;
    color: #333;
    outline: none;
    transition: border 0.2s;
    font-family: inherit;
    background: #fff;
}
.app-field input:focus,
.app-field select:focus,
.app-field textarea:focus {
    border-color: #BE182C;
    background: #fff9f9;
}
.app-field textarea { resize: vertical; }

/* ── Sub-Heading ── */
.app-sub-heading {
    font-size: 13px;
    font-weight: 700;
    color: #1A2A6C;
    background: #f4f7fc;
    padding: 8px 14px;
    border-left: 3px solid #1A2A6C;
    border-radius: 0 3px 3px 0;
    margin-bottom: 14px;
}

/* ── Nav Buttons ── */
.app-nav-btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid #f0f0f0;
}
.app-btn-next {
    background: #BE182C;
    color: #fff;
    border: none;
    padding: 11px 24px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 3px;
    cursor: pointer;
    transition: background 0.2s;
    letter-spacing: 0.3px;
}
.app-btn-next:hover { background: #a0111f; }
.app-btn-prev {
    background: #fff;
    color: #1A2A6C;
    border: 1.5px solid #1A2A6C;
    padding: 10px 22px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.2s;
}
.app-btn-prev:hover { background: #1A2A6C; color: #fff; }
.app-btn-submit {
    background: #1A2A6C;
    color: #fff;
    border: none;
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 3px;
    cursor: pointer;
    transition: background 0.2s;
}
.app-btn-submit:hover { background: #0d1b4a; }

/* ── Document Upload ── */
.app-doc-note {
    font-size: 12px;
    color: #888;
    background: #fffbe6;
    border: 1px solid #ffe58f;
    padding: 8px 14px;
    border-radius: 3px;
}
.app-upload-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.app-upload-item {
    border: 1.5px dashed #ddd;
    border-radius: 4px;
    padding: 16px;
    background: #fafafa;
    transition: border-color 0.2s;
}
.app-upload-item:hover { border-color: #BE182C; }
.app-upload-label { font-size: 13px; font-weight: 700; color: #1A2A6C; margin-bottom: 3px; }
.app-upload-hint { font-size: 11px; color: #999; margin-bottom: 10px; }
.app-upload-btn {
    display: inline-block;
    cursor: pointer;
}
.app-upload-btn input[type="file"] { display: none; }
.app-upload-btn span {
    display: inline-block;
    padding: 7px 16px;
    background: #1A2A6C;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 3px;
    transition: background 0.2s;
}
.app-upload-btn:hover span { background: #BE182C; }
.app-file-name { font-size: 11px; color: #777; margin-top: 7px; word-break: break-all; }

/* ── Review ── */
.app-review-notice {
    background: #fff8e1;
    border: 1px solid #ffcc80;
    border-left: 4px solid #e65100;
    border-radius: 3px;
    padding: 14px 18px;
    font-size: 13px;
    color: #5d4037;
    line-height: 1.7;
    margin-bottom: 20px;
}
.app-review-grid { display: flex; flex-direction: column; gap: 0; border: 1px solid #eee; border-radius: 4px; overflow: hidden; margin-bottom: 20px; }
.app-review-row { display: flex; align-items: baseline; gap: 12px; padding: 10px 16px; border-bottom: 1px solid #f5f5f5; font-size: 13px; }
.app-review-row:last-child { border: none; }
.app-review-row:nth-child(odd) { background: #fafafa; }
.app-rv-label { font-weight: 700; color: #1A2A6C; min-width: 160px; flex-shrink: 0; }
.app-rv-val { color: #333; }

/* ── Declaration ── */
.app-declaration {
    margin-bottom: 20px;
    padding: 14px 18px;
    background: #f4f7fc;
    border: 1.5px solid #1A2A6C;
    border-radius: 3px;
}
.app-check-label { display: flex; align-items: flex-start; gap: 10px; cursor: pointer; font-size: 13px; color: #333; line-height: 1.65; }
.app-check-label input { flex-shrink: 0; margin-top: 3px; accent-color: #BE182C; width: 15px; height: 15px; }

/* ── Sidebar App Fee ── */
.app-fee-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.12);
    font-size: 13px;
    color: rgba(255,255,255,0.8);
}
.app-fee-row strong { color: #fff; font-size: 15px; }
.app-fee-divider { border: none; border-top: 1px solid rgba(255,255,255,0.2); margin: 6px 0; }

/* ── Sidebar Checklist ── */
.app-check-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 0;
    border-bottom: 1px solid #f5f5f5;
    font-size: 13px;
    color: #444;
}
.app-check-item:last-child { border: none; }
.app-chk { color: #1A2A6C; font-weight: 700; font-size: 13px; }

/* ════ FEE STRUCTURE PAGE ════ */
.fee-tab-bar { display: flex; gap: 8px; flex-wrap: wrap; }
.fee-tab {
    padding: 9px 22px;
    border: 1.5px solid #1A2A6C;
    background: #fff;
    color: #1A2A6C;
    font-size: 13px;
    font-weight: 700;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.2s;
}
.fee-tab.active,
.fee-tab:hover { background: #1A2A6C; color: #fff; }
.fee-section { display: none; }
.fee-section.active-fee { display: block; }
.fee-table { width: 100%; }
.fee-total { color: #BE182C; font-size: 14px; }
.fee-conc-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 14px;
}
.fee-conc-item {
    background: #f4f7fc;
    border-radius: 4px;
    padding: 14px;
    text-align: center;
    border-top: 3px solid #1A2A6C;
}
.fee-conc-cat { font-size: 13px; font-weight: 700; color: #1A2A6C; margin-bottom: 4px; }
.fee-conc-disc { font-size: 18px; font-weight: 700; color: #BE182C; margin-bottom: 4px; }
.fee-conc-note { font-size: 11px; color: #888; }

/* ════ SCHOLARSHIP PAGE ════ */
.sc-overview-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-bottom: 4px;
}
.sc-ov-item {
    background: #f4f7fc;
    border-radius: 4px;
    padding: 18px 14px;
    text-align: center;
    border-top: 3px solid #BE182C;
}
.sc-ov-icon { font-size: 24px; margin-bottom: 6px; }
.sc-ov-label { font-size: 12px; color: #888; margin-bottom: 3px; }
.sc-ov-val { font-size: 16px; font-weight: 700; color: #1A2A6C; }

.sc-card {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    margin-bottom: 16px;
    overflow: hidden;
}
.sc-card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    background: #f4f7fc;
    padding: 14px 18px;
    border-bottom: 1px solid #eee;
}
.sc-card-name { font-size: 14px; font-weight: 700; color: #1A2A6C; margin-bottom: 3px; }
.sc-card-by { font-size: 12px; color: #888; }
.sc-card-amount {
    background: #BE182C;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 14px;
    border-radius: 3px;
    white-space: nowrap;
    flex-shrink: 0;
}
.sc-card-body { padding: 16px 18px; }
.sc-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 14px;
}
.sc-detail-item {
    font-size: 12.5px;
    color: #555;
    line-height: 1.6;
}
.sc-detail-item span {
    display: block;
    font-weight: 700;
    color: #1A2A6C;
    margin-bottom: 2px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}
.sc-apply-btn {
    display: inline-block;
    background: #1A2A6C;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 18px;
    border-radius: 3px;
    text-decoration: none;
    transition: background 0.2s;
}
.sc-apply-btn:hover { background: #BE182C; color: #fff; }

/* ── Responsive ── */
@media (max-width: 900px) {
    .app-field-grid { grid-template-columns: 1fr; }
    .app-field-full { grid-column: span 1; }
    .app-upload-grid { grid-template-columns: 1fr; }
    .fee-conc-grid { grid-template-columns: 1fr 1fr; }
    .sc-overview-grid { grid-template-columns: 1fr 1fr; }
    .sc-detail-grid { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
    .fee-conc-grid { grid-template-columns: 1fr; }
    .sc-overview-grid { grid-template-columns: 1fr 1fr; }
    .app-progress-steps { min-width: 420px; }
}


/* media quaery  */
@media (max-width: 768px) {

    .page-section{
    
    }
  .sidebar{
    padding: 0 !important;
  }

}
    
    @media (max-width:480px){
.sidebar{
    padding: 0 !important;
  }

 

}

  @media (max-width:320px){

.sidebar{
    padding: 0 !important;
  }

}
@media(max-width:768px){

    .sidebar{
    padding: 0 !important;
  }


}