/* Responsive */
@media (max-width: 992px) {
    .campus-life-section {
        padding: 60px 0;
    }
}

@media (max-width: 768px) {
    .mission-step-node {
        padding: 0.8rem 1rem;
    }
    img.logo {
        height: 80px;
    }

    .custom-navbar .dropdown-menu {
        max-height: 60vh;
        overflow: scroll;
        height: fit-content;
    }


    /* Move line to left */
    .timeline-container::after {
        left: 35px;
        margin-left: 0;
        top: 20px;
        bottom: 20px;
    }

    /* Full width items */
    .timeline-item,
    .timeline-item:nth-child(even) {
        width: 100%;
        left: 0;
        padding-left: 80px;
        padding-right: 0;
        justify-content: flex-start;
        margin-bottom: 2rem;
    }

    /* Year badges */
    .timeline-badge,
    .timeline-item:nth-child(even) .timeline-badge {
        left: 0;
        right: auto;
        width: 70px;
        height: 70px;
        font-size: 0.9rem;
    }

    /* Card sizing */
    .timeline-content {
        width: 100%;
        padding: 1.25rem;
    }

    .timeline-content h3 {
        font-size: 1.1rem;
    }

    .timeline-content p {
        font-size: 0.85rem;
    }

    .timeline-year-text {
        font-size: 0.75rem;
    }

    .timeline-icon {
        font-size: 2rem;
        right: 15px;
        bottom: 15px;
    }
}