.elementor-4359 .elementor-element.elementor-element-dace868{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-2cc4586 */.form-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.progress-bar {
    width: 100%;
    height: 20px;
    background-color: #f0f0f0;
    margin-bottom: 20px;
    border-radius: 10px;
}

.progress {
    height: 100%;
    background-color: #4CAF50;
    border-radius: 10px;
    transition: width 0.3s ease;
}

.step {
    display: none;
}

.step.active {
    display: block;
}

.form-group {
    margin-bottom: 15px;
}

label {
    display: block;
    margin-bottom: 5px;
}

input, select {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.step-buttons {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

button {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button.next {
    background-color: #4CAF50;
    color: white;
}

button.prev {
    background-color: #666;
    color: white;
}

button.submit {
    background-color: #4CAF50;
    color: white;
    display: none;
}/* End custom CSS */