/*
 Theme Name:   G5 Beyot Child Theme
 Theme URI:    http://themes.g5plus.net/beyot/
 Description:  G5 Beyot Child Theme
 Author:       G5Theme
 Author URI:   http://g5plus.net
 Template:     g5-beyot
 Version:      1.4.6
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: 				two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
 Text Domain: 		g5-beyot
*/
/************************************************************************************
Put your custom CSS below this block :)
*************************************************************************************/
<script>
jQuery(window).on('load', function() {
    setTimeout(function() {
        document.querySelectorAll('.elementor-image-carousel').forEach(function(carousel){
            let swiperInstance = carousel.querySelector('.swiper')?.swiper;

            if (swiperInstance) {
                swiperInstance.params.loop = true;
                swiperInstance.params.speed = 600;
                swiperInstance.update();
                swiperInstance.slideToLoop(0);
            }
        });
    }, 1000);
});
</script>