.elementor-element-global-payments {
    padding: 80px 0;
    background: linear-gradient(135deg, #f8f9fa 60%, #e3eafc 100%);
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.elementor-element-global-payments::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    background: url('data:image/svg+xml;utf8,<svg width="800" height="400" viewBox="0 0 800 400" fill="none" xmlns="http://www.w3.org/2000/svg"><g opacity="0.13"><circle cx="700" cy="100" r="90" fill="%23007aff"/><circle cx="120" cy="320" r="60" fill="%2300c9a7"/><rect x="500" y="250" width="180" height="60" rx="30" fill="%23ffd600"/><path d="M200 80 Q300 120 400 80 T600 80" stroke="%23007aff" stroke-width="4" fill="none"/><text x="320" y="370" font-size="48" fill="%23007aff" font-family="Arial">$</text></g></svg>') center/cover no-repeat;
}

.elementor-element-global-payments > * {
    position: relative;
    z-index: 1;
}

.elementor-element-global-payments .elementor-heading-title {
    text-align: center;
    color: #333;
    font-size: 36px;
    margin-bottom: 50px;
    font-weight: 600;
}

.global-stats-container {
    display: flex;
    justify-content: space-around;
    margin: 40px 0;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
    padding: 20px;
}

.stat-number {
    display: block;
    font-size: 42px;
    font-weight: 700;
    color: #2b70d4;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 18px;
    color: #666;
}


.country-flags-container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 40px;
    margin-top: 0;
}
.country-flag-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 20px;
}
.country-flag {
    width: 120px;
    height: 80px;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    border: 1px solid rgba(0,0,0,0.1);
    background: #fff;
}
.country-flag-label {
    margin-top: 10px;
    font-size: 18px;
    color: #333;
    font-weight: 500;
    text-align: center;
}
.country-flag:hover {
    transform: translateY(-5px);
}

@media (max-width: 768px) {
    .stat-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .country-flag {
        width: 60px;
        height: 60px;
    }

    .elementor-element-global-payments .elementor-heading-title {
        font-size: 28px;
    }
}
