.services-page .globe-container {
    width: 450px;
    height: 450px;
    contain: layout paint style;
    isolation: isolate;
    touch-action: none;
}

.services-page .globe-inner {
    contain: layout paint style;
}

.services-page .globe-ring,
.services-page .globe-connection,
.services-page .icon-item {
    transform: translateZ(0);
}

.services-page .section-services,
.services-page .section-pricing,
.services-page .section-testimonial {
    overflow: clip;
}

@media (max-width: 1024px) {
    .services-page .globe-container {
        width: 340px;
        height: 340px;
    }
}

@media (max-width: 768px) {
    .services-page .globe-container {
        width: 300px;
        height: 300px;
        filter: drop-shadow(0 0 35px rgb(0 212 255 / 0.12));
    }

    .services-page .globe-connection {
        will-change: auto;
    }
}

@media (max-width: 576px) {
    .services-page .globe-container {
        width: 260px;
        height: 260px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .services-page .globe-wrapper {
        animation: none;
    }

    .services-page .marquee-wrapper {
        animation-play-state: paused;
    }
}
