.admission-header {
    background: linear-gradient(135deg, #131010 0%, #5e0404 100%);
    color: #fff;
    padding: 40px 0 30px 0;
    margin-bottom: 30px;
}
.admission-header h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}
.admission-header h1 span {
    color: #e97911;
}
.admission-header p {
    color: rgba(255,255,255,0.8);
    font-size: 16px;
    margin-bottom: 5px;
}
.admission-header .session-info {
    background: rgba(233, 121, 17, 0.2);
    border: 1px solid rgba(233, 121, 17, 0.4);
    border-radius: 8px;
    padding: 15px 20px;
    margin-top: 15px;
}
.admission-header .session-info .label {
    color: rgba(255,255,255,0.6);
    font-size: 13px;
}
.admission-header .session-info .value {
    color: #fff;
    font-weight: 600;
}
.admission-status {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px;
}
.admission-status.open {
    background: #28a745;
    color: #fff;
}
.admission-status.closed {
    background: #dc3545;
    color: #fff;
}
.admission-status.warning {
    background: #ffc107;
    color: #333;
}
.programme-category {
    margin-bottom: 40px;
}
.programme-category h2 {
    font-size: 24px;
    font-weight: 700;
    color: #5e0404;
    border-bottom: 3px solid #e97911;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.programme-category h2 i {
    color: #e97911;
    margin-right: 10px;
}
.school-block {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 25px;
    border-left: 4px solid #e97911;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.school-block h3 {
    font-size: 20px;
    font-weight: 700;
    color: #131010;
    margin-bottom: 5px;
}
.school-block .school-sub {
    color: #999;
    font-size: 13px;
    margin-bottom: 15px;
}
.department-block {
    margin: 15px 0;
    padding: 15px;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #e9ecef;
}
.department-block h4 {
    font-size: 17px;
    font-weight: 600;
    color: #5e0404;
    margin-bottom: 10px;
}
.programme-item {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}
.programme-item:last-child {
    border-bottom: none;
}
.programme-item .programme-name {
    font-weight: 500;
    color: #333;
}
.programme-item .programme-type {
    display: inline-block;
    background: #e97911;
    color: #fff;
    font-size: 10px;
    padding: 1px 10px;
    border-radius: 12px;
    margin-left: 8px;
    text-transform: uppercase;
    font-weight: 600;
}
.programme-item .programme-type.mphil {
    background: #6c757d;
}
.programme-item .programme-type.phd {
    background: #5e0404;
}
.programme-item .programme-type.pgd {
    background: #28a745;
}
.programme-item .programme-type.msc {
    background: #17a2b8;
}
.programme-item .programme-type.meng {
    background: #fd7e14;
}
.programme-item .programme-type.doctoral {
    background: #dc3545;
}
.programme-item .programme-type.master {
    background: #6f42c1;
}
.programme-item .specializations {
    font-size: 13px;
    color: #666;
    margin-top: 3px;
}
.programme-item .specializations i {
    color: #e97911;
    margin-right: 5px;
}
.programme-item .duration {
    font-size: 12px;
    color: #999;
    margin-top: 2px;
}
.programme-item .duration i {
    margin-right: 5px;
    color: #e97911;
}
.admission-footer {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin-top: 30px;
    border: 1px solid #e9ecef;
}
.admission-footer p {
    margin-bottom: 5px;
}
.admission-footer strong {
    color: #5e0404;
}
.application-btn {
    display: inline-block;
    background: #e97911;
    color: #fff;
    padding: 12px 30px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-top: 10px;
    border: none;
    cursor: pointer;
}
.application-btn:hover {
    background: #5e0404;
    color: #fff;
    text-decoration: none;
}
.application-btn.disabled {
    background: #6c757d;
    cursor: not-allowed;
    opacity: 0.6;
    pointer-events: none;
}
.application-btn i {
    margin-right: 8px;
}
.cor-p5 {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    margin-top: 30px;
}
.cor-p5 h3 {
    font-size: 22px;
    font-weight: 700;
    color: #5e0404;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e97911;
}
.cor-p5 .nav-tabs li a {
    color: #333;
    font-weight: 500;
    padding: 10px 15px;
}
.cor-p5 .nav-tabs li.active a {
    color: #e97911;
    border-bottom: 2px solid #e97911;
}
.cor-p5 .tab-content {
    padding: 20px 0;
}
.cor-p5 .tab-content h4 {
    color: #5e0404;
    font-weight: 600;
    margin-bottom: 15px;
}
.cor-p5 .tab-content p {
    color: #444;
    line-height: 1.8;
}
.cor-p5 .tab-content ul {
    padding-left: 20px;
    margin: 10px 0;
}
.cor-p5 .tab-content ul li {
    color: #444;
    line-height: 1.8;
    margin-bottom: 5px;
}
.cor-p5 .tab-content ul li span {
    font-weight: 600;
    color: #5e0404;
}
.cor-p5 .tab-content .list-noted li {
    color: #dc3545;
}
.requirements-section {
    margin-bottom: 20px;
}
.requirements-section .req-item {
    padding: 8px 0;
    border-bottom: 1px solid #f5f5f5;
    color: #444;
    line-height: 1.8;
}
.requirements-section .req-item:last-child {
    border-bottom: none;
}
.requirements-section .req-item .req-label {
    font-weight: 600;
    color: #5e0404;
    display: block;
    margin-bottom: 3px;
}
.requirements-section .req-item ul {
    padding-left: 25px;
    margin: 5px 0;
}
.requirements-section .req-item ul li {
    color: #444;
    line-height: 1.8;
}
.duration-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 15px;
}
.duration-card {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
    border-left: 3px solid #e97911;
}
.duration-card h5 {
    color: #5e0404;
    font-weight: 600;
    margin-bottom: 10px;
}
.duration-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.duration-card ul li {
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}
.duration-card ul li:last-child {
    border-bottom: none;
}
.duration-card ul li span {
    font-weight: 600;
}
@media (max-width: 768px) {
    .admission-header h1 {
        font-size: 24px;
    }
    .school-block {
        padding: 15px;
    }
    .department-block {
        padding: 12px;
    }
    .programme-item .programme-name {
        font-size: 14px;
    }
    .duration-grid {
        grid-template-columns: 1fr;
    }
}