.eligibility-section {
    background: #f5f5f5;
    overflow: hidden;
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 40px;
}

.info-card {
    gap: 24px;
}

.info-icon {
    min-width: 72px;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: #b5121b;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(181, 18, 27, 0.25);
}

.info-icon i {
    color: #fff;
    font-size: 28px;
}

.info-content p {
    margin: 0;
    color: #555;
    line-height: 1.9;
    font-size: 17px;
    font-weight: 400;
}

/* MOBILE */
@media(max-width:768px) {

    .section-title {
        font-size: 30px;
    }

    .info-card {
        gap: 18px;
    }

    .info-icon {
        width: 60px;
        height: 60px;
        min-width: 60px;
    }

    .info-icon i {
        font-size: 22px;
    }

    .info-content p {
        font-size: 15px;
        line-height: 1.7;
    }

}

/* SECTION */
.about-modern-section {
    position: relative;
    background: #f7f7f7;
    overflow: hidden;
}

/* LIGHT PATTERN BACKGROUND */
.about-modern-section::before {
    content: '';
    position: absolute;
    inset: 0;

    background:
        repeating-linear-gradient(-45deg,
            rgba(0, 0, 0, 0.015),
            rgba(0, 0, 0, 0.015) 2px,
            transparent 2px,
            transparent 10px);

    pointer-events: none;
}

/* CONTENT */
.about-content {
    position: relative;
    z-index: 2;
    padding: 20px 0;
}

/* TITLE */
.about-title {
    font-size: 58px;
    line-height: 1.15;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 24px;
    letter-spacing: -1px;
}

.about-title .light-text {
    display: block;
    font-weight: 300;
    color: #111827;
    margin-bottom: 10px;
}

/* TEXT */
.about-content p {
    font-size: 19px;
    line-height: 1.9;
    color: #5b5b5b;
    margin-bottom: 22px;
}

/* LIST */
.modern-list {
    margin-bottom: 25px;
    padding-left: 22px;
}

.modern-list li {
    font-size: 18px;
    color: #444;
    margin-bottom: 10px;
    line-height: 1.7;
}

/* BUTTON */
.modern-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 15px 34px;

    background: var(--e-global-color-accent);


    text-decoration: none;

    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 4px;
    transition: 0.3s ease;
}

.modern-btn:hover {
    transform: translateY(-2px);
}

/* RESPONSIVE */
@media(max-width:991px) {

    .about-title {
        font-size: 42px;
    }

    .about-content p {
        font-size: 17px;
    }

    .modern-list li {
        font-size: 16px;
    }

}

@media(max-width:768px) {

    .about-modern-section {
        padding: 50px 0;
    }

    .about-title {
        font-size: 32px;
        line-height: 1.3;
    }

    .about-content p {
        font-size: 15px;
        line-height: 1.8;
    }

    .modern-list li {
        font-size: 15px;
    }

    .modern-btn {
        width: 100%;
        padding: 14px 20px;
    }

}

/* SECTION */
.campus-life-section {
    position: relative;

    padding: 90px 0;

    background: url('../images/campus_life.webp');
    background-size: cover;
    background-position: center;

    overflow: hidden;
}

/* DARK OVERLAY */
.campus-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(90deg,
            rgba(8, 15, 40, 0.92),
            rgba(17, 24, 39, 0.78));
}

/* CONTAINER */
.campus-life-section .container {
    position: relative;
    z-index: 2;
}

/* LEFT HEADING */
.campus-side-heading {
    color: #fff;
}

.mini-title {
    display: inline-block;

    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;

    margin-bottom: 15px;

    color: #d1d5db;
}

.campus-side-heading h2 {
    font-size: 56px;
    line-height: 1.1;
    font-weight: 300;

    margin-bottom: 25px;
}

.campus-side-heading h2 strong {
    font-weight: 700;
    color: #fff;
}

/* RED LINE */
.heading-line {
    width: 90px;
    height: 4px;

    background: #c1121f;

    border-radius: 10px;
}

/* RIGHT CONTENT */
.campus-content {
    color: #fff;
    padding-left: 30px;
}

.campus-text {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;

    margin-bottom: 30px;
}

/* LIST */
.campus-list {
    padding-left: 22px;
}

.campus-list li {
    margin-bottom: 16px;

    font-size: 12px;
    line-height: 1.8;

    color: #f3f4f6;
}

/* RESPONSIVE */
@media(max-width:991px) {

    .campus-side-heading {
        margin-bottom: 40px;
    }

    .campus-content {
        padding-left: 0;
    }

    .campus-side-heading h2 {
        font-size: 42px;
    }

    .campus-text {
        font-size: 22px;
    }

    .campus-list li {
        font-size: 17px;
    }

}

@media(max-width:768px) {

    .campus-life-section {
        padding: 60px 0;
    }

    .campus-side-heading h2 {
        font-size: 34px;
    }

    .campus-text {
        font-size: 18px;
        line-height: 1.8;
    }

    .campus-list li {
        font-size: 15px;
        line-height: 1.7;
    }

}