.tl-wrapper-7978b8a3 {
    position: relative;
    padding: 20px 0;
    width: 100%;
}
.tl-track-wrapper-7978b8a3 {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    transform: translateY(-50%);
    z-index: 1;
}
.tl-track-7978b8a3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #444;
}
.tl-fill-7978b8a3 {
    height: 100%;
    width: 0%;
    background-color: #f7a81b;
    transition: width 0.1s ease-out, height 0.1s ease-out;
}
.tl-items-7978b8a3 {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    width: 100%;
}
.tl-item-container-7978b8a3 {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.tl-dot-wrapper-7978b8a3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    z-index: 2;
}
.tl-dot-bg-7978b8a3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #222;
}
.tl-dot-active-7978b8a3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #f7a81b;
    opacity: 0;
    transform: scale(0);
    transition: opacity 0.2s, transform 0.2s;
}
.tl-dot-wrapper-7978b8a3.is-active .tl-dot-active-7978b8a3 {
    opacity: 1;
    transform: scale(1);
}

.tl-item-7978b8a3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    text-align: center;
    padding: 0 15px;
    height: 350px;
}
.tl-top-7978b8a3 {
    justify-content: flex-start;
    padding-top: 20px;
}
.tl-bottom-7978b8a3 {
    justify-content: flex-end;
    padding-bottom: 20px;
}
.tl-content-7978b8a3 {
    max-width: 250px;
}
.tl-year-7978b8a3 {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}
.tl-subtitle-7978b8a3 {
    font-size: 14px;
    letter-spacing: 2px;
    color: #f7a81b;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.tl-desc-7978b8a3 {
    font-size: 14px;
    color: #ddd;
    line-height: 1.5;
}

/* Mobile Responsive Adjustments */
@media (max-width: 767px) {
    .tl-items-7978b8a3 {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 20px;
    }
    .tl-item-container-7978b8a3 {
        flex-direction: row;
        width: 100%;
        margin-bottom: 60px; /* Added vertical spacing */
        min-height: 120px;
    }
    .tl-item-7978b8a3 {
        height: auto;
        padding: 0 0 0 50px; /* Space for the line and dot */
        text-align: left;
        align-items: flex-start;
    }
    .tl-top-7978b8a3, .tl-bottom-7978b8a3 {
        justify-content: flex-start; /* Reset vertical centering */
        padding-top: 0;
        padding-bottom: 0;
    }
    .tl-content-7978b8a3 {
        max-width: 100%;
    }
    .tl-track-wrapper-7978b8a3 {
        top: 0;
        left: 29px; /* Align correctly with container padding */
        bottom: 0;
        width: 4px;
        height: auto;
        transform: none;
        right: auto;
    }
    .tl-fill-7978b8a3 {
        width: 100%;
        height: 0%;
    }
    .tl-dot-wrapper-7978b8a3 {
        left: 11px; /* Center dot over the 4px vertical line based on new container padding */
        top: 15px; /* Align with title */
        transform: translate(-50%, 0);
    }
}
