Server : LiteSpeed System : Linux in-mum-web1949.main-hosting.eu 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64 User : u595547767 ( 595547767) PHP Version : 7.4.33 Disable Function : NONE Directory : /home/u595547767/domains/junglebookholidays.in/public_html/ |
<?php
include_once('admin/connect.php');
session_start();
$id=session_id();
$_SESSION['sessionid']=$id;
include ('header.php');
?>
<head>
<style type="text/css">
.hero-carousel {
position: relative;
max-width: 100%;
overflow: hidden;
}
.carousel-slides {
display: flex;
transition: transform 0.5s ease;
}
.slide {
min-width: 100%;
box-sizing: border-box;
}
.slide img {
width: 100%;
height: auto;
}
.caption {
position: absolute;
bottom: 20px;
left: 20px;
color: white;
background-color: rgba(0, 0, 0, 0.5);
padding: 10px;
}
button {
position: absolute;
top: 50%;
transform: translateY(-50%);
background-color: transparent;
border: none;
font-size: 25px;
cursor: pointer;
color:#c3bfbf;
padding: 10px;
}
.prev {
left: 10px;
}
.next {
right: 10px;
}
</style>
</head>
<!-- Navbar & Hero Start -->
<div class="container-fluid position-relative p-0">
<nav class="navbar navbar-expand-lg navbar-light px-4 px-lg-5 py-3 py-lg-0">
<a href="" class="navbar-brand p-0">
<!-- <h1 class="text-primary m-0"><i class="fa fa-map-marker-alt me-3"></i>Tourist</h1> -->
<img src="img/logo1.png" alt="Logo">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse">
<span class="fa fa-bars"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<div class="navbar-nav ms-auto py-0">
<a href="index.php" class="nav-item nav-link active">Home</a>
<a href="about.php" class="nav-item nav-link">About</a>
<a href="service.php" class="nav-item nav-link">Services</a>
<!--<a href="package.php" class="nav-item nav-link">Packages</a>-->
<a href="gallery.php" class="nav-item nav-link">Gallery</a>
<!-- <div class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-bs-toggle="dropdown">Pages</a>
<div class="dropdown-menu m-0">
<a href="destination.php" class="dropdown-item">Destination</a>
<a href="team.php" class="dropdown-item">Travel Guides</a>
<a href="testimonial.php" class="dropdown-item">Testimonial</a>
<a href="404.php" class="dropdown-item">404 Page</a>
</div>
</div> -->
<a href="contact.php" class="nav-item nav-link">Contact</a>
</div>
<a href="booking.php" class="btn btn-primary rounded-pill py-2 px-4">Booking</a>
</div>
</nav>
<!-- <div class="container-fluid bg-primary py-5 mb-5 hero-header">
<div class="container py-5">
<div class="row justify-content-center py-5">
<div class="col-lg-10 pt-lg-5 mt-lg-5 text-center">
<h1 class="display-3 text-white mb-3 animated slideInDown">Enjoy Your Vacation With Us</h1>
<p class="fs-4 text-white mb-4 animated slideInDown">Tempor erat elitr rebum at clita diam amet diam et eos erat ipsum lorem sit</p>
<div class="position-relative w-75 mx-auto animated slideInDown">
<input class="form-control border-0 rounded-pill w-100 py-3 ps-4 pe-5" type="text" placeholder="Eg: Thailand">
<button type="button" class="btn btn-primary rounded-pill py-2 px-4 position-absolute top-0 end-0 me-2" style="margin-top: 7px;">Search</button>
</div>
</div>
</div>
</div>
</div> -->
<div class="hero-carousel">
<div class="carousel-slides">
<?php
$selresult = mysqli_query($con,"SELECT * FROM tbl_banners ORDER BY banner_id ASC");
$i=1;
while($row = mysqli_fetch_array($selresult)) {
?>
<div class="slide active">
<img src="admin/<?php echo $row['banner_image']; ?>" alt="Hero Image 1">
<!-- <div class="caption">Caption for Image 1</div> -->
</div>
<?php
$i++;
}
?>
</div>
<button class="prev" onclick="changeSlide(-1)">❮</button>
<button class="next" onclick="changeSlide(1)">❯</button>
</div>
</div>
<!-- Navbar & Hero End -->
<!-- About Start -->
<div class="container-xxl py-5">
<div class="container">
<div class="row g-5">
<div class="col-lg-6 wow fadeInUp" data-wow-delay="0.1s" style="min-height: 400px;">
<div class="position-relative h-100">
<img class="img-fluid position-absolute w-100 h-100" src="img/about.jpeg" alt="" style="object-fit: cover;">
</div>
</div>
<div class="col-lg-6 wow fadeInUp" data-wow-delay="0.3s">
<h6 class="section-title bg-white text-start text-primary pe-3">About Us</h6>
<h1 class="mb-4">Welcome to <span class="text-primary">Jungle Book Holidays!</span></h1>
<p class="mb-4">At Jungle Book Holidays, we believe that every journey should be as memorable as the destination. With over a decade of experience in the travel industry, we specialize in providing a comprehensive range of reliable and affordable services tailored to your needs. From taxi and travel services to flight and train ticket booking, houseboat rentals, hotel reservations, vehicle insurance and tax, we have everything you need for a seamless travel experience.</p>
<div class="row gy-2 gx-4 mb-4">
<div class="col-sm-6">
<p class="mb-0"><i class="fa fa-arrow-right text-primary me-2"></i>Safe Journey</p>
</div>
<div class="col-sm-6">
<p class="mb-0"><i class="fa fa-arrow-right text-primary me-2"></i>24/7 Service</p>
</div>
</div>
<a class="btn btn-primary py-3 px-5 mt-2" href="about.php">Read More</a>
</div>
</div>
</div>
</div>
<!-- About End -->
<!-- Process Start -->
<div class="container-xxl py-5">
<div class="container">
<div class="text-center pb-4 wow fadeInUp" data-wow-delay="0.1s">
<h6 class="section-title bg-white text-center text-primary px-3">Jungle Book Holidays</h6>
<h1 class="mb-5">Why Choose Us?</h1>
</div>
<div class="row gy-5 gx-4 justify-content-center">
<div class="col-lg-4 col-sm-6 text-center pt-4 wow fadeInUp" data-wow-delay="0.1s">
<div class="position-relative border border-primary pt-5 pb-4 px-4">
<div class="d-inline-flex align-items-center justify-content-center bg-primary rounded-circle position-absolute top-0 start-50 translate-middle shadow" style="width: 100px; height: 100px;">
<i class="fa fa-globe fa-3x text-white"></i>
</div>
<h5 class="mt-4">Diverse Fleet</h5>
<hr class="w-25 mx-auto bg-primary mb-1">
<hr class="w-50 mx-auto bg-primary mt-0">
<p class="mb-0">From luxury cars to spacious buses, our wide range of vehicles caters to all group sizes and preferences.</p>
</div>
</div>
<div class="col-lg-4 col-sm-6 text-center pt-4 wow fadeInUp" data-wow-delay="0.3s">
<div class="position-relative border border-primary pt-5 pb-4 px-4">
<div class="d-inline-flex align-items-center justify-content-center bg-primary rounded-circle position-absolute top-0 start-50 translate-middle shadow" style="width: 100px; height: 100px;">
<i class="fa fa-dollar-sign fa-3x text-white"></i>
</div>
<h5 class="mt-4">Comprehensive Services</h5>
<hr class="w-25 mx-auto bg-primary mb-1">
<hr class="w-50 mx-auto bg-primary mt-0">
<p class="mb-0">We offer everything from transportation and ticket bookings to houseboat rentals and hotel arrangements, making us your one-stop travel solution.</p>
</div>
</div>
<div class="col-lg-4 col-sm-6 text-center pt-4 wow fadeInUp" data-wow-delay="0.1s">
<div class="position-relative border border-primary pt-5 pb-4 px-4">
<div class="d-inline-flex align-items-center justify-content-center bg-primary rounded-circle position-absolute top-0 start-50 translate-middle shadow" style="width: 100px; height: 100px;">
<i class="fa fa-globe fa-3x text-white"></i>
</div>
<h5 class="mt-4">Professional Drivers</h5>
<hr class="w-25 mx-auto bg-primary mb-1">
<hr class="w-50 mx-auto bg-primary mt-0">
<p class="mb-0">: Our team of experienced drivers prioritizes your safety and comfort, providing exceptional service with a smile.</p>
</div>
</div>
<div class="col-lg-4 col-sm-6 text-center pt-4 wow fadeInUp" data-wow-delay="0.3s">
<div class="position-relative border border-primary pt-5 pb-4 px-4">
<div class="d-inline-flex align-items-center justify-content-center bg-primary rounded-circle position-absolute top-0 start-50 translate-middle shadow" style="width: 100px; height: 100px;">
<i class="fa fa-dollar-sign fa-3x text-white"></i>
</div>
<h5 class="mt-4">Flexible Booking</h5>
<hr class="w-25 mx-auto bg-primary mb-1">
<hr class="w-50 mx-auto bg-primary mt-0">
<p class="mb-0">We offer easy booking options and flexible payment methods for your convenience.</p>
</div>
</div>
<div class="col-lg-4 col-sm-6 text-center pt-4 wow fadeInUp" data-wow-delay="0.5s">
<div class="position-relative border border-primary pt-5 pb-4 px-4">
<div class="d-inline-flex align-items-center justify-content-center bg-primary rounded-circle position-absolute top-0 start-50 translate-middle shadow" style="width: 100px; height: 100px;">
<i class="fa fa-th fa-3x text-white"></i>
</div>
<h5 class="mt-4">Affordable Rates</h5>
<hr class="w-25 mx-auto bg-primary mb-1">
<hr class="w-50 mx-auto bg-primary mt-0">
<p class="mb-0">We believe in offering reasonable prices without compromising on quality. Get the best value for your money with Jungle Book Holidays</p>
</div>
</div>
<div class="col-lg-4 col-sm-6 text-center pt-4 wow fadeInUp" data-wow-delay="0.5s">
<div class="position-relative border border-primary pt-5 pb-4 px-4">
<div class="d-inline-flex align-items-center justify-content-center bg-primary rounded-circle position-absolute top-0 start-50 translate-middle shadow" style="width: 100px; height: 100px;">
<i class="fa fa-user fa-3x text-white"></i>
</div>
<h5 class="mt-4">Customer Satisfaction</h5>
<hr class="w-25 mx-auto bg-primary mb-1">
<hr class="w-50 mx-auto bg-primary mt-0">
<p class="mb-0">Our excellent customer feedback speaks volumes about our commitment to service. We prioritize your comfort and convenience every step of the way.</p>
</div>
</div>
<div class="col-lg-4 col-sm-6 text-center pt-4 wow fadeInUp" data-wow-delay="0.5s">
<div class="position-relative border border-primary pt-5 pb-4 px-4">
<div class="d-inline-flex align-items-center justify-content-center bg-primary rounded-circle position-absolute top-0 start-50 translate-middle shadow" style="width: 100px; height: 100px;">
<i class="fa fa-plane fa-3x text-white"></i>
</div>
<h5 class="mt-4">Safety First</h5>
<hr class="w-25 mx-auto bg-primary mb-1">
<hr class="w-50 mx-auto bg-primary mt-0">
<p class="mb-0">Your safety is our top priority. Our vehicles are well-maintained and equipped with the latest safety features, and our drivers are trained to follow all safety protocols.</p>
</div>
</div>
</div>
</div>
</div>
<!-- Process Start -->
<!-- Booking Start -->
<div class="container-fluid py-5 wow fadeInUp bookcontainer" data-wow-delay="0.1s" >
<div class="container">
<div class="booking p-5">
<div class="row g-5 align-items-center">
<div class="col-md-6 text-white">
<!-- <h6 class="text-white text-uppercase"></h6> -->
<h1 class="text-white mb-4">Join Us on Your Next Adventure</h1>
<p class="mb-4">Whether you're a solo traveller, a family on vacation, or a business professional, Jungle Book Holidays is here to make your journey unforgettable. Let us handle the logistics while you focus on creating beautiful memories. </p>
<p class="mb-4">Explore our services and book your ride today. Experience travel the Jungle Book way—where every ride tells a story!</p>
<!-- <a class="btn btn-outline-light py-3 px-5 mt-2" href="">Read More</a> -->
</div>
<div class="col-md-6">
<h1 class="text-white mb-4">Book A Tour</h1>
<form name="BookForm" id="BookForm" method="post" action="bookForm.php">
<div class="row g-3">
<div class="col-md-6">
<div class="form-floating">
<input type="text" class="form-control bg-transparent" id="name" name="name" placeholder="Your Name"required>
<label for="name">Your Name</label>
</div>
</div>
<div class="col-md-6">
<div class="form-floating">
<input type="email" class="form-control bg-transparent" id="email" name="email" placeholder="Your Email" required>
<label for="email">Your Email</label>
</div>
</div>
<div class="col-md-6">
<div class="form-floating">
<input type="text" class="form-control bg-transparent" id="phone" name="phone" placeholder="Your Phone" required>
<label for="phone">Your Phone</label>
</div>
</div>
<div class="col-md-6">
<div class="form-floating">
<input type="date" class="form-control bg-transparent" id="datetime" name="datetime" placeholder="Date & Time" required />
<label for="datetime">Date & Time</label>
</div>
</div>
<div class="col-md-12">
<div class="form-floating">
<!-- <select class="form-select bg-transparent" id="destination" name="destination">
<option value="1">Destination 1</option>
<option value="2">Destination 2</option>
<option value="3">Destination 3</option>
</select> -->
<input type="text" class="form-control bg-transparent" id="destination" name="destination" placeholder="Your Name" required>
<label for="select1">Destination</label>
</div>
</div>
<div class="col-12">
<div class="form-floating">
<textarea class="form-control bg-transparent" placeholder="Special Request" id="message" name="message" style="height: 100px" required></textarea>
<label for="message">Message</label>
</div>
</div>
<div class="col-12">
<input type="submit" class="btn btn-outline-light w-100 py-3" id="btnSubmit" name="btnSubmit" value="Book Now">
<!-- <button class="btn btn-outline-light w-100 py-3" type="submit">Book Now</button> -->
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- Booking Start -->
<!-- Service Start -->
<div class="container-xxl py-5">
<div class="container">
<div class="text-center wow fadeInUp" data-wow-delay="0.1s">
<h6 class="section-title bg-white text-center text-primary px-3">Services</h6>
<h1 class="mb-5">Our Services</h1>
</div>
<div class="row g-4">
<p>At Jungle Book Holidays, we offer a comprehensive range of travel services designed to meet all your needs. Whether you’re looking for a simple taxi ride or planning a large group excursion, we have you covered. Here’s a closer look at what we provide: </p>
<div class="col-lg-4 col-sm-6 wow fadeInUp" data-wow-delay="0.1s">
<div class="service-item rounded pt-3">
<div class="p-4">
<i class="fa fa-3x fa-taxi text-primary mb-4"></i>
<h5>Taxi Services</h5>
<p>Need a ride? Our reliable taxi services are available 24/7, ensuring you reach your destination on time. With a fleet of well-maintained vehicles and professional drivers, we offer comfortable and safe journeys for both short and long distances.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 wow fadeInUp" data-wow-delay="0.3s">
<div class="service-item rounded pt-3">
<div class="p-4">
<i class="fa fa-3x fa-plane text-primary mb-4"></i>
<h5>Airport Transfers</h5>
<p>Traveling can be stressful, but your airport transfers don’t have to be. We provide efficient pick-up and drop-off services to and from all major airports. Our drivers monitor your flight status to ensure timely pickups, allowing you to relax and enjoy your travels.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 wow fadeInUp" data-wow-delay="0.5s">
<div class="service-item rounded pt-3">
<div class="p-4">
<i class="fa fa-3x fa-car text-primary mb-4"></i>
<h5>Private Car Hire</h5>
<p>For those who value privacy and comfort, our private car hire service is the perfect choice. Choose from a variety of luxury vehicles and enjoy a personalized travel experience. Whether it’s for business meetings or special occasions, we’ll ensure you travel in style.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 wow fadeInUp" data-wow-delay="0.7s">
<div class="service-item rounded pt-3">
<div class="p-4">
<i class="fa fa-3x fa-users text-primary mb-4"></i>
<h5>Group Travel</h5>
<p>Planning a trip with friends, family, or colleagues? Our spacious buses and travelers can accommodate groups of any size. We handle everything from logistics to routes, making it easy for you to enjoy the journey together.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 wow fadeInUp" data-wow-delay="0.1s">
<div class="service-item rounded pt-3">
<div class="p-4">
<i class="fa fa-3x fa-umbrella text-primary mb-4"></i>
<h5>Sightseeing Tours</h5>
<p>Discover the beauty of your destination with our curated sightseeing tours. Our knowledgeable drivers will guide you through local attractions, hidden gems, and must-see landmarks, providing insights that enhance your travel experience.</p>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 wow fadeInUp" data-wow-delay="0.3s">
<div class="service-item rounded pt-3">
<div class="p-4">
<i class="fa fa-3x fa-bus text-primary mb-4"></i>
<h5>Corporate Travel Solutions</h5>
<p>For businesses, we offer tailored corporate travel solutions designed to meet your specific needs. From airport transfers to shuttle services for events, we ensure your team travels comfortably and efficiently.</p>
</div>
</div>
</div>
</div>
<div class="row g-4">
<div class="col-lg-4 col-sm-6 wow fadeInUp" data-wow-delay="0.3s"></div>
<div class="col-lg-4 col-sm-6 wow fadeInUp seemore" data-wow-delay="0.3s"><a class="btn btn-primary py-3 px-5 mt-2" href="service.php">See More Services</a>
</div>
<div class="col-lg-4 col-sm-6 wow fadeInUp" data-wow-delay="0.3s"></div>
</div>
</div>
</div>
<!-- Service End -->
<!-- Package Start -->
<!--<div class="container-xxl py-5">-->
<!-- <div class="container">-->
<!-- <div class="text-center wow fadeInUp" data-wow-delay="0.1s">-->
<!-- <h6 class="section-title bg-white text-center text-primary px-3">Packages</h6>-->
<!-- <h1 class="mb-5">Awesome Packages</h1>-->
<!-- </div>-->
<!-- <div class="row g-4 justify-content-center">-->
<!-- <div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.1s">-->
<!-- <div class="package-item">-->
<!-- <div class="overflow-hidden">-->
<!-- <img class="img-fluid" src="img/package-1.jpg" alt="">-->
<!-- </div>-->
<!-- <div class="d-flex border-bottom">-->
<!-- <small class="flex-fill text-center border-end py-2"><i class="fa fa-map-marker-alt text-primary me-2"></i>Thailand</small>-->
<!-- <small class="flex-fill text-center border-end py-2"><i class="fa fa-calendar-alt text-primary me-2"></i>3 days</small>-->
<!-- <small class="flex-fill text-center py-2"><i class="fa fa-user text-primary me-2"></i>2 Person</small>-->
<!-- </div>-->
<!-- <div class="text-center p-4">-->
<!-- <h3 class="mb-0">$149.00</h3>-->
<!-- <div class="mb-3">-->
<!-- <small class="fa fa-star text-primary"></small>-->
<!-- <small class="fa fa-star text-primary"></small>-->
<!-- <small class="fa fa-star text-primary"></small>-->
<!-- <small class="fa fa-star text-primary"></small>-->
<!-- <small class="fa fa-star text-primary"></small>-->
<!-- </div>-->
<!-- <p>Tempor erat elitr rebum at clita. Diam dolor diam ipsum sit diam amet diam eos</p>-->
<!-- <div class="d-flex justify-content-center mb-2">-->
<!-- <a href="#" class="btn btn-sm btn-primary px-3 border-end" style="border-radius: 30px 0 0 30px;">Read More</a>-->
<!-- <a href="#" class="btn btn-sm btn-primary px-3" style="border-radius: 0 30px 30px 0;">Book Now</a>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.3s">-->
<!-- <div class="package-item">-->
<!-- <div class="overflow-hidden">-->
<!-- <img class="img-fluid" src="img/package-2.jpg" alt="">-->
<!-- </div>-->
<!-- <div class="d-flex border-bottom">-->
<!-- <small class="flex-fill text-center border-end py-2"><i class="fa fa-map-marker-alt text-primary me-2"></i>Indonesia</small>-->
<!-- <small class="flex-fill text-center border-end py-2"><i class="fa fa-calendar-alt text-primary me-2"></i>3 days</small>-->
<!-- <small class="flex-fill text-center py-2"><i class="fa fa-user text-primary me-2"></i>2 Person</small>-->
<!-- </div>-->
<!-- <div class="text-center p-4">-->
<!-- <h3 class="mb-0">$139.00</h3>-->
<!-- <div class="mb-3">-->
<!-- <small class="fa fa-star text-primary"></small>-->
<!-- <small class="fa fa-star text-primary"></small>-->
<!-- <small class="fa fa-star text-primary"></small>-->
<!-- <small class="fa fa-star text-primary"></small>-->
<!-- <small class="fa fa-star text-primary"></small>-->
<!-- </div>-->
<!-- <p>Tempor erat elitr rebum at clita. Diam dolor diam ipsum sit diam amet diam eos</p>-->
<!-- <div class="d-flex justify-content-center mb-2">-->
<!-- <a href="#" class="btn btn-sm btn-primary px-3 border-end" style="border-radius: 30px 0 0 30px;">Read More</a>-->
<!-- <a href="#" class="btn btn-sm btn-primary px-3" style="border-radius: 0 30px 30px 0;">Book Now</a>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- <div class="col-lg-4 col-md-6 wow fadeInUp" data-wow-delay="0.5s">-->
<!-- <div class="package-item">-->
<!-- <div class="overflow-hidden">-->
<!-- <img class="img-fluid" src="img/package-3.jpg" alt="">-->
<!-- </div>-->
<!-- <div class="d-flex border-bottom">-->
<!-- <small class="flex-fill text-center border-end py-2"><i class="fa fa-map-marker-alt text-primary me-2"></i>Malaysia</small>-->
<!-- <small class="flex-fill text-center border-end py-2"><i class="fa fa-calendar-alt text-primary me-2"></i>3 days</small>-->
<!-- <small class="flex-fill text-center py-2"><i class="fa fa-user text-primary me-2"></i>2 Person</small>-->
<!-- </div>-->
<!-- <div class="text-center p-4">-->
<!-- <h3 class="mb-0">$189.00</h3>-->
<!-- <div class="mb-3">-->
<!-- <small class="fa fa-star text-primary"></small>-->
<!-- <small class="fa fa-star text-primary"></small>-->
<!-- <small class="fa fa-star text-primary"></small>-->
<!-- <small class="fa fa-star text-primary"></small>-->
<!-- <small class="fa fa-star text-primary"></small>-->
<!-- </div>-->
<!-- <p>Tempor erat elitr rebum at clita. Diam dolor diam ipsum sit diam amet diam eos</p>-->
<!-- <div class="d-flex justify-content-center mb-2">-->
<!-- <a href="#" class="btn btn-sm btn-primary px-3 border-end" style="border-radius: 30px 0 0 30px;">Read More</a>-->
<!-- <a href="#" class="btn btn-sm btn-primary px-3" style="border-radius: 0 30px 30px 0;">Book Now</a>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!--</div>-->
<!-- Package End -->
<!-- Booking Start -->
<div class="container-fluid py-5 wow fadeInUp servicecontainer" data-wow-delay="0.1s" >
<div class="container">
<div class="booking p-5">
<div class="row g-5 align-items-center">
<div class="col-md-12 text-white">
<!-- <h6 class="text-white text-uppercase"></h6> -->
<h1 class="text-white text-center mb-4">Ready to embark on your next adventure? </h1>
<p class="mb-4 text-center">Explore our services and book with Jungle Book Holidays today. Experience the difference that professionalism and dedication can make in your travel experience!</p>
<p class="mb-4"></p>
<div style="text-align: center;"><a class="btn btn-outline-light py-3 px-5 mt-2 " href="booking.php" style="background: #fff; color: #0996a6;">Book Now</a></div>
</div>
</div>
</div>
</div>
</div>
<!-- Booking Start -->
<!-- Testimonial Start -->
<div class="container-xxl py-5 wow fadeInUp" data-wow-delay="0.1s">
<div class="container">
<div class="text-center">
<h6 class="section-title bg-white text-center text-primary px-3">Testimonial</h6>
<h1 class="mb-5">Our Clients Say!!!</h1>
</div>
<div class="owl-carousel testimonial-carousel position-relative">
<?php
$seltest = mysqli_query($con,"SELECT * FROM tbl_testimonial ORDER BY testimonial_id ASC");
$i=1;
while($rowtest = mysqli_fetch_array($seltest)) {
?>
<div class="testimonial-item bg-white text-center border p-4">
<img class="bg-white rounded-circle shadow p-1 mx-auto mb-3" src="admin/<?php echo $rowtest['testimonial_image']; ?>" style="width: 80px; height: 80px;">
<h5 class="mb-0"><?php echo $rowtest['testimonial_name']; ?></h5>
<p><?php echo $rowtest['testimonial_place']; ?></p>
<p class="mb-0"><?php echo $rowtest['testimonial_content']; ?></p>
</div>
<?php
$i++;
}
?>
</div>
</div>
</div>
<!-- Testimonial End -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<a href="https://wa.me/+919746744746" class="float" target="_blank">
<i class="fa fa-whatsapp my-float"></i>
</a>
<?php
include ('footer.php');
?>
<script type="text/javascript">
let currentSlide = 0;
function showSlide(index) {
const slides = document.querySelectorAll('.slide');
if (index >= slides.length) currentSlide = 0;
if (index < 0) currentSlide = slides.length - 1;
slides.forEach((slide, i) => {
slide.style.display = (i === currentSlide) ? 'block' : 'none';
});
}
function changeSlide(direction) {
currentSlide += direction;
showSlide(currentSlide);
}
// Initialize
showSlide(currentSlide);
</script>