``` Masaya Trip

Showing - of 0 results

Economy Sedan
SUV / Van
Luxury

No transportation options found.

// document.addEventListener('DOMContentLoaded', function() { // document.querySelectorAll('[data-toggle="filter"]').forEach(button => { // button.addEventListener('click', function() { // const filterContainer = this.nextElementSibling; // const filterIcon = this.querySelector('.filter-icon'); // if (filterContainer.style.display === 'none' || filterContainer.style // .display === '') { // filterContainer.style.display = 'block'; // filterIcon.style.transform = 'rotate(180deg)'; // } else { // filterContainer.style.display = 'none'; // filterIcon.style.transform = 'rotate(0deg)'; // } // }); // }); // });