/* REALESTATE CSS */
/* WEBSITE 2026 Â© URBAN GROUP - FORWARD STUDIO */


/* ============================
	REALESTATE
============================ */

/* REALESTATE BLOCK */

.realestate--block {
	padding: 10rem 0;
}

.realestate--block.full--page {
	padding: 0 0 10rem 0;
}

.realestate--block .container-fluid {
	max-width: 1800px;
}

/* REALESTATE GRID */

.realestate--grid {
	align-items: stretch;
}

.realestate--grid-item {
	height: 100%;
}

/* REALESTATE CARD */

.realestate--card {
	background-color: #FFFFFF;
	border-radius: 1.25rem;
	box-shadow: 0 14px 30px rgba(0, 0, 0, 0.10);
	display: flex;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	position: relative;
	transform: translateZ(0);
	transition: all 0.3s ease;
}

.realestate--card:hover {
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.14);
	transform: translateY(-2px);
}

.realestate--card-link {
	color: inherit;
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
}

/* MEDIA */

.realestate--media {
	aspect-ratio: 16 / 11;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.realestate--img {
	height: 100%;
	object-fit: cover;
	object-position: center center;
	width: 100%;
}

/* BADGES */

.realestate--badge {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 0.95rem;
	font-weight: 600;
	gap: 0.45rem;
	letter-spacing: -0.01rem;
	line-height: 1;
	padding: 0.55rem 0.85rem;
	white-space: nowrap;
}

.realestate--badge--status {
	background-color: #0A0A87;
	bottom: 0.9rem;
	color: #FFFFFF;
	left: 0.9rem;
	position: absolute;
	z-index: 2;
}

.realestate--badge-icon {
	font-size: 0.95rem;
	line-height: 1;
}

/* MEDIA ACTION */

.realestate--action {
	align-items: center;
	background-color: rgba(17, 17, 17, 0.70);
	border: 0;
	border-radius: 0.9rem;
	color: #FFFFFF;
	display: inline-flex;
	height: 2.6rem;
	justify-content: center;
	position: absolute;
	right: 0.9rem;
	top: 0.9rem;
	transition: all 0.3s ease;
	width: 2.6rem;
	z-index: 2;
}

.realestate--action:hover {
	background-color: rgba(17, 17, 17, 0.90);
	transform: scale(1.04);
}

.realestate--action i {
	font-size: 1.1rem;
}

/* CARD BODY */

.realestate--body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 1rem;
	padding: 1.5rem 1.5rem 1.25rem 1.5rem;
}

.realestate--title {
	color: #111111;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 1.55rem;
	font-weight: 700;
	letter-spacing: -0.035rem;
	line-height: 1.1;
	margin: 0;
}

.realestate--subtitle {
	color: #6B6B6B;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.05rem;
	font-weight: 500;
	line-height: 1.35;
	margin: 0.35rem 0 0 0;
}

/* META ROW */

.realestate--meta {
	align-items: baseline;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	width: 100%;
}

.realestate--meta-left {
	color: #111111;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.02rem;
	font-weight: 500;
	line-height: 1.2;
}

.realestate--meta-right {
	color: #111111;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 1.15rem;
	font-weight: 800;
	line-height: 1.2;
	text-align: right;
	white-space: nowrap;
}

/* DIVIDER */

.realestate--divider {
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	margin: 0.25rem 0 0 0;
	width: 100%;
}

/* STATS ROW */

.realestate--stats {
	align-items: center;
	display: flex;
	gap: 0.85rem;
	justify-content: space-between;
	padding-top: 0.35rem;
	width: 100%;
}

.realestate--stats-left {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1rem;
}

.realestate--stat {
	align-items: center;
	color: #111111;
	display: inline-flex;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1rem;
	font-weight: 600;
	gap: 0.55rem;
	line-height: 1.2;
}

.realestate--stat i {
	color: rgba(17, 17, 17, 0.70);
	font-size: 1.1rem;
	line-height: 1;
}

.realestate--stat-value {
	font-feature-settings: "tnum";
	font-variant-numeric: tabular-nums;
}

/* ENERGY LABEL */

/* ENERGY LABEL */

.realestate--energy {
	align-items: center;
	display: inline-flex;
	justify-content: flex-end;
}

