.contact-section-heading {
	padding: 16px;
	background-color: var(--primaryColor);
	color: white;
}

.contact-section-form {
	padding-inline: 16px;
	padding-bottom: 20px;
}

.lg\:border-2 {
	@media (min-width: 1024px) {
		border-width: 2px;
	}
}

.lg\:shadow-lg {
	@media (min-width: 1024px) {
		--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
		--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
		box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
	}
}

select.active-filter {
	color: var(--primaryColor);
}

.skiptranslate {
	display: none !important;
}

iframe {
	width: 100%;
}

.contact-error,
label.error {
	margin-top: 0 !important;
	font-size: 14px;
	color: red;
}

/*
.select2-container .select2-search--inline .select2-search__field {
	margin-top: 16px !important;
} */

.select2-container {
	font-size: 14px;

	.select2-selection--multiple {
		padding-inline: 6px;
	}
}

.md\:pb-image-35 {
	@media (min-width: 768px) {
		padding-bottom: 35% !important;
	}
}

.lg\:gap-14 {
	@media (min-width: 1024px) {
		gap: 3.5rem !important;
	}
}

.lg\:w-2\/5 {
	@media (min-width: 1024px) {
		width: 40% !important;
	}
}

.rounded-image {
	--size: 250px;
	width: var(--size);
	height: var(--size);
	border-radius: 50%;
	overflow: hidden;

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

	/* @media (min-width: 768px) {
		--size: 350px;
	} */

	@media (min-width: 1024px) {
		--size: 450px;
	}
}

.accordion-icon {
	cursor: pointer;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	opacity: 1;
	display: block;
}

.hover\:bg-primary {
	&:hover {
		background-color: var(--primaryColor);
	}
}

.hover\:border-primary {
	&:hover {
		border-color: var(--primaryColor);
	}
}

.max-h-\[95\%\] {
	max-height: 95%;
}

/* .accordion-header {
	.custom-select-input {

	}
} */

.md\:min-w-\[300\px\] {
	@media (min-width: 768px) {
		min-width: 300px;
	}
}

.modal.fade.show {
	opacity: 1;
	visibility: visible;
}

.listing-item {
	position: relative;

	&.sold {
		&::before {
			content: "SOLD";
			position: absolute;
			z-index: 1;
			width: 96px;
			height: 80px;
			top: 20px;
			left: 12px;
			background: url(../images/star.svg) center/contain no-repeat;
			display: flex;
			align-items: center;
			justify-content: center;
			font-weight: 900;
		}
	}

	&.rented {
		&::before {
			content: "RENTED";
			position: absolute;
			z-index: 1;
			width: 120px;
			height: 80px;
			top: 20px;
			left: 12px;
			background: url(../images/star.svg) center/contain no-repeat;
			display: flex;
			align-items: center;
			justify-content: center;
			font-weight: 900;
			font-size: 14px;
		}
	}
}

.modal-backdrop {
	opacity: 0.1 !important;
}

.top-20 {
	top: 5rem;
}

.top-24 {
	top: 5.5rem;
}

@media (max-width: 1023px) {
	.max-lg\:scroll-mt-36 {
		scroll-margin-top: 8rem;
	}
}

.mt-34 {
	margin-top: 9rem;
}

.lg\:mt-34 {
	@media (min-width: 1024px) {
		margin-top: 9rem;
	}
}

.top-32 {
	top: 7.75rem;
}

.header {
	transition-property: transform, box-shadow !important;

	@media (max-width: 1023px) {
		&.active-toggle-scroll {
			transform: translateY(calc(-100%));
		}
	}

	@media (min-width: 768px) {
		&.active-scroll {
			.tab-scroll-nav {
				height: 48px;
			}
		}
	}
}

.dropdown {
	z-index: 10;
}

.h-20 {
	height: 80px;
}

.mt-header-double {
	margin-top: calc(var(--height-header) * 2);
}

@media (min-width: 768px) {
	.md\:w-1\/2 {
		width: 50% !important;
	}
}

@media (min-width: 1024px) {
	.lg\:w-auto {
		width: auto !important;
	}
}

