{"id":31,"date":"2025-08-25T07:12:13","date_gmt":"2025-08-25T07:12:13","guid":{"rendered":"https:\/\/www.staging.click\/tsresidence\/?page_id=31"},"modified":"2025-09-03T18:15:00","modified_gmt":"2025-09-03T10:15:00","slug":"easy-living","status":"publish","type":"page","link":"https:\/\/www.staging.click\/tsresidence\/easy-living\/","title":{"rendered":"Easy living"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"31\" class=\"elementor elementor-31\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7b6b8b0 e-flex e-con-boxed e-con e-parent\" data-id=\"7b6b8b0\" data-element_type=\"container\" id=\"hero\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-9e59ea8 e-con-full e-flex e-con e-child\" data-id=\"9e59ea8\" data-element_type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6e3e00a elementor-widget-mobile__width-initial elementor-widget elementor-widget-heading\" data-id=\"6e3e00a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Live in the Heart <br \/>\nof Seminyak<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6b6696d elementor-widget elementor-widget-heading\" data-id=\"6b6696d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Where everyday convenience meets world-class lifestyle <br \/>\u2014 all within walking distance.<\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-c6bdbc9 e-con-full e-flex e-con e-child\" data-id=\"c6bdbc9\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;absolute&quot;}\">\n\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-0149cf9 e-flex e-con-boxed e-con e-parent\" data-id=\"0149cf9\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-cfaef73 e-con-full e-flex e-con e-child\" data-id=\"cfaef73\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a458337 elementor-absolute elementor-widget elementor-widget-image\" data-id=\"a458337\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"1905\" height=\"1183\" src=\"https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/bali-island-outline.svg\" class=\"attachment-full size-full wp-image-345\" alt=\"\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e1453f9 e-con-full e-flex elementor-invisible e-con e-child\" data-id=\"e1453f9\" data-element_type=\"container\" data-settings=\"{&quot;animation&quot;:&quot;fadeInUp&quot;,&quot;animation_delay&quot;:100}\">\n\t\t<div class=\"elementor-element elementor-element-b5d149d e-con-full e-flex e-con e-child\" data-id=\"b5d149d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-05fcb0a elementor-widget__width-initial elementor-widget-mobile__width-initial elementor-widget elementor-widget-heading\" data-id=\"05fcb0a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Why Seminyak for long-term stay?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4469f9e elementor-widget elementor-widget-html\" data-id=\"4469f9e\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\ndocument.addEventListener(\"DOMContentLoaded\", function () {\n  const pointItems = document.querySelectorAll(\".point1, .point2, .point3, .point4, .point5\");\n\n  const images = {\n    point1: document.querySelector(\".point-image1\"),\n    point2: document.querySelector(\".point-image2\"),\n    point3: document.querySelector(\".point-image3\"),\n    point4: document.querySelector(\".point-image4\"),\n    point5: document.querySelector(\".point-image5\"),\n  };\n\n  const lines = {\n    point1: document.querySelector(\".point-line1\"),\n    point2: document.querySelector(\".point-line2\"),\n    point3: document.querySelector(\".point-line3\"),\n  };\n\n  let activePoint = \"point1\"; \/\/ default aktif pertama kali\n\n  function showImage(pointClass) {\n    Object.entries(images).forEach(([key, img]) => {\n      if (img) img.style.opacity = key === pointClass ? 1 : 0;\n    });\n  }\n\n  function activatePoint(pointClass) {\n    \/\/ Update class point aktif\n    pointItems.forEach(item => {\n      const classMatch = Array.from(item.classList).find(c => c.startsWith(\"point\"));\n      if (classMatch) {\n        item.classList.toggle(\"point-active\", classMatch === pointClass);\n      }\n    });\n\n    \/\/ Update garis aktif\n    Object.entries(lines).forEach(([key, line]) => {\n      if (line) line.style.opacity = key === pointClass ? 1 : 0;\n    });\n\n    \/\/ Update gambar\n    showImage(pointClass);\n\n    \/\/ Simpan state aktif saat ini\n    activePoint = pointClass;\n  }\n\n  \/\/ Inisialisasi default\n  activatePoint(activePoint);\n\n  pointItems.forEach(item => {\n    item.addEventListener(\"mouseenter\", function () {\n      const cls = Array.from(item.classList).find(c => c.startsWith(\"point\"));\n      if (cls && images[cls]) {\n        activatePoint(cls); \/\/ tidak perlu reset setelah mouse keluar\n      }\n    });\n  });\n});\n<\/script>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2b9006d e-con-full point1 e-flex e-con e-child\" data-id=\"2b9006d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d683cd7 elementor-widget__width-inherit points elementor-widget elementor-widget-heading\" data-id=\"d683cd7\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><p class=\"pmobile\"><span class=\"acc-number-mobile\">01<\/span> Strategically located with fast access to everything<\/p><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-892e60e e-con-full point2 e-flex e-con e-child\" data-id=\"892e60e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-83cdc5b elementor-widget__width-inherit points elementor-widget elementor-widget-heading\" data-id=\"83cdc5b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><p class=\"pmobile\"><span class=\"acc-number-mobile\">02<\/span> Safe, expat-friendly, and walkable<\/p><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-70b44af e-con-full point3 e-flex e-con e-child\" data-id=\"70b44af\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2cb169b elementor-widget__width-inherit points elementor-widget elementor-widget-heading\" data-id=\"2cb169b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><p class=\"pmobile\"><span class=\"acc-number-mobile\">03<\/span>Vibrant mix of culture, wellness, dining, and digital-friendly cafes<\/p><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e73bc57 e-con-full point4 e-flex e-con e-child\" data-id=\"e73bc57\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1d762ba elementor-widget__width-inherit points elementor-widget elementor-widget-heading\" data-id=\"1d762ba\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><p class=\"pmobile\"><span class=\"acc-number-mobile\">04<\/span>Well-developed infrastructure (hospital, co-working, retail)<\/p><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a9b502a elementor-absolute point-line3 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"a9b502a\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"156\" height=\"12\" viewBox=\"0 0 156 12\" fill=\"none\"><path d=\"M5.5 11.3333C8.44552 11.3333 10.8333 8.94552 10.8333 6C10.8333 3.05448 8.44552 0.666667 5.5 0.666667C2.55448 0.666667 0.166667 3.05448 0.166667 6C0.166667 8.94552 2.55448 11.3333 5.5 11.3333ZM5.5 6V7H6.48684V6L6.48684 5H5.5V6ZM8.46053 6V7L10.4342 7V6V5L8.46053 5V6ZM12.4079 6V7H14.3816V6V5H12.4079V6ZM16.3553 6V7H18.3289V6V5H16.3553V6ZM20.3026 6V7H22.2763V6V5H20.3026V6ZM24.25 6V7H26.2237V6V5L24.25 5V6ZM28.1974 6V7H30.1711V6V5L28.1974 5V6ZM32.1447 6V7H34.1184V6V5H32.1447V6ZM36.0921 6V7H38.0658V6V5H36.0921V6ZM40.0395 6V7H42.0132V6V5H40.0395V6ZM43.9868 6V7L45.9605 7V6V5L43.9868 5V6ZM47.9342 6V7H49.9079V6V5H47.9342V6ZM51.8816 6V7L53.8552 7V6V5L51.8816 5V6ZM55.8289 6V7H57.8026V6V5H55.8289V6ZM59.7763 6V7H61.75V6V5H59.7763V6ZM63.7237 6V7H65.6973V6V5H63.7237V6ZM67.671 6V7H69.6447V6V5L67.671 5V6ZM71.6184 6V7H73.5921V6V5L71.6184 5V6ZM75.5658 6V7H77.5395V6V5H75.5658V6ZM79.5131 6V7H81.4868V6V5H79.5131V6ZM83.4605 6V7H85.4342V6V5H83.4605V6ZM87.4079 6V7L89.3816 7V6V5L87.4079 5V6ZM91.3553 6V7H93.3289V6V5H91.3553V6ZM95.3026 6V7L97.2763 7V6V5L95.3026 5V6ZM99.25 6V7H101.224V6V5H99.25V6ZM103.197 6V7H105.171V6V5H103.197V6ZM107.145 6V7H109.118V6V5H107.145V6ZM111.092 6V7L113.066 7V6V5L111.092 5V6ZM115.039 6V7H117.013V6V5L115.039 5V6ZM118.987 6V7H120.961V6V5H118.987V6ZM122.934 6V7H124.908V6V5H122.934V6ZM126.882 6V7H128.855V6V5H126.882V6ZM130.829 6V7L132.803 7V6V5L130.829 5V6ZM134.776 6V7H136.75V6V5H134.776V6ZM138.724 6V7L140.697 7V6V5L138.724 5V6ZM142.671 6V7H144.645V6V5H142.671V6ZM146.618 6V7H148.592V6V5H146.618V6ZM150.566 6V7H152.539V6V5H150.566V6ZM154.513 6V7L155.5 7V6V5L154.513 5V6Z\" fill=\"white\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e77db0a e-con-full point5 e-flex e-con e-child\" data-id=\"e77db0a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-14bf66b elementor-widget__width-inherit points elementor-widget elementor-widget-heading\" data-id=\"14bf66b\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><p class=\"pmobile\"><span class=\"acc-number-mobile\">05<\/span>It\u2019s Bali, but with all the comforts of home<\/p><\/h3>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5a30821 roll-btn elementor-align-center elementor-widget__width-initial elementor-hidden-desktop elementor-widget elementor-widget-button\" data-id=\"5a30821\" data-element_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:\/\/tsresidence.reserveonline.id\/book\/1177\" 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 xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\"><path d=\"M12.3466 0.815371L13.2819 10.9034C13.2972 11.0703 13.4297 11.2016 13.5966 11.2182L23.6846 12.1534C24.1051 12.1929 24.1051 12.8071 23.6846 12.8466L13.5966 13.7819C13.4297 13.7972 13.2984 13.9297 13.2819 14.0966L12.3466 24.1847C12.3071 24.6052 11.6929 24.6052 11.6534 24.1847L10.7181 14.0966C10.7028 13.9297 10.5703 13.7985 10.4034 13.7819L0.31537 12.8466C-0.105124 12.8071 -0.105124 12.1929 0.31537 12.1534L10.4034 11.2182C10.5703 11.2029 10.7016 11.0703 10.7181 10.9034L11.6534 0.815371C11.6929 0.394876 12.3071 0.394876 12.3466 0.815371Z\" fill=\"white\"><\/path><path d=\"M10.1285 10.6317C10.4898 10.2704 9.73663 8.93157 8.44632 7.64127C7.15602 6.35096 5.81715 5.59782 5.45589 5.95909C5.09462 6.32036 5.84776 7.65922 7.13806 8.94953C8.42837 10.2398 9.76723 10.993 10.1285 10.6317Z\" fill=\"white\"><\/path><path d=\"M8.4468 17.3604C9.7371 16.0701 10.4902 14.7313 10.129 14.37C9.76771 14.0088 8.42885 14.7619 7.13854 16.0522C5.84824 17.3425 5.09511 18.6814 5.45638 19.0426C5.81764 19.4039 7.15649 18.6508 8.4468 17.3604Z\" fill=\"white\"><\/path><path d=\"M18.5387 19.043C18.8999 18.6818 18.1468 17.3429 16.8565 16.0526C15.5662 14.7623 14.2273 14.0091 13.866 14.3704C13.5048 14.7317 14.2579 16.0705 15.5482 17.3608C16.8385 18.6512 18.1774 19.4043 18.5387 19.043Z\" fill=\"white\"><\/path><path d=\"M16.8565 8.95011C18.1468 7.6598 18.8999 6.32094 18.5386 5.95968C18.1774 5.59841 16.8385 6.35154 15.5482 7.64185C14.2579 8.93216 13.5048 10.271 13.866 10.6323C14.2273 10.9935 15.5662 10.2404 16.8565 8.95011Z\" fill=\"white\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\"><span class=\"text-stack\">   <span class=\"text-front\">Book your long stay at Seminyak<\/span>   <span class=\"text-back\" aria-hidden=\"true\">Book your long stay at Seminyak<\/span> <\/span><\/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-999a8ed e-con-full elementor-hidden-tablet elementor-hidden-mobile e-flex e-con e-child\" data-id=\"999a8ed\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f28258f point-image1 elementor-absolute elementor-widget elementor-widget-image\" data-id=\"f28258f\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"360\" height=\"460\" src=\"https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/Why-Seminyak-4.webp\" class=\"attachment-full size-full wp-image-2018\" alt=\"\" srcset=\"https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/Why-Seminyak-4.webp 360w, https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/Why-Seminyak-4-235x300.webp 235w\" sizes=\"(max-width: 360px) 100vw, 360px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c8d8194 point-image2 elementor-absolute elementor-widget elementor-widget-image\" data-id=\"c8d8194\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"360\" height=\"460\" src=\"https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/Why-Seminyak-1.webp\" class=\"attachment-full size-full wp-image-2015\" alt=\"\" srcset=\"https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/Why-Seminyak-1.webp 360w, https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/Why-Seminyak-1-235x300.webp 235w\" sizes=\"(max-width: 360px) 100vw, 360px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7c87ba8 point-image3 elementor-absolute elementor-widget elementor-widget-image\" data-id=\"7c87ba8\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"360\" height=\"460\" src=\"https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/Why-Seminyak-2.webp\" class=\"attachment-full size-full wp-image-2016\" alt=\"\" srcset=\"https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/Why-Seminyak-2.webp 360w, https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/Why-Seminyak-2-235x300.webp 235w\" sizes=\"(max-width: 360px) 100vw, 360px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c673ece point-image4 elementor-absolute elementor-widget elementor-widget-image\" data-id=\"c673ece\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"360\" height=\"460\" src=\"https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/Why-Seminyak-3.webp\" class=\"attachment-full size-full wp-image-2017\" alt=\"\" srcset=\"https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/Why-Seminyak-3.webp 360w, https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/Why-Seminyak-3-235x300.webp 235w\" sizes=\"(max-width: 360px) 100vw, 360px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-30b40d1 point-image5 elementor-absolute elementor-widget elementor-widget-image\" data-id=\"30b40d1\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"360\" height=\"460\" src=\"https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/Why-Seminyak.webp\" class=\"attachment-full size-full wp-image-2014\" alt=\"\" srcset=\"https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/Why-Seminyak.webp 360w, https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/Why-Seminyak-235x300.webp 235w\" sizes=\"(max-width: 360px) 100vw, 360px\" \/>\t\t\t\t\t\t\t\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 class=\"elementor-element elementor-element-fc86fd3 roll-btn elementor-align-center elementor-widget__width-initial elementor-hidden-tablet elementor-hidden-mobile elementor-widget elementor-widget-button\" data-id=\"fc86fd3\" data-element_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:\/\/tsresidence.reserveonline.id\/book\/1177\" 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 xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\"><path d=\"M12.3466 0.815371L13.2819 10.9034C13.2972 11.0703 13.4297 11.2016 13.5966 11.2182L23.6846 12.1534C24.1051 12.1929 24.1051 12.8071 23.6846 12.8466L13.5966 13.7819C13.4297 13.7972 13.2984 13.9297 13.2819 14.0966L12.3466 24.1847C12.3071 24.6052 11.6929 24.6052 11.6534 24.1847L10.7181 14.0966C10.7028 13.9297 10.5703 13.7985 10.4034 13.7819L0.31537 12.8466C-0.105124 12.8071 -0.105124 12.1929 0.31537 12.1534L10.4034 11.2182C10.5703 11.2029 10.7016 11.0703 10.7181 10.9034L11.6534 0.815371C11.6929 0.394876 12.3071 0.394876 12.3466 0.815371Z\" fill=\"white\"><\/path><path d=\"M10.1285 10.6317C10.4898 10.2704 9.73663 8.93157 8.44632 7.64127C7.15602 6.35096 5.81715 5.59782 5.45589 5.95909C5.09462 6.32036 5.84776 7.65922 7.13806 8.94953C8.42837 10.2398 9.76723 10.993 10.1285 10.6317Z\" fill=\"white\"><\/path><path d=\"M8.4468 17.3604C9.7371 16.0701 10.4902 14.7313 10.129 14.37C9.76771 14.0088 8.42885 14.7619 7.13854 16.0522C5.84824 17.3425 5.09511 18.6814 5.45638 19.0426C5.81764 19.4039 7.15649 18.6508 8.4468 17.3604Z\" fill=\"white\"><\/path><path d=\"M18.5387 19.043C18.8999 18.6818 18.1468 17.3429 16.8565 16.0526C15.5662 14.7623 14.2273 14.0091 13.866 14.3704C13.5048 14.7317 14.2579 16.0705 15.5482 17.3608C16.8385 18.6512 18.1774 19.4043 18.5387 19.043Z\" fill=\"white\"><\/path><path d=\"M16.8565 8.95011C18.1468 7.6598 18.8999 6.32094 18.5386 5.95968C18.1774 5.59841 16.8385 6.35154 15.5482 7.64185C14.2579 8.93216 13.5048 10.271 13.866 10.6323C14.2273 10.9935 15.5662 10.2404 16.8565 8.95011Z\" fill=\"white\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\"><span class=\"text-stack\">   <span class=\"text-front\">Book your long stay at Seminyak<\/span>   <span class=\"text-back\" aria-hidden=\"true\">Book your long stay at Seminyak<\/span> <\/span><\/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<div class=\"elementor-element elementor-element-722ff08 e-flex e-con-boxed e-con e-parent\" data-id=\"722ff08\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-62cdbe8 e-con-full e-flex e-con e-child\" data-id=\"62cdbe8\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7a97b5d elementor-widget elementor-widget-heading\" data-id=\"7a97b5d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Life in the heart of Seminyak, where city energy meets island ease.<\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-de93a9c e-con-full e-flex e-con e-child\" data-id=\"de93a9c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e2944fc elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"e2944fc\" data-element_type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_rotateZ_effect&quot;:&quot;yes&quot;,&quot;motion_fx_rotateZ_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.8,&quot;sizes&quot;:[]},&quot;motion_fx_rotateZ_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M12.3466 0.315371L13.2819 10.4034C13.2972 10.5703 13.4297 10.7016 13.5966 10.7182L23.6846 11.6534C24.1051 11.6929 24.1051 12.3071 23.6846 12.3466L13.5966 13.2819C13.4297 13.2972 13.2984 13.4297 13.2819 13.5966L12.3466 23.6847C12.3071 24.1052 11.6929 24.1052 11.6534 23.6847L10.7181 13.5966C10.7028 13.4297 10.5703 13.2985 10.4034 13.2819L0.31537 12.3466C-0.105124 12.3071 -0.105124 11.6929 0.31537 11.6534L10.4034 10.7182C10.5703 10.7029 10.7016 10.5703 10.7181 10.4034L11.6534 0.315371C11.6929 -0.105124 12.3071 -0.105124 12.3466 0.315371Z\" fill=\"#141414\"><\/path><path d=\"M10.1285 10.1317C10.4898 9.77044 9.73663 8.43157 8.44632 7.14127C7.15602 5.85096 5.81715 5.09782 5.45589 5.45909C5.09462 5.82036 5.84776 7.15922 7.13806 8.44953C8.42837 9.73983 9.76723 10.493 10.1285 10.1317Z\" fill=\"#141414\"><\/path><path d=\"M8.4468 16.8604C9.7371 15.5701 10.4902 14.2313 10.129 13.87C9.76771 13.5088 8.42885 14.2619 7.13854 15.5522C5.84824 16.8425 5.09511 18.1814 5.45638 18.5426C5.81764 18.9039 7.15649 18.1508 8.4468 16.8604Z\" fill=\"#141414\"><\/path><path d=\"M18.5387 18.543C18.8999 18.1818 18.1468 16.8429 16.8565 15.5526C15.5662 14.2623 14.2273 13.5091 13.866 13.8704C13.5048 14.2317 14.2579 15.5705 15.5482 16.8608C16.8385 18.1512 18.1774 18.9043 18.5387 18.543Z\" fill=\"#141414\"><\/path><path d=\"M16.8565 8.45005C18.1468 7.15974 18.8999 5.82088 18.5386 5.45962C18.1774 5.09835 16.8385 5.85148 15.5482 7.14179C14.2579 8.43209 13.5048 9.77095 13.866 10.1322C14.2273 10.4935 15.5662 9.74035 16.8565 8.45005Z\" fill=\"#141414\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-821c7ea elementor-widget elementor-widget-text-editor\" data-id=\"821c7ea\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Stay connected to everything \u2014 beaches, caf\u00e9s, co-working spaces, wellness studios, and Bali\u2019s vibrant social scene. TS Residence places you at the epicenter of long-stay convenience.<\/p>\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 class=\"elementor-element elementor-element-527cd35 elementor-hidden-mobile elementor-widget-tablet__width-initial elementor-hidden-tablet elementor-widget elementor-widget-image\" data-id=\"527cd35\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"426\" height=\"240\" src=\"https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/modern-hallway-with-natural-touch-in-tsresidence.webp\" class=\"attachment-full size-full wp-image-542\" alt=\"\" srcset=\"https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/modern-hallway-with-natural-touch-in-tsresidence.webp 426w, https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/modern-hallway-with-natural-touch-in-tsresidence-300x169.webp 300w\" sizes=\"(max-width: 426px) 100vw, 426px\" \/>\t\t\t\t\t\t\t\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<div class=\"elementor-element elementor-element-90f0fd0 elementor-hidden-tablet elementor-hidden-mobile e-flex e-con-boxed e-con e-parent\" data-id=\"90f0fd0\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-ef8e366 e-con-full e-flex e-con e-child\" data-id=\"ef8e366\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fd0e48b simage1 elementor-absolute elementor-widget elementor-widget-image\" data-id=\"fd0e48b\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"768\" src=\"https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/central-connected.webp\" class=\"attachment-full size-full wp-image-2012\" alt=\"\" srcset=\"https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/central-connected.webp 600w, https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/central-connected-234x300.webp 234w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-cfcbddb simage2 elementor-absolute elementor-widget elementor-widget-image\" data-id=\"cfcbddb\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"768\" src=\"https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/no-1-wellness-club.webp\" class=\"attachment-full size-full wp-image-2013\" alt=\"\" srcset=\"https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/no-1-wellness-club.webp 600w, https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/no-1-wellness-club-234x300.webp 234w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d859ffd simage3 elementor-absolute elementor-widget elementor-widget-image\" data-id=\"d859ffd\" data-element_type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"768\" src=\"https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/beachside-energy.webp\" class=\"attachment-full size-full wp-image-2011\" alt=\"\" srcset=\"https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/beachside-energy.webp 600w, https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/beachside-energy-234x300.webp 234w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-935078d e-con-full e-flex e-con e-child\" data-id=\"935078d\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0e5cda7 elementor-widget elementor-widget-html\" data-id=\"0e5cda7\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\r\ndocument.addEventListener(\"DOMContentLoaded\", function () {\r\n  const points = document.querySelectorAll(\".spoint1, .spoint2, .spoint3\");\r\n\r\n  const images = {\r\n    simage1: document.querySelector(\".simage1\"),\r\n    simage2: document.querySelector(\".simage2\"),\r\n    simage3: document.querySelector(\".simage3\"),\r\n   \r\n  };\r\n\r\n  const lines = {\r\n    spoint1: document.querySelector(\".spoint-line1\"),\r\n    spoint2: document.querySelector(\".spoint-line2\"),\r\n    spoint3: document.querySelector(\".spoint-line3\"),\r\n    \r\n  };\r\n\r\n  let activeIndex = 0;\r\n  const duration = 4000; \/\/ 4 seconds per slide\r\n  let interval; \/\/ store autoplay timer\r\n\r\n  function showImage(index) {\r\n    const imageClass = \"simage\" + (index + 1);\r\n    Object.entries(images).forEach(([key, img]) => {\r\n      if (img) img.style.opacity = key === imageClass ? 1 : 0;\r\n    });\r\n  }\r\n\r\n  function activatePoint(index) {\r\n    const pointClass = \"spoint\" + (index + 1);\r\n\r\n    \/\/ update active state\r\n    points.forEach((item, i) => {\r\n      item.classList.toggle(\"point-active\", i === index);\r\n    });\r\n\r\n    \/\/ reset & animate lines\r\n    Object.entries(lines).forEach(([key, line]) => {\r\n      if (line) {\r\n        line.style.width = \"0%\";\r\n        line.style.transition = \"none\";\r\n      }\r\n    });\r\n    setTimeout(() => {\r\n      const line = lines[pointClass];\r\n      if (line) {\r\n        line.style.transition = `width ${duration}ms linear`;\r\n        line.style.width = \"100%\";\r\n      }\r\n    }, 50);\r\n\r\n    \/\/ show image\r\n    showImage(index);\r\n\r\n    activeIndex = index;\r\n  }\r\n\r\n  function nextPoint() {\r\n    let nextIndex = (activeIndex + 1) % points.length;\r\n    activatePoint(nextIndex);\r\n  }\r\n\r\n  function startAutoplay() {\r\n    clearInterval(interval);\r\n    interval = setInterval(nextPoint, duration);\r\n  }\r\n\r\n  \/\/ hover effect\r\n  points.forEach((point, i) => {\r\n    point.addEventListener(\"mouseenter\", () => {\r\n      activatePoint(i);   \/\/ go directly to hovered point\r\n      startAutoplay();    \/\/ restart cycle from here\r\n    });\r\n  });\r\n\r\n  \/\/ start autoplay on load\r\n  activatePoint(activeIndex);\r\n  startAutoplay();\r\n\r\n});\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-146010e e-con-full spoint1 e-flex e-con e-child\" data-id=\"146010e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4f75cbb elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"4f75cbb\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><span class=\"acc-number\">01<\/span> Central &amp; connected<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-80f6db6 elementor-widget elementor-widget-text-editor\" data-id=\"80f6db6\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Stay just minutes from Bali\u2019s top destinations, with seamless access to roads, shops, and essentials.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0e8ae23 e-con-full spoint-line1 e-flex e-con e-child\" data-id=\"0e8ae23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-2f8c5d6 e-con-full spoint2 e-flex e-con e-child\" data-id=\"2f8c5d6\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7d8edd2 elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"7d8edd2\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><span class=\"acc-number\">02<\/span> No 1 Wellness Club<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e2a06b6 elementor-widget elementor-widget-text-editor\" data-id=\"e2a06b6\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Surrounded by world-class gyms, yoga studios, healthy caf\u00e9s, and holistic wellness hubs.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-19fdba9 e-con-full spoint-line2 e-flex e-con e-child\" data-id=\"19fdba9\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e3763dd e-con-full spoint3 e-flex e-con e-child\" data-id=\"e3763dd\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6b5d40f elementor-widget__width-inherit elementor-widget elementor-widget-heading\" data-id=\"6b5d40f\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h3 class=\"elementor-heading-title elementor-size-default\"><span class=\"acc-number\">03<\/span>Beachside energy<\/h3>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3b1e89e elementor-widget elementor-widget-text-editor\" data-id=\"3b1e89e\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>A short drive to Legian and Seminyak Beach for your daily dose of sand, sun, and serenity.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-fd90d0e e-con-full spoint-line3 e-flex e-con e-child\" data-id=\"fd90d0e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3c24fde roll-btn elementor-align-center elementor-widget__width-initial elementor-widget elementor-widget-button\" data-id=\"3c24fde\" data-element_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:\/\/tsresidence.reserveonline.id\/book\/1177\" 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 xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\"><path d=\"M12.3466 0.815371L13.2819 10.9034C13.2972 11.0703 13.4297 11.2016 13.5966 11.2182L23.6846 12.1534C24.1051 12.1929 24.1051 12.8071 23.6846 12.8466L13.5966 13.7819C13.4297 13.7972 13.2984 13.9297 13.2819 14.0966L12.3466 24.1847C12.3071 24.6052 11.6929 24.6052 11.6534 24.1847L10.7181 14.0966C10.7028 13.9297 10.5703 13.7985 10.4034 13.7819L0.31537 12.8466C-0.105124 12.8071 -0.105124 12.1929 0.31537 12.1534L10.4034 11.2182C10.5703 11.2029 10.7016 11.0703 10.7181 10.9034L11.6534 0.815371C11.6929 0.394876 12.3071 0.394876 12.3466 0.815371Z\" fill=\"white\"><\/path><path d=\"M10.1285 10.6317C10.4898 10.2704 9.73663 8.93157 8.44632 7.64127C7.15602 6.35096 5.81715 5.59782 5.45589 5.95909C5.09462 6.32036 5.84776 7.65922 7.13806 8.94953C8.42837 10.2398 9.76723 10.993 10.1285 10.6317Z\" fill=\"white\"><\/path><path d=\"M8.4468 17.3604C9.7371 16.0701 10.4902 14.7313 10.129 14.37C9.76771 14.0088 8.42885 14.7619 7.13854 16.0522C5.84824 17.3425 5.09511 18.6814 5.45638 19.0426C5.81764 19.4039 7.15649 18.6508 8.4468 17.3604Z\" fill=\"white\"><\/path><path d=\"M18.5387 19.043C18.8999 18.6818 18.1468 17.3429 16.8565 16.0526C15.5662 14.7623 14.2273 14.0091 13.866 14.3704C13.5048 14.7317 14.2579 16.0705 15.5482 17.3608C16.8385 18.6512 18.1774 19.4043 18.5387 19.043Z\" fill=\"white\"><\/path><path d=\"M16.8565 8.95011C18.1468 7.6598 18.8999 6.32094 18.5386 5.95968C18.1774 5.59841 16.8385 6.35154 15.5482 7.64185C14.2579 8.93216 13.5048 10.271 13.866 10.6323C14.2273 10.9935 15.5662 10.2404 16.8565 8.95011Z\" fill=\"white\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\"><span class=\"text-stack\">   <span class=\"text-front\">Book your long stay at Seminyak<\/span>   <span class=\"text-back\" aria-hidden=\"true\">Book your long stay at Seminyak<\/span> <\/span><\/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\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-870416e elementor-hidden-desktop e-con-full e-flex e-con e-parent\" data-id=\"870416e\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4ac0ec7 elementor-widget elementor-widget-n-accordion\" data-id=\"4ac0ec7\" data-element_type=\"widget\" data-settings=\"{&quot;default_state&quot;:&quot;expanded&quot;,&quot;max_items_expended&quot;:&quot;one&quot;,&quot;n_accordion_animation_duration&quot;:{&quot;unit&quot;:&quot;ms&quot;,&quot;size&quot;:400,&quot;sizes&quot;:[]}}\" data-widget_type=\"nested-accordion.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-accordion\" aria-label=\"Accordion. Open links with Enter or Space, close with Escape, and navigate with Arrow Keys\">\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-7830\" class=\"e-n-accordion-item\" open>\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"1\" tabindex=\"0\" aria-expanded=\"true\" aria-controls=\"e-n-accordion-item-7830\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> <p class=\"pmobile\"><span class=\"acc-number-mobile\">01<\/span> Central &amp; connected<\/p> <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-minus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\"><path d=\"M8.75 7.25V1C8.75 0.801088 8.67098 0.610322 8.53033 0.46967C8.38968 0.329018 8.19891 0.25 8 0.25C7.80109 0.25 7.61032 0.329018 7.46967 0.46967C7.32902 0.610322 7.25 0.801088 7.25 1V7.25H1C0.801088 7.25 0.610322 7.32902 0.46967 7.46967C0.329018 7.61032 0.25 7.80109 0.25 8C0.25 8.19891 0.329018 8.38968 0.46967 8.53033C0.610322 8.67098 0.801088 8.75 1 8.75H7.25V15C7.25259 15.1981 7.33244 15.3874 7.47253 15.5275C7.61263 15.6676 7.80189 15.7474 8 15.75C8.19891 15.75 8.38968 15.671 8.53033 15.5303C8.67098 15.3897 8.75 15.1989 8.75 15V8.75H15C15.1989 8.75 15.3897 8.67098 15.5303 8.53033C15.671 8.38968 15.75 8.19891 15.75 8C15.7474 7.80189 15.6676 7.61263 15.5275 7.47253C15.3874 7.33244 15.1981 7.25259 15 7.25H8.75Z\" fill=\"#141414\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-7830\" class=\"elementor-element elementor-element-5e95db2 e-con-full e-flex e-con e-child\" data-id=\"5e95db2\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6ced59c elementor-widget elementor-widget-image\" data-id=\"6ced59c\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1152\" height=\"768\" src=\"https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/young-smiling-woman-white-dress-riding-tropical-beach-bicycle-sunglasses-traveling-summer-vacation-thailand-1.webp\" class=\"attachment-full size-full wp-image-545\" alt=\"\" srcset=\"https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/young-smiling-woman-white-dress-riding-tropical-beach-bicycle-sunglasses-traveling-summer-vacation-thailand-1.webp 1152w, https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/young-smiling-woman-white-dress-riding-tropical-beach-bicycle-sunglasses-traveling-summer-vacation-thailand-1-300x200.webp 300w, https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/young-smiling-woman-white-dress-riding-tropical-beach-bicycle-sunglasses-traveling-summer-vacation-thailand-1-1024x683.webp 1024w, https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/young-smiling-woman-white-dress-riding-tropical-beach-bicycle-sunglasses-traveling-summer-vacation-thailand-1-768x512.webp 768w\" sizes=\"(max-width: 1152px) 100vw, 1152px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-080ff33 elementor-widget elementor-widget-text-editor\" data-id=\"080ff33\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Stay just minutes from Bali\u2019s top destinations, with seamless access to roads, shops, and essentials.\u00a0<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-7831\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"2\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-7831\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> <p class=\"pmobile\"><span class=\"acc-number-mobile\">02<\/span> No 1 Wellness Club<\/p> <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-minus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\"><path d=\"M8.75 7.25V1C8.75 0.801088 8.67098 0.610322 8.53033 0.46967C8.38968 0.329018 8.19891 0.25 8 0.25C7.80109 0.25 7.61032 0.329018 7.46967 0.46967C7.32902 0.610322 7.25 0.801088 7.25 1V7.25H1C0.801088 7.25 0.610322 7.32902 0.46967 7.46967C0.329018 7.61032 0.25 7.80109 0.25 8C0.25 8.19891 0.329018 8.38968 0.46967 8.53033C0.610322 8.67098 0.801088 8.75 1 8.75H7.25V15C7.25259 15.1981 7.33244 15.3874 7.47253 15.5275C7.61263 15.6676 7.80189 15.7474 8 15.75C8.19891 15.75 8.38968 15.671 8.53033 15.5303C8.67098 15.3897 8.75 15.1989 8.75 15V8.75H15C15.1989 8.75 15.3897 8.67098 15.5303 8.53033C15.671 8.38968 15.75 8.19891 15.75 8C15.7474 7.80189 15.6676 7.61263 15.5275 7.47253C15.3874 7.33244 15.1981 7.25259 15 7.25H8.75Z\" fill=\"#141414\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-7831\" class=\"elementor-element elementor-element-01d0a02 e-con-full e-flex e-con e-child\" data-id=\"01d0a02\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-26c1326 elementor-widget elementor-widget-image\" data-id=\"26c1326\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"768\" src=\"https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/no-1-wellness-club.webp\" class=\"attachment-full size-full wp-image-2013\" alt=\"\" srcset=\"https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/no-1-wellness-club.webp 600w, https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/no-1-wellness-club-234x300.webp 234w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2a6ff09 elementor-widget elementor-widget-text-editor\" data-id=\"2a6ff09\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Surrounded by world-class gyms, yoga studios, healthy caf\u00e9s, and holistic wellness hubs.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\t\t\t\t\t\t<details id=\"e-n-accordion-item-7832\" class=\"e-n-accordion-item\" >\n\t\t\t\t<summary class=\"e-n-accordion-item-title\" data-accordion-index=\"3\" tabindex=\"-1\" aria-expanded=\"false\" aria-controls=\"e-n-accordion-item-7832\" >\n\t\t\t\t\t<span class='e-n-accordion-item-title-header'><div class=\"e-n-accordion-item-title-text\"> <p class=\"pmobile\"><span class=\"acc-number-mobile\">03<\/span> Stretching, Balance &amp; Core Training<\/p> <\/div><\/span>\n\t\t\t\t\t\t\t<span class='e-n-accordion-item-title-icon'>\n\t\t\t<span class='e-opened' ><svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-minus\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M416 208H32c-17.67 0-32 14.33-32 32v32c0 17.67 14.33 32 32 32h384c17.67 0 32-14.33 32-32v-32c0-17.67-14.33-32-32-32z\"><\/path><\/svg><\/span>\n\t\t\t<span class='e-closed'><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\"><path d=\"M8.75 7.25V1C8.75 0.801088 8.67098 0.610322 8.53033 0.46967C8.38968 0.329018 8.19891 0.25 8 0.25C7.80109 0.25 7.61032 0.329018 7.46967 0.46967C7.32902 0.610322 7.25 0.801088 7.25 1V7.25H1C0.801088 7.25 0.610322 7.32902 0.46967 7.46967C0.329018 7.61032 0.25 7.80109 0.25 8C0.25 8.19891 0.329018 8.38968 0.46967 8.53033C0.610322 8.67098 0.801088 8.75 1 8.75H7.25V15C7.25259 15.1981 7.33244 15.3874 7.47253 15.5275C7.61263 15.6676 7.80189 15.7474 8 15.75C8.19891 15.75 8.38968 15.671 8.53033 15.5303C8.67098 15.3897 8.75 15.1989 8.75 15V8.75H15C15.1989 8.75 15.3897 8.67098 15.5303 8.53033C15.671 8.38968 15.75 8.19891 15.75 8C15.7474 7.80189 15.6676 7.61263 15.5275 7.47253C15.3874 7.33244 15.1981 7.25259 15 7.25H8.75Z\" fill=\"#141414\"><\/path><\/svg><\/span>\n\t\t<\/span>\n\n\t\t\t\t\t\t<\/summary>\n\t\t\t\t<div role=\"region\" aria-labelledby=\"e-n-accordion-item-7832\" class=\"elementor-element elementor-element-e515b17 e-con-full e-flex e-con e-child\" data-id=\"e515b17\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a11e304 elementor-widget elementor-widget-image\" data-id=\"a11e304\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"768\" src=\"https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/beachside-energy.webp\" class=\"attachment-full size-full wp-image-2011\" alt=\"\" srcset=\"https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/beachside-energy.webp 600w, https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/beachside-energy-234x300.webp 234w\" sizes=\"(max-width: 600px) 100vw, 600px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-35f8126 elementor-widget elementor-widget-text-editor\" data-id=\"35f8126\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Engage in low-impact movement designed to build stability, flexibility, and long-term body awareness.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/details>\n\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-6268083 roll-btn elementor-align-center elementor-widget__width-initial elementor-hidden-desktop elementor-widget elementor-widget-button\" data-id=\"6268083\" data-element_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:\/\/tsresidence.reserveonline.id\/book\/1177\" 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 xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\"><path d=\"M12.3466 0.815371L13.2819 10.9034C13.2972 11.0703 13.4297 11.2016 13.5966 11.2182L23.6846 12.1534C24.1051 12.1929 24.1051 12.8071 23.6846 12.8466L13.5966 13.7819C13.4297 13.7972 13.2984 13.9297 13.2819 14.0966L12.3466 24.1847C12.3071 24.6052 11.6929 24.6052 11.6534 24.1847L10.7181 14.0966C10.7028 13.9297 10.5703 13.7985 10.4034 13.7819L0.31537 12.8466C-0.105124 12.8071 -0.105124 12.1929 0.31537 12.1534L10.4034 11.2182C10.5703 11.2029 10.7016 11.0703 10.7181 10.9034L11.6534 0.815371C11.6929 0.394876 12.3071 0.394876 12.3466 0.815371Z\" fill=\"white\"><\/path><path d=\"M10.1285 10.6317C10.4898 10.2704 9.73663 8.93157 8.44632 7.64127C7.15602 6.35096 5.81715 5.59782 5.45589 5.95909C5.09462 6.32036 5.84776 7.65922 7.13806 8.94953C8.42837 10.2398 9.76723 10.993 10.1285 10.6317Z\" fill=\"white\"><\/path><path d=\"M8.4468 17.3604C9.7371 16.0701 10.4902 14.7313 10.129 14.37C9.76771 14.0088 8.42885 14.7619 7.13854 16.0522C5.84824 17.3425 5.09511 18.6814 5.45638 19.0426C5.81764 19.4039 7.15649 18.6508 8.4468 17.3604Z\" fill=\"white\"><\/path><path d=\"M18.5387 19.043C18.8999 18.6818 18.1468 17.3429 16.8565 16.0526C15.5662 14.7623 14.2273 14.0091 13.866 14.3704C13.5048 14.7317 14.2579 16.0705 15.5482 17.3608C16.8385 18.6512 18.1774 19.4043 18.5387 19.043Z\" fill=\"white\"><\/path><path d=\"M16.8565 8.95011C18.1468 7.6598 18.8999 6.32094 18.5386 5.95968C18.1774 5.59841 16.8385 6.35154 15.5482 7.64185C14.2579 8.93216 13.5048 10.271 13.866 10.6323C14.2273 10.9935 15.5662 10.2404 16.8565 8.95011Z\" fill=\"white\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\"><span class=\"text-stack\">   <span class=\"text-front\">Book your long stay at Seminyak<\/span>   <span class=\"text-back\" aria-hidden=\"true\">Book your long stay at Seminyak<\/span> <\/span><\/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-4fbc74b e-flex e-con-boxed e-con e-parent\" data-id=\"4fbc74b\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d7ea758 elementor-widget elementor-widget-heading\" data-id=\"d7ea758\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Always connected<\/h2>\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-feda188 e-flex e-con-boxed e-con e-parent\" data-id=\"feda188\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4ed7aa9 elementor-widget elementor-widget-n-carousel\" data-id=\"4ed7aa9\" data-element_type=\"widget\" data-settings=\"{&quot;carousel_items&quot;:[{&quot;_id&quot;:&quot;46e522a&quot;,&quot;slide_title&quot;:&quot;Slide #4&quot;},{&quot;slide_title&quot;:&quot;Slide #1&quot;,&quot;_id&quot;:&quot;5aa4a1d&quot;},{&quot;slide_title&quot;:&quot;Slide #2&quot;,&quot;_id&quot;:&quot;707f925&quot;},{&quot;slide_title&quot;:&quot;Slide #3&quot;,&quot;_id&quot;:&quot;0ae21e4&quot;}],&quot;slides_to_show&quot;:&quot;1&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_offset&quot;:40,&quot;sticky_parent&quot;:&quot;yes&quot;,&quot;sticky_on&quot;:[&quot;desktop&quot;],&quot;slides_to_show_tablet&quot;:&quot;2&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&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;offset_sides&quot;:&quot;none&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&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;:[]},&quot;sticky_effects_offset&quot;:0,&quot;sticky_anchor_link_offset&quot;:0}\" data-widget_type=\"nested-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-carousel swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"1\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-82dd29d e-flex e-con-boxed e-con e-child\" data-id=\"82dd29d\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"2\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2517cd2 e-flex e-con-boxed e-con e-child\" data-id=\"2517cd2\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"3\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-b15ed1b e-flex e-con-boxed e-con e-child\" data-id=\"b15ed1b\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"4\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"4 of 4\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-00cb432 e-flex e-con-boxed e-con e-child\" data-id=\"00cb432\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-03c0637 e-con-full e-flex e-con e-child\" data-id=\"03c0637\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f06f183 elementor-position-left elementor-mobile-position-left elementor-widget-tablet__width-initial elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"f06f183\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100\" height=\"100\" viewBox=\"0 0 100 100\" fill=\"none\"><rect x=\"0.5\" y=\"0.5\" width=\"99\" height=\"99\" rx=\"49.5\" stroke=\"#715033\"><\/rect><g clip-path=\"url(#clip0_1_189)\"><path d=\"M46.07 32.8775C46.77 31.4775 48.0325 30 50 30C51.9675 30 53.23 31.48 53.93 32.8775C54.6525 34.325 55 36.0775 55 37.5V46.7275L67.925 53.19C68.5484 53.5012 69.0728 53.98 69.4393 54.5726C69.8058 55.1652 70 55.8482 70 56.545V60C69.9999 60.1814 69.9603 60.3607 69.884 60.5253C69.8077 60.6899 69.6964 60.8359 69.5579 60.9532C69.4195 61.0705 69.2572 61.1562 69.0822 61.2045C68.9073 61.2527 68.724 61.2623 68.545 61.2325L54.7775 58.9375L53.84 64.57L57.135 67.865C57.3103 68.0398 57.4297 68.2628 57.4781 68.5055C57.5265 68.7483 57.5018 69 57.407 69.2287C57.3122 69.4573 57.1516 69.6527 56.9456 69.7901C56.7397 69.9274 56.4976 70.0004 56.25 70H43.75C43.5024 70.0004 43.2603 69.9274 43.0544 69.7901C42.8484 69.6527 42.6878 69.4573 42.593 69.2287C42.4982 69 42.4735 68.7483 42.5219 68.5055C42.5703 68.2628 42.6897 68.0398 42.865 67.865L46.1625 64.57L45.2225 58.9375L31.455 61.2325C31.276 61.2623 31.0927 61.2527 30.9178 61.2045C30.7428 61.1562 30.5805 61.0705 30.4421 60.9532C30.3036 60.8359 30.1923 60.6899 30.116 60.5253C30.0397 60.3607 30.0001 60.1814 30 60V56.545C30 55.8482 30.1942 55.1652 30.5607 54.5726C30.9272 53.98 31.4516 53.5012 32.075 53.19L45 46.7275V37.5C45 36.08 45.35 34.3225 46.07 32.8775ZM48.305 33.9975C47.7775 35.05 47.5 36.4225 47.5 37.5V47.5C47.5 47.7319 47.4354 47.9593 47.3136 48.1567C47.1917 48.354 47.0174 48.5136 46.81 48.6175L33.19 55.4275C32.9826 55.5314 32.8083 55.691 32.6864 55.8883C32.5646 56.0857 32.5 56.3131 32.5 56.545V58.525L46.045 56.2675C46.3715 56.2132 46.7062 56.2907 46.9757 56.4828C47.2451 56.675 47.4274 56.9661 47.4825 57.2925L48.7325 64.7925C48.7656 64.9893 48.7511 65.1912 48.6902 65.3813C48.6293 65.5713 48.5238 65.7441 48.3825 65.885L46.77 67.5H53.235L51.6175 65.885C51.4766 65.7443 51.3713 65.572 51.3104 65.3824C51.2495 65.1928 51.2348 64.9914 51.2675 64.795L52.5175 57.295C52.5445 57.1329 52.6031 56.9778 52.6901 56.8384C52.7771 56.699 52.8907 56.5782 53.0245 56.4827C53.1582 56.3873 53.3095 56.3192 53.4696 56.2822C53.6297 56.2453 53.7955 56.2403 53.9575 56.2675L67.5 58.525V56.545C67.5 56.3131 67.4355 56.0857 67.3136 55.8883C67.1917 55.691 67.0174 55.5314 66.81 55.4275L53.19 48.6175C52.9826 48.5136 52.8083 48.354 52.6864 48.1567C52.5646 47.9593 52.5 47.7319 52.5 47.5V37.5C52.5 36.42 52.225 35.0525 51.695 33.9975C51.145 32.8975 50.5325 32.5 50 32.5C49.4675 32.5 48.855 32.895 48.305 33.9975Z\" fill=\"#715033\"><\/path><\/g><defs><clipPath id=\"clip0_1_189\"><rect width=\"40\" height=\"40\" fill=\"white\" transform=\"translate(30 30)\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t<strong>20 minutes <\/strong> to Ngurah Rai <br \/> International Airport\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-51a584a elementor-position-left elementor-mobile-position-left elementor-widget-tablet__width-initial elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"51a584a\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100\" height=\"100\" viewBox=\"0 0 100 100\" fill=\"none\"><rect x=\"0.5\" y=\"0.5\" width=\"99\" height=\"99\" rx=\"49.5\" stroke=\"#715033\"><\/rect><g clip-path=\"url(#clip0_1_195)\"><path d=\"M30.09 38.2849C30.2134 37.9773 30.4539 37.7313 30.7586 37.601C31.0633 37.4706 31.4074 37.4667 31.715 37.5899L36.1075 39.3474C37.0014 39.7049 37.9986 39.7049 38.8925 39.3474L41.4275 38.3324C42.9176 37.7363 44.5799 37.7363 46.07 38.3324L48.6075 39.3474C49.5014 39.7049 50.4986 39.7049 51.3925 39.3474L53.9275 38.3324C55.4176 37.7363 57.0799 37.7363 58.57 38.3324L61.1075 39.3474C62.0014 39.7049 62.9986 39.7049 63.8925 39.3474L68.285 37.5899C68.4381 37.5248 68.6026 37.4909 68.769 37.4902C68.9353 37.4896 69.1001 37.5221 69.2537 37.5859C69.4073 37.6497 69.5466 37.7435 69.6635 37.8619C69.7804 37.9802 69.8725 38.1207 69.9344 38.2751C69.9963 38.4295 70.0267 38.5947 70.024 38.761C70.0212 38.9274 69.9853 39.0914 69.9183 39.2437C69.8513 39.3959 69.7546 39.5333 69.6338 39.6477C69.513 39.7621 69.3707 39.8512 69.215 39.9099L64.82 41.6674C63.3299 42.2635 61.6676 42.2635 60.1775 41.6674L57.6425 40.6524C56.7486 40.2949 55.7514 40.2949 54.8575 40.6524L52.32 41.6674C50.8299 42.2635 49.1676 42.2635 47.6775 41.6674L45.1425 40.6524C44.2486 40.2949 43.2514 40.2949 42.3575 40.6524L39.82 41.6674C38.3299 42.2635 36.6676 42.2635 35.1775 41.6674L30.785 39.9099C30.4774 39.7865 30.2314 39.546 30.1011 39.2413C29.9707 38.9366 29.9668 38.5926 30.09 38.2849ZM30.09 45.7849C30.2134 45.4773 30.4539 45.2313 30.7586 45.101C31.0633 44.9706 31.4074 44.9666 31.715 45.0899L36.1075 46.8474C37.0014 47.2049 37.9986 47.2049 38.8925 46.8474L41.4275 45.8324C42.9176 45.2363 44.5799 45.2363 46.07 45.8324L48.6075 46.8474C49.5014 47.2049 50.4986 47.2049 51.3925 46.8474L53.9275 45.8324C55.4176 45.2363 57.0799 45.2363 58.57 45.8324L61.1075 46.8474C62.0014 47.2049 62.9986 47.2049 63.8925 46.8474L68.285 45.0899C68.4381 45.0248 68.6026 44.9909 68.769 44.9902C68.9353 44.9896 69.1001 45.0221 69.2537 45.0859C69.4073 45.1497 69.5466 45.2435 69.6635 45.3619C69.7804 45.4802 69.8725 45.6207 69.9344 45.7751C69.9963 45.9295 70.0267 46.0947 70.024 46.261C70.0212 46.4274 69.9853 46.5914 69.9183 46.7437C69.8513 46.8959 69.7546 47.0333 69.6338 47.1477C69.513 47.2621 69.3707 47.3512 69.215 47.4099L64.82 49.1674C63.3299 49.7635 61.6676 49.7635 60.1775 49.1674L57.6425 48.1524C56.7486 47.7949 55.7514 47.7949 54.8575 48.1524L52.32 49.1674C50.8299 49.7635 49.1676 49.7635 47.6775 49.1674L45.1425 48.1524C44.2486 47.7949 43.2514 47.7949 42.3575 48.1524L39.82 49.1674C38.3299 49.7635 36.6676 49.7635 35.1775 49.1674L30.785 47.4099C30.4774 47.2865 30.2314 47.046 30.1011 46.7413C29.9707 46.4366 29.9668 46.0926 30.09 45.7849ZM30.09 53.2849C30.2134 52.9773 30.4539 52.7313 30.7586 52.601C31.0633 52.4706 31.4074 52.4667 31.715 52.5899L36.1075 54.3474C37.0014 54.7049 37.9986 54.7049 38.8925 54.3474L41.4275 53.3324C42.9176 52.7363 44.5799 52.7363 46.07 53.3324L48.6075 54.3474C49.5014 54.7049 50.4986 54.7049 51.3925 54.3474L53.9275 53.3324C55.4176 52.7363 57.0799 52.7363 58.57 53.3324L61.1075 54.3474C62.0014 54.7049 62.9986 54.7049 63.8925 54.3474L68.285 52.5899C68.4381 52.5248 68.6026 52.4909 68.769 52.4902C68.9353 52.4896 69.1001 52.5221 69.2537 52.5859C69.4073 52.6497 69.5466 52.7435 69.6635 52.8619C69.7804 52.9802 69.8725 53.1207 69.9344 53.2751C69.9963 53.4295 70.0267 53.5947 70.024 53.761C70.0212 53.9274 69.9853 54.0914 69.9183 54.2437C69.8513 54.3959 69.7546 54.5333 69.6338 54.6477C69.513 54.7621 69.3707 54.8512 69.215 54.9099L64.82 56.6674C63.3299 57.2635 61.6676 57.2635 60.1775 56.6674L57.6425 55.6524C56.7486 55.2949 55.7514 55.2949 54.8575 55.6524L52.32 56.6674C50.8299 57.2635 49.1676 57.2635 47.6775 56.6674L45.1425 55.6524C44.2486 55.2949 43.2514 55.2949 42.3575 55.6524L39.82 56.6674C38.3299 57.2635 36.6676 57.2635 35.1775 56.6674L30.785 54.9099C30.4774 54.7865 30.2314 54.546 30.1011 54.2413C29.9707 53.9366 29.9668 53.5926 30.09 53.2849ZM30.09 60.7849C30.2134 60.4773 30.4539 60.2313 30.7586 60.101C31.0633 59.9706 31.4074 59.9667 31.715 60.0899L36.1075 61.8474C37.0014 62.2049 37.9986 62.2049 38.8925 61.8474L41.4275 60.8324C42.9176 60.2363 44.5799 60.2363 46.07 60.8324L48.6075 61.8474C49.5014 62.2049 50.4986 62.2049 51.3925 61.8474L53.9275 60.8324C55.4176 60.2363 57.0799 60.2363 58.57 60.8324L61.1075 61.8474C62.0014 62.2049 62.9986 62.2049 63.8925 61.8474L68.285 60.0899C68.4381 60.0248 68.6026 59.9909 68.769 59.9902C68.9353 59.9896 69.1001 60.0221 69.2537 60.0859C69.4073 60.1497 69.5466 60.2435 69.6635 60.3619C69.7804 60.4802 69.8725 60.6207 69.9344 60.7751C69.9963 60.9295 70.0267 61.0947 70.024 61.261C70.0212 61.4274 69.9853 61.5914 69.9183 61.7437C69.8513 61.8959 69.7546 62.0333 69.6338 62.1477C69.513 62.2621 69.3707 62.3512 69.215 62.4099L64.82 64.1674C63.3299 64.7635 61.6676 64.7635 60.1775 64.1674L57.6425 63.1524C56.7486 62.7949 55.7514 62.7949 54.8575 63.1524L52.32 64.1674C50.8299 64.7635 49.1676 64.7635 47.6775 64.1674L45.1425 63.1524C44.2486 62.7949 43.2514 62.7949 42.3575 63.1524L39.82 64.1674C38.3299 64.7635 36.6676 64.7635 35.1775 64.1674L30.785 62.4099C30.4774 62.2865 30.2314 62.046 30.1011 61.7413C29.9707 61.4366 29.9668 61.0926 30.09 60.7849Z\" fill=\"#715033\"><\/path><\/g><defs><clipPath id=\"clip0_1_195\"><rect width=\"40\" height=\"40\" fill=\"white\" transform=\"translate(30 30)\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t<strong>5 minutes <\/strong> to Legian Beach <br \/> &amp; Seminyak\u2019s retail district\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-54c45b3 elementor-position-left elementor-mobile-position-left elementor-widget-tablet__width-initial elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"54c45b3\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100\" height=\"100\" viewBox=\"0 0 100 100\" fill=\"none\"><rect x=\"0.5\" y=\"0.5\" width=\"99\" height=\"99\" rx=\"49.5\" stroke=\"#715033\"><\/rect><g clip-path=\"url(#clip0_1_201)\"><path d=\"M50.0003 36.8702L48.2078 35.0277C44.0003 30.7027 36.2853 32.1952 33.5003 37.6327C32.2953 39.9877 31.9503 43.3077 33.7703 47.5002H31.0753C25.7553 33.2577 41.4878 25.4252 49.5603 32.8577C49.7103 32.9961 49.857 33.1386 50.0003 33.2852C50.1411 33.1377 50.2879 32.9959 50.4403 32.8602C58.5153 25.4252 74.2453 33.2577 68.9253 47.5002H66.2303C68.0503 43.3077 67.7053 39.9877 66.5003 37.6327C63.7153 32.1952 56.0003 30.7002 51.7928 35.0252L50.0003 36.8702ZM35.5303 55.0002H38.8178C41.4828 57.9577 45.1253 61.1452 50.0003 64.4877C54.8728 61.1452 58.5178 57.9577 61.1828 55.0002H64.4703C61.3078 58.9152 56.6203 63.1252 50.0003 67.5002C43.3803 63.1252 38.6928 58.9152 35.5303 55.0002Z\" fill=\"#715033\"><\/path><path d=\"M56.16 38.2851C56.063 38.043 55.8928 37.8374 55.6731 37.6969C55.4534 37.5564 55.1953 37.4882 54.935 37.5017C54.6746 37.5152 54.4249 37.6098 54.2209 37.7722C54.017 37.9346 53.8689 38.1568 53.7975 38.4076L49.8025 52.3901L46.16 43.2851C46.0752 43.0739 45.9343 42.8898 45.7525 42.7528C45.5708 42.6158 45.355 42.531 45.1286 42.5076C44.9022 42.4842 44.6737 42.523 44.4678 42.6199C44.2618 42.7169 44.0863 42.8682 43.96 43.0576L39.33 50.0001H31.25C30.9185 50.0001 30.6005 50.1318 30.3661 50.3662C30.1317 50.6006 30 50.9185 30 51.2501C30 51.5816 30.1317 51.8995 30.3661 52.134C30.6005 52.3684 30.9185 52.5001 31.25 52.5001H40C40.2059 52.5 40.4085 52.449 40.5899 52.3518C40.7714 52.2545 40.926 52.1139 41.04 51.9426L44.7225 46.4201L48.84 56.7151C48.937 56.9571 49.1072 57.1628 49.3269 57.3032C49.5466 57.4437 49.8047 57.512 50.065 57.4985C50.3254 57.485 50.5751 57.3904 50.7791 57.2279C50.983 57.0655 51.1311 56.8433 51.2025 56.5926L55.1975 42.6101L58.84 51.7151C58.9329 51.9468 59.093 52.1454 59.2997 52.2853C59.5065 52.4252 59.7504 52.5 60 52.5001H68.75C69.0815 52.5001 69.3995 52.3684 69.6339 52.134C69.8683 51.8995 70 51.5816 70 51.2501C70 50.9185 69.8683 50.6006 69.6339 50.3662C69.3995 50.1318 69.0815 50.0001 68.75 50.0001H60.845L56.16 38.2851Z\" fill=\"#715033\"><\/path><\/g><defs><clipPath id=\"clip0_1_201\"><rect width=\"40\" height=\"40\" fill=\"white\" transform=\"translate(30 30)\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t<strong>10 minutes <\/strong> to Siloam Hospital\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-095b05b elementor-position-left elementor-mobile-position-left elementor-widget-tablet__width-initial elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"095b05b\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100\" height=\"100\" viewBox=\"0 0 100 100\" fill=\"none\"><rect x=\"0.5\" y=\"0.5\" width=\"99\" height=\"99\" rx=\"49.5\" stroke=\"#715033\"><\/rect><path d=\"M50 32.5C51.6576 32.5 53.2473 33.1585 54.4194 34.3306C55.5915 35.5027 56.25 37.0924 56.25 38.75V40H43.75V38.75C43.75 37.0924 44.4085 35.5027 45.5806 34.3306C46.7527 33.1585 48.3424 32.5 50 32.5ZM58.75 40V38.75C58.75 36.4294 57.8281 34.2038 56.1872 32.5628C54.5462 30.9219 52.3206 30 50 30C47.6794 30 45.4538 30.9219 43.8128 32.5628C42.1719 34.2038 41.25 36.4294 41.25 38.75V40H32.5V65C32.5 66.3261 33.0268 67.5979 33.9645 68.5355C34.9021 69.4732 36.1739 70 37.5 70H62.5C63.8261 70 65.0979 69.4732 66.0355 68.5355C66.9732 67.5979 67.5 66.3261 67.5 65V40H58.75ZM35 42.5H65V65C65 65.663 64.7366 66.2989 64.2678 66.7678C63.7989 67.2366 63.163 67.5 62.5 67.5H37.5C36.837 67.5 36.2011 67.2366 35.7322 66.7678C35.2634 66.2989 35 65.663 35 65V42.5Z\" fill=\"#715033\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\t<strong>15 minutes <\/strong>to Kuta Beachwalk\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6c48c2d elementor-position-left elementor-mobile-position-left elementor-widget-tablet__width-initial elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"6c48c2d\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100\" height=\"100\" viewBox=\"0 0 100 100\" fill=\"none\"><rect x=\"0.5\" y=\"0.5\" width=\"99\" height=\"99\" rx=\"49.5\" stroke=\"#715033\"><\/rect><g clip-path=\"url(#clip0_1_214)\"><path d=\"M42.5 51.25C42.5 49.5924 43.1585 48.0027 44.3306 46.8306C45.5027 45.6585 47.0924 45 48.75 45H52.5V41.335C52.5 41.2162 52.5339 41.0999 52.5977 40.9997C52.6614 40.8995 52.7524 40.8196 52.8599 40.7692C52.9675 40.7188 53.0872 40.7001 53.2049 40.7153C53.3227 40.7305 53.4337 40.779 53.525 40.855L59.425 45.77C59.725 46.02 59.725 46.48 59.425 46.73L53.525 51.645C53.4337 51.721 53.3227 51.7694 53.2049 51.7846C53.0872 51.7998 52.9675 51.7811 52.8599 51.7307C52.7524 51.6804 52.6614 51.6004 52.5977 51.5002C52.5339 51.4 52.5 51.2837 52.5 51.165V47.5H48.75C47.7554 47.5 46.8016 47.8951 46.0983 48.5983C45.3951 49.3016 45 50.2554 45 51.25V57.5H42.5V51.25Z\" fill=\"#715033\"><\/path><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M47.375 31.0875C48.825 29.6375 51.175 29.6375 52.625 31.0875L68.9125 47.3775C70.3625 48.8275 70.3625 51.175 68.9125 52.6225L52.625 68.9125C51.175 70.3625 48.8275 70.3625 47.38 68.9125L31.0875 52.625C30.742 52.2812 30.4679 51.8725 30.2809 51.4225C30.0938 50.9724 29.9976 50.4899 29.9976 50.0025C29.9976 49.5151 30.0938 49.0326 30.2809 48.5825C30.4679 48.1325 30.742 47.7238 31.0875 47.38L47.375 31.0875ZM50.875 32.8375C50.6429 32.6055 50.3282 32.4751 50 32.4751C49.6718 32.4751 49.3571 32.6055 49.125 32.8375L32.835 49.125C32.6029 49.3571 32.4726 49.6718 32.4726 50C32.4726 50.3282 32.6029 50.6429 32.835 50.875L49.125 67.165C49.3571 67.397 49.6718 67.5274 50 67.5274C50.3282 67.5274 50.6429 67.397 50.875 67.165L67.165 50.875C67.397 50.6429 67.5274 50.3282 67.5274 50C67.5274 49.6718 67.397 49.3571 67.165 49.125L50.875 32.835V32.8375Z\" fill=\"#715033\"><\/path><\/g><defs><clipPath id=\"clip0_1_214\"><rect width=\"40\" height=\"40\" fill=\"white\" transform=\"translate(30 30)\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tDirect access to Sunset Road\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2e825ea elementor-position-left elementor-mobile-position-left elementor-widget-tablet__width-initial elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"2e825ea\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"100\" height=\"100\" viewBox=\"0 0 100 100\" fill=\"none\"><rect x=\"0.5\" y=\"0.5\" width=\"99\" height=\"99\" rx=\"49.5\" stroke=\"#715033\"><\/rect><g clip-path=\"url(#clip0_1_221)\"><path d=\"M37.165 67.1249C36.97 68.2349 38.065 69.1024 39.03 68.6074L50.005 62.9674L60.9775 68.6074C61.9425 69.1024 63.0375 68.2349 62.8425 67.1274L60.7675 55.3024L69.5725 46.9124C70.3975 46.1274 69.9725 44.6924 68.8675 44.5374L56.6225 42.7974L51.1625 31.9799C51.0585 31.7607 50.8944 31.5754 50.6893 31.4457C50.4841 31.3159 50.2464 31.2471 50.0037 31.2471C49.761 31.2471 49.5233 31.3159 49.3182 31.4457C49.1131 31.5754 48.949 31.7607 48.845 31.9799L43.385 42.7999L31.14 44.5399C30.0375 44.6949 29.61 46.1299 30.4325 46.9149L39.24 55.3049L37.165 67.1299V67.1249ZM49.4275 60.2074L40.2125 64.9424L41.9475 55.0499C41.9893 54.8222 41.9739 54.5877 41.9028 54.3673C41.8317 54.147 41.707 53.9478 41.54 53.7874L34.275 46.8624L44.405 45.4224C44.6144 45.3897 44.8129 45.3073 44.9839 45.182C45.1548 45.0567 45.2932 44.8923 45.3875 44.7024L50 35.5574L54.6175 44.7024C54.7117 44.8923 54.8501 45.0567 55.0211 45.182C55.1921 45.3073 55.3906 45.3897 55.6 45.4224L65.73 46.8599L58.465 53.7849C58.2976 53.9455 58.1727 54.1452 58.1016 54.366C58.0304 54.5868 58.0153 54.8218 58.0575 55.0499L59.7925 64.9424L50.5775 60.2074C50.3995 60.115 50.2018 60.0667 50.0012 60.0667C49.8006 60.0667 49.6055 60.115 49.4275 60.2074Z\" fill=\"#715033\"><\/path><\/g><defs><clipPath id=\"clip0_1_221\"><rect width=\"40\" height=\"40\" fill=\"white\" transform=\"translate(30 30)\"><\/rect><\/clipPath><\/defs><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSurrounded by top-rated restaurants,  <br \/> wellness centers, and cultural spots\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\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<div class=\"elementor-element elementor-element-42168b7 e-flex e-con-boxed e-con e-parent\" data-id=\"42168b7\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-a4ab271 e-con-full e-flex e-con e-child\" data-id=\"a4ab271\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-27a3a97 elementor-widget elementor-widget-heading\" data-id=\"27a3a97\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Daily beachside energy<\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-66f97dc e-con-full e-flex e-con e-child\" data-id=\"66f97dc\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-843c758 elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"843c758\" data-element_type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_rotateZ_effect&quot;:&quot;yes&quot;,&quot;motion_fx_rotateZ_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.8,&quot;sizes&quot;:[]},&quot;motion_fx_rotateZ_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M12.3466 0.315371L13.2819 10.4034C13.2972 10.5703 13.4297 10.7016 13.5966 10.7182L23.6846 11.6534C24.1051 11.6929 24.1051 12.3071 23.6846 12.3466L13.5966 13.2819C13.4297 13.2972 13.2984 13.4297 13.2819 13.5966L12.3466 23.6847C12.3071 24.1052 11.6929 24.1052 11.6534 23.6847L10.7181 13.5966C10.7028 13.4297 10.5703 13.2985 10.4034 13.2819L0.31537 12.3466C-0.105124 12.3071 -0.105124 11.6929 0.31537 11.6534L10.4034 10.7182C10.5703 10.7029 10.7016 10.5703 10.7181 10.4034L11.6534 0.315371C11.6929 -0.105124 12.3071 -0.105124 12.3466 0.315371Z\" fill=\"#141414\"><\/path><path d=\"M10.1285 10.1317C10.4898 9.77044 9.73663 8.43157 8.44632 7.14127C7.15602 5.85096 5.81715 5.09782 5.45589 5.45909C5.09462 5.82036 5.84776 7.15922 7.13806 8.44953C8.42837 9.73983 9.76723 10.493 10.1285 10.1317Z\" fill=\"#141414\"><\/path><path d=\"M8.4468 16.8604C9.7371 15.5701 10.4902 14.2313 10.129 13.87C9.76771 13.5088 8.42885 14.2619 7.13854 15.5522C5.84824 16.8425 5.09511 18.1814 5.45638 18.5426C5.81764 18.9039 7.15649 18.1508 8.4468 16.8604Z\" fill=\"#141414\"><\/path><path d=\"M18.5387 18.543C18.8999 18.1818 18.1468 16.8429 16.8565 15.5526C15.5662 14.2623 14.2273 13.5091 13.866 13.8704C13.5048 14.2317 14.2579 15.5705 15.5482 16.8608C16.8385 18.1512 18.1774 18.9043 18.5387 18.543Z\" fill=\"#141414\"><\/path><path d=\"M16.8565 8.45005C18.1468 7.15974 18.8999 5.82088 18.5386 5.45962C18.1774 5.09835 16.8385 5.85148 15.5482 7.14179C14.2579 8.43209 13.5048 9.77095 13.866 10.1322C14.2273 10.4935 15.5662 9.74035 16.8565 8.45005Z\" fill=\"#141414\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-bae404b elementor-widget elementor-widget-text-editor\" data-id=\"bae404b\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Morning surf, golden sunsets, or a casual walk by the shore \u2014 Bali\u2019s coastline becomes part of your everyday life. Enjoy easy access to Seminyak, Legian, and Double Six Beach.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5a2bc0c e-con-full elementor-hidden-desktop elementor-hidden-tablet e-flex e-con e-child\" data-id=\"5a2bc0c\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2d4192e elementor-widget elementor-widget-image\" data-id=\"2d4192e\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"729\" src=\"https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/a-surfer-walking-under-the-sunset-near-ts-residence.webp\" class=\"attachment-full size-full wp-image-726\" alt=\"\" srcset=\"https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/a-surfer-walking-under-the-sunset-near-ts-residence.webp 1000w, https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/a-surfer-walking-under-the-sunset-near-ts-residence-300x219.webp 300w, https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/a-surfer-walking-under-the-sunset-near-ts-residence-768x560.webp 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5471304 elementor-position-left elementor-widget__width-initial elementor-mobile-position-left elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"5471304\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSeminyak Beach\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-549d0cd elementor-widget elementor-widget-image\" data-id=\"549d0cd\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1050\" height=\"700\" src=\"https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/beach-on-a-sunny-day-near-ts-residence.webp\" class=\"attachment-full size-full wp-image-725\" alt=\"\" srcset=\"https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/beach-on-a-sunny-day-near-ts-residence.webp 1050w, https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/beach-on-a-sunny-day-near-ts-residence-300x200.webp 300w, https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/beach-on-a-sunny-day-near-ts-residence-1024x683.webp 1024w, https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/beach-on-a-sunny-day-near-ts-residence-768x512.webp 768w\" sizes=\"(max-width: 1050px) 100vw, 1050px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2409efa elementor-position-left elementor-mobile-position-left elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"2409efa\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tLegian Beach\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a0a8d29 e-con-full e-flex e-con e-child\" data-id=\"a0a8d29\" data-element_type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6d19e98 e-con-full elementor-hidden-mobile e-flex e-con e-child\" data-id=\"6d19e98\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-18ca4fa elementor-widget elementor-widget-image\" data-id=\"18ca4fa\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"729\" src=\"https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/a-surfer-walking-under-the-sunset-near-ts-residence.webp\" class=\"attachment-full size-full wp-image-726\" alt=\"\" srcset=\"https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/a-surfer-walking-under-the-sunset-near-ts-residence.webp 1000w, https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/a-surfer-walking-under-the-sunset-near-ts-residence-300x219.webp 300w, https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/a-surfer-walking-under-the-sunset-near-ts-residence-768x560.webp 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-67f06d5 elementor-position-left elementor-widget__width-initial elementor-view-default elementor-mobile-position-top elementor-widget elementor-widget-icon-box\" data-id=\"67f06d5\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSeminyak Beach\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-11ab6ae e-con-full e-flex e-con e-child\" data-id=\"11ab6ae\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e27224d elementor-widget elementor-widget-image\" data-id=\"e27224d\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1058\" height=\"708\" src=\"https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/lots-of-umbrellas-on-the-beach-during-sunset.webp\" class=\"attachment-full size-full wp-image-727\" alt=\"\" srcset=\"https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/lots-of-umbrellas-on-the-beach-during-sunset.webp 1058w, https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/lots-of-umbrellas-on-the-beach-during-sunset-300x201.webp 300w, https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/lots-of-umbrellas-on-the-beach-during-sunset-1024x685.webp 1024w, https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/lots-of-umbrellas-on-the-beach-during-sunset-768x514.webp 768w\" sizes=\"(max-width: 1058px) 100vw, 1058px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-24039da elementor-position-left elementor-mobile-position-left elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"24039da\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tDouble Six Beach\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\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<div class=\"elementor-element elementor-element-033d11a e-flex e-con-boxed e-con e-parent\" data-id=\"033d11a\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-813e133 e-con-full e-flex e-con e-child\" data-id=\"813e133\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-17f8c66 elementor-widget elementor-widget-heading\" data-id=\"17f8c66\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Shopping &amp; Dining<\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0af8193 e-flex e-con-boxed e-con e-child\" data-id=\"0af8193\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7c7e12c elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"7c7e12c\" data-element_type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_rotateZ_effect&quot;:&quot;yes&quot;,&quot;motion_fx_rotateZ_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.8,&quot;sizes&quot;:[]},&quot;motion_fx_rotateZ_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M12.3466 0.315371L13.2819 10.4034C13.2972 10.5703 13.4297 10.7016 13.5966 10.7182L23.6846 11.6534C24.1051 11.6929 24.1051 12.3071 23.6846 12.3466L13.5966 13.2819C13.4297 13.2972 13.2984 13.4297 13.2819 13.5966L12.3466 23.6847C12.3071 24.1052 11.6929 24.1052 11.6534 23.6847L10.7181 13.5966C10.7028 13.4297 10.5703 13.2985 10.4034 13.2819L0.31537 12.3466C-0.105124 12.3071 -0.105124 11.6929 0.31537 11.6534L10.4034 10.7182C10.5703 10.7029 10.7016 10.5703 10.7181 10.4034L11.6534 0.315371C11.6929 -0.105124 12.3071 -0.105124 12.3466 0.315371Z\" fill=\"#141414\"><\/path><path d=\"M10.1285 10.1317C10.4898 9.77044 9.73663 8.43157 8.44632 7.14127C7.15602 5.85096 5.81715 5.09782 5.45589 5.45909C5.09462 5.82036 5.84776 7.15922 7.13806 8.44953C8.42837 9.73983 9.76723 10.493 10.1285 10.1317Z\" fill=\"#141414\"><\/path><path d=\"M8.4468 16.8604C9.7371 15.5701 10.4902 14.2313 10.129 13.87C9.76771 13.5088 8.42885 14.2619 7.13854 15.5522C5.84824 16.8425 5.09511 18.1814 5.45638 18.5426C5.81764 18.9039 7.15649 18.1508 8.4468 16.8604Z\" fill=\"#141414\"><\/path><path d=\"M18.5387 18.543C18.8999 18.1818 18.1468 16.8429 16.8565 15.5526C15.5662 14.2623 14.2273 13.5091 13.866 13.8704C13.5048 14.2317 14.2579 15.5705 15.5482 16.8608C16.8385 18.1512 18.1774 18.9043 18.5387 18.543Z\" fill=\"#141414\"><\/path><path d=\"M16.8565 8.45005C18.1468 7.15974 18.8999 5.82088 18.5386 5.45962C18.1774 5.09835 16.8385 5.85148 15.5482 7.14179C14.2579 8.43209 13.5048 9.77095 13.866 10.1322C14.2273 10.4935 15.5662 9.74035 16.8565 8.45005Z\" fill=\"#141414\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d5cf5f4 elementor-widget elementor-widget-text-editor\" data-id=\"d5cf5f4\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>From designer boutiques to artisanal markets, Seminyak is Bali\u2019s shopping capital. Add to that an endless choice of restaurants, beach clubs, and bars \u2014 all a short stroll from your door.<\/p>\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\t\t<div class=\"elementor-element elementor-element-f256ffb elementor-widget-tablet__width-initial elementor-pagination-type-bullets elementor-pagination-position-outside elementor-widget elementor-widget-n-carousel\" data-id=\"f256ffb\" data-element_type=\"widget\" data-settings=\"{&quot;carousel_items&quot;:[{&quot;slide_title&quot;:&quot;Slide #2&quot;,&quot;_id&quot;:&quot;9b7a30a&quot;},{&quot;slide_title&quot;:&quot;Slide #3&quot;,&quot;_id&quot;:&quot;a64f92a&quot;},{&quot;slide_title&quot;:&quot;Slide #4&quot;,&quot;_id&quot;:&quot;626c55d&quot;}],&quot;slides_to_show&quot;:&quot;1&quot;,&quot;slides_to_show_tablet&quot;:&quot;1&quot;,&quot;slides_to_show_mobile&quot;:&quot;1&quot;,&quot;autoplay&quot;:&quot;yes&quot;,&quot;autoplay_speed&quot;:5000,&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;offset_sides&quot;:&quot;none&quot;,&quot;pagination&quot;:&quot;bullets&quot;,&quot;image_spacing_custom&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&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=\"nested-carousel.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-carousel swiper\" role=\"region\" aria-roledescription=\"carousel\" aria-label=\"Carousel\" dir=\"ltr\">\n\t\t\t<div class=\"swiper-wrapper\" aria-live=\"off\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"1\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"1 of 3\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-348acfb e-flex e-con-boxed e-con e-child\" data-id=\"348acfb\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9e5ba7b elementor-widget elementor-widget-image\" data-id=\"9e5ba7b\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1100\" height=\"732\" src=\"https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/seminyak-village-mall-near-tsresidence.webp\" class=\"attachment-full size-full wp-image-728\" alt=\"\" srcset=\"https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/seminyak-village-mall-near-tsresidence.webp 1100w, https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/seminyak-village-mall-near-tsresidence-300x200.webp 300w, https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/seminyak-village-mall-near-tsresidence-1024x681.webp 1024w, https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/seminyak-village-mall-near-tsresidence-768x511.webp 768w\" sizes=\"(max-width: 1100px) 100vw, 1100px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a60b181 elementor-position-left elementor-mobile-position-left elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"a60b181\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tSeminyak Village\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\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\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"2\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"2 of 3\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-73822a0 e-flex e-con-boxed e-con e-child\" data-id=\"73822a0\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3aceed3 elementor-widget elementor-widget-image\" data-id=\"3aceed3\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"952\" height=\"634\" src=\"https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/09\/livingstone-seminyak.webp\" class=\"attachment-full size-full wp-image-3792\" alt=\"\" srcset=\"https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/09\/livingstone-seminyak.webp 952w, https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/09\/livingstone-seminyak-300x200.webp 300w, https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/09\/livingstone-seminyak-768x511.webp 768w\" sizes=\"(max-width: 952px) 100vw, 952px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c4c98f1 elementor-position-left elementor-mobile-position-left elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"c4c98f1\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tLivingstone Seminyak\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\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\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"swiper-slide\" data-slide=\"3\" role=\"group\" aria-roledescription=\"slide\" aria-label=\"3 of 3\">\n\t\t\t\t\t\t\t<div class=\"elementor-element elementor-element-2c0f98f e-flex e-con-boxed e-con e-child\" data-id=\"2c0f98f\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d338939 elementor-widget elementor-widget-image\" data-id=\"d338939\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"668\" src=\"https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/09\/the-junction-cafe.webp\" class=\"attachment-full size-full wp-image-3794\" alt=\"\" srcset=\"https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/09\/the-junction-cafe.webp 1000w, https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/09\/the-junction-cafe-300x200.webp 300w, https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/09\/the-junction-cafe-768x513.webp 768w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-a085f4b elementor-position-left elementor-mobile-position-left elementor-view-default elementor-widget elementor-widget-icon-box\" data-id=\"a085f4b\" data-element_type=\"widget\" data-widget_type=\"icon-box.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-box-wrapper\">\n\n\t\t\t\t\t\t<div class=\"elementor-icon-box-icon\">\n\t\t\t\t<span  class=\"elementor-icon\">\n\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8z\"><\/path><\/svg>\t\t\t\t<\/span>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t\t<div class=\"elementor-icon-box-content\">\n\n\t\t\t\t\t\t\t\t\t<h3 class=\"elementor-icon-box-title\">\n\t\t\t\t\t\t<span  >\n\t\t\t\t\t\t\tThe Junction House\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/h3>\n\t\t\t\t\n\t\t\t\t\n\t\t\t<\/div>\n\t\t\t\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\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"swiper-pagination\"><\/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-e5018f0 e-flex e-con-boxed e-con e-parent\" data-id=\"e5018f0\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-750dae8 elementor-widget__width-initial elementor-widget-tablet__width-initial elementor-widget elementor-widget-heading\" data-id=\"750dae8\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Wellness &amp;  <br \/>daily essentials<\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-5296345 e-con-full e-flex e-con e-child\" data-id=\"5296345\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a12421f elementor-view-default elementor-widget elementor-widget-icon\" data-id=\"a12421f\" data-element_type=\"widget\" data-settings=\"{&quot;motion_fx_motion_fx_scrolling&quot;:&quot;yes&quot;,&quot;motion_fx_rotateZ_effect&quot;:&quot;yes&quot;,&quot;motion_fx_rotateZ_speed&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:1.8,&quot;sizes&quot;:[]},&quot;motion_fx_rotateZ_affectedRange&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:{&quot;start&quot;:0,&quot;end&quot;:100}},&quot;motion_fx_devices&quot;:[&quot;desktop&quot;,&quot;tablet&quot;,&quot;mobile&quot;]}\" data-widget_type=\"icon.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-icon-wrapper\">\n\t\t\t<div class=\"elementor-icon\">\n\t\t\t<svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M12.3466 0.315371L13.2819 10.4034C13.2972 10.5703 13.4297 10.7016 13.5966 10.7182L23.6846 11.6534C24.1051 11.6929 24.1051 12.3071 23.6846 12.3466L13.5966 13.2819C13.4297 13.2972 13.2984 13.4297 13.2819 13.5966L12.3466 23.6847C12.3071 24.1052 11.6929 24.1052 11.6534 23.6847L10.7181 13.5966C10.7028 13.4297 10.5703 13.2985 10.4034 13.2819L0.31537 12.3466C-0.105124 12.3071 -0.105124 11.6929 0.31537 11.6534L10.4034 10.7182C10.5703 10.7029 10.7016 10.5703 10.7181 10.4034L11.6534 0.315371C11.6929 -0.105124 12.3071 -0.105124 12.3466 0.315371Z\" fill=\"#141414\"><\/path><path d=\"M10.1285 10.1317C10.4898 9.77044 9.73663 8.43157 8.44632 7.14127C7.15602 5.85096 5.81715 5.09782 5.45589 5.45909C5.09462 5.82036 5.84776 7.15922 7.13806 8.44953C8.42837 9.73983 9.76723 10.493 10.1285 10.1317Z\" fill=\"#141414\"><\/path><path d=\"M8.4468 16.8604C9.7371 15.5701 10.4902 14.2313 10.129 13.87C9.76771 13.5088 8.42885 14.2619 7.13854 15.5522C5.84824 16.8425 5.09511 18.1814 5.45638 18.5426C5.81764 18.9039 7.15649 18.1508 8.4468 16.8604Z\" fill=\"#141414\"><\/path><path d=\"M18.5387 18.543C18.8999 18.1818 18.1468 16.8429 16.8565 15.5526C15.5662 14.2623 14.2273 13.5091 13.866 13.8704C13.5048 14.2317 14.2579 15.5705 15.5482 16.8608C16.8385 18.1512 18.1774 18.9043 18.5387 18.543Z\" fill=\"#141414\"><\/path><path d=\"M16.8565 8.45005C18.1468 7.15974 18.8999 5.82088 18.5386 5.45962C18.1774 5.09835 16.8385 5.85148 15.5482 7.14179C14.2579 8.43209 13.5048 9.77095 13.866 10.1322C14.2273 10.4935 15.5662 9.74035 16.8565 8.45005Z\" fill=\"#141414\"><\/path><\/svg>\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b6a6228 elementor-widget elementor-widget-text-editor\" data-id=\"b6a6228\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Stay healthy and balanced with gyms, yoga studios, and wellness centers nearby. Plus, enjoy 24\/7 convenience with supermarkets, pharmacies, and essential services just minutes away.<\/p>\t\t\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<div class=\"elementor-element elementor-element-2826d9f e-flex e-con-boxed e-con e-parent\" data-id=\"2826d9f\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8f04fb3 elementor-widget-tablet__width-initial elementor-widget elementor-widget-image\" data-id=\"8f04fb3\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"349\" height=\"620\" src=\"https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/two-women-exercising-in-tsresidence-modern-gym.webp\" class=\"attachment-full size-full wp-image-729\" alt=\"\" srcset=\"https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/two-women-exercising-in-tsresidence-modern-gym.webp 349w, https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/two-women-exercising-in-tsresidence-modern-gym-169x300.webp 169w\" sizes=\"(max-width: 349px) 100vw, 349px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2a1f178 elementor-hidden-mobile elementor-widget-tablet__width-initial elementor-widget elementor-widget-image\" data-id=\"2a1f178\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"348\" height=\"619\" src=\"https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/people-celebrating-birthday-in-tsresidence-luxurious-rooftop-restaurant.webp\" class=\"attachment-full size-full wp-image-730\" alt=\"\" srcset=\"https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/people-celebrating-birthday-in-tsresidence-luxurious-rooftop-restaurant.webp 348w, https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/people-celebrating-birthday-in-tsresidence-luxurious-rooftop-restaurant-169x300.webp 169w\" sizes=\"(max-width: 348px) 100vw, 348px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2d892d1 elementor-hidden-mobile elementor-widget-tablet__width-initial elementor-widget elementor-widget-image\" data-id=\"2d892d1\" data-element_type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"959\" height=\"561\" src=\"https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/people-doing-yoga-in-tsresidence.webp\" class=\"attachment-full size-full wp-image-731\" alt=\"\" srcset=\"https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/people-doing-yoga-in-tsresidence.webp 959w, https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/people-doing-yoga-in-tsresidence-300x175.webp 300w, https:\/\/www.staging.click\/tsresidence\/wp-content\/uploads\/2025\/08\/people-doing-yoga-in-tsresidence-768x449.webp 768w\" sizes=\"(max-width: 959px) 100vw, 959px\" \/>\t\t\t\t\t\t\t\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<div class=\"elementor-element elementor-element-d9f8fb8 e-flex e-con-boxed e-con e-parent\" data-id=\"d9f8fb8\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6edb65d elementor-widget__width-initial elementor-widget elementor-widget-heading\" data-id=\"6edb65d\" data-element_type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Ready for a long-term stay in Seminyak?<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8da4a35 elementor-widget elementor-widget-text-editor\" data-id=\"8da4a35\" data-element_type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Find your perfect fit :<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-67aef7a e-con-full e-flex e-con e-child\" data-id=\"67aef7a\" data-element_type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2e0a81a roll-btn elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"2e0a81a\" data-element_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:\/\/www.staging.click\/tsresidence\/solo-apartment\/\">\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 xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\"><path d=\"M12.3466 0.815371L13.2819 10.9034C13.2972 11.0703 13.4297 11.2016 13.5966 11.2182L23.6846 12.1534C24.1051 12.1929 24.1051 12.8071 23.6846 12.8466L13.5966 13.7819C13.4297 13.7972 13.2984 13.9297 13.2819 14.0966L12.3466 24.1847C12.3071 24.6052 11.6929 24.6052 11.6534 24.1847L10.7181 14.0966C10.7028 13.9297 10.5703 13.7985 10.4034 13.7819L0.31537 12.8466C-0.105124 12.8071 -0.105124 12.1929 0.31537 12.1534L10.4034 11.2182C10.5703 11.2029 10.7016 11.0703 10.7181 10.9034L11.6534 0.815371C11.6929 0.394876 12.3071 0.394876 12.3466 0.815371Z\" fill=\"white\"><\/path><path d=\"M10.1285 10.6317C10.4898 10.2704 9.73663 8.93157 8.44632 7.64127C7.15602 6.35096 5.81715 5.59782 5.45589 5.95909C5.09462 6.32036 5.84776 7.65922 7.13806 8.94953C8.42837 10.2398 9.76723 10.993 10.1285 10.6317Z\" fill=\"white\"><\/path><path d=\"M8.4468 17.3604C9.7371 16.0701 10.4902 14.7313 10.129 14.37C9.76771 14.0088 8.42885 14.7619 7.13854 16.0522C5.84824 17.3425 5.09511 18.6814 5.45638 19.0426C5.81764 19.4039 7.15649 18.6508 8.4468 17.3604Z\" fill=\"white\"><\/path><path d=\"M18.5387 19.043C18.8999 18.6818 18.1468 17.3429 16.8565 16.0526C15.5662 14.7623 14.2273 14.0091 13.866 14.3704C13.5048 14.7317 14.2579 16.0705 15.5482 17.3608C16.8385 18.6512 18.1774 19.4043 18.5387 19.043Z\" fill=\"white\"><\/path><path d=\"M16.8565 8.95011C18.1468 7.6598 18.8999 6.32094 18.5386 5.95968C18.1774 5.59841 16.8385 6.35154 15.5482 7.64185C14.2579 8.93216 13.5048 10.271 13.866 10.6323C14.2273 10.9935 15.5662 10.2404 16.8565 8.95011Z\" fill=\"white\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\"><span class=\"text-stack\">   <span class=\"text-front\">SOLO<\/span>   <span class=\"text-back\" aria-hidden=\"true\">SOLO<\/span> <\/span><\/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 class=\"elementor-element elementor-element-f10fef7 roll-btn elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"f10fef7\" data-element_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:\/\/www.staging.click\/tsresidence\/studio-apartment\/\">\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 xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\"><path d=\"M12.3466 0.815371L13.2819 10.9034C13.2972 11.0703 13.4297 11.2016 13.5966 11.2182L23.6846 12.1534C24.1051 12.1929 24.1051 12.8071 23.6846 12.8466L13.5966 13.7819C13.4297 13.7972 13.2984 13.9297 13.2819 14.0966L12.3466 24.1847C12.3071 24.6052 11.6929 24.6052 11.6534 24.1847L10.7181 14.0966C10.7028 13.9297 10.5703 13.7985 10.4034 13.7819L0.31537 12.8466C-0.105124 12.8071 -0.105124 12.1929 0.31537 12.1534L10.4034 11.2182C10.5703 11.2029 10.7016 11.0703 10.7181 10.9034L11.6534 0.815371C11.6929 0.394876 12.3071 0.394876 12.3466 0.815371Z\" fill=\"white\"><\/path><path d=\"M10.1285 10.6317C10.4898 10.2704 9.73663 8.93157 8.44632 7.64127C7.15602 6.35096 5.81715 5.59782 5.45589 5.95909C5.09462 6.32036 5.84776 7.65922 7.13806 8.94953C8.42837 10.2398 9.76723 10.993 10.1285 10.6317Z\" fill=\"white\"><\/path><path d=\"M8.4468 17.3604C9.7371 16.0701 10.4902 14.7313 10.129 14.37C9.76771 14.0088 8.42885 14.7619 7.13854 16.0522C5.84824 17.3425 5.09511 18.6814 5.45638 19.0426C5.81764 19.4039 7.15649 18.6508 8.4468 17.3604Z\" fill=\"white\"><\/path><path d=\"M18.5387 19.043C18.8999 18.6818 18.1468 17.3429 16.8565 16.0526C15.5662 14.7623 14.2273 14.0091 13.866 14.3704C13.5048 14.7317 14.2579 16.0705 15.5482 17.3608C16.8385 18.6512 18.1774 19.4043 18.5387 19.043Z\" fill=\"white\"><\/path><path d=\"M16.8565 8.95011C18.1468 7.6598 18.8999 6.32094 18.5386 5.95968C18.1774 5.59841 16.8385 6.35154 15.5482 7.64185C14.2579 8.93216 13.5048 10.271 13.866 10.6323C14.2273 10.9935 15.5662 10.2404 16.8565 8.95011Z\" fill=\"white\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\"><span class=\"text-stack\">   <span class=\"text-front\">STUDIO<\/span>   <span class=\"text-back\" aria-hidden=\"true\">STUDIO<\/span> <\/span><\/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 class=\"elementor-element elementor-element-0e8a5fa roll-btn elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"0e8a5fa\" data-element_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:\/\/www.staging.click\/tsresidence\/soho-apartment\/\">\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 xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"24\" height=\"25\" viewBox=\"0 0 24 25\" fill=\"none\"><path d=\"M12.3466 0.815371L13.2819 10.9034C13.2972 11.0703 13.4297 11.2016 13.5966 11.2182L23.6846 12.1534C24.1051 12.1929 24.1051 12.8071 23.6846 12.8466L13.5966 13.7819C13.4297 13.7972 13.2984 13.9297 13.2819 14.0966L12.3466 24.1847C12.3071 24.6052 11.6929 24.6052 11.6534 24.1847L10.7181 14.0966C10.7028 13.9297 10.5703 13.7985 10.4034 13.7819L0.31537 12.8466C-0.105124 12.8071 -0.105124 12.1929 0.31537 12.1534L10.4034 11.2182C10.5703 11.2029 10.7016 11.0703 10.7181 10.9034L11.6534 0.815371C11.6929 0.394876 12.3071 0.394876 12.3466 0.815371Z\" fill=\"white\"><\/path><path d=\"M10.1285 10.6317C10.4898 10.2704 9.73663 8.93157 8.44632 7.64127C7.15602 6.35096 5.81715 5.59782 5.45589 5.95909C5.09462 6.32036 5.84776 7.65922 7.13806 8.94953C8.42837 10.2398 9.76723 10.993 10.1285 10.6317Z\" fill=\"white\"><\/path><path d=\"M8.4468 17.3604C9.7371 16.0701 10.4902 14.7313 10.129 14.37C9.76771 14.0088 8.42885 14.7619 7.13854 16.0522C5.84824 17.3425 5.09511 18.6814 5.45638 19.0426C5.81764 19.4039 7.15649 18.6508 8.4468 17.3604Z\" fill=\"white\"><\/path><path d=\"M18.5387 19.043C18.8999 18.6818 18.1468 17.3429 16.8565 16.0526C15.5662 14.7623 14.2273 14.0091 13.866 14.3704C13.5048 14.7317 14.2579 16.0705 15.5482 17.3608C16.8385 18.6512 18.1774 19.4043 18.5387 19.043Z\" fill=\"white\"><\/path><path d=\"M16.8565 8.95011C18.1468 7.6598 18.8999 6.32094 18.5386 5.95968C18.1774 5.59841 16.8385 6.35154 15.5482 7.64185C14.2579 8.93216 13.5048 10.271 13.866 10.6323C14.2273 10.9935 15.5662 10.2404 16.8565 8.95011Z\" fill=\"white\"><\/path><\/svg>\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\"><span class=\"text-stack\">   <span class=\"text-front\">SOHO<\/span>   <span class=\"text-back\" aria-hidden=\"true\">SOHO<\/span> <\/span><\/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 class=\"elementor-element elementor-element-5e3ea34 elementor-hidden-mobile elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"5e3ea34\" data-element_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<div class=\"elementor-element elementor-element-ca19993 roll-btn elementor-mobile-align-justify elementor-widget-mobile__width-inherit elementor-widget elementor-widget-button\" data-id=\"ca19993\" data-element_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:\/\/www.staging.click\/tsresidence\/need-help\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\"><span class=\"text-stack\">   <span class=\"text-front\">Need help?<\/span>   <span class=\"text-back\" aria-hidden=\"true\">Need help?<\/span> <\/span><\/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\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Live in the Heart of Seminyak Where everyday convenience meets world-class lifestyle \u2014 all within walking distance. Why Seminyak for long-term stay? 01 Strategically located with fast access to everything 02 Safe, expat-friendly, and walkable 03Vibrant mix of culture, wellness, dining, and digital-friendly cafes 04Well-developed infrastructure (hospital, co-working, retail) 05It\u2019s Bali, but with all the [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-31","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.staging.click\/tsresidence\/wp-json\/wp\/v2\/pages\/31","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.staging.click\/tsresidence\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.staging.click\/tsresidence\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.staging.click\/tsresidence\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.staging.click\/tsresidence\/wp-json\/wp\/v2\/comments?post=31"}],"version-history":[{"count":430,"href":"https:\/\/www.staging.click\/tsresidence\/wp-json\/wp\/v2\/pages\/31\/revisions"}],"predecessor-version":[{"id":3852,"href":"https:\/\/www.staging.click\/tsresidence\/wp-json\/wp\/v2\/pages\/31\/revisions\/3852"}],"wp:attachment":[{"href":"https:\/\/www.staging.click\/tsresidence\/wp-json\/wp\/v2\/media?parent=31"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}