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/terms.php
<?php session_start();
$page_name = basename($_SERVER['PHP_SELF']);
$page_title = "Terms & Conditions";
$page_header = "terms_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">Terms and Conditions</h2>

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

  <div class="mb-4">
    <h4 class="fw-bold">1. Acceptance of Terms</h4>
    <p>By entering our bar/lounge, using our services, or making a reservation, you agree to be bound by these Terms and Conditions. If you do not agree, you may not access or use our premises or services.</p>
  </div>

  <div class="mb-4">
    <h4 class="fw-bold">2. Age Restriction</h4>
    <p>Our establishment is strictly for guests aged 18 and above. Valid government-issued ID may be required upon entry. We reserve the right to deny access or service to underage individuals.</p>
  </div>

  <div class="mb-4">
    <h4 class="fw-bold">3. Dress Code and Conduct</h4>
    <p>Guests are expected to adhere to our smart-casual dress code. We reserve the right to deny entry to anyone not dressed appropriately or behaving in a manner deemed disruptive, disrespectful, or unsafe.</p>
  </div>

  <div class="mb-4">
    <h4 class="fw-bold">4. Reservations and Entry</h4>
    <p>Reservations are subject to availability and may be held for a limited time. Entry is not guaranteed during peak hours without a reservation. Management reserves the right to refuse entry or cancel reservations at any time.</p>
  </div>

  <div class="mb-4">
    <h4 class="fw-bold">5. Alcohol Consumption</h4>
    <p>Responsible drinking is expected at all times. We reserve the right to refuse service to intoxicated individuals. No outside beverages are allowed. Management decisions on alcohol service are final and non-negotiable.</p>
  </div>

  <div class="mb-4">
    <h4 class="fw-bold">6. Personal Belongings</h4>
    <p>Guests are responsible for their personal belongings. The bar/lounge is not liable for any lost, stolen, or damaged items. A lost and found service is available at the front desk.</p>
  </div>

  <div class="mb-4">
    <h4 class="fw-bold">7. Security and Surveillance</h4>
    <p>For the safety of our guests and staff, security personnel are present on-site, and CCTV surveillance is in operation throughout the premises. By entering, you consent to being recorded.</p>
  </div>

  <div class="mb-4">
    <h4 class="fw-bold">8. Smoking Policy</h4>
    <p>Smoking is only permitted in designated outdoor areas. The use of illegal substances is strictly prohibited and will result in immediate removal and possible legal action.</p>
  </div>

  <div class="mb-4">
    <h4 class="fw-bold">9. Liability Disclaimer</h4>
    <p>The bar/lounge is not liable for any injury, loss, or damage sustained while on the premises, unless caused by proven negligence. Entry is at your own risk.</p>
  </div>

  <div class="mb-4">
    <h4 class="fw-bold">10. Events and Promotions</h4>
    <p>Special events, promotions, and offers may be subject to additional terms and conditions. Management reserves the right to alter or cancel promotions at its discretion.</p>
  </div>

  <div class="mb-4">
    <h4 class="fw-bold">11. Modifications</h4>
    <p>We reserve the right to modify these Terms and Conditions at any time without prior notice. Continued use of our premises or services constitutes acceptance of the updated terms.</p>
  </div>

  <div class="mb-4">
    <h4 class="fw-bold">12. Contact</h4>
    <p>If you have any questions about these Terms and Conditions, please contact our management team at <a href=""><?= $company_email ?></a>.</p>
  </div>

  <p class="text-muted">Thank you for choosing <?= $company_name ?>. We’re committed to providing a safe, enjoyable, and memorable experience for every guest.</p>
</div>


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

Al-HUWAITI Shell