{"id":16517,"date":"2025-10-10T07:47:28","date_gmt":"2025-10-10T07:47:28","guid":{"rendered":"https:\/\/quintaproperty.com\/?page_id=16517"},"modified":"2026-01-09T16:05:34","modified_gmt":"2026-01-09T16:05:34","slug":"international-properties","status":"publish","type":"page","link":"https:\/\/quintaproperty.com\/de\/internationale-immobilien\/","title":{"rendered":"Internationale Immobilien"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"16517\" class=\"elementor elementor-16517\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5ae2c71 e-con-full e-flex e-con e-parent\" data-id=\"5ae2c71\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-eaa1e63 elementor-widget elementor-widget-template\" data-id=\"eaa1e63\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"template.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-template\">\n\t\t\t\t\t<div data-elementor-type=\"container\" data-elementor-id=\"9186\" class=\"elementor elementor-9186\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a5891d8 container-custom-width e-flex e-con-boxed e-con e-parent\" data-id=\"a5891d8\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;,&quot;sticky&quot;:&quot;top&quot;,&quot;sticky_offset&quot;:150,&quot;sticky_on&quot;:[&quot;widescreen&quot;,&quot;desktop&quot;,&quot;laptop&quot;],&quot;sticky_offset_tablet_extra&quot;:150,&quot;sticky_effects_offset&quot;:0,&quot;sticky_anchor_link_offset&quot;:0}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a439b65 elementor-widget elementor-widget-html\" data-id=\"a439b65\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n\/* default hidden *\/\n.my-form-filter.djasdjf .frymo-checkboxes-wrapper {\n  display: none;\n}\n.my-form-filter.djasdjf * {\n  font-family: Lato, Helvetica, sans-serif !important;\n  font-size: 16px!important;\n}\n.my-form-filter.djasdjf legend {\n    margin: 0!important;\n    padding: 0!important;\n    display: flex!important;\n    align-items: center!important;\n    height: 39.5px!important;\n    padding-left: 10px!important;\n    cursor: pointer!important;\n}\n.my-form-filter.djasdjf .frymo-checkboxes-wrapper input {\n  display: none;\n}\n.my-form-filter.djasdjf .frymo-checkboxes-wrapper label {\n  width: 100%!important;\n}\n\/* show when fieldset is open *\/\n.my-form-filter .frymo-custom-fieldset.is-open .frymo-checkboxes-wrapper {\n  display: flex!important;\n}\n.my-form-filter .frymo-custom-fieldset.is-open .frymo-checkboxes-wrapper span:hover{\n  color: white;\n  background-color: rgba(1, 24, 65, 0.1)!important;\n}\n.my-form-filter .frymo-custom-fieldset.is-open .frymo-checkboxes-wrapper span:hover label{\n  color: rgba(1, 24, 65, 1);\n}\n.active-span:before {\n    content: \"\\2713\";\n    color: #031841;\n    position: absolute;\n    right: 10px;\n}\n.my-form-filter.djasdjf .active-span {\n}\n.my-form-filter.djasdjf .active-span label{\n}\n\n\n\/* keep your existing styles (specificity preserved) *\/\n.my-form-filter.djasdjf.kfgh23d.i23408sadh .frymo-checkboxes-wrapper {\n  flex-direction: column !important;\n  gap: 1px !important;\n  position: absolute !important;\n  background-color: white !important;\n  z-index: 100 !important;\n  width: 100% !important;\n}\n.my-form-filter.djasdjf.kfgh23d.i23408sadh .frymo-checkboxes-wrapper span {\n  padding: 0 !important;\n  padding-left: 10px !important;\n  padding-right: 10px !important;\n}\n\n<\/style>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", () => {\n  const container = document.querySelector(\".my-form-filter\");\n  if (!container) return;\n\n  const closeAll = () => {\n    container.querySelectorAll(\".frymo-custom-fieldset.is-open\")\n      .forEach(fs => fs.classList.remove(\"is-open\"));\n  };\n\n  \/\/ \u2705 click handler (unchanged logic)\n  container.addEventListener(\"click\", (event) => {\n    const legend      = event.target.closest(\".frymo-custom-fieldset > legend\");\n    const spanItem    = event.target.closest(\".frymo-checkboxes-wrapper span\");\n    const inDropdown  = event.target.closest(\".frymo-checkboxes-wrapper\");\n    const inFieldset  = event.target.closest(\".frymo-custom-fieldset\");\n\n    \/\/ 1) click on a span \u2192 toggle checkbox\n    if (spanItem) {\n      const input = spanItem.querySelector(\"input[type='checkbox']\");\n      const clickedLabel = event.target.closest(\"label\");\n      if (input && !input.disabled && event.target !== input && !clickedLabel) {\n        input.click();\n      }\n      return;\n    }\n\n    \/\/ 2) click on legend \u2192 toggle dropdown\n    if (legend) {\n      const fs = legend.closest(\".frymo-custom-fieldset\");\n      const dd = fs?.querySelector(\".frymo-checkboxes-wrapper\");\n\n      container.querySelectorAll(\".frymo-custom-fieldset.is-open\")\n        .forEach(other => { if (other !== fs) other.classList.remove(\"is-open\"); });\n\n      fs.classList.toggle(\"is-open\");\n\n      if (dd) {\n        const w = legend.getBoundingClientRect().width + \"px\";\n        dd.style.setProperty(\"width\", w, \"important\");\n      }\n      return;\n    }\n\n    \/\/ 3) clicks inside dropdown \u2192 do nothing\n    if (inDropdown) return;\n\n    \/\/ 4) clicks inside fieldset (but not legend) \u2192 close\n    if (inFieldset) { closeAll(); return; }\n  });\n\n  \/\/ click outside \u2192 close all\n  document.addEventListener(\"click\", (event) => {\n    if (!event.target.closest(\".my-form-filter\")) closeAll();\n  });\n\n  \/\/ ESC key closes all\n  document.addEventListener(\"keydown\", (event) => {\n    if (event.key === \"Escape\") closeAll();\n  });\n\n  \/\/ \u2705 fix for mobile: forward touchstart \u2192 click\n  document.querySelectorAll('.frymo-custom-fieldset > legend').forEach(legend => {\n    legend.style.cursor = 'pointer'; \/\/ ensures iOS treats it clickable\n    legend.addEventListener('touchstart', function(e) {\n      e.preventDefault(); \/\/ prevents double firing\n      legend.click();     \/\/ manually trigger click\n    }, { passive: false });\n  });\n\n  \/\/ active-span sync\n  const setSpanActiveFromInput = (input) => {\n    const span = input.closest(\".frymo-checkboxes-wrapper span\");\n    if (!span) return;\n    span.classList.toggle(\"active-span\", input.checked);\n  };\n\n  container.querySelectorAll(\".frymo-checkboxes-wrapper input[type='checkbox']\")\n    .forEach(setSpanActiveFromInput);\n\n  container.addEventListener(\"change\", (event) => {\n    const input = event.target.closest(\".frymo-checkboxes-wrapper input[type='checkbox']\");\n    if (!input) return;\n    setSpanActiveFromInput(input);\n  });\n\n  container.addEventListener(\"reset\", () => {\n    setTimeout(() => {\n      container.querySelectorAll(\".frymo-checkboxes-wrapper input[type='checkbox']\")\n        .forEach(setSpanActiveFromInput);\n    }, 0);\n  });\n});\n<\/script>\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", function () {\n  \/\/ Translation map: German -> English\n  const translations = {\n    \"All Object Types\": \"All Object Types\", \/\/ already English\n    \"Grundst\u00fcck\": \"Plot\",\n    \"Haus\": \"Villa\",\n    \"\u2014 Bauernhaus\": \"\u2014 Farmhouse\",\n    \"\u2014 Doppelhaush\u00e4lfte\": \"\u2014 Semi-detached House\",\n    \"\u2014 Einfamilienhaus\": \"\u2014 Single-family House\",\n    \"\u2014 Mehrfamilienhaus\": \"\u2014 Multi-family House\",\n    \"\u2014 Reihenmittelhaus\": \"\u2014 Terraced House\",\n    \"\u2014 Stadthaus\": \"\u2014 Townhouse\",\n    \"\u2014 Villa\": \"\u2014 Villa\",\n    \"\u2014 Zweifamilienhaus\": \"\u2014 Two-family House\",\n    \"Wohnung\": \"Apartment\",\n    \"\u2014 Dachgeschosswohnung\": \"\u2014 Attic Apartment\",\n    \"\u2014 Erdgeschosswohnung\": \"\u2014 Ground Floor Apartment\",\n    \"\u2014 Etagenwohnung\": \"\u2014 Floor Apartment\",\n    \"\u2014 Penthousewohnung\": \"\u2014 Penthouse Apartment\"\n  };\n\n  \/\/ Find all labels inside the wrapper\n  document.querySelectorAll(\".frymo-checkboxes-wrapper label\").forEach(label => {\n    const text = label.textContent.trim();\n    if (translations[text]) {\n      label.textContent = translations[text];\n    }\n  });\n});\n<\/script>\n<script>\ndocument.addEventListener('DOMContentLoaded', function () {\n  \/\/ 1) Try the most reliable hook: the label tied to the \"type-all\" checkbox\n  var label = document.querySelector('label[for$=\"type-all\"]');\n\n  \/\/ 2) Fallback: find a label whose text is exactly \"All Object Types\"\n  if (!label) {\n    label = Array.from(document.querySelectorAll('label'))\n      .find(function (el) { return el.textContent.trim().toLowerCase() === 'all object types'; });\n  }\n\n  if (label) {\n    label.textContent = 'All Property Types';\n  }\n});\n<\/script>\n\n<!--script that helps to close the dropdowns when search is clicked-->\n<script>\n    document.addEventListener('DOMContentLoaded', () => {\n  \/\/ Replace 'your-form-class' with the actual class name of your form\n  const forms = document.querySelectorAll('form.your-form-class');\n\n  forms.forEach(form => {\n    \/\/ Find the search button inside this form (adjust selector if needed)\n    const searchButton = form.querySelector('button[type=\"submit\"], button.search-button');\n\n    if (searchButton) {\n      searchButton.addEventListener('click', () => {\n        \/\/ Find all fieldsets that are currently open\n        const openFieldsets = form.querySelectorAll('fieldset.is-open');\n        \n        openFieldsets.forEach(fieldset => {\n          fieldset.classList.remove('is-open');\n        });\n\n        console.log('All open fieldsets closed.');\n      });\n    }\n  });\n});\n\n\n<\/script>\n\n\n<!--update the legends -->\n\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", () => {\n  const container = document.querySelector(\".my-form-filter\");\n  if (!container) return;\n\n  \/\/ Store original legend text so we can restore it cleanly\n  container.querySelectorAll(\".frymo-custom-fieldset > legend\").forEach(legend => {\n    if (!legend.dataset.baseText) {\n      legend.dataset.baseText = legend.textContent.trim();\n    }\n  });\n\n  const getSelectedLabels = (fieldset) => {\n    return Array.from(fieldset.querySelectorAll(\".frymo-checkboxes-wrapper input[type='checkbox']:checked\"))\n      .map(input => {\n        const label = fieldset.querySelector(`label[for=\"${CSS.escape(input.id)}\"]`);\n        return (label ? label.textContent : \"\").trim();\n      })\n      .filter(Boolean);\n  };\n\n  const updateLegend = (fieldset) => {\n    const legend = fieldset.querySelector(\":scope > legend\");\n    if (!legend) return;\n\n    const base = legend.dataset.baseText || legend.textContent.trim();\n    const selected = getSelectedLabels(fieldset);\n\n    \/\/ Show: \"Location: Vale do Lobo, Loul\u00e9\" (truncate nicely if long)\n    if (selected.length === 0) {\n      legend.textContent = base;\n      return;\n    }\n\n    const maxItems = 3; \/\/ tweak if you want more\/less\n    const shown = selected.slice(0, maxItems);\n    const extra = selected.length - shown.length;\n\n    legend.textContent = `${shown.join(\", \")}${extra > 0 ? ` +${extra}` : \"\"}`;\n  };\n\n  const updateAllLegends = () => {\n    container.querySelectorAll(\".frymo-custom-fieldset\").forEach(updateLegend);\n  };\n\n  \/\/ Initial paint (handles pre-checked defaults)\n  updateAllLegends();\n\n  \/\/ Update when any checkbox changes (covers clicks\/taps\/label clicks\/programmatic changes)\n  container.addEventListener(\"change\", (e) => {\n    const input = e.target.closest(\".frymo-checkboxes-wrapper input[type='checkbox']\");\n    if (!input) return;\n    const fieldset = input.closest(\".frymo-custom-fieldset\");\n    if (fieldset) updateLegend(fieldset);\n  });\n\n  \/\/ If your form can be reset\n  container.addEventListener(\"reset\", () => {\n    setTimeout(updateAllLegends, 0);\n  });\n});\n<\/script>\n\n<!--\/all-->\n<script>\ndocument.addEventListener(\"DOMContentLoaded\", () => {\n  const container = document.querySelector(\".my-form-filter\");\n  if (!container) return;\n\n  \/\/ Find the Location fieldset (you already have data-base-text=\"Location\" in your markup)\n  const locationFieldset =\n    container.querySelector('.frymo-custom-fieldset > legend[data-base-text=\"Location\"]')?.closest(\".frymo-custom-fieldset\") ||\n    Array.from(container.querySelectorAll(\".frymo-custom-fieldset\")).find(fs => {\n      const lg = fs.querySelector(\":scope > legend\");\n      return (lg?.textContent || \"\").trim().toLowerCase() === \"location\";\n    });\n\n  if (!locationFieldset) return;\n\n  const wrapper = locationFieldset.querySelector(\".frymo-checkboxes-wrapper\");\n  if (!wrapper) return;\n\n  \/\/ avoid duplicates\n  if (wrapper.querySelector('[data-all-locations=\"1\"]')) return;\n\n  const allId = \"all-locations-\" + Math.random().toString(36).slice(2, 10);\n\n  \/\/ Create row\n  const span = document.createElement(\"span\");\n  span.setAttribute(\"data-all-locations\", \"1\");\n\n  const allCb = document.createElement(\"input\");\n  allCb.type = \"checkbox\";\n  allCb.id = allId;\n  allCb.name = \"udft_Location_Web_New_all\";\n  allCb.value = \"all\";\n\n  const label = document.createElement(\"label\");\n  label.htmlFor = allId;\n  label.textContent = \"All Locations\";\n\n  span.appendChild(allCb);\n  span.appendChild(label);\n  wrapper.appendChild(span);\n\n  const setActiveSpan = (cb) => {\n    const sp = cb.closest(\"span\");\n    if (!sp) return;\n    sp.classList.toggle(\"active-span\", cb.checked);\n  };\n\n  const getOtherCbs = () =>\n    Array.from(wrapper.querySelectorAll('input[type=\"checkbox\"]'))\n      .filter(cb => cb !== allCb && !cb.disabled);\n\n  \/\/ IMPORTANT: toggle by CLICKING (not by setting .checked)\n  const clickToState = (cb, desired) => {\n    if (cb.checked === desired) return;\n    cb.click(); \/\/ triggers whatever internal listeners Frymo\/Elementor has\n  };\n\n  \/\/ When All Locations toggles: click all others into same state\n  allCb.addEventListener(\"change\", () => {\n    const desired = allCb.checked;\n    getOtherCbs().forEach(cb => clickToState(cb, desired));\n    setActiveSpan(allCb);\n  });\n\n  \/\/ Sync All Locations when user changes individual options\n  wrapper.addEventListener(\"change\", (e) => {\n    const cb = e.target.closest('input[type=\"checkbox\"]');\n    if (!cb || cb === allCb) return;\n\n    const others = getOtherCbs();\n    const allChecked = others.length > 0 && others.every(x => x.checked);\n\n    \/\/ If all checked -> All Locations checked, else unchecked\n    \/\/ (No indeterminate since inputs are hidden anyway)\n    if (allCb.checked !== allChecked) {\n      allCb.checked = allChecked;\n      allCb.dispatchEvent(new Event(\"change\", { bubbles: true })); \/\/ keep your other scripts in sync\n    }\n\n    setActiveSpan(allCb);\n  });\n\n  \/\/ initial sync (if defaults are pre-checked)\n  {\n    const others = getOtherCbs();\n    const allChecked = others.length > 0 && others.every(x => x.checked);\n    allCb.checked = allChecked;\n    setActiveSpan(allCb);\n  }\n});\n<\/script>\n\n\t\t\t\t<\/div>\n\t\t\t\t<div data-frymo-query-id=\"\" data-initial-settings=\"{&quot;marketing_type&quot;:&quot;&quot;,&quot;use_types&quot;:&quot;&quot;,&quot;type&quot;:&quot;&quot;,&quot;country&quot;:&quot;&quot;,&quot;location&quot;:&quot;&quot;,&quot;agent&quot;:&quot;&quot;,&quot;radius&quot;:&quot;&quot;,&quot;search_string&quot;:&quot;&quot;,&quot;price_from&quot;:&quot;&quot;,&quot;price_to&quot;:&quot;&quot;,&quot;rooms_from&quot;:&quot;&quot;,&quot;rooms_to&quot;:&quot;&quot;,&quot;rooms_exact&quot;:&quot;&quot;,&quot;bedrooms_from&quot;:&quot;&quot;,&quot;bedrooms_to&quot;:&quot;&quot;,&quot;bedrooms_exact&quot;:&quot;&quot;,&quot;bathrooms_from&quot;:&quot;&quot;,&quot;bathrooms_to&quot;:&quot;&quot;,&quot;bathrooms_exact&quot;:&quot;&quot;,&quot;area_from&quot;:&quot;&quot;,&quot;area_to&quot;:&quot;&quot;,&quot;area_type&quot;:&quot;&quot;,&quot;features&quot;:&quot;&quot;,&quot;form_action&quot;:&quot;reload&quot;,&quot;redirect_url&quot;:{&quot;url&quot;:&quot;https:\\\/\\\/quintaproperty.com\\\/your-search-results\\\/&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;query_id&quot;:&quot;&quot;}\" class=\"elementor-element elementor-element-a8531e0 my-form-filter djasdjf kfgh23d i23408sadh elementor-widget__width-initial elementor-widget elementor-widget-frymo-advanced-search-bar\" data-id=\"a8531e0\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"ddownMenuFilter\" data-widget_type=\"frymo-advanced-search-bar.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<form class=\"frymo-form frymo-advanced-search-bar\"><fieldset class=\"elementor-repeater-item-a59a53f frymo-fieldset frymo-custom-fieldset\"><legend>Location<\/legend><div class=\"frymo-checkboxes-wrapper udft_Location_Web_New-wrapper\"><span><input type=\"checkbox\" id=\"a8531e0-a59a53f-udft-Location-Web-New-370\" name=\"udft_Location_Web_New\" value=\"370\" ><label for=\"a8531e0-a59a53f-udft-Location-Web-New-370\">Central Algarve<\/label><\/span><span><input type=\"checkbox\" id=\"a8531e0-a59a53f-udft-Location-Web-New-371\" name=\"udft_Location_Web_New\" value=\"371\" ><label for=\"a8531e0-a59a53f-udft-Location-Web-New-371\">Quinta do Lago<\/label><\/span><span><input type=\"checkbox\" id=\"a8531e0-a59a53f-udft-Location-Web-New-372\" name=\"udft_Location_Web_New\" value=\"372\" ><label for=\"a8531e0-a59a53f-udft-Location-Web-New-372\">Loul\u00e9<\/label><\/span><span><input type=\"checkbox\" id=\"a8531e0-a59a53f-udft-Location-Web-New-373\" name=\"udft_Location_Web_New\" value=\"373\" ><label for=\"a8531e0-a59a53f-udft-Location-Web-New-373\">Vale do Lobo<\/label><\/span><span><input type=\"checkbox\" id=\"a8531e0-a59a53f-udft-Location-Web-New-389\" name=\"udft_Location_Web_New\" value=\"389\" ><label for=\"a8531e0-a59a53f-udft-Location-Web-New-389\">Around QDL &amp; VDL<\/label><\/span><span><input type=\"checkbox\" id=\"a8531e0-a59a53f-udft-Location-Web-New-390\" name=\"udft_Location_Web_New\" value=\"390\" ><label for=\"a8531e0-a59a53f-udft-Location-Web-New-390\">East Algarve<\/label><\/span><span><input type=\"checkbox\" id=\"a8531e0-a59a53f-udft-Location-Web-New-391\" name=\"udft_Location_Web_New\" value=\"391\" ><label for=\"a8531e0-a59a53f-udft-Location-Web-New-391\">Outside Algarve<\/label><\/span><span><input type=\"checkbox\" id=\"a8531e0-a59a53f-udft-Location-Web-New-392\" name=\"udft_Location_Web_New\" value=\"392\" ><label for=\"a8531e0-a59a53f-udft-Location-Web-New-392\">Vilamoura<\/label><\/span><span><input type=\"checkbox\" id=\"a8531e0-a59a53f-udft-Location-Web-New-393\" name=\"udft_Location_Web_New\" value=\"393\" ><label for=\"a8531e0-a59a53f-udft-Location-Web-New-393\">West Algarve<\/label><\/span><\/div><\/fieldset><fieldset class=\"elementor-repeater-item-124e4fe frymo-fieldset frymo-custom-fieldset\"><legend>Property Type<\/legend><div class=\"frymo-checkboxes-wrapper udft_qp_property_type-wrapper\"><span><input type=\"checkbox\" id=\"a8531e0-124e4fe-udft-qp-property-type-394\" name=\"udft_qp_property_type\" value=\"394\" ><label for=\"a8531e0-124e4fe-udft-qp-property-type-394\">Villa<\/label><\/span><span><input type=\"checkbox\" id=\"a8531e0-124e4fe-udft-qp-property-type-395\" name=\"udft_qp_property_type\" value=\"395\" ><label for=\"a8531e0-124e4fe-udft-qp-property-type-395\">Townhouse<\/label><\/span><span><input type=\"checkbox\" id=\"a8531e0-124e4fe-udft-qp-property-type-397\" name=\"udft_qp_property_type\" value=\"397\" ><label for=\"a8531e0-124e4fe-udft-qp-property-type-397\">Apartment<\/label><\/span><span><input type=\"checkbox\" id=\"a8531e0-124e4fe-udft-qp-property-type-398\" name=\"udft_qp_property_type\" value=\"398\" ><label for=\"a8531e0-124e4fe-udft-qp-property-type-398\">Investment Opportunity<\/label><\/span><span><input type=\"checkbox\" id=\"a8531e0-124e4fe-udft-qp-property-type-400\" name=\"udft_qp_property_type\" value=\"400\" ><label for=\"a8531e0-124e4fe-udft-qp-property-type-400\">Building Plot \/ Project<\/label><\/span><span><input type=\"checkbox\" id=\"a8531e0-124e4fe-udft-qp-property-type-403\" name=\"udft_qp_property_type\" value=\"403\" ><label for=\"a8531e0-124e4fe-udft-qp-property-type-403\">New Homes<\/label><\/span><span><input type=\"checkbox\" id=\"a8531e0-124e4fe-udft-qp-property-type-492\" name=\"udft_qp_property_type\" value=\"492\" ><label for=\"a8531e0-124e4fe-udft-qp-property-type-492\">Exclusive Listings<\/label><\/span><\/div><\/fieldset><fieldset class=\"elementor-repeater-item-2799810 frymo-fieldset frymo-custom-fieldset\"><legend>Bedrooms<\/legend><div class=\"frymo-checkboxes-wrapper udft_bed_band-wrapper\"><span><input type=\"checkbox\" id=\"a8531e0-2799810-udft-bed-band-323\" name=\"udft_bed_band\" value=\"323\" ><label for=\"a8531e0-2799810-udft-bed-band-323\">1<\/label><\/span><span><input type=\"checkbox\" id=\"a8531e0-2799810-udft-bed-band-324\" name=\"udft_bed_band\" value=\"324\" ><label for=\"a8531e0-2799810-udft-bed-band-324\">2<\/label><\/span><span><input type=\"checkbox\" id=\"a8531e0-2799810-udft-bed-band-327\" name=\"udft_bed_band\" value=\"327\" ><label for=\"a8531e0-2799810-udft-bed-band-327\">3<\/label><\/span><span><input type=\"checkbox\" id=\"a8531e0-2799810-udft-bed-band-328\" name=\"udft_bed_band\" value=\"328\" ><label for=\"a8531e0-2799810-udft-bed-band-328\">4<\/label><\/span><span><input type=\"checkbox\" id=\"a8531e0-2799810-udft-bed-band-336\" name=\"udft_bed_band\" value=\"336\" ><label for=\"a8531e0-2799810-udft-bed-band-336\">5<\/label><\/span><span><input type=\"checkbox\" id=\"a8531e0-2799810-udft-bed-band-337\" name=\"udft_bed_band\" value=\"337\" ><label for=\"a8531e0-2799810-udft-bed-band-337\">More<\/label><\/span><\/div><\/fieldset><fieldset class=\"elementor-repeater-item-88d39da frymo-fieldset frymo-custom-fieldset\"><legend>Price<\/legend><div class=\"frymo-checkboxes-wrapper udft_price_band-wrapper\"><span><input type=\"checkbox\" id=\"a8531e0-88d39da-udft-price-band-329\" name=\"udft_price_band\" value=\"329\" ><label for=\"a8531e0-88d39da-udft-price-band-329\">\u20ac 1,000,000 \u2013 2,000,000<\/label><\/span><span><input type=\"checkbox\" id=\"a8531e0-88d39da-udft-price-band-331\" name=\"udft_price_band\" value=\"331\" ><label for=\"a8531e0-88d39da-udft-price-band-331\">\u20ac 2,000,000 - 3,000,000<\/label><\/span><span><input type=\"checkbox\" id=\"a8531e0-88d39da-udft-price-band-332\" name=\"udft_price_band\" value=\"332\" ><label for=\"a8531e0-88d39da-udft-price-band-332\">\u20ac 3,000,000 - 4,000,000<\/label><\/span><span><input type=\"checkbox\" id=\"a8531e0-88d39da-udft-price-band-333\" name=\"udft_price_band\" value=\"333\" ><label for=\"a8531e0-88d39da-udft-price-band-333\">\u20ac 4,000,000 - 5,000,000<\/label><\/span><span><input type=\"checkbox\" id=\"a8531e0-88d39da-udft-price-band-334\" name=\"udft_price_band\" value=\"334\" ><label for=\"a8531e0-88d39da-udft-price-band-334\">\u20ac 5,000,000 - 10,000,000<\/label><\/span><span><input type=\"checkbox\" id=\"a8531e0-88d39da-udft-price-band-335\" name=\"udft_price_band\" value=\"335\" ><label for=\"a8531e0-88d39da-udft-price-band-335\">Over \u20ac 10,000,000<\/label><\/span><span><input type=\"checkbox\" id=\"a8531e0-88d39da-udft-price-band-409\" name=\"udft_price_band\" value=\"409\" ><label for=\"a8531e0-88d39da-udft-price-band-409\">Up to \u20ac 1,000,000<\/label><\/span><\/div><\/fieldset><fieldset class=\"elementor-repeater-item-30bb3cb frymo-fieldset frymo-search-string-fieldset\"><legend><\/legend><label><input type=\"text\" name=\"search_string\" class=\"frymo-input\" placeholder=\"Reference Code\" \/><\/label><input type=\"hidden\" name=\"s_fields\" value=\"external_id,internal_id\" \/><\/fieldset><fieldset class=\"elementor-repeater-item-0410092 frymo-submit-button-fieldset frymo-button-fieldset button-align-justify frymo-submit-mobile-bottom\"><label><button class=\"frymo-submit\" type=\"submit\">Search<\/button><\/label><\/fieldset><\/form>\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\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<div class=\"elementor-element elementor-element-2af24b9 e-flex e-con-boxed e-con e-parent\" data-id=\"2af24b9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-46016b1 elementor-widget elementor-widget-image\" data-id=\"46016b1\" data-element_type=\"widget\" data-e-type=\"widget\" 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=\"1024\" height=\"1024\" src=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/10\/savills_logo-1024x1024.png\" class=\"attachment-large size-large wp-image-21034\" alt=\"The Savills Network\" srcset=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/10\/savills_logo-1024x1024.png 1024w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/10\/savills_logo-300x300.png 300w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/10\/savills_logo-150x150.png 150w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/10\/savills_logo-768x768.png 768w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/10\/savills_logo-12x12.png 12w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/10\/savills_logo-600x600.png 600w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/10\/savills_logo.png 1181w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\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-64eda09 container-custom-width e-flex e-con-boxed e-con e-parent\" data-id=\"64eda09\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6504c0c elementor-widget elementor-widget-heading\" data-id=\"6504c0c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">International Property Showcase<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ba690c5 elementor-widget elementor-widget-html\" data-id=\"ba690c5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<script>\n    \n    (function () {\n  const POPUP_ID = 29667; \/\/ your popup\n\n  const TILE_SELECTOR = \"a.single-tile-123mnd8a\";\n  const MODAL_SELECTOR = `#elementor-popup-modal-${POPUP_ID}`;\n\n  const getText = (el) => (el?.textContent || \"\").trim();\n\n  function widgetContainer(el) {\n    return el?.querySelector?.(\".elementor-widget-container\") || el || null;\n  }\n\n  function setWidgetHTML(root, selector, html) {\n    const el = root.querySelector(selector);\n    const c = widgetContainer(el);\n    if (!c) return false;\n    c.innerHTML = html || \"\";\n    return true;\n  }\n\n  function setWidgetText(root, selector, value) {\n    return setWidgetHTML(root, selector, `<p>${escapeHTML(value || \"\")}<\/p>`);\n  }\n\n  function setImage(root, selector, src, alt) {\n    const img = root.querySelector(selector);\n    if (!img) return false;\n    if (src) img.src = src;\n    img.alt = alt || \"\";\n    return true;\n  }\n\n  function escapeHTML(str) {\n    return String(str).replace(\/[&<>\"']\/g, (m) => ({\n      \"&\": \"&amp;\", \"<\": \"&lt;\", \">\": \"&gt;\", '\"': \"&quot;\", \"'\": \"&#039;\",\n    }[m]));\n  }\n\n  function openPopup() {\n    if (!window.elementorProFrontend?.modules?.popup) return false;\n    elementorProFrontend.modules.popup.showPopup({ id: POPUP_ID });\n    return true;\n  }\n\n  function waitForModal(maxMs = 4000) {\n    const start = Date.now();\n    return new Promise((resolve, reject) => {\n      (function tick() {\n        const modal = document.querySelector(MODAL_SELECTOR);\n        \/\/ ensure it's actually open (Elementor may keep it in DOM while hidden)\n        const isOpen = modal && modal.querySelector(\".dialog-message\");\n        if (isOpen) return resolve(modal);\n\n        if (Date.now() - start > maxMs) return reject(new Error(\"Modal not ready\"));\n        requestAnimationFrame(tick);\n      })();\n    });\n  }\n\n  async function fillFromTile(linkEl) {\n    const tile = linkEl.closest(\".e-loop-item\");\n    if (!tile) return;\n\n    const title = getText(tile.querySelector(\".title h1, .title .elementor-heading-title\"));\n    const price = getText(tile.querySelector(\".price-international\"));\n\n    const contentEl = tile.querySelector(\".pcontent\");\n    const contentHTML = contentEl ? contentEl.innerHTML.trim() : \"<p><\/p>\";\n\n    const featuresEl = tile.querySelector(\".features\");\n    const featuresHTML = featuresEl ? featuresEl.innerHTML.trim() : \"<p><\/p>\";\n\n    const imgEl = tile.querySelector(\".elementor-widget-image img, img\");\n    const imgSrc = imgEl?.getAttribute(\"src\") || \"\";\n    const imgAlt = imgEl?.getAttribute(\"alt\") || title;\n\n    const modal = await waitForModal();\n\n    \/\/ Fill by classes only \u2014 inner structure can change freely\n    setWidgetText(modal, \".popupTitle\", title);\n    setWidgetText(modal, \".popup-price\", price);\n    setWidgetHTML(modal, \".popup-desc\", contentHTML);\n    setWidgetHTML(modal, \".popup-features\", featuresHTML);\n    setImage(modal, \".popupImg img\", imgSrc, imgAlt);\n  }\n\n  document.addEventListener(\"click\", function (e) {\n    const link = e.target.closest(TILE_SELECTOR);\n    if (!link) return;\n\n    e.preventDefault();\n\n    if (!openPopup()) return;\n\n    \/\/ you asked for 50ms delay \u2014 keep it, plus robust waiting\n    setTimeout(() => {\n      fillFromTile(link).catch(() => {});\n    }, 50);\n  });\n})();\n\n<\/script>\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-08d1468 container-custom-width e-flex e-con-boxed e-con e-parent\" data-id=\"08d1468\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8369110 elementor-grid-2 elementor-grid-tablet-2 elementor-grid-mobile-1 elementor-widget elementor-widget-loop-grid\" data-id=\"8369110\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;template_id&quot;:&quot;19922&quot;,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:21,&quot;sizes&quot;:[]},&quot;columns&quot;:2,&quot;_skin&quot;:&quot;post&quot;,&quot;columns_tablet&quot;:&quot;2&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\\&quot;loop-item\\&quot;]&quot;,&quot;row_gap_widescreen&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_laptop&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile_extra&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"loop-grid.post\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-loop-container elementor-grid\" role=\"list\">\n\t\t<style id=\"loop-19922\">.elementor-19922 .elementor-element.elementor-element-b1421ca{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:0;}.elementor-19922 .elementor-element.elementor-element-9ce3a5c{--display:flex;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:10px;--padding-right:10px;--position:absolute;bottom:5px;--z-index:1;}body:not(.rtl) .elementor-19922 .elementor-element.elementor-element-9ce3a5c{left:0px;}body.rtl .elementor-19922 .elementor-element.elementor-element-9ce3a5c{right:0px;}.elementor-19922 .elementor-element.elementor-element-dd6d25e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-19922 .elementor-element.elementor-element-131eeae .elementor-heading-title{font-family:\"Montserrat\", Sans-serif;font-size:20px;font-weight:300;text-transform:none;text-decoration:none;line-height:30px;color:var( --e-global-color-accent );}.elementor-19922 .elementor-element.elementor-element-14b5cd5 img{width:100%;height:100%;object-fit:cover;object-position:center center;}.elementor-19922 .elementor-element.elementor-element-fa414cf{--display:flex;}@media(max-width:1024px){.elementor-19922 .elementor-element.elementor-element-131eeae .elementor-heading-title{font-size:22px;line-height:1.1em;}}@media(max-width:767px){.elementor-19922 .elementor-element.elementor-element-131eeae .elementor-heading-title{font-size:18px;}}\/* Start custom CSS for container, class: .elementor-element-9ce3a5c *\/.hover-this-to-remove-the-negative-margin:hover .negative-margin-zero-hover {\n    margin-bottom: 10px!important;\n    transition:0.5s;\n}\n.hover-this-to-remove-the-negative-margin .negative-margin-zero-hover {\n    transition:0.5s;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-fa414cf *\/.elementor-19922 .elementor-element.elementor-element-fa414cf {\ndisplay: none!important;\n    \n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-b1421ca *\/.elementor-19922 .elementor-element.elementor-element-b1421ca:hover .negative-margin-zero-hover {\n    bottom: 10px;\n    transition: 0.5s\n}\n.elementor-19922 .elementor-element.elementor-element-b1421ca .negative-margin-zero-hover {\n    transition: 0.5s\n}\n.elementor-19922 .elementor-element.elementor-element-b1421ca::after {\n  content: \"\";\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  pointer-events: none; \n  background: linear-gradient(\n    to bottom,\n    rgba(0, 0, 0, 0) 20%,   \n    rgba(0, 0, 0, 1) 100%\n  );\n  opacity: 0.3;\n  transition: 0.5s\n}\n.elementor-19922 .elementor-element.elementor-element-b1421ca:hover::after {\n  opacity: 1;\n  transition: 0.5s\n}\n\n.elementor-19922 .elementor-element.elementor-element-b1421ca img {\n    aspect-ratio: 16 \/ 9;\n    object-fit: cover;\n}\n\n@media (max-width:1200px) {\n    .elementor-19922 .elementor-element.elementor-element-b1421ca .negative-margin-zero-hover {\n        bottom:0!important;\n}\n}\n.elementor-19922 .elementor-element.elementor-element-b1421ca {\n    aspect-ratio: 16 \/ 9;\n    cursor: pointer;\n}\/* End custom CSS *\/<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"19922\" class=\"elementor elementor-19922 e-loop-item e-loop-item-29686 post-29686 post type-post status-publish format-standard has-post-thumbnail hentry category-international-properties entry has-media\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-b1421ca single-tile-123mnd8a e-flex e-con-boxed e-con e-parent\" data-id=\"b1421ca\" data-element_type=\"container\" data-e-type=\"container\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjI5NjY3IiwidG9nZ2xlIjpmYWxzZX0%3D\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-9ce3a5c e-con-full negative-margin-zero-hover e-flex e-con e-child\" data-id=\"9ce3a5c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-dd6d25e e-con-full remove-the-article-if-its-empty e-flex e-con e-child\" data-id=\"dd6d25e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-131eeae title elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"131eeae\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">An elegant country house in unspoilt Oxfordshire<\/h1>\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-14b5cd5 elementor-widget elementor-widget-image\" data-id=\"14b5cd5\" data-element_type=\"widget\" data-e-type=\"widget\" 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=\"1600\" height=\"1198\" src=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/12\/UK-newington.jpg\" class=\"attachment-full size-full wp-image-32070\" alt=\"An elegant country house in unspoilt Oxfordshire\" srcset=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/12\/UK-newington.jpg 1600w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/12\/UK-newington-300x225.jpg 300w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/12\/UK-newington-1024x767.jpg 1024w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/12\/UK-newington-768x575.jpg 768w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/12\/UK-newington-16x12.jpg 16w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" \/>\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-fa414cf e-con-full e-flex e-con e-child\" data-id=\"fa414cf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-df53425 savills-link elementor-widget elementor-widget-text-editor\" data-id=\"df53425\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\thttps:\/\/search.savills.com\/property-detail\/gblhchlac250005\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-424eef5 price-international elementor-widget elementor-widget-text-editor\" data-id=\"424eef5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t\u00a3 16,000,000\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a19285 features elementor-widget elementor-widget-text-editor\" data-id=\"7a19285\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<ul class=\"intl-features-list\"><li>17th Century Grade II* stone house with elegant period features<\/li><li>Self-contained annex with three bedrooms<\/li><li>Separate Grade II listed Manor House with five bedrooms and four bathrooms<\/li><li>Coach House with kitchen, study, two reception rooms and four bedrooms<\/li><li>Landscaped gardens, woodland, paddocks, lake, swimming pool, tennis court, walled garden, croquet lawn, rose garden and greenhouse<\/li><li>Equestrian facilities with four stables, tack room and hay\/feed barn<\/li><li>In all about 43 acres<\/li><\/ul>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-91b1b5b pcontent elementor-widget elementor-widget-theme-post-content\" data-id=\"91b1b5b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t\n<p>One of Oxfordshire&#8217;s most admired houses, this Grade II* 17th century limestone masterpiece was built as a gift for an Italian princess, modelled on Rubens&#8217; Palaces of Genoa. Set on the edge of the unspoilt Oxfordshire village of Newington, the estate enjoys a private elevated position above the River Thame, approached via wrought iron gates and a gravel carriage drive. The Manor House and Coach House sit alongside with their own access and gardens. Everyday amenities are in nearby Stadhampton and Wallingford, with Oxford and Abingdon close by. The area offers excellent schooling, including Moulsford, Cranford, The Dragon and Radley.\u2028<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"19922\" class=\"elementor elementor-19922 e-loop-item e-loop-item-30494 post-30494 post type-post status-publish format-standard has-post-thumbnail hentry category-international-properties entry has-media\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-b1421ca single-tile-123mnd8a e-flex e-con-boxed e-con e-parent\" data-id=\"b1421ca\" data-element_type=\"container\" data-e-type=\"container\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjI5NjY3IiwidG9nZ2xlIjpmYWxzZX0%3D\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-9ce3a5c e-con-full negative-margin-zero-hover e-flex e-con e-child\" data-id=\"9ce3a5c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-dd6d25e e-con-full remove-the-article-if-its-empty e-flex e-con e-child\" data-id=\"dd6d25e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-131eeae title elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"131eeae\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Set on the south bank of the River Thames with unrivalled access to London&#8217;s most refined postcodes.<\/h1>\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-14b5cd5 elementor-widget elementor-widget-image\" data-id=\"14b5cd5\" data-element_type=\"widget\" data-e-type=\"widget\" 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=\"1600\" height=\"1066\" src=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/The-Capston-UK.jpg\" class=\"attachment-full size-full wp-image-32069\" alt=\"Set on the south bank of the River Thames with unrivalled access to London&#039;s most refined postcodes.\" srcset=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/The-Capston-UK.jpg 1600w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/The-Capston-UK-300x200.jpg 300w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/The-Capston-UK-1024x682.jpg 1024w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/The-Capston-UK-768x512.jpg 768w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/The-Capston-UK-18x12.jpg 18w\" sizes=\"(max-width: 1600px) 100vw, 1600px\" \/>\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-fa414cf e-con-full e-flex e-con e-child\" data-id=\"fa414cf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-df53425 savills-link elementor-widget elementor-widget-text-editor\" data-id=\"df53425\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\thttps:\/\/search.savills.com\/property-detail\/gblhchlac250005\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-424eef5 price-international elementor-widget elementor-widget-text-editor\" data-id=\"424eef5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t\u00a3 735,000\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a19285 features elementor-widget elementor-widget-text-editor\" data-id=\"7a19285\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<ul class=\"intl-features-list\"><li>247 private riverside residences<\/li><li>24-hr concierge service<\/li><li>London&#039;s iconic Sky Pool<\/li><li>Please note images are computer generated and for indicative purposes only<\/li><li>Embassy Gardens&#039; exclusive Eg:le Club<\/li><li>A private cinema<\/li><li>Two workspace suites<\/li><\/ul>\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<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"19922\" class=\"elementor elementor-19922 e-loop-item e-loop-item-30502 post-30502 post type-post status-publish format-standard has-post-thumbnail hentry category-international-properties entry has-media\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-b1421ca single-tile-123mnd8a e-flex e-con-boxed e-con e-parent\" data-id=\"b1421ca\" data-element_type=\"container\" data-e-type=\"container\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjI5NjY3IiwidG9nZ2xlIjpmYWxzZX0%3D\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-9ce3a5c e-con-full negative-margin-zero-hover e-flex e-con e-child\" data-id=\"9ce3a5c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-dd6d25e e-con-full remove-the-article-if-its-empty e-flex e-con e-child\" data-id=\"dd6d25e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-131eeae title elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"131eeae\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">An exceptional restored historic Georgian residence in a prime Dublin location<\/h1>\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-14b5cd5 elementor-widget elementor-widget-image\" data-id=\"14b5cd5\" data-element_type=\"widget\" data-e-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=\"4032\" height=\"2268\" src=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/Emsworth-IRE.jpg\" class=\"attachment-full size-full wp-image-32068\" alt=\"An exceptional restored historic Georgian residence in a prime Dublin location\" srcset=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/Emsworth-IRE.jpg 4032w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/Emsworth-IRE-300x169.jpg 300w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/Emsworth-IRE-1024x576.jpg 1024w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/Emsworth-IRE-768x432.jpg 768w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/Emsworth-IRE-18x10.jpg 18w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/Emsworth-IRE-800x450.jpg 800w\" sizes=\"(max-width: 4032px) 100vw, 4032px\" \/>\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-fa414cf e-con-full e-flex e-con e-child\" data-id=\"fa414cf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-df53425 savills-link elementor-widget elementor-widget-text-editor\" data-id=\"df53425\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\thttps:\/\/search.savills.com\/property-detail\/gblhchlac250005\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-424eef5 price-international elementor-widget elementor-widget-text-editor\" data-id=\"424eef5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t\u20ac 9,250,000\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a19285 features elementor-widget elementor-widget-text-editor\" data-id=\"7a19285\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<ul class=\"intl-features-list\"><li>Magnificent period house designed by James Gandon in 1794<\/li><li>5 reception rooms and 4 bedroom suites<\/li><li>Fully refurbished Guest House (2 additional bedrooms)<\/li><li>17 acres of landscaped gardens, terraces, tennis court\/sports pitch and floodlit paddle court<\/li><li>Heated outdoor swimming pool and jacuzzi with two BBQ and dining areas and an outside TV and bar area<\/li><li>Fully equipped gym with separate Pilates room, sauna and cold plunge<\/li><li>Idyllic parkland surroundings, including a feature lake and extensive mature woodland<\/li><li>About 58 acres of freehold agricultural land surrounding the house leased on a long-term deal to Teagasc<\/li><\/ul>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-91b1b5b pcontent elementor-widget elementor-widget-theme-post-content\" data-id=\"91b1b5b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t\n<p><br>A distinguished Georgian estate of architectural significance, Emsworth occupies a remarkable position just 12 kilometres from Dublin City Centre. Extending to about 75 acres, the estate offers complete privacy and security in a unique setting close to Dublin Airport. Originally designed by renowned architect James Gandon and completed in 1794, this elegant villa, one of Gandon&#8217;s only known residential commissions, has been comprehensively renovated to an exceptional standard, achieving a seamless blend of period grandeur and modern living. Emsworth also contains a tunnel, believed to have been conceived by Gandon himself, which provides a discreet underground connection to the neighbouring Abbeyville Estate. Now blocked at both ends, the tunnel remains a rare and historically significant feature and adds an intriguing layer to the property&#8217;s rich heritage.<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"19922\" class=\"elementor elementor-19922 e-loop-item e-loop-item-30504 post-30504 post type-post status-publish format-standard has-post-thumbnail hentry category-international-properties entry has-media\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-b1421ca single-tile-123mnd8a e-flex e-con-boxed e-con e-parent\" data-id=\"b1421ca\" data-element_type=\"container\" data-e-type=\"container\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjI5NjY3IiwidG9nZ2xlIjpmYWxzZX0%3D\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-9ce3a5c e-con-full negative-margin-zero-hover e-flex e-con e-child\" data-id=\"9ce3a5c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-dd6d25e e-con-full remove-the-article-if-its-empty e-flex e-con e-child\" data-id=\"dd6d25e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-131eeae title elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"131eeae\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">One of the finest contemporary country houses in Ireland<\/h1>\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-14b5cd5 elementor-widget elementor-widget-image\" data-id=\"14b5cd5\" data-element_type=\"widget\" data-e-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=\"5102\" height=\"2867\" src=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/Clonhugh-IRE.jpg\" class=\"attachment-full size-full wp-image-32066\" alt=\"One of the finest contemporary country houses in Ireland\" srcset=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/Clonhugh-IRE.jpg 5102w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/Clonhugh-IRE-300x169.jpg 300w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/Clonhugh-IRE-1024x575.jpg 1024w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/Clonhugh-IRE-768x432.jpg 768w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/Clonhugh-IRE-18x10.jpg 18w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/Clonhugh-IRE-800x450.jpg 800w\" sizes=\"(max-width: 5102px) 100vw, 5102px\" \/>\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-fa414cf e-con-full e-flex e-con e-child\" data-id=\"fa414cf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-df53425 savills-link elementor-widget elementor-widget-text-editor\" data-id=\"df53425\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\thttps:\/\/search.savills.com\/property-detail\/gblhchlac250005\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-424eef5 price-international elementor-widget elementor-widget-text-editor\" data-id=\"424eef5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t\u20ac 9,250,000\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a19285 features elementor-widget elementor-widget-text-editor\" data-id=\"7a19285\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<ul class=\"intl-features-list\"><li>Magnificent period house designed by James Gandon in 1794<\/li><li>5 reception rooms and 4 bedroom suites<\/li><li>Fully refurbished Guest House (2 additional bedrooms)<\/li><li>17 acres of landscaped gardens, terraces, tennis court\/sports pitch and floodlit paddle court<\/li><li>Heated outdoor swimming pool and jacuzzi with two BBQ and dining areas and an outside TV and bar area<\/li><li>Fully equipped gym with separate Pilates room, sauna and cold plunge<\/li><li>Idyllic parkland surroundings, including a feature lake and extensive mature woodland<\/li><li>About 58 acres of freehold agricultural land surrounding the house leased on a long-term deal to Teagasc<\/li><\/ul>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-91b1b5b pcontent elementor-widget elementor-widget-theme-post-content\" data-id=\"91b1b5b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t\n<p>Clonhugh Lodge is a remarkable, country estate conveniently situated in a sought-after and easily accessible location in County Westmeath. This outstanding property is positioned within a ring-fenced boundary, occupying a superb waterfront setting and extending to about 111 acres in total. The estate initially formed part of the expansive Clonhugh Demesne, where Lord Greville resided and held the position of Member of Parliament for Westmeath from 1865 to 1874. The magnificent modern house has been meticulously planned and designed in a period-style for contemporary living, surrounded by picturesque formal garden grounds and sprawling parkland. The property&#8217;s elevated position offers delightful views over the surrounding countryside and onto Lough Owel.<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"19922\" class=\"elementor elementor-19922 e-loop-item e-loop-item-30508 post-30508 post type-post status-publish format-standard has-post-thumbnail hentry category-international-properties entry has-media\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-b1421ca single-tile-123mnd8a e-flex e-con-boxed e-con e-parent\" data-id=\"b1421ca\" data-element_type=\"container\" data-e-type=\"container\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjI5NjY3IiwidG9nZ2xlIjpmYWxzZX0%3D\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-9ce3a5c e-con-full negative-margin-zero-hover e-flex e-con e-child\" data-id=\"9ce3a5c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-dd6d25e e-con-full remove-the-article-if-its-empty e-flex e-con e-child\" data-id=\"dd6d25e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-131eeae title elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"131eeae\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">A property in one of the most sought-after west coast beaches in Barbados<\/h1>\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-14b5cd5 elementor-widget elementor-widget-image\" data-id=\"14b5cd5\" data-element_type=\"widget\" data-e-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=\"3840\" height=\"2160\" src=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/Barbados-Four-Winds.jpeg\" class=\"attachment-full size-full wp-image-32065\" alt=\"A property in one of the most sought-after west coast beaches in Barbados\" srcset=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/Barbados-Four-Winds.jpeg 3840w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/Barbados-Four-Winds-300x169.jpeg 300w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/Barbados-Four-Winds-1024x576.jpeg 1024w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/Barbados-Four-Winds-768x432.jpeg 768w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/Barbados-Four-Winds-18x10.jpeg 18w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/Barbados-Four-Winds-800x450.jpeg 800w\" sizes=\"(max-width: 3840px) 100vw, 3840px\" \/>\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-fa414cf e-con-full e-flex e-con e-child\" data-id=\"fa414cf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-df53425 savills-link elementor-widget elementor-widget-text-editor\" data-id=\"df53425\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\thttps:\/\/search.savills.com\/property-detail\/gblhchlac250005\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-424eef5 price-international elementor-widget elementor-widget-text-editor\" data-id=\"424eef5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t$42,000,000\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a19285 features elementor-widget elementor-widget-text-editor\" data-id=\"7a19285\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<ul class=\"intl-features-list\"><li>Extensive beach frontage of 350 ft<\/li><li>Sea views<\/li><li>2.5 acres<\/li><li>Guest House<\/li><li>Tennis court<\/li><li>Swimming pool<\/li><\/ul>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-91b1b5b pcontent elementor-widget elementor-widget-theme-post-content\" data-id=\"91b1b5b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t\n<p>Poised majestically along one of the most sought-after west coast beaches in Barbados, lies Four Winds. A Palladian-style estate that graces the pristine white sands of Gibbs Beach and stands on an impressive 350 sq. ft. of beach frontage. The arrival experience at Four Winds is nothing short of regal, as a sweeping driveway elegantly tiled with coral stone leads to the estate&#8217;s welcoming foyer. Stepping into the main house, one is immediately greeted by the grandeur of a traditional Barbadian style residence adorned with a striking double staircase. Beyond that lies a grand living space that unfolds, its serenity punctuated by a grand piano. This breathtaking space seamlessly transitions to a sweeping wrap around terrace, an extension of the sophisticated interiors, to envelop you in manicured gardens that gracefully cascade towards the tranquil hues of the Caribbean Sea.<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"19922\" class=\"elementor elementor-19922 e-loop-item e-loop-item-30518 post-30518 post type-post status-publish format-standard has-post-thumbnail hentry category-international-properties entry has-media\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-b1421ca single-tile-123mnd8a e-flex e-con-boxed e-con e-parent\" data-id=\"b1421ca\" data-element_type=\"container\" data-e-type=\"container\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjI5NjY3IiwidG9nZ2xlIjpmYWxzZX0%3D\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-9ce3a5c e-con-full negative-margin-zero-hover e-flex e-con e-child\" data-id=\"9ce3a5c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-dd6d25e e-con-full remove-the-article-if-its-empty e-flex e-con e-child\" data-id=\"dd6d25e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-131eeae title elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"131eeae\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Beautiful estate with guest accommodation and swimming pools nestled in a unique environment<\/h1>\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-14b5cd5 elementor-widget elementor-widget-image\" data-id=\"14b5cd5\" data-element_type=\"widget\" data-e-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=\"3000\" height=\"2000\" src=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/France-Monflanquin.jpg\" class=\"attachment-full size-full wp-image-32075\" alt=\"Beautiful estate with guest accommodation and swimming pools nestled in a unique environment\" srcset=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/France-Monflanquin.jpg 3000w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/France-Monflanquin-300x200.jpg 300w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/France-Monflanquin-1024x683.jpg 1024w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/France-Monflanquin-768x512.jpg 768w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/France-Monflanquin-18x12.jpg 18w\" sizes=\"(max-width: 3000px) 100vw, 3000px\" \/>\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-fa414cf e-con-full e-flex e-con e-child\" data-id=\"fa414cf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-df53425 savills-link elementor-widget elementor-widget-text-editor\" data-id=\"df53425\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\thttps:\/\/search.savills.com\/property-detail\/gblhchlac250005\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-424eef5 price-international elementor-widget elementor-widget-text-editor\" data-id=\"424eef5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t\u20ac3,900,000\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a19285 features elementor-widget elementor-widget-text-editor\" data-id=\"7a19285\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<ul class=\"intl-features-list\"><li>Magnificent estate<\/li><li>68 hectares of grounds<\/li><li>Panoramic views<\/li><li>Equestrian facilities<\/li><li>Lovingly restored<\/li><\/ul>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-91b1b5b pcontent elementor-widget elementor-widget-theme-post-content\" data-id=\"91b1b5b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t\n<p>Perched gracefully atop a gentle hill, this magnificent 850 m\u00b2 restored estate blends poetic charm with timeless craftsmanship. Surrounded by 68 hectares of pristine countryside, the estate commands breathtaking panoramic views over rolling meadows and golden sunflower fields. A charming two-bedroom gatekeeper&#8217;s cottage with an adjoining barn, as well as a separate guest house, add to the property&#8217;s allure. The grounds also include a 2,200 m\u00b2 barn, ideal for use as a covered riding arena or stabling, along with a gallop track and a tranquil pond. Access to the domain is via a stunning tree-lined private driveway, offering an immediate sense of grandeur and seclusion.<\/p>\n\n\n\n<p><\/p>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"19922\" class=\"elementor elementor-19922 e-loop-item e-loop-item-30525 post-30525 post type-post status-publish format-standard has-post-thumbnail hentry category-international-properties entry has-media\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-b1421ca single-tile-123mnd8a e-flex e-con-boxed e-con e-parent\" data-id=\"b1421ca\" data-element_type=\"container\" data-e-type=\"container\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjI5NjY3IiwidG9nZ2xlIjpmYWxzZX0%3D\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-9ce3a5c e-con-full negative-margin-zero-hover e-flex e-con e-child\" data-id=\"9ce3a5c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-dd6d25e e-con-full remove-the-article-if-its-empty e-flex e-con e-child\" data-id=\"dd6d25e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-131eeae title elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"131eeae\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Fully renovated in 2020 with modern alpine detail.<\/h1>\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-14b5cd5 elementor-widget elementor-widget-image\" data-id=\"14b5cd5\" data-element_type=\"widget\" data-e-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=\"2048\" height=\"1365\" src=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/Chalet-Coucou.jpg\" class=\"attachment-full size-full wp-image-32063\" alt=\"Fully renovated in 2020 with modern alpine detail.\" srcset=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/Chalet-Coucou.jpg 2048w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/Chalet-Coucou-300x200.jpg 300w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/Chalet-Coucou-1024x683.jpg 1024w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/Chalet-Coucou-768x512.jpg 768w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/Chalet-Coucou-18x12.jpg 18w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" \/>\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-fa414cf e-con-full e-flex e-con e-child\" data-id=\"fa414cf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-df53425 savills-link elementor-widget elementor-widget-text-editor\" data-id=\"df53425\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\thttps:\/\/search.savills.com\/property-detail\/gblhchlac250005\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-424eef5 price-international elementor-widget elementor-widget-text-editor\" data-id=\"424eef5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tP.O.A\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a19285 features elementor-widget elementor-widget-text-editor\" data-id=\"7a19285\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<ul class=\"intl-features-list\"><li>Recently renovated<\/li><li>Lateral living space<\/li><li>Wonderful outside space<\/li><li>Four bedrooms<\/li><li>Stunning Views<\/li><\/ul>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-91b1b5b pcontent elementor-widget elementor-widget-theme-post-content\" data-id=\"91b1b5b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t\n<p><br>Chalet Coucou is nestled in a quiet corner of Verbier located near to the Sports Centre, providing stunning mountain views. This gorgeous chalet was renovated in 2020 using exquisite old refurbished wood and stone, to create the perfect mountain hideaway. The decoration is alpine-chic and has been designed to be your home away from home. The open plan living area offers extensive views over the valley and has a large seating area with fireplace to relax after a great days skiing. The dining table seats 10 comfortably and the kitchen is fully equipped with all modern appliances.<\/p>\n\n\n\n<p><\/p>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"19922\" class=\"elementor elementor-19922 e-loop-item e-loop-item-30528 post-30528 post type-post status-publish format-standard has-post-thumbnail hentry category-international-properties entry has-media\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-b1421ca single-tile-123mnd8a e-flex e-con-boxed e-con e-parent\" data-id=\"b1421ca\" data-element_type=\"container\" data-e-type=\"container\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjI5NjY3IiwidG9nZ2xlIjpmYWxzZX0%3D\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-9ce3a5c e-con-full negative-margin-zero-hover e-flex e-con e-child\" data-id=\"9ce3a5c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-dd6d25e e-con-full remove-the-article-if-its-empty e-flex e-con e-child\" data-id=\"dd6d25e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-131eeae title elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"131eeae\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">This estate in the heart of Franschhoek is framed by vineyards and olive groves.<\/h1>\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-14b5cd5 elementor-widget elementor-widget-image\" data-id=\"14b5cd5\" data-element_type=\"widget\" data-e-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=\"2400\" height=\"1601\" src=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/SA-Sandstone.jpg\" class=\"attachment-full size-full wp-image-32062\" alt=\"This estate in the heart of Franschhoek is framed by vineyards and olive groves.\" srcset=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/SA-Sandstone.jpg 2400w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/SA-Sandstone-300x200.jpg 300w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/SA-Sandstone-1024x683.jpg 1024w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/SA-Sandstone-768x512.jpg 768w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/SA-Sandstone-18x12.jpg 18w\" sizes=\"(max-width: 2400px) 100vw, 2400px\" \/>\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-fa414cf e-con-full e-flex e-con e-child\" data-id=\"fa414cf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-df53425 savills-link elementor-widget elementor-widget-text-editor\" data-id=\"df53425\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\thttps:\/\/search.savills.com\/property-detail\/gblhchlac250005\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-424eef5 price-international elementor-widget elementor-widget-text-editor\" data-id=\"424eef5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tR95,000,000\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a19285 features elementor-widget elementor-widget-text-editor\" data-id=\"7a19285\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<ul class=\"intl-features-list\"><li>Mountain views<\/li><li>Guest suites with private entrance<\/li><li>2-bedroom separate villa with own pool<\/li><li>State-of-the-art irrigation &amp; drainage systems<\/li><li>Olive trees &amp; merlot vineyards<\/li><li>3 swimming pools<\/li><li>Floodlit tennis court<\/li><li>Advanced security systems<\/li><\/ul>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-91b1b5b pcontent elementor-widget elementor-widget-theme-post-content\" data-id=\"91b1b5b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t\n<p>Set in the quietest corner of the Franschhoek valley, just two kilometres from the village centre, Sandstone House commands attention from the moment you arrive. The paved courtyard, anchored by a sculptural fountain and flanked by stone lions, leads to an ivy-covered fa\u00e7ade. The central gabled entrance rises like a pavilion, all classical curves and considered details. This is a residence that understands the power of first impressions. With approximately 1,500m\u00b2 under roof, the estate encompasses the main residence, a manager&#8217;s wing, generous garaging, and a 2-bedroom cottage. Within the main residence, 5 bedrooms are located upstairs and one on the ground floor, each designed with space and privacy in mind. 4 of the suites enjoy their own private entrances, allowing for independent access while remaining part of the home&#8217;s harmonious flow.<\/p>\n\n\n\n<p><\/p>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"19922\" class=\"elementor elementor-19922 e-loop-item e-loop-item-30532 post-30532 post type-post status-publish format-standard has-post-thumbnail hentry category-international-properties entry has-media\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-b1421ca single-tile-123mnd8a e-flex e-con-boxed e-con e-parent\" data-id=\"b1421ca\" data-element_type=\"container\" data-e-type=\"container\" href=\"#elementor-action%3Aaction%3Dpopup%3Aopen%26settings%3DeyJpZCI6IjI5NjY3IiwidG9nZ2xlIjpmYWxzZX0%3D\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-9ce3a5c e-con-full negative-margin-zero-hover e-flex e-con e-child\" data-id=\"9ce3a5c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t<div class=\"elementor-element elementor-element-dd6d25e e-con-full remove-the-article-if-its-empty e-flex e-con e-child\" data-id=\"dd6d25e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-131eeae title elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading\" data-id=\"131eeae\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-title.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Custom Built Villa, Billionaire Front in Palm Jumeirah<\/h1>\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-14b5cd5 elementor-widget elementor-widget-image\" data-id=\"14b5cd5\" data-element_type=\"widget\" data-e-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=\"7003\" height=\"4668\" src=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/Dubai.jpg\" class=\"attachment-full size-full wp-image-32061\" alt=\"Custom Built Villa, Billionaire Front in Palm Jumeirah\" srcset=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/Dubai.jpg 7003w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/Dubai-300x200.jpg 300w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/Dubai-1024x683.jpg 1024w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/Dubai-768x512.jpg 768w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/Dubai-18x12.jpg 18w\" sizes=\"(max-width: 7003px) 100vw, 7003px\" \/>\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-fa414cf e-con-full e-flex e-con e-child\" data-id=\"fa414cf\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-df53425 savills-link elementor-widget elementor-widget-text-editor\" data-id=\"df53425\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\thttps:\/\/search.savills.com\/property-detail\/gblhchlac250005\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-424eef5 price-international elementor-widget elementor-widget-text-editor\" data-id=\"424eef5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\tAED165,000,000\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7a19285 features elementor-widget elementor-widget-text-editor\" data-id=\"7a19285\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<ul class=\"intl-features-list\"><li>Custom-built Palm Jumeirah villa<\/li><li>Build size 15,500 sq. ft.<\/li><li>Plot size 16,174 sq. ft.<\/li><li>Five bedrooms<\/li><li>Private gym<\/li><li>Open sea views<\/li><\/ul>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-91b1b5b pcontent elementor-widget elementor-widget-theme-post-content\" data-id=\"91b1b5b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"theme-post-content.default\">\n\t\t\t\t\t\n<p><br>Distinct and rare, it\u2019s a true statement home, crafted for balance, privacy, and comfort. Inside, Rimadesio doors, bookmatched marble, and a Henge kitchen with Gaggenau appliances define refined living. The second-floor entertainment room includes a Giorgetti bar and Henge furniture, while outdoor terraces with Minotti pieces and an infinity pool overlook the water. Generous bedrooms include a private master suite, each designed with quiet luxury. This villa unites craftsmanship, proportion, and setting into one remarkable residence.<\/p>\n\n\n\n<p><\/p>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Internationale Immobilienmesse<\/p>","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_testimonial_rating":0,"ocean_post_layout":"","ocean_both_sidebars_style":"","ocean_both_sidebars_content_width":0,"ocean_both_sidebars_sidebars_width":0,"ocean_sidebar":"","ocean_second_sidebar":"","ocean_disable_margins":"enable","ocean_add_body_class":"","ocean_shortcode_before_top_bar":"","ocean_shortcode_after_top_bar":"","ocean_shortcode_before_header":"","ocean_shortcode_after_header":"","ocean_has_shortcode":"","ocean_shortcode_after_title":"","ocean_shortcode_before_footer_widgets":"","ocean_shortcode_after_footer_widgets":"","ocean_shortcode_before_footer_bottom":"","ocean_shortcode_after_footer_bottom":"","ocean_display_top_bar":"default","ocean_display_header":"default","ocean_header_style":"","ocean_center_header_left_menu":"","ocean_custom_header_template":"","ocean_custom_logo":0,"ocean_custom_retina_logo":0,"ocean_custom_logo_max_width":0,"ocean_custom_logo_tablet_max_width":0,"ocean_custom_logo_mobile_max_width":0,"ocean_custom_logo_max_height":0,"ocean_custom_logo_tablet_max_height":0,"ocean_custom_logo_mobile_max_height":0,"ocean_header_custom_menu":"","ocean_menu_typo_font_family":"","ocean_menu_typo_font_subset":"","ocean_menu_typo_font_size":0,"ocean_menu_typo_font_size_tablet":0,"ocean_menu_typo_font_size_mobile":0,"ocean_menu_typo_font_size_unit":"px","ocean_menu_typo_font_weight":"","ocean_menu_typo_font_weight_tablet":"","ocean_menu_typo_font_weight_mobile":"","ocean_menu_typo_transform":"","ocean_menu_typo_transform_tablet":"","ocean_menu_typo_transform_mobile":"","ocean_menu_typo_line_height":0,"ocean_menu_typo_line_height_tablet":0,"ocean_menu_typo_line_height_mobile":0,"ocean_menu_typo_line_height_unit":"","ocean_menu_typo_spacing":0,"ocean_menu_typo_spacing_tablet":0,"ocean_menu_typo_spacing_mobile":0,"ocean_menu_typo_spacing_unit":"","ocean_menu_link_color":"","ocean_menu_link_color_hover":"","ocean_menu_link_color_active":"","ocean_menu_link_background":"","ocean_menu_link_hover_background":"","ocean_menu_link_active_background":"","ocean_menu_social_links_bg":"","ocean_menu_social_hover_links_bg":"","ocean_menu_social_links_color":"","ocean_menu_social_hover_links_color":"","ocean_disable_title":"default","ocean_disable_heading":"default","ocean_post_title":"","ocean_post_subheading":"","ocean_post_title_style":"","ocean_post_title_background_color":"","ocean_post_title_background":0,"ocean_post_title_bg_image_position":"","ocean_post_title_bg_image_attachment":"","ocean_post_title_bg_image_repeat":"","ocean_post_title_bg_image_size":"","ocean_post_title_height":0,"ocean_post_title_bg_overlay":0.5,"ocean_post_title_bg_overlay_color":"","ocean_disable_breadcrumbs":"default","ocean_breadcrumbs_color":"","ocean_breadcrumbs_separator_color":"","ocean_breadcrumbs_links_color":"","ocean_breadcrumbs_links_hover_color":"","ocean_display_footer_widgets":"default","ocean_display_footer_bottom":"default","ocean_custom_footer_template":"","footnotes":""},"class_list":["post-16517","page","type-page","status-publish","hentry","entry","has-media"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"Distinct and rare, it\u2019s a true statement home, crafted for balance, privacy, and comfort. Inside, Rimadesio doors, bookmatched marble, and a Henge...\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"google-site-verification\" content=\"6nvDzyG7S6Dd8Bjw5lnlxomkGGH0XRuNFOCcGoub36Y\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/quintaproperty.com\/de\/masgefertigte-villa-milliarden-front-in-palm-jumeirah\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"de_DE\" \/>\n\t\t<meta property=\"og:site_name\" content=\"QP Savills \u2013 QP Savills\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Custom Built Villa, Billionaire Front in Palm Jumeirah | QP Savills\" \/>\n\t\t<meta property=\"og:description\" content=\"Distinct and rare, it\u2019s a true statement home, crafted for balance, privacy, and comfort. Inside, Rimadesio doors, bookmatched marble, and a Henge...\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/quintaproperty.com\/de\/masgefertigte-villa-milliarden-front-in-palm-jumeirah\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/Dubai.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/Dubai.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"7003\" \/>\n\t\t<meta property=\"og:image:height\" content=\"4668\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-01-08T15:43:13+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-01-14T13:22:48+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/QPSavills\/\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Custom Built Villa, Billionaire Front in Palm Jumeirah | QP Savills\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Distinct and rare, it\u2019s a true statement home, crafted for balance, privacy, and comfort. Inside, Rimadesio doors, bookmatched marble, and a Henge...\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/Dubai.jpg\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/quintaproperty.com\\\/de\\\/masgefertigte-villa-milliarden-front-in-palm-jumeirah\\\/#blogposting\",\"name\":\"Custom Built Villa, Billionaire Front in Palm Jumeirah | QP Savills\",\"headline\":\"Custom Built Villa, Billionaire Front in Palm Jumeirah\",\"author\":{\"@id\":\"https:\\\/\\\/quintaproperty.com\\\/de\\\/author\\\/lucas\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/quintaproperty.com\\\/de\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/quintaproperty.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Dubai.jpg\",\"width\":7003,\"height\":4668,\"caption\":\"Custom Built Villa, Billionaire Front in Palm Jumeirah\"},\"datePublished\":\"2026-01-08T15:43:13+00:00\",\"dateModified\":\"2026-01-14T13:22:48+00:00\",\"inLanguage\":\"de-DE\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/quintaproperty.com\\\/de\\\/masgefertigte-villa-milliarden-front-in-palm-jumeirah\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/quintaproperty.com\\\/de\\\/masgefertigte-villa-milliarden-front-in-palm-jumeirah\\\/#webpage\"},\"articleSection\":\"International properties\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/quintaproperty.com\\\/de\\\/masgefertigte-villa-milliarden-front-in-palm-jumeirah\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/quintaproperty.com\\\/de\\\/#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/quintaproperty.com\\\/de\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/quintaproperty.com\\\/de\\\/internationale-immobilien\\\/#listItem\",\"name\":\"International properties\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/quintaproperty.com\\\/de\\\/internationale-immobilien\\\/#listItem\",\"position\":2,\"name\":\"International properties\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/quintaproperty.com\\\/de\\\/#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/quintaproperty.com\\\/de\\\/#organization\",\"name\":\"QP Savills\",\"description\":\"QP Savills\",\"url\":\"https:\\\/\\\/quintaproperty.com\\\/de\\\/\",\"telephone\":\"+351289396073\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/quintaproperty.com\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/cropped-qp-savills-logo-3-1.png\",\"@id\":\"https:\\\/\\\/quintaproperty.com\\\/de\\\/masgefertigte-villa-milliarden-front-in-palm-jumeirah\\\/#organizationLogo\",\"width\":600,\"height\":231,\"caption\":\"quinta properties\"},\"image\":{\"@id\":\"https:\\\/\\\/quintaproperty.com\\\/de\\\/masgefertigte-villa-milliarden-front-in-palm-jumeirah\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.instagram.com\\\/qpsavills\\\/\",\"https:\\\/\\\/www.facebook.com\\\/QPSavills\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/qp-savills\\\/\",\"https:\\\/\\\/www.youtube.com\\\/@qpsavills\",\"https:\\\/\\\/www.savills.com\\\/\"],\"knowsLanguage\":[\"en\",\"pt\",\"fr\",\"de\"],\"areaServed\":{\"@type\":\"Place\",\"name\":\"Algarve, Portugal\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/quintaproperty.com\\\/de\\\/author\\\/lucas\\\/#author\",\"url\":\"https:\\\/\\\/quintaproperty.com\\\/de\\\/author\\\/lucas\\\/\",\"name\":\"Lucas\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/quintaproperty.com\\\/de\\\/masgefertigte-villa-milliarden-front-in-palm-jumeirah\\\/#webpage\",\"url\":\"https:\\\/\\\/quintaproperty.com\\\/de\\\/masgefertigte-villa-milliarden-front-in-palm-jumeirah\\\/\",\"name\":\"Custom Built Villa, Billionaire Front in Palm Jumeirah | QP Savills\",\"description\":\"Distinct and rare, it\\u2019s a true statement home, crafted for balance, privacy, and comfort. Inside, Rimadesio doors, bookmatched marble, and a Henge...\",\"inLanguage\":\"de-DE\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/quintaproperty.com\\\/de\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/quintaproperty.com\\\/de\\\/masgefertigte-villa-milliarden-front-in-palm-jumeirah\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/quintaproperty.com\\\/de\\\/author\\\/lucas\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/quintaproperty.com\\\/de\\\/author\\\/lucas\\\/#author\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/quintaproperty.com\\\/wp-content\\\/uploads\\\/2026\\\/01\\\/Dubai.jpg\",\"@id\":\"https:\\\/\\\/quintaproperty.com\\\/de\\\/masgefertigte-villa-milliarden-front-in-palm-jumeirah\\\/#mainImage\",\"width\":7003,\"height\":4668,\"caption\":\"Custom Built Villa, Billionaire Front in Palm Jumeirah\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/quintaproperty.com\\\/de\\\/masgefertigte-villa-milliarden-front-in-palm-jumeirah\\\/#mainImage\"},\"datePublished\":\"2026-01-08T15:43:13+00:00\",\"dateModified\":\"2026-01-14T13:22:48+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/quintaproperty.com\\\/de\\\/#website\",\"url\":\"https:\\\/\\\/quintaproperty.com\\\/de\\\/\",\"name\":\"QP Savills\",\"description\":\"QP Savills\",\"inLanguage\":\"de-DE\",\"publisher\":{\"@id\":\"https:\\\/\\\/quintaproperty.com\\\/de\\\/#organization\"},\"potentialAction\":{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/quintaproperty.com\\\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO Pro -->\r\n\t\t<title>Custom Built Villa, Billionaire Front in Palm Jumeirah | QP Savills<\/title>\n\n","aioseo_head_json":{"title":"Individuell gebaute Villa, Milliard\u00e4rsfront in Palm Jumeirah | QP Savills","description":"Dieses einzigartige und seltene Haus ist ein echtes Statement, das auf Ausgewogenheit, Privatsph\u00e4re und Komfort ausgelegt ist. Im Inneren finden Sie Rimadesio-T\u00fcren, Marmor in Buchform und ein Henge...","canonical_url":"https:\/\/quintaproperty.com\/de\/masgefertigte-villa-milliarden-front-in-palm-jumeirah\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"6nvDzyG7S6Dd8Bjw5lnlxomkGGH0XRuNFOCcGoub36Y","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/quintaproperty.com\/de\/masgefertigte-villa-milliarden-front-in-palm-jumeirah\/#blogposting","name":"Custom Built Villa, Billionaire Front in Palm Jumeirah | QP Savills","headline":"Custom Built Villa, Billionaire Front in Palm Jumeirah","author":{"@id":"https:\/\/quintaproperty.com\/de\/author\/lucas\/#author"},"publisher":{"@id":"https:\/\/quintaproperty.com\/de\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/Dubai.jpg","width":7003,"height":4668,"caption":"Custom Built Villa, Billionaire Front in Palm Jumeirah"},"datePublished":"2026-01-08T15:43:13+00:00","dateModified":"2026-01-14T13:22:48+00:00","inLanguage":"de-DE","mainEntityOfPage":{"@id":"https:\/\/quintaproperty.com\/de\/masgefertigte-villa-milliarden-front-in-palm-jumeirah\/#webpage"},"isPartOf":{"@id":"https:\/\/quintaproperty.com\/de\/masgefertigte-villa-milliarden-front-in-palm-jumeirah\/#webpage"},"articleSection":"International properties"},{"@type":"BreadcrumbList","@id":"https:\/\/quintaproperty.com\/de\/masgefertigte-villa-milliarden-front-in-palm-jumeirah\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/quintaproperty.com\/de\/#listItem","position":1,"name":"Home","item":"https:\/\/quintaproperty.com\/de\/","nextItem":{"@type":"ListItem","@id":"https:\/\/quintaproperty.com\/de\/internationale-immobilien\/#listItem","name":"International properties"}},{"@type":"ListItem","@id":"https:\/\/quintaproperty.com\/de\/internationale-immobilien\/#listItem","position":2,"name":"International properties","previousItem":{"@type":"ListItem","@id":"https:\/\/quintaproperty.com\/de\/#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/quintaproperty.com\/de\/#organization","name":"QP Savills","description":"QP Savills","url":"https:\/\/quintaproperty.com\/de\/","telephone":"+351289396073","logo":{"@type":"ImageObject","url":"https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/07\/cropped-qp-savills-logo-3-1.png","@id":"https:\/\/quintaproperty.com\/de\/masgefertigte-villa-milliarden-front-in-palm-jumeirah\/#organizationLogo","width":600,"height":231,"caption":"quinta properties"},"image":{"@id":"https:\/\/quintaproperty.com\/de\/masgefertigte-villa-milliarden-front-in-palm-jumeirah\/#organizationLogo"},"sameAs":["https:\/\/www.instagram.com\/qpsavills\/","https:\/\/www.facebook.com\/QPSavills\/","https:\/\/www.linkedin.com\/company\/qp-savills\/","https:\/\/www.youtube.com\/@qpsavills","https:\/\/www.savills.com\/"],"knowsLanguage":["en","pt","fr","de"],"areaServed":{"@type":"Place","name":"Algarve, Portugal"}},{"@type":"Person","@id":"https:\/\/quintaproperty.com\/de\/author\/lucas\/#author","url":"https:\/\/quintaproperty.com\/de\/author\/lucas\/","name":"Lucas"},{"@type":"WebPage","@id":"https:\/\/quintaproperty.com\/de\/masgefertigte-villa-milliarden-front-in-palm-jumeirah\/#webpage","url":"https:\/\/quintaproperty.com\/de\/masgefertigte-villa-milliarden-front-in-palm-jumeirah\/","name":"Custom Built Villa, Billionaire Front in Palm Jumeirah | QP Savills","description":"Distinct and rare, it\u2019s a true statement home, crafted for balance, privacy, and comfort. Inside, Rimadesio doors, bookmatched marble, and a Henge...","inLanguage":"de-DE","isPartOf":{"@id":"https:\/\/quintaproperty.com\/de\/#website"},"breadcrumb":{"@id":"https:\/\/quintaproperty.com\/de\/masgefertigte-villa-milliarden-front-in-palm-jumeirah\/#breadcrumblist"},"author":{"@id":"https:\/\/quintaproperty.com\/de\/author\/lucas\/#author"},"creator":{"@id":"https:\/\/quintaproperty.com\/de\/author\/lucas\/#author"},"image":{"@type":"ImageObject","url":"https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/Dubai.jpg","@id":"https:\/\/quintaproperty.com\/de\/masgefertigte-villa-milliarden-front-in-palm-jumeirah\/#mainImage","width":7003,"height":4668,"caption":"Custom Built Villa, Billionaire Front in Palm Jumeirah"},"primaryImageOfPage":{"@id":"https:\/\/quintaproperty.com\/de\/masgefertigte-villa-milliarden-front-in-palm-jumeirah\/#mainImage"},"datePublished":"2026-01-08T15:43:13+00:00","dateModified":"2026-01-14T13:22:48+00:00"},{"@type":"WebSite","@id":"https:\/\/quintaproperty.com\/de\/#website","url":"https:\/\/quintaproperty.com\/de\/","name":"QP Savills","description":"QP Savills","inLanguage":"de-DE","publisher":{"@id":"https:\/\/quintaproperty.com\/de\/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/quintaproperty.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}}]},"og:locale":"de_DE","og:site_name":"QP Savills \u2013 QP Savills","og:type":"article","og:title":"Custom Built Villa, Billionaire Front in Palm Jumeirah | QP Savills","og:description":"Distinct and rare, it\u2019s a true statement home, crafted for balance, privacy, and comfort. Inside, Rimadesio doors, bookmatched marble, and a Henge...","og:url":"https:\/\/quintaproperty.com\/de\/masgefertigte-villa-milliarden-front-in-palm-jumeirah\/","og:image":"https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/Dubai.jpg","og:image:secure_url":"https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/Dubai.jpg","og:image:width":7003,"og:image:height":4668,"article:published_time":"2026-01-08T15:43:13+00:00","article:modified_time":"2026-01-14T13:22:48+00:00","article:publisher":"https:\/\/www.facebook.com\/QPSavills\/","twitter:card":"summary_large_image","twitter:title":"Custom Built Villa, Billionaire Front in Palm Jumeirah | QP Savills","twitter:description":"Distinct and rare, it\u2019s a true statement home, crafted for balance, privacy, and comfort. Inside, Rimadesio doors, bookmatched marble, and a Henge...","twitter:image":"https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/01\/Dubai.jpg"},"aioseo_meta_data":{"post_id":"16517","title":"Internationale Immobilien | QP Savills Algarve","description":"Entdecken Sie internationale Immobilien \u00fcber QP Savills und unser globales Savills-Netzwerk. Entdecken Sie Luxusimmobilien und Investitionsm\u00f6glichkeiten in ganz Europa und Dubai.","keywords":null,"keyphrases":{"focus":{"keyphrase":"international properties","score":70,"analysis":{"keyphraseInTitle":{"score":9,"maxScore":9,"error":0},"keyphraseInDescription":{"score":9,"maxScore":9,"error":0},"keyphraseLength":{"score":9,"maxScore":9,"error":0,"length":2},"keyphraseInURL":{"score":5,"maxScore":5,"error":0},"keyphraseInIntroduction":{"score":3,"maxScore":9,"error":1},"keyphraseInSubHeadings":[],"keyphraseInImageAlt":[],"keywordDensity":{"score":0,"type":"low","maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"WebPage","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"seo_analyzer_scan_date":"2026-01-09 16:06:14","breadcrumb_settings":null,"limit_modified_date":false,"open_ai":null,"ai":{"faqs":[],"keyPoints":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2025-10-14 12:42:17","updated":"2026-01-09 16:06:14"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/quintaproperty.com\/de\/\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\tInternational properties\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/quintaproperty.com\/de\/"},{"label":"International properties","link":"https:\/\/quintaproperty.com\/de\/internationale-immobilien\/"}],"acf":[],"_links":{"self":[{"href":"https:\/\/quintaproperty.com\/de\/wp-json\/wp\/v2\/pages\/16517","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/quintaproperty.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/quintaproperty.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/quintaproperty.com\/de\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/quintaproperty.com\/de\/wp-json\/wp\/v2\/comments?post=16517"}],"version-history":[{"count":0,"href":"https:\/\/quintaproperty.com\/de\/wp-json\/wp\/v2\/pages\/16517\/revisions"}],"wp:attachment":[{"href":"https:\/\/quintaproperty.com\/de\/wp-json\/wp\/v2\/media?parent=16517"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}