.tl-383b3964-wrapper {
    position: relative;
    width: 100%;
    padding: 40px 0;
    overflow: hidden;
}

.tl-383b3964-container {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Central Timeline Line */
.tl-383b3964-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #3b82f6;
    transform: translateX(-50%);
    z-index: 1;
}

/* Timeline Item Wrapper */
.tl-383b3964-item {
    position: relative;
    width: 50%;
    margin-bottom: 40px;
    z-index: 2;
}

.tl-383b3964-item:last-child {
    margin-bottom: 0;
}

/* Alternating sides for desktop */
.tl-383b3964-left {
    left: 0;
    padding-right: 40px;
}

.tl-383b3964-right {
    left: 50%;
    padding-left: 40px;
}

/* Center dot */
.tl-383b3964-dot {
    position: absolute;
    top: 24px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 4px solid #3b82f6;
    z-index: 3;
}

.tl-383b3964-left .tl-383b3964-dot {
    right: -10px;
}

.tl-383b3964-right .tl-383b3964-dot {
    left: -10px;
}

/* The Timeline box card */
.tl-383b3964-box {
    background-color: #f8fafc;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tl-383b3964-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.tl-383b3964-year {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #3b82f6;
    margin-bottom: 8px;
}

.tl-383b3964-headline {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0 0 12px 0;
    line-height: 1.4;
}

.tl-383b3964-desc {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #64748b;
}

.tl-383b3964-desc p {
    margin-bottom: 12px;
}

.tl-383b3964-desc p:last-child {
    margin-bottom: 0;
}

/* Responsiveness (Tablet and Mobile support) */
@media (max-width: 768px) {
    .tl-383b3964-line {
        left: 20px;
        transform: none;
    }

    .tl-383b3964-item {
        width: 100%;
        margin-bottom: 30px;
    }

    .tl-383b3964-left {
        left: 0;
        padding-right: 0;
        padding-left: 45px;
    }

    .tl-383b3964-right {
        left: 0;
        padding-left: 45px;
    }

    .tl-383b3964-dot {
        left: 12px !important;
        right: auto !important;
    }
}
