<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Privacy Policy – LuxRealties.com</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>
body {
margin: 0;
font-family: "Segoe UI", sans-serif;
background: #0a0a0a;
color: #e0e0e0;
line-height: 1.7;
padding: 20px;
}
.container {
max-width: 900px;
margin: 0 auto;
padding: 30px 20px;
background: #121212;
border-radius: 8px;
box-shadow: 0 4px 15px rgba(0,0,0,0.5);
}
h1 {
font-size: 1.8rem;
margin-bottom: 10px;
color: #ffffff;
}
.meta {
font-size: 1rem;
color: #999;
margin-bottom: 25px;
}
h2 {
color: #00c493;
margin-top: 25px;
margin-bottom: 12px;
font-size: 1.3rem;
}
p, ul {
margin: 0 0 15px 0;
font-size: 1.05rem;
}
ul {
padding-left: 20px;
list-style: disc;
}
a {
color: #00c493;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.footer {
text-align: center;
margin-top: 30px;
color: #777;
font-size: 0.9rem;
}
@media (max-width: 600px) {
body {
padding: 10px;
}
.container {
padding: 20px 15px;
}
}
</style>
</head>
<body>
<div class="container">
<h1>Privacy Policy</h1>
<p class="meta">Last updated: 18/05/2026</p>
<p>This website is operated by <strong>Fouad El Hassouni</strong>. We respect your privacy and are committed to protecting the personal information you share with us.</p>
<h2>Information We Collect</h2>
<p>We may collect personal information that you voluntarily provide, such as your name, email address, phone number, or other details you submit through contact forms, email, or other communication channels.</p>
<h2>How We Use Your Information</h2>
<ul>
<li>To respond to inquiries.</li>
<li>To provide our services.</li>
<li>To communicate with you about our offerings.</li>
<li>To improve our website and business operations.</li>
</ul>
<h2>Information Sharing</h2>
<p>We do not sell your personal information. We may share information only with trusted service providers who help us operate our business, or if required by law.</p>
<h2>Data Security</h2>
<p>We use reasonable security measures to help protect your personal information from unauthorized access, use, or disclosure.</p>
<h2>Cookies and Analytics</h2>
<p>Our website may use cookies or similar technologies to improve user experience and analyze website traffic.</p>
<h2>Your Rights</h2>
<p>You may contact us to request access, correction, or deletion of your personal information, subject to applicable laws.</p>
<p><a href="privacy.html" style="color:#00c493;">Privacy Policy</a></p>
<h2>Contact Us</h2>
<p>If you have any questions about this Privacy Policy, please contact us at:<br>
<a href="mailto:Fouadhassouni1997@gmail.com">Fouadhassouni1997@gmail.com</a></p>
<p class="footer">
© 2026 Fouad El Hassouni. All rights reserved.
</p>
</div>
</body>
</html>