/* =========================================================
   0xCYBER — About Page Styles
   ========================================================= */

.skill-bar-fill {
  height: 100%;
  border-radius: 9999px;
  background: linear-gradient(to right, #00ff9d, #00d4ff);
  width: 0;
  transition: width 1s ease-out;
}

.social-icon:hover {
  color: #00ff9d !important;
  border-color: rgba(0,255,157,0.3) !important;
}
