/* inter-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v19-latin-regular.woff2") format("woff2");
}

/* inter-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/inter-v19-latin-600.woff2") format("woff2");
}

/* inter-800 - latin */
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/inter-v19-latin-800.woff2") format("woff2");
}

/* libre-baskerville-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Libre Baskerville";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/libre-baskerville-v16-latin-regular.woff2") format("woff2");
}

:root {
  --body-font: "Inter", sans-serif;
  --title-font: "Libre Baskerville", serif;
  --accent-gold: #896e42;
  --trans: 0.4s all ease;
}

.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.bigger-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  display: block;
  position: relative;
  z-index: 3;
}

.about {
  background: #fff;
}

.about:not(.inner-page) p {
  font-size: 20px;
}

.bg--section {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.bg--section.fixed {
  background-attachment: fixed;
}

/* Add mobile-specific styles */
@media screen and (max-width: 768px) {
  .bg--section.fixed {
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
  }
  
  .properties .bg--section {
    height: 100%;  /* Full height on mobile */
  }
}

.propertybox .text {
  background: #fff;
  padding: 15px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  min-height: 110px;
  box-shadow: rgba(159, 162, 191, 0.18) 0px 9px 16px,
    rgba(159, 162, 191, 0.32) 0px 2px 2px;
}

.properties .bg--section {
  height: 60%;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.properties .bg--section::before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  background: #141414;
  opacity: 0.6;
}

.pagination .btn-default {
  background: #000;
}

.pagination .btn-default:hover {
  background: var(--accent-gold);
}

.grecaptcha-badge {
  display: none !important;
}

.main-nav .navbar .navbar-nav .current-menu-item a {
  color: var(--accent-gold);
}

.about.inner-page {
  padding-top: 70px;
}