.realestate--energy-badge {
	align-items: center;
	border-radius: 0.75rem;
	display: inline-flex;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 0.95rem;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	min-width: 2.6rem;
	padding: 0.65rem 0.7rem 0.55rem 0.7rem;
	position: relative;
	text-transform: uppercase;
	top: -2px;
}

/* A â†’ G OPTIMIZED SCALE */

.realestate--energy-badge.is-a {
	background-color: #5DCC5B;
	color: #0A0A0A;
}

.realestate--energy-badge.is-b {
	background-color: #A0EE46;
	color: #0A0A0A;
}

.realestate--energy-badge.is-c {
	background-color: #CEFF55;
	color: #0A0A0A;
}

.realestate--energy-badge.is-d {
	background-color: #FFF343;
	color: #0A0A0A;
}

.realestate--energy-badge.is-e {
	background-color: #F9A54D;
	color: #0A0A0A;
}

.realestate--energy-badge.is-f {
	background-color: #FF8534;
	color: #0A0A0A;
}

.realestate--energy-badge.is-g {
	background-color: #F93630;
	color: #FFFFFF;
	/* beter contrast bij rood */
}


/* TOOLTIP */

.realestate--tooltip {
	cursor: help;
}

.realestate--tooltip[data-tooltip] {
	position: relative;
}

.realestate--tooltip[data-tooltip]:hover::after {
	background-color: rgba(10, 10, 10, 0.92);
	border-radius: 0.65rem;
	color: #FFFFFF;
	content: attr(data-tooltip);
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 0.92rem;
	font-weight: 600;
	left: 50%;
	letter-spacing: -0.01rem;
	line-height: 1.1;
	padding: 0.55rem 0.7rem;
	position: absolute;
	top: -0.9rem;
	transform: translate(-50%, -100%);
	white-space: nowrap;
	z-index: 10;
}

.realestate--tooltip[data-tooltip]:hover::before {
	border: 8px solid transparent;
	border-top-color: rgba(10, 10, 10, 0.92);
	content: "";
	left: 50%;
	position: absolute;
	top: -0.9rem;
	transform: translate(-50%, -10%);
	z-index: 10;
}


/* CTA */
.realestate--block .cta--button {
	align-items: center;
	background-color: #FF8A00;
	border: 1.5px solid #FF8A00;
	border-radius: 0.9rem;
	color: #000000;
	display: inline-flex;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 1.45rem;
	font-weight: 700;
	gap: 0.6rem;
	justify-content: center;
	letter-spacing: -0.05rem;
	line-height: 1;
	padding: 1rem 1.25rem .75rem 1.25rem;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease;
	vertical-align: middle;
}

.realestate--block .cta--button:hover {
	background-color: #0A0A87;
	border: 1.5px solid #0A0A87;
	color: #FFFFFF;
}

.realestate--block .cta--button i {
	font-size: 1.35rem;
	margin-bottom: 3px;
	transition: transform 0.3s ease;
}

.realestate--block .cta--button:hover i {
	transform: translateX(6px);
}



/* ============================
	RESPONSIVE
============================ */

@media (max-width: 1199.98px) {
	.realestate--title {
		font-size: 1.55rem;
	}
}

@media (max-width: 991.98px) {
	.realestate--body {
		padding: 1.35rem 1.35rem 1.15rem 1.35rem;
	}

	.realestate--meta-right {
		font-size: 1.1rem;
	}
}

@media (max-width: 575.98px) {
	.realestate--block {
		padding: 6rem 0;
	}

	.realestate--block.full--page {
		padding: 0 0 6rem 0;
	}

	.realestate--body {
		gap: 0.9rem;
		padding: 1.2rem 1.2rem 1.05rem 1.2rem;
	}

	.realestate--meta {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.45rem;
	}

	.realestate--meta-right {
		text-align: left;
	}

	.realestate--stats {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.75rem;
	}

	.realestate--energy {
		justify-content: flex-start;
		width: 100%;
	}

	.realestate--block .cta--button {
		width: 100%;
	}
}


/* ============================
	SUPERHERO (DETAIL HERO)
============================ */

.superhero {
	--hero-gap: 1rem;
	--hero-height: 900px;
	--hero-radius: 0.75rem;
	--thumb-height: calc((var(--hero-height) - (var(--hero-gap) * 2)) / 3);
}

/* LOGO */

.superhero--logo {
	padding-left: 3rem;
	position: absolute;
	top: -3rem;
	z-index: 10;
}

.superhero--logo img {
	height: 300px;
	transition: all 0.3s ease;
}

