.ta-timeline-wrapper-eaffa7d9 {
    padding: 60px 20px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.ta-timeline-header-eaffa7d9 {
    margin-bottom: 60px;
}

.ta-timeline-header-eaffa7d9 h2 {
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 700;
    color: #1A1A1A;
    margin: 0;
}

.ta-timeline-container-eaffa7d9 {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.ta-timeline-line-eaffa7d9 {
    position: absolute;
    top: 30px;
    left: 5%;
    right: 5%;
    height: 2px;
    background-color: #6EC1E4;
    opacity: 0.3;
    z-index: 1;
}

.ta-timeline-steps-eaffa7d9 {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.ta-timeline-step-eaffa7d9 {
    flex: 1;
    padding: 0 15px;
    position: relative;
}

.ta-step-indicator-eaffa7d9 {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.ta-step-number-eaffa7d9 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #FFFFFF;
    border: 2px solid #6EC1E4;
    color: #6EC1E4;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.ta-timeline-step-eaffa7d9:hover .ta-step-number-eaffa7d9 {
    background-color: #6EC1E4;
    color: #FFFFFF;
    transform: translateY(-5px);
}

.ta-step-content-eaffa7d9 {
    text-align: center;
}

.ta-step-title-eaffa7d9 {
    font-size: 18px;
    font-weight: 600;
    color: #1A1A1A;
    margin: 0;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .ta-timeline-container-eaffa7d9 {
        padding-left: 20px;
    }
    
    .ta-timeline-line-eaffa7d9 {
        top: 0;
        bottom: 0;
        left: 48px;
        width: 2px;
        height: auto;
        right: auto;
    }
    
    .ta-timeline-steps-eaffa7d9 {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }
    
    .ta-timeline-step-eaffa7d9 {
        display: flex;
        align-items: center;
        text-align: left;
        padding: 0;
        width: 100%;
    }
    
    .ta-step-indicator-eaffa7d9 {
        margin-bottom: 0;
        margin-right: 24px;
    }
    
    .ta-step-content-eaffa7d9 {
        text-align: left;
    }
}