:root {
    --primary: #1a66a6;
    --secondary: #fbb225;
}

.student-life {
    background: #f8fafc;
}

.section-title .subtitle {
    color: var(--secondary);
    font-weight: 700;
    letter-spacing: 2px;
}

.section-title h2 {
    color: var(--primary);
    font-size: 32px;
    font-weight: 700;
    margin: 10px 0;
}

.section-title p {
    max-width: 700px;
    margin: auto;
    color: #666;
}

.life-card {
    height: 100%;
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 10px 35px rgba(0, 0, 0, .08);
    transition: 0.3s ease;
    position: relative;
}

.life-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(26, 102, 166, .15);
}

.life-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: var(--secondary);
}

.life-img {
    overflow: hidden;
}

.life-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: 0.3s ease;
}

.life-card:hover img {
    transform: scale(1.08);
}

.life-content {
    padding: 30px;
}

.life-content h3 {
    color: var(--primary);
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}

.life-content p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 25px;
}

.read-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #fff;
    background: var(--primary);
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 600;
    transition: 0.3s ease;
}

.read-btn:hover {
    background: var(--secondary);
    color: #fff;
}

.read-btn span {
    transition: 0.3s ease;
}

.read-btn:hover span {
    transform: translateX(5px);
}

#sportsCarousel {
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .12);
}

#sportsCarousel .carousel-item {
    height: 500px;
}

#sportsCarousel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#sportsCarousel .carousel-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(rgba(0, 0, 0, .2),
            rgba(0, 0, 0, .65));
}

.carousel-caption {
    bottom: 80px;
    z-index: 2;
}

.carousel-caption h2 {
    font-size: 60px;
    font-weight: 800;
    color: #fff !important;
}

.carousel-caption p {
    font-size: 22px;
    color: #fff !important;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .15);
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

:root {
    --primary: #1a66a6;
    --secondary: #fbb225;
}

.beyond-classroom {
    background: #f7f9fc;
}

.section-heading {
    max-width: 850px;
    margin: auto;
}

.sub-title {
    color: var(--secondary);
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 14px;
}

.section-heading h2 {
    font-size: 32px;
    font-weight: 700;
    color: var(--primary);
    margin: 10px 0;
}

.section-heading p {
    color: #666;
}

.horizontal-card {
    background: #fff;
    border-radius: 24px;
    overflow: hidden;
    margin-bottom: 35px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    transition: 0.3s ease;
}

.horizontal-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 60px rgba(26, 102, 166, .15);
}

.card-image {
    overflow: hidden;
    height: 100%;
}

.card-image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    transition: 0.3s ease;
}

.horizontal-card:hover img {
    transform: scale(1.08);
}

.card-content {
    padding: 40px;
}

.card-tag {
    display: inline-block;
    background: var(--secondary);
    color: #fff;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.card-content h3 {
    color: var(--primary);
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
}

.card-content p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 20px;
}

.card-content a {
    color: var(--primary);
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s ease;
}

.card-content a:hover {
    color: var(--secondary);
}

@media(max-width:991px) {

    .card-image img {
        height: 250px;
    }

    .card-content {
        padding: 25px;
    }

    .card-content h3 {
        font-size: 26px;
    }
}

.content-block {
    background: #fff;
    padding: 30px;
    border-left: 5px solid var(--secondary);
    border-radius: 0 16px 16px 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}

.content-block h3 {
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 15px;
}

.section-highlight {
    position: relative;
    padding: 35px;
    background: #f8fbff;
    border-left: 6px solid var(--primary);
    border-radius: 18px;
}

.section-label {
    display: inline-block;
    background: var(--secondary);
    color: #fff;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 15px;
}

.feature-item {
    padding: 18px 20px;
    background: #fff;
    border-left: 4px solid var(--secondary);
    margin-bottom: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
    transition: 0.3s ease;
}

.feature-item:hover {
    transform: translateX(8px);
}