.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.pb-0 {
  padding-bottom: 0;
}
.d-flex {
  display: flex;
}
.dflex-column {
  flex-direction: column;
}
.dflex-row {
  flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.m-0 {
  margin: 0 !important;
}
.w-100 {
  width: 100% !important;
}
.align-items-center {
  align-items: center;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-end {
  justify-content: flex-end;
}
.mt-3 {
  margin-top: 16px;
}
.border-r-99 {
  border-radius: 99px !important;
}
.border-r-10 {
  border-radius: 10px !important;
}
.text-px-15 {
  font-size: 15px !important;
}
.property-hero {
  position: relative;
}

.property-hero__next,
.property-hero__prev {
  position: absolute;
  top: 50%;
  width: 46px !important;
  height: 46px !important;
  margin-top: 0px !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border-radius: 50%;
  z-index: 1000003;
  cursor: pointer;
}

.property-hero__next::after,
.property-hero__prev::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #111;
  border-right: 2px solid #111;
}

.property-hero__next::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.property-hero__prev::after {
  transform: translate(-50%, -50%) rotate(-135deg);
}
.property-hero__slider {
  max-height: 600px;
}
button.property-hero__open-gallery {
  color: #666 !important;
  padding: 10px 50px 10px 50px !important;
  bottom: 55px !important;
  width: 100%;
  max-width: max-content;
}
@media (max-width: 550px) {
  button.property-hero__open-gallery {
    bottom: 40px !important;
  }
  .property-hero__next,
  .property-hero__prev {
    width: 36px !important;
    height: 36px !important;
    transform: unset !important;
    bottom: 36px;
    top: unset !important;
  }
  .property-gallery-modal__prev,
  .property-gallery-modal__next {
    width: 36px !important;
    height: 36px !important;
  }
}
button.property-hero__open-gallery:hover {
  background-color: #cccccc !important;
}
section.property-content {
  padding-top: 30px;
  padding-bottom: 30px;
}
h1.property-title {
  font-size: 1.4em;
  text-align: left;
  padding-bottom: 20px;
}
@media (min-width: 550px) {
  h1.property-title {
    font-size: 1.95em;
  }
}
.property-description__expandable.has-gradient:not(.is-expanded)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(transparent, #ffffff);
  pointer-events: none;
}

.property-description__expandable.is-expanded::after {
  display: none;
}
h2 {
  font-size: 1rem !important;
  padding-bottom: 16px;
}
@media (min-width: 550px) {
  h2 {
    font-size: 1.3rem !important;
  }
}
.property-features__grid {
  column-gap: 7.5px;
}
@media (max-width: 550px) {
  .property-features__grid .feature {
    width: calc(100% - 7.5px) !important;
  }
}
.property-features__grid .feature {
  width: calc(25% - 7.5px);
}
.fa-solid.fa-check {
  color: inherit;
  margin-right: 8px;
}
.property-essentials__expandable {
  max-height: 120px;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
  position: relative;
}

.property-essentials__expandable:not(.is-expanded)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: linear-gradient(transparent, #ffffff);
  pointer-events: none;
}

.property-essentials__expandable.is-expanded {
  max-height: 5000px;
}

.property-essentials__expandable.is-expanded::after {
  display: none;
}
.medium-col-first .col-inner.inner-wrapper {
  border-radius: 10px;
  border: 1px solid rgb(227, 227, 227);
  padding: 28px 20px 0px 20px;
  background-color: rgb(243, 243, 243);
}
.medium-col-first .col-inner.inner-wrapper.next-block {
  padding: 15px;
}

@media (min-width: 550px) {
  .medium-col-first .col-inner.inner-wrapper {
    padding: 38px 20px 2px 20px;
  }
  .medium-col-first .col-inner.inner-wrapper.next-block {
    padding: 15px 2px 2px 2px;
  }
}
@media (min-width: 960px) {
  .medium-col-first .col-inner.inner-wrapper {
    padding: 38px 50px 2px 50px;
  }
  .medium-col-first .col-inner.inner-wrapper.next-block {
    padding: 2px;
  }
}
.price-wrapper.text {
  font-size: 1.6rem;
  line-height: 1.4;
}
.price-wrapper p span {
  font-size: 62%;
}
.price-wrapper p strong {
  font-size: 1.6rem;
  line-height: 1.4;
}
@media (max-width: 550px) {
  .price-wrapper p strong {
    font-size: 1.36rem;
  }
}
.apart_action_wrapper {
  flex: 1 1 150px;
  max-width: 100%;
}
.medium-col-first .button.primary.expand {
  padding: 10px 50px 10px 50px;
}
.other-properties {
  margin-bottom: 38px;
}
@media (min-width: 960px) {
  .other-properties h2 {
    margin-top: 56px;
  }
}
button.custom-dropdown {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #0d1a26 !important;
}
button.custom-dropdown strong {
  font-weight: 500 !important;
}
#reservation-modal {
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  position: relative;
}
.gform_confirmation_wrapper {
  padding: 0 !important;
  max-width: 500px;
}
@media (min-width: 960px) {
  .gform_confirmation_wrapper {
    padding: 0 4.5em !important;
    max-width: 500px;
  }
}
#reservation-modal form input[type="text"],
#reservation-modal form input[type="email"],
#reservation-modal form input[type="tel"],
#reservation-modal form input[type="url"],
#reservation-modal form input[type="number"],
#reservation-modal form textarea {
  border-radius: 10px !important;
  border: 1px solid #d4d4d4 !important;
  padding: 12px 16px !important;
  background-color: #fff !important;
  line-height: 1 !important;
  resize: none !important;
  width: 100% !important;
}
#reservation-modal form input[type="checkbox"] {
  border-radius: 3px !important;
  border: 1px solid #d4d4d4 !important;
}

