/* index.html specific styles */
.timeline-item {
    padding: 20px 0;
    border-left: 3px solid #f0c040;
    padding-left: 30px;
    margin-left: 20px;
    position: relative;
}
.timeline-item::before {
    content: '';
    width: 12px;
    height: 12px;
    background: #f0c040;
    border-radius: 50%;
    position: absolute;
    left: -7px;
    top: 25px;
}
.timeline-year {
    font-weight: bold;
    color: #f0c040;
    font-size: 18px;
}