/* COVER */

.superhero--container {
	padding: 0;
}

.superhero--cover {
	border-radius: var(--hero-radius);
	height: var(--hero-height);
	overflow: hidden;
	position: relative;
}

.superhero--cover--link {
	display: block;
	height: 100%;
	text-decoration: none;
}

.superhero--cover--media {
	height: 100%;
}

.superhero--cover--media img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/*  SUPERHERO STATUS BADGE */

.superhero--badge {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-family: 'Eina 01', Arial, sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	gap: 0.45rem;
	letter-spacing: -0.01rem;
	line-height: 1;
	padding: 0.55rem 0.85rem;
	position: absolute;
	white-space: nowrap;
	z-index: 3;
}

.superhero--badge--status {
	background-color: #0A0A87;
	bottom: 3rem;
	color: #FFFFFF;
	left: 3rem;
}

.superhero--badge-icon {
	font-size: 1.5rem;
	line-height: 1;
}


/* SUPERHERO BACK BUTTON */

.superhero--back {
	align-items: center;
	background-color: rgba(255, 255, 255, 0.85);
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 999px;
	color: #111111;
	display: inline-flex;
	font-family: "Gotham Pro", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	gap: 0.5rem;
	letter-spacing: -0.02rem;
	line-height: 1;
	padding: 0.55rem 0.75rem;
	position: absolute;
	right: 2rem;
	text-decoration: none;
	top: 2rem;
	transition: all 0.25s ease;
	z-index: 3;
}

.superhero--back i {
	font-size: 0.95rem;
}

.superhero--back:hover {
	background-color: rgba(10, 10, 135, 0.25);
	border-color: rgba(255, 255, 255, 0.35);
	color: #FFFFFF;
	transform: translateY(-1px);
}


/* THUMBS */

.superhero--thumbs {
	display: flex;
	flex-wrap: wrap;
	gap: var(--hero-gap);
	height: var(--hero-height);
}

.superhero--thumb {
	border-radius: var(--hero-radius);
	display: block;
	flex: 0 0 calc(50% - (var(--hero-gap) / 2));
	height: var(--thumb-height);
	overflow: hidden;
	position: relative;
	text-decoration: none;
	transition: transform 0.3s ease;
}

.superhero--thumb:hover {
	transform: translateY(-2px);
}

.superhero--thumb img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}


/* OVERLAY */

.superhero--thumb--more::after {
	backdrop-filter: blur(6px);
	background-color: rgba(17, 17, 17, 0.28);
	content: "";
	inset: 0;
	position: absolute;
	z-index: 1;
}

.superhero--more {
	align-items: center;
	background-color: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 999px;
	color: #FFFFFF;
	display: inline-flex;
	font-family: "Gotham Pro", Arial, sans-serif;
	font-size: 1.05rem;
	font-weight: 900;
	inset: auto auto 2rem 2rem;
	letter-spacing: -0.02rem;
	line-height: 1;
	padding: 0.65rem 0.85rem;
	position: absolute;
	text-transform: uppercase;
	z-index: 2;
}


/* ============================
	SUPERHERO RESPONSIVE
============================ */

/* < XL = STACKED LAYOUT */
@media (max-width: 1199.98px) {

	.superhero {
		--hero-height: 640px;
		--hero-gap: 0.75rem;
	}

	.superhero--cover {
		height: var(--hero-height);
		margin-bottom: 1.5rem;
	}

	.superhero--thumbs {
		height: auto;
	}

	.superhero--thumb {
		flex: 0 0 calc(50% - (var(--hero-gap) / 2));
		height: 200px;
	}

}


/* TABLET */
@media (max-width: 768px) {

	.superhero {
		--hero-height: 520px;
	}

	.superhero--thumb {
		height: 170px;
	}

}


/* MOBILE */
@media (max-width: 575.98px) {

	.superhero {
		--hero-height: 420px;
		--hero-gap: 0.5rem;
	}

	.superhero--thumb {
		height: 140px;
	}

	.superhero--logo img {
		height: 160px;
	}

}



/* ============================
	REALESTATE DETAIL SUMMARY
============================ */

.realestate--summary {
	padding: 0 0 1.5rem 0;
}

.realestate--summary-card {
	background-color: #F2F4F5;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 1.25rem;
	padding: 2rem;
}

