.progress-container {
    width: 100%;
    background-color: #F0F0F0;
    border-radius: 5px;
    height: 36px;
    overflow: hidden;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    margin: 30px 0;
}
.progress-bar {
    height: 100%;
    position: relative;
    display: flex;
    transition: width 0.4s ease;
}
.progress-text {
    width: 100%;
    text-align: center;
    z-index: 1;
    font-size: 16px;
    margin-top: 5px;
}
