/* Process Steps section - Timeline responsive styling */

/* Timeline verticale styles */
.timeline-line {
    width: 3px;
    height: calc(100% - 80px);
    left: 35px;
    top: 40px;
    z-index: 1;
}

.timeline-circle {
    width: 70px;
    height: 70px;
    min-width: 70px;
    z-index: 2;
}

@media (max-width: 768px) {
    .timeline-line {
        height: calc(100% - 190px);
        top: 90px;
    }
}