.realestate--summary-item {
	align-items: center;
	background-color: #FFF;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 999px;
	color: #111111;
	display: inline-flex;
	font-family: "Eina 01", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 800;
	gap: 0.55rem;
	letter-spacing: -0.01rem;
	line-height: 1;
	padding: 0.7rem 0.9rem;
}

.realestate--summary-item i {
	color: rgba(17, 17, 17, 0.70);
	font-size: 1.05rem;
	line-height: 1;
}

.realestate--summary-items {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-top: 1.15rem;
}

.realestate--summary-meta {
	color: #555;
	font-family: "Gotham Pro", Arial, sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: -0.01rem;
	line-height: 1.3;
	margin: 0;
}

.realestate--summary-title {
	color: #111111;
	font-family: "Gotham Pro", Arial, sans-serif;
	font-size: 2.25rem;
	font-weight: 800;
	letter-spacing: -0.035rem;
	line-height: 1.35;
	margin: 0;
}



/* ============================
	REALESTATE DETAIL
============================ */

/* CONTENT MAX WIDTH */

.realestate--detail-content>.container-fluid {
	max-width: 1800px;
}

.realestate--related>.container-fluid {
	max-width: 1800px;
}

/* DETAIL CONTENT WRAP */

.realestate--detail-content {
	padding: 4rem 0 6rem 0;
}

/* LIGHTGALLERY */
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
	border-color: #FF8A00 !important;
}

/* ANCHOR BAR */

.realestate--anchors {
	background-color: #F2F4F585;
	border-radius: 999px;
	display: inline-flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	margin-bottom: 1.25rem;
	padding: 0.45rem;
}

.realestate--anchor {
	border-radius: 999px;
	color: #111111;
	display: inline-flex;
	font-family: "Eina 01", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: -0.01rem;
	line-height: 1;
	padding: 0.75rem 1rem 0.85rem 1rem;
	text-decoration: none;
	transition: all 0.3s ease;
	white-space: nowrap;
}

.realestate--anchor:hover {
	background-color: rgba(17, 17, 17, 0.06);
}

.realestate--anchor.is-active {
	background-color: #0A0A87;
	color: #FFFFFF;
}

/* SECTIONS */

.realestate--section {
	padding: 2.5rem .5rem 1.5rem .5rem;
}

.realestate--section-title {
	color: #111111;
	font-family: "Gotham Pro", Arial, sans-serif;
	font-size: 1.75rem;
	font-weight: 900;
	letter-spacing: -0.04rem;
	line-height: 1.1;
	margin: 0 0 1.25rem 0;
	padding: 0 .5rem;
}

.realestate--block.full--page h2 {
	color: #111111;
	font-family: "Gotham Pro", Arial, sans-serif;
	font-size: 2rem;
	font-weight: 900;
	letter-spacing: -0.04rem;
	line-height: 1.1;
	padding: 0 .5rem;
}

.realestate--lead {
	color: #111111;
	font-family: "Eina 01", Arial, sans-serif;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: -0.01rem;
	line-height: 1.45;
	margin: 0 0 1.5rem 0;
	padding: 0 .5rem;
}

/* RICHTEXT */

.realestate--richtext {
	position: relative;
	padding: 0 .5rem;
}

.realestate--richtext h3 {
	color: #111111;
	font-family: "Gotham Pro", Arial, sans-serif;
	font-size: 1.3rem;
	font-weight: 900;
	letter-spacing: -0.03rem;
	line-height: 1.2;
	margin: 0 0 0.75rem 0;
}

.realestate--richtext p {
	color: #111111;
	font-family: "Eina 01", Arial, sans-serif;
	font-size: 1.05rem;
	font-weight: 500;
	letter-spacing: -0.01rem;
	line-height: 1.7;
	margin: 0 0 1rem 0;
}

/* ACTIONS */

.realestate--section-actions {
	display: flex;
	justify-content: flex-start;
	margin-top: 1.25rem;
}

.realestate--toggle {
	align-items: center;
	background-color: #FF8A00;
	border: 0;
	border-radius: 0.85rem;
	color: #111111;
	display: inline-flex;
	font-family: "Eina 01", Arial, sans-serif;
	font-size: 1.02rem;
	font-weight: 800;
	gap: 0.55rem;
	letter-spacing: -0.01rem;
	line-height: 1;
	padding: 0.85rem 1rem 0.95rem 1rem;
	transition: all 0.3s ease;
}

