.featured-property {
  display: flex;
  height: 100%;
  width: 100%;
  min-height: 300px;
  overflow: hidden;
}

.featured-property-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  min-height: 300px;
}
.featured-property,
.featured-property:hover,
.featured-property .elementor-heading-title {
  color: #fff;
}

.featured-property .box-pa_code {
  gap: 5px;
}

.featured-property-container::before {
  content: "";
  background-color: transparent;
  background-image: linear-gradient(
    180deg,
    #00254000 48%,
    var(--e-global-color-primary) 77%
  );
  transition: background var(--overlay-transition, 0.3s),
    border-radius var(--border-transition, 0.3s),
    opacity var(--overlay-transition, 0.3s);
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  z-index: 0;
}

.featured-property-container div {
  display: flex;
  align-items: center;
}

.featured-property .ctp_container .elementor-heading-title {
  color: #fff;
  font-family: "Manrope", Sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2em;
}

.featured-property .ctp_container {
  background-color: transparent;
  background-image: linear-gradient(
    90deg,
    var(--e-global-color-primary) 0%,
    var(--e-global-color-accent) 300%
  );
  height: 40px;
  padding: 0 10px;
  justify-content: space-between;
  align-items: center;
}

.featured-property .box-transaction_type-container {
  text-transform: uppercase;
}

.featured-property .box-ctp-container {
  background-color: transparent;
  background-image: linear-gradient(
    90deg,
    var(--e-global-color-primary) 0%,
    var(--e-global-color-accent) 200%
  );
  border-radius: 5px 5px 5px 5px;
  padding: 3px;
  gap: 10px;
  margin-right: 10px;
}

.featured-property .property-details {
  flex-direction: column;
  position: relative;
  z-index: 1;
  align-items: start;
  padding: 15px;
}

.featured-property .bottom-row {
  justify-content: space-between;
  width: 100%;
  margin-top: 16px;
}

.featured-property .box-property-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5rem;
}

.featured-property.single_region .country_flag,
.featured-property.single_region .loop_item_country {
  display: none;
}

.featured-property .property-location {
  gap: 10px;
}

.featured-property .property-price {
  gap: 8px;
}

.featured-property .property-price .elementor-heading-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.05em;
  color: #fff;
}

.featured-property .property-price .property_status {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4em;
  text-transform: capitalize;
}

.featured-property .property_status-container {
  padding: 2px 4px 2px 4px;
  background-color: #c83240;
}

.featured-property [property-status-badge="for sale"] {
  background-color: #00a166 !important;
}

.featured-property .box-property-image {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 300px;
  overflow: hidden;
}

.featured-property .box-property-image img {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 500ms ease 0s;
}

.featured-property:hover .box-property-image img {
  scale: 1.1;
}

.featured-property .ctp_container {
  display: none;
}

[ctp_platform="1"] .ctp_container {
  display: flex !important;
}

.featured-property .price_toggle_hide_price {
  display: flex;
  align-items: start;
  flex-direction: column;
}

.featured-property .price_title {
  font-size: 16px;
  font-weight: 600;
}
.featured-property .price_sub_title {
  font-size: 14px;
  font-weight: 600;
}
