.stats-module-wrapper{font-family:Poppins,sans-serif;overflow:hidden;position:relative}.stats-container{display:flex;flex-wrap:wrap;gap:40px;justify-content:center;margin:0 auto;max-width:1200px;position:relative;z-index:2}.stat-card{flex:1;max-width:350px;min-width:250px;text-align:center}.circular-chart{display:block;margin:10px auto;max-height:250px;max-width:80%}.circle,.circle-bg{fill:none;stroke-width:2.5}.circle{stroke-linecap:round;transition:stroke-dasharray 1.5s ease-out}.percentage{font-size:.5em;font-weight:700;transform:translateY(3px)}.label,.percentage{font-family:Poppins,sans-serif;text-anchor:middle}.label{font-size:.15em;transform:translateY(1px)}.stat-desc{font-family:Poppins,sans-serif;font-size:1rem;line-height:1.2;margin-top:16px}.waves-container{bottom:0;height:15vh;left:0;position:absolute;width:100%;z-index:1}.waves{height:100%;width:100%}.parallax>use{animation:move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite}.parallax>use:first-child{animation-delay:-2s;animation-duration:7s}.parallax>use:nth-child(2){animation-delay:-3s;animation-duration:10s}.parallax>use:nth-child(3){animation-delay:-4s;animation-duration:13s}@keyframes move-forever{0%{transform:translate3d(-90px,0,0)}to{transform:translate3d(85px,0,0)}}@media (max-width:768px){.waves-container{height:10vh}.stats-container{gap:20px}}