.tech-separator{position:relative;height:3px;width:100%;background:linear-gradient(90deg,transparent,#00D8FC,transparent);overflow:hidden}.tech-separator::before{content:"";position:absolute;top:0;left:-40%;height:100%;width:40%;background:linear-gradient(90deg,transparent,#00D8FC,transparent);animation:tech-glow 3s linear infinite}@keyframes tech-glow{100%{left:100%}}