.author-image {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	overflow: hidden;

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

.mx-2 {
	margin-left: 8px;
	margin-right: 8px;
}

.masonry-grid {
	@media (min-width: 1024px) {
		direction: rtl;
	}
}

.md\:h-full {
	@media (min-width: 768px) {
		height: 100%;
	}
}

.masonry-grid img {
	margin-top: 0.5rem;
}

.header {
	ul {

		li:last-of-type,
		li:nth-last-of-type(2) {
			&.dropdown {
				.dropdown__body {
					right: 0;
					left: auto;
				}
			}
		}
	}
}

.footer-dropdown {
	.footer-dropdown__head {
		justify-content: space-between;
	}

	@media (min-width: 1024px) {
		max-height: none !important;

		.footer-dropdown__head {
			i {
				display: none !important;
			}
		}
	}

	.footer-dropdown__body {
		padding-left: 0 !important;
	}
}

.xl\:grid-cols-5 {
	@media (min-width: 1280px) {
		grid-template-columns: repeat(5, minmax(0px, 1fr));
	}
}

.modal {
	z-index: 501 !important;
}

.size-7 {
	width: 1.75rem;
	height: 1.75rem;
}

.list-none {
	list-style: none !important;
}

.pl-0 {
	padding-left: 0 !important;
}

.bottom-sheet-content {
	transform: translateY(0);
	will-change: transform;
	transition: transform 0.25s ease;
	touch-action: none;
}

.modal.dragging .bottom-sheet-content {
	transition: none;
}

button[type="reset"] {
	background-color: transparent;
}

.mt-0 {
	margin-top: 0 !important;
}

.mrt-station-line-code {
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	color: white;
	padding-left: 3px;
	padding-right: 3px;
}

@media (min-width: 768px) {
	.md\:right-0 {
		right: 0;
	}
}

@media (min-width: 768px) {
	.md\:min-w-\[400px\] {
		min-width: 360px !important;
	}
}

.pagination>.pagination-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
}


.mt-\[var\(--height-microsite-header\)\] {
	margin-top: var(--height-microsite-header);
}

.rotate-180 {
	transform: rotate(180deg);
}

.h-72 {
	height: 18rem;
}

.min-w-[\180px] {
	min-width: 180px;
}

.min-h-[\300px] {
	min-width: 300px;
}

@media (min-width: 768px) {
	.md\:right-0 {
		right: 0;
	}
}

@media (min-width: 1024px) {
	.lg\:mt-40 {
		margin-top: 10rem;
	}
}

@media (min-width: 1280px) {
	.lg\:mt-[\25vh] {
		margin-top: 25vh;
	}
}

/* ═══════════════════════════════════════════════════════════
   LISTING 2099 — MINIMALIST RESTYLE
   Palette : Black #111 · White #fff · Grey #f5f5f5 / #e8e8e8 / #aaa / #555
   Design  : Flat · Squarish · No shadows · No gradients
   ═══════════════════════════════════════════════════════════ */

/* ── Palette override ── */
:root {
	--primaryColor:   #111111;
	--secondaryColor: #555555;
	--grey-50:  #fafafa;
	--grey-100: #f5f5f5;
	--grey-200: #e8e8e8;
	--grey-400: #aaaaaa;
	--grey-600: #666666;
	--grey-800: #333333;
}