#reservation-modal form textarea {
  max-height: 100px !important;
}
#reservation-modal form input[type="submit"] {
  width: 100% !important;
}

#reservation-modal form .gform_fields.top_label {
  row-gap: 1.2em;
}
.gform_submission_error {
  font-size: 1rem !important;
}
.container__months,
.container__main {
  justify-content: center;
}
.datepicker-footer-manual {
  gap: 1em;
  justify-content: center;
}
@media (min-width: 650px) {
  .datepicker-footer-manual {
    justify-content: space-between;
  }
}

#reservation-modal .gfield_contains_required {
  position: relative !important;
  display: block;
}

#reservation-modal .gfield_contains_required::after {
  content: "*";
  color: #e24343;
  position: absolute;
  right: 15px;
  top: 15px;
  line-height: 0.5;
  font-size: 18px;
  font-weight: bold;
  pointer-events: none;
  z-index: 10;
}

#reservation-modal #step-form {
  padding: 18px;
}

#reservation-modal .gfield_contains_required.gfield--type-checkbox::after {
  content: none !important;
}

#reservation-modal .gfield_contains_required:focus-within::after,
#reservation-modal .gfield_contains_required.gfield_has_value::after {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.expandable-wrapper {
  position: relative;
}

.expandable-wrapper:not(.is-expanded) {
  mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
}

.expandable-wrapper.is-expanded {
  mask-image: none;
  -webkit-mask-image: none;
}
.info-item::after {
  content: none !important;
}
.litepicker,
.litepicker * {
  box-sizing: border-box !important;
}

.litepicker {
  width: 100% !important;
  min-width: 100%;
}

.container__days {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0 !important;
  width: 100% !important;
  padding: 0 !important;
}

.day-item {
  flex: 0 0 14.285% !important;
  max-width: 14.285% !important;
  aspect-ratio: 1 / 1;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.875rem !important;
  cursor: pointer !important;
  border: 1px solid transparent !important;
  margin: 2px !important;
  box-shadow: none !important;
}

.day-item {
  background-clip: content-box !important;
  padding: 0 !important;
}

.month-item-weekdays-row {
  display: flex !important;
  width: 100% !important;
}

.month-item-weekdays-row div {
  flex: 0 0 14.285% !important;
  text-align: center;
  text-transform: capitalize;
  font-size: 0.75rem !important;
  font-family: "Source Sans 3", sans-serif;
  padding: 5px 0;
}

.day-item.is-start-date,
.day-item.is-end-date {
  background-color: #000 !important;
  color: #fff !important;
  border-radius: 0 !important;
}

.day-item.is-in-range {
  background-color: #f1ece6 !important;
}

.day-item.is-empty {
  visibility: hidden;
}
.litepicker .container__days > div {
  flex: 0 0 14.285% !important;
  max-width: 14.285% !important;
  aspect-ratio: 1 / 1;
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: 0.875rem !important;
  cursor: pointer !important;
  border: 1px solid transparent !important;
  margin: 0 !important;
  box-shadow: none !important;
}
.litepicker .container__months.columns-2 {
  width: calc((var(--litepicker-month-width) * 2) + 48.2px);
}
.litepicker .container__months .month-item {
  width: 100%;
  padding: 0 18px;
}

.next-block{
  padding-bottom: 36px;
}
.step-form button:hover {
  box-shadow: inset 0 0 0 100px #DBDBDB
}
.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
  color: #444444 !important;
}
#reservation-modal form input[type="checkbox"]:focus {
  outline:none;
}
.close-datapicker {
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 9;
  cursor: pointer;
  padding: 0 15px;
  font-size: 20px;
}
.litepicker .container__months {
  background-color: transparent;
}
.container__months {
  width: 100% !important;
}
@media (min-width: 650px) {
  .litepicker .container__months .month-item {
    width: 100%;
  }
  .filter-action-buttons {
    margin-left: auto;
  }
}
.datepicker-footer-manual {
  padding: 15px 18px 0 18px;
}
#step-calendar {
  padding-bottom: 15px;
}
.property-gallery-modal__meta {
  width: calc(100% - 48px) !important;
  max-width: calc(100% - 48px) !important;
}
.property-gallery-modal__title,
.property-gallery-modal__sub {
  max-width: 45%;
}
.property-gallery-modal__count {
  gap: 3px !important;
  top: 8px !important;
  width: unset !important;
  display: flex !important;
}
@media (max-width: 550px) {
  .property-gallery-modal__count {
    position: initial !important;
    transform: none !important;
    margin-top: 4px;
  }

  .property-gallery-modal__title {
    margin-top: 1.2em;
  }
  .property-gallery-modal__title,
  .property-gallery-modal__sub {
    max-width: 80% !important;
  }
  .property-hero__slider {
    min-height: 420px;
  }
  .property-hero__slider img {
    min-height: 420px;
  }
  #googleMap {
    max-height: 330px !important;
  }
}
@media (min-width: 550px) {
  .property-hero__slider {
    min-height: 600px;
  }
  .property-hero__slider img {
    min-height: 600px;
  }
}
.property-gallery-modal__count span {
  opacity: 1 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
}
#reservation-modal .gform-theme--framework .gform_validation_errors{
      border-radius: 10px !important;
      max-width: 351px!important;
          padding: 10px!important;
              margin-bottom: 1.2em!important;
}

#reservation-modal .gform-theme--framework h2.gform_submission_error.hide_summary{
    font-size: 14px !important;
}

 #reservation-modal .gform_validation_error form .gform_fields.top_label{
      row-gap: 0.8em!important;
}