@keyframes float{0%,to{transform:translateY(0);opacity:.3}50%{transform:translateY(-20px);opacity:.5}}.float-animation{animation:floatUpDown 3s ease-in-out infinite}@keyframes floatUpDown{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#06b6d4;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#0891b2}[data-aos-delay="100"]{transition-delay:.1s}[data-aos-delay="200"]{transition-delay:.2s}[data-aos-delay="300"]{transition-delay:.3s}.hover-scale:hover{transform:scale(1.05)}.hover-underline{position:relative}.hover-underline:after{content:"";position:absolute;width:0;height:2px;bottom:-2px;left:0;background-color:#06b6d4;transition:width .3s ease}.hover-underline:hover:after{width:100%}.text-gradient{background-clip:text;-webkit-background-clip:text;color:transparent;background-image:linear-gradient(to right,#06b6d4,#3b82f6)}
