made layout changes
This commit is contained in:
parent
a507a84c66
commit
e2a8ccc8b6
@ -21,7 +21,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<!-- About Section Start -->
|
||||
<section class="about-section fix section-padding">
|
||||
<section class="about-section fix padding-t-md padding-b-sm">
|
||||
<div class="container">
|
||||
<div class="about-wrapper-2">
|
||||
<div class="row g-4">
|
||||
|
2
blog.php
2
blog.php
@ -21,7 +21,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<!-- News Section Start -->
|
||||
<section class="news-section section-padding fix">
|
||||
<section class="news-section padding-t-md padding-b-md fix">
|
||||
<div class="container">
|
||||
<div class="row g-4">
|
||||
<div class="col-xl-4 col-lg-6 col-md-6 wow fadeInUp" data-wow-delay=".3s">
|
||||
|
@ -22,7 +22,7 @@
|
||||
</div>
|
||||
|
||||
<!-- Car Rentals Section Start -->
|
||||
<section class="car-rentals-section-2 section-padding fix">
|
||||
<section class="car-rentals-section-2 padding-t-md padding-b-md fix">
|
||||
<div class="container">
|
||||
<div class="row g-4">
|
||||
<div class="col-xl-4 col-lg-6 col-md-6 wow fadeInUp" data-wow-delay=".3s">
|
||||
|
@ -63,8 +63,8 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
<button type="submit" class="theme-btn">
|
||||
Send a Message
|
||||
<button type="submit" class="theme-btn text-14 px-5">
|
||||
Send Message
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -1,5 +1,79 @@
|
||||
|
||||
/* margin */
|
||||
|
||||
.mt-5{
|
||||
margin-top: 5px;
|
||||
}
|
||||
.mt-10{
|
||||
margin-top: 10px;
|
||||
}
|
||||
.mt-15{
|
||||
margin-top: 15px;
|
||||
}
|
||||
.mt-25{
|
||||
margin-top: 25px;
|
||||
}
|
||||
.mt-35{
|
||||
margin-top: 35px;
|
||||
}
|
||||
.padding-t-sm{
|
||||
padding-top: 40px;
|
||||
}
|
||||
.padding-t-md{
|
||||
padding-top: 80px;
|
||||
}
|
||||
.padding-t-lg{
|
||||
padding-top: 120px;
|
||||
}
|
||||
.padding-b-sm{
|
||||
padding-bottom: 40px;
|
||||
}
|
||||
.padding-b-md{
|
||||
padding-bottom: 80px;
|
||||
}
|
||||
.padding-b-lg{
|
||||
padding-bottom: 120px;
|
||||
}
|
||||
|
||||
/* padding */
|
||||
.pt-5{
|
||||
padding-top: 5px;
|
||||
}
|
||||
.pt-10{
|
||||
padding-top: 10px;
|
||||
}
|
||||
.pt-15{
|
||||
padding-top: 15px;
|
||||
}
|
||||
.pt-25{
|
||||
padding-top: 25px;
|
||||
}
|
||||
.pt-35{
|
||||
padding-top: 35px;
|
||||
}
|
||||
.pb-5{
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
.pb-10{
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
.pb-15{
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
.px-5{
|
||||
padding-left: 5px !important;
|
||||
padding-right: 5px !important;
|
||||
}
|
||||
|
||||
.text-14{
|
||||
font-size: 14px !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.header-main {
|
||||
justify-content: space-between;
|
||||
padding-left: 0 !important;
|
||||
}
|
||||
|
||||
.faq-sidebar img {
|
||||
@ -34,7 +108,9 @@
|
||||
|
||||
.car-image {
|
||||
text-align: center; /* Centers the image horizontally */
|
||||
margin-bottom: 15px; /* Adds spacing below the image */
|
||||
border-radius: 8px 8px 0;
|
||||
|
||||
|
||||
}
|
||||
|
||||
.car-image img {
|
||||
@ -45,6 +121,7 @@
|
||||
|
||||
.car-content {
|
||||
padding: 10px; /* Adds spacing around the content */
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.star i {
|
||||
@ -75,6 +152,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.car-item img {
|
||||
@ -123,8 +201,10 @@
|
||||
.header-1 .header-main .header-left {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 190px;
|
||||
gap: 100px !important;
|
||||
transform: translateX(75px); /* Moves the element 20px to the right */
|
||||
justify-content: space-between;
|
||||
margin-left: -83px; /*added margin left to align with container width */
|
||||
}
|
||||
@media (max-width: 900px) {
|
||||
.search-text,
|
||||
@ -168,10 +248,14 @@
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
}
|
||||
.logo img {
|
||||
.logo {
|
||||
width: 120px; /* Adjust the width */
|
||||
height: 60px; /* Maintain aspect ratio */
|
||||
}
|
||||
.logo img{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
a:hover {
|
||||
color: #f39c12;
|
||||
text-decoration: underline;
|
||||
@ -210,15 +294,16 @@ a:hover {
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.theme-btn {
|
||||
.theme-btn {
|
||||
background-color: #007bff;
|
||||
color: #fff;
|
||||
border: none;
|
||||
padding: 12px 30px;
|
||||
padding: 12px 35px;
|
||||
border-radius: 30px;
|
||||
font-size: 16px;
|
||||
cursor: pointer;
|
||||
transition: all 0.3s ease;
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
.theme-btn:hover {
|
||||
@ -342,8 +427,9 @@ a:hover {
|
||||
font-size: 18px;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
width: 100%;
|
||||
width: 40%;
|
||||
transition: background-color 0.3s ease;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.theme-btn:hover {
|
||||
|
82
css/main.css
82
css/main.css
@ -25,6 +25,7 @@ Version: 1.0.0
|
||||
--box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
|
||||
.theme-btn {
|
||||
background-color: var(--theme);
|
||||
color: var(--white);
|
||||
@ -1363,7 +1364,7 @@ span {
|
||||
box-shadow: none;
|
||||
border: 10px solid rgb(208, 215, 222);
|
||||
padding: 40px 30px;
|
||||
margin-top: -180px;
|
||||
margin-top: -95px;
|
||||
}
|
||||
@media (max-width: 1199px) {
|
||||
.pickup-wrapper.style-2 {
|
||||
@ -1625,7 +1626,7 @@ span {
|
||||
.services-list {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 20px;
|
||||
/* gap: 20px; */
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
@ -1633,9 +1634,10 @@ span {
|
||||
background: #ffffff;
|
||||
border-radius: 10px;
|
||||
padding: 20px;
|
||||
width: 300px;
|
||||
height: 240px;
|
||||
/* width: 300px; */
|
||||
text-align: center;
|
||||
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
|
||||
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
|
||||
transition: transform 0.3s ease, box-shadow 0.3s ease;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
@ -2175,6 +2177,7 @@ span {
|
||||
.galley-wrapper-2 .gallery-items .g-items {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
object-fit: cover;
|
||||
height: 100%;
|
||||
margin: 25px;
|
||||
overflow: hidden;
|
||||
@ -2580,7 +2583,7 @@ span {
|
||||
}
|
||||
|
||||
.footer-widgets-wrapper {
|
||||
padding: 50px 0 80px;
|
||||
padding: 50px 0;
|
||||
position: relative;
|
||||
z-index: 9;
|
||||
}
|
||||
@ -2867,7 +2870,7 @@ span {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 20px;
|
||||
margin-left: 230px;
|
||||
/* margin-left: 230px */
|
||||
}
|
||||
@media (max-width: 1399px) {
|
||||
.header-top-wrapper .contact-list {
|
||||
@ -3081,6 +3084,7 @@ span {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 80px;
|
||||
|
||||
}
|
||||
.header-1 .header-main .main-menu ul li a {
|
||||
font-weight: 500;
|
||||
@ -4393,6 +4397,8 @@ span {
|
||||
|
||||
.hero-3 {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 90vh !important;
|
||||
}
|
||||
@media (max-width: 991px) {
|
||||
.hero-3 .array-button {
|
||||
@ -4512,6 +4518,7 @@ span {
|
||||
position: relative;
|
||||
padding: 315px 0;
|
||||
z-index: 9;
|
||||
margin-top: -150px;
|
||||
}
|
||||
@media (max-width: 1399px) {
|
||||
.hero-3 .hero-content {
|
||||
@ -4810,6 +4817,7 @@ span {
|
||||
.news-card-items .news-content .post-client img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius: 50%;
|
||||
}
|
||||
.news-card-items .news-content .news-cont {
|
||||
padding: 30px;
|
||||
@ -4848,6 +4856,12 @@ span {
|
||||
.news-card-items .news-content ul a:hover i {
|
||||
color: var(--theme);
|
||||
}
|
||||
.news-card-items .news-image{
|
||||
border-radius:10px 10px 0 0 !important;
|
||||
}
|
||||
.news-card-items .news-image:hover{
|
||||
border-radius:10px 10px 0 0 !important;
|
||||
}
|
||||
.news-card-items:hover .news-image img {
|
||||
transform: scale(1.1);
|
||||
border-radius: 10px;
|
||||
@ -5561,6 +5575,7 @@ input.main-search-input::placeholder {
|
||||
font-size: 15px;
|
||||
font-weight: 400;
|
||||
letter-spacing: 1.3px;
|
||||
|
||||
}
|
||||
.car-rentals-items:hover .car-image img {
|
||||
transform: scale(1.1);
|
||||
@ -6005,6 +6020,10 @@ input.main-search-input::placeholder {
|
||||
padding: 0 30px;
|
||||
}
|
||||
}
|
||||
.car-slider-wrapper .car-slider-image{
|
||||
height: 150px;
|
||||
object-fit: cover;
|
||||
}
|
||||
.car-slider-wrapper .car-slider-image img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
@ -6944,11 +6963,35 @@ input.main-search-input::placeholder {
|
||||
.testimonial-section-3 {
|
||||
position: relative;
|
||||
}
|
||||
.testimonial-section-3 .title {
|
||||
font-size: 36px;
|
||||
color: #222;
|
||||
text-transform: uppercase;
|
||||
margin-bottom: 20px;
|
||||
font-family: 'Lexend', sans-serif;
|
||||
text-align: center;
|
||||
padding: 20px 0;
|
||||
}
|
||||
|
||||
.testimonial-wrapper-2 .testimonial-single-items {
|
||||
display: flex;
|
||||
gap: 70px;
|
||||
gap: 20px;
|
||||
/* border: 1px solid black; */
|
||||
border-bottom: 0.001px solid rgb(197, 195, 195);
|
||||
box-shadow: 0 5px 10px grey;
|
||||
background-color: white;
|
||||
height: 250px;
|
||||
padding: 10px 20px;
|
||||
|
||||
}
|
||||
@media (max-width: 991px) {
|
||||
.testimonial-wrapper-2 .testimonial-single-items {
|
||||
height: auto;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media (max-width: 991px) {
|
||||
.testimonial-wrapper-2 .testimonial-single-items {
|
||||
flex-wrap: wrap;
|
||||
@ -6960,14 +7003,16 @@ input.main-search-input::placeholder {
|
||||
.testimonial-wrapper-2 .testimonial-single-items .testimonial-img {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
width: 136px;
|
||||
height: 136px;
|
||||
width: 50px;
|
||||
height: 50px;
|
||||
padding: 30px;
|
||||
border: 6px solid #fff;
|
||||
object-fit: cover;
|
||||
border-radius: 50%;
|
||||
position: relative;
|
||||
margin-left: 20px;
|
||||
margin-top: 5px;
|
||||
background-color: white;
|
||||
}
|
||||
@media (max-width: 991px) {
|
||||
.testimonial-wrapper-2 .testimonial-single-items .testimonial-img {
|
||||
@ -6975,7 +7020,7 @@ input.main-search-input::placeholder {
|
||||
margin: 5px auto 0;
|
||||
}
|
||||
}
|
||||
.testimonial-wrapper-2 .testimonial-single-items .testimonial-img::after {
|
||||
/* .testimonial-wrapper-2 .testimonial-single-items .testimonial-img::after {
|
||||
position: absolute;
|
||||
content: "";
|
||||
top: 50%;
|
||||
@ -6986,7 +7031,7 @@ input.main-search-input::placeholder {
|
||||
border-radius: 50%;
|
||||
background: linear-gradient(90deg, #FF3726, #0C142E);
|
||||
z-index: -1;
|
||||
}
|
||||
} */
|
||||
.testimonial-wrapper-2 .testimonial-single-items .testimonial-content {
|
||||
flex-basis: 80%;
|
||||
}
|
||||
@ -6997,24 +7042,24 @@ input.main-search-input::placeholder {
|
||||
}
|
||||
.testimonial-wrapper-2 .testimonial-single-items .testimonial-content p {
|
||||
margin: 0;
|
||||
padding: 0 0 44px 0;
|
||||
font-size: 34px;
|
||||
padding: 0 0 10px 0;
|
||||
font-size: 16px;
|
||||
line-height: 1.5;
|
||||
}
|
||||
@media (max-width: 1199px) {
|
||||
.testimonial-wrapper-2 .testimonial-single-items .testimonial-content p {
|
||||
font-size: 30px;
|
||||
font-size: 12px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 991px) {
|
||||
.testimonial-wrapper-2 .testimonial-single-items .testimonial-content p {
|
||||
font-size: 26px;
|
||||
font-size: 14px;
|
||||
padding: 0 0 35px 0;
|
||||
}
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.testimonial-wrapper-2 .testimonial-single-items .testimonial-content p {
|
||||
font-size: 24px;
|
||||
font-size: 12px;
|
||||
padding: 0 0 35px 0;
|
||||
}
|
||||
}
|
||||
@ -7025,9 +7070,9 @@ input.main-search-input::placeholder {
|
||||
}
|
||||
}
|
||||
.testimonial-wrapper-2 .testimonial-single-items .testimonial-content .name-job {
|
||||
display: flex;
|
||||
/* display: flex;
|
||||
align-items: flex-end;
|
||||
gap: 15px;
|
||||
gap: 15px; */
|
||||
}
|
||||
@media (max-width: 991px) {
|
||||
.testimonial-wrapper-2 .testimonial-single-items .testimonial-content .name-job {
|
||||
@ -7050,6 +7095,7 @@ input.main-search-input::placeholder {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 10px;
|
||||
margin-top: 80px;
|
||||
}
|
||||
.testimonial-wrapper-2 .client-img-items .client-img {
|
||||
width: 60px;
|
||||
|
@ -24,14 +24,14 @@
|
||||
|
||||
|
||||
<!-- Footer Section Start -->
|
||||
<footer class="footer-section" style="background: #2d2d2d; color: #fff; padding: 50px 0; font-family: Arial, sans-serif;">
|
||||
<footer class="footer-section" style="background: #2d2d2d; color: #fff; font-family: Arial, sans-serif;">
|
||||
<div class="container">
|
||||
<div class="footer-widgets-wrapper">
|
||||
<div class="row">
|
||||
<!-- Contact Information -->
|
||||
<div class="col-xl-4 col-lg-4 col-md-6" style="margin-bottom: 30px;">
|
||||
<div style="border-left: 4px solid #f39c12; padding-left: 15px;">
|
||||
<h4 style="font-size: 20px; color: #f39c12;">Contact Us</h4>
|
||||
<h4 class="pb-15" style="font-size: 20px; color: #f39c12 ;">Contact Us</h4>
|
||||
<p>Kathmandu, Nepal</p>
|
||||
<ul style="list-style: none; padding: 0;">
|
||||
<li style="margin: 10px 0;">
|
||||
@ -48,7 +48,7 @@
|
||||
|
||||
<!-- Quick Links -->
|
||||
<div class="col-xl-2 col-lg-2 col-md-6" style="margin-bottom: 30px;">
|
||||
<h4 style="font-size: 20px; color: #f39c12;">Quick Links</h4>
|
||||
<h4 class="pb-15" style="font-size: 20px; color: #f39c12;">Quick Links</h4>
|
||||
<ul style="list-style: none; padding: 0;">
|
||||
<li style="margin: 10px 0;">
|
||||
<a href="about.php" style="color: #fff; text-decoration: none;">About Us</a>
|
||||
@ -67,7 +67,7 @@
|
||||
|
||||
<!-- Map Section -->
|
||||
<div class="col-xl-6 col-lg-6 col-md-12" style="margin-bottom: 30px;">
|
||||
<h4 style="font-size: 20px; color: #f39c12;">Our Location</h4>
|
||||
<h4 class="pb-15" style="font-size: 20px; color: #f39c12;">Our Location</h4>
|
||||
<div style="width: 100%; height: 300px; margin-top: 15px;">
|
||||
<iframe
|
||||
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3533.281041814292!2d85.31673081506105!3d27.678248032805366!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x39eb198db1b04f29%3A0xeba6c707cbd8c31b!2sPashupatinath%20Temple!5e0!3m2!1sen!2snp!4v1619444298054!5m2!1sen!2snp"
|
||||
|
66
gallery.php
66
gallery.php
@ -21,11 +21,12 @@
|
||||
</div>
|
||||
</div>
|
||||
<!--<< Gallery Section Start >>-->
|
||||
<div class="gallery-section-3 fix section-padding">
|
||||
<div class="gallery-section-3 fix padding-t-sm padding-b-md">
|
||||
<div class="container">
|
||||
<div class="galley-wrapper-2">
|
||||
<div class="gallery-items">
|
||||
<div class="g-items">
|
||||
<div class="gallery-items row">
|
||||
<div class="col-lg-4 pt-15">
|
||||
<div class="g-items">
|
||||
<img src="img/cargallery/carG1.jpg" alt="ga-img">
|
||||
<div class="icon-box">
|
||||
<a href="img/cargallery/carG1.jpg" class="icon img-popup-2">
|
||||
@ -35,7 +36,20 @@
|
||||
<div class="mask"></div>
|
||||
<div class="mask-second"></div>
|
||||
</div>
|
||||
<div class="g-items">
|
||||
</div>
|
||||
<div class="col-lg-4 pt-15">
|
||||
|
||||
<div class="g-items">
|
||||
<img src="img/cargallery/carG4.jpg" alt="ga-img">
|
||||
<div class="icon-box">
|
||||
<a href="img/cargallery/carG4.jpg" class="icon img-popup-2">
|
||||
<i class="fa-solid fa-plus"></i>
|
||||
</a>
|
||||
</div>
|
||||
<div class="mask"></div>
|
||||
<div class="mask-second"></div>
|
||||
</div>
|
||||
<div class="g-items">
|
||||
<img src="img/cargallery/carG2.jpg" alt="ga-img">
|
||||
<div class="icon-box">
|
||||
<a href="img/cargallery/carG2.jpg" class="icon img-popup-2">
|
||||
@ -45,6 +59,8 @@
|
||||
<div class="mask"></div>
|
||||
<div class="mask-second"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-4 pt-15">
|
||||
<div class="g-items">
|
||||
<img src="img/cargallery/carG3.jpg" alt="ga-img">
|
||||
<div class="icon-box">
|
||||
@ -55,8 +71,46 @@
|
||||
<div class="mask"></div>
|
||||
<div class="mask-second"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-4 pt-15">
|
||||
<div class="g-items">
|
||||
<img src="img/cargallery/carG5.jpg" alt="ga-img">
|
||||
<div class="icon-box">
|
||||
<a href="img/cargallery/carG5.jpg" class="icon img-popup-2">
|
||||
<i class="fa-solid fa-plus"></i>
|
||||
</a>
|
||||
</div>
|
||||
<div class="mask"></div>
|
||||
<div class="mask-second"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-4 pt-15">
|
||||
<div class="g-items">
|
||||
<img src="img/cargallery/carG6.jpg" alt="ga-img">
|
||||
<div class="icon-box">
|
||||
<a href="img/cargallery/carG6.jpg" class="icon img-popup-2">
|
||||
<i class="fa-solid fa-plus"></i>
|
||||
</a>
|
||||
</div>
|
||||
<div class="mask"></div>
|
||||
<div class="mask-second"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-4 pt-15">
|
||||
<div class="g-items">
|
||||
<img src="img/cargallery/carG7.jpg" alt="ga-img">
|
||||
<div class="icon-box">
|
||||
<a href="img/cargallery/carG7.jpg" class="icon img-popup-2">
|
||||
<i class="fa-solid fa-plus"></i>
|
||||
</a>
|
||||
</div>
|
||||
<div class="mask"></div>
|
||||
<div class="mask-second"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="gallery-items gallery-items-two">
|
||||
<!-- <div class="gallery-items gallery-items-two">
|
||||
<div class="g-items">
|
||||
<img src="img/cargallery/carG4.jpg" alt="ga-img">
|
||||
<div class="icon-box">
|
||||
@ -100,7 +154,7 @@
|
||||
<div class="mask-second"></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -162,7 +162,7 @@
|
||||
|
||||
<!-- Header Top Section Start -->
|
||||
<div class="header-top-section">
|
||||
<div class="container-fluid">
|
||||
<div class="container">
|
||||
<div class="header-top-wrapper">
|
||||
<ul class="contact-list">
|
||||
<li>
|
||||
@ -194,13 +194,13 @@
|
||||
|
||||
<!-- Header Section Start -->
|
||||
<header id="header-sticky" class="header-1">
|
||||
<div class="container-fluid">
|
||||
<div class="container">
|
||||
<div class="mega-menu-wrapper">
|
||||
<div class="header-main">
|
||||
<div class="header-left">
|
||||
<div class="logo">
|
||||
<a href="index.php" class="header-logo">
|
||||
<img src="img/bohora-logo.png" alt="logo-img">
|
||||
<img src="img/logo/logo-white.png" alt="logo-img">
|
||||
</a>
|
||||
</div>
|
||||
<div class="mean__menu-wrapper">
|
||||
|
BIN
img/logo/logo-trans.png
Normal file
BIN
img/logo/logo-trans.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 60 KiB |
BIN
img/logo/logo-white.png
Normal file
BIN
img/logo/logo-white.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
2
js/swiper-bundle.min.js
vendored
2
js/swiper-bundle.min.js
vendored
File diff suppressed because one or more lines are too long
@ -22,7 +22,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<!-- News Details Section Start -->
|
||||
<section class="news-details-section fix section-padding">
|
||||
<section class="news-details-section fix padding-t-sm padding-b-md">
|
||||
<div class="container">
|
||||
<div class="news-details-wrapper">
|
||||
<div class="row g-5">
|
||||
@ -108,7 +108,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
<button type="submit" class="theme-btn">
|
||||
<button type="submit" class="theme-btn text-14 px-5">
|
||||
Submit Comment
|
||||
</button>
|
||||
</div>
|
||||
@ -118,12 +118,12 @@
|
||||
</div>
|
||||
<div class="col-lg-4">
|
||||
<div class="main-sidebar">
|
||||
<div class="search-widget">
|
||||
<!-- <div class="search-widget">
|
||||
<form action="#">
|
||||
<input type="text" placeholder="Search">
|
||||
<button type="submit"><i class="fa-regular fa-magnifying-glass"></i></button>
|
||||
</form>
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="single-sidebar-widget">
|
||||
<div class="wid-title">
|
||||
<h3>Recent Post</h3>
|
||||
|
@ -21,7 +21,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<!-- News Details Section Start -->
|
||||
<section class="news-details-section fix section-padding">
|
||||
<section class="news-details-section fix padding-t-sm padding-b-md">
|
||||
<div class="container">
|
||||
<div class="news-details-wrapper">
|
||||
<div class="row g-5">
|
||||
@ -103,7 +103,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
<button type="submit" class="theme-btn">
|
||||
<button type="submit" class="theme-btn text-14 px-5">
|
||||
Submit Comment
|
||||
</button>
|
||||
</div>
|
||||
@ -113,12 +113,12 @@
|
||||
</div>
|
||||
<div class="col-lg-4">
|
||||
<div class="main-sidebar">
|
||||
<div class="search-widget">
|
||||
<!-- <div class="search-widget">
|
||||
<form action="#">
|
||||
<input type="text" placeholder="Search">
|
||||
<button type="submit"><i class="fa-regular fa-magnifying-glass"></i></button>
|
||||
</form>
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="single-sidebar-widget">
|
||||
<div class="wid-title">
|
||||
<h3>Recent Post</h3>
|
||||
|
@ -21,7 +21,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<!-- News Details Section Start -->
|
||||
<section class="news-details-section fix section-padding">
|
||||
<section class="news-details-section fix padding-t-sm padding-b-md">
|
||||
<div class="container">
|
||||
<div class="news-details-wrapper">
|
||||
<div class="row g-5">
|
||||
@ -103,7 +103,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
<button type="submit" class="theme-btn">
|
||||
<button type="submit" class="theme-btn text-14 px-5">
|
||||
Submit Comment
|
||||
</button>
|
||||
</div>
|
||||
@ -113,12 +113,12 @@
|
||||
</div>
|
||||
<div class="col-lg-4">
|
||||
<div class="main-sidebar">
|
||||
<div class="search-widget">
|
||||
<!-- <div class="search-widget">
|
||||
<form action="#">
|
||||
<input type="text" placeholder="Search">
|
||||
<button type="submit"><i class="fa-regular fa-magnifying-glass"></i></button>
|
||||
</form>
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="single-sidebar-widget">
|
||||
<div class="wid-title">
|
||||
<h3>Recent Post</h3>
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
<!-- Car Rentals Section Start -->
|
||||
<!-- Car Rentals Section Start -->
|
||||
<section class="car-rentals-section-2 section-padding fix">
|
||||
<section class="car-rentals-section padding-t-sm padding-b-sm fix">
|
||||
<div class="container">
|
||||
<div class="section-title text-center">
|
||||
<img src="img/sub-icon.png" alt="icon-img" class="wow fadeInUp">
|
||||
|
@ -1,6 +1,11 @@
|
||||
<!--Testimonial Section Start -->
|
||||
<section class="testimonial-section-3 bg-cover section-padding fix" style="background-image: url('img/testimonial/bg-testimonial-home3.png');">
|
||||
<section class="testimonial-section-3 bg-cover padding-t-sm padding-b-sm fix" style="background-image: url('img/testimonial/bg-testimonial-home3.png');">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<h2 class="title">Our Customers Saying</h2>
|
||||
</div>
|
||||
</div>
|
||||
<div class="testimonial-wrapper-2">
|
||||
<div class="swiper testimonial-slider-3">
|
||||
<div class="swiper-wrapper">
|
||||
@ -8,6 +13,7 @@
|
||||
<div class="testimonial-single-items">
|
||||
<div class="testimonial-img bg-cover" style="background-image: url('img/person.jpg');"></div>
|
||||
<div class="testimonial-content">
|
||||
|
||||
<p>
|
||||
“I had an amazing trip with Puran Bohara from Bohara Car Rental. The driver was professional, the car was comfortable, and the experience was unforgettable!”
|
||||
|
||||
@ -16,9 +22,10 @@
|
||||
<h3 class="name">
|
||||
Umesh Pandey
|
||||
</h3>
|
||||
<div class="separator">.</div>
|
||||
|
||||
<span class="job">Founder & CEO of Motif Education Abroad (P) Ltd.</span>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -34,7 +41,7 @@
|
||||
Nawaraj Karkee
|
||||
|
||||
</h3>
|
||||
<div class="separator">.</div>
|
||||
|
||||
<span class="job">Customer</span>
|
||||
</div>
|
||||
</div>
|
||||
@ -51,7 +58,7 @@
|
||||
<h3 class="name">
|
||||
Shirley Smith
|
||||
</h3>
|
||||
<div class="separator">.</div>
|
||||
|
||||
<span class="job">Customer</span>
|
||||
</div>
|
||||
</div>
|
||||
@ -60,9 +67,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="client-img-items">
|
||||
<div class="client-img bg-cover" style="background-image: url('img/person.jpg');"></div>
|
||||
<div class="client-img bg-cover" style="background-image: url('img/person.jpg');"></div>
|
||||
<div class="client-img bg-cover" style="background-image: url('img/person.jpg');"></div>
|
||||
|
||||
<div class="array-button wow fadeInUp" data-wow-delay=".6s">
|
||||
<button class="array-prev"><i class="fa-solid fa-arrow-left-long"></i></button>
|
||||
<button class="array-next"><i class="fa-solid fa-arrow-right-long"></i></button>
|
||||
|
@ -1,53 +1,60 @@
|
||||
<!-- About Section Start -->
|
||||
<section class="about-section fix section-padding pt-0">
|
||||
<div class="container">
|
||||
<div class="about-wrapper">
|
||||
<div class="row g-4">
|
||||
<div class="col-lg-6">
|
||||
<div class="about-image-items">
|
||||
<div class="color-shape">
|
||||
<section class="about-section fix padding-t-md padding-b-sm ">
|
||||
<div class="container">
|
||||
<div class="about-wrapper">
|
||||
<div class="row g-4">
|
||||
<div class="col-lg-6">
|
||||
<div class="about-image-items">
|
||||
<!-- <div class="color-shape">
|
||||
<img src="img/about/secondary-shape-color-full.png" alt="shape-img">
|
||||
</div>
|
||||
<div class="car-shape wow fadeInUp" data-wow-delay=".7s">
|
||||
<img src="img/about/car-shape.png" alt="shape-img">
|
||||
</div>
|
||||
<div class="counter-content wow fadeInLeft" data-wow-delay=".4s">
|
||||
<h2 class="text-white"><span class="count">15</span></h2>
|
||||
<p class="text-white">
|
||||
Years of <br>
|
||||
Experience
|
||||
</p>
|
||||
</div>
|
||||
<div class="about-image-1 wow fadeInDown" data-wow-delay=".3s">
|
||||
<img src="img/about/01.jpg" alt="about-image">
|
||||
</div>
|
||||
<div class="about-image-2 wow fadeInLeft" data-wow-delay=".5s">
|
||||
<img src="img/about/02.jpg" alt="about-image">
|
||||
</div>
|
||||
</div>
|
||||
</div> -->
|
||||
<div class="car-shape wow fadeInUp" data-wow-delay=".7s">
|
||||
<img src="img/about/car-shape.png" alt="shape-img">
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
<div class="about-content">
|
||||
<div class="section-title">
|
||||
<img src="img/sub-icon.png" alt="icon-img" class="wow fadeInUp">
|
||||
<span class="wow fadeInUp" data-wow-delay=".2s">Get to know us</span>
|
||||
<h2 class="wow fadeInUp" data-wow-delay=".4s">
|
||||
Why Us?
|
||||
</h2>
|
||||
</div>
|
||||
<h4 class="mt-3 mt-md-0 wow fadeInUp" data-wow-delay=".3s">
|
||||
committed to providing our customers with exceptional service.
|
||||
</h4>
|
||||
<p class="wow fadeInUp" data-wow-delay=".5s">
|
||||
At Bohara Car Rental, we pride ourselves on being one of the most trusted car rental services in Nepal. With over 15 years of professional driving experience, we have built a reputation for reliability, comfort, and excellent customer service. Whether you're traveling for business or leisure, we aim to make your journey seamless, safe, and memorable.
|
||||
Our rental service comes with a dedicated, experienced driver who is highly skilled, also polite, patient, and knowledgeable about Nepal’s diverse landscapes and road conditions. From the bustling streets of Kathmandu to the serene beauty of Pokhara, we’ll take you wherever you need to go with ease and comfort.
|
||||
|
||||
</p>
|
||||
|
||||
<a href="about.php" class="theme-btn wow fadeInUp" data-wow-delay=".8s">Discover More</a>
|
||||
</div>
|
||||
<div class="counter-content wow fadeInLeft" data-wow-delay=".4s">
|
||||
<h2 class="text-white"><span class="count">15</span></h2>
|
||||
<p class="text-white">
|
||||
Years of <br>
|
||||
Experience
|
||||
</p>
|
||||
</div>
|
||||
<div class="about-image-1 wow fadeInDown" data-wow-delay=".3s">
|
||||
<img src="img/about/01.jpg" alt="about-image">
|
||||
</div>
|
||||
<div class="about-image-2 wow fadeInLeft" data-wow-delay=".5s">
|
||||
<img src="img/about/02.jpg" alt="about-image">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
<div class="about-content">
|
||||
<div class="section-title">
|
||||
<img src="img/sub-icon.png" alt="icon-img" class="wow fadeInUp">
|
||||
<span class="wow fadeInUp" data-wow-delay=".2s">Get to know us</span>
|
||||
<h2 class="wow fadeInUp" data-wow-delay=".4s">
|
||||
Why Us?
|
||||
</h2>
|
||||
</div>
|
||||
<h4 class="mt-3 mt-md-0 wow fadeInUp" data-wow-delay=".3s">
|
||||
committed to providing our customers with exceptional service.
|
||||
</h4>
|
||||
<p class="wow fadeInUp pb-15" data-wow-delay=".5s">
|
||||
At Bohara Car Rental, we pride ourselves on being one of the most trusted car rental
|
||||
services in Nepal. With over 15 years of professional driving experience, we have built a
|
||||
reputation for reliability, comfort, and excellent customer service. Whether you're
|
||||
traveling for business or leisure, we aim to make your journey seamless, safe, and
|
||||
memorable.
|
||||
Our rental service comes with a dedicated, experienced driver who is highly skilled, also
|
||||
polite, patient, and knowledgeable about Nepal’s diverse landscapes and road conditions.
|
||||
From the bustling streets of Kathmandu to the serene beauty of Pokhara, we’ll take you
|
||||
wherever you need to go with ease and comfort.
|
||||
|
||||
</p>
|
||||
|
||||
<a href="about.php" class="theme-btn wow fadeInUp" data-wow-delay=".8s">Discover More</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
@ -1,5 +1,5 @@
|
||||
<!-- How Works Section Start -->
|
||||
<section class="how-works-section fix section-padding pt-0">
|
||||
<section class="how-works-section fix section-padding padding-t-md padding-b-sm ">
|
||||
<div class="container">
|
||||
<div class="section-title text-center">
|
||||
<img src="img/sub-icon.png" alt="img" class="wow fadeInUp">
|
||||
|
@ -1,9 +1,10 @@
|
||||
<section class="our-services section section-padding">
|
||||
<section class="our-services section padding-t-md padding-b-sm">
|
||||
<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=" row services-list">
|
||||
<div class="col-lg-4 col-md-6 pt-35">
|
||||
<div class="service-item" data-animation="fadeIn" data-delay="0.4s">
|
||||
<div class="service-icon">
|
||||
<i class="fa-solid fa-city"></i>
|
||||
@ -11,6 +12,9 @@
|
||||
<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>
|
||||
<div class="col-lg-4 col-md-6 pt-35">
|
||||
<div class="service-item" data-animation="fadeIn" data-delay="0.6s">
|
||||
<div class="service-icon">
|
||||
<i class="fa-solid fa-plane"></i>
|
||||
@ -18,6 +22,8 @@
|
||||
<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>
|
||||
<div class="col-lg-4 col-md-6 pt-35">
|
||||
<div class="service-item" data-animation="fadeIn" data-delay="0.8s">
|
||||
<div class="service-icon">
|
||||
<i class="fa-solid fa-mountain"></i>
|
||||
@ -25,6 +31,8 @@
|
||||
<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>
|
||||
<div class="col-lg-4 col-md-6 pt-35">
|
||||
<div class="service-item" data-animation="fadeIn" data-delay="1.0s">
|
||||
<div class="service-icon">
|
||||
<i class="fa-solid fa-briefcase"></i>
|
||||
@ -32,6 +40,8 @@
|
||||
<h3>Business Travel</h3>
|
||||
<p>Professional, punctual, and comfortable transportation for corporate clients.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-4 col-md-6 pt-35">
|
||||
<div class="service-item" data-animation="fadeIn" data-delay="1.2s">
|
||||
<div class="service-icon">
|
||||
<i class="fa-solid fa-route"></i>
|
||||
@ -39,6 +49,7 @@
|
||||
<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>
|
||||
</div>
|
||||
</section>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<section class="search-booking-section section-padding">
|
||||
<div class="container">
|
||||
<div class="search-booking-wrapper">
|
||||
<div class="search-booking-wrapper padding-t-sm padding-b-md">
|
||||
<div class="row g-5 align-items-center">
|
||||
<!-- Text Content Section -->
|
||||
<div class="col-xl-6 col-lg-6">
|
||||
|
@ -1,5 +1,5 @@
|
||||
<!-- Services start -->
|
||||
<section id="services" class="container">
|
||||
<section id="services" class="container padding-t-md padding-b-md">
|
||||
<div class="row">
|
||||
<div class="col-md-12 title">
|
||||
<h2>Customer Services</h2>
|
||||
|
@ -1,88 +1,102 @@
|
||||
<!--<< Faq Section Start >>-->
|
||||
<section class="faq-section-2 fix section-padding">
|
||||
<div class="container">
|
||||
<div class="row g-5">
|
||||
<div class="col-lg-4">
|
||||
<!--<< Faq Section Start >>-->
|
||||
<section class="faq-section-2 fix padding-t-md padding-b-sm">
|
||||
<div class="container">
|
||||
<div class="row g-5">
|
||||
<div class="col-lg-4">
|
||||
<!-- FAQ Sidebar with Tall Transparent PNG -->
|
||||
<div class="faq-sidebar">
|
||||
<img src="img/manchoose.png" alt="Choose Us" class="custom-img" style="margin-left: -20px;">
|
||||
<img src="img/manchoose.png" alt="Choose Us" class="custom-img" style="margin-left: -20px;">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-8">
|
||||
<div class="faq-content">
|
||||
<div class="section-title">
|
||||
<img src="img/sub-icon.png" alt="icon-img" class="wow fadeInUp">
|
||||
<span class="wow fadeInUp" data-wow-delay=".2s">Our Benefits</span>
|
||||
<h2 class="wow fadeInUp" data-wow-delay=".4s">
|
||||
Why Choose Us?
|
||||
</h2>
|
||||
</div>
|
||||
<div class="faq-accordion mt-4 mt-md-0">
|
||||
<div class="accordion" id="accordion">
|
||||
<div class="accordion-item mb-4 wow fadeInUp" data-wow-delay=".3s">
|
||||
<h5 class="accordion-header">
|
||||
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#faq1" aria-expanded="true" aria-controls="faq1">
|
||||
Professional Drivers
|
||||
</button>
|
||||
</h5>
|
||||
<div id="faq1" class="accordion-collapse collapse" data-bs-parent="#accordion">
|
||||
<div class="accordion-body">
|
||||
Our drivers are experienced, soft-spoken, and well-trained to ensure your safety and comfort on every journey. With in-depth knowledge of Nepal’s roads, we navigate everything from rough terrains to smooth highways with expertise.
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-8">
|
||||
<div class="faq-content">
|
||||
<div class="section-title">
|
||||
<img src="img/sub-icon.png" alt="icon-img" class="wow fadeInUp">
|
||||
<span class="wow fadeInUp" data-wow-delay=".2s">Our Benefits</span>
|
||||
<h2 class="wow fadeInUp" data-wow-delay=".4s">
|
||||
Why Choose Us?
|
||||
</h2>
|
||||
</div>
|
||||
<div class="faq-accordion mt-4 mt-md-0">
|
||||
<div class="accordion" id="accordion">
|
||||
<div class="accordion-item mb-4 wow fadeInUp" data-wow-delay=".3s">
|
||||
<h5 class="accordion-header">
|
||||
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
|
||||
data-bs-target="#faq1" aria-expanded="true" aria-controls="faq1">
|
||||
Professional Drivers
|
||||
</button>
|
||||
</h5>
|
||||
<div id="faq1" class="accordion-collapse collapse" data-bs-parent="#accordion">
|
||||
<div class="accordion-body">
|
||||
Our drivers are experienced, soft-spoken, and well-trained to ensure your safety
|
||||
and comfort on every journey. With in-depth knowledge of Nepal’s roads, we
|
||||
navigate everything from rough terrains to smooth highways with expertise.
|
||||
</div>
|
||||
<div class="accordion-item mb-4 wow fadeInUp" data-wow-delay=".5s">
|
||||
<h5 class="accordion-header">
|
||||
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#faq2" aria-expanded="false" aria-controls="faq2">
|
||||
Wide Range of Vehicles
|
||||
</button>
|
||||
</h5>
|
||||
<div id="faq2" class="accordion-collapse show" data-bs-parent="#accordion">
|
||||
<div class="accordion-body">
|
||||
Whether you need a compact car for a small group or a spacious SUV for family trips, our fleet is equipped to cater to all your travel needs. Each vehicle is well-maintained, clean, and comfortable for a hassle-free ride.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="accordion-item wow mb-4 fadeInUp" data-wow-delay=".7s">
|
||||
<h5 class="accordion-header">
|
||||
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#faq3" aria-expanded="false" aria-controls="faq3">
|
||||
Personalized Travel Experience
|
||||
</button>
|
||||
</h5>
|
||||
<div id="faq3" class="accordion-collapse collapse" data-bs-parent="#accordion">
|
||||
<div class="accordion-body">
|
||||
We believe in tailoring our services to meet your unique needs. Whether you’re on a short city trip, a business tour, or a multi-day adventure exploring Nepal’s majestic landscapes, our team is ready to assist you.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="accordion-item mb-4 wow fadeInUp" data-wow-delay=".3s">
|
||||
<h5 class="accordion-header">
|
||||
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#faq4" aria-expanded="true" aria-controls="faq4">
|
||||
Affordable and Transparent Pricing
|
||||
</button>
|
||||
</h5>
|
||||
<div id="faq4" class="accordion-collapse collapse" data-bs-parent="#accordion">
|
||||
<div class="accordion-body">
|
||||
Enjoy competitive rates with no hidden charges. Our pricing structure is clear and budget-friendly, ensuring you get the best value for your money.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="accordion-item wow mb-4 fadeInUp" data-wow-delay=".7s">
|
||||
<h5 class="accordion-header">
|
||||
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#faq6" aria-expanded="false" aria-controls="faq6">
|
||||
Unforgettable Experiences
|
||||
</button>
|
||||
</h5>
|
||||
<div id="faq6" class="accordion-collapse collapse" data-bs-parent="#accordion">
|
||||
<div class="accordion-body">
|
||||
Our mission is to not just get you to your destination but to make your journey enjoyable. With us, you’ll gain more than transportation—you’ll take home lasting memories of Nepal’s beauty and hospitality.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="accordion-item mb-4 wow fadeInUp" data-wow-delay=".5s">
|
||||
<h5 class="accordion-header">
|
||||
<button class="accordion-button" type="button" data-bs-toggle="collapse"
|
||||
data-bs-target="#faq2" aria-expanded="false" aria-controls="faq2">
|
||||
Wide Range of Vehicles
|
||||
</button>
|
||||
</h5>
|
||||
<div id="faq2" class="accordion-collapse show" data-bs-parent="#accordion">
|
||||
<div class="accordion-body">
|
||||
Whether you need a compact car for a small group or a spacious SUV for family
|
||||
trips, our fleet is equipped to cater to all your travel needs. Each vehicle is
|
||||
well-maintained, clean, and comfortable for a hassle-free ride.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="accordion-item wow mb-4 fadeInUp" data-wow-delay=".7s">
|
||||
<h5 class="accordion-header">
|
||||
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
|
||||
data-bs-target="#faq3" aria-expanded="false" aria-controls="faq3">
|
||||
Personalized Travel Experience
|
||||
</button>
|
||||
</h5>
|
||||
<div id="faq3" class="accordion-collapse collapse" data-bs-parent="#accordion">
|
||||
<div class="accordion-body">
|
||||
We believe in tailoring our services to meet your unique needs. Whether you’re
|
||||
on a short city trip, a business tour, or a multi-day adventure exploring
|
||||
Nepal’s majestic landscapes, our team is ready to assist you.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="accordion-item mb-4 wow fadeInUp" data-wow-delay=".3s">
|
||||
<h5 class="accordion-header">
|
||||
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
|
||||
data-bs-target="#faq4" aria-expanded="true" aria-controls="faq4">
|
||||
Affordable and Transparent Pricing
|
||||
</button>
|
||||
</h5>
|
||||
<div id="faq4" class="accordion-collapse collapse" data-bs-parent="#accordion">
|
||||
<div class="accordion-body">
|
||||
Enjoy competitive rates with no hidden charges. Our pricing structure is clear
|
||||
and budget-friendly, ensuring you get the best value for your money.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="accordion-item wow mb-4 fadeInUp" data-wow-delay=".7s">
|
||||
<h5 class="accordion-header">
|
||||
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
|
||||
data-bs-target="#faq6" aria-expanded="false" aria-controls="faq6">
|
||||
Unforgettable Experiences
|
||||
</button>
|
||||
</h5>
|
||||
<div id="faq6" class="accordion-collapse collapse" data-bs-parent="#accordion">
|
||||
<div class="accordion-body">
|
||||
Our mission is to not just get you to your destination but to make your journey
|
||||
enjoyable. With us, you’ll gain more than transportation—you’ll take home
|
||||
lasting memories of Nepal’s beauty and hospitality.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</div>
|
||||
</section>
|
Loading…
x
Reference in New Issue
Block a user