.cw_property-three {
  position: relative;
  border-radius: 1.25rem;
  overflow: hidden;
  height: 25rem;
}

.cw_property-three > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s ease;
}

.cw_property-three:hover > img {
  transform: scale(1.3);
}

.cw_property-three .cw_property-content {
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 0.8rem;
  line-height: 1;
  color: #fff;
  z-index: 1;
}

.cw_property-three .cw_property-content::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5243347338935574) 15%,
    rgba(255, 255, 255, 0) 68%
  );

  z-index: -1;
}

.cw_property-three .cw_property-content p {
  margin: 0;
}

.cw_property-three .cw_wishlist-btn {
  background-color: #fff;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  color: #24282c;
  padding: 0;
  font-size: 0.8rem;
  position: absolute;
  top: 1rem;
  right: 1.5rem;
}

.cw_property-three .cw_pricing-rating {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.cw_property-three .cw_property-ratings {
  font-size: 0.75rem;
}

.cw_property-three .cw_property-ratings i {
  color: #fdc655;
}

.cw_property-three .cw_property-pricing {
  font-weight: 600;
  font-size: 1.3rem;
}

.cw_property-three .cw_property-pricing sup {
  font-weight: 400;
  font-size: 1rem;
}

.cw_property-three .cw_property-name {
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0;
}

.cw_property-three .cw_property-name a {
  color: inherit;
  text-decoration: none;
}

.cw_property-three .cw_property-features {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.9rem;
}

.cw_property-three .cw_property-features span {
  display: inline-block;
  width: 1.55rem;
  height: 1.55rem;
  background-color: #fff;
  color: #24282c;
  border-radius: 50%;
  font-size: 0.9rem;
  text-align: center;
  line-height: 1.55rem;
}

.cw_property-three .cw_property-features .fa-bed {
  font-size: 0.7rem;
}
