bib_wp/abchospitalitynepal.com/wp-content/themes/abchospitality/privacy-policy.php
2024-03-12 19:44:46 +05:45

95 lines
4.3 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">
<!-- <h6 class="section-subtitle ltn__secondary-color">// Privacy Policy</h6> -->
<h1 class="section-title white-color">Privacy Policy</h1>
</div>
<div class="ltn__breadcrumb-list">
<ul>
<li><a href="index.php">Home</a></li>
<li>Privacy Policy</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-90 pb-90 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">Privacy Policy</h2>
<p>At ABC Hospitality Business, we prioritize the privacy and security of our customers. This
Privacy Policy outlines how we collect, use, disclose, and protect your personal information
when you visit our official online portal and engage with our services.</p>
<h5>Information Collection</h5>
<li>
We may collect personal information such as your name, contact details, and address when
you
register on our website or place an order.
</li>
<li>Non-personal information, such as browsing patterns and site usage, may be collected through
cookies for a better user experience.
</li>
possimus eius</h2>
<h5>Use of Information:
</h5>
<li>Personal information is utilized for order processing, communication, and delivery purposes.
</li>
<li>Non-personal information helps us analyze website traffic and enhance our services.
</li>
<h5>Data Security:
</h5>
<li>We implement industry-standard security measures to protect your personal information from
unauthorized access, disclosure, or alteration.
</li>
<h5>Third-Party Disclosure:
</h5>
<li>We do not sell, trade, or transfer your personal information to third parties without your
consent.
</li>
<li>Trusted third parties may assist in specific services, but they are bound by confidentiality
agreements.
</li>
<h5>Marketing Communication:
</h5>
<li>With your consent, we may use your contact information to send you updates, promotions, and
relevant news. You can opt-out at any time.
</li>
<h5>Access and Control:
</h5>
<li>You have the right to access, update, or delete your personal information. Contact our
customer support for assistance.
</li>
</div>
<hr>
</div>
</div>
</div>
</div>
</div>
<!-- PAGE DETAILS AREA END -->
<?php include('partials/footer.php'); ?>