.process-timeline-container-8860fbda {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    overflow: hidden;
}
.timeline-wrapper-8860fbda {
    position: relative;
    display: flex;
    align-items: flex-start;
}
.timeline-line-8860fbda {
    position: absolute;
    top: 44px;
    left: 10%;
    right: 10%;
    height: 2px;
    background-color: #e2e8f0;
    z-index: 1;
}
.timeline-step-8860fbda {
    flex: 1;
    text-align: center;
    padding: 20px 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    height: auto;
}
.step-card-8860fbda {
    background: transparent;
    border-radius: 12px;
    padding: 20px 15px;
    transition: all 0.3s ease;
    height: 100%;
    cursor: default;
}
.step-card-8860fbda:hover {
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    transform: translateY(-5px);
}
.step-badge-8860fbda {
    width: 48px;
    height: 48px;
    margin: 0 auto 20px;
    background-color: #0f4c5c;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    transition: background-color 0.3s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.step-badge-8860fbda.active,
.step-card-8860fbda:hover .step-badge-8860fbda.active {
    background-color: #a3b118; 
}
.step-title-8860fbda {
    font-size: 18px;
    font-weight: 600;
    color: #1a202c;
    margin: 0 0 12px;
    line-height: 1.3;
}
.step-desc-8860fbda {
    font-size: 14px;
    color: #4a5568;
    margin: 0;
    line-height: 1.5;
}

@media (max-width: 991px) and (min-width: 768px) {
    .timeline-wrapper-8860fbda {
        flex-wrap: wrap;
        justify-content: center;
    }
    .timeline-step-8860fbda {
        flex: 0 0 33.333%;
    }
    .timeline-line-8860fbda {
        display: none;
    }
}

@media (max-width: 767px) {
    .timeline-line-8860fbda {
        display: none;
    }
    .step-card-8860fbda {
        background: #ffffff;
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    }
    .process-timeline-container-8860fbda .swiper-pagination {
        position: relative;
        margin-top: 20px;
    }
}