BLACKSITE
:
216.73.216.251
:
172.93.223.125 / geeteetravels.com
:
Linux ubuntu 5.15.0-179-generic #189-Ubuntu SMP Tue May 5 18:20:56 UTC 2026 x86_64
:
/
home
/
geeteetravels
/
public_html
/
includes
/
Upload File:
files >> /home/geeteetravels/public_html/includes/footer.php
<!-- Footer Section --> <footer class="footer-section"> <div class="footer-container"> <div class="footer-grid"> <!-- Column 1: Brand Info (Left) --> <div class="footer-col footer-brand"> <div class="footer-logo"> <a href="index.php"> <img src="images/Footer_Logo1.png" alt="Geetee Travels - Premium Car Rental Service" width="220" height="70"> </a> </div> <div class="footer-about"> <p>We are committed to providing top-notch car rental services tailored to meet the diverse needs of our customers. Whether you're an individual or a traveler, our well-maintained fleet ensures a reliable and comfortable experience.</p> </div> </div> <!-- Column 2: Information (Center) --> <div class="footer-col footer-information"> <h3 class="footer-heading">INFORMATION</h3> <ul class="footer-links"> <li><a href="index.php">Home</a></li> <li><a href="about.php">About Us</a></li> <li><a href="services.php">Services</a></li> <li><a href="termscon.php">Terms & Conditions</a></li> <li><a href="policy.php">Privacy Policy</a></li> <li><a href="cancellation.php">Cancellation Policy</a></li> <li><a href="enquir.php">Book a Ride</a></li> </ul> </div> <!-- Column 3: Contact Us (Right) --> <div class="footer-col footer-contact"> <h3 class="footer-heading">CONTACT US</h3> <div class="contact-details"> <div class="contact-item"> <i class="fa fa-map-marker"></i> <span>5th floor, Aditya Heritage, Near Jeena House, Om Nagar, Andheri East, Mumbai–400099, India.</span> </div> <div class="contact-item"> <i class="fa fa-phone"></i> <span>+91 9930067222</span> </div> <div class="contact-item"> <i class="fa fa-envelope"></i> <a href="mailto:info@geeteetravels.com">info@geeteetravels.com</a> </div> </div> <div class="footer-social"> <a href="https://www.facebook.com/geeteeonline" target="_blank" class="social-icon facebook" aria-label="Facebook"><i class="fa fa-facebook"></i></a> <a href="https://www.instagram.com/geeteetravels/" target="_blank" class="social-icon instagram" aria-label="Instagram"><i class="fa fa-instagram"></i></a> <a href="https://www.linkedin.com/in/geeteetravel" target="_blank" class="social-icon linkedin" aria-label="LinkedIn"><i class="fa fa-linkedin"></i></a> <a href="https://web.whatsapp.com/send?phone=+919930067222" target="_blank" class="social-icon whatsapp" aria-label="WhatsApp"><i class="fa fa-whatsapp"></i></a> </div> </div> </div> </div> <div class="footer-bottom"> <div class="footer-container"> <p>© <?php echo date('Y'); ?> Geetee Travels. All Rights Reserved. | Premium Car Rental & Travel Services</p> </div> </div> </footer> <!-- Start of OpenWidget (www.openwidget.com) code --> <script> window.__ow = window.__ow || {}; window.__ow.organizationId = "34c6d6ae-71fd-4885-9cfe-ec9055f4dc24"; window.__ow.integration_name = "manual_settings"; window.__ow.product_name = "openwidget"; ;(function(n,t,c){function i(n){return e._h?e._h.apply(null,n):e._q.push(n)}var e={_q:[],_h:null,_v:"2.0",on:function(){i(["on",c.call(arguments)])},once:function(){i(["once",c.call(arguments)])},off:function(){i(["off",c.call(arguments)])},get:function(){if(!e._h)throw new Error("[OpenWidget] You can't use getters before load.");return i(["get",c.call(arguments)])},call:function(){i(["call",c.call(arguments)])},init:function(){var n=t.createElement("script");n.async=!0,n.type="text/javascript",n.src="https://cdn.openwidget.com/openwidget.js",t.head.appendChild(n)}};!n.__ow.asyncInit&&e.init(),n.OpenWidget=n.OpenWidget||e}(window,document,[].slice)) </script> <noscript>You need to <a href="https://www.openwidget.com/enable-javascript" rel="noopener nofollow">enable JavaScript</a> to use the communication tool powered by <a href="https://www.openwidget.com/" rel="noopener nofollow" target="_blank">OpenWidget</a></noscript> <!-- End of OpenWidget code --> <!-- //footer --> <!-- js --> <!-- //js --> <!--search-bar--> <script src="js/main.js"></script> <!--//search-bar--> <!-- stats --> <script src="js/jquery.waypoints.min.js"></script> <script src="js/jquery.countup.js"></script> <script> $('.counter').countUp(); </script> <!-- //stats --> <script src="js/responsiveslides.min.js"></script> <script> $(function () { $("#slider4").responsiveSlides({ auto: true, pager: true, nav: false, speed: 1000, namespace: "callbacks", before: function () { $('.events').append("<li>before event fired.</li>"); }, after: function () { $('.events').append("<li>after event fired.</li>"); } }); }); </script> <!-- script for responsive tabs --> <script src="js/easy-responsive-tabs.js"></script> <script> $(document).ready(function () { $('#horizontalTab').easyResponsiveTabs({ type: 'default', //Types: default, vertical, accordion width: 'auto', //auto or any width like 600px fit: true, // 100% fit in a container closed: 'accordion', // Start closed if in accordion view activate: function (event) { // Callback function if tab is switched var $tab = $(this); var $info = $('#tabInfo'); var $name = $('span', $info); $name.text($tab.text()); $info.show(); } }); $('#verticalTab').easyResponsiveTabs({ type: 'vertical', width: 'auto', fit: true }); }); </script> <!--// script for responsive tabs --> <!-- start-smoth-scrolling --> <script type="text/javascript" src="js/move-top.js"></script> <script type="text/javascript" src="js/easing.js"></script> <script type="text/javascript"> jQuery(document).ready(function ($) { $(".scroll").click(function (event) { event.preventDefault(); $('html,body').animate({ scrollTop: $(this.hash).offset().top }, 900); }); }); </script> <!-- start-smoth-scrolling --> <!-- Modern Back-to-Top CTA --> <script type="text/javascript"> $(document).ready(function () { // Footer Accordion Toggle for Mobile $('.footer-heading').on('click', function() { if ($(window).width() <= 768) { $(this).toggleClass('active'); console.log('Accordion toggled'); // Debugging } }); // Back to Top functionality (Safety check) const btt = document.getElementById('backToTop'); if (btt) { const circle = btt.querySelector('circle'); const radius = circle.r.baseVal.value; const circumference = radius * 2 * Math.PI; circle.style.strokeDasharray = `${circumference} ${circumference}`; circle.style.strokeDashoffset = circumference; window.addEventListener('scroll', () => { // Show/Hide if (window.pageYOffset > 300) { btt.classList.add('show'); } else { btt.classList.remove('show'); } // Progress calculation const scrollHeight = document.documentElement.scrollHeight - window.innerHeight; const progress = window.pageYOffset / scrollHeight; const offset = circumference - (progress * circumference); circle.style.strokeDashoffset = offset; }); btt.addEventListener('click', () => { window.scrollTo({ top: 0, behavior: 'smooth' }); }); } }); </script> <script type="text/javascript" src="js/bootstrap-3.1.1.min.js"></script> </body> </html>