.timeline-container-bcfe1a17 {
    position: relative;
    width: 100%;
    margin: 40px 0;
    display: flex;
    align-items: center;
}

.timeline-viewport-bcfe1a17 {
    width: 100%;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none; /* Firefox */
}

.timeline-viewport-bcfe1a17::-webkit-scrollbar {
    display: none; /* Safari / Chrome */
}

.timeline-track-bcfe1a17 {
    display: flex;
    position: relative;
    padding: 120px 50px; /* Large padding to allow above/below space */
    min-width: max-content;
}

/* Continuous horizontal line */
.timeline-track-bcfe1a17::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
}

.timeline-progress-line-bcfe1a17 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2;
    transition: width 0.5s ease-in-out;
}

.timeline-item-bcfe1a17 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 280px;
    margin: 0 10px;
    z-index: 3;
}

/* Marker positioning on the track */
.timeline-marker-wrapper-bcfe1a17 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.timeline-marker-bcfe1a17 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 3px solid;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
    transition: all 0.3s ease;
}

.timeline-marker-bcfe1a17 svg {
    width: 16px;
    height: 16px;
}

/* Above/Below Content Layout */
.timeline-item-bcfe1a17.pos-above-bcfe1a17 {
    padding-bottom: 120px;
}

.timeline-item-bcfe1a17.pos-below-bcfe1a17 {
    padding-top: 120px;
}

.timeline-content-card-bcfe1a17 {
    background: #ffffff;
    border-radius: 8px;
    padding: 16px;
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1);
    width: 240px;
    text-align: center;
    position: relative;
}

.pos-above-bcfe1a17 .timeline-content-card-bcfe1a17::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 8px 8px 0;
    border-style: solid;
    border-color: #ffffff transparent transparent;
}

.pos-below-bcfe1a17 .timeline-content-card-bcfe1a17::after {
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 0 8px 8px;
    border-style: solid;
    border-color: transparent transparent #ffffff;
}

.timeline-meta-bcfe1a17 {
    font-weight: bold;
    font-size: 0.85em;
    margin-bottom: 6px;
}

.timeline-title-bcfe1a17 {
    margin: 0 0 8px 0;
    font-size: 1.1em;
}

.timeline-desc-bcfe1a17 {
    font-size: 0.9em;
    line-height: 1.4;
}

/* Navigation Buttons */
.timeline-nav-btn-bcfe1a17 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    border: none;
    outline: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgb(0 0 0 / 0.15);
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s, background-color 0.3s;
}

.timeline-nav-btn-bcfe1a17.prev-bcfe1a17 {
    left: 10px;
}

.timeline-nav-btn-bcfe1a17.next-bcfe1a17 {
    right: 10px;
}

.timeline-nav-btn-bcfe1a17:hover {
    opacity: 0.9;
}
