Skip to content document.addEventListener('DOMContentLoaded', function () { if (window.innerWidth <= 768) { const tabsWrapper = document.querySelector('.elementor-tabs-wrapper'); const firstTabTitle = tabsWrapper?.querySelector('.elementor-tab-title'); const firstTabContent = tabsWrapper?.querySelector('.elementor-tab-content'); if (firstTabTitle) { firstTabTitle.setAttribute('aria-selected', 'false'); firstTabTitle.classList.remove('active'); } if (firstTabContent) { firstTabContent.style.display = 'none'; } } });