/**
 * 5trak Custom Styles
 * Built for WordPress + Elementor Pro
 *
 */



/* ========================================
   SCROLL PROGRESS BAR (Blue strip at top)
   ======================================== */
#5trak-progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 8px;
    background: linear-gradient(90deg, #3773B9,#3773B9);
    width: 0%;
    z-index: 999999;
    transition: width 0.1s linear;
    pointer-events: none;
}




