/* Experience Section Styles */
#experience .section-card {
    background-color: #1e293b;
    border-left: 4px solid #60a5fa;
}

#experience .timeline-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 23px;
    top: 32px;
    height: calc(100% - 32px);
    width: 2px;
    background: #60a5fa;
}
