.gersh-tool-steps {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    min-height: 600px;
}

/* Progress Bar Styles */
.progress-bar {
    height: 6px;
    background: #e2e8f0;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #372570, #1e192e);
    border-radius: 3px;
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    width: 0%;
}

/* Step Indicators */
.step-indicator {
    width: 40px;
    height: 40px;
    border: 2px solid #d1d5db;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}



/* Step Content */
.step-content {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.step-content.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* Custom Animations */
@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.pulse-animation {
    animation: pulse 2s infinite;
}

/* Product Card Styles */
.product-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
}

.product-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
}

/* Button Styles */
.btn-primary {
    background: linear-gradient(135deg, #10b981, #059669);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 12px 32px;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #059669, #047857);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(16, 185, 129, 0.4);
}

.btn-secondary {
    background: white;
    color: #374151;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 12px 32px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    border-color: #10b981;
    color: #10b981;
}

/* RTL Support */
[dir="rtl"] .step-content {
    text-align: right;
}

/* Loading States */
.loading-spinner {
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top: 2px solid currentColor;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.gersh-tool-steps {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    min-height: 600px;
}

/* Progress Bar Styles */
.progress-bar {
    height: 6px;
    background: #e2e8f0;
    border-radius: 3px;
    overflow: hidden;
    top: 33px;
    right: 4px;
    position: absolute;
    width: 96%;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #372570, #1e192e);
    border-radius: 3px;
    transition: width 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    width: 0%;
}

/* Step Indicators */
.step-indicator {
    width: 70px;
    height: 70px;
    border: 2px solid #d1d5db;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.step-indicator.active {
    border-color: #38237c;
    background: linear-gradient(135deg, #402796, #1d192a);
    color: white;
}

.step-indicator.completed {
    border-color: #3a2582;
    background: linear-gradient(135deg, #402796, #1d192a);
    color: white;
}

/* Step Content */
.step-content {
    display: none;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
}

.step-content.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* Custom Animations */
@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.pulse-animation {
    animation: pulse 2s infinite;
}

/* Product Card Styles */
.product-card {
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
}

.product-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
}

/* Button Styles */
.btn-primary {
    background: linear-gradient(135deg, #241655, #1d192a);
    color: white;
    border: none;
    border-radius: 12px;
    padding: 12px 32px;
    justify-content: center;
    font-weight: 600;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgb(29 25 42 / 26%);
}

.btn-primary:hover {
    background: linear-gradient(135deg, #1a0c49, #1d192a);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgb(29 25 42 / 25%);
}

.btn-secondary {
    background: white;
    color: #374151;
    border: 2px solid #e5e7eb;
    justify-content: center;
    border-radius: 12px;
    padding: 12px 32px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    border-color: #1f1837;
    color: #23174b;
}

/* RTL Support */
[dir="rtl"] .step-content {
    text-align: right;
}

/* Loading States */
.loading-spinner {
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top: 2px solid currentColor;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

span.step-number {
    font-size: 24px;
}

.custom-icon-tool {
    background: linear-gradient(135deg, #402796, #1d192a);
    color: #fff;
}

.custom-icon-tool i {
    color: #fff;
    font-size: 26px;
}

.w-16.h-16.custom-icon-tool.bg-gradient-to-br.from-green-100.to-green-200.rounded-full.flex.items-center.justify-center.mx-auto.mb-4 {}