.bg-foreground {
  background-color: rgb(160, 157, 145);
}

.bg-foreground {
  background-color: rgb(160, 157, 145);
}

.bg-default {
  background-color: rgb(217, 217, 217);
}

.text-black {
  color: rgb(0, 0, 0);
}

.development-slider {
  padding-top: 79px;
}
@media (min-width: 720px) {
  .development-slider {
    padding-top: 87px;
  }
}
@media (min-width: 992px) {
  .development-slider {
    padding-top: 49px;
  }
}
.development-slider .carousel {
  padding-top: 8px;
  height: 80vh;
}
@media (min-width: 720px) {
  .development-slider .carousel {
    padding-top: 0px;
    height: 82.5vh;
  }
}
@media (min-width: 992px) {
  .development-slider .carousel {
    padding-top: 20px;
    height: 87.5vh;
  }
}
.development-slider .carousel .image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (min-width: 720px) {
  .development-slider .carousel .image {
    height: 100%;
    padding-bottom: 71px;
  }
}
.development-slider .carousel .image img {
  object-fit: contain;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1.15;
  max-height: 60vh;
}
@media (min-width: 720px) {
  .development-slider .carousel .image img {
    width: auto;
    height: 100%;
    aspect-ratio: auto;
    max-height: 70vh;
  }
}
.development-slider .carousel .image .content {
  padding-top: 10px;
}
.development-slider .thumb {
  opacity: 50%;
  width: 34px;
  z-index: 2;
  cursor: pointer;
  z-index: 2;
}
.development-slider .thumb img {
  object-fit: contain;
}
@media (min-width: 720px) {
  .development-slider .thumb {
    width: auto;
  }
}
@media (min-width: 720px) {
  .development-slider .thumb-next {
    padding-top: 21px;
    position: fixed;
    width: 41px;
    top: 101px;
    right: 22px;
  }
}
@media (min-width: 720px) and (min-width: 992px) {
  .development-slider .thumb-next {
    width: 79px;
    top: 66px;
  }
}
@media (min-width: 720px) {
  .development-slider .thumb-prev {
    padding-top: 21px;
    position: fixed;
    width: 41px;
    top: 101px;
    left: 22px;
  }
}
@media (min-width: 992px) {
  .development-slider .thumb-prev {
    width: 79px;
    top: 66px;
  }
}
.development-slider .overview {
  z-index: 4;
  cursor: pointer;
}
.development-single {
  height: 100svh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 12px;
  padding-top: 31px;
}
@media (min-width: 720px) {
  .development-single {
    padding-top: 0;
  }
}
.development-single .image {
  overflow: hidden;
  height: calc(100svh - 200px);
}
.development-single .image img {
  object-fit: contain;
  height: calc(100svh - 100px);
}
@media (min-width: 720px) {
  .development-single .image {
    padding-top: 82px;
  }
}
.development-single .text {
  padding-top: 15px;
}
.development-single .dev-nav {
  padding-top: 34px;
}
.development-single .info {
  gap: 14px;
}
.development-single .nav-next {
  top: 56.6%;
  left: 69%;
  transform: translate(-50%, -50%);
}
@media (max-width: 719.98px) {
  .development-single .nav-next-mobile {
    right: 19px;
    top: 34%;
  }
}
.development-single .nav-prev {
  top: 56.6%;
  right: 69%;
  transform: translate(-50%, -50%);
  transform: rotate(-180deg);
}
@media (max-width: 719.98px) {
  .development-single .nav-prev-mobile {
    left: 19px;
    top: 34%;
  }
}
.development-single .close {
  padding-top: 49px;
  padding-bottom: 2px;
  z-index: 99;
  position: relative;
  pointer-events: all;
  cursor: pointer;
}
.development-single .pagination-arrows {
  top: 99%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 720px) {
  .development-single .pagination-arrows {
    top: 56.6%;
    right: 4px;
    left: auto;
  }
}
.development-modal.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  display: none;
  justify-content: flex-center;
  align-items: end;
  z-index: 50;
}
.development-modal .modal {
  background: rgb(160, 157, 145);
  width: 100%;
  max-width: none;
  box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.1);
  padding-top: 6px;
  position: relative;
  transform-origin: bottom center;
  height: 76.5vh;
  overflow-y: auto;
  padding-bottom: 16px;
  padding-top: 0px;
}
@media (min-width: 720px) {
  .development-modal .modal {
    height: 82.5vh;
    padding-top: 22px;
    padding-bottom: 42px;
  }
}
.development-modal .modal .title {
  padding-top: 10px;
}
@media (min-width: 720px) {
  .development-modal .modal .title {
    padding-top: 41px;
  }
}
.development-modal .modal .sticky {
  height: fit-content;
  top: 5px;
}
.development-modal .modal .info {
  padding-top: 12px;
}
.development-modal .modal .info li:not(:last-of-type) {
  padding-bottom: 3px;
}
.development-modal .modal .amenities {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (min-width: 992px) {
  .development-modal .modal .amenities {
    grid-template-columns: repeat(3, 1fr);
  }
}
.development-modal .modal .amenities li {
  display: flex;
  align-items: end;
  gap: 20px;
}
.development-modal .modal .amenities li img {
  height: 55px;
  width: 55px;
}
.development-modal .modal .links {
  padding-top: 26px;
  padding-bottom: 38px;
  margin-top: auto;
}
@media (min-width: 720px) {
  .development-modal .modal .links {
    padding-top: 40px;
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .development-modal .modal .links {
    padding-top: 0;
  }
}
.development-modal .modal .links a {
  padding-bottom: 9px;
}
@media (min-width: 720px) {
  .development-modal .modal .links a {
    padding-bottom: 11px;
  }
}
.development-modal .modal .map {
  padding-top: 11px;
}
.development-modal .modal .map #map {
  width: 100%;
  height: 49vh;
  position: relative;
}
@media (min-width: 720px) {
  .development-modal .modal .map #map {
    height: 42vh;
  }
}
@media (min-width: 992px) {
  .development-modal .modal .map #map {
    height: 57.9vh;
  }
}
.development-modal .modal .map #map .mapboxgl-ctrl-logo,
.development-modal .modal .map #map .mapboxgl-ctrl-attrib {
  display: none !important;
}
.development-modal .modal .map .custom-marker {
  width: 6px;
  height: 6px;
  background-color: #000000;
  border-radius: 100%;
  border: 0;
}
.development-tabs .tab-buttons {
  display: flex;
  position: relative;
  gap: 24px;
}
@media (min-width: 720px) {
  .development-tabs .tab-buttons {
    gap: 36px;
  }
}
@media (max-width: 719.98px) {
  .development-tabs .tab-buttons {
    position: sticky;
    top: 0;
    padding-top: 27px;
    background-color: rgb(160, 157, 145);
    z-index: 3;
  }
}
.development-tabs .tab-btn {
  cursor: pointer;
  background: none;
  border: none;
  position: relative;
  z-index: 2;
  padding: 0 0 6px 0;
  color: rgb(0, 0, 0);
}
.development-tabs .tab-line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: rgb(0, 0, 0);
  z-index: 1;
}
.development-tabs .tab-contents {
  padding-top: 24px;
  position: relative;
  overflow: hidden;
  min-height: 100px;
}
@media (min-width: 720px) {
  .development-tabs .tab-contents {
    padding-top: 34px;
  }
}
@media (min-width: 992px) {
  .development-tabs .tab-contents {
    padding-top: 41px;
  }
}
@media (min-width: 720px) {
  .development-tabs .tab-contents ul {
    padding-bottom: 24px;
  }
}
.development-tabs .tab-content {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.development-tabs .tab-content.active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

.open-modal {
  z-index: 99;
  cursor: pointer;
  position: relative;
  gap: 5px;
  padding: 0;
}
@media (min-width: 720px) {
  .open-modal {
    padding: 0 15px;
  }
}
.open-modal svg {
  transition: all 0.2s ease-in-out;
  transform: rotate(0deg);
}
.open-modal.active svg {
  transform: rotate(180deg);
}
.open-modal.active .title {
  display: none;
}

.development-single .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.development-single {
  position: relative;
  overflow: hidden;
}

.development-single .slide.active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

.development-single .slide:not(.active) {
  opacity: 0;
  pointer-events: none;
}

.nav-next,
.nav-prev {
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.nav-next:hover,
.nav-prev:hover {
  opacity: 0.6;
}

/* --- Modal Overlay/Container Styles --- */
.modal-overlay.thumbs-modal {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: fit-content;
  z-index: 1000;
  display: none;
  overflow-y: hidden;
  padding: 20px;
}

.modal-overlay.thumbs-modal .modal {
  background: transparent;
  max-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

#modal-thumbs-container {
  flex-wrap: nowrap;
  gap: 12px;
}

#modal-thumbs-container .modal-thumb {
  height: 55px;
  width: auto;
  cursor: pointer;
}
@media (min-width: 720px) {
  #modal-thumbs-container .modal-thumb {
    height: 70px;
  }
}
#modal-thumbs-container .modal-thumb img {
  width: auto;
}

.global-controls {
  position: fixed;
  bottom: 13px;
  right: 0px;
  left: 0px;
  padding: 0 15px;
  z-index: 99;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 720px) {
  .global-controls {
    bottom: 20px;
  }
}
.global-controls .title {
  z-index: -1;
}

/*# sourceMappingURL=single-development.css.map */
