/* About Page Custom CSS */
.timeline-line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 102, 204, 0.8) 0%, rgba(212, 175, 55, 0.5) 100%);
}
