.progressbar-container {
    width: 100%;
    max-width: 500px;
    height: 20px;
    background-color: #eee;
    border: 1px solid #aaa;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px auto;
}

.progressbar-fill {
    height: 100%;
    background-color: #E69E30;
    transition: width 0.3s ease-in-out;
}
