{"id":14403,"date":"2025-10-01T08:28:40","date_gmt":"2025-10-01T08:28:40","guid":{"rendered":"https:\/\/quintaproperty.com\/?page_id=14403"},"modified":"2026-05-18T09:13:59","modified_gmt":"2026-05-18T09:13:59","slug":"central-algarve","status":"publish","type":"page","link":"https:\/\/quintaproperty.com\/fr\/algarve-centrale\/","title":{"rendered":"Algarve centrale \u2013 Mise \u00e0 jour"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"14403\" class=\"elementor elementor-14403\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ad948df e-con-full e-flex e-con e-parent\" data-id=\"ad948df\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dc18f7b elementor-widget elementor-widget-template\" data-id=\"dc18f7b\" 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-cdb61be container-custom-width e-flex e-con-boxed e-con e-parent\" data-id=\"cdb61be\" 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-50b4d8e elementor-widget elementor-widget-heading\" data-id=\"50b4d8e\" data-element_type=\"widget\" data-e-type=\"widget\" id=\"Explore-our-Quinta-do-Lago-Portfolio\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">Explore our Central Algarve Portfolio<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c28e6e4 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"c28e6e4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>The Central Algarve is the region\u2019s hub, offering a mix of golden beaches, lively marinas, and charming hillside towns like Loul\u00e9, Boliqueime and Santa Barbara. Properties range from contemporary apartments in Vilamoura to spacious villas with sea views or countryside settings. With international schools, Faro Airport, and year-round amenities close at hand, it is one of the most convenient places to live. Strong demand from both families and investors, together with ongoing development in golf, hospitality, and infrastructure, ensures lasting appeal and stable long-term value.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a52146b container-custom-width e-flex e-con-boxed e-con e-parent\" data-id=\"a52146b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-3be289f4 e-con-full e-flex e-con e-child\" data-id=\"3be289f4\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8ab096a elementor-widget elementor-widget-button\" data-id=\"8ab096a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"\/map-search\/?frymo_query=%7B%22%22:%7B%22udft_Location_Web_New%22:%22370%22%7D%7D\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Search by Map<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div data-frymo-query-id=\"20584\" data-frymo-widget-settings=\"{&quot;post_id&quot;:14403,&quot;widget_id&quot;:&quot;67f0c7a9&quot;,&quot;query_id&quot;:&quot;20584&quot;,&quot;scrolltop_offset&quot;:100}\" class=\"elementor-element elementor-element-67f0c7a9 elementor-widget elementor-widget-frymo-listing\" data-id=\"67f0c7a9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"frymo-listing.loop-item-skin\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"frymo-listing-toolbar\"><div class=\"frymo-order-switcher\"><select class=\"frymo-orderby-select\" autocomplete=\"off\"><option value=\"default\"  selected='selected' >Default Sorting<\/option><option value=\"price_asc\"  >Price ASC<\/option><option value=\"price_desc\"  >Price DESC<\/option><option value=\"rooms_asc\"  >Rooms ASC<\/option><option value=\"rooms_desc\"  >Rooms DESC<\/option><option value=\"area_asc\"  >Area ASC<\/option><option value=\"area_desc\"  >Area DESC<\/option><option value=\"id_asc\"  >External ID ASC<\/option><option value=\"id_desc\"  >External ID DESC<\/option><option value=\"id_internal_asc\"  >Internal ID ASC<\/option><option value=\"id_internal_desc\"  >Internal ID DESC<\/option><option value=\"date_asc\"  >Published Date ASC<\/option><option value=\"date_desc\"  >Published Date DESC<\/option><option value=\"last_updated_asc\"  >Data Updated ASC<\/option><option value=\"last_updated_desc\"  >Data Updated DESC<\/option><\/select><\/div><\/div><div class=\"frymo-listing frymo-listing-loop-item-skin \" data-settings=\"{&quot;post_id&quot;:14403,&quot;widget_id&quot;:&quot;67f0c7a9&quot;,&quot;query_id&quot;:&quot;20584&quot;,&quot;scrolltop_offset&quot;:100}\"><script type=\"application\/ld+json\">{\"@context\":\"https:\/\/schema.org\",\"@type\":\"ItemList\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Villa with Sea Views in Santa Barbara, Algarve\",\"url\":\"https:\/\/quintaproperty.com\/fr\/immobilie\/villa-avec-vue-sur-la-mer-a-santa-barbara-algarve\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Luxury Garden Apartment in Vilamoura, Algarve\",\"url\":\"https:\/\/quintaproperty.com\/fr\/immobilie\/appartement-de-luxe-avec-jardin-a-vilamoura-algarve-2\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"The Waterfront\",\"url\":\"https:\/\/quintaproperty.com\/fr\/immobilie\/le-front-de-mer\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Contemporary Villa in the Loul\u00e9 Countryside\",\"url\":\"https:\/\/quintaproperty.com\/fr\/immobilie\/villa-contemporaine-dans-la-campagne-lolaise\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Prestigious Villa in the Algarve Countryside\",\"url\":\"https:\/\/quintaproperty.com\/fr\/immobilie\/villa-prestigieuse-dans-la-campagne-de-lalgarve\/\"},{\"@type\":\"ListItem\",\"position\":6,\"name\":\"Exceptional Countryside Estate in Boliqueime\",\"url\":\"https:\/\/quintaproperty.com\/fr\/immobilie\/domaine-rural-exceptionnel-en-boliqueime\/\"},{\"@type\":\"ListItem\",\"position\":7,\"name\":\"Modern Villa in Boliqueime, Algarve\",\"url\":\"https:\/\/quintaproperty.com\/fr\/immobilie\/villa-moderne-a-boliqueime-algarve\/\"},{\"@type\":\"ListItem\",\"position\":8,\"name\":\"Stylish Apartment with Sea Views &amp; 5-Star Amenities\",\"url\":\"https:\/\/quintaproperty.com\/fr\/immobilie\/appartement-elegant-avec-vue-sur-la-mer-5-etoiles\/\"},{\"@type\":\"ListItem\",\"position\":9,\"name\":\"Exceptional Plot with Villa Project in the Hills of Loul\u00e9\",\"url\":\"https:\/\/quintaproperty.com\/fr\/immobilie\/terrain-exceptionnel-avec-projet-de-villa-dans-les-collines-de-loule\/\"},{\"@type\":\"ListItem\",\"position\":10,\"name\":\"Countryside Retreat near S\u00e3o Br\u00e1s de Alportel\",\"url\":\"https:\/\/quintaproperty.com\/fr\/immobilie\/retraite-a-la-campagne-pres-de-sao-bras-de-alportel\/\"}]}<\/script><article class=\"frymo-listing-item post-id-38647\"><style>.elementor-13284 .elementor-element.elementor-element-8162edc{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:0;}.elementor-13284 .elementor-element.elementor-element-93e9ec5{--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:-38px;--z-index:1;}body:not(.rtl) .elementor-13284 .elementor-element.elementor-element-93e9ec5{left:0px;}body.rtl .elementor-13284 .elementor-element.elementor-element-93e9ec5{right:0px;}.elementor-13284 .elementor-element.elementor-element-832708f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13284 .elementor-element.elementor-element-235902e{column-gap:0px;font-family:\"Montserrat\", Sans-serif;font-size:36px;line-height:26px;color:var( --e-global-color-accent );margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;z-index:1;}.elementor-13284 .elementor-element.elementor-element-235902e p{margin-block-end:0px;}.elementor-13284 .elementor-element.elementor-element-5ae093b .frymo-title{color:#FFFFFF;font-family:\"Lato\", Sans-serif;font-size:20px;font-weight:300;}.elementor-13284 .elementor-element.elementor-element-5ae093b{z-index:1;}.elementor-13284 .elementor-element.elementor-element-ecbf45e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-icon i{color:#FFFFFF;transition:color 0.3s;}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-icon svg{fill:#FFFFFF;transition:fill 0.3s;}.elementor-13284 .elementor-element.elementor-element-51c3c3f{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-item > .elementor-icon-list-text, .elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-item > a{font-family:\"Lato\", Sans-serif;font-size:18px;font-weight:300;}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-text{color:var( --e-global-color-accent );transition:color 0.3s;}.elementor-13284 .elementor-element.elementor-element-340cce6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--position:absolute;top:0px;--z-index:100;}body:not(.rtl) .elementor-13284 .elementor-element.elementor-element-340cce6{left:0px;}body.rtl .elementor-13284 .elementor-element.elementor-element-340cce6{right:0px;}.elementor-13284 .elementor-element.elementor-element-3e73607{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );text-decoration:var( --e-global-typography-primary-text-decoration );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );padding:0px 0px 0px 0px;}.elementor-13284 .elementor-element.elementor-element-3e73607 a{color:var( --e-global-color-accent );}.elementor-13284 .elementor-element.elementor-element-4a0c441 .elementor-button .elementor-align-icon-right{margin-left:0px;}.elementor-13284 .elementor-element.elementor-element-4a0c441 .elementor-button .elementor-align-icon-left{margin-right:0px;}.elementor-13284 .elementor-element.elementor-element-4a0c441 .elementor-button{padding:0px 0px 0px 4px;}.elementor-13284 .elementor-element.elementor-element-4a0c441{z-index:10000;}@media(min-width:2400px){.elementor-13284 .elementor-element.elementor-element-3e73607{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:1366px){.elementor-13284 .elementor-element.elementor-element-3e73607{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:1024px){.elementor-13284 .elementor-element.elementor-element-3e73607{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:880px){.elementor-13284 .elementor-element.elementor-element-235902e{font-size:26px;}.elementor-13284 .elementor-element.elementor-element-5ae093b .frymo-title{font-size:15px;}}@media(max-width:767px){.elementor-13284 .elementor-element.elementor-element-235902e{font-size:26px;line-height:22px;}.elementor-13284 .elementor-element.elementor-element-5ae093b .frymo-title{font-size:13px;}.elementor-13284 .elementor-element.elementor-element-3e73607{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}\/* Start custom CSS for frymo-title, class: .elementor-element-5ae093b *\/.elementor-13284 .elementor-element.elementor-element-5ae093b, .elementor-13284 .elementor-element.elementor-element-5ae093b * {\n    margin: 0!important;\n}\n.elementor-13284 .elementor-element.elementor-element-5ae093b * {\n    text-transform:none!important\n}\/* End custom CSS *\/\n\/* Start custom CSS for icon-list, class: .elementor-element-51c3c3f *\/.elementor-13284 .elementor-element.elementor-element-51c3c3f::before {\n    content: \"\";\n    display: block;\n    width: 24px !important;\n    height: 24px !important;\n    background-image: url(\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/09\/bedrooms-white.png\");\n    background-size: contain; \/* or 'cover' *\/\n    background-repeat: no-repeat;\n    background-position: center;\n}\n.elementor-13284 .elementor-element.elementor-element-51c3c3f {\n    display: flex;\n    gap: 10px;\n    align-items: center!important;\n}\n.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-text {\n    margin-top: -4px\n}\/* End custom CSS *\/\n\/* Start custom CSS for shortcode, class: .elementor-element-e1fe8a9 *\/.elementor-13284 .elementor-element.elementor-element-e1fe8a9 * {\n    color: white!important;\n    font-size: 17px;\n    text-transform: none;\n    font-family: Lato;\n    font-weight: 300\n    \n}\n.elementor-13284 .elementor-element.elementor-element-e1fe8a9::before {\n    content: \"\";\n    display: block;\n    width: 24px !important;\n    height: 24px !important;\n    background-image: url(\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/11\/new.png\");\n    background-size: contain; \/* or 'cover' *\/\n    background-repeat: no-repeat;\n    background-position: center;\n}\n.elementor-13284 .elementor-element.elementor-element-e1fe8a9 {\n    display: flex;\n    gap: 10px;\n    align-items: center;\n}\/* End custom CSS *\/\n\/* Start custom CSS for shortcode, class: .elementor-element-d35e854 *\/.elementor-13284 .elementor-element.elementor-element-d35e854 * {\n    color: white!important;\n    font-size: 17px!important;\n    text-transform: none!important;\n    font-family: Lato!important;\n    font-weight: 300!important\n    \n}\n.elementor-13284 .elementor-element.elementor-element-d35e854::before {\n    content: \"\";\n    display: block;\n    width: 24px !important;\n    height: 24px !important;\n    background-image: url(\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/09\/white-plot-size.png\");\n    background-size: contain; \/* or 'cover' *\/\n    background-repeat: no-repeat;\n    background-position: center;\n}\n.elementor-13284 .elementor-element.elementor-element-d35e854 {\n    display: flex;\n    gap: 10px;\n    align-items: center;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-93e9ec5 *\/.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 text-editor, class: .elementor-element-3e73607 *\/.elementor-13284 .elementor-element.elementor-element-3e73607 .property-tag {\n    padding: 5px 10px!important;\n    margin-right: 10px!important;\n    background-color: rgba(255,255,255,0.8)!important;\n}\/* End custom CSS *\/\n\/* Start custom CSS for frymo-wishlist-item, class: .elementor-element-4a0c441 *\/.elementor-13284 .elementor-element.elementor-element-4a0c441 {\n    margin-left: auto!important;\n}\n.elementor-13284 .elementor-element.elementor-element-4a0c441 .elementor-button-wrapper {\n    background-color: #00184280!important;\n}\n.elementor-13284 .elementor-element.elementor-element-4a0c441 .frymo-favorite {\n    background-color: transparent!important;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-8162edc *\/.elementor-13284 .elementor-element.elementor-element-8162edc:hover .negative-margin-zero-hover {\n    bottom: 10px;\n    transition: 0.5s\n}\n.elementor-13284 .elementor-element.elementor-element-8162edc .negative-margin-zero-hover {\n    transition: 0.5s\n}\n.elementor-13284 .elementor-element.elementor-element-8162edc::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-13284 .elementor-element.elementor-element-8162edc:hover::after {\n  opacity: 1;\n  transition: 0.5s\n}\n\n.elementor-13284 .elementor-element.elementor-element-8162edc img {\n    aspect-ratio: 16 \/ 9;\n    object-fit: cover;\n}\n\n@media (max-width:1200px) {\n    .elementor-13284 .elementor-element.elementor-element-8162edc .negative-margin-zero-hover {\n        bottom:0!important;\n}\n}\n.elementor-13284 .elementor-element.elementor-element-8162edc {\n    aspect-ratio: 16 \/ 9;\n}\/* End custom CSS *\/<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"13284\" class=\"elementor elementor-13284 e-loop-item e-loop-item-38647 post-38647 immobilie type-immobilie status-publish has-post-thumbnail hentry immobilie_type-haus immobilie_type-stadthaus immobilie_status-verfuegbar immobilie_country-portugal immobilie_region-faro immobilie_location-santa-barbara-de-nexe immobilie_marketing_type-kauf immobilie_use_type-wohnen immobilie_features-balkone immobilie_language-en-gb immobilie_custom_badges-for-sale immobilie_agent-giselle-pisabarro udft_price_band-2m-3m udft_bed_band-4-bed udft_website_location-central-algarve udft_Style_Type_Property-family-villas udft_Style_Type_Property-lock-up-and-leave udft_Location_Web_New-central-algarve udft_Location_Web_New-loule udft_qp_property_type-townhouse style_type-family-villas-lock-up-and-leave entry has-media\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-8162edc e-flex e-con-boxed e-con e-parent\" data-id=\"8162edc\" data-element_type=\"container\" data-e-type=\"container\" href=\"https:\/\/quintaproperty.com\/fr\/immobilie\/villa-avec-vue-sur-la-mer-a-santa-barbara-algarve\/\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-93e9ec5 e-con-full negative-margin-zero-hover e-flex e-con e-child\" data-id=\"93e9ec5\" 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-832708f e-con-full remove-the-article-if-its-empty e-flex e-con e-child\" data-id=\"832708f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-235902e price-single-tile elementor-widget elementor-widget-text-editor\" data-id=\"235902e\" 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 2,050,000\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5ae093b elementor-widget elementor-widget-frymo-title\" data-id=\"5ae093b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"frymo-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"frymo-widget-header\"><\/div><h2 class=\"frymo-title\">Villa with Sea Views in Santa Barbara, Algarve<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ecbf45e e-con-full e-flex e-con e-child\" data-id=\"ecbf45e\" data-element_type=\"container\" data-e-type=\"container\" id=\"propertyStats\">\n\t\t\t\t<div class=\"elementor-element elementor-element-51c3c3f elementor-icon-list--layout-inline elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"51c3c3f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">4<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e1fe8a9 elementor-widget elementor-widget-shortcode\" data-id=\"e1fe8a9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">343 m\u00b2<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d35e854 elementor-widget elementor-widget-shortcode\" data-id=\"d35e854\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">123 m\u00b2<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9ded62f elementor-widget elementor-widget-image\" data-id=\"9ded62f\" 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=\"1620\" height=\"1080\" src=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/06\/Exceptional-Villa-with-Panoramic-Views33.jpg\" class=\"attachment-full size-full wp-image-38648\" alt=\"Exceptional Villa with Panoramic Views33\" srcset=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/06\/Exceptional-Villa-with-Panoramic-Views33.jpg 1620w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/06\/Exceptional-Villa-with-Panoramic-Views33-300x200.jpg 300w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/06\/Exceptional-Villa-with-Panoramic-Views33-1024x683.jpg 1024w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/06\/Exceptional-Villa-with-Panoramic-Views33-768x512.jpg 768w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/06\/Exceptional-Villa-with-Panoramic-Views33-18x12.jpg 18w\" sizes=\"(max-width: 1620px) 100vw, 1620px\" \/>\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-340cce6 e-con-full e-flex e-con e-child\" data-id=\"340cce6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3e73607 elementor-widget elementor-widget-text-editor\" data-id=\"3e73607\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<span class=\"property-tags\"><span class=\"property-tag\">New Listing<\/span><\/span>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4a0c441 elementor-widget elementor-widget-frymo-wishlist-item\" data-id=\"4a0c441\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"frymo-wishlist-item.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\"><div class=\"elementor-button elementor-button-link frymo-favorite\" data-post-id=\"38647\" >        <span class=\"elementor-button-content-wrapper\">\n        <span class=\"elementor-button-icon elementor-align-icon-left\">\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"star-filled\" viewBox=\"0 0 48 48\">\n            <g class=\"nc-icon-wrapper\">\n                <path d=\"M24,44a1,1,0,0,1-.73-.316L6.246,25.5A11.493,11.493,0,1,1,24,11.039,11.493,11.493,0,1,1,41.74,25.514L24.73,43.684A1,1,0,0,1,24,44Z\"><\/path>\n            <\/g>\n        <\/svg>\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"star-outline\" viewBox=\"0 0 48 48\">\n            <g stroke-linecap=\"square\" stroke-width=\"2\" fill=\"none\" stroke=\"currentColor\"\n               stroke-linejoin=\"miter\" class=\"nc-icon-wrapper\" stroke-miterlimit=\"10\">\n                <path d=\"M41.108,24.778,24,42.556,6.892,24.778A10.529,10.529,0,1,1,24,12.928a10.529,10.529,0,1,1,17.108,11.85Z\"><\/path>\n            <\/g>\n        <\/svg>\n        <\/span>\n\t\t<span class=\"elementor-button-text \"><\/span><span class=\"elementor-button-text frymo-favorite-remove\"><\/span><\/span><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<\/article><article class=\"frymo-listing-item post-id-38629\"><style>.elementor-13284 .elementor-element.elementor-element-8162edc{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:0;}.elementor-13284 .elementor-element.elementor-element-93e9ec5{--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:-38px;--z-index:1;}body:not(.rtl) .elementor-13284 .elementor-element.elementor-element-93e9ec5{left:0px;}body.rtl .elementor-13284 .elementor-element.elementor-element-93e9ec5{right:0px;}.elementor-13284 .elementor-element.elementor-element-832708f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13284 .elementor-element.elementor-element-235902e{column-gap:0px;font-family:\"Montserrat\", Sans-serif;font-size:36px;line-height:26px;color:var( --e-global-color-accent );margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;z-index:1;}.elementor-13284 .elementor-element.elementor-element-235902e p{margin-block-end:0px;}.elementor-13284 .elementor-element.elementor-element-5ae093b .frymo-title{color:#FFFFFF;font-family:\"Lato\", Sans-serif;font-size:20px;font-weight:300;}.elementor-13284 .elementor-element.elementor-element-5ae093b{z-index:1;}.elementor-13284 .elementor-element.elementor-element-ecbf45e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-icon i{color:#FFFFFF;transition:color 0.3s;}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-icon svg{fill:#FFFFFF;transition:fill 0.3s;}.elementor-13284 .elementor-element.elementor-element-51c3c3f{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-item > .elementor-icon-list-text, .elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-item > a{font-family:\"Lato\", Sans-serif;font-size:18px;font-weight:300;}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-text{color:var( --e-global-color-accent );transition:color 0.3s;}.elementor-13284 .elementor-element.elementor-element-340cce6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--position:absolute;top:0px;--z-index:100;}body:not(.rtl) .elementor-13284 .elementor-element.elementor-element-340cce6{left:0px;}body.rtl .elementor-13284 .elementor-element.elementor-element-340cce6{right:0px;}.elementor-13284 .elementor-element.elementor-element-3e73607{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );text-decoration:var( --e-global-typography-primary-text-decoration );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );padding:0px 0px 0px 0px;}.elementor-13284 .elementor-element.elementor-element-3e73607 a{color:var( --e-global-color-accent );}.elementor-13284 .elementor-element.elementor-element-4a0c441 .elementor-button .elementor-align-icon-right{margin-left:0px;}.elementor-13284 .elementor-element.elementor-element-4a0c441 .elementor-button .elementor-align-icon-left{margin-right:0px;}.elementor-13284 .elementor-element.elementor-element-4a0c441 .elementor-button{padding:0px 0px 0px 4px;}.elementor-13284 .elementor-element.elementor-element-4a0c441{z-index:10000;}@media(min-width:2400px){.elementor-13284 .elementor-element.elementor-element-3e73607{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:1366px){.elementor-13284 .elementor-element.elementor-element-3e73607{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:1024px){.elementor-13284 .elementor-element.elementor-element-3e73607{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:880px){.elementor-13284 .elementor-element.elementor-element-235902e{font-size:26px;}.elementor-13284 .elementor-element.elementor-element-5ae093b .frymo-title{font-size:15px;}}@media(max-width:767px){.elementor-13284 .elementor-element.elementor-element-235902e{font-size:26px;line-height:22px;}.elementor-13284 .elementor-element.elementor-element-5ae093b .frymo-title{font-size:13px;}.elementor-13284 .elementor-element.elementor-element-3e73607{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}\/* Start custom CSS for frymo-title, class: .elementor-element-5ae093b *\/.elementor-13284 .elementor-element.elementor-element-5ae093b, .elementor-13284 .elementor-element.elementor-element-5ae093b * {\n    margin: 0!important;\n}\n.elementor-13284 .elementor-element.elementor-element-5ae093b * {\n    text-transform:none!important\n}\/* End custom CSS *\/\n\/* Start custom CSS for icon-list, class: .elementor-element-51c3c3f *\/.elementor-13284 .elementor-element.elementor-element-51c3c3f::before {\n    content: \"\";\n    display: block;\n    width: 24px !important;\n    height: 24px !important;\n    background-image: url(\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/09\/bedrooms-white.png\");\n    background-size: contain; \/* or 'cover' *\/\n    background-repeat: no-repeat;\n    background-position: center;\n}\n.elementor-13284 .elementor-element.elementor-element-51c3c3f {\n    display: flex;\n    gap: 10px;\n    align-items: center!important;\n}\n.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-text {\n    margin-top: -4px\n}\/* End custom CSS *\/\n\/* Start custom CSS for shortcode, class: .elementor-element-e1fe8a9 *\/.elementor-13284 .elementor-element.elementor-element-e1fe8a9 * {\n    color: white!important;\n    font-size: 17px;\n    text-transform: none;\n    font-family: Lato;\n    font-weight: 300\n    \n}\n.elementor-13284 .elementor-element.elementor-element-e1fe8a9::before {\n    content: \"\";\n    display: block;\n    width: 24px !important;\n    height: 24px !important;\n    background-image: url(\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/11\/new.png\");\n    background-size: contain; \/* or 'cover' *\/\n    background-repeat: no-repeat;\n    background-position: center;\n}\n.elementor-13284 .elementor-element.elementor-element-e1fe8a9 {\n    display: flex;\n    gap: 10px;\n    align-items: center;\n}\/* End custom CSS *\/\n\/* Start custom CSS for shortcode, class: .elementor-element-d35e854 *\/.elementor-13284 .elementor-element.elementor-element-d35e854 * {\n    color: white!important;\n    font-size: 17px!important;\n    text-transform: none!important;\n    font-family: Lato!important;\n    font-weight: 300!important\n    \n}\n.elementor-13284 .elementor-element.elementor-element-d35e854::before {\n    content: \"\";\n    display: block;\n    width: 24px !important;\n    height: 24px !important;\n    background-image: url(\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/09\/white-plot-size.png\");\n    background-size: contain; \/* or 'cover' *\/\n    background-repeat: no-repeat;\n    background-position: center;\n}\n.elementor-13284 .elementor-element.elementor-element-d35e854 {\n    display: flex;\n    gap: 10px;\n    align-items: center;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-93e9ec5 *\/.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 text-editor, class: .elementor-element-3e73607 *\/.elementor-13284 .elementor-element.elementor-element-3e73607 .property-tag {\n    padding: 5px 10px!important;\n    margin-right: 10px!important;\n    background-color: rgba(255,255,255,0.8)!important;\n}\/* End custom CSS *\/\n\/* Start custom CSS for frymo-wishlist-item, class: .elementor-element-4a0c441 *\/.elementor-13284 .elementor-element.elementor-element-4a0c441 {\n    margin-left: auto!important;\n}\n.elementor-13284 .elementor-element.elementor-element-4a0c441 .elementor-button-wrapper {\n    background-color: #00184280!important;\n}\n.elementor-13284 .elementor-element.elementor-element-4a0c441 .frymo-favorite {\n    background-color: transparent!important;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-8162edc *\/.elementor-13284 .elementor-element.elementor-element-8162edc:hover .negative-margin-zero-hover {\n    bottom: 10px;\n    transition: 0.5s\n}\n.elementor-13284 .elementor-element.elementor-element-8162edc .negative-margin-zero-hover {\n    transition: 0.5s\n}\n.elementor-13284 .elementor-element.elementor-element-8162edc::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-13284 .elementor-element.elementor-element-8162edc:hover::after {\n  opacity: 1;\n  transition: 0.5s\n}\n\n.elementor-13284 .elementor-element.elementor-element-8162edc img {\n    aspect-ratio: 16 \/ 9;\n    object-fit: cover;\n}\n\n@media (max-width:1200px) {\n    .elementor-13284 .elementor-element.elementor-element-8162edc .negative-margin-zero-hover {\n        bottom:0!important;\n}\n}\n.elementor-13284 .elementor-element.elementor-element-8162edc {\n    aspect-ratio: 16 \/ 9;\n}\/* End custom CSS *\/<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"13284\" class=\"elementor elementor-13284 e-loop-item e-loop-item-38629 post-38629 immobilie type-immobilie status-publish has-post-thumbnail hentry immobilie_type-erdgeschoss immobilie_type-wohnung immobilie_status-verfuegbar immobilie_country-portugal immobilie_region-faro immobilie_location-vilamoura immobilie_marketing_type-kauf immobilie_use_type-wohnen immobilie_features-balkone immobilie_features-barrierefrei immobilie_features-fahrstuhl immobilie_features-gartennutzung immobilie_features-gaestewc immobilie_features-sauna immobilie_language-en-gb immobilie_custom_badges-for-sale immobilie_agent-giselle-pisabarro udft_price_band-1m-1-5m udft_bed_band-2-bed udft_website_location-vilamoura udft_Style_Type_Property-coastal udft_Style_Type_Property-golf-residences udft_Style_Type_Property-great-investments udft_Style_Type_Property-lock-up-and-leave udft_Style_Type_Property-new-homes-developments udft_Location_Web_New-central-algarve udft_Location_Web_New-vilamoura udft_qp_property_type-apartment style_type-coastal-golf-residences-great-investments-lock-up-and-leave-new-homes-developments entry has-media\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-8162edc e-flex e-con-boxed e-con e-parent\" data-id=\"8162edc\" data-element_type=\"container\" data-e-type=\"container\" href=\"https:\/\/quintaproperty.com\/fr\/immobilie\/appartement-de-luxe-avec-jardin-a-vilamoura-algarve-2\/\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-93e9ec5 e-con-full negative-margin-zero-hover e-flex e-con e-child\" data-id=\"93e9ec5\" 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-832708f e-con-full remove-the-article-if-its-empty e-flex e-con e-child\" data-id=\"832708f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-235902e price-single-tile elementor-widget elementor-widget-text-editor\" data-id=\"235902e\" 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 1,250,000\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5ae093b elementor-widget elementor-widget-frymo-title\" data-id=\"5ae093b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"frymo-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"frymo-widget-header\"><\/div><h2 class=\"frymo-title\">Luxury Garden Apartment in Vilamoura, Algarve<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ecbf45e e-con-full e-flex e-con e-child\" data-id=\"ecbf45e\" data-element_type=\"container\" data-e-type=\"container\" id=\"propertyStats\">\n\t\t\t\t<div class=\"elementor-element elementor-element-51c3c3f elementor-icon-list--layout-inline elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"51c3c3f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">2<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e1fe8a9 elementor-widget elementor-widget-shortcode\" data-id=\"e1fe8a9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">130 m\u00b2<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d35e854 elementor-widget elementor-widget-shortcode\" data-id=\"d35e854\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">130 m\u00b2<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9ded62f elementor-widget elementor-widget-image\" data-id=\"9ded62f\" 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=\"1920\" height=\"960\" src=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/06\/T2-GARDEN-1.jpg\" class=\"attachment-full size-full wp-image-38630\" alt=\"Living Room\" srcset=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/06\/T2-GARDEN-1.jpg 1920w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/06\/T2-GARDEN-1-300x150.jpg 300w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/06\/T2-GARDEN-1-1024x512.jpg 1024w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/06\/T2-GARDEN-1-768x384.jpg 768w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/06\/T2-GARDEN-1-18x9.jpg 18w\" sizes=\"(max-width: 1920px) 100vw, 1920px\" \/>\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-340cce6 e-con-full e-flex e-con e-child\" data-id=\"340cce6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3e73607 elementor-widget elementor-widget-text-editor\" data-id=\"3e73607\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<span class=\"property-tags\"><span class=\"property-tag\">New Listing<\/span><span class=\"property-tag\">QP Exclusive<\/span><\/span>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4a0c441 elementor-widget elementor-widget-frymo-wishlist-item\" data-id=\"4a0c441\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"frymo-wishlist-item.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\"><div class=\"elementor-button elementor-button-link frymo-favorite\" data-post-id=\"38629\" >        <span class=\"elementor-button-content-wrapper\">\n        <span class=\"elementor-button-icon elementor-align-icon-left\">\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"star-filled\" viewBox=\"0 0 48 48\">\n            <g class=\"nc-icon-wrapper\">\n                <path d=\"M24,44a1,1,0,0,1-.73-.316L6.246,25.5A11.493,11.493,0,1,1,24,11.039,11.493,11.493,0,1,1,41.74,25.514L24.73,43.684A1,1,0,0,1,24,44Z\"><\/path>\n            <\/g>\n        <\/svg>\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"star-outline\" viewBox=\"0 0 48 48\">\n            <g stroke-linecap=\"square\" stroke-width=\"2\" fill=\"none\" stroke=\"currentColor\"\n               stroke-linejoin=\"miter\" class=\"nc-icon-wrapper\" stroke-miterlimit=\"10\">\n                <path d=\"M41.108,24.778,24,42.556,6.892,24.778A10.529,10.529,0,1,1,24,12.928a10.529,10.529,0,1,1,17.108,11.85Z\"><\/path>\n            <\/g>\n        <\/svg>\n        <\/span>\n\t\t<span class=\"elementor-button-text \"><\/span><span class=\"elementor-button-text frymo-favorite-remove\"><\/span><\/span><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<\/article><article class=\"frymo-listing-item post-id-38611\"><style>.elementor-13284 .elementor-element.elementor-element-8162edc{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:0;}.elementor-13284 .elementor-element.elementor-element-93e9ec5{--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:-38px;--z-index:1;}body:not(.rtl) .elementor-13284 .elementor-element.elementor-element-93e9ec5{left:0px;}body.rtl .elementor-13284 .elementor-element.elementor-element-93e9ec5{right:0px;}.elementor-13284 .elementor-element.elementor-element-832708f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13284 .elementor-element.elementor-element-235902e{column-gap:0px;font-family:\"Montserrat\", Sans-serif;font-size:36px;line-height:26px;color:var( --e-global-color-accent );margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;z-index:1;}.elementor-13284 .elementor-element.elementor-element-235902e p{margin-block-end:0px;}.elementor-13284 .elementor-element.elementor-element-5ae093b .frymo-title{color:#FFFFFF;font-family:\"Lato\", Sans-serif;font-size:20px;font-weight:300;}.elementor-13284 .elementor-element.elementor-element-5ae093b{z-index:1;}.elementor-13284 .elementor-element.elementor-element-ecbf45e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-icon i{color:#FFFFFF;transition:color 0.3s;}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-icon svg{fill:#FFFFFF;transition:fill 0.3s;}.elementor-13284 .elementor-element.elementor-element-51c3c3f{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-item > .elementor-icon-list-text, .elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-item > a{font-family:\"Lato\", Sans-serif;font-size:18px;font-weight:300;}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-text{color:var( --e-global-color-accent );transition:color 0.3s;}.elementor-13284 .elementor-element.elementor-element-340cce6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--position:absolute;top:0px;--z-index:100;}body:not(.rtl) .elementor-13284 .elementor-element.elementor-element-340cce6{left:0px;}body.rtl .elementor-13284 .elementor-element.elementor-element-340cce6{right:0px;}.elementor-13284 .elementor-element.elementor-element-3e73607{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );text-decoration:var( --e-global-typography-primary-text-decoration );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );padding:0px 0px 0px 0px;}.elementor-13284 .elementor-element.elementor-element-3e73607 a{color:var( --e-global-color-accent );}.elementor-13284 .elementor-element.elementor-element-4a0c441 .elementor-button .elementor-align-icon-right{margin-left:0px;}.elementor-13284 .elementor-element.elementor-element-4a0c441 .elementor-button .elementor-align-icon-left{margin-right:0px;}.elementor-13284 .elementor-element.elementor-element-4a0c441 .elementor-button{padding:0px 0px 0px 4px;}.elementor-13284 .elementor-element.elementor-element-4a0c441{z-index:10000;}@media(min-width:2400px){.elementor-13284 .elementor-element.elementor-element-3e73607{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:1366px){.elementor-13284 .elementor-element.elementor-element-3e73607{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:1024px){.elementor-13284 .elementor-element.elementor-element-3e73607{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:880px){.elementor-13284 .elementor-element.elementor-element-235902e{font-size:26px;}.elementor-13284 .elementor-element.elementor-element-5ae093b .frymo-title{font-size:15px;}}@media(max-width:767px){.elementor-13284 .elementor-element.elementor-element-235902e{font-size:26px;line-height:22px;}.elementor-13284 .elementor-element.elementor-element-5ae093b .frymo-title{font-size:13px;}.elementor-13284 .elementor-element.elementor-element-3e73607{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}\/* Start custom CSS for frymo-title, class: .elementor-element-5ae093b *\/.elementor-13284 .elementor-element.elementor-element-5ae093b, .elementor-13284 .elementor-element.elementor-element-5ae093b * {\n    margin: 0!important;\n}\n.elementor-13284 .elementor-element.elementor-element-5ae093b * {\n    text-transform:none!important\n}\/* End custom CSS *\/\n\/* Start custom CSS for icon-list, class: .elementor-element-51c3c3f *\/.elementor-13284 .elementor-element.elementor-element-51c3c3f::before {\n    content: \"\";\n    display: block;\n    width: 24px !important;\n    height: 24px !important;\n    background-image: url(\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/09\/bedrooms-white.png\");\n    background-size: contain; \/* or 'cover' *\/\n    background-repeat: no-repeat;\n    background-position: center;\n}\n.elementor-13284 .elementor-element.elementor-element-51c3c3f {\n    display: flex;\n    gap: 10px;\n    align-items: center!important;\n}\n.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-text {\n    margin-top: -4px\n}\/* End custom CSS *\/\n\/* Start custom CSS for shortcode, class: .elementor-element-e1fe8a9 *\/.elementor-13284 .elementor-element.elementor-element-e1fe8a9 * {\n    color: white!important;\n    font-size: 17px;\n    text-transform: none;\n    font-family: Lato;\n    font-weight: 300\n    \n}\n.elementor-13284 .elementor-element.elementor-element-e1fe8a9::before {\n    content: \"\";\n    display: block;\n    width: 24px !important;\n    height: 24px !important;\n    background-image: url(\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/11\/new.png\");\n    background-size: contain; \/* or 'cover' *\/\n    background-repeat: no-repeat;\n    background-position: center;\n}\n.elementor-13284 .elementor-element.elementor-element-e1fe8a9 {\n    display: flex;\n    gap: 10px;\n    align-items: center;\n}\/* End custom CSS *\/\n\/* Start custom CSS for shortcode, class: .elementor-element-d35e854 *\/.elementor-13284 .elementor-element.elementor-element-d35e854 * {\n    color: white!important;\n    font-size: 17px!important;\n    text-transform: none!important;\n    font-family: Lato!important;\n    font-weight: 300!important\n    \n}\n.elementor-13284 .elementor-element.elementor-element-d35e854::before {\n    content: \"\";\n    display: block;\n    width: 24px !important;\n    height: 24px !important;\n    background-image: url(\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/09\/white-plot-size.png\");\n    background-size: contain; \/* or 'cover' *\/\n    background-repeat: no-repeat;\n    background-position: center;\n}\n.elementor-13284 .elementor-element.elementor-element-d35e854 {\n    display: flex;\n    gap: 10px;\n    align-items: center;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-93e9ec5 *\/.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 text-editor, class: .elementor-element-3e73607 *\/.elementor-13284 .elementor-element.elementor-element-3e73607 .property-tag {\n    padding: 5px 10px!important;\n    margin-right: 10px!important;\n    background-color: rgba(255,255,255,0.8)!important;\n}\/* End custom CSS *\/\n\/* Start custom CSS for frymo-wishlist-item, class: .elementor-element-4a0c441 *\/.elementor-13284 .elementor-element.elementor-element-4a0c441 {\n    margin-left: auto!important;\n}\n.elementor-13284 .elementor-element.elementor-element-4a0c441 .elementor-button-wrapper {\n    background-color: #00184280!important;\n}\n.elementor-13284 .elementor-element.elementor-element-4a0c441 .frymo-favorite {\n    background-color: transparent!important;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-8162edc *\/.elementor-13284 .elementor-element.elementor-element-8162edc:hover .negative-margin-zero-hover {\n    bottom: 10px;\n    transition: 0.5s\n}\n.elementor-13284 .elementor-element.elementor-element-8162edc .negative-margin-zero-hover {\n    transition: 0.5s\n}\n.elementor-13284 .elementor-element.elementor-element-8162edc::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-13284 .elementor-element.elementor-element-8162edc:hover::after {\n  opacity: 1;\n  transition: 0.5s\n}\n\n.elementor-13284 .elementor-element.elementor-element-8162edc img {\n    aspect-ratio: 16 \/ 9;\n    object-fit: cover;\n}\n\n@media (max-width:1200px) {\n    .elementor-13284 .elementor-element.elementor-element-8162edc .negative-margin-zero-hover {\n        bottom:0!important;\n}\n}\n.elementor-13284 .elementor-element.elementor-element-8162edc {\n    aspect-ratio: 16 \/ 9;\n}\/* End custom CSS *\/<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"13284\" class=\"elementor elementor-13284 e-loop-item e-loop-item-38611 post-38611 immobilie type-immobilie status-publish has-post-thumbnail hentry immobilie_type-doppelhaushaelfte immobilie_type-haus immobilie_status-verfuegbar immobilie_country-portugal immobilie_region-faro immobilie_location-faro immobilie_marketing_type-kauf immobilie_use_type-wohnen immobilie_features-balkone immobilie_features-barrierefrei immobilie_features-fahrstuhl immobilie_features-gartennutzung immobilie_features-kamin immobilie_features-swimmingpool immobilie_features-unterkellert immobilie_groups-575 immobilie_language-en-gb immobilie_custom_badges-for-sale immobilie_agent-giselle-pisabarro udft_price_band-3-4m udft_bed_band-5-bed udft_website_location-central-algarve udft_Style_Type_Property-coastal udft_Style_Type_Property-family-villas udft_Style_Type_Property-great-investments udft_Style_Type_Property-lock-up-and-leave udft_Style_Type_Property-new-homes-developments udft_Style_Type_Property-super-prime udft_Location_Web_New-central-algarve udft_qp_property_type-townhouse style_type-coastal-family-villas-great-investments-lock-up-and-leave-new-homes-developments-super-prime entry has-media\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-8162edc e-flex e-con-boxed e-con e-parent\" data-id=\"8162edc\" data-element_type=\"container\" data-e-type=\"container\" href=\"https:\/\/quintaproperty.com\/fr\/immobilie\/le-front-de-mer\/\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-93e9ec5 e-con-full negative-margin-zero-hover e-flex e-con e-child\" data-id=\"93e9ec5\" 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-832708f e-con-full remove-the-article-if-its-empty e-flex e-con e-child\" data-id=\"832708f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-235902e price-single-tile elementor-widget elementor-widget-text-editor\" data-id=\"235902e\" 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 3,750,000\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5ae093b elementor-widget elementor-widget-frymo-title\" data-id=\"5ae093b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"frymo-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"frymo-widget-header\"><\/div><h2 class=\"frymo-title\">The Waterfront<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ecbf45e e-con-full e-flex e-con e-child\" data-id=\"ecbf45e\" data-element_type=\"container\" data-e-type=\"container\" id=\"propertyStats\">\n\t\t\t\t<div class=\"elementor-element elementor-element-51c3c3f elementor-icon-list--layout-inline elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"51c3c3f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">5<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e1fe8a9 elementor-widget elementor-widget-shortcode\" data-id=\"e1fe8a9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">632 m\u00b2<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d35e854 elementor-widget elementor-widget-shortcode\" data-id=\"d35e854\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">234 m\u00b2<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9ded62f elementor-widget elementor-widget-image\" data-id=\"9ded62f\" 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=\"1110\" height=\"762\" src=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/06\/46392190_the20waterfront20_4.png\" class=\"attachment-full size-full wp-image-38724\" alt=\"Modern two-story villa with white stucco walls, wooden pergolas, and glass balconies, set in a landscaped backyard with a circular patio and outdoor seating.\" srcset=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/06\/46392190_the20waterfront20_4.png 1110w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/06\/46392190_the20waterfront20_4-300x206.png 300w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/06\/46392190_the20waterfront20_4-1024x703.png 1024w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/06\/46392190_the20waterfront20_4-768x527.png 768w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/06\/46392190_the20waterfront20_4-18x12.png 18w\" sizes=\"(max-width: 1110px) 100vw, 1110px\" \/>\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-340cce6 e-con-full e-flex e-con e-child\" data-id=\"340cce6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3e73607 elementor-widget elementor-widget-text-editor\" data-id=\"3e73607\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<span class=\"property-tags\"><span class=\"property-tag\">New Listing<\/span><\/span>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4a0c441 elementor-widget elementor-widget-frymo-wishlist-item\" data-id=\"4a0c441\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"frymo-wishlist-item.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\"><div class=\"elementor-button elementor-button-link frymo-favorite\" data-post-id=\"38611\" >        <span class=\"elementor-button-content-wrapper\">\n        <span class=\"elementor-button-icon elementor-align-icon-left\">\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"star-filled\" viewBox=\"0 0 48 48\">\n            <g class=\"nc-icon-wrapper\">\n                <path d=\"M24,44a1,1,0,0,1-.73-.316L6.246,25.5A11.493,11.493,0,1,1,24,11.039,11.493,11.493,0,1,1,41.74,25.514L24.73,43.684A1,1,0,0,1,24,44Z\"><\/path>\n            <\/g>\n        <\/svg>\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"star-outline\" viewBox=\"0 0 48 48\">\n            <g stroke-linecap=\"square\" stroke-width=\"2\" fill=\"none\" stroke=\"currentColor\"\n               stroke-linejoin=\"miter\" class=\"nc-icon-wrapper\" stroke-miterlimit=\"10\">\n                <path d=\"M41.108,24.778,24,42.556,6.892,24.778A10.529,10.529,0,1,1,24,12.928a10.529,10.529,0,1,1,17.108,11.85Z\"><\/path>\n            <\/g>\n        <\/svg>\n        <\/span>\n\t\t<span class=\"elementor-button-text \"><\/span><span class=\"elementor-button-text frymo-favorite-remove\"><\/span><\/span><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<\/article><article class=\"frymo-listing-item post-id-38575\"><style>.elementor-13284 .elementor-element.elementor-element-8162edc{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:0;}.elementor-13284 .elementor-element.elementor-element-93e9ec5{--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:-38px;--z-index:1;}body:not(.rtl) .elementor-13284 .elementor-element.elementor-element-93e9ec5{left:0px;}body.rtl .elementor-13284 .elementor-element.elementor-element-93e9ec5{right:0px;}.elementor-13284 .elementor-element.elementor-element-832708f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13284 .elementor-element.elementor-element-235902e{column-gap:0px;font-family:\"Montserrat\", Sans-serif;font-size:36px;line-height:26px;color:var( --e-global-color-accent );margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;z-index:1;}.elementor-13284 .elementor-element.elementor-element-235902e p{margin-block-end:0px;}.elementor-13284 .elementor-element.elementor-element-5ae093b .frymo-title{color:#FFFFFF;font-family:\"Lato\", Sans-serif;font-size:20px;font-weight:300;}.elementor-13284 .elementor-element.elementor-element-5ae093b{z-index:1;}.elementor-13284 .elementor-element.elementor-element-ecbf45e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-icon i{color:#FFFFFF;transition:color 0.3s;}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-icon svg{fill:#FFFFFF;transition:fill 0.3s;}.elementor-13284 .elementor-element.elementor-element-51c3c3f{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-item > .elementor-icon-list-text, .elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-item > a{font-family:\"Lato\", Sans-serif;font-size:18px;font-weight:300;}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-text{color:var( --e-global-color-accent );transition:color 0.3s;}.elementor-13284 .elementor-element.elementor-element-340cce6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--position:absolute;top:0px;--z-index:100;}body:not(.rtl) .elementor-13284 .elementor-element.elementor-element-340cce6{left:0px;}body.rtl .elementor-13284 .elementor-element.elementor-element-340cce6{right:0px;}.elementor-13284 .elementor-element.elementor-element-3e73607{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );text-decoration:var( --e-global-typography-primary-text-decoration );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );padding:0px 0px 0px 0px;}.elementor-13284 .elementor-element.elementor-element-3e73607 a{color:var( --e-global-color-accent );}.elementor-13284 .elementor-element.elementor-element-4a0c441 .elementor-button .elementor-align-icon-right{margin-left:0px;}.elementor-13284 .elementor-element.elementor-element-4a0c441 .elementor-button .elementor-align-icon-left{margin-right:0px;}.elementor-13284 .elementor-element.elementor-element-4a0c441 .elementor-button{padding:0px 0px 0px 4px;}.elementor-13284 .elementor-element.elementor-element-4a0c441{z-index:10000;}@media(min-width:2400px){.elementor-13284 .elementor-element.elementor-element-3e73607{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:1366px){.elementor-13284 .elementor-element.elementor-element-3e73607{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:1024px){.elementor-13284 .elementor-element.elementor-element-3e73607{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:880px){.elementor-13284 .elementor-element.elementor-element-235902e{font-size:26px;}.elementor-13284 .elementor-element.elementor-element-5ae093b .frymo-title{font-size:15px;}}@media(max-width:767px){.elementor-13284 .elementor-element.elementor-element-235902e{font-size:26px;line-height:22px;}.elementor-13284 .elementor-element.elementor-element-5ae093b .frymo-title{font-size:13px;}.elementor-13284 .elementor-element.elementor-element-3e73607{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}\/* Start custom CSS for frymo-title, class: .elementor-element-5ae093b *\/.elementor-13284 .elementor-element.elementor-element-5ae093b, .elementor-13284 .elementor-element.elementor-element-5ae093b * {\n    margin: 0!important;\n}\n.elementor-13284 .elementor-element.elementor-element-5ae093b * {\n    text-transform:none!important\n}\/* End custom CSS *\/\n\/* Start custom CSS for icon-list, class: .elementor-element-51c3c3f *\/.elementor-13284 .elementor-element.elementor-element-51c3c3f::before {\n    content: \"\";\n    display: block;\n    width: 24px !important;\n    height: 24px !important;\n    background-image: url(\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/09\/bedrooms-white.png\");\n    background-size: contain; \/* or 'cover' *\/\n    background-repeat: no-repeat;\n    background-position: center;\n}\n.elementor-13284 .elementor-element.elementor-element-51c3c3f {\n    display: flex;\n    gap: 10px;\n    align-items: center!important;\n}\n.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-text {\n    margin-top: -4px\n}\/* End custom CSS *\/\n\/* Start custom CSS for shortcode, class: .elementor-element-e1fe8a9 *\/.elementor-13284 .elementor-element.elementor-element-e1fe8a9 * {\n    color: white!important;\n    font-size: 17px;\n    text-transform: none;\n    font-family: Lato;\n    font-weight: 300\n    \n}\n.elementor-13284 .elementor-element.elementor-element-e1fe8a9::before {\n    content: \"\";\n    display: block;\n    width: 24px !important;\n    height: 24px !important;\n    background-image: url(\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/11\/new.png\");\n    background-size: contain; \/* or 'cover' *\/\n    background-repeat: no-repeat;\n    background-position: center;\n}\n.elementor-13284 .elementor-element.elementor-element-e1fe8a9 {\n    display: flex;\n    gap: 10px;\n    align-items: center;\n}\/* End custom CSS *\/\n\/* Start custom CSS for shortcode, class: .elementor-element-d35e854 *\/.elementor-13284 .elementor-element.elementor-element-d35e854 * {\n    color: white!important;\n    font-size: 17px!important;\n    text-transform: none!important;\n    font-family: Lato!important;\n    font-weight: 300!important\n    \n}\n.elementor-13284 .elementor-element.elementor-element-d35e854::before {\n    content: \"\";\n    display: block;\n    width: 24px !important;\n    height: 24px !important;\n    background-image: url(\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/09\/white-plot-size.png\");\n    background-size: contain; \/* or 'cover' *\/\n    background-repeat: no-repeat;\n    background-position: center;\n}\n.elementor-13284 .elementor-element.elementor-element-d35e854 {\n    display: flex;\n    gap: 10px;\n    align-items: center;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-93e9ec5 *\/.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 text-editor, class: .elementor-element-3e73607 *\/.elementor-13284 .elementor-element.elementor-element-3e73607 .property-tag {\n    padding: 5px 10px!important;\n    margin-right: 10px!important;\n    background-color: rgba(255,255,255,0.8)!important;\n}\/* End custom CSS *\/\n\/* Start custom CSS for frymo-wishlist-item, class: .elementor-element-4a0c441 *\/.elementor-13284 .elementor-element.elementor-element-4a0c441 {\n    margin-left: auto!important;\n}\n.elementor-13284 .elementor-element.elementor-element-4a0c441 .elementor-button-wrapper {\n    background-color: #00184280!important;\n}\n.elementor-13284 .elementor-element.elementor-element-4a0c441 .frymo-favorite {\n    background-color: transparent!important;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-8162edc *\/.elementor-13284 .elementor-element.elementor-element-8162edc:hover .negative-margin-zero-hover {\n    bottom: 10px;\n    transition: 0.5s\n}\n.elementor-13284 .elementor-element.elementor-element-8162edc .negative-margin-zero-hover {\n    transition: 0.5s\n}\n.elementor-13284 .elementor-element.elementor-element-8162edc::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-13284 .elementor-element.elementor-element-8162edc:hover::after {\n  opacity: 1;\n  transition: 0.5s\n}\n\n.elementor-13284 .elementor-element.elementor-element-8162edc img {\n    aspect-ratio: 16 \/ 9;\n    object-fit: cover;\n}\n\n@media (max-width:1200px) {\n    .elementor-13284 .elementor-element.elementor-element-8162edc .negative-margin-zero-hover {\n        bottom:0!important;\n}\n}\n.elementor-13284 .elementor-element.elementor-element-8162edc {\n    aspect-ratio: 16 \/ 9;\n}\/* End custom CSS *\/<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"13284\" class=\"elementor elementor-13284 e-loop-item e-loop-item-38575 post-38575 immobilie type-immobilie status-publish has-post-thumbnail hentry immobilie_type-haus immobilie_type-villa immobilie_status-verfuegbar immobilie_country-portugal immobilie_region-faro immobilie_location-loule immobilie_marketing_type-kauf immobilie_use_type-wohnen immobilie_features-balkone immobilie_features-gartennutzung immobilie_features-kamin immobilie_features-sauna immobilie_features-swimmingpool immobilie_language-en-gb immobilie_custom_badges-for-sale immobilie_agent-giselle-pisabarro udft_price_band-1m-1-5m udft_bed_band-3-bed udft_website_location-vale-telheiro udft_Style_Type_Property-family-villas udft_Location_Web_New-central-algarve udft_Location_Web_New-loule udft_qp_property_type-villa style_type-family-villas entry has-media\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-8162edc e-flex e-con-boxed e-con e-parent\" data-id=\"8162edc\" data-element_type=\"container\" data-e-type=\"container\" href=\"https:\/\/quintaproperty.com\/fr\/immobilie\/villa-contemporaine-dans-la-campagne-lolaise\/\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-93e9ec5 e-con-full negative-margin-zero-hover e-flex e-con e-child\" data-id=\"93e9ec5\" 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-832708f e-con-full remove-the-article-if-its-empty e-flex e-con e-child\" data-id=\"832708f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-235902e price-single-tile elementor-widget elementor-widget-text-editor\" data-id=\"235902e\" 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 1,750,000\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5ae093b elementor-widget elementor-widget-frymo-title\" data-id=\"5ae093b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"frymo-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"frymo-widget-header\"><\/div><h2 class=\"frymo-title\">Contemporary Villa in the Loul\u00e9 Countryside<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ecbf45e e-con-full e-flex e-con e-child\" data-id=\"ecbf45e\" data-element_type=\"container\" data-e-type=\"container\" id=\"propertyStats\">\n\t\t\t\t<div class=\"elementor-element elementor-element-51c3c3f elementor-icon-list--layout-inline elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"51c3c3f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">3<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e1fe8a9 elementor-widget elementor-widget-shortcode\" data-id=\"e1fe8a9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">262 m\u00b2<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d35e854 elementor-widget elementor-widget-shortcode\" data-id=\"d35e854\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">3,545 m\u00b2<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9ded62f elementor-widget elementor-widget-image\" data-id=\"9ded62f\" 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=\"1620\" height=\"1080\" src=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/06\/ISM39791.jpg\" class=\"attachment-full size-full wp-image-38576\" alt=\"Pool &amp; Terrace\" srcset=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/06\/ISM39791.jpg 1620w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/06\/ISM39791-300x200.jpg 300w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/06\/ISM39791-1024x683.jpg 1024w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/06\/ISM39791-768x512.jpg 768w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/06\/ISM39791-18x12.jpg 18w\" sizes=\"(max-width: 1620px) 100vw, 1620px\" \/>\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-340cce6 e-con-full e-flex e-con e-child\" data-id=\"340cce6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3e73607 elementor-widget elementor-widget-text-editor\" data-id=\"3e73607\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<span class=\"property-tags\"><span class=\"property-tag\">New Listing<\/span><\/span>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4a0c441 elementor-widget elementor-widget-frymo-wishlist-item\" data-id=\"4a0c441\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"frymo-wishlist-item.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\"><div class=\"elementor-button elementor-button-link frymo-favorite\" data-post-id=\"38575\" >        <span class=\"elementor-button-content-wrapper\">\n        <span class=\"elementor-button-icon elementor-align-icon-left\">\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"star-filled\" viewBox=\"0 0 48 48\">\n            <g class=\"nc-icon-wrapper\">\n                <path d=\"M24,44a1,1,0,0,1-.73-.316L6.246,25.5A11.493,11.493,0,1,1,24,11.039,11.493,11.493,0,1,1,41.74,25.514L24.73,43.684A1,1,0,0,1,24,44Z\"><\/path>\n            <\/g>\n        <\/svg>\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"star-outline\" viewBox=\"0 0 48 48\">\n            <g stroke-linecap=\"square\" stroke-width=\"2\" fill=\"none\" stroke=\"currentColor\"\n               stroke-linejoin=\"miter\" class=\"nc-icon-wrapper\" stroke-miterlimit=\"10\">\n                <path d=\"M41.108,24.778,24,42.556,6.892,24.778A10.529,10.529,0,1,1,24,12.928a10.529,10.529,0,1,1,17.108,11.85Z\"><\/path>\n            <\/g>\n        <\/svg>\n        <\/span>\n\t\t<span class=\"elementor-button-text \"><\/span><span class=\"elementor-button-text frymo-favorite-remove\"><\/span><\/span><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<\/article><article class=\"frymo-listing-item post-id-38537\"><style>.elementor-13284 .elementor-element.elementor-element-8162edc{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:0;}.elementor-13284 .elementor-element.elementor-element-93e9ec5{--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:-38px;--z-index:1;}body:not(.rtl) .elementor-13284 .elementor-element.elementor-element-93e9ec5{left:0px;}body.rtl .elementor-13284 .elementor-element.elementor-element-93e9ec5{right:0px;}.elementor-13284 .elementor-element.elementor-element-832708f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13284 .elementor-element.elementor-element-235902e{column-gap:0px;font-family:\"Montserrat\", Sans-serif;font-size:36px;line-height:26px;color:var( --e-global-color-accent );margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;z-index:1;}.elementor-13284 .elementor-element.elementor-element-235902e p{margin-block-end:0px;}.elementor-13284 .elementor-element.elementor-element-5ae093b .frymo-title{color:#FFFFFF;font-family:\"Lato\", Sans-serif;font-size:20px;font-weight:300;}.elementor-13284 .elementor-element.elementor-element-5ae093b{z-index:1;}.elementor-13284 .elementor-element.elementor-element-ecbf45e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-icon i{color:#FFFFFF;transition:color 0.3s;}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-icon svg{fill:#FFFFFF;transition:fill 0.3s;}.elementor-13284 .elementor-element.elementor-element-51c3c3f{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-item > .elementor-icon-list-text, .elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-item > a{font-family:\"Lato\", Sans-serif;font-size:18px;font-weight:300;}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-text{color:var( --e-global-color-accent );transition:color 0.3s;}.elementor-13284 .elementor-element.elementor-element-340cce6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--position:absolute;top:0px;--z-index:100;}body:not(.rtl) .elementor-13284 .elementor-element.elementor-element-340cce6{left:0px;}body.rtl .elementor-13284 .elementor-element.elementor-element-340cce6{right:0px;}.elementor-13284 .elementor-element.elementor-element-3e73607{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );text-decoration:var( --e-global-typography-primary-text-decoration );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );padding:0px 0px 0px 0px;}.elementor-13284 .elementor-element.elementor-element-3e73607 a{color:var( --e-global-color-accent );}.elementor-13284 .elementor-element.elementor-element-4a0c441 .elementor-button .elementor-align-icon-right{margin-left:0px;}.elementor-13284 .elementor-element.elementor-element-4a0c441 .elementor-button .elementor-align-icon-left{margin-right:0px;}.elementor-13284 .elementor-element.elementor-element-4a0c441 .elementor-button{padding:0px 0px 0px 4px;}.elementor-13284 .elementor-element.elementor-element-4a0c441{z-index:10000;}@media(min-width:2400px){.elementor-13284 .elementor-element.elementor-element-3e73607{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:1366px){.elementor-13284 .elementor-element.elementor-element-3e73607{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:1024px){.elementor-13284 .elementor-element.elementor-element-3e73607{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:880px){.elementor-13284 .elementor-element.elementor-element-235902e{font-size:26px;}.elementor-13284 .elementor-element.elementor-element-5ae093b .frymo-title{font-size:15px;}}@media(max-width:767px){.elementor-13284 .elementor-element.elementor-element-235902e{font-size:26px;line-height:22px;}.elementor-13284 .elementor-element.elementor-element-5ae093b .frymo-title{font-size:13px;}.elementor-13284 .elementor-element.elementor-element-3e73607{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}\/* Start custom CSS for frymo-title, class: .elementor-element-5ae093b *\/.elementor-13284 .elementor-element.elementor-element-5ae093b, .elementor-13284 .elementor-element.elementor-element-5ae093b * {\n    margin: 0!important;\n}\n.elementor-13284 .elementor-element.elementor-element-5ae093b * {\n    text-transform:none!important\n}\/* End custom CSS *\/\n\/* Start custom CSS for icon-list, class: .elementor-element-51c3c3f *\/.elementor-13284 .elementor-element.elementor-element-51c3c3f::before {\n    content: \"\";\n    display: block;\n    width: 24px !important;\n    height: 24px !important;\n    background-image: url(\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/09\/bedrooms-white.png\");\n    background-size: contain; \/* or 'cover' *\/\n    background-repeat: no-repeat;\n    background-position: center;\n}\n.elementor-13284 .elementor-element.elementor-element-51c3c3f {\n    display: flex;\n    gap: 10px;\n    align-items: center!important;\n}\n.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-text {\n    margin-top: -4px\n}\/* End custom CSS *\/\n\/* Start custom CSS for shortcode, class: .elementor-element-e1fe8a9 *\/.elementor-13284 .elementor-element.elementor-element-e1fe8a9 * {\n    color: white!important;\n    font-size: 17px;\n    text-transform: none;\n    font-family: Lato;\n    font-weight: 300\n    \n}\n.elementor-13284 .elementor-element.elementor-element-e1fe8a9::before {\n    content: \"\";\n    display: block;\n    width: 24px !important;\n    height: 24px !important;\n    background-image: url(\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/11\/new.png\");\n    background-size: contain; \/* or 'cover' *\/\n    background-repeat: no-repeat;\n    background-position: center;\n}\n.elementor-13284 .elementor-element.elementor-element-e1fe8a9 {\n    display: flex;\n    gap: 10px;\n    align-items: center;\n}\/* End custom CSS *\/\n\/* Start custom CSS for shortcode, class: .elementor-element-d35e854 *\/.elementor-13284 .elementor-element.elementor-element-d35e854 * {\n    color: white!important;\n    font-size: 17px!important;\n    text-transform: none!important;\n    font-family: Lato!important;\n    font-weight: 300!important\n    \n}\n.elementor-13284 .elementor-element.elementor-element-d35e854::before {\n    content: \"\";\n    display: block;\n    width: 24px !important;\n    height: 24px !important;\n    background-image: url(\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/09\/white-plot-size.png\");\n    background-size: contain; \/* or 'cover' *\/\n    background-repeat: no-repeat;\n    background-position: center;\n}\n.elementor-13284 .elementor-element.elementor-element-d35e854 {\n    display: flex;\n    gap: 10px;\n    align-items: center;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-93e9ec5 *\/.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 text-editor, class: .elementor-element-3e73607 *\/.elementor-13284 .elementor-element.elementor-element-3e73607 .property-tag {\n    padding: 5px 10px!important;\n    margin-right: 10px!important;\n    background-color: rgba(255,255,255,0.8)!important;\n}\/* End custom CSS *\/\n\/* Start custom CSS for frymo-wishlist-item, class: .elementor-element-4a0c441 *\/.elementor-13284 .elementor-element.elementor-element-4a0c441 {\n    margin-left: auto!important;\n}\n.elementor-13284 .elementor-element.elementor-element-4a0c441 .elementor-button-wrapper {\n    background-color: #00184280!important;\n}\n.elementor-13284 .elementor-element.elementor-element-4a0c441 .frymo-favorite {\n    background-color: transparent!important;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-8162edc *\/.elementor-13284 .elementor-element.elementor-element-8162edc:hover .negative-margin-zero-hover {\n    bottom: 10px;\n    transition: 0.5s\n}\n.elementor-13284 .elementor-element.elementor-element-8162edc .negative-margin-zero-hover {\n    transition: 0.5s\n}\n.elementor-13284 .elementor-element.elementor-element-8162edc::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-13284 .elementor-element.elementor-element-8162edc:hover::after {\n  opacity: 1;\n  transition: 0.5s\n}\n\n.elementor-13284 .elementor-element.elementor-element-8162edc img {\n    aspect-ratio: 16 \/ 9;\n    object-fit: cover;\n}\n\n@media (max-width:1200px) {\n    .elementor-13284 .elementor-element.elementor-element-8162edc .negative-margin-zero-hover {\n        bottom:0!important;\n}\n}\n.elementor-13284 .elementor-element.elementor-element-8162edc {\n    aspect-ratio: 16 \/ 9;\n}\/* End custom CSS *\/<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"13284\" class=\"elementor elementor-13284 e-loop-item e-loop-item-38537 post-38537 immobilie type-immobilie status-publish has-post-thumbnail hentry immobilie_type-haus immobilie_type-villa immobilie_status-verfuegbar immobilie_country-portugal immobilie_region-faro immobilie_location-loule immobilie_marketing_type-kauf immobilie_use_type-wohnen immobilie_features-balkone immobilie_features-barrierefrei immobilie_features-gartennutzung immobilie_features-kamin immobilie_features-swimmingpool immobilie_language-en-gb immobilie_custom_badges-for-sale immobilie_agent-giselle-pisabarro udft_price_band-2m-3m udft_bed_band-3-bed udft_website_location-central-algarve udft_Style_Type_Property-family-villas udft_Location_Web_New-central-algarve udft_Location_Web_New-loule udft_qp_property_type-exclusive-listings udft_qp_property_type-villa style_type-family-villas entry has-media\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-8162edc e-flex e-con-boxed e-con e-parent\" data-id=\"8162edc\" data-element_type=\"container\" data-e-type=\"container\" href=\"https:\/\/quintaproperty.com\/fr\/immobilie\/villa-prestigieuse-dans-la-campagne-de-lalgarve\/\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-93e9ec5 e-con-full negative-margin-zero-hover e-flex e-con e-child\" data-id=\"93e9ec5\" 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-832708f e-con-full remove-the-article-if-its-empty e-flex e-con e-child\" data-id=\"832708f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-235902e price-single-tile elementor-widget elementor-widget-text-editor\" data-id=\"235902e\" 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 2,250,000\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5ae093b elementor-widget elementor-widget-frymo-title\" data-id=\"5ae093b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"frymo-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"frymo-widget-header\"><\/div><h2 class=\"frymo-title\">Prestigious Villa in the Algarve Countryside<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ecbf45e e-con-full e-flex e-con e-child\" data-id=\"ecbf45e\" data-element_type=\"container\" data-e-type=\"container\" id=\"propertyStats\">\n\t\t\t\t<div class=\"elementor-element elementor-element-51c3c3f elementor-icon-list--layout-inline elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"51c3c3f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">3<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e1fe8a9 elementor-widget elementor-widget-shortcode\" data-id=\"e1fe8a9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">372 m\u00b2<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d35e854 elementor-widget elementor-widget-shortcode\" data-id=\"d35e854\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">7 ha<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9ded62f elementor-widget elementor-widget-image\" data-id=\"9ded62f\" 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=\"1620\" height=\"1066\" src=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/06\/Exclusive-Country-Villa-in-the-Algarve-Countryside43.jpg\" class=\"attachment-full size-full wp-image-38538\" alt=\"Exclusive Country Villa in the Algarve Countryside43\" srcset=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/06\/Exclusive-Country-Villa-in-the-Algarve-Countryside43.jpg 1620w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/06\/Exclusive-Country-Villa-in-the-Algarve-Countryside43-300x197.jpg 300w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/06\/Exclusive-Country-Villa-in-the-Algarve-Countryside43-1024x674.jpg 1024w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/06\/Exclusive-Country-Villa-in-the-Algarve-Countryside43-768x505.jpg 768w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/06\/Exclusive-Country-Villa-in-the-Algarve-Countryside43-18x12.jpg 18w\" sizes=\"(max-width: 1620px) 100vw, 1620px\" \/>\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-340cce6 e-con-full e-flex e-con e-child\" data-id=\"340cce6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3e73607 elementor-widget elementor-widget-text-editor\" data-id=\"3e73607\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<span class=\"property-tags\"><span class=\"property-tag\">New Listing<\/span><\/span>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4a0c441 elementor-widget elementor-widget-frymo-wishlist-item\" data-id=\"4a0c441\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"frymo-wishlist-item.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\"><div class=\"elementor-button elementor-button-link frymo-favorite\" data-post-id=\"38537\" >        <span class=\"elementor-button-content-wrapper\">\n        <span class=\"elementor-button-icon elementor-align-icon-left\">\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"star-filled\" viewBox=\"0 0 48 48\">\n            <g class=\"nc-icon-wrapper\">\n                <path d=\"M24,44a1,1,0,0,1-.73-.316L6.246,25.5A11.493,11.493,0,1,1,24,11.039,11.493,11.493,0,1,1,41.74,25.514L24.73,43.684A1,1,0,0,1,24,44Z\"><\/path>\n            <\/g>\n        <\/svg>\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"star-outline\" viewBox=\"0 0 48 48\">\n            <g stroke-linecap=\"square\" stroke-width=\"2\" fill=\"none\" stroke=\"currentColor\"\n               stroke-linejoin=\"miter\" class=\"nc-icon-wrapper\" stroke-miterlimit=\"10\">\n                <path d=\"M41.108,24.778,24,42.556,6.892,24.778A10.529,10.529,0,1,1,24,12.928a10.529,10.529,0,1,1,17.108,11.85Z\"><\/path>\n            <\/g>\n        <\/svg>\n        <\/span>\n\t\t<span class=\"elementor-button-text \"><\/span><span class=\"elementor-button-text frymo-favorite-remove\"><\/span><\/span><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<\/article><article class=\"frymo-listing-item post-id-38496\"><style>.elementor-13284 .elementor-element.elementor-element-8162edc{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:0;}.elementor-13284 .elementor-element.elementor-element-93e9ec5{--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:-38px;--z-index:1;}body:not(.rtl) .elementor-13284 .elementor-element.elementor-element-93e9ec5{left:0px;}body.rtl .elementor-13284 .elementor-element.elementor-element-93e9ec5{right:0px;}.elementor-13284 .elementor-element.elementor-element-832708f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13284 .elementor-element.elementor-element-235902e{column-gap:0px;font-family:\"Montserrat\", Sans-serif;font-size:36px;line-height:26px;color:var( --e-global-color-accent );margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;z-index:1;}.elementor-13284 .elementor-element.elementor-element-235902e p{margin-block-end:0px;}.elementor-13284 .elementor-element.elementor-element-5ae093b .frymo-title{color:#FFFFFF;font-family:\"Lato\", Sans-serif;font-size:20px;font-weight:300;}.elementor-13284 .elementor-element.elementor-element-5ae093b{z-index:1;}.elementor-13284 .elementor-element.elementor-element-ecbf45e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-icon i{color:#FFFFFF;transition:color 0.3s;}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-icon svg{fill:#FFFFFF;transition:fill 0.3s;}.elementor-13284 .elementor-element.elementor-element-51c3c3f{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-item > .elementor-icon-list-text, .elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-item > a{font-family:\"Lato\", Sans-serif;font-size:18px;font-weight:300;}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-text{color:var( --e-global-color-accent );transition:color 0.3s;}.elementor-13284 .elementor-element.elementor-element-340cce6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--position:absolute;top:0px;--z-index:100;}body:not(.rtl) .elementor-13284 .elementor-element.elementor-element-340cce6{left:0px;}body.rtl .elementor-13284 .elementor-element.elementor-element-340cce6{right:0px;}.elementor-13284 .elementor-element.elementor-element-3e73607{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );text-decoration:var( --e-global-typography-primary-text-decoration );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );padding:0px 0px 0px 0px;}.elementor-13284 .elementor-element.elementor-element-3e73607 a{color:var( --e-global-color-accent );}.elementor-13284 .elementor-element.elementor-element-4a0c441 .elementor-button .elementor-align-icon-right{margin-left:0px;}.elementor-13284 .elementor-element.elementor-element-4a0c441 .elementor-button .elementor-align-icon-left{margin-right:0px;}.elementor-13284 .elementor-element.elementor-element-4a0c441 .elementor-button{padding:0px 0px 0px 4px;}.elementor-13284 .elementor-element.elementor-element-4a0c441{z-index:10000;}@media(min-width:2400px){.elementor-13284 .elementor-element.elementor-element-3e73607{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:1366px){.elementor-13284 .elementor-element.elementor-element-3e73607{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:1024px){.elementor-13284 .elementor-element.elementor-element-3e73607{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:880px){.elementor-13284 .elementor-element.elementor-element-235902e{font-size:26px;}.elementor-13284 .elementor-element.elementor-element-5ae093b .frymo-title{font-size:15px;}}@media(max-width:767px){.elementor-13284 .elementor-element.elementor-element-235902e{font-size:26px;line-height:22px;}.elementor-13284 .elementor-element.elementor-element-5ae093b .frymo-title{font-size:13px;}.elementor-13284 .elementor-element.elementor-element-3e73607{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}\/* Start custom CSS for frymo-title, class: .elementor-element-5ae093b *\/.elementor-13284 .elementor-element.elementor-element-5ae093b, .elementor-13284 .elementor-element.elementor-element-5ae093b * {\n    margin: 0!important;\n}\n.elementor-13284 .elementor-element.elementor-element-5ae093b * {\n    text-transform:none!important\n}\/* End custom CSS *\/\n\/* Start custom CSS for icon-list, class: .elementor-element-51c3c3f *\/.elementor-13284 .elementor-element.elementor-element-51c3c3f::before {\n    content: \"\";\n    display: block;\n    width: 24px !important;\n    height: 24px !important;\n    background-image: url(\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/09\/bedrooms-white.png\");\n    background-size: contain; \/* or 'cover' *\/\n    background-repeat: no-repeat;\n    background-position: center;\n}\n.elementor-13284 .elementor-element.elementor-element-51c3c3f {\n    display: flex;\n    gap: 10px;\n    align-items: center!important;\n}\n.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-text {\n    margin-top: -4px\n}\/* End custom CSS *\/\n\/* Start custom CSS for shortcode, class: .elementor-element-e1fe8a9 *\/.elementor-13284 .elementor-element.elementor-element-e1fe8a9 * {\n    color: white!important;\n    font-size: 17px;\n    text-transform: none;\n    font-family: Lato;\n    font-weight: 300\n    \n}\n.elementor-13284 .elementor-element.elementor-element-e1fe8a9::before {\n    content: \"\";\n    display: block;\n    width: 24px !important;\n    height: 24px !important;\n    background-image: url(\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/11\/new.png\");\n    background-size: contain; \/* or 'cover' *\/\n    background-repeat: no-repeat;\n    background-position: center;\n}\n.elementor-13284 .elementor-element.elementor-element-e1fe8a9 {\n    display: flex;\n    gap: 10px;\n    align-items: center;\n}\/* End custom CSS *\/\n\/* Start custom CSS for shortcode, class: .elementor-element-d35e854 *\/.elementor-13284 .elementor-element.elementor-element-d35e854 * {\n    color: white!important;\n    font-size: 17px!important;\n    text-transform: none!important;\n    font-family: Lato!important;\n    font-weight: 300!important\n    \n}\n.elementor-13284 .elementor-element.elementor-element-d35e854::before {\n    content: \"\";\n    display: block;\n    width: 24px !important;\n    height: 24px !important;\n    background-image: url(\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/09\/white-plot-size.png\");\n    background-size: contain; \/* or 'cover' *\/\n    background-repeat: no-repeat;\n    background-position: center;\n}\n.elementor-13284 .elementor-element.elementor-element-d35e854 {\n    display: flex;\n    gap: 10px;\n    align-items: center;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-93e9ec5 *\/.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 text-editor, class: .elementor-element-3e73607 *\/.elementor-13284 .elementor-element.elementor-element-3e73607 .property-tag {\n    padding: 5px 10px!important;\n    margin-right: 10px!important;\n    background-color: rgba(255,255,255,0.8)!important;\n}\/* End custom CSS *\/\n\/* Start custom CSS for frymo-wishlist-item, class: .elementor-element-4a0c441 *\/.elementor-13284 .elementor-element.elementor-element-4a0c441 {\n    margin-left: auto!important;\n}\n.elementor-13284 .elementor-element.elementor-element-4a0c441 .elementor-button-wrapper {\n    background-color: #00184280!important;\n}\n.elementor-13284 .elementor-element.elementor-element-4a0c441 .frymo-favorite {\n    background-color: transparent!important;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-8162edc *\/.elementor-13284 .elementor-element.elementor-element-8162edc:hover .negative-margin-zero-hover {\n    bottom: 10px;\n    transition: 0.5s\n}\n.elementor-13284 .elementor-element.elementor-element-8162edc .negative-margin-zero-hover {\n    transition: 0.5s\n}\n.elementor-13284 .elementor-element.elementor-element-8162edc::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-13284 .elementor-element.elementor-element-8162edc:hover::after {\n  opacity: 1;\n  transition: 0.5s\n}\n\n.elementor-13284 .elementor-element.elementor-element-8162edc img {\n    aspect-ratio: 16 \/ 9;\n    object-fit: cover;\n}\n\n@media (max-width:1200px) {\n    .elementor-13284 .elementor-element.elementor-element-8162edc .negative-margin-zero-hover {\n        bottom:0!important;\n}\n}\n.elementor-13284 .elementor-element.elementor-element-8162edc {\n    aspect-ratio: 16 \/ 9;\n}\/* End custom CSS *\/<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"13284\" class=\"elementor elementor-13284 e-loop-item e-loop-item-38496 post-38496 immobilie type-immobilie status-publish has-post-thumbnail hentry immobilie_type-haus immobilie_type-villa immobilie_status-verfuegbar immobilie_country-portugal immobilie_region-faro immobilie_location-boliqueime immobilie_marketing_type-kauf immobilie_use_type-wohnen immobilie_features-balkone immobilie_features-gartennutzung immobilie_features-kamin immobilie_features-swimmingpool immobilie_features-unterkellert immobilie_language-en-gb immobilie_custom_badges-for-sale immobilie_agent-giselle-pisabarro udft_price_band-4m-5m udft_bed_band-more udft_website_location-central-algarve udft_Style_Type_Property-family-villas udft_Location_Web_New-central-algarve udft_Location_Web_New-loule udft_qp_property_type-villa style_type-family-villas entry has-media\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-8162edc e-flex e-con-boxed e-con e-parent\" data-id=\"8162edc\" data-element_type=\"container\" data-e-type=\"container\" href=\"https:\/\/quintaproperty.com\/fr\/immobilie\/domaine-rural-exceptionnel-en-boliqueime\/\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-93e9ec5 e-con-full negative-margin-zero-hover e-flex e-con e-child\" data-id=\"93e9ec5\" 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-832708f e-con-full remove-the-article-if-its-empty e-flex e-con e-child\" data-id=\"832708f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-235902e price-single-tile elementor-widget elementor-widget-text-editor\" data-id=\"235902e\" 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 4,495,000\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5ae093b elementor-widget elementor-widget-frymo-title\" data-id=\"5ae093b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"frymo-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"frymo-widget-header\"><\/div><h2 class=\"frymo-title\">Exceptional Countryside Estate in Boliqueime<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ecbf45e e-con-full e-flex e-con e-child\" data-id=\"ecbf45e\" data-element_type=\"container\" data-e-type=\"container\" id=\"propertyStats\">\n\t\t\t\t<div class=\"elementor-element elementor-element-51c3c3f elementor-icon-list--layout-inline elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"51c3c3f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">6<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e1fe8a9 elementor-widget elementor-widget-shortcode\" data-id=\"e1fe8a9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">791 m\u00b2<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d35e854 elementor-widget elementor-widget-shortcode\" data-id=\"d35e854\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">3,862 m\u00b2<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9ded62f elementor-widget elementor-widget-image\" data-id=\"9ded62f\" 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=\"1620\" height=\"1080\" src=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/06\/256A2958.jpg\" class=\"attachment-full size-full wp-image-38497\" alt=\"Luxury villa with white walls, terracotta roof, and arches overlooking a curved pool and landscaped tropical garden under a blue sky.\" srcset=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/06\/256A2958.jpg 1620w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/06\/256A2958-300x200.jpg 300w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/06\/256A2958-1024x683.jpg 1024w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/06\/256A2958-768x512.jpg 768w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/06\/256A2958-18x12.jpg 18w\" sizes=\"(max-width: 1620px) 100vw, 1620px\" \/>\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-340cce6 e-con-full e-flex e-con e-child\" data-id=\"340cce6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3e73607 elementor-widget elementor-widget-text-editor\" data-id=\"3e73607\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<span class=\"property-tags\"><span class=\"property-tag\">New Listing<\/span><\/span>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4a0c441 elementor-widget elementor-widget-frymo-wishlist-item\" data-id=\"4a0c441\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"frymo-wishlist-item.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\"><div class=\"elementor-button elementor-button-link frymo-favorite\" data-post-id=\"38496\" >        <span class=\"elementor-button-content-wrapper\">\n        <span class=\"elementor-button-icon elementor-align-icon-left\">\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"star-filled\" viewBox=\"0 0 48 48\">\n            <g class=\"nc-icon-wrapper\">\n                <path d=\"M24,44a1,1,0,0,1-.73-.316L6.246,25.5A11.493,11.493,0,1,1,24,11.039,11.493,11.493,0,1,1,41.74,25.514L24.73,43.684A1,1,0,0,1,24,44Z\"><\/path>\n            <\/g>\n        <\/svg>\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"star-outline\" viewBox=\"0 0 48 48\">\n            <g stroke-linecap=\"square\" stroke-width=\"2\" fill=\"none\" stroke=\"currentColor\"\n               stroke-linejoin=\"miter\" class=\"nc-icon-wrapper\" stroke-miterlimit=\"10\">\n                <path d=\"M41.108,24.778,24,42.556,6.892,24.778A10.529,10.529,0,1,1,24,12.928a10.529,10.529,0,1,1,17.108,11.85Z\"><\/path>\n            <\/g>\n        <\/svg>\n        <\/span>\n\t\t<span class=\"elementor-button-text \"><\/span><span class=\"elementor-button-text frymo-favorite-remove\"><\/span><\/span><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<\/article><article class=\"frymo-listing-item post-id-38366\"><style>.elementor-13284 .elementor-element.elementor-element-8162edc{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:0;}.elementor-13284 .elementor-element.elementor-element-93e9ec5{--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:-38px;--z-index:1;}body:not(.rtl) .elementor-13284 .elementor-element.elementor-element-93e9ec5{left:0px;}body.rtl .elementor-13284 .elementor-element.elementor-element-93e9ec5{right:0px;}.elementor-13284 .elementor-element.elementor-element-832708f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13284 .elementor-element.elementor-element-235902e{column-gap:0px;font-family:\"Montserrat\", Sans-serif;font-size:36px;line-height:26px;color:var( --e-global-color-accent );margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;z-index:1;}.elementor-13284 .elementor-element.elementor-element-235902e p{margin-block-end:0px;}.elementor-13284 .elementor-element.elementor-element-5ae093b .frymo-title{color:#FFFFFF;font-family:\"Lato\", Sans-serif;font-size:20px;font-weight:300;}.elementor-13284 .elementor-element.elementor-element-5ae093b{z-index:1;}.elementor-13284 .elementor-element.elementor-element-ecbf45e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-icon i{color:#FFFFFF;transition:color 0.3s;}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-icon svg{fill:#FFFFFF;transition:fill 0.3s;}.elementor-13284 .elementor-element.elementor-element-51c3c3f{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-item > .elementor-icon-list-text, .elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-item > a{font-family:\"Lato\", Sans-serif;font-size:18px;font-weight:300;}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-text{color:var( --e-global-color-accent );transition:color 0.3s;}.elementor-13284 .elementor-element.elementor-element-340cce6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--position:absolute;top:0px;--z-index:100;}body:not(.rtl) .elementor-13284 .elementor-element.elementor-element-340cce6{left:0px;}body.rtl .elementor-13284 .elementor-element.elementor-element-340cce6{right:0px;}.elementor-13284 .elementor-element.elementor-element-3e73607{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );text-decoration:var( --e-global-typography-primary-text-decoration );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );padding:0px 0px 0px 0px;}.elementor-13284 .elementor-element.elementor-element-3e73607 a{color:var( --e-global-color-accent );}.elementor-13284 .elementor-element.elementor-element-4a0c441 .elementor-button .elementor-align-icon-right{margin-left:0px;}.elementor-13284 .elementor-element.elementor-element-4a0c441 .elementor-button .elementor-align-icon-left{margin-right:0px;}.elementor-13284 .elementor-element.elementor-element-4a0c441 .elementor-button{padding:0px 0px 0px 4px;}.elementor-13284 .elementor-element.elementor-element-4a0c441{z-index:10000;}@media(min-width:2400px){.elementor-13284 .elementor-element.elementor-element-3e73607{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:1366px){.elementor-13284 .elementor-element.elementor-element-3e73607{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:1024px){.elementor-13284 .elementor-element.elementor-element-3e73607{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:880px){.elementor-13284 .elementor-element.elementor-element-235902e{font-size:26px;}.elementor-13284 .elementor-element.elementor-element-5ae093b .frymo-title{font-size:15px;}}@media(max-width:767px){.elementor-13284 .elementor-element.elementor-element-235902e{font-size:26px;line-height:22px;}.elementor-13284 .elementor-element.elementor-element-5ae093b .frymo-title{font-size:13px;}.elementor-13284 .elementor-element.elementor-element-3e73607{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}\/* Start custom CSS for frymo-title, class: .elementor-element-5ae093b *\/.elementor-13284 .elementor-element.elementor-element-5ae093b, .elementor-13284 .elementor-element.elementor-element-5ae093b * {\n    margin: 0!important;\n}\n.elementor-13284 .elementor-element.elementor-element-5ae093b * {\n    text-transform:none!important\n}\/* End custom CSS *\/\n\/* Start custom CSS for icon-list, class: .elementor-element-51c3c3f *\/.elementor-13284 .elementor-element.elementor-element-51c3c3f::before {\n    content: \"\";\n    display: block;\n    width: 24px !important;\n    height: 24px !important;\n    background-image: url(\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/09\/bedrooms-white.png\");\n    background-size: contain; \/* or 'cover' *\/\n    background-repeat: no-repeat;\n    background-position: center;\n}\n.elementor-13284 .elementor-element.elementor-element-51c3c3f {\n    display: flex;\n    gap: 10px;\n    align-items: center!important;\n}\n.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-text {\n    margin-top: -4px\n}\/* End custom CSS *\/\n\/* Start custom CSS for shortcode, class: .elementor-element-e1fe8a9 *\/.elementor-13284 .elementor-element.elementor-element-e1fe8a9 * {\n    color: white!important;\n    font-size: 17px;\n    text-transform: none;\n    font-family: Lato;\n    font-weight: 300\n    \n}\n.elementor-13284 .elementor-element.elementor-element-e1fe8a9::before {\n    content: \"\";\n    display: block;\n    width: 24px !important;\n    height: 24px !important;\n    background-image: url(\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/11\/new.png\");\n    background-size: contain; \/* or 'cover' *\/\n    background-repeat: no-repeat;\n    background-position: center;\n}\n.elementor-13284 .elementor-element.elementor-element-e1fe8a9 {\n    display: flex;\n    gap: 10px;\n    align-items: center;\n}\/* End custom CSS *\/\n\/* Start custom CSS for shortcode, class: .elementor-element-d35e854 *\/.elementor-13284 .elementor-element.elementor-element-d35e854 * {\n    color: white!important;\n    font-size: 17px!important;\n    text-transform: none!important;\n    font-family: Lato!important;\n    font-weight: 300!important\n    \n}\n.elementor-13284 .elementor-element.elementor-element-d35e854::before {\n    content: \"\";\n    display: block;\n    width: 24px !important;\n    height: 24px !important;\n    background-image: url(\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/09\/white-plot-size.png\");\n    background-size: contain; \/* or 'cover' *\/\n    background-repeat: no-repeat;\n    background-position: center;\n}\n.elementor-13284 .elementor-element.elementor-element-d35e854 {\n    display: flex;\n    gap: 10px;\n    align-items: center;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-93e9ec5 *\/.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 text-editor, class: .elementor-element-3e73607 *\/.elementor-13284 .elementor-element.elementor-element-3e73607 .property-tag {\n    padding: 5px 10px!important;\n    margin-right: 10px!important;\n    background-color: rgba(255,255,255,0.8)!important;\n}\/* End custom CSS *\/\n\/* Start custom CSS for frymo-wishlist-item, class: .elementor-element-4a0c441 *\/.elementor-13284 .elementor-element.elementor-element-4a0c441 {\n    margin-left: auto!important;\n}\n.elementor-13284 .elementor-element.elementor-element-4a0c441 .elementor-button-wrapper {\n    background-color: #00184280!important;\n}\n.elementor-13284 .elementor-element.elementor-element-4a0c441 .frymo-favorite {\n    background-color: transparent!important;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-8162edc *\/.elementor-13284 .elementor-element.elementor-element-8162edc:hover .negative-margin-zero-hover {\n    bottom: 10px;\n    transition: 0.5s\n}\n.elementor-13284 .elementor-element.elementor-element-8162edc .negative-margin-zero-hover {\n    transition: 0.5s\n}\n.elementor-13284 .elementor-element.elementor-element-8162edc::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-13284 .elementor-element.elementor-element-8162edc:hover::after {\n  opacity: 1;\n  transition: 0.5s\n}\n\n.elementor-13284 .elementor-element.elementor-element-8162edc img {\n    aspect-ratio: 16 \/ 9;\n    object-fit: cover;\n}\n\n@media (max-width:1200px) {\n    .elementor-13284 .elementor-element.elementor-element-8162edc .negative-margin-zero-hover {\n        bottom:0!important;\n}\n}\n.elementor-13284 .elementor-element.elementor-element-8162edc {\n    aspect-ratio: 16 \/ 9;\n}\/* End custom CSS *\/<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"13284\" class=\"elementor elementor-13284 e-loop-item e-loop-item-38366 post-38366 immobilie type-immobilie status-publish has-post-thumbnail hentry immobilie_type-haus immobilie_type-villa immobilie_status-verfuegbar immobilie_country-portugal immobilie_region-faro immobilie_location-boliqueime immobilie_marketing_type-kauf immobilie_use_type-wohnen immobilie_features-balkone immobilie_language-en-gb immobilie_custom_badges-for-sale immobilie_agent-giselle-pisabarro udft_price_band-2m-3m udft_bed_band-4-bed udft_website_location-central-algarve udft_Style_Type_Property-family-villas udft_Location_Web_New-central-algarve udft_Location_Web_New-loule udft_qp_property_type-villa style_type-family-villas entry has-media\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-8162edc e-flex e-con-boxed e-con e-parent\" data-id=\"8162edc\" data-element_type=\"container\" data-e-type=\"container\" href=\"https:\/\/quintaproperty.com\/fr\/immobilie\/villa-moderne-a-boliqueime-algarve\/\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-93e9ec5 e-con-full negative-margin-zero-hover e-flex e-con e-child\" data-id=\"93e9ec5\" 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-832708f e-con-full remove-the-article-if-its-empty e-flex e-con e-child\" data-id=\"832708f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-235902e price-single-tile elementor-widget elementor-widget-text-editor\" data-id=\"235902e\" 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 2,550,000\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5ae093b elementor-widget elementor-widget-frymo-title\" data-id=\"5ae093b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"frymo-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"frymo-widget-header\"><\/div><h2 class=\"frymo-title\">Modern Villa in Boliqueime, Algarve<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ecbf45e e-con-full e-flex e-con e-child\" data-id=\"ecbf45e\" data-element_type=\"container\" data-e-type=\"container\" id=\"propertyStats\">\n\t\t\t\t<div class=\"elementor-element elementor-element-51c3c3f elementor-icon-list--layout-inline elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"51c3c3f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">4<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e1fe8a9 elementor-widget elementor-widget-shortcode\" data-id=\"e1fe8a9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">320 m\u00b2<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d35e854 elementor-widget elementor-widget-shortcode\" data-id=\"d35e854\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">2,382 m\u00b2<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9ded62f elementor-widget elementor-widget-image\" data-id=\"9ded62f\" 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=\"1620\" height=\"1080\" src=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/05\/Modern-3-Bedroom-Villa-in-Boliqueime37Web.jpg\" class=\"attachment-full size-full wp-image-38367\" alt=\"Modern 3-Bedroom Villa in Boliqueime37Web\" srcset=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/05\/Modern-3-Bedroom-Villa-in-Boliqueime37Web.jpg 1620w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/05\/Modern-3-Bedroom-Villa-in-Boliqueime37Web-300x200.jpg 300w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/05\/Modern-3-Bedroom-Villa-in-Boliqueime37Web-1024x683.jpg 1024w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/05\/Modern-3-Bedroom-Villa-in-Boliqueime37Web-768x512.jpg 768w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/05\/Modern-3-Bedroom-Villa-in-Boliqueime37Web-18x12.jpg 18w\" sizes=\"(max-width: 1620px) 100vw, 1620px\" \/>\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-340cce6 e-con-full e-flex e-con e-child\" data-id=\"340cce6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3e73607 elementor-widget elementor-widget-text-editor\" data-id=\"3e73607\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<span class=\"property-tags\"><span class=\"property-tag\">New Listing<\/span><\/span>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4a0c441 elementor-widget elementor-widget-frymo-wishlist-item\" data-id=\"4a0c441\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"frymo-wishlist-item.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\"><div class=\"elementor-button elementor-button-link frymo-favorite\" data-post-id=\"38366\" >        <span class=\"elementor-button-content-wrapper\">\n        <span class=\"elementor-button-icon elementor-align-icon-left\">\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"star-filled\" viewBox=\"0 0 48 48\">\n            <g class=\"nc-icon-wrapper\">\n                <path d=\"M24,44a1,1,0,0,1-.73-.316L6.246,25.5A11.493,11.493,0,1,1,24,11.039,11.493,11.493,0,1,1,41.74,25.514L24.73,43.684A1,1,0,0,1,24,44Z\"><\/path>\n            <\/g>\n        <\/svg>\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"star-outline\" viewBox=\"0 0 48 48\">\n            <g stroke-linecap=\"square\" stroke-width=\"2\" fill=\"none\" stroke=\"currentColor\"\n               stroke-linejoin=\"miter\" class=\"nc-icon-wrapper\" stroke-miterlimit=\"10\">\n                <path d=\"M41.108,24.778,24,42.556,6.892,24.778A10.529,10.529,0,1,1,24,12.928a10.529,10.529,0,1,1,17.108,11.85Z\"><\/path>\n            <\/g>\n        <\/svg>\n        <\/span>\n\t\t<span class=\"elementor-button-text \"><\/span><span class=\"elementor-button-text frymo-favorite-remove\"><\/span><\/span><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<\/article><article class=\"frymo-listing-item post-id-38351\"><style>.elementor-13284 .elementor-element.elementor-element-8162edc{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:0;}.elementor-13284 .elementor-element.elementor-element-93e9ec5{--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:-38px;--z-index:1;}body:not(.rtl) .elementor-13284 .elementor-element.elementor-element-93e9ec5{left:0px;}body.rtl .elementor-13284 .elementor-element.elementor-element-93e9ec5{right:0px;}.elementor-13284 .elementor-element.elementor-element-832708f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13284 .elementor-element.elementor-element-235902e{column-gap:0px;font-family:\"Montserrat\", Sans-serif;font-size:36px;line-height:26px;color:var( --e-global-color-accent );margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;z-index:1;}.elementor-13284 .elementor-element.elementor-element-235902e p{margin-block-end:0px;}.elementor-13284 .elementor-element.elementor-element-5ae093b .frymo-title{color:#FFFFFF;font-family:\"Lato\", Sans-serif;font-size:20px;font-weight:300;}.elementor-13284 .elementor-element.elementor-element-5ae093b{z-index:1;}.elementor-13284 .elementor-element.elementor-element-ecbf45e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-icon i{color:#FFFFFF;transition:color 0.3s;}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-icon svg{fill:#FFFFFF;transition:fill 0.3s;}.elementor-13284 .elementor-element.elementor-element-51c3c3f{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-item > .elementor-icon-list-text, .elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-item > a{font-family:\"Lato\", Sans-serif;font-size:18px;font-weight:300;}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-text{color:var( --e-global-color-accent );transition:color 0.3s;}.elementor-13284 .elementor-element.elementor-element-340cce6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--position:absolute;top:0px;--z-index:100;}body:not(.rtl) .elementor-13284 .elementor-element.elementor-element-340cce6{left:0px;}body.rtl .elementor-13284 .elementor-element.elementor-element-340cce6{right:0px;}.elementor-13284 .elementor-element.elementor-element-3e73607{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );text-decoration:var( --e-global-typography-primary-text-decoration );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );padding:0px 0px 0px 0px;}.elementor-13284 .elementor-element.elementor-element-3e73607 a{color:var( --e-global-color-accent );}.elementor-13284 .elementor-element.elementor-element-4a0c441 .elementor-button .elementor-align-icon-right{margin-left:0px;}.elementor-13284 .elementor-element.elementor-element-4a0c441 .elementor-button .elementor-align-icon-left{margin-right:0px;}.elementor-13284 .elementor-element.elementor-element-4a0c441 .elementor-button{padding:0px 0px 0px 4px;}.elementor-13284 .elementor-element.elementor-element-4a0c441{z-index:10000;}@media(min-width:2400px){.elementor-13284 .elementor-element.elementor-element-3e73607{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:1366px){.elementor-13284 .elementor-element.elementor-element-3e73607{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:1024px){.elementor-13284 .elementor-element.elementor-element-3e73607{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:880px){.elementor-13284 .elementor-element.elementor-element-235902e{font-size:26px;}.elementor-13284 .elementor-element.elementor-element-5ae093b .frymo-title{font-size:15px;}}@media(max-width:767px){.elementor-13284 .elementor-element.elementor-element-235902e{font-size:26px;line-height:22px;}.elementor-13284 .elementor-element.elementor-element-5ae093b .frymo-title{font-size:13px;}.elementor-13284 .elementor-element.elementor-element-3e73607{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}\/* Start custom CSS for frymo-title, class: .elementor-element-5ae093b *\/.elementor-13284 .elementor-element.elementor-element-5ae093b, .elementor-13284 .elementor-element.elementor-element-5ae093b * {\n    margin: 0!important;\n}\n.elementor-13284 .elementor-element.elementor-element-5ae093b * {\n    text-transform:none!important\n}\/* End custom CSS *\/\n\/* Start custom CSS for icon-list, class: .elementor-element-51c3c3f *\/.elementor-13284 .elementor-element.elementor-element-51c3c3f::before {\n    content: \"\";\n    display: block;\n    width: 24px !important;\n    height: 24px !important;\n    background-image: url(\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/09\/bedrooms-white.png\");\n    background-size: contain; \/* or 'cover' *\/\n    background-repeat: no-repeat;\n    background-position: center;\n}\n.elementor-13284 .elementor-element.elementor-element-51c3c3f {\n    display: flex;\n    gap: 10px;\n    align-items: center!important;\n}\n.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-text {\n    margin-top: -4px\n}\/* End custom CSS *\/\n\/* Start custom CSS for shortcode, class: .elementor-element-e1fe8a9 *\/.elementor-13284 .elementor-element.elementor-element-e1fe8a9 * {\n    color: white!important;\n    font-size: 17px;\n    text-transform: none;\n    font-family: Lato;\n    font-weight: 300\n    \n}\n.elementor-13284 .elementor-element.elementor-element-e1fe8a9::before {\n    content: \"\";\n    display: block;\n    width: 24px !important;\n    height: 24px !important;\n    background-image: url(\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/11\/new.png\");\n    background-size: contain; \/* or 'cover' *\/\n    background-repeat: no-repeat;\n    background-position: center;\n}\n.elementor-13284 .elementor-element.elementor-element-e1fe8a9 {\n    display: flex;\n    gap: 10px;\n    align-items: center;\n}\/* End custom CSS *\/\n\/* Start custom CSS for shortcode, class: .elementor-element-d35e854 *\/.elementor-13284 .elementor-element.elementor-element-d35e854 * {\n    color: white!important;\n    font-size: 17px!important;\n    text-transform: none!important;\n    font-family: Lato!important;\n    font-weight: 300!important\n    \n}\n.elementor-13284 .elementor-element.elementor-element-d35e854::before {\n    content: \"\";\n    display: block;\n    width: 24px !important;\n    height: 24px !important;\n    background-image: url(\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/09\/white-plot-size.png\");\n    background-size: contain; \/* or 'cover' *\/\n    background-repeat: no-repeat;\n    background-position: center;\n}\n.elementor-13284 .elementor-element.elementor-element-d35e854 {\n    display: flex;\n    gap: 10px;\n    align-items: center;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-93e9ec5 *\/.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 text-editor, class: .elementor-element-3e73607 *\/.elementor-13284 .elementor-element.elementor-element-3e73607 .property-tag {\n    padding: 5px 10px!important;\n    margin-right: 10px!important;\n    background-color: rgba(255,255,255,0.8)!important;\n}\/* End custom CSS *\/\n\/* Start custom CSS for frymo-wishlist-item, class: .elementor-element-4a0c441 *\/.elementor-13284 .elementor-element.elementor-element-4a0c441 {\n    margin-left: auto!important;\n}\n.elementor-13284 .elementor-element.elementor-element-4a0c441 .elementor-button-wrapper {\n    background-color: #00184280!important;\n}\n.elementor-13284 .elementor-element.elementor-element-4a0c441 .frymo-favorite {\n    background-color: transparent!important;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-8162edc *\/.elementor-13284 .elementor-element.elementor-element-8162edc:hover .negative-margin-zero-hover {\n    bottom: 10px;\n    transition: 0.5s\n}\n.elementor-13284 .elementor-element.elementor-element-8162edc .negative-margin-zero-hover {\n    transition: 0.5s\n}\n.elementor-13284 .elementor-element.elementor-element-8162edc::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-13284 .elementor-element.elementor-element-8162edc:hover::after {\n  opacity: 1;\n  transition: 0.5s\n}\n\n.elementor-13284 .elementor-element.elementor-element-8162edc img {\n    aspect-ratio: 16 \/ 9;\n    object-fit: cover;\n}\n\n@media (max-width:1200px) {\n    .elementor-13284 .elementor-element.elementor-element-8162edc .negative-margin-zero-hover {\n        bottom:0!important;\n}\n}\n.elementor-13284 .elementor-element.elementor-element-8162edc {\n    aspect-ratio: 16 \/ 9;\n}\/* End custom CSS *\/<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"13284\" class=\"elementor elementor-13284 e-loop-item e-loop-item-38351 post-38351 immobilie type-immobilie status-publish has-post-thumbnail hentry immobilie_type-etage immobilie_type-wohnung immobilie_status-verfuegbar immobilie_country-portugal immobilie_region-faro immobilie_location-albufeira immobilie_marketing_type-kauf immobilie_use_type-wohnen immobilie_features-balkone immobilie_features-fahrstuhl immobilie_language-en-gb immobilie_custom_badges-for-sale immobilie_agent-giselle-pisabarro udft_price_band-0-1m udft_bed_band-2-bed udft_website_location-central-algarve udft_Style_Type_Property-coastal udft_Style_Type_Property-great-investments udft_Style_Type_Property-lock-up-and-leave udft_Location_Web_New-central-algarve udft_qp_property_type-apartment style_type-coastal-great-investments-lock-up-and-leave entry has-media\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-8162edc e-flex e-con-boxed e-con e-parent\" data-id=\"8162edc\" data-element_type=\"container\" data-e-type=\"container\" href=\"https:\/\/quintaproperty.com\/fr\/immobilie\/appartement-elegant-avec-vue-sur-la-mer-5-etoiles\/\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-93e9ec5 e-con-full negative-margin-zero-hover e-flex e-con e-child\" data-id=\"93e9ec5\" 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-832708f e-con-full remove-the-article-if-its-empty e-flex e-con e-child\" data-id=\"832708f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-235902e price-single-tile elementor-widget elementor-widget-text-editor\" data-id=\"235902e\" 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 995,000\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5ae093b elementor-widget elementor-widget-frymo-title\" data-id=\"5ae093b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"frymo-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"frymo-widget-header\"><\/div><h2 class=\"frymo-title\">Stylish Apartment with Sea Views &amp; 5-Star Amenities<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ecbf45e e-con-full e-flex e-con e-child\" data-id=\"ecbf45e\" data-element_type=\"container\" data-e-type=\"container\" id=\"propertyStats\">\n\t\t\t\t<div class=\"elementor-element elementor-element-51c3c3f elementor-icon-list--layout-inline elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"51c3c3f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">2<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e1fe8a9 elementor-widget elementor-widget-shortcode\" data-id=\"e1fe8a9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">135 m\u00b2<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d35e854 elementor-widget elementor-widget-shortcode\" data-id=\"d35e854\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">135 m\u00b2<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9ded62f elementor-widget elementor-widget-image\" data-id=\"9ded62f\" 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=\"1620\" height=\"1080\" src=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/05\/Views_2.jpg\" class=\"attachment-full size-full wp-image-38352\" alt=\"Stylish Apartment with Sea Views &amp; 5-Star Amenities - QP Savills\" srcset=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/05\/Views_2.jpg 1620w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/05\/Views_2-300x200.jpg 300w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/05\/Views_2-1024x683.jpg 1024w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/05\/Views_2-768x512.jpg 768w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/05\/Views_2-18x12.jpg 18w\" sizes=\"(max-width: 1620px) 100vw, 1620px\" \/>\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-340cce6 e-con-full e-flex e-con e-child\" data-id=\"340cce6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3e73607 elementor-widget elementor-widget-text-editor\" data-id=\"3e73607\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<span class=\"property-tags\"><span class=\"property-tag\">New Listing<\/span><\/span>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4a0c441 elementor-widget elementor-widget-frymo-wishlist-item\" data-id=\"4a0c441\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"frymo-wishlist-item.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\"><div class=\"elementor-button elementor-button-link frymo-favorite\" data-post-id=\"38351\" >        <span class=\"elementor-button-content-wrapper\">\n        <span class=\"elementor-button-icon elementor-align-icon-left\">\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"star-filled\" viewBox=\"0 0 48 48\">\n            <g class=\"nc-icon-wrapper\">\n                <path d=\"M24,44a1,1,0,0,1-.73-.316L6.246,25.5A11.493,11.493,0,1,1,24,11.039,11.493,11.493,0,1,1,41.74,25.514L24.73,43.684A1,1,0,0,1,24,44Z\"><\/path>\n            <\/g>\n        <\/svg>\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"star-outline\" viewBox=\"0 0 48 48\">\n            <g stroke-linecap=\"square\" stroke-width=\"2\" fill=\"none\" stroke=\"currentColor\"\n               stroke-linejoin=\"miter\" class=\"nc-icon-wrapper\" stroke-miterlimit=\"10\">\n                <path d=\"M41.108,24.778,24,42.556,6.892,24.778A10.529,10.529,0,1,1,24,12.928a10.529,10.529,0,1,1,17.108,11.85Z\"><\/path>\n            <\/g>\n        <\/svg>\n        <\/span>\n\t\t<span class=\"elementor-button-text \"><\/span><span class=\"elementor-button-text frymo-favorite-remove\"><\/span><\/span><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<\/article><article class=\"frymo-listing-item post-id-38257\"><style>.elementor-13284 .elementor-element.elementor-element-8162edc{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:0;}.elementor-13284 .elementor-element.elementor-element-93e9ec5{--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:-38px;--z-index:1;}body:not(.rtl) .elementor-13284 .elementor-element.elementor-element-93e9ec5{left:0px;}body.rtl .elementor-13284 .elementor-element.elementor-element-93e9ec5{right:0px;}.elementor-13284 .elementor-element.elementor-element-832708f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13284 .elementor-element.elementor-element-235902e{column-gap:0px;font-family:\"Montserrat\", Sans-serif;font-size:36px;line-height:26px;color:var( --e-global-color-accent );margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;z-index:1;}.elementor-13284 .elementor-element.elementor-element-235902e p{margin-block-end:0px;}.elementor-13284 .elementor-element.elementor-element-5ae093b .frymo-title{color:#FFFFFF;font-family:\"Lato\", Sans-serif;font-size:20px;font-weight:300;}.elementor-13284 .elementor-element.elementor-element-5ae093b{z-index:1;}.elementor-13284 .elementor-element.elementor-element-ecbf45e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-icon i{color:#FFFFFF;transition:color 0.3s;}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-icon svg{fill:#FFFFFF;transition:fill 0.3s;}.elementor-13284 .elementor-element.elementor-element-51c3c3f{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-item > .elementor-icon-list-text, .elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-item > a{font-family:\"Lato\", Sans-serif;font-size:18px;font-weight:300;}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-text{color:var( --e-global-color-accent );transition:color 0.3s;}.elementor-13284 .elementor-element.elementor-element-340cce6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--position:absolute;top:0px;--z-index:100;}body:not(.rtl) .elementor-13284 .elementor-element.elementor-element-340cce6{left:0px;}body.rtl .elementor-13284 .elementor-element.elementor-element-340cce6{right:0px;}.elementor-13284 .elementor-element.elementor-element-3e73607{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );text-decoration:var( --e-global-typography-primary-text-decoration );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );padding:0px 0px 0px 0px;}.elementor-13284 .elementor-element.elementor-element-3e73607 a{color:var( --e-global-color-accent );}.elementor-13284 .elementor-element.elementor-element-4a0c441 .elementor-button .elementor-align-icon-right{margin-left:0px;}.elementor-13284 .elementor-element.elementor-element-4a0c441 .elementor-button .elementor-align-icon-left{margin-right:0px;}.elementor-13284 .elementor-element.elementor-element-4a0c441 .elementor-button{padding:0px 0px 0px 4px;}.elementor-13284 .elementor-element.elementor-element-4a0c441{z-index:10000;}@media(min-width:2400px){.elementor-13284 .elementor-element.elementor-element-3e73607{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:1366px){.elementor-13284 .elementor-element.elementor-element-3e73607{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:1024px){.elementor-13284 .elementor-element.elementor-element-3e73607{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:880px){.elementor-13284 .elementor-element.elementor-element-235902e{font-size:26px;}.elementor-13284 .elementor-element.elementor-element-5ae093b .frymo-title{font-size:15px;}}@media(max-width:767px){.elementor-13284 .elementor-element.elementor-element-235902e{font-size:26px;line-height:22px;}.elementor-13284 .elementor-element.elementor-element-5ae093b .frymo-title{font-size:13px;}.elementor-13284 .elementor-element.elementor-element-3e73607{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}\/* Start custom CSS for frymo-title, class: .elementor-element-5ae093b *\/.elementor-13284 .elementor-element.elementor-element-5ae093b, .elementor-13284 .elementor-element.elementor-element-5ae093b * {\n    margin: 0!important;\n}\n.elementor-13284 .elementor-element.elementor-element-5ae093b * {\n    text-transform:none!important\n}\/* End custom CSS *\/\n\/* Start custom CSS for icon-list, class: .elementor-element-51c3c3f *\/.elementor-13284 .elementor-element.elementor-element-51c3c3f::before {\n    content: \"\";\n    display: block;\n    width: 24px !important;\n    height: 24px !important;\n    background-image: url(\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/09\/bedrooms-white.png\");\n    background-size: contain; \/* or 'cover' *\/\n    background-repeat: no-repeat;\n    background-position: center;\n}\n.elementor-13284 .elementor-element.elementor-element-51c3c3f {\n    display: flex;\n    gap: 10px;\n    align-items: center!important;\n}\n.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-text {\n    margin-top: -4px\n}\/* End custom CSS *\/\n\/* Start custom CSS for shortcode, class: .elementor-element-e1fe8a9 *\/.elementor-13284 .elementor-element.elementor-element-e1fe8a9 * {\n    color: white!important;\n    font-size: 17px;\n    text-transform: none;\n    font-family: Lato;\n    font-weight: 300\n    \n}\n.elementor-13284 .elementor-element.elementor-element-e1fe8a9::before {\n    content: \"\";\n    display: block;\n    width: 24px !important;\n    height: 24px !important;\n    background-image: url(\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/11\/new.png\");\n    background-size: contain; \/* or 'cover' *\/\n    background-repeat: no-repeat;\n    background-position: center;\n}\n.elementor-13284 .elementor-element.elementor-element-e1fe8a9 {\n    display: flex;\n    gap: 10px;\n    align-items: center;\n}\/* End custom CSS *\/\n\/* Start custom CSS for shortcode, class: .elementor-element-d35e854 *\/.elementor-13284 .elementor-element.elementor-element-d35e854 * {\n    color: white!important;\n    font-size: 17px!important;\n    text-transform: none!important;\n    font-family: Lato!important;\n    font-weight: 300!important\n    \n}\n.elementor-13284 .elementor-element.elementor-element-d35e854::before {\n    content: \"\";\n    display: block;\n    width: 24px !important;\n    height: 24px !important;\n    background-image: url(\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/09\/white-plot-size.png\");\n    background-size: contain; \/* or 'cover' *\/\n    background-repeat: no-repeat;\n    background-position: center;\n}\n.elementor-13284 .elementor-element.elementor-element-d35e854 {\n    display: flex;\n    gap: 10px;\n    align-items: center;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-93e9ec5 *\/.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 text-editor, class: .elementor-element-3e73607 *\/.elementor-13284 .elementor-element.elementor-element-3e73607 .property-tag {\n    padding: 5px 10px!important;\n    margin-right: 10px!important;\n    background-color: rgba(255,255,255,0.8)!important;\n}\/* End custom CSS *\/\n\/* Start custom CSS for frymo-wishlist-item, class: .elementor-element-4a0c441 *\/.elementor-13284 .elementor-element.elementor-element-4a0c441 {\n    margin-left: auto!important;\n}\n.elementor-13284 .elementor-element.elementor-element-4a0c441 .elementor-button-wrapper {\n    background-color: #00184280!important;\n}\n.elementor-13284 .elementor-element.elementor-element-4a0c441 .frymo-favorite {\n    background-color: transparent!important;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-8162edc *\/.elementor-13284 .elementor-element.elementor-element-8162edc:hover .negative-margin-zero-hover {\n    bottom: 10px;\n    transition: 0.5s\n}\n.elementor-13284 .elementor-element.elementor-element-8162edc .negative-margin-zero-hover {\n    transition: 0.5s\n}\n.elementor-13284 .elementor-element.elementor-element-8162edc::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-13284 .elementor-element.elementor-element-8162edc:hover::after {\n  opacity: 1;\n  transition: 0.5s\n}\n\n.elementor-13284 .elementor-element.elementor-element-8162edc img {\n    aspect-ratio: 16 \/ 9;\n    object-fit: cover;\n}\n\n@media (max-width:1200px) {\n    .elementor-13284 .elementor-element.elementor-element-8162edc .negative-margin-zero-hover {\n        bottom:0!important;\n}\n}\n.elementor-13284 .elementor-element.elementor-element-8162edc {\n    aspect-ratio: 16 \/ 9;\n}\/* End custom CSS *\/<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"13284\" class=\"elementor elementor-13284 e-loop-item e-loop-item-38257 post-38257 immobilie type-immobilie status-publish has-post-thumbnail hentry immobilie_type-grundstueck immobilie_status-verfuegbar immobilie_country-portugal immobilie_region-faro immobilie_location-loule immobilie_marketing_type-kauf immobilie_use_type-wohnen immobilie_features-balkone immobilie_features-gartennutzung immobilie_features-sauna immobilie_features-swimmingpool immobilie_features-unterkellert immobilie_language-en-gb immobilie_custom_badges-for-sale immobilie_agent-giselle-pisabarro udft_price_band-0-1m udft_bed_band-4-bed udft_website_location-central-algarve udft_Style_Type_Property-great-investments udft_Style_Type_Property-projects-plots udft_Location_Web_New-central-algarve udft_Location_Web_New-loule udft_qp_property_type-building-plot-project style_type-great-investments-projects-plots entry has-media\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-8162edc e-flex e-con-boxed e-con e-parent\" data-id=\"8162edc\" data-element_type=\"container\" data-e-type=\"container\" href=\"https:\/\/quintaproperty.com\/fr\/immobilie\/terrain-exceptionnel-avec-projet-de-villa-dans-les-collines-de-loule\/\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-93e9ec5 e-con-full negative-margin-zero-hover e-flex e-con e-child\" data-id=\"93e9ec5\" 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-832708f e-con-full remove-the-article-if-its-empty e-flex e-con e-child\" data-id=\"832708f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-235902e price-single-tile elementor-widget elementor-widget-text-editor\" data-id=\"235902e\" 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 750,000\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5ae093b elementor-widget elementor-widget-frymo-title\" data-id=\"5ae093b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"frymo-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"frymo-widget-header\"><\/div><h2 class=\"frymo-title\">Exceptional Plot with Villa Project in the Hills of Loul\u00e9<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ecbf45e e-con-full e-flex e-con e-child\" data-id=\"ecbf45e\" data-element_type=\"container\" data-e-type=\"container\" id=\"propertyStats\">\n\t\t\t\t<div class=\"elementor-element elementor-element-51c3c3f elementor-icon-list--layout-inline elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"51c3c3f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">4<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e1fe8a9 elementor-widget elementor-widget-shortcode\" data-id=\"e1fe8a9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">300 m\u00b2<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d35e854 elementor-widget elementor-widget-shortcode\" data-id=\"d35e854\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">4,690 m\u00b2<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9ded62f elementor-widget elementor-widget-image\" data-id=\"9ded62f\" 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=\"1680\" height=\"1080\" src=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/05\/1.png\" class=\"attachment-full size-full wp-image-38258\" alt=\"Exterior View\" srcset=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/05\/1.png 1680w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/05\/1-300x193.png 300w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/05\/1-1024x658.png 1024w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/05\/1-768x494.png 768w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/05\/1-18x12.png 18w\" sizes=\"(max-width: 1680px) 100vw, 1680px\" \/>\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-340cce6 e-con-full e-flex e-con e-child\" data-id=\"340cce6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3e73607 elementor-widget elementor-widget-text-editor\" data-id=\"3e73607\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<span class=\"property-tags\"><span class=\"property-tag\">New Listing<\/span><\/span>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4a0c441 elementor-widget elementor-widget-frymo-wishlist-item\" data-id=\"4a0c441\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"frymo-wishlist-item.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\"><div class=\"elementor-button elementor-button-link frymo-favorite\" data-post-id=\"38257\" >        <span class=\"elementor-button-content-wrapper\">\n        <span class=\"elementor-button-icon elementor-align-icon-left\">\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"star-filled\" viewBox=\"0 0 48 48\">\n            <g class=\"nc-icon-wrapper\">\n                <path d=\"M24,44a1,1,0,0,1-.73-.316L6.246,25.5A11.493,11.493,0,1,1,24,11.039,11.493,11.493,0,1,1,41.74,25.514L24.73,43.684A1,1,0,0,1,24,44Z\"><\/path>\n            <\/g>\n        <\/svg>\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"star-outline\" viewBox=\"0 0 48 48\">\n            <g stroke-linecap=\"square\" stroke-width=\"2\" fill=\"none\" stroke=\"currentColor\"\n               stroke-linejoin=\"miter\" class=\"nc-icon-wrapper\" stroke-miterlimit=\"10\">\n                <path d=\"M41.108,24.778,24,42.556,6.892,24.778A10.529,10.529,0,1,1,24,12.928a10.529,10.529,0,1,1,17.108,11.85Z\"><\/path>\n            <\/g>\n        <\/svg>\n        <\/span>\n\t\t<span class=\"elementor-button-text \"><\/span><span class=\"elementor-button-text frymo-favorite-remove\"><\/span><\/span><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<\/article><article class=\"frymo-listing-item post-id-38211\"><style>.elementor-13284 .elementor-element.elementor-element-8162edc{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:0;}.elementor-13284 .elementor-element.elementor-element-93e9ec5{--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:-38px;--z-index:1;}body:not(.rtl) .elementor-13284 .elementor-element.elementor-element-93e9ec5{left:0px;}body.rtl .elementor-13284 .elementor-element.elementor-element-93e9ec5{right:0px;}.elementor-13284 .elementor-element.elementor-element-832708f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13284 .elementor-element.elementor-element-235902e{column-gap:0px;font-family:\"Montserrat\", Sans-serif;font-size:36px;line-height:26px;color:var( --e-global-color-accent );margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;z-index:1;}.elementor-13284 .elementor-element.elementor-element-235902e p{margin-block-end:0px;}.elementor-13284 .elementor-element.elementor-element-5ae093b .frymo-title{color:#FFFFFF;font-family:\"Lato\", Sans-serif;font-size:20px;font-weight:300;}.elementor-13284 .elementor-element.elementor-element-5ae093b{z-index:1;}.elementor-13284 .elementor-element.elementor-element-ecbf45e{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-30px\/2);}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-icon i{color:#FFFFFF;transition:color 0.3s;}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-icon svg{fill:#FFFFFF;transition:fill 0.3s;}.elementor-13284 .elementor-element.elementor-element-51c3c3f{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-item > .elementor-icon-list-text, .elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-item > a{font-family:\"Lato\", Sans-serif;font-size:18px;font-weight:300;}.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-text{color:var( --e-global-color-accent );transition:color 0.3s;}.elementor-13284 .elementor-element.elementor-element-340cce6{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-start;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--position:absolute;top:0px;--z-index:100;}body:not(.rtl) .elementor-13284 .elementor-element.elementor-element-340cce6{left:0px;}body.rtl .elementor-13284 .elementor-element.elementor-element-340cce6{right:0px;}.elementor-13284 .elementor-element.elementor-element-3e73607{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );text-decoration:var( --e-global-typography-primary-text-decoration );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );padding:0px 0px 0px 0px;}.elementor-13284 .elementor-element.elementor-element-3e73607 a{color:var( --e-global-color-accent );}.elementor-13284 .elementor-element.elementor-element-4a0c441 .elementor-button .elementor-align-icon-right{margin-left:0px;}.elementor-13284 .elementor-element.elementor-element-4a0c441 .elementor-button .elementor-align-icon-left{margin-right:0px;}.elementor-13284 .elementor-element.elementor-element-4a0c441 .elementor-button{padding:0px 0px 0px 4px;}.elementor-13284 .elementor-element.elementor-element-4a0c441{z-index:10000;}@media(min-width:2400px){.elementor-13284 .elementor-element.elementor-element-3e73607{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:1366px){.elementor-13284 .elementor-element.elementor-element-3e73607{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:1024px){.elementor-13284 .elementor-element.elementor-element-3e73607{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}@media(max-width:880px){.elementor-13284 .elementor-element.elementor-element-235902e{font-size:26px;}.elementor-13284 .elementor-element.elementor-element-5ae093b .frymo-title{font-size:15px;}}@media(max-width:767px){.elementor-13284 .elementor-element.elementor-element-235902e{font-size:26px;line-height:22px;}.elementor-13284 .elementor-element.elementor-element-5ae093b .frymo-title{font-size:13px;}.elementor-13284 .elementor-element.elementor-element-3e73607{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}}\/* Start custom CSS for frymo-title, class: .elementor-element-5ae093b *\/.elementor-13284 .elementor-element.elementor-element-5ae093b, .elementor-13284 .elementor-element.elementor-element-5ae093b * {\n    margin: 0!important;\n}\n.elementor-13284 .elementor-element.elementor-element-5ae093b * {\n    text-transform:none!important\n}\/* End custom CSS *\/\n\/* Start custom CSS for icon-list, class: .elementor-element-51c3c3f *\/.elementor-13284 .elementor-element.elementor-element-51c3c3f::before {\n    content: \"\";\n    display: block;\n    width: 24px !important;\n    height: 24px !important;\n    background-image: url(\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/09\/bedrooms-white.png\");\n    background-size: contain; \/* or 'cover' *\/\n    background-repeat: no-repeat;\n    background-position: center;\n}\n.elementor-13284 .elementor-element.elementor-element-51c3c3f {\n    display: flex;\n    gap: 10px;\n    align-items: center!important;\n}\n.elementor-13284 .elementor-element.elementor-element-51c3c3f .elementor-icon-list-text {\n    margin-top: -4px\n}\/* End custom CSS *\/\n\/* Start custom CSS for shortcode, class: .elementor-element-e1fe8a9 *\/.elementor-13284 .elementor-element.elementor-element-e1fe8a9 * {\n    color: white!important;\n    font-size: 17px;\n    text-transform: none;\n    font-family: Lato;\n    font-weight: 300\n    \n}\n.elementor-13284 .elementor-element.elementor-element-e1fe8a9::before {\n    content: \"\";\n    display: block;\n    width: 24px !important;\n    height: 24px !important;\n    background-image: url(\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/11\/new.png\");\n    background-size: contain; \/* or 'cover' *\/\n    background-repeat: no-repeat;\n    background-position: center;\n}\n.elementor-13284 .elementor-element.elementor-element-e1fe8a9 {\n    display: flex;\n    gap: 10px;\n    align-items: center;\n}\/* End custom CSS *\/\n\/* Start custom CSS for shortcode, class: .elementor-element-d35e854 *\/.elementor-13284 .elementor-element.elementor-element-d35e854 * {\n    color: white!important;\n    font-size: 17px!important;\n    text-transform: none!important;\n    font-family: Lato!important;\n    font-weight: 300!important\n    \n}\n.elementor-13284 .elementor-element.elementor-element-d35e854::before {\n    content: \"\";\n    display: block;\n    width: 24px !important;\n    height: 24px !important;\n    background-image: url(\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/09\/white-plot-size.png\");\n    background-size: contain; \/* or 'cover' *\/\n    background-repeat: no-repeat;\n    background-position: center;\n}\n.elementor-13284 .elementor-element.elementor-element-d35e854 {\n    display: flex;\n    gap: 10px;\n    align-items: center;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-93e9ec5 *\/.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 text-editor, class: .elementor-element-3e73607 *\/.elementor-13284 .elementor-element.elementor-element-3e73607 .property-tag {\n    padding: 5px 10px!important;\n    margin-right: 10px!important;\n    background-color: rgba(255,255,255,0.8)!important;\n}\/* End custom CSS *\/\n\/* Start custom CSS for frymo-wishlist-item, class: .elementor-element-4a0c441 *\/.elementor-13284 .elementor-element.elementor-element-4a0c441 {\n    margin-left: auto!important;\n}\n.elementor-13284 .elementor-element.elementor-element-4a0c441 .elementor-button-wrapper {\n    background-color: #00184280!important;\n}\n.elementor-13284 .elementor-element.elementor-element-4a0c441 .frymo-favorite {\n    background-color: transparent!important;\n}\/* End custom CSS *\/\n\/* Start custom CSS for container, class: .elementor-element-8162edc *\/.elementor-13284 .elementor-element.elementor-element-8162edc:hover .negative-margin-zero-hover {\n    bottom: 10px;\n    transition: 0.5s\n}\n.elementor-13284 .elementor-element.elementor-element-8162edc .negative-margin-zero-hover {\n    transition: 0.5s\n}\n.elementor-13284 .elementor-element.elementor-element-8162edc::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-13284 .elementor-element.elementor-element-8162edc:hover::after {\n  opacity: 1;\n  transition: 0.5s\n}\n\n.elementor-13284 .elementor-element.elementor-element-8162edc img {\n    aspect-ratio: 16 \/ 9;\n    object-fit: cover;\n}\n\n@media (max-width:1200px) {\n    .elementor-13284 .elementor-element.elementor-element-8162edc .negative-margin-zero-hover {\n        bottom:0!important;\n}\n}\n.elementor-13284 .elementor-element.elementor-element-8162edc {\n    aspect-ratio: 16 \/ 9;\n}\/* End custom CSS *\/<\/style>\t\t<div data-elementor-type=\"loop-item\" data-elementor-id=\"13284\" class=\"elementor elementor-13284 e-loop-item e-loop-item-38211 post-38211 immobilie type-immobilie status-publish has-post-thumbnail hentry immobilie_type-haus immobilie_type-villa immobilie_status-verfuegbar immobilie_country-portugal immobilie_region-faro immobilie_location-sao-bras-de-alportel immobilie_marketing_type-kauf immobilie_use_type-wohnen immobilie_features-balkone immobilie_features-gartennutzung immobilie_features-kamin immobilie_features-swimmingpool immobilie_language-en-gb immobilie_custom_badges-for-sale immobilie_agent-giselle-pisabarro udft_price_band-0-1m udft_bed_band-4-bed udft_website_location-central-algarve udft_Style_Type_Property-family-villas udft_Location_Web_New-central-algarve udft_qp_property_type-villa style_type-family-villas entry has-media\" data-elementor-post-type=\"elementor_library\" data-custom-edit-handle=\"1\">\n\t\t\t<a class=\"elementor-element elementor-element-8162edc e-flex e-con-boxed e-con e-parent\" data-id=\"8162edc\" data-element_type=\"container\" data-e-type=\"container\" href=\"https:\/\/quintaproperty.com\/fr\/immobilie\/retraite-a-la-campagne-pres-de-sao-bras-de-alportel\/\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-93e9ec5 e-con-full negative-margin-zero-hover e-flex e-con e-child\" data-id=\"93e9ec5\" 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-832708f e-con-full remove-the-article-if-its-empty e-flex e-con e-child\" data-id=\"832708f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-235902e price-single-tile elementor-widget elementor-widget-text-editor\" data-id=\"235902e\" 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 990,000\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-5ae093b elementor-widget elementor-widget-frymo-title\" data-id=\"5ae093b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"frymo-title.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"frymo-widget-header\"><\/div><h2 class=\"frymo-title\">Countryside Retreat near S\u00e3o Br\u00e1s de Alportel<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-ecbf45e e-con-full e-flex e-con e-child\" data-id=\"ecbf45e\" data-element_type=\"container\" data-e-type=\"container\" id=\"propertyStats\">\n\t\t\t\t<div class=\"elementor-element elementor-element-51c3c3f elementor-icon-list--layout-inline elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"51c3c3f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items elementor-inline-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item elementor-inline-item\">\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">4<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e1fe8a9 elementor-widget elementor-widget-shortcode\" data-id=\"e1fe8a9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">247 m\u00b2<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d35e854 elementor-widget elementor-widget-shortcode\" data-id=\"d35e854\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">1,120 m\u00b2<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-9ded62f elementor-widget elementor-widget-image\" data-id=\"9ded62f\" 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=\"1620\" height=\"1080\" src=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/05\/256A0149.jpg\" class=\"attachment-full size-full wp-image-38212\" alt=\"Countryside Retreat near S\u00e3o Br\u00e1s de Alportel - QP Savills\" srcset=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/05\/256A0149.jpg 1620w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/05\/256A0149-300x200.jpg 300w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/05\/256A0149-1024x683.jpg 1024w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/05\/256A0149-768x512.jpg 768w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2026\/05\/256A0149-18x12.jpg 18w\" sizes=\"(max-width: 1620px) 100vw, 1620px\" \/>\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-340cce6 e-con-full e-flex e-con e-child\" data-id=\"340cce6\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;position&quot;:&quot;absolute&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3e73607 elementor-widget elementor-widget-text-editor\" data-id=\"3e73607\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<span class=\"property-tags\"><span class=\"property-tag\">New Listing<\/span><span class=\"property-tag\">QP Exclusive<\/span><\/span>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4a0c441 elementor-widget elementor-widget-frymo-wishlist-item\" data-id=\"4a0c441\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"frymo-wishlist-item.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"elementor-button-wrapper\"><div class=\"elementor-button elementor-button-link frymo-favorite\" data-post-id=\"38211\" >        <span class=\"elementor-button-content-wrapper\">\n        <span class=\"elementor-button-icon elementor-align-icon-left\">\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"star-filled\" viewBox=\"0 0 48 48\">\n            <g class=\"nc-icon-wrapper\">\n                <path d=\"M24,44a1,1,0,0,1-.73-.316L6.246,25.5A11.493,11.493,0,1,1,24,11.039,11.493,11.493,0,1,1,41.74,25.514L24.73,43.684A1,1,0,0,1,24,44Z\"><\/path>\n            <\/g>\n        <\/svg>\n        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"star-outline\" viewBox=\"0 0 48 48\">\n            <g stroke-linecap=\"square\" stroke-width=\"2\" fill=\"none\" stroke=\"currentColor\"\n               stroke-linejoin=\"miter\" class=\"nc-icon-wrapper\" stroke-miterlimit=\"10\">\n                <path d=\"M41.108,24.778,24,42.556,6.892,24.778A10.529,10.529,0,1,1,24,12.928a10.529,10.529,0,1,1,17.108,11.85Z\"><\/path>\n            <\/g>\n        <\/svg>\n        <\/span>\n\t\t<span class=\"elementor-button-text \"><\/span><span class=\"elementor-button-text frymo-favorite-remove\"><\/span><\/span><\/div><\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t<\/article><\/div><div class=\"wp-pagenavi manual apply-type-ajax\">\n<span class=\"current\">1<\/span> <a href=\"https:\/\/quintaproperty.com\/fr\/?post_type=frymo_queries&#038;p=3199\/2\/\" data-page=\"2\">2<\/a> <a href=\"https:\/\/quintaproperty.com\/fr\/?post_type=frymo_queries&#038;p=3199\/3\/\" data-page=\"3\">3<\/a> <span class=\"dots\">\u2026<\/span> <a href=\"https:\/\/quintaproperty.com\/fr\/?post_type=frymo_queries&#038;p=3199\/14\/\" data-page=\"14\">14<\/a> <a href=\"https:\/\/quintaproperty.com\/fr\/?post_type=frymo_queries&#038;p=3199\/2\/\" class=\"next\" data-page=\"2\">Next \u00bb<\/a> <\/div>\n\t\t<script>\n\t\t\t(function() {\n\t\t\t\t\/\/ Get the query string, including the \"?\" at the beginning\n\t\t\t\tvar params = window.location.search;\n\n\t\t\t\t\/\/ Select all <a> elements inside elements with the classes .wp-pagenavi.apply-type-reload\n\t\t\t\tvar anchors = document.querySelectorAll('.wp-pagenavi.apply-type-reload a');\n\n\t\t\t\t\/\/ Loop through each anchor and update its href attribute\n\t\t\t\tanchors.forEach(function(anchor) {\n\t\t\t\t\tvar currentHref = anchor.getAttribute('href');\n\t\t\t\t\tanchor.setAttribute('href', currentHref + params);\n\t\t\t\t});\n\t\t\t})();\n\t\t<\/script>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9332df8 container-custom-width e-flex e-con-boxed e-con e-parent\" data-id=\"9332df8\" 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-9002ad0 elementor-widget elementor-widget-template\" data-id=\"9002ad0\" 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=\"27876\" class=\"elementor elementor-27876\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3f2075a e-flex e-con-boxed e-con e-parent\" data-id=\"3f2075a\" 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-a0d12c6 elementor-widget elementor-widget-text-editor\" data-id=\"a0d12c6\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>We also represent a selection of confidential, off-market properties. Contact us directly for discreet access.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f7aca42 elementor-button-info elementor-align-center elementor-widget elementor-widget-button\" data-id=\"f7aca42\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/quintaproperty.com\/contact\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Request More<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1708320 e-con-full e-flex e-con e-child\" data-id=\"1708320\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8b929bf elementor-widget elementor-widget-image\" data-id=\"8b929bf\" 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=\"1024\" height=\"768\" src=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/10\/Central_Hero-1024x768.jpg\" class=\"attachment-large size-large wp-image-30624\" alt=\"Explore Central Algarve\" srcset=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/10\/Central_Hero-1024x768.jpg 1024w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/10\/Central_Hero-300x225.jpg 300w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/10\/Central_Hero-768x576.jpg 768w, https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/10\/Central_Hero-16x12.jpg 16w\" 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<div class=\"elementor-element elementor-element-3ff6845 e-con-full e-flex e-con e-child\" data-id=\"3ff6845\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e92bea9 elementor-widget elementor-widget-heading\" data-id=\"e92bea9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Central Algarve<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2a07e90 elementor-widget__width-initial elementor-widget elementor-widget-text-editor\" data-id=\"2a07e90\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p class=\"property-explore-section__desc\">Experience the heart of the Algarve \u2013 golden beaches, world-class golf courses, and the finest dining and leisure opportunities along the southern coast.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d4bad8c elementor-button-info elementor-widget elementor-widget-button\" data-id=\"d4bad8c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"https:\/\/quintaproperty.com\/explore-central-algarve\/\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Explore Central Algarve<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6fabf7c e-con-full e-flex e-con e-child\" data-id=\"6fabf7c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ae80d4a e-con-full bbox e-flex e-con e-child\" data-id=\"ae80d4a\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-05cfd13 mh82 elementor-widget elementor-widget-heading\" data-id=\"05cfd13\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">The Central Algarve\u2019s Strong and Resilient Property Market<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ab93e2b elementor-widget elementor-widget-text-editor\" data-id=\"ab93e2b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>The Central Algarve remains the most active and diverse market in the region, encompassing everything from prime resort property to countryside estates and coastal apartments. It benefits from strong year round demand, driven by international buyers, accessibility to Faro Airport, and a well developed infrastructure. Pricing varies widely depending on location, but overall the area has seen consistent growth, supported by limited supply in key segments. The Central Algarve offers both lifestyle purchases and investment opportunities, with liquidity across multiple price points making it one of the most resilient parts of the market.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-7581651 e-con-full bbox e-flex e-con e-child\" data-id=\"7581651\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3b19cce mh82 elementor-widget elementor-widget-heading\" data-id=\"3b19cce\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">A Lifestyle and Residential Hub in the Algarve<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-58d1dfc elementor-widget elementor-widget-text-editor\" data-id=\"58d1dfc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p data-pm-slice=\"0 0 []\">The Central Algarve is widely regarded as the region\u2019s lifestyle and residential hub, offering a balance of coastal living, accessibility, and year-round convenience that continues to attract both international homeowners and investors. Stretching across some of the Algarve\u2019s most desirable locations, the area combines golden beaches, vibrant marinas, championship golf courses, and charming inland towns, all within easy reach of one another.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8622dfa e-con-full bbox e-flex e-con e-child\" data-id=\"8622dfa\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-0332b02 mh82 elementor-widget elementor-widget-heading\" data-id=\"0332b02\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Traditional Charm Meets Coastal Luxury Living<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-52b5924 elementor-widget elementor-widget-text-editor\" data-id=\"52b5924\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p data-pm-slice=\"0 0 []\">Communities such as Loul\u00e9, Boliqueime, and Santa B\u00e1rbara de Nexe offer a more traditional Algarvian atmosphere, with whitewashed streets, local caf\u00e9s, and panoramic countryside views, while coastal destinations like Vilamoura and the Golden Triangle provide a more cosmopolitan resort lifestyle centred around beaches, dining, golf, and leisure.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1241508 e-con-full bbox e-flex e-con e-child\" data-id=\"1241508\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-847c7d8 mh82 elementor-widget elementor-widget-heading\" data-id=\"847c7d8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">A Diverse Property Market for Every Buyer<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-f9d0f6f elementor-widget elementor-widget-text-editor\" data-id=\"f9d0f6f\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p data-pm-slice=\"0 0 []\">The region\u2019s property market is highly diverse, ranging from contemporary marina apartments and lock-up-and-leave residences to expansive countryside villas with sea views, private estates, and modern architectural homes set within generous plots. This variety has broadened the appeal of the Central Algarve to a wide range of buyers, including relocating families, second-home owners, retirees, and investors seeking strong rental potential.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f63046f e-con-full bbox e-flex e-con e-child\" data-id=\"f63046f\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-49ced29 mh82 elementor-widget elementor-widget-heading\" data-id=\"49ced29\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Excellent Infrastructure and International Connectivity<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7b1f29d elementor-widget elementor-widget-text-editor\" data-id=\"7b1f29d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p data-pm-slice=\"0 0 []\">One of the area\u2019s greatest strengths is its infrastructure and connectivity. Residents benefit from close proximity to leading international schools, private healthcare facilities, shopping centres, sports and wellness amenities, and Faro International Airport, which offers convenient year-round access to major European and international cities. The region\u2019s mild climate and outdoor lifestyle also make it particularly attractive for permanent living, with golf, cycling, tennis, watersports, and hiking all easily accessible throughout the year.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d0b236b e-con-full bbox e-flex e-con e-child\" data-id=\"d0b236b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d104d75 mh82 elementor-widget elementor-widget-heading\" data-id=\"d104d75\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Sustained Demand and Long-Term Investment Appeal<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-c88e687 elementor-widget elementor-widget-text-editor\" data-id=\"c88e687\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p data-pm-slice=\"0 0 []\">The Central Algarve continues to see sustained demand driven by limited prime supply, international interest, and ongoing investment in hospitality, infrastructure, and lifestyle developments. Improvements across golf resorts, marina facilities, wellness offerings, and luxury residential projects continue to strengthen the region\u2019s long-term appeal and support stable property values.<\/p><p>Whether seeking a permanent residence, holiday home, or long-term investment, the Central Algarve offers a compelling combination of lifestyle, accessibility, and enduring international demand.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Explore our Central Algarve Portfolio The Central Algarve is the region\u2019s hub, offering a mix of golden beaches, lively marinas, and charming hillside towns like Loul\u00e9, Boliqueime and Santa Barbara. Properties range from contemporary apartments in Vilamoura to spacious villas with sea views or countryside settings. With international schools, Faro Airport, and year-round amenities close [&hellip;]<\/p>\n","protected":false},"author":6,"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":"full-screen","ocean_both_sidebars_style":"","ocean_both_sidebars_content_width":0,"ocean_both_sidebars_sidebars_width":0,"ocean_sidebar":"","ocean_second_sidebar":"","ocean_disable_margins":"on","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":"off","ocean_display_header":"on","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":"on","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":"off","ocean_breadcrumbs_color":"","ocean_breadcrumbs_separator_color":"","ocean_breadcrumbs_links_color":"","ocean_breadcrumbs_links_hover_color":"","ocean_display_footer_widgets":"off","ocean_display_footer_bottom":"off","ocean_custom_footer_template":"","footnotes":""},"class_list":["post-14403","page","type-page","status-publish","hentry","entry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO Pro 4.9.8 - aioseo.com -->\n\t<meta name=\"google-site-verification\" content=\"6nvDzyG7S6Dd8Bjw5lnlxomkGGH0XRuNFOCcGoub36Y\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/quintaproperty.com\/fr\/?post_type=frymo_queries&#038;p=3199\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO Pro (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"fr_FR\" \/>\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=\"Similar Properties by Location - QP Savills\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/quintaproperty.com\/fr\/?post_type=frymo_queries&#038;p=3199\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/07\/qp-savills-logo-3-1.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/07\/qp-savills-logo-3-1.png\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2025-08-07T11:25:08+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-01-09T08:37:05+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=\"Similar Properties by Location - QP Savills\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/07\/qp-savills-logo-3-1.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/quintaproperty.com\\\/fr\\\/?post_type=frymo_queries&p=3199#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/quintaproperty.com\\\/fr\\\/#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/quintaproperty.com\\\/fr\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/quintaproperty.com\\\/fr\\\/algarve-centrale\\\/#listItem\",\"name\":\"Central Algarve &#8211; Update\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/quintaproperty.com\\\/fr\\\/algarve-centrale\\\/#listItem\",\"position\":2,\"name\":\"Central Algarve &#8211; Update\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/quintaproperty.com\\\/fr\\\/#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/quintaproperty.com\\\/fr\\\/#organization\",\"name\":\"QP Savills\",\"description\":\"QP Savills\",\"url\":\"https:\\\/\\\/quintaproperty.com\\\/fr\\\/\",\"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\\\/fr\\\/?post_type=frymo_queries&p=3199\\\/#organizationLogo\",\"width\":600,\"height\":231,\"caption\":\"quinta properties\"},\"image\":{\"@id\":\"https:\\\/\\\/quintaproperty.com\\\/fr\\\/?post_type=frymo_queries&p=3199\\\/#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\":\"WebPage\",\"@id\":\"https:\\\/\\\/quintaproperty.com\\\/fr\\\/?post_type=frymo_queries&p=3199#webpage\",\"url\":\"https:\\\/\\\/quintaproperty.com\\\/fr\\\/?post_type=frymo_queries&p=3199\",\"name\":\"Similar Properties by Location - QP Savills\",\"inLanguage\":\"fr-FR\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/quintaproperty.com\\\/fr\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/quintaproperty.com\\\/fr\\\/?post_type=frymo_queries&p=3199#breadcrumblist\"},\"datePublished\":\"2025-08-07T11:25:08+00:00\",\"dateModified\":\"2026-01-09T08:37:05+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/quintaproperty.com\\\/fr\\\/#website\",\"url\":\"https:\\\/\\\/quintaproperty.com\\\/fr\\\/\",\"name\":\"QP Savills\",\"description\":\"QP Savills\",\"inLanguage\":\"fr-FR\",\"publisher\":{\"@id\":\"https:\\\/\\\/quintaproperty.com\\\/fr\\\/#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>Similar Properties by Location - QP Savills<\/title>\n\n","aioseo_head_json":{"title":"Propri\u00e9t\u00e9s similaires par lieu - QP Savills","description":"","canonical_url":"https:\/\/quintaproperty.com\/fr\/?post_type=frymo_queries&p=3199","robots":"","keywords":"","webmasterTools":{"google-site-verification":"6nvDzyG7S6Dd8Bjw5lnlxomkGGH0XRuNFOCcGoub36Y","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/quintaproperty.com\/fr\/?post_type=frymo_queries&p=3199#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/quintaproperty.com\/fr\/#listItem","position":1,"name":"Home","item":"https:\/\/quintaproperty.com\/fr\/","nextItem":{"@type":"ListItem","@id":"https:\/\/quintaproperty.com\/fr\/algarve-centrale\/#listItem","name":"Central Algarve &#8211; Update"}},{"@type":"ListItem","@id":"https:\/\/quintaproperty.com\/fr\/algarve-centrale\/#listItem","position":2,"name":"Central Algarve &#8211; Update","previousItem":{"@type":"ListItem","@id":"https:\/\/quintaproperty.com\/fr\/#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/quintaproperty.com\/fr\/#organization","name":"QP Savills","description":"QP Savills","url":"https:\/\/quintaproperty.com\/fr\/","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\/fr\/?post_type=frymo_queries&p=3199\/#organizationLogo","width":600,"height":231,"caption":"quinta properties"},"image":{"@id":"https:\/\/quintaproperty.com\/fr\/?post_type=frymo_queries&p=3199\/#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":"WebPage","@id":"https:\/\/quintaproperty.com\/fr\/?post_type=frymo_queries&p=3199#webpage","url":"https:\/\/quintaproperty.com\/fr\/?post_type=frymo_queries&p=3199","name":"Similar Properties by Location - QP Savills","inLanguage":"fr-FR","isPartOf":{"@id":"https:\/\/quintaproperty.com\/fr\/#website"},"breadcrumb":{"@id":"https:\/\/quintaproperty.com\/fr\/?post_type=frymo_queries&p=3199#breadcrumblist"},"datePublished":"2025-08-07T11:25:08+00:00","dateModified":"2026-01-09T08:37:05+00:00"},{"@type":"WebSite","@id":"https:\/\/quintaproperty.com\/fr\/#website","url":"https:\/\/quintaproperty.com\/fr\/","name":"QP Savills","description":"QP Savills","inLanguage":"fr-FR","publisher":{"@id":"https:\/\/quintaproperty.com\/fr\/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/quintaproperty.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}}]},"og:locale":"fr_FR","og:site_name":"QP Savills \u2013 QP Savills","og:type":"article","og:title":"Similar Properties by Location - QP Savills","og:url":"https:\/\/quintaproperty.com\/fr\/?post_type=frymo_queries&#038;p=3199","og:image":"https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/07\/qp-savills-logo-3-1.png","og:image:secure_url":"https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/07\/qp-savills-logo-3-1.png","article:published_time":"2025-08-07T11:25:08+00:00","article:modified_time":"2026-01-09T08:37:05+00:00","article:publisher":"https:\/\/www.facebook.com\/QPSavills\/","twitter:card":"summary_large_image","twitter:title":"Similar Properties by Location - QP Savills","twitter:image":"https:\/\/quintaproperty.com\/wp-content\/uploads\/2025\/07\/qp-savills-logo-3-1.png"},"aioseo_meta_data":{"post_id":"14403","title":"Central Algarve | Luxury Villas &amp; Homes | QP Savills","description":"D\u00e9couvrez des villas de luxe, des maisons familiales et des investissements dans le centre de l'Algarve avec QP Savills. Profitez des plages, des terrains de golf, des marinas et d'un style de vie dynamique tout au long de l'ann\u00e9e.","keywords":null,"keyphrases":{"focus":{"keyphrase":"central","score":75,"analysis":{"keyphraseInTitle":{"score":9,"maxScore":9,"error":0},"keyphraseInDescription":{"score":9,"maxScore":9,"error":0},"keyphraseLength":{"score":9,"maxScore":9,"error":0,"length":1},"keyphraseInURL":{"score":5,"maxScore":5,"error":0},"keyphraseInIntroduction":{"score":9,"maxScore":9,"error":0},"keyphraseInSubHeadings":{"score":3,"maxScore":9,"error":1},"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-05-18 09:14:57","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:45:16","updated":"2026-05-18 09:18:32"},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t<a href=\"https:\/\/quintaproperty.com\/fr\/\" title=\"Home\">Home<\/a>\n<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\tCentral Algarve \u2013 Update\n<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/quintaproperty.com\/fr\/"},{"label":"Central Algarve &#8211; Update","link":"https:\/\/quintaproperty.com\/fr\/algarve-centrale\/"}],"acf":[],"_links":{"self":[{"href":"https:\/\/quintaproperty.com\/fr\/wp-json\/wp\/v2\/pages\/14403","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/quintaproperty.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/quintaproperty.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/quintaproperty.com\/fr\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/quintaproperty.com\/fr\/wp-json\/wp\/v2\/comments?post=14403"}],"version-history":[{"count":6,"href":"https:\/\/quintaproperty.com\/fr\/wp-json\/wp\/v2\/pages\/14403\/revisions"}],"predecessor-version":[{"id":38018,"href":"https:\/\/quintaproperty.com\/fr\/wp-json\/wp\/v2\/pages\/14403\/revisions\/38018"}],"wp:attachment":[{"href":"https:\/\/quintaproperty.com\/fr\/wp-json\/wp\/v2\/media?parent=14403"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}