Bohora-rental/parts/ourservices.php
subashGamer21 f4f4f04a7d changes
changes
2025-01-09 20:07:52 +05:45

45 lines
2.3 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<section class="our-services section section-padding">
<div class="container">
<div class="section-title text-center" data-animation="fadeInUp" data-delay="0.2s">
<h2>Our Services</h2>
</div>
<div class="services-list">
<div class="service-item" data-animation="fadeIn" data-delay="0.4s">
<div class="service-icon">
<i class="fa-solid fa-city"></i>
</div>
<h3>City Tours</h3>
<p>Explore the vibrant cities of Nepal, including Kathmandu, Pokhara, and Bhaktapur, with a local driver who knows the best routes and landmarks.</p>
</div>
<div class="service-item" data-animation="fadeIn" data-delay="0.6s">
<div class="service-icon">
<i class="fa-solid fa-plane"></i>
</div>
<h3>Airport Transfers</h3>
<p>Hassle-free pick-up and drop-off services to and from the airport, ensuring a smooth start or end to your journey.</p>
</div>
<div class="service-item" data-animation="fadeIn" data-delay="0.8s">
<div class="service-icon">
<i class="fa-solid fa-mountain"></i>
</div>
<h3>Adventure Trips</h3>
<p>Head off the beaten path to discover Nepals stunning mountain trails, rural villages, and serene lakes. Let us handle the roads while you focus on the views.</p>
</div>
<div class="service-item" data-animation="fadeIn" data-delay="1.0s">
<div class="service-icon">
<i class="fa-solid fa-briefcase"></i>
</div>
<h3>Business Travel</h3>
<p>Professional, punctual, and comfortable transportation for corporate clients.</p>
</div>
<div class="service-item" data-animation="fadeIn" data-delay="1.2s">
<div class="service-icon">
<i class="fa-solid fa-route"></i>
</div>
<h3>Customizable Travel Packages</h3>
<p>Have a specific destination or itinerary in mind? Let us know, and well create a travel package tailored to your preferences.</p>
</div>
</div>
</div>
</section>