<?php $__env->startSection('title', $title); ?>
<?php $__env->startSection('meta_description', $desc); ?>
<?php $__env->startSection('meta_keywords', $key); ?>
<?php $__env->startSection('content'); ?>
<!-- Hero Section Start -->
<div class="breadcrumb-wrapper bg-cover"
style="background-image: url('<?php echo e(asset('public/frontend/assets/new-images/banner.webp')); ?>');">
<div class="container">
<div class="page-heading">
<h1 class="wow fadeInUp" data-wow-delay=".3s"> Privacy Policy</h1>
<ul class="breadcrumb-items wow fadeInUp" data-wow-delay=".5s">
<li>
<a href="<?php echo e(route('home')); ?>">
Home
</a>
</li>
<li>
<i class="fas fa-chevron-right"></i>
</li>
<li>
Privacy Policy
</li>
</ul>
</div>
</div>
</div>
<!-- Service Section Start -->
<section class="Service-details-section mt-5 mb-5 fix privac">
<div class="container">
<div class="sertvice-details-wrapper">
<div class="service-details-content">
<h2>Privacy Policy</h2>
<p class="mt-3 mb-3">
At SmartWebElevate.com, your privacy is very important to us. This Privacy Policy explains how we
collect, use, and protect your personal information.
<h4 class="mt-2">1. Information We Collect</h4>
<p class="mt-3 mb-3"> We collect information to provide better services and a personalized experience. This includes:</p>
<ul>
<li> <b>Personal Identification Information:</b> Name, email address, phone number, etc.</li>
<li> <b>Non-Personal Information:</b> IP address, browser type, operating system, referring
website, and other usage data.</li>
</ul>
</p>
<p class="mt-3 mb-3">
<h4 class="mt-3"> 2. How We Use Your Information</h4>
<p class="mt-3 mb-3"> We use your information to:</p>
<ul>
<li> Deliver and improve our services.</li>
<li> Communicate with you regarding updates, offers, and promotions.</li>
<li>Personalize your experience on our website.</li>
<li>Process transactions securely.</li>
</ul>
<h4 class="mt-3"> 3. How We Protect Your Information</h4>
<p class="mt-3 mb-3"> We use security measures including encryption, firewalls, and secure payment gateways to ensure your
data is safe.</p>
<h4 class="mt-3"> 4. Sharing Your Information</h4>
<p class="mt-3 mb-3"> We do not sell your personal data. Your information may only be shared with:</p>
<ul>
<li>Trusted service providers who help us run our business.</li>
<li>Legal authorities as required by law.</li>
</ul>
</p>
<h4 class="mt-3">5. Cookies</h4>
<p class="mt-3 mb-3"> We use cookies to improve site navigation and enhance your user experience. You can manage or
disable cookies through your browser settings.</p>
<h4 class="mt-3"> 6. Your Rights</h4>
<p class="mt-3 mb-3">You can access, correct, or delete your personal data at any time. You may also opt out of marketing
communications.</p>
<h4 class="mt-3">7. Changes to This Policy</h4>
<p class="mt-3 mb-3">We may update this Privacy Policy periodically. Updates will be posted on this page, and the
"Effective Date" will be revised accordingly.</p>
</p>
</div>
</div>
</div>
</section>
<style>
b,p,li{
color:#000;
}
.privac li{
list-style:dotted;
margin-left:20px;
}
</style>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('frontend.layouts.app', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?><?php /**PATH /home/servuavz/smartwebelevate.com/resources/views/frontend/privacy-policy.blade.php ENDPATH**/ ?>