.elementor-402 .elementor-element.elementor-element-a2a55b6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-402 .elementor-element.elementor-element-a2a55b6:not(.elementor-motion-effects-element-type-background), .elementor-402 .elementor-element.elementor-element-a2a55b6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}/* Start custom CSS for html, class: .elementor-element-3a1be3c *//* /villas layout shell (Layer 2). Internal widget styling lives in ffcv-villas-ownerrez-widget.css. */

.ffcv-villas-page{
  --bg-primary: #f0eae2;
  --bg-secondary: #e5d4c5;
  --color-primary: #6c8aaa;
  --color-primary-soft: #b7cad7;
  --text-primary: #333e45;
  --text-secondary: #6a706c;
  --radius-card: 18px;
  --radius-button: 12px;
  --border-color: rgba(51, 62, 69, 0.10);
  --shadow-soft: 0 8px 20px rgba(51, 62, 69, 0.08);
  font-family: "Real Head Pro", Arial, sans-serif;
  color: var(--text-primary);
  background: var(--bg-primary);
}

.ffcv-villas-page *{
  box-sizing: border-box;
}

.ffcv-villas-container{
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 16px;
}

.ffcv-villas-hero{
  padding: 36px 0 12px;
}

.ffcv-villas-title{
  margin: 0 0 8px;
  line-height: 1.1;
}

.ffcv-villas-intro{
  margin: 0;
  color: var(--text-secondary);
}

.ffcv-villas-topbar{
  position: sticky;
  top: 0;
  z-index: 90;
  background: var(--bg-primary);
  padding: 12px 0 16px;
  border-bottom: 1px solid rgba(51, 62, 69, 0.06);
}

.ffcv-villas-topbar-inner{
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ffcv-villas-topbar .ownerrez-widget{
  margin: 0;
}

.ffcv-villas-microcopy{
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-secondary);
}

.ffcv-results-toolbar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 0 8px;
}

.ffcv-results-count{
  font-weight: 600;
  color: var(--text-primary);
}

.ffcv-filters-toggle{
  display: none;
  border: 1px solid var(--color-primary-soft);
  color: var(--color-primary);
  background: transparent;
  border-radius: var(--radius-button);
  height: 44px;
  padding: 0 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.18s ease, transform 0.12s ease;
}

.ffcv-filters-toggle:hover{
  background: rgba(108, 138, 170, 0.12);
  transform: translateY(-1px);
}

.ffcv-results-sort{
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 200px;
}

.ffcv-results-sort label{
  margin-bottom: 0;
  font-size: 11px;
  color: var(--text-secondary);
  letter-spacing: 0.10em;
  text-transform: uppercase;
}

.ffcv-results-sort select{
  width: 100%;
  height: 44px;
  min-height: 44px;
  border-radius: 10px;
  border: 1px solid var(--border-color);
  background-color: #ffffff;
  color: var(--text-primary);
  font-size: 14px;
  padding: 10px 12px;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 7L11 1' stroke='%236A706C' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
  padding-right: 34px;
}

.ffcv-results-sort select:focus{
  border-color: rgba(108, 138, 170, 0.55);
  box-shadow: 0 0 0 4px rgba(108, 138, 170, 0.18);
}

.ffcv-active-filters{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 20px;
}

.ffcv-chip{
  border: 1px solid var(--color-primary-soft);
  color: var(--color-primary);
  background: #ffffff;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: background-color 0.18s ease, transform 0.12s ease;
}

.ffcv-chip:hover{
  background: rgba(108, 138, 170, 0.12);
  transform: translateY(-1px);
}

.ffcv-villas-layout{
  display: flex;
  gap: 24px;
  align-items: flex-start;
  padding-bottom: 40px;
}

.ffcv-villas-page[data-ffcv-filters-mode="native"] .ffcv-villas-layout{
  display: block;
}

