body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    text-wrap: pretty;
    color: #1a1a1a;
    background-color: #fbfbfb;
}

.hero-gradient {
    background: linear-gradient(135deg, #fbfbfb 0%, #eef7eb 100%);
}

.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.transition-transform {
    transition: transform 0.3s ease;
}

.global-presence-map {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08)),
        url('../images/global-presence-bg.png');
    background-position: center;
    background-size: cover;
}

.ping-delay-500 {
    animation-delay: 0.5s !important;
}

.ping-delay-1000 {
    animation-delay: 1s !important;
}
