.property-hero-section {
  padding: 64px 0 112px 0;
}
@media (max-width: 767px) {
  .property-hero-section {
    padding: 0px 0 68px 0;
  }
  .property-hero-section .container {
    padding: 0;
  }
}

.property-hero-image-wrapper {
  position: relative;
  min-height: 640px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.property-hero-image-wrapper:before {
  content: "";
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.4;
  pointer-events: none;
  border-radius: inherit;
}
@media (max-width: 1550px) {
  .property-hero-image-wrapper {
    min-height: 600px;
  }
}
@media (max-width: 1299px) {
  .property-hero-image-wrapper {
    min-height: 500px;
  }
}
@media (max-width: 767px) {
  .property-hero-image-wrapper {
    min-height: 360px;
    border-radius: 0 0 16px 16px;
  }
}
.property-hero-image-wrapper .property-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 24px;
}
@media (max-width: 767px) {
  .property-hero-image-wrapper .property-hero-img {
    border-radius: 0 0 16px 16px;
  }
}

.property-hero-image-content {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 826px;
  margin: 0 auto;
  width: 100%;
}
.property-hero-image-content h1 {
  color: #fff;
  margin: 0 0 0 0;
  letter-spacing: -0.02em;
  line-height: 115%;
  font-weight: 600;
}

.property-hero-tag-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
}
@media (max-width: 767px) {
  .property-hero-tag-wrapper {
    padding: 16px;
  }
}

.property-tag-block {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #111111;
  padding: 12px 23px;
  border-radius: 8px;
  background-color: #fff;
  z-index: 1;
}
@media (max-width: 1199px) {
  .property-tag-block {
    font-size: 16px;
    padding: 8px 12px;
  }
}
@media (max-width: 767px) {
  .property-tag-block {
    font-size: 14px;
    padding: 6px 12px;
  }
}
.property-tag-block .property-block-diamond {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.property-tag-block .property-block-diamond img {
  width: 32px;
  animation: popAnimation 2s ease-in-out infinite;
}

@keyframes popAnimation {
  0%, 100% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
}
.property-hero-links-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 767px) {
  .property-hero-links-wrapper {
    display: none;
  }
}
.property-hero-links-wrapper .property-hero-map-link,
.property-hero-links-wrapper .property-hero-tour-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #322F30;
  padding: 12px 16px;
  border-radius: 8px;
  background-color: #fff;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1199px) {
  .property-hero-links-wrapper .property-hero-map-link,
  .property-hero-links-wrapper .property-hero-tour-link {
    font-size: 14px;
    padding: 8px 12px;
  }
}
.property-hero-links-wrapper .property-hero-map-link img,
.property-hero-links-wrapper .property-hero-tour-link img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.property-hero-form-row {
  padding: 16px;
  padding-left: 24px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 16px;
  width: 100%;
  max-width: 850px;
  margin: 0 auto 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 991px) {
  .property-hero-form-row {
    max-width: 650px;
  }
}
@media (max-width: 767px) {
  .property-hero-form-row {
    display: none;
  }
}
.property-hero-form-row .property-hero-form-item {
  flex: 1;
  min-width: 0;
}
.property-hero-form-row .property-hero-form-item:first-child {
  padding-left: 0;
}
.property-hero-form-row .property-hero-form-item:last-child {
  border-right: none;
  padding-right: 0;
}
.property-hero-form-row .property-hero-form-item--submit {
  flex: 0 0 auto;
}
.property-hero-form-row .property-hero-form-item label {
  font-weight: 500;
  font-size: 16px;
  line-height: 135%;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #000000;
  margin: 0 0 8px 0;
  display: block;
}
.property-hero-form-row .property-hero-custom-select {
  position: relative;
}
.property-hero-form-row .property-hero-select-trigger {
  display: flex;
  align-items: center;
  gap: 0;
  width: 100%;
  font-family: "DM Sans", sans-serif;
  min-height: auto;
  text-align: left;
  cursor: pointer;
  background-color: transparent;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  letter-spacing: -0.05em;
  opacity: 0.75;
  border: none;
  color: #322F30;
  transition: border-color 0.2s;
}
.property-hero-form-row .property-hero-select-trigger img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.property-hero-form-row .property-hero-select-trigger .property-hero-select-value {
  width: calc(100% - 24px);
  padding: 0 0 0 8px;
  font-size: 16px;
}
.property-hero-form-row .property-hero-select-dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-height: 220px;
  width: 350px;
  overflow-y: auto;
  z-index: 10;
  display: none;
}
.property-hero-form-row .property-hero-select-dropdown li {
  padding: 10px 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 135%;
  letter-spacing: -0.05em;
  color: #322F30;
  cursor: pointer;
  transition: background 0.15s;
  display: flex;
  justify-content: space-between;
}
.property-hero-form-row .property-hero-select-dropdown li:hover {
  background: rgba(0, 0, 0, 0.06);
}
.property-hero-form-row .property-hero-select-dropdown .property-hero-select-group {
  padding: 8px 12px 4px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #8a8a8a;
  cursor: default;
  pointer-events: none;
}
.property-hero-form-row .property-hero-select-dropdown .property-hero-select-group:hover {
  background: none;
}
.property-hero-form-row .property-hero-select-dropdown .property-hero-select-group ~ li[role=option] {
  padding-left: 20px;
}
.property-hero-form-row .property-hero-custom-select.is-open .property-hero-select-dropdown {
  display: block;
}
.property-hero-form-row .property-hero-custom-select.has-error .property-hero-select-trigger {
  border-color: #e53e3e;
  box-shadow: 0 0 0 1px #e53e3e;
}
.property-hero-form-row .semester-remark {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: #066c6f;
  background: #e4fcff;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 6px;
  white-space: nowrap;
}
.property-hero-form-row .property-hero-custom-select.is-loading .property-hero-select-value {
  opacity: 0.5;
  position: relative;
  padding-left: 24px;
}
.property-hero-form-row .property-hero-custom-select.is-loading .property-hero-select-value::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border: 2px solid #ccc;
  border-top-color: #066c6f;
  border-radius: 50%;
  animation: rezpage-spin 0.6s linear infinite;
}
@keyframes rezpage-spin {
  to {
    transform: rotate(360deg);
  }
}
.property-hero-form-row .property-hero-input-wrap {
  display: flex;
  flex-wrap: wrap;
  opacity: 0.75;
}
.property-hero-form-row .property-hero-input-wrap img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.property-hero-form-row .property-hero-input-wrap .property-hero-input {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  letter-spacing: -0.05em;
  border: none;
  color: #322F30;
  width: calc(100% - 24px);
  opacity: 1;
  padding: 0 0 0 8px;
  outline: none;
  box-shadow: none;
}
.property-hero-form-row .property-hero-input-wrap .property-hero-input::placeholder {
  opacity: 1;
  color: #322F30;
}
@media (max-width: 991px) {
  .property-hero-form-row .property-hero-form-item--submit {
    width: 100%;
    padding: 16px 0 0 0;
  }
}
.property-hero-form-row .property-hero-form-item--submit .btn-primary {
  padding: 14px 19px 15px 23px;
}
@media (max-width: 991px) {
  .property-hero-form-row .property-hero-form-item--submit .btn-primary {
    width: 100%;
  }
}

.property-hero-form-item-separator {
  width: 1px;
  height: 52px;
  background-color: #000;
  opacity: 0.24;
  margin: 0 31.5px;
}

.property-hero-form-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: var(--Primary-Xior-Red, #AE0F0A);
  font-family: "DM Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 32.4px */
  letter-spacing: -1.2px;
}
/*# sourceMappingURL=property_hero.min.css.map */