.realestate--toggle:hover {
	background-color: rgba(17, 17, 17, 0.07);
}

.realestate--toggle i {
	font-size: 0.95rem;
	line-height: 1;
	transition: transform 0.3s ease;
}

.realestate--toggle.is-open i {
	transform: rotate(180deg);
}

/* COLLAPSIBLE */

.realestate--collapsible {
	max-height: none;
	overflow: visible;
}

.realestate--collapsible.is-collapsed {
	mask-image: linear-gradient(180deg, #000000 72%, transparent 100%);
	max-height: var(--collapse-max, 360px);
	overflow: hidden;
}

.realestate--collapsible.is-collapsed::after {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, #FFFFFF 85%);
	bottom: 0;
	content: "";
	height: 6rem;
	inset-inline: 0;
	position: absolute;
}

/* MAP */

.realestate--map {
	border-radius: 1.25rem;
	overflow: hidden;
}

.location--map--outer.realestate--map {
	background-color: #F2F4F595;
	padding: 1rem;
}

.realestate--map #map {
	height: 100%;
	width: 100%;
}

.location--map--outer.realestate--map .realestate--map-inner {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: .75rem;
	height: 400px;
	position: relative;
	width: 100%;
}

/* FEATURES */

.realestate--features {
	display: grid;
	gap: 2rem;
	position: relative;
}

.realestate--features-block {
	background-color: #F2F4F575;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 1.25rem;
	padding: 1.5rem 1.5rem 1.25rem 1.5rem;
}

.realestate--features-list {
	margin: 0;
}

.realestate--features-row {
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr 1fr;
	padding: 0.85rem 0;
}

.realestate--features-row:first-child {
	border-top: 0;
	padding-top: 0;
}

.realestate--features-row dd {
	color: #010101;
	font-family: "Eina 01", Arial, sans-serif;
	font-size: 1.05rem;
	font-weight: 800;
	letter-spacing: -0.01rem;
	line-height: 1.2;
	margin: 0;
	text-align: right;
}

.realestate--features-row dt {
	color: #666666;
	font-family: "Eina 01", Arial, sans-serif;
	font-size: 1.05rem;
	font-weight: 600;
	letter-spacing: -0.01rem;
	line-height: 1.2;
	margin: 0;
}

.realestate--features-title {
	color: #111111;
	font-family: "Gotham Pro", Arial, sans-serif;
	font-size: 1.2rem;
	font-weight: 900;
	letter-spacing: -0.03rem;
	line-height: 1.2;
	margin: 0 0 1rem 0;
}

/* MEDIA GRID */

.realestate--media-box {
	aspect-ratio: 16 / 11;
	border-radius: 1.15rem;
	overflow: hidden;
}

.realestate--media-item {
	display: block;
	text-decoration: none;
	transform: translateZ(0);
	transition: all 0.3s ease;
}

.realestate--media-item:hover {
	transform: translateY(-2px);
}

/* FLOORPLANS */

.realestate--floorplan {
	display: block;
	text-decoration: none;
	transform: translateZ(0);
	transition: all 0.3s ease;
}

.realestate--floorplan:hover {
	transform: translateY(-2px);
}

.realestate--floorplan-box {
	aspect-ratio: 4 / 3;
	background-color: #F2F4F595;
	border: none;
	border-radius: 1.35rem;
	overflow: hidden;
	padding: 0.75rem;
}

.realestate--floorplan-box .realestate--img {
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 0.85rem;
	object-fit: contain;
	padding: .75rem;
}

/* SIDEBAR */

.realestate--sidebar {
	display: flex;
	flex-direction: column;
	gap: 1.1rem;
}

.realestate--sticky {
	position: sticky;
	top: 7.25rem;
}

.realestate--panel {
	background-color: #F2F4F575;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 1.25rem;
	padding: 1.75rem;
}

.realestate--panel-cta {
	align-items: center;
	background-color: #FF8A00;
	border: 1.5px solid #FF8A00;
	border-radius: 0.95rem;
	color: #000000;
	display: inline-flex;
	font-family: "Gotham Pro", Arial, sans-serif;
	font-size: 1.1rem;
	font-weight: 900;
	gap: 0.6rem;
	justify-content: space-between;
	letter-spacing: -0.02rem;
	line-height: 1;
	padding: 1rem 1rem 0.85rem 1rem;
	text-transform: uppercase;
	transition: all 0.3s ease;
	width: 100%;
}