/* ── Typography ── */
body {
	color: #111111;
	font-family: Roboto, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4 {
	color: #111111;
	font-weight: 700;
	letter-spacing: -0.01em;
}

.text-primary { color: #111111 !important; }
.bg-primary   { background-color: #111111 !important; }
.border-primary { border-color: #111111 !important; }

/* ── Main button — flat rectangle ── */
.main-button {
	border-radius: 0 !important;
	background-color: #111111 !important;
	border-color: #111111 !important;
	color: #ffffff !important;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: 0.8rem;
}

.main-button:hover,
.main-button:focus {
	background-color: #333333 !important;
	border-color: #333333 !important;
	color: #ffffff !important;
}

.main-button.--ghost,
.main-button.--trans-bg {
	background-color: transparent !important;
	border-color: #111111 !important;
	color: #111111 !important;
}

.main-button.--ghost:hover,
.main-button.--trans-bg:hover {
	background-color: #111111 !important;
	color: #ffffff !important;
}

/* ── Header — flat white, no shadows ── */
.header {
	background-color: #ffffff;
	border-bottom: 1px solid #e8e8e8;
}

.header.active-scroll {
	box-shadow: none !important;
	border-bottom: 1px solid #e8e8e8;
}

.header-menu-link:hover { color: #111111 !important; }

.header .dropdown__body {
	border-radius: 0 !important;
	box-shadow: none !important;
	border: 1px solid #e8e8e8;
}

.header .dropdown-title:hover,
.header .dropdown:hover .dropdown-title,
.header .dropdown:focus-within .dropdown-title {
	background: #f5f5f5 !important;
}

.header .dropdown:hover .dropdown-title p,
.header .dropdown:focus-within .dropdown-title p,
.header .dropdown:hover .dropdown__head p,
.header .dropdown:focus-within .dropdown__head p {
	color: #111111 !important;
}

.header .dropdown:hover .dropdown__icon,
.header .dropdown:focus-within .dropdown__icon {
	color: #111111 !important;
}

.header .dropdown__body a:hover { color: #555555 !important; }

.header .popover-body {
	border-radius: 0 !important;
	box-shadow: none !important;
	border: 1px solid #e8e8e8;
}

.header .lang-button__head {
	border-radius: 0 !important;
	border-color: #e8e8e8 !important;
	background: #f5f5f5 !important;
}

.header .lang-button__body {
	border-radius: 0 !important;
	box-shadow: none !important;
	border: 1px solid #e8e8e8;
}

.header .lang-list a:hover { color: #111111 !important; }

/* ── Mobile nav — flat ── */
.nav .nav-wrapper {
	border-left: 1px solid #e8e8e8;
}

/* ── Project cards — flat, square ── */
.project-card {
	box-shadow: none !important;
	border: 1px solid #e8e8e8;
}

.project-card:hover {
	box-shadow: none !important;
	border-color: #aaaaaa;
}

.project-card__image .tt-image {
	border-radius: 0 !important;
}

.project-info__item {
	border-radius: 0 !important;
	background: #f5f5f5;
	border-left: 2px solid #e8e8e8;
}

.project-info__title a { color: #111111; }
.project-info__title a:hover { color: #555555; }

/* ── Tag pills — square outlined ── */
.tag-content-item {
	border-radius: 0 !important;
	background: transparent !important;
	border: 1px solid #111111;
	color: #111111 !important;
	font-weight: 600;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

/* ── Featured project cards ── */
.featured-project-card .tt-image {
	border-radius: 0 !important;
}

/* ── Listing cards — flat, square ── */
.listing-card .listing-card__wrapper {
	border-radius: 0 !important;
	box-shadow: none !important;
	border: 1px solid #e8e8e8;
}

.listing-card .listing-card__wrapper:hover {
	box-shadow: none !important;
	border-color: #aaaaaa;
}

/* ── Section headings ── */
.section h2, .section .h2 {
	color: #111111;
}

/* ── Footer — flat dark mono ── */
footer.footer {
	background-color: #111111 !important;
	color: #aaaaaa;
	border-top: none;
}

footer.footer .border-t {
	border-color: #333333 !important;
}

footer.footer a {
	color: #aaaaaa !important;
	text-decoration: none;
}

footer.footer a:hover {
	color: #ffffff !important;
}

footer.footer h3,
footer.footer .h3 {
	color: #ffffff;
}

footer.footer p {
	color: #aaaaaa;
}

footer.footer .box-link-list > li > a {
	border-radius: 0 !important;
	background-color: transparent !important;
	border-color: #333333 !important;
	color: #aaaaaa !important;
}

footer.footer .box-link-list > li > a:hover {
	border-color: #aaaaaa !important;
	color: #ffffff !important;
}

footer.footer .main-button {
	background-color: #ffffff !important;
	border-color: #ffffff !important;
	color: #111111 !important;
}

footer.footer .main-button:hover {
	background-color: #e8e8e8 !important;
	border-color: #e8e8e8 !important;
}

footer.footer ul { color: #aaaaaa; }

/* ── Contact form — flat, square ── */
.contact-form__input,
.contact-form__select {
	border-radius: 0 !important;
	border-color: #e8e8e8 !important;
}

.contact-form__input:focus {
	border-color: #111111 !important;
	outline: none;
}

.contact-form__notice {
	border-radius: 0 !important;
}

.contact-form__card {
	border-radius: 0 !important;
	box-shadow: none !important;
	border: 1px solid #e8e8e8;
}

/* ── Contact section — flat grey, no blur ── */
.contact-form-section {
	background-color: #111111 !important;
}

.contact-form-section::before {
	display: none !important;
}

.contact-form-section::after {
	display: none !important;
}

.contact-form__left { color: #ffffff; }
.contact-form__title { color: #ffffff; }
.contact-form__subtitle { color: #aaaaaa; }

/* ── Pagination ── */
.pagination .page-link {
	border-radius: 0 !important;
}

/* ── Filter selects / dropdowns ── */
.filter-select .head {
	border-radius: 0 !important;
}

.filter-select.active .head {
	border-color: #111111 !important;
}

/* ── Search field ── */
.search-field-input {
	border-radius: 0 !important;
}

/* ── Breadcrumbs ── */
.breadcrumbs {
	color: #666666;
}

/* ── Hero — stripped back ── */
.home-hero {
	background-color: #111111;
}

.hero-subheading {
	color: #aaaaaa;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-size: 0.8rem;
}

.hero-heading {
	color: #ffffff;
}

.hero-content p { color: #aaaaaa; }

/* ── Tabs nav active ── */
.tabs .tabs-nav li.active-nav {
	background-color: #111111 !important;
	color: #ffffff !important;
}