/* =========================================
   iGrroww.in | Services Page Styles
   File: assets/css/services.css
========================================= */

/* Scroll Animation Initial States */
.animate-on-scroll {
    will-change: transform, opacity;
}

/* Speed Test Simulator Progress Bars */
#wp-bar, #ig-bar {
    transition: width 0.1s linear;
}

/* Timeline specific line fixing for smaller screens */
@media (max-width: 768px) {
    .space-y-12::before {
        left: 24px;
    }
}