60 lines
3.0 KiB
PHP
60 lines
3.0 KiB
PHP
<section class="search-booking-section section-padding">
|
||
<div class="container">
|
||
<div class="search-booking-wrapper">
|
||
<div class="row g-5 align-items-center">
|
||
<!-- Text Content Section -->
|
||
<div class="col-xl-6 col-lg-6">
|
||
<div class="search-booking-content">
|
||
<div class="section-title mb-4">
|
||
<img src="img/sub-icon.png" alt="icon-img" class="icon wow fadeInUp">
|
||
<h2 class="wow fadeInUp" data-wow-delay=".4s">Book &<br>Rent Vehicle Easily</h2>
|
||
</div>
|
||
<p class="wow fadeInUp" data-wow-delay=".6s">
|
||
Welcome to Bohara Car Rental—your reliable partner for exploring Nepal’s breathtaking landscapes and vibrant cities.
|
||
With over 15 years of driving expertise, we promise a safe, comfortable, and unforgettable travel experience.
|
||
Whether you need a ride through Nepal’s bustling cities or a journey into its serene countryside, we’re always here for you.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
|
||
<!-- Image Section -->
|
||
<div class="col-xl-5 col-lg-6">
|
||
<div class="hero-image" data-animation="fadeInUp" data-delay=".7s" style="animation-delay: 0.7s; overflow: hidden;">
|
||
<img src="img/hero/car.png" alt="img" style="width: 100%; height: auto; object-fit: contain;">
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div class="row mt-5">
|
||
<!-- Booking Highlights -->
|
||
<div class="col-md-4">
|
||
<div class="highlight-box wow fadeInUp" data-wow-delay=".2s">
|
||
<div class="icon">
|
||
<i class="fa-solid fa-calendar-check"></i>
|
||
</div>
|
||
<h4>Easier & Faster Bookings</h4>
|
||
<p>Experience a seamless booking process with just a few clicks.</p>
|
||
</div>
|
||
</div>
|
||
<div class="col-md-4">
|
||
<div class="highlight-box wow fadeInUp" data-wow-delay=".4s">
|
||
<div class="icon">
|
||
<i class="fa-solid fa-location-dot"></i>
|
||
</div>
|
||
<h4>Multiple Pickup Locations</h4>
|
||
<p>Conveniently pick up and drop off vehicles across key locations.</p>
|
||
</div>
|
||
</div>
|
||
<div class="col-md-4">
|
||
<div class="highlight-box wow fadeInUp" data-wow-delay=".6s">
|
||
<div class="icon">
|
||
<i class="fa-solid fa-car-side"></i>
|
||
</div>
|
||
<h4>Wide Range of Vehicles</h4>
|
||
<p>Choose from a variety of cars, SUVs, and jeeps for your journey.</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|