.lb-section{position:relative;padding:80px 20px;display:flex;justify-content:center;align-items:center}.lb-stage{position:relative;margin:0 auto;width:700px;height:700px;max-width:100%}.lb-laptop{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:160px;z-index:2;animation:pulseCenter 4s ease-in-out infinite}@keyframes pulseCenter{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.05)}}.lb-icons{list-style:none;margin:0;padding:0}.lb-icon{position:absolute;width:80px;height:80px;border-radius:20px;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px rgba(0,0,0,.15);opacity:0;transform:scale(.5);animation:fadeIn .8s forwards}.lb-icon img{max-width:60%;max-height:60%;-o-object-fit:contain;object-fit:contain;transition:transform .3s ease,box-shadow .3s ease}.lb-icon:hover img{transform:scale(1.15);box-shadow:0 0 15px rgba(37,117,252,.4)}.lb-icon:first-child{animation-delay:.2s}.lb-icon:nth-child(2){animation-delay:.4s}.lb-icon:nth-child(3){animation-delay:.6s}.lb-icon:nth-child(4){animation-delay:.8s}.lb-icon:nth-child(5){animation-delay:1s}.lb-icon:nth-child(6){animation-delay:1.2s}@keyframes fadeIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.lb-stage{width:300px;height:300px}.lb-laptop{width:100px}.lb-icon{width:50px;height:50px}}