/* Mobile Responsive Timeline */
@media (max-width: 991px) {
    .milestones-hero-title {
        font-size: 36px;
    }

    /* Move line to the left */
    .timeline::after {
        left: 31px;
    }

    /* All items to 100% width */
    .timeline-item {
        width: 100%;
        padding-left: 70px !important;
        padding-right: 25px !important;
        left: 0 !important;
    }

    /* Move dots to the consistent left position */
    .timeline-dot {
        left: 21px !important;
        right: auto !important;
    }

    /* Move arrows to the left side of cards */
    .timeline-content::after {
        left: -10px !important;
        right: auto !important;
        border-right: 10px solid #fdf5e6 !important;
        border-left: 0 !important;
    }
}

@media (max-width: 768px) {
    .milestones-hero-title {
        font-size: 28px;
    }

    .timeline-content {
        padding: 20px;
    }

    .timeline-content p {
        font-size: 14px;
    }
    
    .timeline-date {
        font-size: 13px;
        padding: 3px 12px;
    }
}

@media (max-width: 576px) {
    .milestones-hero {
        min-height: 220px;
        padding-top: 100px;
    }

    .milestones-hero-title {
        font-size: 24px;
    }
}
