Al-HUWAITI Shell
Al-huwaiti


Server : LiteSpeed
System : Linux us-phx-web1202.main-hosting.eu 4.18.0-553.84.1.lve.el8.x86_64 #1 SMP Tue Nov 25 18:33:03 UTC 2025 x86_64
User : u615232177 ( 615232177)
PHP Version : 8.1.33
Disable Function : NONE
Directory :  /home/u615232177/domains/bond-lounge.com/public_html/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/u615232177/domains/bond-lounge.com/public_html/privacy.php
<?php session_start();
$page_name = basename($_SERVER['PHP_SELF']);
$page_title = "Privacy Policy";
$page_header = "privacy_header.jpg";
include("header.php"); ?>
<title><?php echo $company_name; ?> - <?php echo $page_title; ?></title>
<?php include("page_header.php"); ?>
<br><br>

<div class="container my-5">
  <h2 class="mb-4 fw-bold">Privacy Policy</h2>

  <p class="text-muted mb-4">Effective Date: April 9, 2025</p>

  <div class="mb-4">
    <h4 class="fw-bold">1. Introduction</h4>
    <p>We are committed to protecting your privacy. This Privacy Policy outlines how we collect, use, and safeguard your personal information when you visit our premises, use our website, or interact with us.</p>
  </div>

  <div class="mb-4">
    <h4 class="fw-bold">2. Information We Collect</h4>
    <p>We may collect personal information in the following ways:</p>
    <ul class="mb-0">
      <li>When you make a reservation or booking</li>
      <li>When you sign up for our newsletter or promotions</li>
      <li>When you interact with our social media or website</li>
      <li>When you make inquiries or provide feedback</li>
      <li>Security footage recorded on-site</li>
    </ul>
  </div>

  <div class="mb-4">
    <h4 class="fw-bold">3. Types of Data Collected</h4>
    <p>Information we may collect includes but is not limited to:</p>
    <ul class="mb-0">
      <li>Full name</li>
      <li>Email address</li>
      <li>Phone number</li>
      <li>Date of birth (for age verification)</li>
      <li>Booking or event preferences</li>
      <li>Video footage (for security purposes)</li>
    </ul>
  </div>

  <div class="mb-4">
    <h4 class="fw-bold">4. How We Use Your Information</h4>
    <p>Your data is used to:</p>
    <ul class="mb-0">
      <li>Process bookings and reservations</li>
      <li>Send booking confirmations and updates</li>
      <li>Improve our services and customer experience</li>
      <li>Send you offers, promotions, and event updates (only if you opt-in)</li>
      <li>Maintain a safe and secure environment for all guests</li>
    </ul>
  </div>

  <div class="mb-4">
    <h4 class="fw-bold">5. Data Security</h4>
    <p>We implement appropriate technical and organizational measures to protect your data from unauthorized access, alteration, or destruction. While we strive to use commercially acceptable means to protect your personal data, no method of transmission over the internet is 100% secure.</p>
  </div>

  <div class="mb-4">
    <h4 class="fw-bold">6. Sharing of Information</h4>
    <p>We do not sell or rent your personal data. We may share your information with trusted third parties only when necessary to provide services (e.g., payment processors or booking platforms) or when required by law.</p>
  </div>

  <div class="mb-4">
    <h4 class="fw-bold">7. Your Rights</h4>
    <p>You have the right to:</p>
    <ul class="mb-0">
      <li>Access the personal data we hold about you</li>
      <li>Request corrections to your data</li>
      <li>Request deletion of your data (subject to legal obligations)</li>
      <li>Withdraw consent for marketing communications</li>
    </ul>
  </div>

  <div class="mb-4">
    <h4 class="fw-bold">8. Cookies and Analytics</h4>
    <p>Our website may use cookies and analytics tools to improve user experience. You can modify your browser settings to decline cookies if you prefer.</p>
  </div>

  <div class="mb-4">
    <h4 class="fw-bold">9. Third-Party Links</h4>
    <p>Our website or social media pages may contain links to third-party websites. We are not responsible for the privacy practices or content of those sites.</p>
  </div>

  <div class="mb-4">
    <h4 class="fw-bold">10. Changes to This Policy</h4>
    <p>We may update this Privacy Policy from time to time. Any changes will be posted on this page with a revised effective date. We encourage you to review this policy periodically.</p>
  </div>

  <div class="mb-4">
    <h4 class="fw-bold">11. Contact Us</h4>
    <p>If you have any questions or concerns about this Privacy Policy, please contact us at <a href=""><?= $company_email ?></a>.</p>
  </div>

  <p class="text-muted">Your trust is important to us. We’re committed to handling your personal information with care and respect.</p>
</div>


<?php include("footer.php"); ?>

Al-HUWAITI Shell