<?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"> Terms & Condition</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>
Terms & Condition
</li>
</ul>
</div>
</div>
</div>
<!-- Service Section Start -->
<section class="Service-details-section mt-5 mb-5 fix">
<div class="container">
<div class="sertvice-details-wrapper">
<div class="service-details-content">
<h2>Terms & Condition</h2>
<p>
By using SmartWebElevate.com, you agree to the following terms and conditions.</br>
<h4 class="mt-2"> 1. Acceptance of Terms</h4>
<p class="mt-3 mb-2">Accessing or using our website and services constitutes agreement to these Terms & Conditions. If you disagree, do not use our services.</p>
<h4 class="mt-2">2. Services Provided</h4>
<p class="mt-3 mb-2"> SmartWebElevate.com offers services including web development, SEO, PPC, digital marketing, and related online solutions.</br></p>
</p>
<p>
<h4 class="mt-2"> 3. User Responsibilities</h4>
<p class="mt-3 mb-2"> You agree to provide accurate information and comply with all applicable laws while using our services.</br></p>
<h4 class="mt-2">4. Intellectual Property</h4>
<p class="mt-3 mb-2"> All content, logos, graphics, and materials on this website are owned by SmartWebElevate.com and protected by copyright and other intellectual property laws.</br></p>
<h4 class="mt-2"> 5. Payment Terms</h4>
<p class="mt-3 mb-2"> Payments must be made according to the agreed pricing. Services are provided after payment unless stated otherwise.</br></p>
<h4 class="mt-2"> 6. Termination of Services</h4>
<p class="mt-3 mb-2"> 6. Termination of Services</p>
<h4 class="mt-2"> 7. Limitation of Liability</h4>
<p class="mt-3 mb-2">SmartWebElevate.com is not liable for damages arising from the use or inability to use our website or services, including lost profits or data.</br></p>
<h4 class="mt-2"> 8. Indemnification</h4>
<p class="mt-3 mb-2"> You agree to indemnify SmartWebElevate.com against any claims, losses, or damages arising from your use of the website or services.</br></p>
<h4 class="mt-2"> 9. Privacy and Data Protection</h4>
<p class="mt-3 mb-2"> For details on handling your personal data, please refer to our Privacy Policy.</br></p>
<h4 class="mt-2"> 10. Changes to Terms</h4>
<p class="mt-3 mb-2">We may update these Terms & Conditions at any time. Updates will appear on this page with the revised "Effective Date."</br></p>
<h4 class="mt-2"> 11. Governing Law</h4>
<p class="mt-3 mb-2"> These Terms & Conditions are governed by and construed in accordance with the laws of the United States of America.
</div>
</div>
</div>
</section>
<?php $__env->stopSection(); ?>
<?php echo $__env->make('frontend.layouts.app', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?><?php /**PATH C:\xampp\htdocs\New folder 1810\backup_18_11_2025\resources\views/frontend/terms-condition.blade.php ENDPATH**/ ?>