.ffcv-villas-page[data-ffcv-filters-mode="native"] .ffcv-villas-filters,
.ffcv-villas-page[data-ffcv-filters-mode="native"] .ffcv-filters-toggle,
.ffcv-villas-page[data-ffcv-filters-mode="native"] .ffcv-filters-overlay{
  display: none;
}

.ffcv-villas-filters{
  flex: 0 0 320px;
  position: sticky;
  top: 120px;
}

.ffcv-filters-card{
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-card);
  padding: 16px;
  box-shadow: var(--shadow-soft);
}

.ffcv-filters-header{
  display: none;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.ffcv-filters-title{
  font-weight: 600;
}

.ffcv-filters-close{
  border: 0;
  background: transparent;
  color: var(--text-secondary);
  cursor: pointer;
}

.ffcv-filters-slot{
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ffcv-filters-actions{
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.ffcv-filters-clear{
  border: 0;
  background: transparent;
  color: var(--text-secondary);
  font-weight: 600;
  cursor: pointer;
}

.ffcv-filters-apply{
  border: 0;
  background: var(--color-primary);
  color: #ffffff;
  border-radius: var(--radius-button);
  height: 44px;
  padding: 0 16px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: var(--shadow-soft);
}

.ffcv-filters-apply:hover{
  background: #617b96;
}

.ffcv-villas-results{
  flex: 1 1 auto;
  min-width: 0;
}

.ffcv-btn-primary{
  background: var(--color-primary);
  color: #ffffff;
  border-radius: var(--radius-button);
  padding: 10px 16px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid var(--color-primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.12s ease;
}

.ffcv-btn-primary:hover{
  background: #617b96;
  border-color: #617b96;
  transform: translateY(-1px);
}

.ffcv-btn-secondary{
  color: var(--color-primary);
  border-radius: var(--radius-button);
  padding: 10px 16px;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid var(--color-primary-soft);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.12s ease;
}

.ffcv-btn-secondary:hover{
  background: var(--color-primary-soft);
  border-color: var(--color-primary-soft);
  transform: translateY(-1px);
}

.ffcv-villas-trust{
  margin: 32px 0 0;
}

.ffcv-villas-trust-card{
  background: rgba(229, 212, 197, 0.25);
  border-radius: var(--radius-card);
  padding: 28px;
  text-align: center;
}

.ffcv-villas-trust-card h3{
  margin: 0 0 12px;
}

.ffcv-villas-trust-card p{
  margin: 0 0 18px;
  color: var(--text-secondary);
}

.ffcv-villas-trust-actions{
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

.ffcv-filters-overlay{
  position: fixed;
  inset: 0;
  background: rgba(51, 62, 69, 0.4);
  opacity: 0;
  pointer-events: none;
  z-index: 110;
}

@media (max-width: 1024px){
  .ffcv-results-toolbar{
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .ffcv-filters-toggle{
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .ffcv-villas-layout{
    display: block;
  }

  .ffcv-villas-filters{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: min(90vw, 360px);
    transform: translateX(-100%);
    z-index: 120;
    background: #ffffff;
    padding: 16px;
    overflow-y: auto;
  }

  .ffcv-filters-header{
    display: flex;
  }

  .ffcv-filters-actions{
    position: sticky;
    bottom: 0;
    background: #ffffff;
    padding: 12px 0 0;
  }

  body.ffcv-filters-open .ffcv-villas-filters{
    transform: translateX(0);
  }

  body.ffcv-filters-open .ffcv-filters-overlay{
    opacity: 1;
    pointer-events: auto;
  }

  body.ffcv-filters-open{
    overflow: hidden;
  }
}

@media (max-width: 768px){
  .ffcv-filters-toggle{
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--color-primary);
    color: #ffffff;
    border: 0;
    z-index: 150;
    box-shadow: 0 4px 12px rgba(108, 138, 170, 0.3);
  }

  .ffcv-filters-toggle:hover{
    transform: translateX(-50%) translateY(-1px);
  }

  .ffcv-results-sort{
    width: 100%;
  }

  .ffcv-villas-results{
    padding-bottom: 84px;
  }
}/* End custom CSS */