.s-timeline-wrapper-53cb8a25 {
    position: relative;
    width: 100%;
    background-color: #0A0A0A;
    padding: 100px 0;
    font-family: 'Inter', sans-serif;
    color: #FFFFFF;
    overflow: hidden;
}

.s-timeline-container-53cb8a25 {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* SVG Spine styling */
.s-timeline-svg-53cb8a25 {
    position: absolute;
    top: 0;
    left: 20px; /* Offset for padding */
    width: calc(100% - 40px);
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.s-timeline-path-bg-53cb8a25 {
    fill: none;
    stroke: rgba(255, 255, 255, 0.05);
    stroke-width: 6px;
    stroke-linecap: round;
}

.s-timeline-path-active-53cb8a25 {
    fill: none;
    stroke: #CC0000;
    stroke-width: 6px;
    stroke-linecap: round;
    filter: drop-shadow(0 0 8px rgba(204,0,0,0.8));
    transition: stroke-dashoffset 1s ease-out;
}

.s-timeline-nodes-wrap-53cb8a25 {
    position: relative;
    z-index: 5;
    width: 100%;
    padding: 40px 0;
}

.s-timeline-node-53cb8a25 {
    position: relative;
    width: 100%;
    margin-bottom: 120px;
    opacity: 0.7;
    transition: opacity 0.4s ease;
    cursor: pointer;
}

.s-timeline-node-53cb8a25:last-child {
    margin-bottom: 0;
}

.s-timeline-node-53cb8a25.is-active,
.s-timeline-node-53cb8a25:hover {
    opacity: 1;
}

/* Row Grid Layout */
.s-timeline-row-53cb8a25 {
    display: flex;
    align-items: center;
    width: 100%;
}

.s-timeline-col-empty-53cb8a25 {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    padding: 0 40px;
}

.s-timeline-col-center-53cb8a25 {
    flex: 0 0 100px;
    display: flex;
    justify-content: center;
    position: relative;
}

.s-timeline-col-card-53cb8a25 {
    flex: 1;
    padding: 0 40px;
}

/* Left/Right Switching for S-Shape */
.layout-right .s-timeline-col-empty-53cb8a25 {
    order: 1;
    justify-content: flex-end;
}
.layout-right .s-timeline-col-center-53cb8a25 {
    order: 2;
}
.layout-right .s-timeline-col-card-53cb8a25 {
    order: 3;
}

.layout-left .s-timeline-col-empty-53cb8a25 {
    order: 3;
    justify-content: flex-start;
}
.layout-left .s-timeline-col-center-53cb8a25 {
    order: 2;
}
.layout-left .s-timeline-col-card-53cb8a25 {
    order: 1;
    display: flex;
    justify-content: flex-end;
}

/* Labels & Dots */
.s-timeline-year-label-53cb8a25 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 48px;
    color: rgba(255,255,255,0.3);
    line-height: 1;
    transition: all 0.3s ease;
}

.s-timeline-node-53cb8a25.is-active .s-timeline-year-label-53cb8a25,
.s-timeline-node-53cb8a25:hover .s-timeline-year-label-53cb8a25 {
    color: #FFFFFF;
    transform: scale(1.1);
}

.s-timeline-dot-wrapper-53cb8a25 {
    position: relative;
    width: 24px;
    height: 24px;
}

.s-timeline-dot-53cb8a25 {
    width: 24px;
    height: 24px;
    background: #0A0A0A;
    border: 4px solid #CC0000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease;
    z-index: 10;
}

.s-timeline-node-53cb8a25.is-active .s-timeline-dot-53cb8a25,
.s-timeline-node-53cb8a25:hover .s-timeline-dot-53cb8a25 {
    background-color: #CC0000;
    transform: translate(-50%, -50%) scale(1.5);
    box-shadow: 0 0 20px rgba(204,0,0,0.8);
}

/* Card Styling */
.s-timeline-card-53cb8a25 {
    width: 100%;
    max-width: 420px;
    background: linear-gradient(145deg, #1A1A1A 0%, #0F0F0F 100%);
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 16px;
    padding: 35px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.05);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.s-timeline-node-53cb8a25:hover .s-timeline-card-53cb8a25,
.s-timeline-node-53cb8a25.is-active .s-timeline-card-53cb8a25 {
    box-shadow: 0 20px 40px rgba(0,0,0,0.9), inset 0 1px 0 rgba(255,255,255,0.1);
    transform: translateY(-5px);
    border-color: rgba(204,0,0,0.3);
}

.s-timeline-card-year-53cb8a25 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 80px;
    line-height: 0.8;
    color: #FFFFFF;
    opacity: 0.04;
    position: absolute;
    top: 10px;
    right: 10px;
    pointer-events: none;
    z-index: 0;
}

.layout-left .s-timeline-card-year-53cb8a25 {
    right: auto;
    left: 10px;
}

.s-timeline-card-title-53cb8a25 {
    font-weight: 800;
    font-size: 22px;
    color: #FFFFFF;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
}

.s-timeline-card-title-53cb8a25::after {
    content: '';
    display: block;
    width: 40px;
    height: 3px;
    background: #CC0000;
    margin-top: 12px;
    border-radius: 2px;
}

.layout-left .s-timeline-card-title-53cb8a25 {
    text-align: right;
}

.layout-left .s-timeline-card-title-53cb8a25::after {
    margin-left: auto;
}

.s-timeline-card-desc-53cb8a25 {
    font-size: 15px;
    color: #A0A0A0;
    line-height: 1.7;
    position: relative;
    z-index: 2;
}

.layout-left .s-timeline-card-desc-53cb8a25 {
    text-align: right;
}

/* Final node animations & colors */
@keyframes sTimelinePulse {
    0% { box-shadow: 0 0 0 0 rgba(204, 0, 0, 0.7); }
    70% { box-shadow: 0 0 0 25px rgba(204, 0, 0, 0); }
    100% { box-shadow: 0 0 0 0 rgba(204, 0, 0, 0); }
}

.is-final-node .s-timeline-dot-53cb8a25 {
    background: #CC0000;
    animation: sTimelinePulse 2s infinite;
}

.s-timeline-card-53cb8a25.is-final-card {
    background: linear-gradient(145deg, #CC0000 0%, #990000 100%);
    border-color: #FF3333;
}
.s-timeline-card-53cb8a25.is-final-card .s-timeline-card-desc-53cb8a25 {
    color: rgba(255,255,255,0.95);
}
.s-timeline-card-53cb8a25.is-final-card .s-timeline-card-title-53cb8a25::after {
    background: #FFFFFF;
}

.s-timeline-card-footer-53cb8a25 {
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,0.3);
    font-size: 13px;
    font-weight: 800;
    color: #FFFFFF;
    letter-spacing: 1.5px;
}

.layout-left .s-timeline-card-footer-53cb8a25 {
    text-align: right;
}

/* Counter */
.s-timeline-counter-wrap-53cb8a25 {
    margin-bottom: 20px;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.layout-left .s-timeline-counter-wrap-53cb8a25 {
    text-align: right;
}

.s-timeline-counter-wrap-53cb8a25.is-visible {
    opacity: 1;
}

.s-timeline-counter-num-53cb8a25 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 64px;
    color: #CC0000;
    line-height: 1;
    text-shadow: 0 0 20px rgba(204,0,0,0.6);
}

.s-timeline-counter-suf-53cb8a25 {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 28px;
    color: #FFFFFF;
    margin-left: 8px;
    letter-spacing: 1px;
}

/* Tablet & Mobile Layout - Vertical Line */
@media (max-width: 991px) {
    .s-timeline-wrapper-53cb8a25 {
        padding: 60px 0;
    }
    
    /* Straighten the SVG path via JS */
    .s-timeline-col-empty-53cb8a25 {
        display: none !important;
    }
    
    .s-timeline-row-53cb8a25 {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .s-timeline-col-center-53cb8a25 {
        flex: 0 0 auto;
        width: 100%;
        justify-content: flex-start;
        padding-left: 10px;
        margin-bottom: 15px;
    }
    
    .s-timeline-col-card-53cb8a25 {
        width: 100%;
        padding-left: 45px;
        padding-right: 0;
        justify-content: flex-start !important;
    }
    
    .layout-left .s-timeline-col-card-53cb8a25,
    .layout-right .s-timeline-col-card-53cb8a25 {
        order: unset;
    }
    
    .s-timeline-card-title-53cb8a25,
    .s-timeline-card-desc-53cb8a25,
    .s-timeline-card-footer-53cb8a25,
    .s-timeline-counter-wrap-53cb8a25 {
        text-align: left !important;
    }
    
    .s-timeline-card-title-53cb8a25::after {
        margin-left: 0 !important;
    }
    
    .s-timeline-card-year-53cb8a25 {
        left: auto !important;
        right: 10px !important;
    }
    
    .s-timeline-dot-wrapper-53cb8a25 {
        position: absolute;
        left: 20px; /* Align with new straight spine */
    }
    
    .s-timeline-year-label-53cb8a25 {
        display: block;
        padding-left: 45px;
        font-size: 32px;
        margin-bottom: 10px;
    }
}
