خدماتنا في لمحة

  • خدمة ما قبل البيع

    خدمة ما قبل البيع

    1: خدمة مخصصة
    2: برنامج مجاني
    3: اقتباس مجاني
  • خدمة في البيع

    خدمة في البيع

    إنشاء مجموعة خدمة فردية لتوصيل تقدم المشروع في الوقت المناسب
  • خدمة بعد البيع

    خدمة بعد البيع

    1: ضمان لمدة عام واحد
    2: 24 ساعة إلى الحل

اتصل بنا

* الاسم الأول

الاسم الأول can't be empty

* بريد إلكتروني

بريد إلكتروني can't be empty

هاتف

هاتف can't be empty

* شركة

شركة can't be empty

* دولة

دولة can't be empty

* رسالة

رسالة can't be empty

إرسال
document.querySelectorAll('.head_nav li').forEach(function (item) { item.addEventListener('mouseover', function (event) { if (item.textContent.includes('PRODUCTS') || item.textContent.includes('SERVICES') || item.textContent.includes('SOLUTIONS') || item.textContent.includes('ABOUT US')) { event.preventDefault(); document.querySelectorAll('.dropdown-menu-item').forEach(function (menuItem) { menuItem.style.display = 'none'; }); if (item.textContent.includes('PRODUCTS')) { document.getElementById('products-menu').style.display = 'block'; } else if (item.textContent.includes('SERVICES')) { document.getElementById('services-menu').style.display = 'block'; } else if (item.textContent.includes('SOLUTIONS')) { document.getElementById('solutions-menu').style.display = 'block'; } else if (item.textContent.includes('ABOUT US')) { document.getElementById('about-us-menu').style.display = 'block'; } } }); }); window.addEventListener('scroll', function () { document.querySelectorAll('.dropdown-menu-item').forEach(function (menuItem) { menuItem.style.display = 'none'; }); });