.imeko-process-wrapper-7da8ecf2 {
    background-color: #ffffff;
    padding: 60px 20px;
    color: #333333;
    font-family: inherit;
    overflow: hidden;
}
.imeko-process-container-7da8ecf2 {
    display: flex;
    flex-direction: column;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}
.imeko-process-container-7da8ecf2::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background: #75c9b7;
    transform: translateX(-50%);
    z-index: 1;
}
.imeko-step-7da8ecf2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}
.imeko-step-7da8ecf2:last-child {
    margin-bottom: 0;
}
.imeko-step-7da8ecf2:nth-child(even) {
    flex-direction: row-reverse;
}
.imeko-step-content-7da8ecf2 {
    width: 45%;
    padding: 30px;
    background: #f9f9f9;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
}
.imeko-step-content-7da8ecf2:hover {
    transform: translateY(-5px);
}
.imeko-step-title-7da8ecf2 {
    color: #75c9b7;
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 700;
}
.imeko-step-desc-7da8ecf2 {
    color: #555555;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}
.imeko-step-image-wrap-7da8ecf2 {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.imeko-step-circle-7da8ecf2 {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: 4px solid #75c9b7;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}
.imeko-step-7da8ecf2:hover .imeko-step-circle-7da8ecf2 {
    transform: scale(1.05);
}
.imeko-step-icon-7da8ecf2 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.imeko-step-icon-7da8ecf2 i, 
.imeko-step-icon-7da8ecf2 svg {
    font-size: 60px;
    color: #75c9b7;
    fill: #75c9b7;
    width: 60px;
    height: 60px;
}
.imeko-step-custom-image-7da8ecf2 {
    width: 100%;
    height: 100%;
}
.imeko-step-custom-image-7da8ecf2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.imeko-step-7da8ecf2::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background: #ffffff;
    border: 4px solid #75c9b7;
    border-radius: 50%;
    z-index: 3;
}

@media (max-width: 768px) {
    .imeko-process-container-7da8ecf2::before {
        left: 30px;
    }
    .imeko-step-7da8ecf2, .imeko-step-7da8ecf2:nth-child(even) {
        flex-direction: column;
        align-items: flex-start;
        padding-left: 70px;
        margin-bottom: 50px;
    }
    .imeko-step-content-7da8ecf2, .imeko-step-image-wrap-7da8ecf2 {
        width: 100%;
    }
    .imeko-step-image-wrap-7da8ecf2 {
        justify-content: flex-start;
        margin-top: 30px;
    }
    .imeko-step-circle-7da8ecf2 {
        width: 120px;
        height: 120px;
    }
    .imeko-step-icon-7da8ecf2 i, 
    .imeko-step-icon-7da8ecf2 svg {
        font-size: 40px;
        width: 40px;
        height: 40px;
    }
    .imeko-step-7da8ecf2::after {
        left: 30px;
        top: 30px;
        transform: translate(-50%, -50%);
    }
}
