/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #0a0a0a;
}

::-webkit-scrollbar-thumb {
  background: #333;
}

::-webkit-scrollbar-thumb:hover {
  background: #00f3ff;
}

/* Reveal on Scroll Animation (Initial State only) */
.reveal-on-scroll {
  opacity: 0;
}
