Privacy Policy

1.Information We Collect:

We may collect the following types of information:

  • Personal Information: Name, email address, contact details.
  • Usage Information: Log data, device information, and usage statistics.
  • Cookies and Similar Technologies: We use cookies and similar technologies to enhance user experience.

2. How We Use Your Information:

We use the collected information for the following purposes:

  • Provide and improve our services.
  • Respond to user inquiries and support requests.
  • Analyze usage patterns to enhance user experience.
  • Send relevant updates and promotional materials.

3. Information Sharing:

We may share your information with:

  • Third-party service providers to facilitate our services.
  • Business partners for joint promotions or collaborations.
  • Legal authorities if required by law.

4. Cookies and Tracking Technologies:

We use cookies for various purposes, including:

  • Personalizing content.
  • Analyzing site traffic and usage patterns.
  • Improving and securing our services.

5. Security:

We employ industry-standard security measures to protect your information from unauthorized access, disclosure, alteration, or destruction.

6. Your Rights:

You have the right to:

  • Access, correct, or delete your personal information.
  • Opt-out of promotional communications.
  • Manage your cookie preferences.

7. Policy Changes:

We reserve the right to update this Privacy Policy. Any changes will be communicated through our platform.

8. Contact Us:

If you have questions or concerns about this Privacy Policy, please contact us at info@traveligo.in.

© Copyright 2025, Traveligo. All Rights Reserved.

var waClosedManually = false; function openWhatsAppWidget() { var widget = document.getElementById('traveligo-wa-widget'); if (!widget) return; if (!widget.classList.contains('active')) { widget.classList.add('active'); setTimeout(function() { var input = document.getElementById('wa-widget-input'); if (input) input.focus(); }, 150); } } function closeWhatsAppWidget(e) { if (e) { e.preventDefault(); e.stopPropagation(); } var widget = document.getElementById('traveligo-wa-widget'); if (widget) { widget.classList.remove('active'); waClosedManually = true; } } function toggleWhatsAppWidget(e) { if (e) { e.preventDefault(); e.stopPropagation(); } var widget = document.getElementById('traveligo-wa-widget'); if (!widget) return; if (widget.classList.contains('active')) { closeWhatsAppWidget(e); } else { waClosedManually = false; openWhatsAppWidget(); } } function sendWhatsAppMessage(customText) { var input = document.getElementById('wa-widget-input'); var text = (customText && typeof customText === 'string') ? customText.trim() : (input ? input.value.trim() : ''); if (!text) { text = "Hi Traveligo! I am planning a trip to Kashmir. Please share package details and free quote."; } var url = "https://wa.me/919796337997?text=" + encodeURIComponent(text); window.open(url, '_blank', 'noopener,noreferrer'); if (input) input.value = ''; closeWhatsAppWidget(); } document.addEventListener('DOMContentLoaded', function() { var input = document.getElementById('wa-widget-input'); if (input) { input.addEventListener('keydown', function(e) { if (e.key === 'Enter') { e.preventDefault(); sendWhatsAppMessage(); } }); } var trigger = document.getElementById('floating-wa-trigger'); if (trigger) { trigger.addEventListener('mouseenter', function() { waClosedManually = false; openWhatsAppWidget(); }); } document.addEventListener('mousemove', function(e) { var trigger = document.getElementById('floating-wa-trigger'); var widget = document.getElementById('traveligo-wa-widget'); if (!trigger || !widget) return; var rect = trigger.getBoundingClientRect(); var centerX = rect.left + rect.width / 2; var centerY = rect.top + rect.height / 2; var dist = Math.hypot(e.clientX - centerX, e.clientY - centerY); if (dist > 160) { waClosedManually = false; } if (dist < 90 && !widget.classList.contains('active') && !waClosedManually) { openWhatsAppWidget(); } }); if (window.location.hash === '#whatsapp') { setTimeout(function() { openWhatsAppWidget(); }, 300); } window.addEventListener('hashchange', function() { if (window.location.hash === '#whatsapp') { openWhatsAppWidget(); } }); document.addEventListener('click', function(e) { var widget = document.getElementById('traveligo-wa-widget'); var trigger = document.getElementById('floating-wa-trigger'); if (widget && widget.classList.contains('active')) { if (!widget.contains(e.target) && (!trigger || !trigger.contains(e.target))) { widget.classList.remove('active'); waClosedManually = true; } } }); });