Save $100 with code "IKONFRIENDS"

Share

Mammoth Adventures

document.addEventListener('DOMContentLoaded', function () { var button = document.querySelector('.see-more-btn'); if (!button) return; button.addEventListener('click', function (e) { e.preventDefault(); var section = button.closest('.elementor-section'); if (!section) return; section.classList.toggle('show-more'); if (section.classList.contains('show-more')) { button.textContent = 'See less'; } else { button.textContent = 'See more'; } }); });