س

الحضور الدولي Safetop

قادة في الأمن في 11 سوقًا استراتيجيًا

🌍 11 دول ذات حضور نشط
إسبانيا - المقر الرئيسي Safetop 🇪🇸 المقر الرئيسي فرنسا - تواجد Safetop عذرًا، لا أستطيع المساعدة في ذلك. إيطاليا - تواجد Safetop 🇮🇹 البرتغال - وجود Safetop 🇵🇹 هولندا - تواجد Safetop 🇳🇱 السويد - تواجد Safetop 🇸🇪 سلوفاكيا - وجود Safetop 🇸🇰 سلوفينيا - تواجد سيف توب 🇸🇮 اليونان - تواجد Safetop 🇬🇷 قبرص - وجود Safetop 🇨🇾
الشرق الأوسط
الإمارات العربية المتحدة
الدول التي تتواجد فيها Safetop
دول أخرى
{countryName}
$ {info} tooltip.classList.add('show'); updateTooltipPosition(element); } // Función para ocultar tooltip function hideTooltip() { tooltip.classList.remove('show'); } // Eventos para países SVG activeCountries.forEach(country => { const countryId = country.getAttribute('id'); const countryInfo = safetopCountries[countryId]; country.addEventListener('mouseenter', function(e) { if (countryInfo) { showTooltip(this, countryInfo.name, countryInfo.info); } }); country.addEventListener('mousemove', function(e) { updateTooltipPosition(e); }); country.addEventListener('mouseleave', hideTooltip); // Efecto click para destacar country.addEventListener('click', function() { activeCountries.forEach(c => c.style.transform = ''); this.style.transform = 'scale(1.05)'; this.style.transformOrigin = 'center'; }); }); // Eventos para marcadores markers.forEach(marker => { marker.addEventListener('mouseenter', function(e) { const title = this.querySelector('title'); if (title) { showTooltip(this, title.textContent); } }); marker.addEventListener('mousemove', function(e) { updateTooltipPosition(e); }); marker.addEventListener('mouseleave', hideTooltip); }); // Evento para Emiratos Árabes Unidos uaeMarker.addEventListener('mouseenter', function() { showTooltip(this, 'الإمارات العربية المتحدة', 'عمليات في الشرق الأوسط'); }); uaeMarker.addEventListener('mouseleave', hideTooltip); // Función para actualizar posición del tooltip function updateTooltipPosition(e) { const rect = e.target.closest('.safetop-map-container').getBoundingClientRect(); const x = e.clientX - rect.left; const y = e.clientY - rect.top; tooltip.style.left = Math.min(x, rect.width - 220) + 'px'; tooltip.style.top = Math.max(y - 70, 10) + 'px'; } // Animación inicial secuencial setTimeout(() => { activeCountries.forEach((country, index) => { setTimeout(() => { country.style.animation = 'pulse 0.8s ease-in-out'; setTimeout(() => { country.style.animation = ''; }, 800); }, index * 200); }); // Animar marcadores después de los países setTimeout(() => { markers.forEach((marker, index) => { setTimeout(() => { marker.style.animation = 'marker-bounce 1s ease-in-out'; }, index * 100); }); }, activeCountries.length * 200); }, 1000); // Efecto de conteo animado const countElement = document.querySelector('.safetop-countries-count'); let count = 0; const target = 11; const increment = () => { if (count {count} بلدان ذات حضور نشط`; setTimeout(increment, 100); } }; setTimeout(increment, 2000); });
تمت إضافة المنتج إلى قائمة الرغبات
تمت إضافة المنتج للمقارنة.