body {
  background: #fbf8f1;
  color: #1c1c1c;
  font-family: "Montserrat", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 1.2px;
}

p {
  font-weight: 400;
}

.navbar-brand {
  color: #111;
  display: inline-block;
  font-family: "Montserrat", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.navbar-brand:hover,
.navbar-brand:focus {
  color: #111;
  text-decoration: none;
}

a.contact-link {
  color: #1c1c1c;
  text-decoration: none;
}

a.contact-link:hover,
a.contact-link:focus {
  color: #1c1c1c;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.btn,
.btn-primary {
  align-items: center;
  background: transparent;
  border: 1px solid #1c1c1c;
  border-radius: 0;
  color: #1c1c1c;
  display: inline-flex;
  font-family: "Montserrat", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  justify-content: center;
  letter-spacing: 1.8px;
  line-height: 1;
  min-height: 40px;
  padding: 12px 18px;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.2s ease, color 0.2s ease;
  white-space: nowrap;
  width: 100%;
}

.btn:hover,
.btn:focus,
.btn-primary:hover,
.btn-primary:focus {
  background: #1c1c1c;
  border-color: #1c1c1c;
  box-shadow: none;
  color: #fff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
  background: #1c1c1c;
  border-color: #1c1c1c;
  color: #fff;
}

.property-image {
  aspect-ratio: 16 / 9;
  display: block;
  height: auto;
  object-fit: cover;
  object-position: center;
  transition: filter 0.35s ease, transform 0.35s ease;
  width: 100%;
}

.property-image-frame {
  border-radius: 4px;
  display: block;
  overflow: hidden;
}

.property-image:hover {
  filter: brightness(0.96);
  transform: scale(1.008);
}

.footer-copyright {
  font-size: 11px;
  letter-spacing: 1.2px;
  margin: 18px 0 0;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  body {
    letter-spacing: 0.8px;
  }

  #header {
    padding-left: 24px;
    padding-right: 24px;
    text-align: center;
  }

  #header .text-left {
    text-align: center !important;
  }

  .navbar-brand {
    font-size: 20px;
    margin-bottom: 18px !important;
  }

  #header .col-md-3 {
    margin-bottom: 12px;
  }

  #header .col-md-3:last-child {
    margin-bottom: 0;
  }

  .btn,
  .btn-primary {
    min-height: 44px;
    padding: 14px 16px;
  }

  .listing-details {
    grid-template-columns: 1fr !important;
    row-gap: 4px;
  }

  .property-image {
    aspect-ratio: 4 / 3;
  }

  #sub_footer {
    padding-top: 18px;
    text-align: center;
  }

  #sub_footer .text-left,
  #sub_footer .text-right {
    text-align: center !important;
  }

  #sub_footer .col-md-4 {
    margin-bottom: 10px;
  }
}