.realestate--panel-cta:hover {
	background-color: #000;
	border: 1.5px solid #000;
	color: #FFF;
}

.realestate--panel-cta.is-secondary {
	background-color: #0A0A87;
	border: 1.5px solid rgba(0, 0, 0, 0.12);
	color: #FFFFFF;
	margin-top: 0.85rem;
}

.realestate--panel-cta.is-secondary:hover {
	background-color: #000;
	border: 1.5px solid #000;
	color: #FFF;
}

.realestate--panel-meta {
	color: #444;
	font-family: "Eina 01", Arial, sans-serif;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: -0.01rem;
	line-height: 1.2;
	margin: 0 0 1rem 0;
}

.realestate--panel-title {
	color: #111111;
	font-family: "Gotham Pro", Arial, sans-serif;
	font-size: 1.65rem;
	font-weight: 900;
	letter-spacing: -0.03rem;
	line-height: 1.15;
	margin: 0 0 0.5rem 0;
}

.realestate--keydata {
	margin: 0;
}

.realestate--keydata-row {
	border-top: 1px solid rgba(0, 0, 0, 0.06);
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr 1fr;
	padding: 0.75rem 0;
}

.realestate--keydata-row:first-child {
	border-top: 0;
	padding-top: 0;
}

.realestate--keydata-row dd {
	color: #010101;
	font-family: "Eina 01", Arial, sans-serif;
	font-size: 1.05rem;
	font-weight: 600;
	letter-spacing: -0.01rem;
	line-height: 1.2;
	margin: 0;
	text-align: right;
}

.realestate--keydata-row dt {
	color: #666666;
	font-family: "Eina 01", Arial, sans-serif;
	font-size: 1.05rem;
	font-weight: 600;
	letter-spacing: -0.01rem;
	line-height: 1.2;
	margin: 0;
}

.realestate--contactcard {
	display: grid;
	gap: 0.2rem;
}

.realestate--contactcard {
	display: grid;
	gap: 0.2rem;
}

.realestate--contactcard-name {
	color: #444;
	font-family: "Eina 01", Arial, sans-serif;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: -0.01rem;
	line-height: 1.25;
	margin-bottom: 0.75rem;
}

.realestate--contactcard-link {
	align-items: flex-start;
	color: #111111;
	display: grid;
	font-family: "Eina 01", Arial, sans-serif;
	font-size: 1.02rem;
	font-weight: 750;
	gap: 0.75rem;
	grid-template-columns: 1.25rem 1fr;
	letter-spacing: -0.01rem;
	line-height: 1.45;
	text-decoration: none;
	transition: all 0.3s ease;
}

.realestate--contactcard-link:hover {
	color: #0A0A87;
}

.realestate--contactcard-link:hover i {
	color: #0A0A87;
}

.realestate--contactcard-link i {
	color: rgba(17, 17, 17, 0.70);
	font-size: 1.2rem;
	line-height: 1.1;
	margin-top: 0.1rem;
}


/* MODAL VISUALS */

.modal-content {
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 1.25rem;
	overflow: hidden;
}

.modal-header {
	align-items: center;
	background-color: #FFFFFF;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	display: flex;
	justify-content: space-between;
	padding: 1.1rem 1.25rem;
}

.modal-title {
	color: #111111;
	font-family: "Gotham Pro", Arial, sans-serif;
	font-size: 1.2rem;
	font-weight: 900;
	letter-spacing: -0.03rem;
	line-height: 1.15;
	margin: 0;
}

.modal-body {
	padding: 1.25rem;
}


/* ============================
	DETAIL HELPERS
============================ */

.is-hidden {
	display: none !important;
}


/* ============================
	REALESTATE DETAIL RESPONSIVE
============================ */

@media (max-width: 1199.98px) {
	.realestate--detail-hero .hero--img--box {
		height: 60vh;
	}

	.realestate--detail-hero-cover {
		height: auto;
	}

	.realestate--detail-hero-thumbs {
		gap: 0.6rem;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 1fr 1fr;
		height: auto;
	}
}

@media (max-width: 991.98px) {
	.realestate--sticky {
		position: static;
	}

	.realestate--map-inner {
		height: 320px;
	}
}

