Coming Soon
New WordPress website is being built and will be published soon
jQuery(document).ready(function ($) { // Detect the exact carousel container var carousel = $('.elementor-element-7413403 .swiper')[0]; if (carousel && carousel.swiper) { carousel.swiper.on('slideChange', function () { // Pause ALL HTML5 videos inside the carousel $('.elementor-element-7413403 video').each(function () { this.pause(); }); }); } });