.neet-hero{
    padding: 40px 0px 0px 0;
    background:#f7faff;
}

.hero-image-wrap{
    text-align:center;
}

.hero-image-wrap img{
    max-height: 400px;
}

.exam-facts-card{
    background:#fff;
    border-radius:18px;
    border:1px solid #e8edf7;
    overflow:hidden;
    box-shadow:0 5px 20px rgba(0,0,0,.05);
}

.fact-item{
    display:flex;
    gap:15px;
    align-items:center;
    padding:18px;
    border-bottom:1px solid #eef2f8;
}

.fact-item:last-child{
    border-bottom:none;
}

.fact-item i{
    font-size:22px;
    color:#0d6efd;
    width:25px;
}

.fact-item small{
    display:block;
    color:#6b7280;
    font-size:12px;
}

.fact-item strong{
    display:block;
    font-size:15px;
    color:#0a2540;
}

.hero-mini-cards{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
    margin-top:25px;
}

.mini-card{
    background:#fff;
    border:1px solid #e8edf7;
    border-radius:12px;
    padding:15px;
    text-align:center;
}

.mini-card i{
    display:block;
    font-size:22px;
    color:#0d6efd;
    margin-bottom:10px;
}

.about-card{
    background:#fff;
    border-radius:20px;
    padding:40px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.neet-check-list{
    list-style:none;
    padding:0;
}

.neet-check-list li{
    margin-bottom:12px;
}

.neet-check-list li::before{
    content:"✓";
    color:#0d6efd;
    font-weight:700;
    margin-right:10px;
}

.stat-card{
    background:#fff;
    border:1px solid #e9eef8;
    border-radius:15px;
    padding:25px;
    text-align:center;
    height:100%;
}

.stat-card i{
    font-size:30px;
    margin-bottom:15px;
    color:#0d6efd;
}

.stat-card h6{
    font-weight:700;
}

.highlight-card,
.syllabus-card,
.exam-pattern-card,
.importance-card{
    background:#fff;
    border:1px solid #e8edf7;
    border-radius:18px;
    padding:25px;
    height:100%;
}

.highlight-card{
    text-align:center;
}

.highlight-icon{
    width:65px;
    height:65px;
    margin:auto;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
}

.highlight-icon.primary{color:#0d6efd;}
.highlight-icon.success{color:#198754;}
.highlight-icon.info{color:#0dcaf0;}
.highlight-icon.warning{color:#f59e0b;}
.highlight-icon.purple{color:#7c3aed;}
.highlight-icon.danger{color:#dc3545;}

.subject-box{
    display:flex;
    gap:15px;
    padding:18px;
    border:1px solid #edf1f8;
    border-radius:12px;
    margin-bottom:15px;
}

.subject-icon{
    font-size:28px;
    color:#0d6efd;
}

.subject-card{
    background:#fff;
    border:1px solid #e8edf7;
    border-radius:16px;
    padding:30px;
    height:100%;
    text-align:center;
    transition:.3s;
}

.subject-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(13,110,253,.08);
}

.subject-card i{
    font-size:42px;
    color:#0d6efd;
    margin-bottom:20px;
}

.subject-card h4{
    font-size:24px;
    font-weight:700;
    margin-bottom:15px;
}

.subject-card p{
    color:#6b7280;
    margin:0;
}

.exam-pattern-card table thead{
    background:#0d6efd;
    color:#fff;
}

.importance-card{
    text-align:center;
}

.importance-card i{
    font-size:32px;
    color:#0d6efd;
    margin-bottom:15px;
}

.eligibility-card,
.document-card,
.quota-card{
    background:#fff;
    border:1px solid #e8edf7;
    border-radius:18px;
    padding:30px;
    height:100%;
}

.eligibility-header{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:20px;
}

.eligibility-header i{
    font-size:28px;
    color:#0d6efd;
}

.eligibility-card ul,
.document-card ul,
.quota-card ul{
    list-style:none;
    padding:0;
    margin:0;
}

.eligibility-card li,
.document-card li,
.quota-card li{
    padding:10px 0;
    border-bottom:1px solid #f1f3f8;
}

.eligibility-card li::before,
.document-card li::before,
.quota-card li::before{
    content:"✓";
    color:#16a34a;
    font-weight:bold;
    margin-right:10px;
}

.process-wrapper{
    position:relative;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}

.process-line{
    position:absolute;
    top:35px;
    left:8%;
    right:8%;
    height:2px;
    background:#dbe4f7;
}

.process-step{
    position:relative;
    text-align:center;
    width:16%;
    z-index:2;
}

.process-icon{
    width:70px;
    height:70px;
    margin:auto;
    background:#fff;
    border:2px solid #0d6efd;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#0d6efd;
    font-size:24px;
}

.step-no{
    display:block;
    margin-top:15px;
    color:#0d6efd;
    font-weight:700;
}

.aiq{
    border-left:5px solid #0d6efd;
}

.state{
    border-left:5px solid #198754;
}

.authority-card,
.category-card,
.testimonial-card{
    background:#fff;
    border:1px solid #e8edf7;
    border-radius:18px;
    padding:25px;
    text-align:center;
    height:100%;
    transition:.3s;
}

.authority-card:hover,
.category-card:hover,
.testimonial-card:hover{
    transform:translateY(-5px);
}

.authority-card i,
.category-card i{
    font-size:38px;
    color:#0d6efd;
    margin-bottom:15px;
}

.update-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    border:1px solid #e8edf7;
}

.update-card img{
    width:100%;
    height:220px;
    object-fit:cover;
}

.update-content{
    padding:20px;
}

.update-content h5{
    margin-bottom:10px;
}

.testimonial-card .stars{
    color:#f59e0b;
    font-size:20px;
    margin-bottom:15px;
}

.testimonial-user{
    display:flex;
    align-items:center;
    gap:15px;
    margin-top:20px;
}

.avatar{
    width:50px;
    height:50px;
    border-radius:50%;
    background:#0d6efd;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
}

/* ====================================
   SEAT STATISTICS
==================================== */

.seat-stats-bar{
    background:linear-gradient(135deg,#0d6efd,#0a58ca);
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(13,110,253,.15);
}

.seat-stat-item{
    padding:22px 10px;
    color:#fff;
}

.seat-stat-item i{
    font-size:30px;
    margin-bottom:10px;
    opacity:.9;
}

.seat-stat-item h4{
    font-size:28px;
    font-weight:700;
    margin-bottom:5px;
}

.seat-stat-item span{
    font-size:14px;
    opacity:.95;
}

.seat-stat-item.border-start{
    border-color:rgba(255,255,255,.25)!important;
}

/* ====================================
   NTA SECTION
==================================== */

.nta-card{
    background:#fff;
    border:1px solid #e9eef7;
    border-radius:18px;
    padding:30px;
    height:100%;
    box-shadow:0 5px 15px rgba(0,0,0,.04);
}

.nta-card h3{
    font-size:28px;
    font-weight:700;
    margin-bottom:20px;
    color:#0a2540;
}

.nta-card p{
    color:#6b7280;
    line-height:1.8;
}

.nta-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin-top:25px;
}

.feature-box{
    background:#f8fbff;
    border:1px solid #e6edf8;
    border-radius:12px;
    padding:15px;
    font-size:14px;
    font-weight:500;
    display:flex;
    align-items:center;
    gap:10px;
}

.feature-box i{
    color:#0d6efd;
    font-size:18px;
}

.nta-card table{
    margin-bottom:0;
}

.nta-card table th{
    width:40%;
    background:#f8fbff;
    font-weight:600;
}

.nta-card table td{
    color:#444;
}

/* ====================================
   IMPORTANT DATES
==================================== */

.dates-card{
    background:#fff;
    border:1px solid #e8edf7;
    border-radius:20px;
    padding:40px;
    box-shadow:0 5px 15px rgba(0,0,0,.04);
}

.date-timeline{
    position:relative;
    display:flex;
    justify-content:space-between;
    gap:15px;
}

.date-timeline::before{
    content:'';
    position:absolute;
    top:28px;
    left:7%;
    right:7%;
    height:2px;
    background:#dce6fb;
    z-index:1;
}

.timeline-item{
    position:relative;
    z-index:2;
    text-align:center;
    flex:1;
}

.timeline-icon{
    width:58px;
    height:58px;
    margin:0 auto 15px;

    border-radius:16px;
    background:#fff;

    border:2px solid #dce6fb;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#4c6fff;
    font-size:24px;

    transition:.3s;
}

.timeline-item h6{
    font-size:15px;
    font-weight:700;
    margin-bottom:6px;
    color:#0a2540;
}

.timeline-item p{
    margin:0;
    font-size:14px;
    color:#666;
    font-weight:500;
}

/* Active Step */

.timeline-item.active .timeline-icon{
    background:#e7faf6;
    border-color:#3fc6a7;
    color:#18a57b;
}

.timeline-item.active p{
    color:#18a57b;
    font-weight:700;
}

/* ====================================
   MARKING SCHEME
==================================== */

.marking-card{
    background:#fff;
    border:1px solid #e8edf7;
    border-radius:18px;
    padding:25px;
    height:100%;
}

.marking-card h4{
    margin-bottom:25px;
    font-weight:700;
}

.mark-item{
    padding:18px;
    border-radius:12px;
    margin-bottom:15px;
    font-weight:600;
    text-align:center;
}

.mark-item.positive{
    background:#e9f9ef;
    color:#198754;
}

.mark-item.negative{
    background:#fff0f0;
    color:#dc3545;
}

.mark-item.neutral{
    background:#f4f6f9;
    color:#6c757d;
}

/* ====================================
   GENERAL INSTRUCTIONS
==================================== */

.instruction-card{
    background:#fff;
    border:1px solid #e9eef7;
    border-radius:18px;
    padding:35px;
    box-shadow:0 5px 15px rgba(0,0,0,.04);
}

.instruction-card h3{
    margin-bottom:25px;
    font-weight:700;
}

.instruction-card ul{
    list-style:none;
    padding:0;
    margin:0;
}

.instruction-card li{
    padding:12px 0;
    border-bottom:1px solid #eef2f8;
}

.instruction-card li:last-child{
    border-bottom:none;
}

.instruction-card li::before{
    content:'✓';
    color:#198754;
    font-weight:bold;
    margin-right:10px;
}

/* ====================================
   STATE AUTHORITIES
==================================== */

.authority-table-card{
    background:#fff;
    border-radius:18px;
    border:1px solid #e8edf7;
    overflow:hidden;
}

.authority-table-card table{
    margin:0;
}

.authority-table-card thead{
    background:#0d6efd;
    color:#fff;
}

/* ====================================
   UPDATES FEED
==================================== */

.updates-feed{
    background:#fff;
    border:1px solid #e8edf7;
    border-radius:18px;
    overflow:hidden;
}

.update-item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:18px 25px;
    border-bottom:1px solid #edf2f8;
}

.update-item:last-child{
    border-bottom:none;
}

.update-item i{
    color:#0d6efd;
    margin-right:12px;
}

/* ====================================
   SUCCESS STORIES
==================================== */

.success-card{
    background:#fff;
    border:1px solid #e8edf7;
    border-radius:18px;
    padding:25px;
    text-align:center;
    height:100%;
}

.student-avatar{
    width:70px;
    height:70px;
    margin:auto;
    border-radius:50%;
    background:#0d6efd;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:24px;
    font-weight:700;
    margin-bottom:15px;
}

.rank-badge{
    display:inline-block;
    background:#e8f0ff;
    color:#0d6efd;
    padding:6px 14px;
    border-radius:20px;
    margin:12px 0;
    font-weight:600;
}

/* ====================================
   MEDICAL CATEGORIES
==================================== */

.category-box{
    background:#fff;
    border:1px solid #e8edf7;
    border-radius:18px;
    text-align:center;
    padding:25px;
    height:100%;
    transition:.3s;
}

.category-box:hover{
    transform:translateY(-5px);
}

.category-box i{
    font-size:34px;
    color:#0d6efd;
    margin-bottom:15px;
}

/* ====================================
   EXAM HIGHLIGHTS
==================================== */

.exam-highlights-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:15px;
}

.exam-highlight-item{
    background:#fff;
    border:1px solid #e8edf7;
    border-radius:14px;
    padding:20px;
    text-align:center;
    transition:.3s;
}

.exam-highlight-item:hover{
    transform:translateY(-4px);
    box-shadow:0 8px 20px rgba(13,110,253,.08);
}

.exam-icon{
    width:60px;
    height:60px;
    margin:0 auto 15px;
    border-radius:50%;
    background:#eef5ff;
    color:#0d6efd;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:24px;
}

.exam-highlight-item h6{
    font-size:14px;
    font-weight:600;
    color:#6c757d;
    margin-bottom:8px;
}

.exam-highlight-item p{
    margin:0;
    font-size:16px;
    font-weight:700;
    color:#0a2540;
}