.exam-guide-hero {
    background: linear-gradient(120deg, rgba(0, 55, 235, 0.06), rgba(118, 75, 162, 0.08));
    padding: 100px 0 60px;
}
.hero-content {
    max-width: 800px;
    margin: 0 auto;
}
.hero-content h1 {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 800;
    color: #1f1c35;
    margin-bottom: 20px;
    line-height: 1.2;
}
.hero-content p {
    color: #4f536c;
    font-size: 1.1rem;
    line-height: 1.7;
}
.exam-guide-content {
    padding: 40px 0 80px;
    background: #f7f8fb;
}
.guide-main {
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.guide-sidebar {
    position: relative;
    top: 0;
    align-self: flex-start;
    height: fit-content;
}
.college-content-card {
    background: #fff;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    border: 1px solid #ecedf4;
    transition: all 0.3s ease;
}
.college-content-card:hover {
    border-color: var(--ep-primary-color-1);
    box-shadow: 0 15px 35px rgba(0, 55, 235, 0.12);
}
.college-content-card h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #000000;
    padding-bottom: 12px;
    border-bottom: 2px solid #f0f4f8;
    margin-bottom: 20px;
}
.college-content-card h3 {
    font-size: 1.45rem;
    font-weight: 700;
    color: #000000;
    padding-bottom: 12px;
    border-bottom: 2px solid #f0f4f8;
}
.college-content-card p {
    color: #4f536c;
    line-height: 1.7;
    margin-bottom: 18px;
}
.college-content-card h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1f1c35;
    margin-top: 28px;
    margin-bottom: 16px;
}
h2.accordion-header {
    margin-bottom: 0;
    padding-bottom: 0;
}
.guide-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 12px;
    overflow: hidden;
    margin: 20px 0;
    background: #fff;
    box-shadow: 0 5px 20px rgba(15, 23, 42, 0.08);
}

.guide-table thead {

    background: linear-gradient(135deg, var(--ep-primary-color-1), var(--ep-primary-color-9));
    color: #fff;
    font-weight: 600;
    
    font-size: 0.95rem;
}    

.guide-table th {
    padding: 16px 20px;
}
.guide-table td {
    padding: 16px 20px;
    border-bottom: 1px solid #f1f1f5;
    color: #4f536c;
    font-weight: 500;
    font-size: 0.95rem;
}
.guide-table tr:last-child td {
    border-bottom: none;
}
.highlight-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 18px;
    margin-top: 20px;
}
.highlight-item {
    background: #f8f9fb;
    border-radius: 12px;
    padding: 16px 18px;
    border: 1px solid #eceff6;
}
.highlight-item strong {
    display: block;
    color: #4f536c;
    font-size: 0.85rem;
    margin-bottom: 6px;
}
.highlight-item span {
    color: #1f1c35;
    font-weight: 600;
    font-size: 1rem;
}
.tip-box {
    border-left: 4px solid var(--ep-primary-color-1);
    background: rgba(0, 55, 235, 0.05);
    padding: 18px 22px;
    border-radius: 8px;
    margin: 28px 0 0 0;
    color: #1f1c35;
    font-weight: 500;
    line-height: 1.6;
}
.stat-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background: #f0f4ff;
    color: var(--ep-primary-color-1);
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
    margin: 0 8px 20px 0;
}
.stat-chip + .guide-list {
    margin-top: 0;
}
.guide-list {
    margin: 10px 0 0 20px;
    padding: 0;
    color: #4f536c;
    line-height: 1.7;
    list-style-type: disc !important;
    list-style: disc !important;
}
.guide-list li {
    margin-bottom: 14px;
    list-style-type: disc !important;
    list-style: disc !important;
    padding-left: 0;
}
.guide-list li:last-child {
    margin-bottom: 15px;
}
.guide-list strong {
    color: #1f1c35;
    font-weight: 600;
}
.guide-list + p {
    margin-top: 20px;
}
.accordion {
    margin-top: 20px;
}
.accordion-item {
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    background: #fff;
    transition: all 0.3s ease;
}
.accordion-item:hover {
    box-shadow: 0 4px 12px rgba(0,115,177,0.1);
    border-color: var(--ep-primary-color-1);
}
.accordion-button {
    background: #f8f9fa;
    color: #1f1c35;
    font-weight: 600;
    font-size: 1rem;
    padding: 20px;
    border: none;
    box-shadow: none;
    transition: all 0.3s ease;
}
.accordion-button:not(.collapsed) {
    background: #f0f4ff;
    color: var(--ep-primary-color-1);
    box-shadow: none;
}
.accordion-button:focus {
    border-color: var(--ep-primary-color-1);
    box-shadow: 0 0 0 0.25rem rgba(0, 55, 235, 0.1);
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230037eb'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230037eb'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-body {
    padding: 20px;
    color: #4f536c;
    line-height: 1.6;
    background: #fff;
}
.sidebar-card {
    background: #fff;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border: 1px solid #e6e6e6;
    transition: all 0.3s ease;
}
.sidebar-card:hover {
    box-shadow: 0 4px 15px rgba(0,115,177,0.15);
    border-color: var(--ep-primary-color-1);
}
.sidebar-card h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    margin: 0 0 20px 0;
    padding: 0;
}
.stats-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.stat-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}
.stat-row span {
    color: #4f536c;
    font-size: 0.9rem;
}
.stat-row strong {
    color: #1f1c35;
    font-weight: 700;
    font-size: 0.95rem;
}
.action-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}
.action-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border: 1px solid #eceff6;
    border-radius: 10px;
    background: #f8f9fb;
    color: #1f1c35;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}
.action-btn:hover {
    border-color: var(--ep-primary-color-1);
    color: var(--ep-primary-color-1);
    background: #fff;
    box-shadow: 0 10px 20px rgba(0, 55, 235, 0.1);
}
.exam-sidebar .stat-row {
    border-bottom: 1px solid #f0f0f0;
}
.exam-sidebar .stat-row:last-child {
    border-bottom: none;
}
.cta-card {
    border-radius: 16px;
    background: linear-gradient(135deg, var(--ep-primary-color-1), var(--ep-primary-color-9));
    padding: 32px;
    color: #fff;
    margin-top: 20px;
    text-align: center;
}
.cta-card a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: #fff;
    color: var(--ep-primary-color-1);
    border-radius: 50px;
    font-weight: 600;
}
.cta-card h3 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.cta-card p {
    color: #fff;
    font-size: 1rem;
}

.ep-btn i {
    font-size: 14px !important;
    line-height: 0;
}

    
@media (max-width: 991px) {
    .guide-sidebar {
        position: static;
        margin-top: 30px;
    }
}
@media (max-width: 767px) {
    .exam-guide-hero {
        padding: 80px 0 40px;
    }
    .hero-content h1 {
        font-size: 1.8rem;
    }
    .guide-table th,
    .guide-table td {
        padding: 12px 14px;
        font-size: 0.85rem;
    }
    .college-content-card {
        padding: 20px;
    }
}

/* Quick Links Grid */
.quick-links-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 15px;
}
.quick-link-box {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 18px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(15, 23, 42, 0.06);
    border: 1px solid #ecedf4;
    text-decoration: none;
    color: #1f1c35;
    transition: all 0.3s ease;
}
.quick-link-box:hover {
    border-color: var(--ep-primary-color-1);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 55, 235, 0.1);
    color: var(--ep-primary-color-1);
}
.quick-link-box i {
    font-size: 20px;
    color: var(--ep-primary-color-1);
    flex-shrink: 0;
}
.quick-link-box span {
    font-size: 0.95rem;
    font-weight: 500;
}