.rotating-border-card{position:relative;overflow:hidden;border-radius:8px}.rotating-border-card::before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:conic-gradient(transparent,transparent,transparent,#00d4ff,#7b2ff7,#f106a4,transparent,transparent);animation:rotate 4s linear infinite;opacity:0;transition:opacity .5s ease}.rotating-border-card:hover::before{opacity:1}.rotating-border-card::after{content:"";position:absolute;inset:3px;background:#1a1a2e;border-radius:6px;z-index:1}.rotating-border-card>*{position:relative;z-index:2}.percent .elementor-icon svg{margin-top:-45px}.card .content{opacity:0;transition:opacity .8s,max-height .8s;max-height:0}.card:hover{transition:max-height .8s,transform .8s}.card:hover .content{opacity:1;max-height:200px}