.elementor-768 .elementor-element.elementor-element-c0c75e0{--display:flex;}/* Start custom CSS for html, class: .elementor-element-9632f5d *//* RevicemyCV How It Works Section - CSS */

.revicemycv-section {
    padding: 5rem 0;
    background-color: #ffffff;
}

.revicemycv-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
    position: relative;
}

.revicemycv-text-center {
    text-align: center;
}

.revicemycv-title-wrapper {
    position: absolute;
    left: 1rem;
    top: -60px;
    display: inline-block;
    z-index: 10;
}

.revicemycv-section-title {
    font-size: 1.75rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0;
    color: #14634F;
    font-family: Georgia, 'Times New Roman', serif;
    font-style: italic;
    text-align: left;
    white-space: nowrap;
}

.revicemycv-arrow {
    position: absolute;
    width: 140px;
    height: 70px;
    top: 50%;
    left: 100%;
    margin-top: 35px;
    margin-left: 10px;
    transform: translateY(-50%);
}

.revicemycv-section-description {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.6;
    color: #64748b;
    max-width: 32rem;
    margin: 0 auto 4rem;
}

.revicemycv-demo-container {
    max-width: 64rem;
    margin: 0 auto;
}

.revicemycv-steps-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    gap: 0.5rem;
    flex-wrap: nowrap;
}

.revicemycv-step {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    transition: all 0.5s ease;
    background-color: #f8fafc;
    color: #1a1a1a;
    opacity: 0.7;
    transform: scale(1);
    flex: 1;
    min-width: 0;
}

.revicemycv-step.active {
    background: linear-gradient(135deg, #0d4f3c 0%, #1a7a5e 100%);
    color: #ffffff;
    opacity: 1;
    transform: scale(1.05);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.revicemycv-step-icon {
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
}

.revicemycv-step-content {
    text-align: left;
    min-width: 0;
}

.revicemycv-step-title {
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.4;
    margin-bottom: 0.125rem;
}

.revicemycv-step-description {
    font-size: 0.75rem;
    opacity: 0.8;
    line-height: 1.3;
}

.revicemycv-progress-container {
    width: 100%;
    height: 0.5rem;
    background-color: #f8fafc;
    border-radius: 0.75rem;
    overflow: hidden;
}

.revicemycv-progress-bar {
    height: 100%;
    background: linear-gradient(135deg, #0d4f3c 0%, #1a7a5e 100%);
    border-radius: 0.75rem;
    transition: width 0.5s ease;
    width: 25%;
}

/* Responsive Design */
@media (max-width: 768px) {
    .revicemycv-section {
        padding: 2.5rem 0;
    }

    .revicemycv-container {
        position: static;
    }

    .revicemycv-title-wrapper {
        position: static;
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        margin-bottom: 0.75rem;
    }

    .revicemycv-section-title {
        font-size: 1.75rem;
        white-space: normal;
        line-height: 1.3;
        font-family: Georgia, 'Times New Roman', serif !important;
        font-style: italic !important;
    }

    .revicemycv-arrow {
        position: static;
        width: 120px;
        height: 50px;
        margin-left: 15px;
        margin-top: 0;
        transform: none;
        flex-shrink: 0;
    }

    .revicemycv-section-description {
        font-size: 0.9375rem;
        margin-bottom: 1.5rem;
        line-height: 1.5;
    }

    .revicemycv-steps-container {
        flex-direction: row;
        gap: 0.25rem;
        overflow-x: auto;
        padding-bottom: 0.5rem;
    }

    .revicemycv-step {
        min-width: 120px;
        max-width: 140px;
        padding: 0.5rem 0.375rem;
        flex-shrink: 0;
    }

    .revicemycv-step-content {
        text-align: center;
    }

    .revicemycv-step-title {
        font-size: 0.75rem;
        margin-bottom: 0.25rem;
    }

    .revicemycv-step-description {
        font-size: 0.625rem;
        line-height: 1.2;
    }

    .revicemycv-step-icon {
        width: 1rem;
        height: 1rem;
    }
}

@media (max-width: 480px) {
    .revicemycv-container {
        padding: 0 0.5rem;
    }

    .revicemycv-section {
        padding: 2rem 0;
    }

    .revicemycv-title-wrapper {
        margin-bottom: 0.5rem;
    }

    .revicemycv-section-title {
        font-size: 1.5rem;
        font-family: Georgia, 'Times New Roman', serif !important;
        font-style: italic !important;
    }

    .revicemycv-arrow {
        width: 90px;
        height: 40px;
        margin-left: 4px;
        margin-top: 35px;
    }

    .revicemycv-section-description {
        font-size: 0.875rem;
        margin-bottom: 1.25rem;
    }

    .revicemycv-steps-container {
        gap: 0.125rem;
    }

    .revicemycv-step {
        min-width: 85px;
        max-width: 100px;
        padding: 0.375rem 0.25rem;
        flex-direction: column;
        gap: 0.375rem;
    }

    .revicemycv-step-title {
        font-size: 0.6875rem;
        margin-bottom: 0.125rem;
    }

    .revicemycv-step-description {
        font-size: 0.5625rem;
        line-height: 1.1;
    }

    .revicemycv-step-icon {
        width: 0.875rem;
        height: 0.875rem;
    }
}

/* Extra small devices */
@media (max-width: 360px) {
    .revicemycv-section-title {
        font-size: 1.0rem;
        font-family: Georgia, 'Times New Roman', serif !important;
        font-style: italic !important;
    }

    .revicemycv-arrow {
        width: 90px;
        height: 40px;
        margin-left: 4px;
        margin-top: 35px;
    }

    .revicemycv-section-description {
        font-size: 0.8125rem;
        margin-bottom: 1rem;
    }

    .revicemycv-step {
        min-width: 75px;
        max-width: 85px;
        padding: 0.25rem 0.125rem;
    }

    .revicemycv-step-title {
        font-size: 0.625rem;
    }

    .revicemycv-step-description {
        font-size: 0.5rem;
    }

    .revicemycv-step-icon {
        width: 0.75rem;
        height: 0.75rem;
    }
}

/* Animation keyframes */
@keyframes revicemycv-fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.revicemycv-fade-in {
    animation: revicemycv-fadeInUp 0.8s ease forwards;
}

.revicemycv-delay-200 {
    animation-delay: 0.2s;
}/* End custom CSS */