{"id":1366,"date":"2026-08-18T07:03:04","date_gmt":"2026-08-18T07:03:04","guid":{"rendered":"https:\/\/dev.puribaguslovina.com\/index.php\/experiences\/"},"modified":"2026-08-19T01:54:43","modified_gmt":"2026-08-19T01:54:43","slug":"experiences","status":"publish","type":"page","link":"https:\/\/dev.puribaguslovina.com\/index.php\/experiences\/","title":{"rendered":"Experiences"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"1366\" class=\"elementor elementor-1366\" data-elementor-settings=\"{&quot;ha_cmc_init_switcher&quot;:&quot;no&quot;}\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-112ab114 e-con-full e-flex e-con e-parent\" data-id=\"112ab114\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;slideshow&quot;,&quot;background_slideshow_gallery&quot;:[{&quot;id&quot;:&quot;1146&quot;,&quot;url&quot;:&quot;https:\\\/\\\/dev.puribaguslovina.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/diving-s2-1.jpg&quot;},{&quot;id&quot;:&quot;208&quot;,&quot;url&quot;:&quot;https:\\\/\\\/dev.puribaguslovina.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/188.jpg&quot;},{&quot;id&quot;:&quot;1147&quot;,&quot;url&quot;:&quot;https:\\\/\\\/dev.puribaguslovina.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/spiritual-h3.jpg&quot;},{&quot;id&quot;:&quot;255&quot;,&quot;url&quot;:&quot;https:\\\/\\\/dev.puribaguslovina.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/main-slide-8.jpg&quot;},{&quot;id&quot;:&quot;1151&quot;,&quot;url&quot;:&quot;https:\\\/\\\/dev.puribaguslovina.com\\\/wp-content\\\/uploads\\\/2026\\\/08\\\/balis-1.jpg&quot;}],&quot;background_slideshow_slide_duration&quot;:4000,&quot;background_slideshow_loop&quot;:&quot;yes&quot;,&quot;background_slideshow_slide_transition&quot;:&quot;fade&quot;,&quot;background_slideshow_transition_duration&quot;:500,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fd3f988 e-flex e-con-boxed e-con e-parent\" data-id=\"fd3f988\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3157e126 elementor-widget elementor-widget-heading\" data-id=\"3157e126\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Experiences<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4d0774d7 elementor-widget__width-initial elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"4d0774d7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-47df97be e-flex e-con-boxed e-con e-parent\" data-id=\"47df97be\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-37e971cc elementor-widget elementor-widget-html\" data-id=\"37e971cc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n\/* Control the Elementor Tabs from the URL\n* Code from https:\/\/element.how\/elementor-open-specific-tab-toggle-accordion\/\n* Copyright 2023 Element.how\n* Updated 2023\/12\/05\n*\/\nwindow.addEventListener('load', () => {\nsetTimeout(function () {\n\nlet scrollOffset = 100; \/* scroll offset from the top of title *\/\n\nconst tabsAccordionToggleTitles = document.querySelectorAll('.e-n-accordion-item-title, .e-n-tab-title, .elementor-tab-title');\n\nconst clickTitleWithAnchor = (anchor) => {\ntabsAccordionToggleTitles.forEach(title => {\nif (title.querySelector(`#${anchor}`) != null || title.id === anchor || (title.closest('details') && title.closest('details').id === anchor)) {\nif (title.getAttribute('aria-expanded') !== 'true' && !title.classList.contains('elementor-active')) title.click();\nlet timing = 0;\nlet scrollTarget = title;\nif (getComputedStyle(title.closest('.elementor-element')).getPropertyValue('--n-tabs-direction') == 'row') scrollTarget = title.closest('.elementor-element');\nif (title.closest('.e-n-accordion, .elementor-accordion-item, .elementor-toggle-item')) {\ntiming = 400;\n}\nsetTimeout(function () {\njQuery('html, body').animate({\nscrollTop: jQuery(scrollTarget).offset().top - scrollOffset,\n}, 'slow');\n}, timing);\n}\n});\n};\n\ndocument.addEventListener('click', (event) => {\nif (event.target.closest('a') && event.target.closest('a').href.includes('#')) {\nconst anchor = extractAnchor(event.target.closest('a').href);\nif (anchor && isAnchorInTitles(anchor, tabsAccordionToggleTitles)) {\nevent.preventDefault();\nclickTitleWithAnchor(anchor);\n}\n}\n});\n\nconst currentAnchor = extractAnchor(window.location.href);\nif (currentAnchor) {\nclickTitleWithAnchor(currentAnchor);\n}\n\nfunction extractAnchor(url) {\nconst match = url.match(\/#([^?]+)\/);\nreturn match ? match[1] : null;\n};\n\nfunction isAnchorInTitles(anchor, titles) {\nreturn Array.from(titles).some(title => {\nreturn title.querySelector(`#${anchor}`) !== null || title.id === anchor || (title.closest('details') && title.closest('details').id === anchor);\n});\n};\n\n}, 300);\n});\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3cbf1825 e-n-tabs-mobile elementor-widget elementor-widget-n-tabs\" data-id=\"3cbf1825\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;horizontal_scroll_mobile&quot;:&quot;enable&quot;,&quot;horizontal_scroll&quot;:&quot;disable&quot;}\" data-widget_type=\"nested-tabs.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-tabs\" data-widget-number=\"1019156517\" aria-label=\"Tabs. Open items with Enter or Space, close with Escape and navigate using the Arrow keys.\">\n\t\t\t<div class=\"e-n-tabs-heading\" role=\"tablist\">\n\t\t\t\t\t<button id=\"newstart\" data-tab-title-id=\"e-n-tab-title-10191565171\" class=\"e-n-tab-title\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-10191565171\" style=\"--n-tabs-title-order: 1;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tCultural Yoga\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"newstart\" data-tab-title-id=\"e-n-tab-title-10191565172\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-10191565172\" style=\"--n-tabs-title-order: 2;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tRejuvenation Spa\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"spiritual\" data-tab-title-id=\"e-n-tab-title-10191565173\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-10191565173\" style=\"--n-tabs-title-order: 3;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tSpiritual Healing\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"newstart\" data-tab-title-id=\"e-n-tab-title-10191565174\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-10191565174\" style=\"--n-tabs-title-order: 4;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tAdventure Sport\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"detox\" data-tab-title-id=\"e-n-tab-title-10191565175\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"5\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-10191565175\" style=\"--n-tabs-title-order: 5;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tExotic Bali\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"newstart\" data-tab-title-id=\"e-n-tab-title-10191565176\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"6\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-10191565176\" style=\"--n-tabs-title-order: 6;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tDiving\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"authenticbali\" data-tab-title-id=\"e-n-tab-title-10191565177\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"7\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-10191565177\" style=\"--n-tabs-title-order: 7;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tAuthentic Bali\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t\t<\/div>\n\t\t\t<div class=\"e-n-tabs-content\">\n\t\t\t\t<div id=\"e-n-tab-content-10191565171\" role=\"tabpanel\" aria-labelledby=\"newstart\" data-tab-index=\"1\" style=\"--n-tabs-title-order: 1;\" class=\"e-active elementor-element elementor-element-66d43060 e-con-full e-flex e-con e-child\" data-id=\"66d43060\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3298b887 elementor-pagination-position-inside elementor-widget elementor-widget-image-carousel\" data-id=\"3298b887\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;4&quot;,&quot;navigation&quot;:&quot;dots&quot;,&quot;autoplay_speed&quot;:3000,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 5\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"3298b887\" data-elementor-lightbox-title=\"187.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjIxMCIsInVybCI6Imh0dHBzOlwvXC9kZXYucHVyaWJhZ3VzbG92aW5hLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDhcLzE4Ny5qcGciLCJzbGlkZXNob3ciOiIzMjk4Yjg4NyJ9\" href=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/187.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/187-1024x683.jpg\" alt=\"187.jpg\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 5\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"3298b887\" data-elementor-lightbox-title=\"cultural-yoga.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjQ3NiIsInVybCI6Imh0dHBzOlwvXC9kZXYucHVyaWJhZ3VzbG92aW5hLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDhcL2N1bHR1cmFsLXlvZ2EuanBnIiwic2xpZGVzaG93IjoiMzI5OGI4ODcifQ%3D%3D\" href=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/cultural-yoga.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/cultural-yoga-1024x683.jpg\" alt=\"cultural-yoga.jpg\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 5\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"3298b887\" data-elementor-lightbox-title=\"cultural-yoga-2.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjQ4NSIsInVybCI6Imh0dHBzOlwvXC9kZXYucHVyaWJhZ3VzbG92aW5hLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDhcL2N1bHR1cmFsLXlvZ2EtMi0xLmpwZyIsInNsaWRlc2hvdyI6IjMyOThiODg3In0%3D\" href=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/cultural-yoga-2-1.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/cultural-yoga-2-1-1024x683.jpg\" alt=\"cultural-yoga-2.jpg\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 5\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"3298b887\" data-elementor-lightbox-title=\"activities-5.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjQ4OCIsInVybCI6Imh0dHBzOlwvXC9kZXYucHVyaWJhZ3VzbG92aW5hLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDhcL2FjdGl2aXRpZXMtNS5qcGciLCJzbGlkZXNob3ciOiIzMjk4Yjg4NyJ9\" href=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/activities-5.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/activities-5-1024x683.jpg\" alt=\"activities-5.jpg\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 5\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"3298b887\" data-elementor-lightbox-title=\"cultural-yoga-3.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjQ5MSIsInVybCI6Imh0dHBzOlwvXC9kZXYucHVyaWJhZ3VzbG92aW5hLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDhcL2N1bHR1cmFsLXlvZ2EtMy5qcGciLCJzbGlkZXNob3ciOiIzMjk4Yjg4NyJ9\" href=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/cultural-yoga-3.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/cultural-yoga-3-1024x683.jpg\" alt=\"cultural-yoga-3.jpg\" \/><\/figure><\/a><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3434e803 elementor-widget elementor-widget-heading\" data-id=\"3434e803\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">CULTURAL YOGA RETREAT<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2baabbf8 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"2baabbf8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Retain your composure with a fusion of reenergizing yoga excercises and exhilarating cultural activities in one enriching experience.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3b952c77 elementor-widget__width-initial elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"3b952c77\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-16c313fb e-con-full e-flex e-con e-child\" data-id=\"16c313fb\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t<div class=\"elementor-element elementor-element-2e08d2d3 e-con-full e-flex e-con e-child\" data-id=\"2e08d2d3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7a804e42 elementor-widget elementor-widget-heading\" data-id=\"7a804e42\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">3 NIGHTS CULTURAL YOGA RETREAT<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7134a548 elementor-widget elementor-widget-text-editor\" data-id=\"7134a548\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div class=\"section-text text-block \"><p><strong>Inclusions:<\/strong><\/p><ul><li>3 Nights stay with daily Breakfast Healthy Juice<\/li><li>3 X Healthy set Dinner also available Vegetarian &amp; Vegan<\/li><li>1 X 60 minutes Lovina Body Massage<\/li><li>Daily Morning Yoga Session<\/li><li>1 X Optional Activities* (appx 3 \u2013 4 hours)<\/li><\/ul><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c33c856 elementor-align-center elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"c33c856\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/reserveonline.id\/s\/6725907\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Book Now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6111dae3 e-con-full e-flex e-con e-child\" data-id=\"6111dae3\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1f369156 elementor-widget elementor-widget-heading\" data-id=\"1f369156\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">5 NIGHTS CULTURAL YOGA RETREAT<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-17b01e62 elementor-widget elementor-widget-text-editor\" data-id=\"17b01e62\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div class=\"section-text text-block textbook-margin \"><p><strong>Inclusions:<\/strong><\/p><ul><li>5 Nights stay with daily Breakfast Healthy Juice<\/li><li>5 X Healthy set Dinner also available Vegetarian &amp; Vegan<\/li><li>1 X 60 minutes Lovina Body Massage<\/li><li>Daily Morning Yoga Session<\/li><li>1 X Optional Activities* (appx 3 \u2013 4 hours)<\/li><li>1 X 120 minutes Lovina Heaven Spa Treatment<\/li><\/ul><\/div><div class=\"section-text text-block \">\u00a0<\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-44fbd4ea elementor-align-center elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"44fbd4ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/reserveonline.id\/s\/672590A\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Book Now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-53aa7111 e-con-full e-flex e-con e-child\" data-id=\"53aa7111\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e8fa966 elementor-widget elementor-widget-heading\" data-id=\"e8fa966\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">7 NIGHTS CULTURAL YOGA RETREAT<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1735d6eb elementor-widget elementor-widget-text-editor\" data-id=\"1735d6eb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div class=\"section-text text-block textbook-margin \"><p><strong>Inclusions:<\/strong><\/p><ul><li>7 Nights stay with daily Breakfast Healthy Juice<\/li><li>7 X Healthy set Dinner also available Vegetarian &amp; Vegan<\/li><li>1 X 60 minutes Lovina Body Massage<\/li><li>Daily Morning Yoga Session<\/li><li>1 X Optional Activities* (appx 3 \u2013 4 hours)<\/li><li>1 X 120 minutes Lovina Heaven Spa Treatment<\/li><li>1 X 90 minutes Lovina after Sun Body &amp; Hair Care Spa Treatment<\/li><\/ul><\/div><div class=\"section-text text-block \">\u00a0<\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5a034485 elementor-align-center elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"5a034485\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/reserveonline.id\/s\/672590F\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Book Now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3ccc71aa e-con-full e-flex e-con e-child\" data-id=\"3ccc71aa\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t<div class=\"elementor-element elementor-element-4a8a5bba e-con-full e-flex e-con e-child\" data-id=\"4a8a5bba\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5e6690be elementor-widget elementor-widget-text-editor\" data-id=\"5e6690be\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div class=\"section-text text-block \"><p><strong>* 1 X Optional Activities<\/strong>\u00a0\u2013 You may choose one of the following menus per session:<\/p><ul><li>Cooking Class include lunch (12.00 \u2013 14.30)<\/li><li>City Tour (Lontar manuscript library, museum, Tallest of the King and Waving Factory, Gong making (10.00 \u2013 14.00))<\/li><li>Budhist Temple &amp; Hotspring Tours including lunch (10.00 \u2013 14.00)<\/li><\/ul><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2991bd61 e-con-full e-flex e-con e-child\" data-id=\"2991bd61\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-b15a832 elementor-widget elementor-widget-text-editor\" data-id=\"b15a832\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div class=\"section-text text-block textbook-margin \"><p><strong>Other benefits:<\/strong><\/p><ul><li>Welcome Tropical Drink<\/li><li>Free schedule shuttle transport to nearest center area<\/li><li>Daily Afternoon Tea \/ coffee at Cafe \/ Bar area (from 15.00 \u2013 16.00)<\/li><li>Daily seasonal tropical fruits<\/li><li>Free Wi-Fi internet connection<\/li><li>Complimentary 2 bottles of mineral water per day per room<\/li><li>Free joining our Daily Culture Experience &amp; Retreat Program :<br \/>\u2013 Morning Yoga every Tuesday (07.00 \u2013 08.00) or Afternoon Yoga every Sunday (17.00 \u2013 18.00)<br \/>\u2013 Offering Making and Sarong Session proceed to temple blessing (Saturday 10.00 \u2013 11.00)<br \/>\u2013 Playing Rindik bamboo music with Local Musician everyday (15.00 \u2013 16.00)<\/li><\/ul><p><strong>Other Benefits stay in Two Bedroom Pool Villa:<\/strong><\/p><ul><li>Private Breakfast at Villa<\/li><li>Complimentary afternoon tea \/ coffee at Villa (from 15.00 \u2013 16.00)<\/li><li>Welcome Mini Bar<\/li><\/ul><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-10191565172\" role=\"tabpanel\" aria-labelledby=\"newstart\" data-tab-index=\"2\" style=\"--n-tabs-title-order: 2;\" class=\" elementor-element elementor-element-f9d74ee e-con-full e-flex e-con e-child\" data-id=\"f9d74ee\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2320f9ea elementor-pagination-position-inside elementor-widget elementor-widget-image-carousel\" data-id=\"2320f9ea\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;4&quot;,&quot;navigation&quot;:&quot;dots&quot;,&quot;autoplay_speed&quot;:3000,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 4\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2320f9ea\" data-elementor-lightbox-title=\"beauty-treatment.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjI1MyIsInVybCI6Imh0dHBzOlwvXC9kZXYucHVyaWJhZ3VzbG92aW5hLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDhcL2JlYXV0eS10cmVhdG1lbnQuanBnIiwic2xpZGVzaG93IjoiMjMyMGY5ZWEifQ%3D%3D\" href=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/beauty-treatment.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/beauty-treatment-1024x683.jpg\" alt=\"beauty-treatment.jpg\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 4\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2320f9ea\" data-elementor-lightbox-title=\"beauty-treatment-2.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjI1MSIsInVybCI6Imh0dHBzOlwvXC9kZXYucHVyaWJhZ3VzbG92aW5hLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDhcL2JlYXV0eS10cmVhdG1lbnQtMi5qcGciLCJzbGlkZXNob3ciOiIyMzIwZjllYSJ9\" href=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/beauty-treatment-2.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/beauty-treatment-2-1024x683.jpg\" alt=\"beauty-treatment-2.jpg\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 4\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2320f9ea\" data-elementor-lightbox-title=\"spa.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjQ5NCIsInVybCI6Imh0dHBzOlwvXC9kZXYucHVyaWJhZ3VzbG92aW5hLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDhcL3NwYS5qcGciLCJzbGlkZXNob3ciOiIyMzIwZjllYSJ9\" href=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/spa.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/spa-1024x683.jpg\" alt=\"spa.jpg\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 4\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"2320f9ea\" data-elementor-lightbox-title=\"beauty-treatment-3.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjI1NiIsInVybCI6Imh0dHBzOlwvXC9kZXYucHVyaWJhZ3VzbG92aW5hLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDhcL2JlYXV0eS10cmVhdG1lbnQtMy5qcGciLCJzbGlkZXNob3ciOiIyMzIwZjllYSJ9\" href=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/beauty-treatment-3.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/beauty-treatment-3-1024x683.jpg\" alt=\"beauty-treatment-3.jpg\" \/><\/figure><\/a><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-372ce8da elementor-widget elementor-widget-heading\" data-id=\"372ce8da\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">REJUVENATION SPA RETREAT<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-56400364 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"56400364\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Enjoy beach front a panoramic getaway from the hustle and bustle of every-day life and prepare for some relaxing days of pampering and dining amidst the most beautiful tropical Balinese garden surroundings. Experience our different Rejuvenation spa treatments and spoil your taste buds with delicious healthy prepared meals.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2a0989c elementor-widget__width-initial elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"2a0989c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-457d1223 e-con-full e-flex e-con e-child\" data-id=\"457d1223\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t<div class=\"elementor-element elementor-element-67694021 e-con-full e-flex e-con e-child\" data-id=\"67694021\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1b3b17e elementor-widget elementor-widget-heading\" data-id=\"1b3b17e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">2 NIGHTS REJUVENATION SPA RETREAT PACKAGE<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4c33ce47 elementor-widget elementor-widget-text-editor\" data-id=\"4c33ce47\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><strong>Inclusions:<\/strong><\/p><ul><li>2 nights stay with daily Breakfast<\/li><li>2x set dinner (available taking as lunch)<\/li><li>Free joining \u201cDaily Culture and Experience program)<\/li><li>1 x 120 minutes Rejuvenation Spa Treatment<\/li><li>1 X 60 minutes Organic Facial and Organic Hair Treatment<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6c709651 elementor-align-center elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"6c709651\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/reserveonline.id\/s\/69D3619\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Book Now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6d56315d e-con-full e-flex e-con e-child\" data-id=\"6d56315d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4f7affca elementor-widget elementor-widget-heading\" data-id=\"4f7affca\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">3 NIGHTS <br>REJUVENATION SPA RETREAT PACKAGE<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-50a6c2b0 elementor-widget elementor-widget-text-editor\" data-id=\"50a6c2b0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><strong>Inclusions:<\/strong><\/p><ul><li>3 nights stay with daily Breakfast<\/li><li>3x set dinner (available taking as lunch)<\/li><li>Free joining \u201cDaily Culture and Experience program)<\/li><li>2 x 120 minutes Rejuvenation Spa Treatment<\/li><li>1 X 60 minutes Organic Facial and Organic Hair Treatment<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1ff05752 elementor-align-center elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"1ff05752\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/reserveonline.id\/s\/69D4A74\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Book Now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7c763d88 e-con-full e-flex e-con e-child\" data-id=\"7c763d88\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-316776d6 elementor-widget elementor-widget-heading\" data-id=\"316776d6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">4 NIGHTS REJUVENATION SPA RETREAT PACKAGE<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-14407df8 elementor-widget elementor-widget-text-editor\" data-id=\"14407df8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><strong>Inclusions:<\/strong><\/p><ul><li>4 nights stay with daily Breakfast<\/li><li>4x set dinner (available taking as lunch)<\/li><li>Free joining \u201cDaily Culture and Experience program)<\/li><li>3 x 120 minutes Rejuvenation Spa Treatment<\/li><li>1 X 60 minutes Organic Facial and Organic Hair Treatment<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f348afb elementor-align-center elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"f348afb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/reserveonline.id\/s\/69D71E2\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Book Now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7caeafd1 e-con-full e-flex e-con e-child\" data-id=\"7caeafd1\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t<div class=\"elementor-element elementor-element-11c9a444 e-con-full e-flex e-con e-child\" data-id=\"11c9a444\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3e288fed elementor-widget elementor-widget-text-editor\" data-id=\"3e288fed\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><strong>Other benefits:<\/strong><\/p><ul><li>Welcome Tropical Drink<\/li><li>Free scheduled shuttle transport to nearest center area<\/li><li>Daily Afternoon Tea \/ coffee at Cafe\/ Bar area (from 15.00 \u2013 16.00)<\/li><li>Daily seasonal tropical fruits<\/li><li>Free Wi-Fi internet connection<\/li><li>Complimentary 2 bottles of mineral water per day per room<\/li><li>Free joining our Daily Culture Experience &amp; Retreat Program :<br \/>\u2013 Morning Yoga every Tuesday (07.00-08.00) or Afternoon Yoga every Sunday (17.00-18.00)<br \/>\u2013 Offering Making and Sarong Session proceed to temple blessing (Saturday 10.00-11.00)<br \/>\u2013 Playing Rindik bamboo music with Local Musician everyday (15.00 \u2013 16.00)<\/li><\/ul><p><strong>Other Benefits stay in Two Bedroom Pool Villa :<\/strong><\/p><ul><li style=\"list-style-type: none;\"><ul><li>Private Breakfast at Villa<\/li><li>Complimentary afternoon tea\/coffee at Villa (from 15.00 \u2013 16.00)<\/li><li>Welcome Mini Bar<\/li><\/ul><\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-10191565173\" role=\"tabpanel\" aria-labelledby=\"spiritual\" data-tab-index=\"3\" style=\"--n-tabs-title-order: 3;\" class=\" elementor-element elementor-element-5502bbf9 e-con-full e-flex e-con e-child\" data-id=\"5502bbf9\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-934dcdd elementor-pagination-position-inside elementor-widget elementor-widget-image-carousel\" data-id=\"934dcdd\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;4&quot;,&quot;navigation&quot;:&quot;dots&quot;,&quot;autoplay_speed&quot;:3000,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 5\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"934dcdd\" data-elementor-lightbox-title=\"spiritual-healing-2.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjQ5NyIsInVybCI6Imh0dHBzOlwvXC9kZXYucHVyaWJhZ3VzbG92aW5hLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDhcL3NwaXJpdHVhbC1oZWFsaW5nLTIuanBnIiwic2xpZGVzaG93IjoiOTM0ZGNkZCJ9\" href=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/spiritual-healing-2.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/spiritual-healing-2-1024x683.jpg\" alt=\"spiritual-healing-2.jpg\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 5\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"934dcdd\" data-elementor-lightbox-title=\"dining-6.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6Ijg2IiwidXJsIjoiaHR0cHM6XC9cL2Rldi5wdXJpYmFndXNsb3ZpbmEuY29tXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI2XC8wOFwvZGluaW5nLTYuanBnIiwic2xpZGVzaG93IjoiOTM0ZGNkZCJ9\" href=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/dining-6.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/dining-6-1024x683.jpg\" alt=\"dining-6.jpg\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 5\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"934dcdd\" data-elementor-lightbox-title=\"188.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjIwOCIsInVybCI6Imh0dHBzOlwvXC9kZXYucHVyaWJhZ3VzbG92aW5hLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDhcLzE4OC5qcGciLCJzbGlkZXNob3ciOiI5MzRkY2RkIn0%3D\" href=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/188.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/188-1024x683.jpg\" alt=\"188.jpg\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 5\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"934dcdd\" data-elementor-lightbox-title=\"186.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjIzNSIsInVybCI6Imh0dHBzOlwvXC9kZXYucHVyaWJhZ3VzbG92aW5hLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDhcLzE4Ni5qcGciLCJzbGlkZXNob3ciOiI5MzRkY2RkIn0%3D\" href=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/186.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/186-1024x683.jpg\" alt=\"186.jpg\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 5\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"934dcdd\" data-elementor-lightbox-title=\"spiritual-healing.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjUwMCIsInVybCI6Imh0dHBzOlwvXC9kZXYucHVyaWJhZ3VzbG92aW5hLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDhcL3NwaXJpdHVhbC1oZWFsaW5nLmpwZyIsInNsaWRlc2hvdyI6IjkzNGRjZGQifQ%3D%3D\" href=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/spiritual-healing.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/spiritual-healing-1024x683.jpg\" alt=\"spiritual-healing.jpg\" \/><\/figure><\/a><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1952e747 elementor-widget elementor-widget-heading\" data-id=\"1952e747\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">SPIRITUAL HEALING RETREAT<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5884aeb1 elementor-widget__width-initial elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"5884aeb1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-45a68682 e-con-full e-flex e-con e-child\" data-id=\"45a68682\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t<div class=\"elementor-element elementor-element-3da26eea e-con-full e-flex e-con e-child\" data-id=\"3da26eea\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c7f9c1 elementor-widget elementor-widget-heading\" data-id=\"c7f9c1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">3 NIGHTS SPIRITUAL HEALING RETREAT<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-51e2b75d elementor-widget elementor-widget-text-editor\" data-id=\"51e2b75d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><strong>Inclusions:<\/strong><\/p><ul><li>3 Nights stay with daily breakfast including healthy juice<\/li><li>Joining Daily Culture and experience program base on schedule (Morning Yoga class, Afternoon Yoga Class or meditation, Playing Rindik Bamboo with Local Musician)<\/li><li>1 x Demonstration of Balinese offering \u201cCanang\u201d wearing Balinese costume<\/li><li>1 x Banjar Hot Spring and Buddhist Temple including lunch<\/li><li>1 x Balinese Purification Ritual \u201cMelukat\u201d &amp; Highly Blessing Ceremony at Tirta Sudamala Temple<\/li><li>3 x dinner or lunch (located at Saraswati restaurant or seafood grill restaurant)<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1d27839c elementor-align-center elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"1d27839c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/reserveonline.id\/s\/6725938\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Book Now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-69c7d571 e-con-full e-flex e-con e-child\" data-id=\"69c7d571\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-147023aa elementor-widget elementor-widget-text-editor\" data-id=\"147023aa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><strong>Other Benefits:<\/strong><\/p><ul><li>Welcome Tropical Drink<\/li><li>Free scheduled shuttle transport to nearest center area<\/li><li>Daily Afternoon Tea \/ coffee at Cafe\/ Bar area (from 15.00 \u2013 16.00)<\/li><li>Daily seasonal tropical fruits<\/li><li>Free Wi-Fi internet connection<\/li><li>Complimentary 2 bottles of mineral water per day per room<\/li><li>Free joining our Daily Culture Experience &amp; Retreat Program:<br \/>\u2013 Morning Yoga every Tuesday (07.00-08.00) or Afternoon Yoga every Sunday (17.00-18.00)<br \/>\u2013 Offering Making and Sarong Session proceed to temple blessing (Saturday 10.00-11.00)<br \/>\u2013 Playing Rindik bamboo music with Local Musician everyday (15.00 \u2013 16.00)<\/li><\/ul><p><strong>Other Benefits stay in Two Bedroom Pool Villa:<\/strong><\/p><ul><li>Private Breakfast at Villa<\/li><li>Complimentary afternoon tea\/coffee at Villa (from 15.00 \u2013 16.00)<\/li><li>Welcome Mini Bar<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-10191565174\" role=\"tabpanel\" aria-labelledby=\"newstart\" data-tab-index=\"4\" style=\"--n-tabs-title-order: 4;\" class=\" elementor-element elementor-element-32ba4788 e-con-full e-flex e-con e-child\" data-id=\"32ba4788\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1a531141 elementor-pagination-position-inside elementor-widget elementor-widget-image-carousel\" data-id=\"1a531141\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;4&quot;,&quot;navigation&quot;:&quot;dots&quot;,&quot;autoplay_speed&quot;:3000,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 5\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1a531141\" data-elementor-lightbox-title=\"adventure-sport.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjUwMyIsInVybCI6Imh0dHBzOlwvXC9kZXYucHVyaWJhZ3VzbG92aW5hLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDhcL2FkdmVudHVyZS1zcG9ydC5qcGciLCJzbGlkZXNob3ciOiIxYTUzMTE0MSJ9\" href=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/adventure-sport.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/adventure-sport-1024x683.jpg\" alt=\"adventure-sport.jpg\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 5\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1a531141\" data-elementor-lightbox-title=\"adventure-sport-4.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjUwNiIsInVybCI6Imh0dHBzOlwvXC9kZXYucHVyaWJhZ3VzbG92aW5hLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDhcL2FkdmVudHVyZS1zcG9ydC00LmpwZyIsInNsaWRlc2hvdyI6IjFhNTMxMTQxIn0%3D\" href=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/adventure-sport-4.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/adventure-sport-4-1024x683.jpg\" alt=\"adventure-sport-4.jpg\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 5\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1a531141\" data-elementor-lightbox-title=\"adventure-sport-2.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjUwOSIsInVybCI6Imh0dHBzOlwvXC9kZXYucHVyaWJhZ3VzbG92aW5hLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDhcL2FkdmVudHVyZS1zcG9ydC0yLTEuanBnIiwic2xpZGVzaG93IjoiMWE1MzExNDEifQ%3D%3D\" href=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/adventure-sport-2-1.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/adventure-sport-2-1-1024x683.jpg\" alt=\"adventure-sport-2.jpg\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 5\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1a531141\" data-elementor-lightbox-title=\"adventure-sport-5.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjUxMiIsInVybCI6Imh0dHBzOlwvXC9kZXYucHVyaWJhZ3VzbG92aW5hLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDhcL2FkdmVudHVyZS1zcG9ydC01LmpwZyIsInNsaWRlc2hvdyI6IjFhNTMxMTQxIn0%3D\" href=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/adventure-sport-5.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/adventure-sport-5-1024x683.jpg\" alt=\"adventure-sport-5.jpg\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 5\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"1a531141\" data-elementor-lightbox-title=\"adventure-sport-3.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjUxNiIsInVybCI6Imh0dHBzOlwvXC9kZXYucHVyaWJhZ3VzbG92aW5hLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDhcL2FkdmVudHVyZS1zcG9ydC0zLTEuanBnIiwic2xpZGVzaG93IjoiMWE1MzExNDEifQ%3D%3D\" href=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/adventure-sport-3-1.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/adventure-sport-3-1-1024x683.jpg\" alt=\"adventure-sport-3.jpg\" \/><\/figure><\/a><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c4a55f7 elementor-widget elementor-widget-heading\" data-id=\"7c4a55f7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">ADVENTURE SPORT<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-109e8385 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"109e8385\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Feeling adventurous? A selection of energizing activities with various level of difficulties is ready to fulfill your cravings.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1d79ed37 elementor-widget__width-initial elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"1d79ed37\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2b76606b e-con-full e-flex e-con e-child\" data-id=\"2b76606b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t<div class=\"elementor-element elementor-element-2d135714 e-con-full e-flex e-con e-child\" data-id=\"2d135714\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3f1a7bfd elementor-widget elementor-widget-heading\" data-id=\"3f1a7bfd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">\n2 NIGHTS ADVENTURE SPORT<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-78746808 elementor-widget elementor-widget-text-editor\" data-id=\"78746808\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><strong>Inclusions:<\/strong><\/p><ul><li>2 Nights stay with daily American Breakfast<\/li><li>1 X Optional Sport Activities* (app 4,5 hours)<\/li><li>1 X set Lunch<\/li><li>1 X 60 minutes Traditional Lovina Body Massage<\/li><\/ul><p>\u00a0<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4b2b3d38 elementor-align-center elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"4b2b3d38\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/reserveonline.id\/s\/67258F3\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Book Now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-3110ae8 e-con-full e-flex e-con e-child\" data-id=\"3110ae8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3012b388 elementor-widget elementor-widget-heading\" data-id=\"3012b388\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">4 NIGHTS ADVENTURE SPORT<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5871ea9a elementor-widget elementor-widget-text-editor\" data-id=\"5871ea9a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><strong>Inclusions:<\/strong><\/p><ul><li>4 Nights stay with daily American Breakfast<\/li><li>2 X Optional Sport Activities* (app 4,5 hours)<\/li><li>2 X set Lunch<\/li><li>1 X 60 minutes Traditional Lovina Body Massage<\/li><li>1 X 60 minutes Body Sense Spa Treatment<\/li><\/ul><p>\u00a0<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3c4f7b5e elementor-align-center elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"3c4f7b5e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/reserveonline.id\/s\/67258FA\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Book Now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-74bdecac e-con-full e-flex e-con e-child\" data-id=\"74bdecac\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fc3a8d1 elementor-widget elementor-widget-heading\" data-id=\"fc3a8d1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">6 NIGHTS ADVENTURE SPORT<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-590f4c91 elementor-widget elementor-widget-text-editor\" data-id=\"590f4c91\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><strong>Inclusions:<\/strong><\/p><ul><li>6 Nights stay with daily American Breakfast<\/li><li>3 X Optional Sport Activities* (app 4,5 hours)<\/li><li>3 X set Lunch<\/li><li>1 X 60 minutes Traditional Lovina Body Massage<\/li><li>1 X 60 minutes Body Sense Spa Treatment<\/li><li>1 X 45 minutes Foot and Shoulder Massage<\/li><\/ul><p>\u00a0<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-424dc010 elementor-align-center elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"424dc010\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/reserveonline.id\/s\/67258FE\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Book Now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1016971d e-con-full e-flex e-con e-child\" data-id=\"1016971d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t<div class=\"elementor-element elementor-element-7527653a e-con-full e-flex e-con e-child\" data-id=\"7527653a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4f517cce elementor-widget elementor-widget-text-editor\" data-id=\"4f517cce\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><strong>1 X Optional Sport Activities<\/strong>\u00a0\u2013 You may choose one of the following menus per session:<\/p><ul><li>Traditional Sailing &amp; Snorkeling option : Lovina, Menjangan<\/li><li>Trekking trek Option : Level Easy, Moderate, Strenuous &amp; Challenging<\/li><li>Cycling Trek option : Level Easy, Moderate, Strenuous &amp; Challenging<br \/>including return transfer from the Resort and lunch (12.30 \u2013 13.30)<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-36432a7 e-con-full e-flex e-con e-child\" data-id=\"36432a7\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-13a87d1d elementor-widget elementor-widget-text-editor\" data-id=\"13a87d1d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><strong>Other benefits:<\/strong><\/p><ul><li>Welcome Tropical Drink<\/li><li>Free schedule shuttle transport to nearest center area<\/li><li>Daily Afternoon Tea \/ coffee at Cafe \/ Bar area (from 15.00 \u2013 16.00)<\/li><li>Daily seasonal tropical fruits<\/li><li>Free Wi-Fi internet connection<\/li><li>Complimentary 2 bottles of mineral water per day per room<\/li><li>Joining our Culture Experience and Retreat Program :<br \/>\u2013 Introductory Yoga open for all in house guests, Morning (07.00 \u2013 08.00) &amp; Afternoon (17.00 \u2013 18.00)<br \/>\u2013 Offering Making and Sarong session proceed to temple blessing, every Saturday (10.00 \u2013 11.00)<br \/>\u2013 Playing Rindik Bamboo music with Local Musician, everyday (15.00 \u2013 16.00)<\/li><\/ul><p><strong>Additional Value for Two Bedroom Pool Villa<\/strong> :<\/p><ul><li>Private Breakfast at Villa<\/li><li>Complimentary afternoon tea \/ coffee at Villa (from 03.00pm \u2013 04.00pm)<\/li><li>Welcome Mini Bar<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-10191565175\" role=\"tabpanel\" aria-labelledby=\"detox\" data-tab-index=\"5\" style=\"--n-tabs-title-order: 5;\" class=\" elementor-element elementor-element-8914a9b e-con-full e-flex e-con e-child\" data-id=\"8914a9b\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-26fe165 elementor-pagination-position-inside elementor-widget elementor-widget-image-carousel\" data-id=\"26fe165\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;4&quot;,&quot;navigation&quot;:&quot;dots&quot;,&quot;autoplay_speed&quot;:3000,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 10\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"26fe165\" data-elementor-lightbox-title=\"exotic-bali.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjUxOSIsInVybCI6Imh0dHBzOlwvXC9kZXYucHVyaWJhZ3VzbG92aW5hLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDhcL2V4b3RpYy1iYWxpLTEuanBnIiwic2xpZGVzaG93IjoiMjZmZTE2NSJ9\" href=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/exotic-bali-1.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/exotic-bali-1-1024x683.jpg\" alt=\"exotic-bali.jpg\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 10\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"26fe165\" data-elementor-lightbox-title=\"exotic-bali-2.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjUyMiIsInVybCI6Imh0dHBzOlwvXC9kZXYucHVyaWJhZ3VzbG92aW5hLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDhcL2V4b3RpYy1iYWxpLTItMi5qcGciLCJzbGlkZXNob3ciOiIyNmZlMTY1In0%3D\" href=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/exotic-bali-2-2.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/exotic-bali-2-2-1024x683.jpg\" alt=\"exotic-bali-2.jpg\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 10\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"26fe165\" data-elementor-lightbox-title=\"exotic-bali-4.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjUyNCIsInVybCI6Imh0dHBzOlwvXC9kZXYucHVyaWJhZ3VzbG92aW5hLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDhcL2V4b3RpYy1iYWxpLTQuanBnIiwic2xpZGVzaG93IjoiMjZmZTE2NSJ9\" href=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/exotic-bali-4.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/exotic-bali-4-1024x683.jpg\" alt=\"exotic-bali-4.jpg\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 10\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"26fe165\" data-elementor-lightbox-title=\"exotic-bali-3.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjUyNyIsInVybCI6Imh0dHBzOlwvXC9kZXYucHVyaWJhZ3VzbG92aW5hLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDhcL2V4b3RpYy1iYWxpLTMuanBnIiwic2xpZGVzaG93IjoiMjZmZTE2NSJ9\" href=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/exotic-bali-3.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/exotic-bali-3-1024x683.jpg\" alt=\"exotic-bali-3.jpg\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 10\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"26fe165\" data-elementor-lightbox-title=\"exotic-bali-6.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjUzMSIsInVybCI6Imh0dHBzOlwvXC9kZXYucHVyaWJhZ3VzbG92aW5hLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDhcL2V4b3RpYy1iYWxpLTYtMS5qcGciLCJzbGlkZXNob3ciOiIyNmZlMTY1In0%3D\" href=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/exotic-bali-6-1.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/exotic-bali-6-1-1024x683.jpg\" alt=\"exotic-bali-6.jpg\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"6 of 10\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"26fe165\" data-elementor-lightbox-title=\"exotic-bali-5.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjY1MCIsInVybCI6Imh0dHBzOlwvXC9kZXYucHVyaWJhZ3VzbG92aW5hLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDhcL2V4b3RpYy1iYWxpLTUtMi5qcGciLCJzbGlkZXNob3ciOiIyNmZlMTY1In0%3D\" href=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/exotic-bali-5-2.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/exotic-bali-5-2-1024x683.jpg\" alt=\"exotic-bali-5.jpg\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"7 of 10\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"26fe165\" data-elementor-lightbox-title=\"exotic-bali-7.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjY1MSIsInVybCI6Imh0dHBzOlwvXC9kZXYucHVyaWJhZ3VzbG92aW5hLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDhcL2V4b3RpYy1iYWxpLTcuanBnIiwic2xpZGVzaG93IjoiMjZmZTE2NSJ9\" href=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/exotic-bali-7.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/exotic-bali-7-1024x683.jpg\" alt=\"exotic-bali-7.jpg\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"8 of 10\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"26fe165\" data-elementor-lightbox-title=\"exotic-bali-8.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjY1MyIsInVybCI6Imh0dHBzOlwvXC9kZXYucHVyaWJhZ3VzbG92aW5hLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDhcL2V4b3RpYy1iYWxpLTguanBnIiwic2xpZGVzaG93IjoiMjZmZTE2NSJ9\" href=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/exotic-bali-8.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/exotic-bali-8-1024x683.jpg\" alt=\"exotic-bali-8.jpg\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"9 of 10\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"26fe165\" data-elementor-lightbox-title=\"exotic-bali-10.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjY1NSIsInVybCI6Imh0dHBzOlwvXC9kZXYucHVyaWJhZ3VzbG92aW5hLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDhcL2V4b3RpYy1iYWxpLTEwLmpwZyIsInNsaWRlc2hvdyI6IjI2ZmUxNjUifQ%3D%3D\" href=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/exotic-bali-10.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/exotic-bali-10-1024x683.jpg\" alt=\"exotic-bali-10.jpg\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"10 of 10\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"26fe165\" data-elementor-lightbox-title=\"exotic-bali-9.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjY1NyIsInVybCI6Imh0dHBzOlwvXC9kZXYucHVyaWJhZ3VzbG92aW5hLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDhcL2V4b3RpYy1iYWxpLTkuanBnIiwic2xpZGVzaG93IjoiMjZmZTE2NSJ9\" href=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/exotic-bali-9.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/exotic-bali-9-1024x683.jpg\" alt=\"exotic-bali-9.jpg\" \/><\/figure><\/a><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-35c25027 elementor-widget elementor-widget-heading\" data-id=\"35c25027\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">EXOTIC TRUE BAGUS DISCOVERY<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-21d1332a elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"21d1332a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>The complete collection combining every single aspect which represents the signatures of Bali in one ultimate experience.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9c8be28 elementor-widget__width-initial elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"9c8be28\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7523a77 e-con-full e-flex e-con e-child\" data-id=\"7523a77\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t<div class=\"elementor-element elementor-element-5455cf45 e-con-full e-flex e-con e-child\" data-id=\"5455cf45\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-138cd8bd elementor-widget elementor-widget-heading\" data-id=\"138cd8bd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">7 NIGHTS EXOTIC TRUE BAGUS DISCOVERY PACKAGE<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-198f6ea8 elementor-widget elementor-widget-text-editor\" data-id=\"198f6ea8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><strong>Inclusions:<\/strong><\/p><ul><li>2 Nights stay at Puri Bagus Lovina on Superior Garden View with daily breakfast<\/li><li>2 Nights stay at Bagus Agro Pelaga on Deluxe Farm Room with daily breakfast<\/li><li>2 Nights stay at Puri Bagus Candidasa on Deluxe Garden View with daily breakfast<\/li><li>1 Nights stay at Bagus Jati on Superior Chalet with daily breakfast<\/li><li>1 x Transfer to Puri Bagus Lovina<\/li><li>1 x Tour Lovina to Plaga ( Gitgit Waterfall \u2013 Ulun Danu Temple, Fruit Market Candikuning, Pelaga) including guide<\/li><li>1 x Tour Pelaga to Candidasa ( Kintamani\u2013 Besakih\u2013 Candidasa ) including guide<\/li><li>1 x Tour Candidasa to Jati (Tenganan \u2013 Goa Lawah \u2013 Kertagosa \u2013 Jati ) including guide<\/li><li>1 x Tour Jati to South Bali (Tegalalang \u2013 Goa Gajah) including guide<\/li><\/ul><p>\u00a0<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-469c8dc9 elementor-align-center elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"469c8dc9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/reserveonline.id\/s\/6406BF5\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Book Now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-412e2b9e e-con-full e-flex e-con e-child\" data-id=\"412e2b9e\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4ce79d47 elementor-widget elementor-widget-text-editor\" data-id=\"4ce79d47\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><strong>Other Benefits:<\/strong><\/p><ul><li>Welcome Tropical Drink<\/li><li>Free scheduled shuttle transport to nearest center area<\/li><li>Daily Afternoon Tea \/ coffee at Cafe\/ Bar area (from 15.00 \u2013 16.00)<\/li><li>Daily seasonal tropical fruits<\/li><li>Free Wi-Fi internet connection<\/li><li>Complimentary 2 bottles of mineral water per day per room<\/li><li>Free joining our Daily Culture Experience &amp; Retreat Program:<br \/>\u2013 Morning Yoga every Tuesday (07.00-08.00) or Afternoon Yoga every Sunday (17.00-18.00)<br \/>\u2013 Offering Making and Sarong Session proceed to temple blessing (Saturday 10.00-11.00)<\/li><\/ul><p><strong>Other Benefits stay in Two Bedroom Pool Villa:<\/strong><\/p><ul><li>Private Breakfast at Villa<\/li><li>Complimentary afternoon tea\/coffee at Villa (from 15.00 \u2013 16.00)<\/li><li>Welcome Mini Bar<\/li><li style=\"list-style-type: none;\">\u00a0<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-10191565176\" role=\"tabpanel\" aria-labelledby=\"newstart\" data-tab-index=\"6\" style=\"--n-tabs-title-order: 6;\" class=\" elementor-element elementor-element-770c0205 e-con-full e-flex e-con e-child\" data-id=\"770c0205\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7996d824 elementor-pagination-position-inside elementor-widget elementor-widget-image-carousel\" data-id=\"7996d824\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;4&quot;,&quot;navigation&quot;:&quot;dots&quot;,&quot;autoplay_speed&quot;:3000,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 4\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7996d824\" data-elementor-lightbox-title=\"diving-3.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjY1OSIsInVybCI6Imh0dHBzOlwvXC9kZXYucHVyaWJhZ3VzbG92aW5hLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDhcL2RpdmluZy0zLmpwZyIsInNsaWRlc2hvdyI6Ijc5OTZkODI0In0%3D\" href=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/diving-3.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/diving-3-1024x683.jpg\" alt=\"diving-3.jpg\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 4\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7996d824\" data-elementor-lightbox-title=\"diving.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjY2MSIsInVybCI6Imh0dHBzOlwvXC9kZXYucHVyaWJhZ3VzbG92aW5hLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDhcL2RpdmluZy5qcGciLCJzbGlkZXNob3ciOiI3OTk2ZDgyNCJ9\" href=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/diving.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/diving-1024x683.jpg\" alt=\"diving.jpg\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 4\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7996d824\" data-elementor-lightbox-title=\"diving-2.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjY2NCIsInVybCI6Imh0dHBzOlwvXC9kZXYucHVyaWJhZ3VzbG92aW5hLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDhcL2RpdmluZy0yLTEuanBnIiwic2xpZGVzaG93IjoiNzk5NmQ4MjQifQ%3D%3D\" href=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/diving-2-1.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/diving-2-1-1024x683.jpg\" alt=\"diving-2.jpg\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 4\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"7996d824\" data-elementor-lightbox-title=\"adventure-sport-5.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjUxMiIsInVybCI6Imh0dHBzOlwvXC9kZXYucHVyaWJhZ3VzbG92aW5hLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDhcL2FkdmVudHVyZS1zcG9ydC01LmpwZyIsInNsaWRlc2hvdyI6Ijc5OTZkODI0In0%3D\" href=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/adventure-sport-5.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/adventure-sport-5-1024x683.jpg\" alt=\"adventure-sport-5.jpg\" \/><\/figure><\/a><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-498ae514 elementor-widget elementor-widget-heading\" data-id=\"498ae514\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Diving<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-21c1f80d elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"21c1f80d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Take a deep dive into Northern Bali\u2019s sweet spots with our friends at Orca Dive Club, explore the vast and majestic undersea life of Tulamben and Menjangan.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4cb3d505 elementor-widget__width-initial elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"4cb3d505\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-10790377 e-con-full e-flex e-con e-child\" data-id=\"10790377\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t<div class=\"elementor-element elementor-element-7cbbada2 e-con-full e-flex e-con e-child\" data-id=\"7cbbada2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-55877cf elementor-widget elementor-widget-heading\" data-id=\"55877cf\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">5 NIGHTS STAY WITH 3 DAYS DIVING<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-285062e2 elementor-widget elementor-widget-text-editor\" data-id=\"285062e2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><strong>Inclusions:<\/strong><\/p><ul><li>5 Night stay in our Superior Room<\/li><li>Daily Breakfast<\/li><li>Daily afternoon herb tea 15:00 hrs \u2013 16:00 hrs at restaurant<\/li><li>3 Days Diving for certified diver include; 2x dives, tanks, weights and drinks<\/li><\/ul><p>\u00a0<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3c5c6b7b elementor-align-center elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"3c5c6b7b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/reserveonline.id\/s\/6406BF5\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Book Now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4000d7d2 e-con-full e-flex e-con e-child\" data-id=\"4000d7d2\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-75e9958d elementor-widget elementor-widget-heading\" data-id=\"75e9958d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">7 NIGHTS STAY WITH 5 DAYS DIVING<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4a435a57 elementor-widget elementor-widget-text-editor\" data-id=\"4a435a57\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><strong>Inclusions:<\/strong><\/p><ul><li>7 Nights stay in our Superior Room<\/li><li>Daily Breakfast<\/li><li>Daily afternoon herb tea 15:00 hrs \u2013 16:00 hrs at restaurant<\/li><li>5 Days Diving for certified diver include; 10x dives, tanks, weights and drinks<\/li><\/ul><p>\u00a0<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-216634c0 elementor-align-center elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"216634c0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/reserveonline.id\/s\/6406BF5\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Book Now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-260c8762 e-con-full e-flex e-con e-child\" data-id=\"260c8762\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-558e76cd elementor-widget elementor-widget-heading\" data-id=\"558e76cd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">8 NIGHTS STAY WITH 6 DAYS DIVING<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f38193b elementor-widget elementor-widget-text-editor\" data-id=\"f38193b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><strong>Inclusions:<\/strong><\/p><ul><li>8 Nights stay in our Superior Room<\/li><li>Daily Breakfast<\/li><li>Daily afternoon herb tea 15:00 hrs \u2013 16:00 hrs at restaurant<\/li><li>6 Days Diving for certified diver include; 12x dives, tanks, weights and drinks<\/li><\/ul><p>\u00a0<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4f9ad6c5 elementor-align-center elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"4f9ad6c5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/reserveonline.id\/s\/6406BF5\" target=\"_blank\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Book Now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7a472c02 e-con-full e-flex e-con e-child\" data-id=\"7a472c02\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t<div class=\"elementor-element elementor-element-594005e6 e-con-full e-flex e-con e-child\" data-id=\"594005e6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4267c53 elementor-widget elementor-widget-text-editor\" data-id=\"4267c53\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><strong>Two tanks dives:<\/strong><\/p><ul><li>House reef Lovina Beach (no additional) \u2003|\u2003 <strong>USD 60<\/strong><\/li><li>Menjangan Island (incl. additional) \u2003|\u2003 <strong>USD 80<\/strong><\/li><li>Secret Bay (incl. additional) \u2003|\u2003 <strong>USD 80<\/strong><\/li><li>Puri Jati (PJ\u2019s) \u2003|\u2003 <strong>USD 70<\/strong><\/li><li>Tulamben \/ US Liberty (incl. additional) \u2003|\u2003 <strong>USD 75<\/strong><\/li><li>Extra dive 1 tank \u2003|\u2003 <strong>USD 15<\/strong><\/li><\/ul><p><strong>Additional to packages \u2013 per day\/person:<\/strong><\/p><ul><li>Day trip by car (incl. lunch) Menjangan Island \u2003|\u2003 <strong>USD 23<\/strong><\/li><li>Day trip by car (incl. lunch) Secret Bay \u2003|\u2003 <strong>USD 17<\/strong><\/li><li>Day trip by car (incl. lunch) Puri Jati \u2003|\u2003 <strong>USD 14<\/strong><\/li><li>Day trip by car (incl. lunch) Tulamben \/ US Liberty \u2003|\u2003 <strong>USD 14<\/strong><\/li><\/ul><p><strong>Additional Surcharge on Spot:<\/strong><\/p><ul><li>Privat guide, per dive \u2003|\u2003 <strong>USD 23<\/strong><\/li><li>Guided dive per dive \u2003|\u2003 <strong>USD 6<\/strong><\/li><li>Nitrox 32% 15l per tank \u2003|\u2003 <strong>USD 2.5<\/strong><\/li><li>Air 15l per tank \u2003|\u2003 <strong>USD 1.5<\/strong><\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5b881f96 e-con-full e-flex e-con e-child\" data-id=\"5b881f96\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d79bd15 elementor-widget elementor-widget-text-editor\" data-id=\"d79bd15\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><strong>Other Benefits:<\/strong><\/p><ul><li>Welcome Tropical Drink<\/li><li>Free scheduled shuttle transport to nearest center area<\/li><li>Daily Afternoon Tea \/ coffee at Cafe\/ Bar area (from 15.00 \u2013 16.00)<\/li><li>Daily seasonal tropical fruits<\/li><li>Free Wi-Fi internet connection<\/li><li>Complimentary 2 bottles of mineral water per day per room<\/li><li>Free joining our Daily Culture Experience &amp; Retreat Program:<br \/>\u2013 Morning Yoga every Tuesday (07.00-08.00) or Afternoon Yoga every Sunday (17.00-18.00)<br \/>\u2013 Offering Making and Sarong Session proceed to temple blessing (Saturday 10.00-11.00)<br \/>\u2013 Playing Rindik bamboo music with Local Musician everyday (15.00 \u2013 16.00)<\/li><\/ul><p><strong>Other Benefits stay in Two Bedroom Pool Villa:<\/strong><\/p><ul><li>Private Breakfast at Villa<\/li><li>Complimentary afternoon tea\/coffee at Villa (from 15.00 \u2013 16.00)<\/li><li>Welcome Mini Bar<\/li><li style=\"list-style-type: none;\">\u00a0<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-10191565177\" role=\"tabpanel\" aria-labelledby=\"authenticbali\" data-tab-index=\"7\" style=\"--n-tabs-title-order: 7;\" class=\" elementor-element elementor-element-1f8dce18 e-flex e-con-boxed e-con e-child\" data-id=\"1f8dce18\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-34b27000 elementor-pagination-position-inside elementor-widget elementor-widget-image-carousel\" data-id=\"34b27000\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;slides_to_show&quot;:&quot;4&quot;,&quot;navigation&quot;:&quot;dots&quot;,&quot;autoplay_speed&quot;:3000,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:2,&quot;sizes&quot;:[]},&quot;autoplay&quot;:&quot;yes&quot;,&quot;pause_on_hover&quot;:&quot;yes&quot;,&quot;pause_on_interaction&quot;:&quot;yes&quot;,&quot;infinite&quot;:&quot;yes&quot;,&quot;speed&quot;:500,&quot;image_spacing_custom_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_spacing_custom_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"image-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-image-carousel-wrapper swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Image Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"elementor-image-carousel swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 5\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"34b27000\" data-elementor-lightbox-title=\"82.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjExNTQiLCJ1cmwiOiJodHRwczpcL1wvZGV2LnB1cmliYWd1c2xvdmluYS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA4XC84Mi5qcGciLCJzbGlkZXNob3ciOiIzNGIyNzAwMCJ9\" href=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/82.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/82-1024x683.jpg\" alt=\"82.jpg\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 5\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"34b27000\" data-elementor-lightbox-title=\"89.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjE3NCIsInVybCI6Imh0dHBzOlwvXC9kZXYucHVyaWJhZ3VzbG92aW5hLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDhcLzg5LmpwZyIsInNsaWRlc2hvdyI6IjM0YjI3MDAwIn0%3D\" href=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/89.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/89-1024x683.jpg\" alt=\"89.jpg\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 5\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"34b27000\" data-elementor-lightbox-title=\"kintamani.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjE4MiIsInVybCI6Imh0dHBzOlwvXC9kZXYucHVyaWJhZ3VzbG92aW5hLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDhcL2tpbnRhbWFuaS5qcGciLCJzbGlkZXNob3ciOiIzNGIyNzAwMCJ9\" href=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/kintamani.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/kintamani-1024x683.jpg\" alt=\"kintamani.jpg\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 5\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"34b27000\" data-elementor-lightbox-title=\"purabesakih.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjE4NCIsInVybCI6Imh0dHBzOlwvXC9kZXYucHVyaWJhZ3VzbG92aW5hLmNvbVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNlwvMDhcL3B1cmFiZXNha2loLmpwZyIsInNsaWRlc2hvdyI6IjM0YjI3MDAwIn0%3D\" href=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/purabesakih.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/purabesakih-1024x683.jpg\" alt=\"purabesakih.jpg\" \/><\/figure><\/a><\/div><div class=\"swiper-slide\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"5 of 5\"><a data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-slideshow=\"34b27000\" data-elementor-lightbox-title=\"20.jpg\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6IjExNTUiLCJ1cmwiOiJodHRwczpcL1wvZGV2LnB1cmliYWd1c2xvdmluYS5jb21cL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjZcLzA4XC8yMC0xLmpwZyIsInNsaWRlc2hvdyI6IjM0YjI3MDAwIn0%3D\" href=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/20-1.jpg\"><figure class=\"swiper-slide-inner\"><img decoding=\"async\" class=\"swiper-slide-image\" src=\"https:\/\/dev.puribaguslovina.com\/wp-content\/uploads\/2026\/08\/20-1-1024x683.jpg\" alt=\"20.jpg\" \/><\/figure><\/a><\/div>\t\t\t<\/div>\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"swiper-pagination\"><\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e003606 elementor-widget elementor-widget-heading\" data-id=\"e003606\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Authentic Bali<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6d08fa12 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"6d08fa12\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>The complete collection combining every single aspect which represents the signatures of Bali in one ultimate experience.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-12e083c1 elementor-widget__width-initial elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"12e083c1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5b05928d e-con-full e-flex e-con e-child\" data-id=\"5b05928d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t<div class=\"elementor-element elementor-element-401962dc e-con-full e-flex e-con e-child\" data-id=\"401962dc\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-38932532 elementor-widget elementor-widget-heading\" data-id=\"38932532\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">7 NIGHTS AUTHENTIC TRUE BAGUS DISCOVERY PACKAGE<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3fe2d43 elementor-widget elementor-widget-text-editor\" data-id=\"3fe2d43\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><strong>\u00a0<\/strong><strong>Inclusion:<\/strong><strong><br \/><\/strong><\/p><ul><li>2 Nights stay at Puri Bagus Lovina on Superior Garden View with daily breakfast<\/li><li>2 Nights stay at Bagus Agro Pelaga on Deluxe Farm Room with daily breakfast<\/li><li>2 Nights stay at Puri Bagus Candidasa on Deluxe Garden View with daily breakfast<\/li><li>1 Nights stay at Bagus Jati on Superior Chalet with daily breakfast<\/li><li>1x Lunch at each hotel<\/li><li>1hour Balinese Massage at each hotel<\/li><li>1 x Transfer from airport or hotel in south Bali to Puri Bagus Lovina<\/li><li>1 x Tour Lovina to Pelaga (Gitgit waterfall &#8211; Ulun Danu Temple \u2013 Fruits &amp; Vagetable Market)<\/li><li>1 x Tour Pelaga to Candidasa (Kintamani \u2013 Besakih)<\/li><li>1 x Tour Candidasa to Jati (Tenganan \u2013 Goa Lawah \u2013 Kertagosa )\u00a0<\/li><li>1 x Transfer from Bagus Jati to airport or to hotel in South Bali.<\/li><li>TransportAC Car\u00a0\/ Minibus<\/li><li>English speaking guide. Other language on request.<\/li><li>All entrance fees and donations<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3be49450 elementor-align-center elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"3be49450\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-size-sm\" role=\"button\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Book Now<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5680a319 e-con-full e-flex e-con e-child\" data-id=\"5680a319\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-770a89a6 elementor-widget elementor-widget-heading\" data-id=\"770a89a6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">AUTHENTIC BALI TRUE BAGUS DISCOVERY PACKAGE<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-427eaf37 elementor-widget elementor-widget-text-editor\" data-id=\"427eaf37\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p><strong><b>Excludes<\/b><\/strong><\/p><ul><li>Additional drinks and all personal expenses (telephone,laundry,etc)<\/li><li>Tipping Guide<\/li><li>Airport tax (if any)<\/li><\/ul><p><strong>Rates<\/strong><\/p><p>Sharing twin<\/p><ul><li>\u20602-3 pax USD 1.130++<\/li><li>\u20604-5 pax USD 1.015++<\/li><li>6-7 pax USD 930++<\/li><li>8-9 pax USD 875++<\/li><\/ul><p>Single sup USD 360++<\/p><p>High season surcharge for period of 01.Jul- 31.Aug USD 90++<\/p><p><strong>NEW YEAR EVE DINNER (COMPULSORY) :<\/strong><\/p><p>Dinner is on 31 December with following cost:<\/p><ul><li>For Puri Bagus Candidasa : US$ 50++per person and not commissionable.<\/li><li>For Puri Bagus Lovina : US$ 55++per person\u00a0and not commissionable.<\/li><li>For Bagus Jati : US$ 80++per person\u00a0and not commissionable.<\/li><li>For Bagus Agro Pelaga : US$ 40++per person and not commissionable.<\/li><li style=\"list-style-type: none;\">\u00a0<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-4596002d e-con-full e-flex e-con e-child\" data-id=\"4596002d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-596985d3 elementor-widget elementor-widget-heading\" data-id=\"596985d3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\">Form Request<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a34b25 elementor-widget elementor-widget-heading\" data-id=\"7a34b25\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<p class=\"elementor-heading-title elementor-size-default\">Authentic Bali Package<\/p>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7b95c08f elementor-widget__width-initial elementor-button-align-stretch elementor-widget elementor-widget-form\" data-id=\"7b95c08f\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;step_next_label&quot;:&quot;Next&quot;,&quot;step_previous_label&quot;:&quot;Previous&quot;,&quot;button_width&quot;:&quot;100&quot;,&quot;step_type&quot;:&quot;number_text&quot;,&quot;step_icon_shape&quot;:&quot;circle&quot;}\" data-widget_type=\"form.default\">\n\t\t\t\t\t\t\t<form class=\"elementor-form\" method=\"post\" name=\"Wedding\" aria-label=\"Wedding\">\n\t\t\t<input type=\"hidden\" name=\"post_id\" value=\"1366\"\/>\n\t\t\t<input type=\"hidden\" name=\"form_id\" value=\"7b95c08f\"\/>\n\t\t\t<input type=\"hidden\" name=\"referer_title\" value=\"Experiences\" \/>\n\n\t\t\t\t\t\t\t<input type=\"hidden\" name=\"queried_id\" value=\"1366\"\/>\n\t\t\t\n\t\t\t<div class=\"elementor-form-fields-wrapper elementor-labels-above\">\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_978ae8c elementor-col-100\">\n\t\t\t\t\tItinerary Plan\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-checkbox elementor-field-group elementor-column elementor-field-group-field_ea5c78a elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_ea5c78a\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tPackage Type *:\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<div class=\"elementor-field-subgroup  \"><span class=\"elementor-field-option\"><input type=\"checkbox\" value=\"Authentic True Bagus Discovery Package\" id=\"form-field-field_ea5c78a-0\" name=\"form_fields[field_ea5c78a]\"> <label for=\"form-field-field_ea5c78a-0\">Authentic True Bagus Discovery Package<\/label><\/span><\/div>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-number elementor-field-group elementor-column elementor-field-group-field_3ea3631 elementor-col-33 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_3ea3631\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tNumber of Guest\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t<input type=\"number\" name=\"form_fields[field_3ea3631]\" id=\"form-field-field_3ea3631\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"1\" required=\"required\" min=\"1\" max=\"\" >\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-number elementor-field-group elementor-column elementor-field-group-field_4b5aa02 elementor-col-33 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_4b5aa02\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tAdult\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t<input type=\"number\" name=\"form_fields[field_4b5aa02]\" id=\"form-field-field_4b5aa02\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"0\" required=\"required\" min=\"1\" max=\"\" >\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-number elementor-field-group elementor-column elementor-field-group-field_6c6f13b elementor-col-33 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_6c6f13b\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tChild\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t<input type=\"number\" name=\"form_fields[field_6c6f13b]\" id=\"form-field-field_6c6f13b\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" placeholder=\"0\" required=\"required\" min=\"1\" max=\"\" >\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-date elementor-field-group elementor-column elementor-field-group-field_0e1bf2f elementor-col-33 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_0e1bf2f\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tPreferred Start Date\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\n\t\t<input type=\"date\" name=\"form_fields[field_0e1bf2f]\" id=\"form-field-field_0e1bf2f\" class=\"elementor-field elementor-size-sm  elementor-field-textual elementor-date-field\" required=\"required\" pattern=\"[0-9]{4}-[0-9]{2}-[0-9]{2}\">\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_7b205df elementor-col-33 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_7b205df\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tFirst Stay Resort\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[field_7b205df]\" id=\"form-field-field_7b205df\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" value=\"Puri Bagus Lovina\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_104e8cf elementor-col-33 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_104e8cf\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tRoom Type\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field elementor-select-wrapper remove-before \">\n\t\t\t<div class=\"select-caret-down-wrapper\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-caret-down\" viewBox=\"0 0 571.4 571.4\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M571 393Q571 407 561 418L311 668Q300 679 286 679T261 668L11 418Q0 407 0 393T11 368 36 357H536Q550 357 561 368T571 393Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<select name=\"form_fields[field_104e8cf]\" id=\"form-field-field_104e8cf\" class=\"elementor-field-textual elementor-size-sm\" required=\"required\">\n\t\t\t\t\t\t\t\t\t<option value=\"== Select Room Type ==\">== Select Room Type ==<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Superior Garden View\">Superior Garden View<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Deluxe Garden View\">Deluxe Garden View<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Deluxe Ocean Villa\">Deluxe Ocean Villa<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Two Bedroom Pool Villa\">Two Bedroom Pool Villa<\/option>\n\t\t\t\t\t\t\t<\/select>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-date elementor-field-group elementor-column elementor-field-group-field_ad7e0e5 elementor-col-33 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_ad7e0e5\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tPreferred Date\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\n\t\t<input type=\"date\" name=\"form_fields[field_ad7e0e5]\" id=\"form-field-field_ad7e0e5\" class=\"elementor-field elementor-size-sm  elementor-field-textual elementor-date-field\" required=\"required\" pattern=\"[0-9]{4}-[0-9]{2}-[0-9]{2}\">\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_29276ae elementor-col-33 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_29276ae\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tSecond Stay Resort\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[field_29276ae]\" id=\"form-field-field_29276ae\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" value=\"Bagus Agro Pelaga\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_e85086c elementor-col-33 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_e85086c\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tRoom Type\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field elementor-select-wrapper remove-before \">\n\t\t\t<div class=\"select-caret-down-wrapper\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-caret-down\" viewBox=\"0 0 571.4 571.4\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M571 393Q571 407 561 418L311 668Q300 679 286 679T261 668L11 418Q0 407 0 393T11 368 36 357H536Q550 357 561 368T571 393Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<select name=\"form_fields[field_e85086c]\" id=\"form-field-field_e85086c\" class=\"elementor-field-textual elementor-size-sm\" required=\"required\">\n\t\t\t\t\t\t\t\t\t<option value=\"== Select Room Type ==\">== Select Room Type ==<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Two-bedroom Pool Villa\">Two-bedroom Pool Villa<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Luxury Farm Villa\">Luxury Farm Villa<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Connected Farm Room\">Connected Farm Room<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Deluxe Farm Room\">Deluxe Farm Room<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Superior Farm Room\">Superior Farm Room<\/option>\n\t\t\t\t\t\t\t<\/select>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-date elementor-field-group elementor-column elementor-field-group-field_2403748 elementor-col-33 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_2403748\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tPreferred Date\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\n\t\t<input type=\"date\" name=\"form_fields[field_2403748]\" id=\"form-field-field_2403748\" class=\"elementor-field elementor-size-sm  elementor-field-textual elementor-date-field\" required=\"required\" pattern=\"[0-9]{4}-[0-9]{2}-[0-9]{2}\">\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_87184b4 elementor-col-33 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_87184b4\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tThird Stay Resort\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[field_87184b4]\" id=\"form-field-field_87184b4\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" value=\"Puri Bagus Candidasa\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_3dccc20 elementor-col-33 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_3dccc20\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tRoom Type\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field elementor-select-wrapper remove-before \">\n\t\t\t<div class=\"select-caret-down-wrapper\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-caret-down\" viewBox=\"0 0 571.4 571.4\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M571 393Q571 407 561 418L311 668Q300 679 286 679T261 668L11 418Q0 407 0 393T11 368 36 357H536Q550 357 561 368T571 393Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<select name=\"form_fields[field_3dccc20]\" id=\"form-field-field_3dccc20\" class=\"elementor-field-textual elementor-size-sm\" required=\"required\">\n\t\t\t\t\t\t\t\t\t<option value=\"== Select Room Type ==\">== Select Room Type ==<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Superior Garden View\">Superior Garden View<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Deluxe Garden View\">Deluxe Garden View<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Deluxe Sea View\">Deluxe Sea View<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Deluxe Beach Front\">Deluxe Beach Front<\/option>\n\t\t\t\t\t\t\t<\/select>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-date elementor-field-group elementor-column elementor-field-group-field_13414e4 elementor-col-33 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_13414e4\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tPreferred End Date\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\n\t\t<input type=\"date\" name=\"form_fields[field_13414e4]\" id=\"form-field-field_13414e4\" class=\"elementor-field elementor-size-sm  elementor-field-textual elementor-date-field\" required=\"required\" pattern=\"[0-9]{4}-[0-9]{2}-[0-9]{2}\">\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_d547746 elementor-col-33 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_d547746\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tFourth Stay Resort\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[field_d547746]\" id=\"form-field-field_d547746\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" value=\"Bagus Jati\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_82b099b elementor-col-33 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_82b099b\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tRoom Type\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field elementor-select-wrapper remove-before \">\n\t\t\t<div class=\"select-caret-down-wrapper\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-caret-down\" viewBox=\"0 0 571.4 571.4\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M571 393Q571 407 561 418L311 668Q300 679 286 679T261 668L11 418Q0 407 0 393T11 368 36 357H536Q550 357 561 368T571 393Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<select name=\"form_fields[field_82b099b]\" id=\"form-field-field_82b099b\" class=\"elementor-field-textual elementor-size-sm\" required=\"required\">\n\t\t\t\t\t\t\t\t\t<option value=\"== Select Room Type ==\">== Select Room Type ==<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Superior Chalet\">Superior Chalet<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Superior Villa\">Superior Villa<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Deluxe Spa Villa\u200b\">Deluxe Spa Villa\u200b<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Two Bedroom Pool Villa\">Two Bedroom Pool Villa<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Royal Suite Two Bedroom Pool Villa\">Royal Suite Two Bedroom Pool Villa<\/option>\n\t\t\t\t\t\t\t<\/select>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-date elementor-field-group elementor-column elementor-field-group-field_4ae4a69 elementor-col-33 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_4ae4a69\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tExtend Stay Night\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\n\t\t<input type=\"date\" name=\"form_fields[field_4ae4a69]\" id=\"form-field-field_4ae4a69\" class=\"elementor-field elementor-size-sm  elementor-field-textual elementor-date-field\" required=\"required\" pattern=\"[0-9]{4}-[0-9]{2}-[0-9]{2}\">\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_96adf63 elementor-col-33 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_96adf63\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tResort\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[field_96adf63]\" id=\"form-field-field_96adf63\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" value=\"Bagus Jati\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-select elementor-field-group elementor-column elementor-field-group-field_8669f54 elementor-col-33 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_8669f54\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tRoom Type\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field elementor-select-wrapper remove-before \">\n\t\t\t<div class=\"select-caret-down-wrapper\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-eicon-caret-down\" viewBox=\"0 0 571.4 571.4\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M571 393Q571 407 561 418L311 668Q300 679 286 679T261 668L11 418Q0 407 0 393T11 368 36 357H536Q550 357 561 368T571 393Z\"><\/path><\/svg>\t\t\t<\/div>\n\t\t\t<select name=\"form_fields[field_8669f54]\" id=\"form-field-field_8669f54\" class=\"elementor-field-textual elementor-size-sm\" required=\"required\">\n\t\t\t\t\t\t\t\t\t<option value=\"== Select Room Type ==\">== Select Room Type ==<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Superior Chalet\">Superior Chalet<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Superior Villa\">Superior Villa<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Deluxe Spa Villa\u200b\">Deluxe Spa Villa\u200b<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Two Bedroom Pool Villa\">Two Bedroom Pool Villa<\/option>\n\t\t\t\t\t\t\t\t\t<option value=\"Royal Suite Two Bedroom Pool Villa\">Royal Suite Two Bedroom Pool Villa<\/option>\n\t\t\t\t\t\t\t<\/select>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_43e107f elementor-col-50\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_43e107f\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tArrival Flight Details \t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[field_43e107f]\" id=\"form-field-field_43e107f\" class=\"elementor-field elementor-size-sm  elementor-field-textual\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_2cb76e7 elementor-col-50\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_2cb76e7\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tHotel in South of Bali\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[field_2cb76e7]\" id=\"form-field-field_2cb76e7\" class=\"elementor-field elementor-size-sm  elementor-field-textual\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_11c3135 elementor-col-50\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_11c3135\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tDeparture Flight Details \t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[field_11c3135]\" id=\"form-field-field_11c3135\" class=\"elementor-field elementor-size-sm  elementor-field-textual\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_af44ae6 elementor-col-50\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_af44ae6\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tHotel in South of Bali\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[field_af44ae6]\" id=\"form-field-field_af44ae6\" class=\"elementor-field elementor-size-sm  elementor-field-textual\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-textarea elementor-field-group elementor-column elementor-field-group-field_d524047 elementor-col-100\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_d524047\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tSpecial request\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t<textarea class=\"elementor-field-textual elementor-field  elementor-size-sm\" name=\"form_fields[field_d524047]\" id=\"form-field-field_d524047\" rows=\"4\"><\/textarea>\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-html elementor-field-group elementor-column elementor-field-group-field_46cbc38 elementor-col-100\">\n\t\t\t\t\tGuest Information\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_44c9fe8 elementor-col-50 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_44c9fe8\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tName of Guest\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[field_44c9fe8]\" id=\"form-field-field_44c9fe8\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_5f09067 elementor-col-50 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_5f09067\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tEmail\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[field_5f09067]\" id=\"form-field-field_5f09067\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_0ae2b06 elementor-col-50 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_0ae2b06\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tCountry of origin\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[field_0ae2b06]\" id=\"form-field-field_0ae2b06\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-type-text elementor-field-group elementor-column elementor-field-group-field_3786bd8 elementor-col-50 elementor-field-required\">\n\t\t\t\t\t\t\t\t\t\t\t\t<label for=\"form-field-field_3786bd8\" class=\"elementor-field-label\">\n\t\t\t\t\t\t\t\tPhone or mobile number\t\t\t\t\t\t\t<\/label>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<input size=\"1\" type=\"text\" name=\"form_fields[field_3786bd8]\" id=\"form-field-field_3786bd8\" class=\"elementor-field elementor-size-sm  elementor-field-textual\" required=\"required\">\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<div class=\"elementor-field-group elementor-column elementor-field-type-submit elementor-col-100 e-form__buttons\">\n\t\t\t\t\t<button class=\"elementor-button elementor-size-sm\" type=\"submit\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">SUBMIT<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/button>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/form>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2409c960 e-flex e-con-boxed e-con e-parent\" data-id=\"2409c960\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-52589df8 elementor-align-center elementor-widget elementor-widget-button\" data-id=\"52589df8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t<span class=\"elementor-button-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-arrow-right\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M190.5 66.9l22.2-22.2c9.4-9.4 24.6-9.4 33.9 0L441 239c9.4 9.4 9.4 24.6 0 33.9L246.6 467.3c-9.4 9.4-24.6 9.4-33.9 0l-22.2-22.2c-9.5-9.5-9.3-25 .4-34.3L311.4 296H24c-13.3 0-24-10.7-24-24v-32c0-13.3 10.7-24 24-24h287.4L190.9 101.2c-9.8-9.3-10-24.8-.4-34.3z\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Download Schedule &amp; Rates<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Cultural Yoga Rejuvenation Spa Spiritual Healing Adventure Sport Exotic Bali Diving Authentic Bali CULTURAL YOGA RETREAT Retain your composure with a fusion of reenergizing yoga excercises and exhilarating cultural activities in one enriching experience. 3 NIGHTS CULTURAL YOGA RETREAT Inclusions: 3 Nights stay with daily Breakfast Healthy Juice 3 X Healthy set Dinner also available [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-1366","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/dev.puribaguslovina.com\/index.php\/wp-json\/wp\/v2\/pages\/1366","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dev.puribaguslovina.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dev.puribaguslovina.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dev.puribaguslovina.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dev.puribaguslovina.com\/index.php\/wp-json\/wp\/v2\/comments?post=1366"}],"version-history":[{"count":5,"href":"https:\/\/dev.puribaguslovina.com\/index.php\/wp-json\/wp\/v2\/pages\/1366\/revisions"}],"predecessor-version":[{"id":1555,"href":"https:\/\/dev.puribaguslovina.com\/index.php\/wp-json\/wp\/v2\/pages\/1366\/revisions\/1555"}],"wp:attachment":[{"href":"https:\/\/dev.puribaguslovina.com\/index.php\/wp-json\/wp\/v2\/media?parent=1366"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}