/* Premium property-page icon system and correctly masked hero curve. */
.property-services i,
.property-benefit-grid i {
  border: 1px solid rgba(0, 166, 111, .12);
  border-radius: 20px;
  background: linear-gradient(145deg, #f3fcf8, #ddf6ed);
  color: #009e6b;
  box-shadow: 0 10px 24px rgba(0, 166, 111, .09);
  font-size: 0;
}

.property-services svg,
.property-benefit-grid svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.property-video svg,
.property-search-tabs svg,
.property-search-button svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.property-video i {
  font-size: 0;
}

.property-search-tabs button {
  gap: 12px;
}

.property-search-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(0, 166, 111, .18);
}

.property-hero-image {
  overflow: hidden;
  background: #fff;
}

.property-hero-image::before {
  z-index: 3;
  inset: -18% auto -18% clamp(-420px, -25vw, -260px);
  width: clamp(500px, 38vw, 720px);
  border-right: 2px solid var(--pp-green);
  border-radius: 50%;
  background: #fff;
  box-shadow: 18px 0 35px rgba(255, 255, 255, .42);
}

.property-hero-image::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, .2), transparent 24%);
}

.property-hero-image > span {
  display: none;
}

@media (max-width: 768px) {
  .property-hero-image::before,
  .property-hero-image::after {
    display: none;
  }

  .property-services i {
    border-radius: 16px;
  }
}
