.icon-box {
  @apply w-20 h-20 bg-[rgba(0,212,255,0.1)]
         border-2 border-[#00d4ff]
         rounded-md flex items-center justify-center
         text-4xl text-[#00d4ff]
         animate-float backdrop-blur-md;
}