Privacy Policy

Privacy Policy – Infinity IPS

Privacy Policy

Last Updated: 02 May 2025

Section 01

Information We Collect

We may collect the following personal information from you:

  • Name, email address, and phone number
  • Business details
  • Information submitted through contact forms
Section 02

How We Use Your Information

Your information is used strictly for the following purposes:

  • Respond to your inquiries
  • Provide our logistics back-office services
  • Improve our website and services
  • Send updates or marketing communications
Section 03

Sharing of Information

We do not sell or rent your personal data. We may share information with trusted partners only to the extent necessary to deliver our services effectively.

Section 04

Data Security

We take appropriate technical and organisational measures to protect your personal information from unauthorised access, disclosure, alteration, or destruction.

Section 05

Cookies

We may use cookies to enhance your browsing experience and analyse website traffic. You can control cookie preferences through your browser settings.

Section 06

Third-Party Links

Our website may include links to third-party websites. We are not responsible for the content or privacy policies of those external sites. We encourage you to review their policies before sharing any personal information.

Section 07

Your Consent

By using our website, you consent to this Privacy Policy and the collection and use of your information as described herein.

Section 08

Updates to This Policy

We may update this Privacy Policy from time to time to reflect changes in our practices or applicable laws. Please review this page periodically to stay informed. Continued use of our website after any changes constitutes your acceptance of the revised policy.

Questions or Concerns?

If you have any questions about this Privacy Policy or how we handle your data, we'd love to hear from you.

✉  info@infinity-logisticsbackoffice.com
© 2025 Infinity IPS  ·  All rights reserved  ·  Your Logistics Back Office Partner
Scroll to Top
document.addEventListener('DOMContentLoaded', function() { // Wait for SmartMenus to fully load first setTimeout(function() { var nav = document.querySelector('#menu-1-18703de'); if (!nav) { nav = document.querySelector('.elementor-nav-menu'); } var items = nav ? nav.querySelectorAll('.menu-item-has-children') : []; Array.prototype.forEach.call(items, function(item) { var submenu = item.querySelector('.sub-menu'); var timer; item.addEventListener('mouseenter', function() { clearTimeout(timer); if (submenu) { submenu.removeAttribute('style'); submenu.style.cssText = 'display:block !important; visibility:visible !important; opacity:1 !important; pointer-events:all !important; position:absolute !important;'; } }, true); item.addEventListener('mouseleave', function() { timer = setTimeout(function() { if (submenu) { submenu.style.cssText = 'display:none !important;'; } }, 400); }, true); // Also keep open when hovering submenu itself if (submenu) { submenu.addEventListener('mouseenter', function() { clearTimeout(timer); }, true); submenu.addEventListener('mouseleave', function() { timer = setTimeout(function() { submenu.style.cssText = 'display:none !important;'; }, 400); }, true); } }); }, 1000); });