84 lines
3.5 KiB
PHP
84 lines
3.5 KiB
PHP
|
<?php include('partials/header.php'); ?>
|
||
|
<!-- BREADCRUMB AREA START -->
|
||
|
<div class="ltn__breadcrumb-area ltn__breadcrumb-area-2 ltn__breadcrumb-color-white bg-overlay-theme-black-90 bg-image"
|
||
|
data-bg="img/bg/breadcrumb.png">
|
||
|
<div class="container">
|
||
|
<div class="row">
|
||
|
<div class="col-lg-12">
|
||
|
<div class="ltn__breadcrumb-inner ltn__breadcrumb-inner-2 justify-content-between">
|
||
|
<div class="section-title-area ltn__section-title-2">
|
||
|
<h1 class="section-title white-color">Terms and Conditions</h1>
|
||
|
</div>
|
||
|
<div class="ltn__breadcrumb-list">
|
||
|
<ul>
|
||
|
<li><a href="index.php">Home</a></li>
|
||
|
<li>Terms and Conditions</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<!-- BREADCRUMB AREA END -->
|
||
|
|
||
|
<!-- PAGE DETAILS AREA START (blog-details) -->
|
||
|
<div class="ltn__page-details-area ltn__blog-details-area mb-140 mt-90">
|
||
|
<div class="container">
|
||
|
<div class="row">
|
||
|
<div class="col-lg-12">
|
||
|
<div class="ltn__blog-details-wrap">
|
||
|
<div class="ltn__page-details-inner ltn__blog-details-inner">
|
||
|
|
||
|
<h2 class="ltn__blog-title">Terms and Conditions</h2>
|
||
|
|
||
|
<h5>a. Acceptance of Terms:
|
||
|
</h5>
|
||
|
<li>By accessing abchospitalitynepal.com and using our services, you agree to comply with our
|
||
|
Terms and Conditions.
|
||
|
</li>
|
||
|
<h5>b. Product Information:
|
||
|
</h5>
|
||
|
<li>Product details, including descriptions and prices, are subject to change without notice. We
|
||
|
strive to provide accurate information but do not guarantee its completeness.
|
||
|
</li>
|
||
|
<h5>c. Orders and Payments:
|
||
|
</h5>
|
||
|
<li>Placing an order signifies your intention to purchase. We reserve the right to refuse or
|
||
|
cancel orders in certain circumstances.
|
||
|
</li>
|
||
|
<li>Payment information is processed securely, and we do not store sensitive payment details.
|
||
|
</li>
|
||
|
<h5>d. Trademarks and Copyrights:
|
||
|
</h5>
|
||
|
<li>The content, logos, and trademarks on abchospitalitynepal.com are the intellectual property
|
||
|
of ABC Hospitality Business. Unauthorized use is strictly prohibited.
|
||
|
</li>
|
||
|
<h5>e. Governing Law:
|
||
|
</h5>
|
||
|
<li>These Terms and Conditions are governed by the laws of Nepal. Any disputes will be subject
|
||
|
to resolution in the competent courts of Nepal.
|
||
|
</li>
|
||
|
<h5>f. Changes to Terms:
|
||
|
</h5>
|
||
|
<li>ABC Hospitality Business reserves the right to modify these Terms and Conditions. Users will
|
||
|
be notified of any significant changes.
|
||
|
</li>
|
||
|
|
||
|
|
||
|
|
||
|
</div>
|
||
|
|
||
|
<hr>
|
||
|
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<!-- PAGE DETAILS AREA END -->
|
||
|
|
||
|
|
||
|
<?php include('partials/footer.php'); ?>
|