//     <script>
//     jQuery(document).ready(function($) {
//         let currentAudio = null;
//         let currentWrap = null;

//         function initAudio() {
//             // Now targeting the div/element that has data-audio (parent div in Elementor)
//             $('[data-audio]').not('.audio-init').each(function() {
//                 const el = $(this);
//                 const audioSrc = el.attr('data-audio');

//                 // Skip if already initialized
//                 el.addClass('audio-init');

//                 // Find the image inside it
//                 const imgEl = el.find('img').first();

//                 // Add wrapper class directly to this element
//                 el.addClass('audio-image-wrap');

//                 // Add play button inside
//                 if (el.find('.play-btn').length === 0) {
//                     el.append('<div class="play-btn"></div>');
//                 }

//                 // Create audio object
//                 const audio = new Audio(audioSrc);
//                 audio.loop = true;

//                 // Store audio on the element
//                 el.data('audio', audio);
//             });
//         }

//         // Run on page load
//         initAudio();

//         // Re-run after Elementor frontend loads
//         $(window).on('load', function() {
//             setTimeout(initAudio, 500);
//             setTimeout(initAudio, 1500);
//             setTimeout(initAudio, 3000);
//         });

//         // Handle click on the wrapper
//         $(document).on('click', '.audio-image-wrap', function(e) {
//             const wrap = $(this);
//             const audio = wrap.data('audio');

//             if (!audio) return;

//             // Stop and reset previous audio
//             if (currentAudio && currentAudio !== audio) {
//                 currentAudio.pause();
//                 currentAudio.currentTime = 0;
//                 currentWrap.removeClass('playing');
//             }

//             // Toggle current audio
//             if (audio.paused) {
//                 audio.play().catch(function(err) {
//                     console.log('Audio play failed:', err);
//                 });
//                 wrap.addClass('playing');
//                 currentAudio = audio;
//                 currentWrap = wrap;
//             } else {
//                 audio.pause();
//                 audio.currentTime = 0;
//                 wrap.removeClass('playing');
//                 currentAudio = null;
//                 currentWrap = null;
//             }
//         });
//     });
//     </script>
//     <?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://smgc.site/wp-sitemap.xsl" ?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url><loc>https://smgc.site/whizzy_proof_gallery/proof-gallery/</loc><lastmod>2020-05-28T13:05:31+00:00</lastmod></url><url><loc>https://smgc.site/whizzy_proof_gallery/proof-gallery-with-right-click-disabled/</loc><lastmod>2020-05-31T20:24:24+00:00</lastmod></url><url><loc>https://smgc.site/whizzy_proof_gallery/password-protected-gallery/</loc><lastmod>2020-06-03T11:53:05+00:00</lastmod></url></urlset>
