// JavaScript for Interactive Elements
document.addEventListener('DOMContentLoaded', function() {
// Mobile Menu Toggle
const mobileToggle = document.querySelector('.mobile-menu-toggle');
const mainNav = document.querySelector('.main-nav');
mobileToggle.addEventListener('click', () => {
mainNav.classList.toggle('active');
});
// Search Toggle
const searchIcon = document.querySelector('.search-icon');
const searchBar = document.querySelector('.search-bar');
searchIcon.addEventListener('click', () => {
searchBar.style.display = searchBar.style.display === 'block' ? 'none' : 'block';
});
// Close mobile menu when clicking outside
document.addEventListener('click', (e) => {
if (!mainNav.contains(e.target) && !mobileToggle.contains(e.target)) {
mainNav.classList.remove('active');
}
});
});
To make the most of your time in Bali, it’s important to start early, so get up and be ready for a packed two-day waterfall route. Wear comfortable shoes and your swimsuit, and don’t forget a towel and your refillable water bottle.
Wear comfortable shoes and your swimsuit, and don’t forget a towel and your refillable water bottle.
Royal Palm Beachcomber Special
Rated 5 out of 5 based on 5 customer ratings
0(0 reviews)
5 DAYS - 3 NIGHTS
Free Cancellation
from$67.00Original price was: $67.00.$62.00Current price is: $62.00.
After a good night’s sleep, it’s time to wake up early and discover the rest of Bali’s best waterfalls, and we’ve saved the best for last. Start your day with a good breakfast and refill your water bottles before heading to the Sekumpul Waterfall, arguably the most incredible waterfall Bali has to offer.
To make the most of your time in Bali, it’s important to start early, so get up and be ready for a packed two-day waterfall route.
Wear comfortable shoes and your swimsuit, and don’t forget a towel and your refillable water bottle.
After a good night’s sleep, it’s time to wake up early and discover the rest of Bali’s best waterfalls, and we’ve saved the best for last. Start your day with a good breakfast and refill your water bottles before heading to the Sekumpul Waterfall, arguably the most incredible waterfall Bali has to offer.
After a good night’s sleep, it’s time to wake up early and discover the rest of Bali’s best waterfalls, and we’ve saved the best for last. Start your day with a good breakfast and refill your water bottles before heading to the Sekumpul Waterfall, arguably the most incredible waterfall Bali has to offer.
Wear comfortable shoes and your swimsuit, and don’t forget a towel and your refillable water bottle.