/*==========================================
  STATIC COUNTER - Fix for Counter Animation Issues
===========================================*/

/* Static counter that doesn't rely on JavaScript animation */
.counter-static {
  display: inline;
  font-weight: 700;
}

/* About section counter */
.arck-year-experience .counter-static {
  font-size: 48px;
  color: #0284C7;
}

/* Stats section counter */
.stat-number .counter-static {
  font-size: 48px;
  color: #ffffff;
}
