/* Start custom CSS for html, class: .elementor-element-1f6628e */.progress-container {
    text-align: center;
    font-family: Arial, sans-serif;
    margin-top: 50px;
}

.progress-bar {
    width: 300px;
    height: 20px;
    background: #e0e0e0;
    border-radius: 10px;
    margin: 20px auto;
    position: relative;
    overflow: hidden;
}

.progress-fill {
    width: 0%;
    height: 100%;
    background: #007bff;
    color: white;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    border-radius: 10px;
    transition: width 0.2s ease-in-out;
}/* End custom CSS */