.single h1 {
	font-size: clamp(1.5rem, 5vw, 2.8rem);
	font-weight: 600;
	text-align: center;
}
.single h2 {
	font-size: 1.5rem!important;
	font-weight: 600;
	margin-top: 0;
}
.single h1 span {
	display: block;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    color: #c5995a;
    text-transform: uppercase;
    letter-spacing: 0;
}
.single section {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}
.single section.data-section {
	margin: 4rem auto;
}
.data-section h3 {
	margin: 1rem 0 0 0;
	font-size: 1.5rem!important;
	font-weight: 600;
}
.data-section .row {
	margin-top: 2rem;
	display: flex;
	gap: 2rem;
	padding: 0 2rem;
}
.data-section .row .column {
	border-top: 1px solid black;
	width: 70%;
}
.data-section .row .column:first-of-type {
	width: 30%;
}
.data-section .table.row {
	margin: 0;
	gap: 4rem;
	padding: 0;
}
.data-section .table.row:first-of-type {
	margin-top: 1rem;
}
.data-section .table.row .column {
	border: none;
	width: 50%;
	display: flex;
	justify-content: space-between;
	line-height: 0;
}
.data-section .table p {
	font-weight: 600;
	color: #1F2C47;
}
.data-section .table p.label {
	color: #c5995a;
}
.data-section .pills {
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 1rem;
	justify-content: flex-start;
}
.data-section .pill {
	background: #1f2c47;
	color: #fff;
}

@media only screen and (max-width: 1100px) {
	.data-section .row .column:first-of-type:not(.data-section .table.row .column)  {
		width: 15%;
	}
	.data-section .row .column  {
		width: 85%;
	}
}
@media only screen and (max-width: 767px) {
	.single section.data-section {
		margin: 2rem auto;
	}
	.data-section .row {
		flex-direction: column;
		padding: 0 1rem;
		gap: 1rem;
	}
	.data-section .table.row {
		gap: 0;
	}
	.data-section .column:first-of-type {
		border: none;
	}
	.data-section .row .column,
	.data-section .table.row .column {
		width: 100%;
	}
}
.single .wrapper {
	background-color: white;
	border-radius: 8px;
	padding: 0.6rem;
	position: relative;
	height: 100%;
	max-height: 560px;
	overflow: hidden;
}
@media only screen and (max-width: 650px) {
	.single .wrapper {
		max-height: 765px;
	}
}
.single .wrapper.loaded {
	max-height: unset;
}

.row {
	display: flex;
	justify-content: space-between;
}
.single .info-col {
	padding: 2rem;
	flex: 2;
}
.quick-info {
	display: flex;
	gap: 2rem;
}

.quick-info p {
	font-weight: 600;
	color: #1F2C47;
}
.quick-info span {
	display: block;
	color: #c5995a;
}
@media only screen and (max-width: 550px) {
	.quick-info {
		gap: 0.5rem;
		flex-direction: column;
	}
	.quick-info p {
		display: flex;
		justify-content: space-between;
		margin: 0;
	}
}
.single .image-col {
	flex: 4;
	border-radius: 6px;
	width: 100%;
	height: 560px;
	overflow: hidden;
	position: relative;
}
.single .badge {
	position: absolute;
	top: 1rem;
	left: 1rem;
	background: rgba(255,255,255, 0.8);
	backdrop-filter: blur(6px);
	color: #1F2C47;
	padding: .8rem 2rem;
	font-weight: 600;
	border-radius: 6px;
	font-size: 0.9rem;
	z-index: 9;
}
@media only screen and (max-width: 650px) {
	.single .badge {
		padding: .4rem 1rem;
	}
}
.description {
	position: relative;
	overflow: hidden;
	z-index: 1;
	padding-bottom: 2rem;
	transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
	max-height: 2000px;
	line-height: 1.5;
	color: #1F2C47;
}
.description.readmore {
    max-height: 305px;
}
.single-estates .description.readmore {
	max-height: 400px;
}
.description p:first-of-type {
	font-weight: 600;
}
.description.readmore::after {
    content:'';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(0deg, rgb(255 255 255) 29%, rgba(0, 212, 255, 0) 100%);
    z-index: 9;
}
.description.readmore button,
.description button {
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    bottom: 0;
    padding: 0;
    padding-bottom: 0.5rem;
    z-index: 999;	
    border: none;
    color: #1F2C47!important;
    max-width: unset;
    transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1);
    background: none !important;
    pointer-events: all;
    cursor: pointer;
}
.description button::after {
    content: '';
    background: #1F2C47;
    height: 1px;
    width: 100%;
    bottom: 5px;
    left: 0px;
    position: absolute;
    transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1);
}
.description button::before {
    content: '';
    background: #c5995a;
    height: 1px;
    width: 0%;
    z-index: 9999;
    bottom: 5px;
    right: 0px;
    position: absolute;
    transition: all 300ms cubic-bezier(0.86, 0, 0.07, 1);
}
.description button:hover::before {
	width: 100%;
}
.obs-text {
	font-size: 0.8rem!important;
	font-weight: 600;
}
.description hr {
	border-color: #1f2c47;
	opacity: 0.2;
}
#lease-sketch-view img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
@media only screen and (max-width: 1024px) {
	.single .row:not(.data-section .row) {
		flex-direction: column-reverse;
	}
}
@media only screen and (max-width: 650px) {
	.single .info-col {
		padding: 1rem;
	}

	.single h2 {
		font-size: 1.2 rem;
		font-weight: 600;
	}
}
/* SLIDER */
.splide {
	height: 100%;
}
.splide__track {
	height: 100%;
}
.splide__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.single-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.placeholder {
	width: 100%;
	height: 100%;
	min-height: 280px;
	border-radius: 5px;
	background: #f0f4fa;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-weight: 500;
}
@media only screen and (max-width: 650px) {
	.single .image-col,
	.splide {
		max-height: 300px;
	}
}

