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/debutlers.com/public_html/ |
<?php session_start();
$page_name = basename($_SERVER['PHP_SELF']);
include("header.php"); ?>
<title><?php echo $company_name; ?> - Terms and Conditions</title>
<section class="page-header">
<div class="page-header__bg" style="background-image: url(site_img/general/<?php echo "$gen_img[8]"; ?>);"></div>
<div class="container">
<img src="assets/images/shapes/page-header-s-1.png" alt="Gallery" class="page-header__shape">
<h2 class="page-header__title">Terms and Conditions</h2>
<ul class="solinom-breadcrumb list-unstyled">
<li><a href="index.php">Home</a></li>
<li><span>Terms and Conditions</span></li>
</ul>
</div>
</section>
<section class="gallery-one gallery-one--page">
<div class="container">
<div class="row">
<div class="col-lg-12 wow fadeIn" data-wow-delay="0.1s">
<p class="mb-0" style='font-size:12px;'>
<b> 1. Introduction </b> <br>
These Terms and Conditions govern the use of our website and the short-let apartment services provided. By booking an apartment through our site, you agree to these terms. <br><br>
2<b>. Booking and Payment</b> <br>
All bookings are subject to availability. <br>
Payment is required at the time of booking unless otherwise stated.
Prices are subject to change, but confirmed bookings will not be affected.
<br><br>
<b>3. Cancellation and Refund Policy </b> <br>
No refunds will be given for no-shows or early check-outs. <br><br>
<b>4. Check-In and Check-Out </b> <br>
Check-in is from 12:00 PM, and check-out is by 12:00 PM.
Late check-outs may be subject to additional charges, and must be agreed upon in advance. <br><br>
<b>5. Use of the Property </b> <br>
The apartment is for residential use only and must not be used for commercial purposes. <br>
The number of occupants must not exceed the number specified at the time of booking. <br>
Guests must respect the property, its contents, and neighbors. Any damage caused may result in charges. <br><br>
<b>6. House Rules </b> <br>
No smoking or illegal substances are allowed on the premises. <br>
No pets unless prior approval is obtained. <br>
Parties or events are not allowed unless explicitly authorized. <br><br>
<b>7. Liability </b> <br>
We are not liable for any loss, injury, or damage suffered by guests during their stay. <br>
Guests are responsible for securing their belongings. We do not provide insurance for personal items. <br><br>
<b>8. Privacy </b> <br>
We value your privacy and handle personal data according to our Privacy Policy. <br><br>
<b>9. Amendments </b> <br>
We reserve the right to amend these Terms and Conditions at any time. Changes will be posted on the website. <br><br>
<b>10. Governing Law </b> <br>
These terms are governed by the laws of the Federal Republic of Nigeria.
</p>
</div>
</div>
</div>
</section>
<?php include("footer.php"); ?>