|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <meta charset="UTF-8"> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 6 | + <title>Privacy Policy - QVisa</title> |
| 7 | + <style> |
| 8 | + body { |
| 9 | + font-family: Arial, sans-serif; |
| 10 | + line-height: 1.6; |
| 11 | + margin: 0; |
| 12 | + padding: 0; |
| 13 | + background-color: #f4f4f4; |
| 14 | + } |
| 15 | + .container { |
| 16 | + width: 80%; |
| 17 | + margin: auto; |
| 18 | + background-color: #ffffff; |
| 19 | + padding: 20px; |
| 20 | + } |
| 21 | + h1 { |
| 22 | + text-align: center; |
| 23 | + color: #333; |
| 24 | + } |
| 25 | + h2 { |
| 26 | + color: #555; |
| 27 | + } |
| 28 | + p { |
| 29 | + color: #555; |
| 30 | + font-size: 16px; |
| 31 | + } |
| 32 | + ul { |
| 33 | + margin: 10px 0; |
| 34 | + padding: 0 20px; |
| 35 | + } |
| 36 | + </style> |
| 37 | +</head> |
| 38 | +<body> |
| 39 | + <div class="container"> |
| 40 | + <h1>Privacy Policy</h1> |
| 41 | + <p>Effective date: [Insert Date]</p> |
| 42 | + |
| 43 | + <h2>Introduction</h2> |
| 44 | + <p>Welcome to QVisa. Your privacy is important to us. This Privacy Policy outlines how we collect, use, and protect your personal information when you visit our website (qvisa.eu) or use our services.</p> |
| 45 | + |
| 46 | + <h2>Information We Collect</h2> |
| 47 | + <p>We collect various types of information, including:</p> |
| 48 | + <ul> |
| 49 | + <li><strong>Personal Information:</strong> Name, email address, phone number, and other identification details.</li> |
| 50 | + <li><strong>Visa Application Data:</strong> Passport details, travel history, employment details, etc.</li> |
| 51 | + <li><strong>Technical Data:</strong> IP addresses, browser type, and device information.</li> |
| 52 | + </ul> |
| 53 | + |
| 54 | + <h2>How We Use Your Information</h2> |
| 55 | + <p>We use your information to:</p> |
| 56 | + <ul> |
| 57 | + <li>Process your visa application.</li> |
| 58 | + <li>Send appointment notifications.</li> |
| 59 | + <li>Improve our services and communicate with you.</li> |
| 60 | + </ul> |
| 61 | + |
| 62 | + <h2>Data Storage and Security</h2> |
| 63 | + <p>We take reasonable steps to secure your personal information using industry-standard encryption protocols and secure access controls.</p> |
| 64 | + |
| 65 | + <h2>Third-Party Services</h2> |
| 66 | + <p>We may share your personal data with third parties involved in processing your visa application, such as government agencies or payment processors. However, we do not sell or rent your information.</p> |
| 67 | + |
| 68 | + <h2>Cookies and Tracking Technologies</h2> |
| 69 | + <p>We use cookies to enhance your experience, analyze website traffic, and personalize content. You can manage your cookie preferences through your browser settings.</p> |
| 70 | + |
| 71 | + <h2>User Rights</h2> |
| 72 | + <p>You have the right to access, update, or delete your personal data. Please contact us via <a href=" mailto:[email protected]" >[email protected]</a> to exercise these rights. </p> |
| 73 | + |
| 74 | + <h2>Changes to This Privacy Policy</h2> |
| 75 | + <p>We may update this Privacy Policy from time to time. Any changes will be posted here with an updated date. Please review this page periodically for updates.</p> |
| 76 | + |
| 77 | + <h2>Contact Us</h2> |
| 78 | + <p>If you have any questions about this Privacy Policy or how we handle your data, please contact us at <a href=" mailto:[email protected]" >[email protected]</a>. </p> |
| 79 | + </div> |
| 80 | +</body> |
| 81 | +</html> |
0 commit comments