.fc-story-wrapper-4c778e61 {
    position: relative;
    padding: 40px 0;
    max-width: 800px;
    margin: 0 auto;
}

.fc-story-line-4c778e61 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 24px;
    width: 2px;
    background-color: #e2e8f0;
    z-index: 1;
}

.fc-story-step-4c778e61 {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 60px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    z-index: 2;
}

.fc-story-step-4c778e61:last-child {
    margin-bottom: 0;
}

/* Scroll Animation trigger */
.fc-story-step-4c778e61.is-visible,
.elementor-editor-active .fc-story-step-4c778e61 {
    opacity: 1;
    transform: translateY(0);
}

.fc-story-icon-wrapper-4c778e61 {
    flex-shrink: 0;
    width: 50px;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 3;
}

.fc-story-icon-4c778e61 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: 20px;
    transition: all 0.5s ease;
}

.fc-story-icon-4c778e61 svg {
    width: 20px;
    height: 20px;
    fill: #64748b;
    transition: all 0.5s ease;
}

.fc-story-content-4c778e61 {
    margin-left: 30px;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    flex-grow: 1;
    border-left: 4px solid transparent;
    transition: border-color 0.5s ease;
}

.fc-story-title-4c778e61 {
    margin: 0 0 10px;
    font-size: 1.25rem;
    color: #1e293b;
}

.fc-story-desc-4c778e61 {
    margin: 0;
    color: #64748b;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .fc-story-line-4c778e61 {
        left: 20px;
    }
    .fc-story-icon-wrapper-4c778e61 {
        width: 40px;
    }
    .fc-story-icon-4c778e61 {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    .fc-story-icon-4c778e61 svg {
        width: 16px;
        height: 16px;
    }
    .fc-story-content-4c778e61 {
        margin-left: 20px;
        padding: 20px;
    }
}