/* Video */
.video-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9; /* Modern browsers support this */
    background: black; /* fallback background */
    overflow: hidden;
  }

/* The video fills the container and uses object-fit: cover */
.video-wrapper video {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
/* MAP STuff */

.views {
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 9;
	gap: 0.5rem;
}
.views button {
  background: white;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.views svg {
	width: 24px;
	fill: #1F2C47;
	max-height: 20px;
	transition: .3s ease-in-out;
}
.view-toggle.active svg {
	fill: #C5995A;
}
.view-toggle[data-view-switch="sketch"] svg {
	fill: none;
	stroke: #1F2C47;
	stroke-width: 46px;
	position: relative;
	top: 2px;
	transform: rotate(45deg);
}
.views button:hover svg {
	fill: #C5995A;
}
.view-toggle[data-view-switch="sketch"]:hover svg {
	fill: none;
	stroke: #C5995A;
}
.single .views {
	top: 15px;
	bottom: unset;
	flex-direction: column;
	margin: 0;
}
.single .views button {
	width: 34px;
	height: 34px;
}
.single .views button svg {
	width: 19px;
	max-height: 18px;
}
#map {
	width: 100%;
	height: 560px;
}
@media only screen and (max-width: 650px) {
	#map {
		height: calc(100% + 30px);
	}
}
.lease-view {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);;
}
.lease-view.visible {
    opacity: 1;
    pointer-events: all;
}
.splide__arrow {
	background: none!important;
}
.splide__arrow svg {
	fill: #fff!important;
	width: 2rem!important;
	height: 2rem!important;
}

#preloader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s ease;
}

#preloader-overlay.hidden {
  opacity: 0;
  pointer-events: none;
}
.single section.fake-404 {
	padding: 2rem;
	position: fixed;
	top: 0;
	left: -2rem;
	width: 100vw;
	height: 100vh;
	overflow-y: scroll;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: rgba(255,255,255, 0.8);
	backdrop-filter: blur(10px);
	max-width: unset;
	z-index: 99;
}
.single section.fake-404 p {
	max-width: 850px;
	text-align: center;
}
.single section.fake-404 .button-wrapper {
	margin-top: 2rem;
	display: flex;
	gap: 1rem;
}
.single section.fake-404 .button-wrapper a {
    background: transparent;
    border-radius: 45px;
    border: 2px solid #1f2c47;
    padding: .5rem 3rem;
    color: #1f2c47;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    transition: .3s ease-in-out;
    opacity: 1;
    pointer-events: all;
    line-height: 30px;
    font-size: 0.9rem;
    text-decoration: none;
    text-align: center;
}
.single section.fake-404 .button-wrapper a:first-of-type,
.single section.fake-404 .button-wrapper a:hover {
	background: #C5995A;
    border-color: #C5995A;
    color: #fff;
}
.single section.fake-404 .button-wrapper a:first-of-type:hover {
	background: #1f2c47;
	border-color: #1f2c47;
	color: #fff;
}
@media only screen and (max-width: 767px) {
	.single section.fake-404 .button-wrapper {
		flex-direction: column;
	}
}