.step-transition {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.progress-bar-fill {
    transition: width 0.5s ease-in-out;
}
