//     <script>
//         (function($) {
//             var initIntlTel = function() {
//                 $(".intl-phone").each(function() {
//                     var $phoneContainer = $(this);
//                     var phoneInput = $phoneContainer.find("input[type='tel']")[0];

//                     if (phoneInput && !phoneInput.dataset.itiInitialized) {
//                         var iti = window.intlTelInput(phoneInput, {
//                             initialCountry: "gb",
//                             preferredCountries: ["us", "gb"],
//                             autoPlaceholder: "aggressive",
//                             utilsScript: "https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.19/js/utils.js",
//                         });

//                         phoneInput.dataset.itiInitialized = "true";

//                         var updateHiddenValue = function() {
//                             var hiddenInput = $phoneContainer.next('.gfield').find("input[type='hidden']")[0];

//                             if (!hiddenInput) {
//                                 hiddenInput = $phoneContainer.closest('.gform_fields, .gform_body, form')
//                                     .find("input[type='hidden'][name*='input']")[0];
//                             }

//                             if (!hiddenInput) return;

//                             var countryData = iti.getSelectedCountryData();
//                             var dialCode = countryData.dialCode ? "+" + countryData.dialCode : "";
//                             var rawValue = phoneInput.value.trim();
//                             var cleanNumber = rawValue.replace(/^\+\d+\s*/, "").trim();

//                             hiddenInput.value = (cleanNumber !== "" && dialCode !== "")
//                                 ? (dialCode + cleanNumber)
//                                 : "";

//                             $(hiddenInput).trigger('change');
//                         };

//                         phoneInput.addEventListener("keyup", updateHiddenValue);
//                         phoneInput.addEventListener("change", updateHiddenValue);
//                         phoneInput.addEventListener("countrychange", updateHiddenValue);

//                         // ✅ Sync on init: handles pre-filled values on page reload / GF re-render
//                         // Wait for utilsScript to load before syncing
//                         iti.promise.then(function() {
//                             var existingValue = phoneInput.value.trim();
//                             if (existingValue !== "") {
//                                 // If value already has dial code (e.g. +27821234567), set the number into iti properly
//                                 if (existingValue.startsWith("+")) {
//                                     iti.setNumber(existingValue);
//                                 }
//                                 updateHiddenValue();
//                             }
//                         });
//                     }
//                 });
//             };

//             $(document).ready(initIntlTel);
//             $(document).on('gform_post_render', initIntlTel);
//         })(jQuery);
//     </script>
//     <?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//www.ibizacalm.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://www.ibizacalm.com/post-sitemap.xml</loc>
		<lastmod>2026-06-18T08:32:41+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.ibizacalm.com/page-sitemap.xml</loc>
		<lastmod>2026-06-20T12:44:31+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.ibizacalm.com/team-sitemap.xml</loc>
		<lastmod>2026-05-20T14:47:19+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.ibizacalm.com/kadence_element-sitemap.xml</loc>
		<lastmod>2025-11-29T07:53:33+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.ibizacalm.com/category-sitemap.xml</loc>
		<lastmod>2026-06-18T08:32:41+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://www.ibizacalm.com/author-sitemap.xml</loc>
		<lastmod>2026-06-11T08:59:03+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->