.elementor-6109 .elementor-element.elementor-element-9c53c20{--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:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-6109 .elementor-element.elementor-element-72819e7{--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;}.elementor-6109 .elementor-element.elementor-element-a3d16bf{--display:flex;--overlay-opacity:0.5;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6109 .elementor-element.elementor-element-a3d16bf::before, .elementor-6109 .elementor-element.elementor-element-a3d16bf > .elementor-background-video-container::before, .elementor-6109 .elementor-element.elementor-element-a3d16bf > .e-con-inner > .elementor-background-video-container::before, .elementor-6109 .elementor-element.elementor-element-a3d16bf > .elementor-background-slideshow::before, .elementor-6109 .elementor-element.elementor-element-a3d16bf > .e-con-inner > .elementor-background-slideshow::before, .elementor-6109 .elementor-element.elementor-element-a3d16bf > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-6109 .elementor-element.elementor-element-d853f75{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6109 .elementor-element.elementor-element-0c65def{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6109 .elementor-element.elementor-element-a08e542{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6109 .elementor-element.elementor-element-6b33f2c{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-6109 .elementor-element.elementor-element-9c53c20{--content-width:1400px;}}/* Start custom CSS for html, class: .elementor-element-7cd6c19 */.property-card {
  position: relative;
  width: 100%;          /* fills the column */
  display: block;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 3 / 4;   /* keeps it proportioned as it stretches */
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.property-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(0,0,0,0.2);
}
.property-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.property-card:hover img {
  transform: scale(1.06);
}

.tag-left {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #fff;
  color: #111;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 6px 14px;
  border-radius: 999px;
}

.tag-year {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(4px);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 50%;
}

.card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 20px 20px;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.3) 60%, transparent 100%);
  color: #fff;
}
.accent-line {
  display: block;
  width: 32px;
  height: 3px;
  background: #d4af37;
  margin-bottom: 10px;
  border-radius: 2px;
}
.card-overlay h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 6px;
  color: #fff;
}
.card-overlay p {
  font-size: 13px;
  opacity: 0.85;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}


.property-card {
  position: relative;
  width: 100%;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* DARK OVERLAY */
.property-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
  pointer-events: none;
}

.property-card img {
  position: relative;
  z-index: 0;
}

/* Keep these above the dark overlay */
.property-card .tag,
.property-card .card-overlay {
  z-index: 2;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8412c5e */.property-card {
  position: relative;
  width: 100%;          /* fills the column */
  display: block;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 3 / 4;   /* keeps it proportioned as it stretches */
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.property-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(0,0,0,0.2);
}
.property-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.property-card:hover img {
  transform: scale(1.06);
}

.tag-left {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #fff;
  color: #111;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 6px 14px;
  border-radius: 999px;
}

.tag-year {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(4px);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 50%;
}

.card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 20px 20px;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.3) 60%, transparent 100%);
  color: #fff;
}
.accent-line {
  display: block;
  width: 32px;
  height: 3px;
  background: #d4af37;
  margin-bottom: 10px;
  border-radius: 2px;
}
.card-overlay h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 6px;
  color: #fff;
}
.card-overlay p {
  font-size: 13px;
  opacity: 0.85;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}


.property-card {
  position: relative;
  width: 100%;
  display: block;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 3 / 4;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* DARK OVERLAY */
.property-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
  pointer-events: none;
}

.property-card img {
  position: relative;
  z-index: 0;
}

/* Keep these above the dark overlay */
.property-card .tag,
.property-card .card-overlay {
  z-index: 2;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-24f1a3d */.property-card {
  position: relative;
  width: 100%;          /* fills the column */
  display: block;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 3 / 4;   /* keeps it proportioned as it stretches */
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.property-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(0,0,0,0.2);
}
.property-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.property-card:hover img {
  transform: scale(1.06);
}

.tag-left {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #fff;
  color: #111;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 6px 14px;
  border-radius: 999px;
}

.tag-year {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(4px);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 50%;
}

.card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px 20px 20px;
  background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.3) 60%, transparent 100%);
  color: #fff;
}
.accent-line {
  display: block;
  width: 32px;
  height: 3px;
  background: #d4af37;
  margin-bottom: 10px;
  border-radius: 2px;
}
.card-overlay h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 6px;
  color: #fff;
}
.card-overlay p {
  font-size: 13px;
  opacity: 0.85;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}/* End custom CSS */