45 lines
2.3 KiB
PHP
45 lines
2.3 KiB
PHP
|
<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 Nepal’s 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 we’ll create a travel package tailored to your preferences.</p>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</div>
|
|||
|
</section>
|