@media (max-width: 575.98px) {
	.realestate--anchors {
		border-radius: 1.25rem;
		display: grid;
		gap: 0.4rem;
	}

	.realestate--anchor {
		justify-content: center;
	}

	.realestate--detail-hero .hero--img--box {
		height: 52vh;
	}

	.realestate--detail-hero-thumbs {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: repeat(3, 1fr);
	}

	.realestate--features-row {
		grid-template-columns: 1fr;
	}

	.realestate--features-row dd {
		text-align: left;
	}

	.realestate--keydata-row {
		grid-template-columns: 1fr;
	}

	.realestate--keydata-row dd {
		text-align: left;
	}

	.realestate--map-inner {
		height: 280px;
	}
}



/* ============================
	REALESTATE DETAIL MODALS
============================ */

.realestate--modal .modal-dialog {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.realestate--modal-content {
	border: 0;
	border-radius: 1.5rem;
	overflow: hidden;
}

.realestate--modal-header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
	padding: 1.25rem 1.5rem;
}

.realestate--modal-body {
	padding: 1.25rem 1.5rem 1.5rem 1.5rem;
}

.realestate--modal .modal-title {
	color: #111111;
	font-family: "Gotham Pro", Arial, sans-serif;
	font-size: 1.75rem;
	font-weight: 900;
	letter-spacing: -0.03rem;
	line-height: 1.1;
	margin: 0;
}

/* FORM WRAP: COMPACTE VARIANT VAN FORMS.CSS */

.realestate--modal-formbody {
	border-top-right-radius: 5rem;
	padding: 1.5rem;
}

.realestate--modal-forminner {
	border-top-right-radius: 3.75rem;
	padding: 2rem;
}

/* INPUTS: IETS COMPACTER IN MODAL */

.realestate--modal .form-control,
.realestate--modal .form-select {
	height: 48px;
}

.realestate--modal textarea.form-control {
	min-height: 140px;
	padding: 0.65rem 0.75rem;
	resize: vertical;
}

.realestate--modal .form--body .form-label {
	color: #010101;
	display: inline-block;
	font-family: 'Gotham Pro', Arial, sans-serif;
	font-size: 1.15rem;
	font-weight: 700;
	letter-spacing: -0.03rem;
	line-height: 1.2;
	margin-bottom: .5rem;
}


/* SUBTITLE: MINDER RUIMTE */

.realestate--modal .form--body .form-subtitle {
	margin-bottom: 0.9rem;
}

/* TERMS CHECKBOX: DEZELFDE â€œMOOIEâ€ VARIANT ALS HOOFDFORM */
.realestate--modal .form-check {
	align-items: flex-start;
	display: flex;
	margin: 0;
	padding: 0;
}

.realestate--modal .form-check-input {
	appearance: none;
	-webkit-appearance: none;
	background-color: #FFFFFF;
	border: 1.5px solid #CBCFD3;
	border-radius: 0.25rem;
	cursor: pointer;
	flex: 0 0 auto;
	height: 24px;
	margin: 0.15rem 0 0 0;
	position: relative;
	width: 24px;
}

.realestate--modal .form-check-input:focus {
	box-shadow: 0 0 0 0.25rem rgba(11, 11, 152, 0.25);
	outline: none;
}

.realestate--modal .form-check-input:checked {
	background-color: #0B0B98;
	border-color: #0B0B98;
}

.realestate--modal .form-check-input:checked::after {
	color: #FFFFFF;
	content: "\f00c";
	font-family: "Font Awesome 6 Pro";
	font-size: 14px;
	font-weight: 900;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

/* BUTTON */

.realestate--modal-submit.btn__content--form {
	border-radius: 0;
}

/* RESPONSIVE */

@media (max-width: 991.98px) {
	.realestate--modal-header {
		padding: 1.1rem 1.25rem;
	}

	.realestate--modal-body {
		padding: 1.1rem 1.25rem 1.25rem 1.25rem;
	}

	.realestate--modal .modal-title {
		font-size: 1.45rem;
	}

	.realestate--modal-formbody {
		border-top-right-radius: 4.25rem;
		padding: 1.25rem;
	}

	.realestate--modal-forminner {
		border-top-right-radius: 3.25rem;
		padding: 1.5rem;
	}
}

@media (max-width: 575.98px) {
	.realestate--modal-formbody {
		border-top-right-radius: 3.25rem;
		padding: 1rem;
	}

	.realestate--modal-forminner {
		border-top-right-radius: 2.5rem;
		padding: 1.25rem;
	}
}



/* END CSS FILE */