Bohora-rental/footer.php
subashGamer21 02a8627f87 send email
2025-01-16 14:49:19 +05:45

119 lines
5.4 KiB
PHP

<!-- Cta Cheap Rental Section Start -->
<section class="cta-cheap-rental-section">
<div class="container">
<div class="cta-cheap-rental">
<div class="cta-cheap-rental-left wow fadeInUp" data-wow-delay="
.3s">
<div class="logo">
<a href="index.php" class="header-logo">
<img src="img/bohora-logo.png" alt="logo-img">
</a>
</div>
<h4 class="text-white">Save big with our cheap car rental</h4>
</div>
<div class="social-icon d-flex align-items-center wow fadeInUp" data-wow-delay="
.5s">
<a href="index.php#"><i class="fab fa-facebook-f"></i></a>
<a href="index.php#"><i class="fa-brands fa-instagram"></i></a>
<a href="index.php#"><i class="fa-brands fa-whatsapp"></i></a>
</div>
</div>
</div>
</section>
<!-- Footer Section Start -->
<footer class="footer-section" style="background: #2d2d2d; color: #fff; padding: 50px 0; 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>
<p>Kathmandu, Nepal</p>
<ul style="list-style: none; padding: 0;">
<li style="margin: 10px 0;">
<i class="fa-regular fa-envelope" style="margin-right: 10px; color: #f39c12;"></i>
<a href="mailto:info@boharacarrental.com" style="color: #fff; text-decoration: none;">info@boharacarrental.com</a>
</li>
<li style="margin: 10px 0;">
<i class="fa-solid fa-phone-volume" style="margin-right: 10px; color: #f39c12;"></i>
<a href="tel:+9779801136594" style="color: #fff; text-decoration: none;">+977 980-1136594</a>
</li>
</ul>
</div>
</div>
<!-- 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>
<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>
</li>
<li style="margin: 10px 0;">
<a href="car-grid.php" style="color: #fff; text-decoration: none;">Cars</a>
</li>
<li style="margin: 10px 0;">
<a href="gallery.php" style="color: #fff; text-decoration: none;">Gallery</a>
</li>
<li style="margin: 10px 0;">
<a href="contact.php" style="color: #fff; text-decoration: none;">Contact</a>
</li>
</ul>
</div>
<!-- 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>
<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"
style="width: 100%; height: 100%; border: 0;"
allowfullscreen=""
loading="lazy">
</iframe>
</div>
</div>
</div>
</div>
<div class="footer-bottom" style="border-top: 1px solid #444; padding-top: 20px; text-align: center;">
<p style="margin: 0; font-size: 14px;">&copy; Copyright 2024 by
<a href="index.php" style="color: #f39c12; text-decoration: none;">BohoraCarRental.com</a>
</p>
</div>
</div>
</footer>
<!-- <script src="js/custom.js"></script> -->
<!--<< All JS Plugins >>-->
<script src="js/jquery-3.7.1.min.js"></script>
<!--<< Viewport Js >>-->
<script src="js/viewport.jquery.js"></script>
<!--<< Bootstrap Js >>-->
<script src="js/bootstrap.bundle.min.js"></script>
<!--<< Nice Select Js >>-->
<script src="js/jquery.nice-select.min.js"></script>
<!--<< Waypoints Js >>-->
<script src="js/jquery.waypoints.js"></script>
<!--<< Counterup Js >>-->
<script src="js/jquery.counterup.min.js"></script>
<!--<< Datepicker Js >>-->
<script src="js/bootstrap-datepicker.js"></script>
<!--<< Swiper Slider Js >>-->
<script src="js/swiper-bundle.min.js"></script>
<!--<< MeanMenu Js >>-->
<script src="js/jquery.meanmenu.min.js"></script>
<!--<< Magnific Popup Js >>-->
<script src="js/jquery.magnific-popup.min.js"></script>
<!--<< GSAP Animation Js >>-->
<script src="js/animation.js"></script>
<!--<< Wow Animation Js >>-->
<script src="js/wow.min.js"></script>
<!--<< Main.js >>-->
<script src="js/main.js"></script>
</body>
</html>