.progress-bar-ii {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(to right, #fbaa29, #ff7f00);
    z-index: 9999;
    transition: width 0.1s ease-out;
}
