document.addEventListener("DOMContentLoaded", function () { const button = document.getElementById('dropdown-button'); const dropdown = document.getElementById('dropdown-content'); button.addEventListener('click', function () { if (dropdown.style.display === 'none' || dropdown.style.display === '') { dropdown.style.display = 'block'; } else { dropdown.style.display = 'none'; } }); // Optional: Close the dropdown if clicking outside document.addEventListener('click', function (event) { if (!button.contains(event.target) && !dropdown.contains(event.target)) { dropdown.style.display = 'none'; } }); });

Testimonial: Danny Plettinckx

We had been to Kruger Park in South Africa 5 years in a row, and decided that it was time for a bigger African adventure. We really wanted to get a taste of real wild Africa, and Carole’s Kgalagadi trip seemed perfect. It was an unequalled adventure, with plenty...

Pin It on Pinterest