.elementor-counter-number-wrapper {
    position: relative;
    display: inline-block;
}

.neural-particles-active .elementor-counter-number-prefix,
.neural-particles-active .elementor-counter-number-suffix {
    display: none;
}

.elementor-counter-number-wrapper:not(.neural-particles-active) .elementor-counter-number {
    flex: 1 !important;
}


.neural-particles-canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    mix-blend-mode: screen;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%;
}

.elementor-counter-number-wrapper > svg {
    position: absolute;
    left: -9999px;
    top: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    pointer-events: none;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .neural-particles-canvas {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}