@property --angle {
	inherits: false;
	initial-value: 0;
	syntax: "<angle>";
}

[disabled] .noUi-connect, [disabled].noUi-connect {
	background: #b8b8b8;
}

[disabled] .noUi-handle, [disabled].noUi-origin {
	cursor: not-allowed;
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button {
	filter: grayscale(1);
}

select {
	border: 0;
	background: #fff;
	word-wrap: normal;
}

#gridLayout .property-box .content-top h6 {
	height: 55px;
}

#modalAdvancedFilter .af-active-count {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	min-width: 22px;
	height: 22px;
	padding: 0 6px;
	font-size: 11px;
}

#modalAdvancedFilter .af-apply-btn {
	flex: 1;
	padding: 14px;
	border: 0;
	border-radius: 9999px;
	background: var(--af-primary);
	color: #fff;
	font-family: Manrope, sans-serif;
	font-size: 15px;
	font-weight: 700;
	transition: background .15s;
	cursor: pointer;
}

#modalAdvancedFilter .af-apply-btn:active {
	transform: scale(.99);
}

#modalAdvancedFilter .af-apply-btn:hover {
	background: var(--af-primary-dark);
}

#modalAdvancedFilter .af-back-btn {
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: var(--af-bg-soft);
	color: var(--af-text-secondary);
	cursor: pointer;
}

#modalAdvancedFilter .af-back-btn:hover {
	background: #e7e9ee;
}

#modalAdvancedFilter .af-body {
	display: flex;
	overflow-x: hidden;
	overflow-y: auto;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 22px;
	min-height: 0;
	padding: 20px;
	transform: translateZ(0);
	touch-action: pan-y;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior-y: contain;
}

#modalAdvancedFilter .af-chips-strip {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
	gap: 6px;
	padding: 8px 20px 0;
}

#modalAdvancedFilter .af-clear-btn {
	padding: 10px 14px;
	border: 0;
	background: 0 0;
	background: none;
	color: var(--af-text-secondary);
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 600;
	white-space: nowrap;
	cursor: pointer;
}

#modalAdvancedFilter .af-clear-btn:hover {
	color: var(--af-primary);
}

#modalAdvancedFilter .af-close-btn {
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background-color: var(--af-bg-soft);
	color: var(--af-text-secondary);
	cursor: pointer;
}

#modalAdvancedFilter .af-close-btn:hover {
	background-color: #e7e9ee;
	color: var(--af-text);
}

#modalAdvancedFilter .af-content {
	display: flex;
	overflow: hidden;
	flex-direction: column;
	height: min(720px, calc(100dvh - 80px));
	max-height: calc(100dvh - 80px);
	border: 0;
	border-radius: 16px;
	background: var(--af-bg);
	box-shadow: 0 24px 64px rgba(22,30,45,.2);
}

#modalAdvancedFilter .af-count-badge {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 22px;
	height: 22px;
	padding: 0;
	font-size: 11px;
}

#modalAdvancedFilter .af-footer {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	gap: 10px;
	padding: 14px 20px;
	border-top: 1px solid #f0f2f5;
	background: var(--af-bg);
}

#modalAdvancedFilter .af-form {
	position: relative;
	display: flex;
	overflow: hidden;
	flex: 1 1 auto;
	flex-direction: column;
	min-height: 0;
}

#modalAdvancedFilter .af-handle {
	position: relative;
	display: none;
	flex-shrink: 0;
	width: 100%;
	height: 22px;
	padding: 9px 0;
	cursor: grab;
	touch-action: none;
}

#modalAdvancedFilter .af-handle::before {
	display: block;
	width: 36px;
	height: 4px;
	margin: 0 auto;
	border-radius: 2px;
	background: #d1d5db;
	content: '';
}

#modalAdvancedFilter .af-handle:active {
	cursor: grabbing;
}

#modalAdvancedFilter .af-header {
	display: flex;
	flex-shrink: 0;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	padding: 16px 20px 14px;
	border-bottom: 1px solid #f0f2f5;
}

#modalAdvancedFilter .af-header--sub .af-title {
	flex: 1;
	text-align: center;
}

#modalAdvancedFilter .af-hidden-input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

#modalAdvancedFilter .af-hint {
	flex-shrink: 0;
	padding: 8px 20px 4px;
	color: #a3abb0;
	font-size: 13px;
	font-style: italic;
}

#modalAdvancedFilter .af-list {
	overflow-y: auto;
	flex: 1 1 auto;
	min-height: 0;
	padding: 8px 0 8px;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
}

#modalAdvancedFilter .af-list-cb {
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	width: 22px;
	height: 22px;
	border: 2px solid #d0d4da;
	border-radius: 6px;
	background: #fff;
	transition: all .15s;
}

#modalAdvancedFilter .af-list-cb--checked {
	border-color: var(--af-primary);
	background: var(--af-primary);
}

#modalAdvancedFilter .af-list-cb--radio {
	border-radius: 50%;
}

#modalAdvancedFilter .af-list-cb--radio.af-list-cb--checked {
	background: #fff;
}

#modalAdvancedFilter .af-list-cb--radio.af-list-cb--checked::after {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--af-primary);
	content: '';
}

#modalAdvancedFilter .af-list-empty {
	padding: 32px 20px;
	color: #a3abb0;
	font-size: 14px;
	text-align: center;
}

#modalAdvancedFilter .af-list-item {
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 13px 20px;
	border-bottom: 1px solid #f8f9fb;
	transition: background .1s;
	cursor: pointer;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

#modalAdvancedFilter .af-list-item--header {
	padding: 14px 20px 6px;
	border: 0;
	background: 0 0;
	background: transparent;
	color: #a3abb0;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
	cursor: default;
	pointer-events: none;
}

#modalAdvancedFilter .af-list-item--highlight {
	outline: 2px solid var(--af-primary);
	outline-offset: -2px;
	background: #dbeafe;
}

#modalAdvancedFilter .af-list-item--selected {
	background: #f0f6ff;
}

#modalAdvancedFilter .af-list-item--selected .af-list-label {
	color: var(--af-primary);
	font-weight: 600;
}

#modalAdvancedFilter .af-list-item:active {
	background: #f5f8ff;
}

#modalAdvancedFilter .af-list-item:focus-visible {
	border-radius: 2px;
	outline: 2px solid var(--af-primary);
	outline-offset: -2px;
}

#modalAdvancedFilter .af-list-label {
	flex: 1;
	color: var(--af-text);
	font-size: 15px;
	font-weight: 500;
}

#modalAdvancedFilter .af-panel {
	position: absolute;
	display: flex;
	overflow: hidden;
	flex-direction: column;
	min-height: 0;
	background: var(--af-bg);
	opacity: 0;
	transform: translateX(100%);
	transition: transform .3s cubic-bezier(.32,.72,0,1);
	pointer-events: none;
	inset: 0;
}

#modalAdvancedFilter .af-panel--active {
	opacity: 1;
	transform: translateX(0);
	pointer-events: auto;
}

#modalAdvancedFilter .af-panel[data-af-panel="main"] {
	opacity: 1;
	transform: translateX(0);
	pointer-events: auto;
}

#modalAdvancedFilter .af-panel[data-af-panel="main"].af-panel--pushed {
	transform: translateX(-15%);
	pointer-events: none;
}

#modalAdvancedFilter .af-panel[data-af-panel=main] {
	opacity: 1;
	transform: translateX(0);
	pointer-events: auto;
}

#modalAdvancedFilter .af-panel[data-af-panel=main].af-panel--pushed {
	transform: translateX(-15%);
	pointer-events: none;
}

#modalAdvancedFilter .af-pill {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	padding: 8px 16px;
	border: 1.5px solid #e0e4ec;
	border-radius: 9999px;
	background: #fff;
	color: #3a3a3c;
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	transition: all .15s ease;
	cursor: pointer;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

#modalAdvancedFilter .af-pill--num {
	justify-content: center;
	min-width: 52px;
}

#modalAdvancedFilter .af-pill--on {
	border-color: var(--af-primary);
	background: var(--af-primary);
	color: #fff;
}

#modalAdvancedFilter .af-pill--on:hover {
	border-color: var(--af-primary);
}

#modalAdvancedFilter .af-pill-group {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

#modalAdvancedFilter .af-pill:active {
	transform: scale(.97);
}

#modalAdvancedFilter .af-pill:hover {
	border-color: #c4d6f8;
}

#modalAdvancedFilter .af-range {
	padding: 6px 6px 0;
}

#modalAdvancedFilter .af-range-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 14px;
}

#modalAdvancedFilter .af-range-sep {
	margin: 0 6px;
	color: #a3abb0;
	font-size: 13px;
}

#modalAdvancedFilter .af-range-val {
	color: var(--af-text);
	font-size: 15px;
	font-weight: 700;
}

#modalAdvancedFilter .af-search-box {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 11px 14px;
	border-radius: 12px;
	background: var(--af-bg-soft);
	transition: all .15s;
}

#modalAdvancedFilter .af-search-box svg {
	flex-shrink: 0;
	color: #a3abb0;
}

#modalAdvancedFilter .af-search-box:focus-within {
	background: #eef3fc;
	box-shadow: 0 0 0 2px rgba(21,99,223,.2);
	box-shadow: 0 0 0 2px rgba(21,99,223,.2);
}

#modalAdvancedFilter .af-search-clear {
	display: flex;
	align-items: center;
	padding: 2px;
	border: 0;
	background: 0 0;
	background: none;
	color: #a3abb0;
	cursor: pointer;
}

#modalAdvancedFilter .af-search-input {
	flex: 1;
	min-width: 0;
	border: 0;
	outline: 0;
	outline: 0;
	background: 0 0;
	background: transparent;
	color: var(--af-text);
	font-family: Manrope, sans-serif;
	font-family: Manrope, sans-serif;
	font-size: 15px;
}

#modalAdvancedFilter .af-search-input::placeholder {
	color: #a3abb0;
}

#modalAdvancedFilter .af-search-wrap {
	flex-shrink: 0;
	padding: 14px 20px 0;
}

#modalAdvancedFilter .af-section {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

#modalAdvancedFilter .af-section-label {
	color: var(--af-text-muted);
	font-family: Manrope, sans-serif;
	font-family: Manrope, sans-serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .07em;
	letter-spacing: .07em;
	text-transform: uppercase;
}

#modalAdvancedFilter .af-section.filter-hidden, #modalAdvancedFilter .af-section[style*="display: none"] {
	display: none !important;
}

#modalAdvancedFilter .af-segmented {
	display: flex;
	gap: 2px;
	padding: 3px;
	border-radius: 10px;
	background: var(--af-bg-soft);
}

#modalAdvancedFilter .af-segmented .af-seg-btn {
	display: flex;
	flex: 1;
	justify-content: center;
	align-items: center;
	min-height: 36px;
	padding: 9px 12px;
	border: 0;
	border-radius: 8px;
	background: 0 0;
	background: transparent;
	color: var(--af-text-secondary);
	font-family: Manrope, sans-serif;
	font-size: 14px;
	font-weight: 600;
	transition: all .15s;
	cursor: pointer;
}

#modalAdvancedFilter .af-segmented .af-seg-btn--on {
	background: #fff;
	color: var(--af-primary);
	box-shadow: 0 1px 4px rgba(0,0,0,.1);
}

#modalAdvancedFilter .af-segmented .af-seg-btn--on, #modalAdvancedFilter .af-segmented input.af-furn:checked + .af-seg-btn {
	background: #fff;
	color: var(--af-primary);
	box-shadow: 0 1px 4px rgba(0,0,0,.1);
}

#modalAdvancedFilter .af-segmented .af-seg-btn--on, #modalAdvancedFilter .af-segmented input.af-furn:checked+.af-seg-btn {
	background: #fff;
	color: var(--af-primary);
	box-shadow: 0 1px 4px rgba(0,0,0,.1);
}

#modalAdvancedFilter .af-segmented--3 input.af-furn {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

#modalAdvancedFilter .af-segmented--3 input.af-furn:checked + .af-seg-btn {
	background: #fff;
	color: var(--af-primary);
	box-shadow: 0 1px 4px rgba(0,0,0,.1);
}

#modalAdvancedFilter .af-segmented--3 input.af-furn:checked+.af-seg-btn {
	background: #fff;
	color: var(--af-primary);
	box-shadow: 0 1px 4px rgba(0,0,0,.1);
}

#modalAdvancedFilter .af-strip-chip {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 4px 10px 4px 12px;
	border-radius: 9999px;
	background: #e7f0ff;
	color: var(--af-primary);
	font-size: 13px;
	font-weight: 600;
}

#modalAdvancedFilter .af-strip-chip button {
	display: flex;
	align-items: center;
	padding: 0;
	border: 0;
	background: 0 0;
	background: none;
	color: var(--af-primary);
	opacity: .6;
	cursor: pointer;
}

#modalAdvancedFilter .af-tile {
	display: flex;
	align-items: center;
	gap: 10px;
	min-height: 44px;
	padding: 12px 14px;
	border: 1.5px solid #e0e4ec;
	border-radius: 12px;
	background: #fff;
	transition: all .15s;
	cursor: pointer;
	user-select: none;
	-webkit-tap-highlight-color: transparent;
}

#modalAdvancedFilter .af-tile--on {
	border-color: #c4d6f8;
	background: #f0f6ff;
}

#modalAdvancedFilter .af-tile--on .af-tile-label {
	color: var(--af-primary);
}

#modalAdvancedFilter .af-tile-cb {
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	width: 22px;
	height: 22px;
	border: 2px solid #d0d4da;
	border-radius: 6px;
	background: #fff;
	transition: all .15s;
}

#modalAdvancedFilter .af-tile-cb--on {
	border-color: var(--af-primary);
	background: var(--af-primary);
}

#modalAdvancedFilter .af-tile-grid {
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr 1fr;
}

#modalAdvancedFilter .af-tile-label {
	color: #3a3a3c;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
}

#modalAdvancedFilter .af-tile:active {
	transform: scale(.97);
}

#modalAdvancedFilter .af-tile:hover {
	border-color: #c4d6f8;
}

#modalAdvancedFilter .af-title {
	color: var(--af-text);
	font-family: Manrope, sans-serif;
	font-family: Manrope, sans-serif;
	font-size: 18px;
	font-weight: 700;
}

#modalAdvancedFilter .af-trigger {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #f3f4f6;
	background: 0 0;
	background: transparent;
	font-family: inherit;
	text-align: left;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

#modalAdvancedFilter .af-trigger-info {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 3px;
	min-width: 0;
}

#modalAdvancedFilter .af-trigger-label {
	color: #a3abb0;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

#modalAdvancedFilter .af-trigger-meta {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	gap: 8px;
	color: #c0c6d0;
}

#modalAdvancedFilter .af-trigger-section {
	gap: 0;
}

#modalAdvancedFilter .af-trigger-value {
	overflow: hidden;
	color: var(--af-text);
	font-size: 15px;
	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#modalAdvancedFilter .af-trigger-value--empty {
	color: #a3abb0;
	font-weight: 400;
}

#modalAdvancedFilter .af-trigger:active {
	opacity: .7;
}

#modalAdvancedFilter .af-trigger:disabled, #modalAdvancedFilter .af-trigger[disabled] {
	opacity: .45;
	cursor: not-allowed;
}

#modalAdvancedFilter .modal-content::before {
	display: none !important;
}

#modalAdvancedFilter .modal-dialog {
	max-width: 560px;
}

#modalAdvancedFilter .nice-select {
	height: 44px;
	border: 1px solid var(--af-border);
	border-radius: 10px;
	background: var(--af-bg-soft);
	color: var(--af-text);
	font-family: Manrope, sans-serif;
	font-size: 14px;
	line-height: 42px;
}

#modalAdvancedFilter .nice-select.open {
	border-color: var(--af-primary);
	background: #fff;
}

#modalAdvancedFilter .noUi-connect {
	background: var(--af-primary);
}

#modalAdvancedFilter .noUi-handle {
	border: 2px solid #fff;
	background-color: var(--af-primary);
	box-shadow: 0 1px 6px rgba(21,99,223,.45);
}

#modalAdvancedFilter .noUi-handle.noUi-active {
	box-shadow: 0 2px 10px rgba(21,99,223,.55);
}

#modalAdvancedFilter .noUi-target {
	border: 0;
	background: #e4e8f0;
	box-shadow: none;
}

#modalAdvancedFilter.af-modal {
	--af-bg-soft: #f3f4f6;
	--af-bg: #fff;
	--af-border: #e8eaf0;
	--af-primary-dark: #0e49a6;
	--af-primary-light: #e7f0ff;
	--af-primary: #1563df;
	--af-text-muted: #8a8aa0;
	--af-text-secondary: #5c6368;
	--af-text: #161e2d;
}

#modalSearch .caption-price {
	padding-top: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
}

#modalSearch .widget-slider, .title-select {
	margin: 10px 0 5px 10px;
}

#price-dropdown {
	position: relative;
	width: 256px;
	padding: 10px 20px 25px;
}

#price-dropdown .caption-price {
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}

#price-select .list {
	right: 0;
	left: auto;
}

.active-chip {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
	gap: 5px;
	height: 26px;
	padding: 0 10px;
	border: 1px solid rgba(21,99,223,.2);
	border-radius: 9999px;
	background: #e7f0ff;
	color: #1563df;
	font-size: 11px;
	font-weight: 600;
	white-space: nowrap;
	cursor: pointer;
}

.active-chip svg {
	width: 10px;
	height: 10px;
	opacity: .7;
}

.active-chips-strip {
	display: flex;
	overflow-x: auto;
	gap: 8px;
	padding: 0 16px 10px;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.active-chips-strip::-webkit-scrollbar {
	display: none;
}

.ad-type-select .btn-left {
	border-radius: 99px 0 0 99px !important;
}

.ad-type-select .btn-right {
	border-radius: 0 99px 99px 0 !important;
}

.ad-type-select button {
	width: 100%;
	border-color: #e4e4e4;
	color: rgba(22,30,45,.5);
}

.ai-border {
	position: relative;
	transition: box-shadow .2s;
}

.ai-border::before {
	position: absolute;
	z-index: -1;
	border-radius: inherit;
	background:
			linear-gradient(
					var(--angle),
					rgba(0,71,171,.6),
					rgba(0,196,179,.6),
					rgba(0,71,171,.6),
					rgba(0,196,179,.6)
			);
	opacity: 0;
	box-shadow: 0 0 10px 2px rgba(0,196,179,.3);
	isolation: isolate;
	transition: opacity .2s;
	content: "";
	inset: -3px;
}

.ai-border:has(input:focus)::before {
	opacity: 1;
	animation: 5s linear infinite rotate;
}

.amenities-grid {
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(2,1fr);
}

.amenities-item {
	align-items: center;
	padding: 5px 0 5px 15px;
}

.amenities-item .tf-checkbox {
	display: inline-flex;
}

.amenities-item label {
	vertical-align: top;
}

.amenity-item {
	align-items: center;
	gap: 8px;
	padding: 10px 12px;
	border: 1px solid #e8eaf0;
	border-radius: 8px;
	color: #374151;
}

.amenity-item, .chip {
	font-size: 13px;
	cursor: pointer;
}

.amenity-item, .chk {
	display: flex;
	transition: .15s;
}

.amenity-item.on {
	border-color: #1563df;
	background: #e7f0ff;
	color: #1563df;
}

.amenity-item.on .chk, .chip.on {
	border-color: #1563df;
	background: #1563df;
}

.amenity-item.on .chk::after {
	width: 8px;
	height: 5px;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(-45deg) translate(1px,-1px);
	content: '';
}

.amenity-item:hover {
	border-color: #1563df;
	background: #f8fbff;
}

.badge {
	--bs-badge-border-radius: var(--bs-border-radius);
	--bs-badge-color: #fff;
	--bs-badge-font-size: .75em;
	--bs-badge-font-weight: 700;
	--bs-badge-padding-x: .65em;
	--bs-badge-padding-y: .35em;
	display: inline-block;
	padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
	border-radius: var(--bs-badge-border-radius);
	color: var(--bs-badge-color);
	font-size: var(--bs-badge-font-size);
	font-weight: var(--bs-badge-font-weight);
	line-height: 1;
	text-align: center;
	vertical-align: baseline;
	white-space: nowrap;
}

.badge:empty {
	display: none;
}

.banner-property-2 img {
	width: 100%;
	object-fit: cover;
}

.box-amenities-property .amenities-item input {
	flex-shrink: 0;
}

.box-img-upload .item-upload .icon {
	position: absolute;
	top: 5px;
	right: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: rgba(0,0,0,.5);
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.box-img-upload .item-upload img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.box-service .tf-btn {
	padding-right: 45px;
	padding-left: 45px;
}

.box-service:hover .tf-btn {
	background-color: #1563df;
	color: #fff;
}

.box-service:hover .tf-btn .icon {
	color: #fff;
}

.box-title-listing {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	margin-bottom: 30px;
}

.box-title-listing .box-filter-tab {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.box-title-listing .box-filter-tab .list-page {
	width: 160px;
	height: 48px;
}

.box-title-listing .box-filter-tab .list-sort {
	height: 40px;
	line-height: 40px;
}

.box-title-listing .box-filter-tab .nice-select {
	padding: 0 18px;
	border-radius: 10px;
	font-family: Poppins, sans-serif;
	line-height: 48px;
}

.box-title-listing .box-left {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}

.box-title-listing .box-left .text {
	font-family: Poppins, sans-serif;
	font-size: 14px;
	line-height: 21px;
}

.box-title-listing.style-1 {
	margin-bottom: 30px;
}

.btn-ai-desktop {
	display: flex;
	align-items: center;
	gap: 6px;
	height: 36px;
	padding: 0 14px;
	border: 1px solid rgba(0,196,179,.3);
	border-radius: 9999px;
	background: #e0faf8;
	color: #009e90;
	font-family: inherit;
	font-size: 12px;
	font-weight: 600;
	white-space: nowrap;
	transition: all .2s;
	cursor: pointer;
}

.btn-ai-desktop svg {
	width: 14px;
	height: 14px;
}

.btn-ai-desktop:hover {
	border-color: #00c4b3;
	background: #00c4b3;
	color: #fff;
}

.btn-filter-mobile {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	gap: 6px;
	height: 40px;
	padding: 0 16px;
	border: 1px solid #e8eaf0;
	border-radius: 9999px;
	background: #fff;
	color: #374151;
	font-family: inherit;
	font-size: 13px;
	font-weight: 600;
	white-space: nowrap;
	transition: all .2s;
	cursor: pointer;
}

.btn-filter-mobile svg {
	width: 15px;
	height: 15px;
}

.btn-filter-mobile.active {
	border-color: #1563df;
	background: #e7f0ff;
	color: #1563df;
}

.btn-filter-mobile.active, .btn-filter-mobile:hover {
	border-color: #1563df;
	background: #e7f0ff;
	color: #1563df;
}

.btn-group-vertical.search-filter-group, .btn-group.search-filter-group {
	display: none !important;
}

.btn-more-desktop {
	display: flex;
	align-items: center;
	gap: 6px;
	height: 36px;
	padding: 0 14px;
	border: 1px solid #e8eaf0;
	border-radius: 9999px;
	background: #fff;
	color: #374151;
	font-family: inherit;
	font-size: 12px;
	font-weight: 600;
	white-space: nowrap;
	transition: all .2s;
	cursor: pointer;
}

.btn-more-desktop svg {
	width: 14px;
	height: 14px;
}

.btn-more-desktop.active, .btn-more-desktop:hover {
	border-color: #1563df;
	background: #e7f0ff;
	color: #1563df;
}

.btn-search-desktop {
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 50%;
	background: #1563df;
	color: #fff;
	transition: background .2s, box-shadow .2s;
	cursor: pointer;
}

.btn-search-desktop:hover {
	background: #0e49a6;
	box-shadow: 0 4px 16px rgba(21,99,223,.35);
}

.btn-search-mobile {
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 50%;
	background: #1563df;
	color: #fff;
	transition: background .2s, box-shadow .2s;
	cursor: pointer;
}

.btn-search-mobile svg {
	width: 16px;
	height: 16px;
}

.btn-search-mobile:hover {
	background: #0e49a6;
	box-shadow: 0 4px 16px rgba(21,99,223,.35);
}

.btn-sheet-apply {
	flex: 1;
	border: 0;
	border-radius: 9999px;
	background: #1563df;
	color: #fff;
	font-weight: 700;
	transition: background .2s, box-shadow .2s;
}

.btn-sheet-apply, .btn-sheet-reset {
	height: 48px;
	font-family: inherit;
	font-size: 14px;
	cursor: pointer;
}

.btn-sheet-apply:hover {
	background: #0e49a6;
	box-shadow: 0 4px 16px rgba(21,99,223,.35);
}

.btn-sheet-reset {
	flex: 0 0 auto;
	padding: 0 20px;
	border: 1px solid #e8eaf0;
	border-radius: 9999px;
	font-weight: 600;
	transition: .2s;
}

.btn-sheet-reset, .sheet-close {
	background: #fff;
	color: #5c6368;
}

.btn-view .icon {
	color: #1563df;
	font-size: 16px;
}

.btn-view:hover .icon {
	animation: .3s link-icon linear;
}

.caption {
	margin-bottom: 10px;
}

.caption-price span.sep {
	padding-right: 10px;
	padding-left: 10px;
}

.chip {
	height: 38px;
	padding: 0 16px;
	border: 1px solid #e8eaf0;
	border-radius: 9999px;
	background: #fff;
	color: #5c6368;
	font-family: inherit;
	font-weight: 600;
	line-height: 32px;
	transition: .15s;
}

.chip.on {
	color: #fff;
}

.chip:hover {
	border-color: #1563df;
	color: #1563df;
}

.chips-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.chk {
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	width: 16px;
	height: 16px;
	border: 1.5px solid #d1d5db;
	border-radius: 4px;
}

.fade:not(.show) {
	opacity: 0;
}

.fd-label {
	margin-bottom: 3px;
	color: #a3abb0;
	font-size: 10px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.fd-value {
	display: flex;
	overflow: hidden;
	align-items: center;
	gap: 4px;
	color: #161e2d;
	font-size: 13px;
	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fd-value svg {
	flex-shrink: 0;
	width: 12px;
	height: 12px;
	margin-left: auto;
	color: #a3abb0;
}

.filter-actions-desktop {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	gap: 8px;
	padding-left: 12px;
}

.filter-bar-desktop {
	position: sticky;
	top: 78px;
	z-index: 200;
	display: none;
	border-bottom: 1px solid #e8eaf0;
	background: #fff;
	box-shadow: 0 2px 8px rgba(22,30,45,.06);
}

.filter-bar-desktop .nice-select {
	padding: 0;
	border: 0;
	background: 0 0;
	line-height: 19px;
}

.filter-bar-desktop .nice-select .current {
	overflow: hidden;
	color: #161e2d;
	font-size: 13px;
	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.filter-bar-desktop .nice-select .current, .filter-bar-desktop .nice-select .multiple-options {
	overflow: hidden;
	color: #161e2d;
	font-size: 13px;
	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.filter-bar-desktop .nice-select .current:after {
	top: 70%;
	right: 0;
	width: 5px;
	height: 5px;
}

.filter-bar-desktop .nice-select:after {
	position: absolute;
	content: "";
	inset-block: -10px;
	inset-inline: -10px;
}

.filter-bar-desktop .tf-trigger-btn {
	overflow: hidden;
	width: 100%;
	padding: 0;
	border: 0;
	background: 0 0;
	color: #161e2d;
	font-family: inherit;
	font-size: 13px;
	font-weight: 600;
	line-height: 19px;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}

.filter-bar-desktop .tf-trigger-btn:disabled {
	opacity: .45;
	cursor: not-allowed;
}

.filter-bar-inner {
	display: flex;
	align-items: center;
	gap: 0;
	max-width: 1280px;
	height: 56px;
	margin: 0 auto;
	padding: 0 24px;
}

.filter-bar-mobile {
	position: sticky;
	top: 78px;
	z-index: 200;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px;
	border-bottom: 1px solid #e8eaf0;
	background: #fff;
	box-shadow: 0 2px 8px rgba(22,30,45,.06);
}

.filter-count {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #1563df;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
}

.filter-count-badge {
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	width: 18px;
	height: 18px;
	margin-left: auto;
	border-radius: 50%;
	background: #1563df;
	color: #fff;
	font-size: 10px;
	font-weight: 700;
}

.filter-dropdown {
	position: relative;
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	height: 100%;
	padding: 0 16px;
	border-right: 1px solid #f0f2f5;
	transition: background .15s;
	cursor: pointer;
}

.filter-dropdown.active {
	background: #e7f0ff;
}

.filter-dropdown.active .fd-label {
	color: #1563df;
}

.filter-dropdown.active .fd-value {
	color: #1563df;
}

.filter-dropdown.active::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	height: 2px;
	border-radius: 2px 2px 0 0;
	background: #1563df;
	content: '';
}

.filter-dropdown:hover {
	background: #f8f9fb;
}

.filter-group {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.filter-group .nice-select.open .nice-select-dropdown .nice-select-search-box input {
	width: 100%;
	padding: 17px 15px 0 20px;
	border: 0;
	border-radius: 0;
	font-size: 14px;
	font-weight: 600;
}

.filter-summary-pill {
	display: flex;
	overflow: hidden;
	flex: 1;
	align-items: center;
	gap: 8px;
	min-width: 0;
	height: 40px;
	padding: 0 14px;
	border: 1px solid #e8eaf0;
	border-radius: 9999px;
	background: #f8f9fb;
	transition: border-color .2s, background .2s;
	cursor: pointer;
}

.filter-summary-pill svg {
	flex-shrink: 0;
	width: 15px;
	height: 15px;
	color: #a3abb0;
}

.filter-summary-pill.has-active {
	border-color: rgba(21,99,223,.3);
	background: #e7f0ff;
}

.filter-summary-pill.has-active .filter-summary-text {
	color: #1563df;
	font-weight: 600;
}

.filter-summary-pill.has-active svg {
	color: #1563df;
}

.filter-summary-pill:hover {
	border-color: #1563df;
	background: #e7f0ff;
}

.filter-summary-text {
	overflow: hidden;
	color: #5c6368;
	font-size: 13px;
	font-weight: 500;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.flag-tag.primary {
	background-color: #1563df;
}

.flag-tag.score-tag svg {
	height: 14px;
	stroke: #fff;
}

.flat-account .banner-account img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.flat-account .form-account .box:not(:last-child) {
	margin-bottom: 30px;
}

.flat-account .form-account .title-box .icon {
	font-size: 24px;
	cursor: pointer;
}

.flat-account .group-btn .btn-social img {
	width: 20px;
	height: 20px;
}

.flat-animate-tab .tab-pane.active {
	position: relative;
	z-index: 2;
	visibility: visible;
	opacity: 1;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
	transition-duration: .3s;
	transition-timing-function: ease-out;
	transition-delay: .3s;
	pointer-events: auto;
}

.flat-filter-search-v2 .flat-tab-form .form-style .form-control, .flat-filter-search-v2 .flat-tab-form .form-style .nice-select {
	padding: 16px 18px;
	padding-right: 48px;
	border: 1px solid #e4e4e4;
	border-radius: 999px;
	color: #5c6368;
	font-size: 14px;
	font-weight: 400;
	line-height: 19.6px;
}

.flat-filter-search-v2 .flat-tab-form .nav-tab-form .nav-link-item.active, .flat-filter-search-v2 .flat-tab-form .nav-tab-form .nav-link-item:hover {
	background-color: #1563df;
	color: #fff;
}

.flat-filter-search-v2 .flat-tab-form .search-form .form-control {
	padding-left: 44px !important;
}

.flat-filter-search-v2 .flat-tab-form .search-form .icon {
	position: absolute;
	top: 50%;
	left: 18px;
	font-size: 16px;
	transform: translateY(-50%);
}

.flat-filter-search-v2 .flat-tab-form .wd-find-select .inner-group {
	gap: 12px;
	padding: 0;
}

.flat-location .navigation {
	position: absolute;
	top: 50%;
	z-index: 123;
	transform: translateY(-50%);
}

.flat-location-v2 .navigation {
	top: 60%;
	transform: translateY(-50%);
}

.flat-property-box .item-icon .icon {
	color: #1563df;
	font-size: 24px;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.flat-property-box .item-icon:hover .icon {
	color: #fff;
}

.flat-property-box .meta-list .item .icon {
	color: #a3abb0;
	font-size: 16px;
}

.flat-recommended .box-title {
	margin-bottom: 32px;
}

.flat-recommended .property-box {
	margin-bottom: 30px;
}

.flat-recommended .tf-btn {
	margin-top: 10px;
}

.flat-section {
	padding-top: 100px;
	padding-bottom: 100px;
}

.flat-section-v2 {
	padding-top: 150px;
	padding-bottom: 100px;
}

.flat-section-v3 {
	padding-top: 50px;
	padding-bottom: 100px;
}

.flat-section-v4 {
	padding-top: 0;
	padding-bottom: 100px;
}

.flat-slider .slider-home2 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.flat-slider-wrap .navigation {
	position: absolute;
	top: 50%;
	z-index: 10;
	transform: translateY(-50%);
}

.flat-slider.home-2 .wrap-search-link a {
	color: #161e2d;
}

.flat-slider.home-5 .box-img img {
	width: 100%;
	object-fit: cover;
}

.flat-tab-form .nav-tab-form.style-1 .nav-link-item.active, .flat-tab-form .nav-tab-form.style-1 .nav-link-item:hover {
	border-color: #1563df;
	background-color: #1563df;
}

.flat-tab-form .nav-tab-form.style-1 .nav-link-item.active::after, .flat-tab-form .nav-tab-form.style-1 .nav-link-item:hover::after {
	display: block;
}

.flat-tab-form .nav-tab-form.style-2 .nav-link-item.active, .flat-tab-form .nav-tab-form.style-2 .nav-link-item:hover {
	background-color: #1563df;
	color: #fff;
}

.flat-tab-form .nav-tab-form.style-4 .nav-link-item.active, .flat-tab-form .nav-tab-form.style-4 .nav-link-item:hover {
	border-color: #161e2d;
	color: #161e2d;
}

.glow-animated {
	animation: 2s infinite pulse;
}

.glow-box {
	animation: 10s infinite pulse;
}

.group-label {
	color: #a3abb0;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.hidden-select {
	display: none;
}

.property-box {
	display: block;
	overflow: hidden !important;
	border: 1px solid var(--color-border) !important;
	border-radius: var(--radius-lg) !important;
	background: var(--color-white) !important;
	box-shadow: var(--shadow-sm) !important;
	transition: transform .22s, box-shadow .22s, border-color .22s !important;
}

.property-box .archive-bottom {
	display: flex;
	flex-direction: column;
	gap: 0;
	padding: 16px !important;
}

.property-box .archive-bottom .content-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.property-box .btn-favourite {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	border: 0;
	border-radius: 50%;
	background: rgba(255,255,255,.85);
	color: var(--color-text-secondary);
	backdrop-filter: blur(4px);
	transition: var(--transition);
	cursor: pointer;
}

.property-box .btn-favourite:hover {
	background: #fff;
	color: var(--color-error);
	transform: scale(1.1);
}

.property-box .content-top {
	height: 38px;
	min-height: 42px;
	margin-bottom: 10px;
	padding-bottom: 0;
	border-bottom: 0;
}

.property-box .content-top .link, .property-box .content-top .link:hover {
	display: -webkit-box !important;
	overflow: hidden !important;
	min-height: 38px;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 2 !important;
	color: var(--color-black) !important;
}

.property-box .content-top .meta-list {
	overflow: hidden;
	max-height: 20px;
}

.property-box .content-top .meta-list .item .icon {
	color: #a3abb0;
	font-size: 16px;
}

.property-box .flag-tag {
	padding: 3px 10px 4px 10px !important;
	border-radius: var(--radius-full) !important;
	color: #fff;
	font-size: 11px !important;
	font-weight: 600 !important;
	line-height: 1.6 !important;
	backdrop-filter: blur(4px) !important;
}

.property-box .flag-tag.primary {
	border: none !important;
	background: rgba(21,99,223,.88) !important;
	color: #fff !important;
}

.property-box .flag-tag.style-1 {
	border: none !important;
	background: rgba(199,41,41,.88) !important;
	color: #fff !important;
}

.property-box .flag-tag.style-2 {
	border: none !important;
	background: rgba(0,196,179,.9) !important;
	color: #fff !important;
}

.property-box .im-direct {
	width: fit-content;
	padding: 2px 7px;
	border-radius: var(--radius-sm);
	background: #e0f2fe;
	color: #0284c7;
	font-size: 11px;
	font-weight: 600;
}

.property-box .im-market-ref {
	min-height: 16px;
	margin: 0 0 6px !important;
	margin: 0 0 6px 0 !important;
	color: #8a8aa0 !important;
	font-size: 11px !important;
	text-align: right !important;
}

.property-box .im-market-ref.im-yield-grade-fair, .property-box .im-market-ref.im-yield-grade-good, .property-box .im-market-ref.im-yield-grade-low, .property-box .im-market-ref.im-yield-grade-strong {
	color: var(--color-text-muted);
}

.property-box .im-price-row {
	display: flex !important;
	flex-direction: column !important;
	flex-shrink: 0;
	align-items: flex-end !important;
	gap: 2px;
	margin-bottom: 0 !important;
}

.property-box .im-price-row .price {
	margin: 0 !important;
	font-size: 18px !important;
	line-height: 1.15;
	text-align: right;
}

.property-box .im-price-sqm {
	display: block !important;
	margin: 0;
	color: var(--color-text-muted) !important;
	font-size: 11px !important;
	text-align: right;
}

.property-box .im-signal {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	width: fit-content;
	margin-bottom: 0;
	padding: 4px 9px;
	border-radius: var(--radius-sm);
	font-size: 11.5px;
	font-weight: 700;
	line-height: 1.3;
	white-space: nowrap;
}

.property-box .im-signal--bad {
	background: #8c6a1f;
	color: #fff;
}

.property-box .im-signal--good {
	background: #dcfce7;
	color: #15803d;
}

.property-box .im-signal--neutral {
	background: var(--color-gray-100);
	color: #4b5563;
}

.property-box .im-signal--warn {
	background: #fee2e2;
	color: #b91c1c;
}

.property-box .im-signal-row {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	min-width: 0;
	height: 40px;
	min-height: 40px;
}

.property-box .im-signal.im-signal--empty {
	border: 1px dashed #e4e4e4;
	background: var(--color-gray-100);
	color: var(--color-text-muted);
	font-weight: 600;
}

.property-box .im-yield-grade {
	width: 100%;
	margin: 0;
	color: var(--color-text-muted);
	font-size: 11px;
	text-align: left;
}

.property-box .im-yield-pct {
	margin: 0;
	color: #15803d;
	font-size: 12px;
	font-weight: 700;
}

.property-box .im-yield-top {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 5px;
	width: 100%;
}

.property-box .im-yield.im-yield--empty {
	color: #c4c9d4;
}

.property-box .im-yield.im-yield--empty .im-yield-grade {
	color: #c4c9d4;
}

.property-box .im-yield.im-yield--empty .im-yield-pct {
	color: #a3abb0;
	font-weight: 600;
}

.property-box .im-yield.im-yield--empty .im-yield-top {
	color: #a3abb0;
}

.property-box .images-group {
	position: relative;
	display: block;
}

.property-box .images-group .bottom {
	position: absolute;
	right: 20px;
	bottom: 12px;
	left: 20px;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 4px;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}

.property-box .images-group .top {
	position: absolute;
	top: 16px;
	right: 16px;
	left: 16px;
	z-index: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 8px;
}

.property-box .images-group:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background:
			linear-gradient(
					180deg,
					rgba(0,0,0,0) 69.05%,
					rgba(0,0,0,.7) 100%
			);
	transition: all .3s ease;
	content: "";
}

.property-box .images-style {
	position: relative;
	overflow: hidden;
	height: auto !important;
}

.property-box .images-style img {
	display: block;
	width: 100%;
	height: 100%;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	transition: transform .4s !important;
	aspect-ratio: 1.5/1 !important;
	object-fit: cover;
	object-fit: cover !important;
}

.property-box .images-style.no-image {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
	background: #f4f5f8;
}

.property-box .link {
	display: -webkit-box !important;
	overflow: hidden !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	transition: color .2s !important;
	-webkit-box-orient: vertical !important;
	-webkit-line-clamp: 2 !important;
}

.property-box .price {
	color: var(--color-primary) !important;
}

.property-box .meta-list {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 14px;
	min-height: 28px;
	margin-bottom: 12px;
	padding-bottom: 12px;
	padding-left: 0 !important;
	border-bottom: 1px solid #f0f2f5;
	list-style: none;
}

.property-box .meta-list .item {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #5c6368;
	font-size: 12px;
	font-weight: 500;
}

.property-box .meta-list li {
	flex-shrink: 1;
	min-width: 0;
	white-space: nowrap;
}

.property-box .price {
	color: var(--color-primary) !important;
}

.property-box .price-sqm {
	color: var(--color-text-muted) !important;
	font-size: 11px !important;
	font-weight: 500 !important;
}

.property-box .rating svg {
	fill: #e4e4e4;
}

.property-box .rating svg.icon-fill {
	fill: #ffa800;
}

.property-box .signal-price-row {
	display: flex !important;
	justify-content: space-between;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 12px;
}

.property-box .signal-price-row:has(.im-signal--bad) .im-price-row .price {
	color: #8c6a1f !important;
}

.property-box .signal-price-row:has(.im-signal--good) .im-price-row .price {
	color: #15803d !important;
}

.property-box .signal-price-row:has(.im-signal--neutral) .im-price-row .price {
	color: var(--color-primary) !important;
}

.property-box .signal-price-row:has(.im-signal--warn) .im-price-row .price {
	color: #b91c1c !important;
}

.property-box h6.price {
	font-size: 17px !important;
	font-weight: 700 !important;
}

.property-box.list-style-1 .images-style img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.property-box:hover {
	border-color: #d4daf0 !important;
	box-shadow: var(--shadow-md) !important;
	transform: translateY(-3px) !important;
}

.property-box:hover .images-style img {
	transform: scale(1.04) !important;
}

.property-box:hover:not(.list-style-1, .list-style-2) .images-style img {
	transform: scale(1.05);
}

.hover-btn-view:hover .btn-view.style-1 .icon {
	animation: .3s link-icon linear;
}

.im-related-group+.im-related-group {
	margin-top: 16px;
}

.im-related-group-title {
	margin-bottom: 7px;
	color: var(--color-black);
	font-size: 12px;
	font-weight: 700;
}

.im-related-links {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.im-related-links a {
	padding: 2px 0;
	color: var(--color-primary);
	font-size: 13px;
	line-height: 1.4;
	text-decoration: none;
}

.im-related-links a:hover {
	text-decoration: underline;
}

.im-related-searches {
	padding: 16px 18px;
}

.im-related-title {
	margin-bottom: 14px;
	color: var(--color-text-muted);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.im-sidebar {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.im-sidebar-ad-body--blue {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	padding: 24px 20px;
	background:
			linear-gradient(
					135deg,
					#f0f4fb 0,
					#e8f0fe 100%
			);
	text-align: center;
}

.im-sidebar-ad-btn {
	margin-top: 4px;
	padding: 8px 20px;
	border: 0;
	border-radius: 9999px;
	background: var(--color-primary);
	color: #fff;
	font-family: inherit;
	font-size: 12px;
	font-weight: 700;
	transition: background .2s;
	cursor: pointer;
}

.im-sidebar-ad-btn:hover {
	background: var(--color-primary-dark);
}

.im-sidebar-ad-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: #d0dff8;
	color: var(--color-primary);
}

.im-sidebar-ad-label {
	padding: 6px 12px;
	border-bottom: 1px solid #f0f2f5;
	color: #b0b8c8;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .08em;
	text-align: right;
	text-transform: uppercase;
}

.im-sidebar-ad-text {
	margin: 0;
	color: var(--color-text-secondary);
	font-size: 12px;
	line-height: 1.4;
}

.im-sidebar-ad-title {
	color: var(--color-black);
	font-size: 14px;
	font-weight: 700;
}

.im-sidebar-banner-body {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 18px 16px;
	background:
			linear-gradient(
					135deg,
					#fff8e6,
					#fff3cc
			);
}

.im-sidebar-banner-icon {
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	border-radius: 10px;
	background: #ffd966;
	color: #b57400;
}

.im-sidebar-banner-link {
	display: inline-block;
	margin-top: 4px;
	color: var(--color-primary);
	font-size: 11px;
	font-weight: 600;
	text-decoration: none;
}

.im-sidebar-banner-link:hover {
	text-decoration: underline;
}

.im-sidebar-banner-text {
	margin: 2px 0 0;
	color: var(--color-text-secondary);
	font-size: 12px;
	line-height: 1.4;
}

.im-sidebar-banner-title {
	color: var(--color-black);
	font-size: 13px;
	font-weight: 700;
}

.im-sidebar-card {
	overflow: hidden;
	border: 1px solid #e8ecf2;
	border-radius: 12px;
	background: #fff;
}

.images-style img {
	filter: brightness(1.05) contrast(1.08) saturate(1.2);
	transition: filter .3s, box-shadow .3s;
}

.images-style img:hover {
	box-shadow: 0 8px 20px rgba(0,0,0,.15);
	filter: brightness(1.1) contrast(1.1) saturate(1.3);
}

.info-box .meta-list .item .icon {
	color: #5c6368;
	font-size: 28px;
}

.info-box .meta-list .item span {
	font-size: 18px;
	font-weight: 700;
	line-height: 28px;
}

.internal-link {
	display: inline;
	padding: 5px;
	text-decoration: underline;
}

.layout-wrap .wd-chart .wd-filter-date input {
	color: #5c6368;
	font-weight: 600;
}

.layout-wrap .wd-chart .wd-filter-date input::placeholder {
	color: #5c6368;
	font-weight: 600;
}

.layout-wrap .wd-listing .wd-filter .nice-select, .layout-wrap .wd-listing .wd-filter input {
	padding: 8px 18px;
	color: #a3abb0;
}

.layout-wrap .wd-listing .wd-filter .nice-select:focus, .layout-wrap .wd-listing .wd-filter input:focus {
	border-color: #e4e4e4;
}

.list-star .icon {
	color: #ffa800;
	font-size: 24px;
}

.map-listing-item .content .list-info li {
	display: flex;
	align-items: center;
	gap: 4px;
	font-family: Manrope, sans-serif;
	font-size: 14px;
	line-height: 19.6px;
}

.map-listing-item .content .list-info li .icon {
	color: #a3abb0;
	font-size: 16px;
}

.map-listing-item .content .location .icon {
	color: #a3abb0;
	font-size: 16px;
}

.map-listing-item .content .title a {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.map-listing-item .inner-box .image-box img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all .5s ease;
	object-fit: cover;
}

.modal {
	--bs-modal-bg: var(--bs-body-bg);
	--bs-modal-border-color: var(--bs-border-color-translucent);
	--bs-modal-border-radius: var(--bs-border-radius-lg);
	--bs-modal-border-width: var(--bs-border-width);
	--bs-modal-box-shadow: var(--bs-box-shadow-sm);
	--bs-modal-footer-border-color: var(--bs-border-color);
	--bs-modal-footer-border-width: var(--bs-border-width);
	--bs-modal-footer-gap: .5rem;
	--bs-modal-header-border-color: var(--bs-border-color);
	--bs-modal-header-border-width: var(--bs-border-width);
	--bs-modal-header-padding-x: 1rem;
	--bs-modal-header-padding-y: 1rem;
	--bs-modal-header-padding: 1rem 1rem;
	--bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
	--bs-modal-margin: .5rem;
	--bs-modal-padding: 1rem;
	--bs-modal-title-line-height: 1.5;
	--bs-modal-width: 500px;
	--bs-modal-zindex: 1055;
	position: fixed;
	top: 0;
	left: 0;
	z-index: var(--bs-modal-zindex);
	display: none;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	height: 100%;
	outline: 0;
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
	border-radius: var(--bs-modal-border-radius);
	outline: 0;
	background-color: var(--bs-modal-bg);
	background-clip: padding-box;
	color: var(--bs-modal-color);
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: var(--bs-modal-margin);
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - var(--bs-modal-margin)*2);
}

.modal-sheet {
	z-index: 900;
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 680px;
	max-height: calc(100vh - 120px);
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 -8px 40px rgba(22,30,45,.15);
}

.modal.fade .modal-dialog {
	transform: translate(0,-50px);
}

.nav-tab-filter {
	display: flex;
	align-items: center;
	gap: 10px;
}

.nav-tab-filter .nav-link-item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border: 1px solid #e4e4e4;
	border-radius: 10px;
	transition: all .3s ease;
}

.nav-tab-filter .nav-link-item .icon {
	width: 24px;
}

.nav-tab-filter .nav-link-item .icon path {
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.nav-tab-filter .nav-link-item.active {
	border-color: #161e2d;
}

.nav-tab-filter .nav-link-item.active svg path {
	fill: #161e2d;
}

.nav-tab-filter .nav-link-item:hover {
	border-color: #161e2d;
}

.nav-tab-filter .nav-link-item:hover svg path {
	fill: #161e2d;
}

.nav-tab-privacy .nav-link-item.active::before, .nav-tab-privacy .nav-link-item:hover::before {
	opacity: 1;
}

.nav-tab-recommended .nav-link-item.active, .nav-tab-recommended .nav-link-item:hover {
	background-color: #1563df;
	color: #fff;
}

.nice-select .list {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 9;
	overflow: auto;
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	max-height: 155px;
	margin-top: 4px;
	padding: 0;
	border-radius: 5px;
	background-color: #fff;
	opacity: 0;
	font-size: 14px;
	box-shadow: 0 0 0 1px rgba(68,68,68,.11);
	transform: scale(.75) translateY(-21px);
	transform-origin: 50% 0;
	transition: all .2s cubic-bezier(.5,0,0,1.25), opacity .15s ease-out;
	pointer-events: none;
}

.nice-select .option {
	min-height: 40px;
	padding-right: 29px;
	padding-left: 18px;
	outline: 0;
	color: #161e2d;
	font-size: 14px;
	font-weight: 500;
	line-height: 40px;
	text-align: start;
	list-style: none;
	transition: all .2s;
	cursor: pointer;
}

.nice-select .option.disabled {
	color: #161e2d;
	cursor: default;
}

.nice-select .option.focus, .nice-select .option.selected.focus, .nice-select .option:hover {
	background-color: #fff;
	color: #1563df;
}

.nice-select .option.selected {
	font-weight: 600;
}

.nice-select.open .nice-select-dropdown .list .option.disabled {
	background-color: #fff !important;
	color: #a3abb0;
}

.nice-select.open .nice-select-dropdown .list .option.focus, .nice-select.open .nice-select-dropdown .list .option:hover {
	background-color: #f0f0f0;
	color: #161e2d;
}

.nice-select.open .nice-select-dropdown .list .option.focus:after, .nice-select.open .nice-select-dropdown .list .option.selected:after {
	position: absolute;
	right: 10px;
	opacity: .7;
}

.nice-select.open .nice-select-dropdown .list .option.selected {
	color: #0a53be;
	font-weight: 600;
}

.nice-select.open:has(.nice-select-search-box) .current, .nice-select.open:has(.nice-select-search-box) .multiple-options {
	opacity: 0;
}

.noUi-background {
	background: #e7f0ff;
}

.noUi-base {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #e7f0ff;
}

.noUi-base, .noUi-handle {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.noUi-connect {
	background: #1563df;
	-webkit-transition: background 450ms;
	transition: background 450ms;
}

.noUi-draggable {
	cursor: w-resize;
}

.noUi-handle {
	position: relative;
	z-index: 1;
	-moz-box-sizing: border-box !important;
	-webkit-box-sizing: border-box !important;
	box-sizing: border-box !important;
	cursor: default;
}

.noUi-horizontal {
	height: 4px;
}

.noUi-horizontal .noUi-handle {
	position: relative;
	top: 50%;
	left: 0;
	width: 18px;
	height: 18px;
	border: 2px solid #fff;
	border-radius: 50%;
	background-color: #1563df;
	transform: translateY(-50%);
	cursor: pointer;
}

.noUi-origin {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 0;
}

.noUi-stacking .noUi-handle {
	z-index: 10;
}

.noUi-state-drag * {
	cursor: inherit !important;
}

.noUi-state-tap .noUi-origin {
	-webkit-transition: left .3s, top .3s;
	transition: left .3s, top .3s;
}

.noUi-target {
	position: relative;
	width: 100%;
	padding-right: 15px;
	direction: ltr;
}

.noUi-target, .noUi-target * {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-touch-callout: none;
}

.noUi-vertical .noUi-draggable {
	cursor: n-resize;
}

.placeholder-line {
	height: 12px;
	border-radius: 4px;
	background: var(--color-gray-100);
}

.placeholder-line.short {
	width: 75%;
}

.rounded-pill {
	border-radius: var(--bs-border-radius-pill) !important;
}

.search-filter-group {
	position: fixed;
	z-index: 9999;
	background: #fff;
}

.search-filter-group .btn-default {
	background:
			linear-gradient(
					135deg,
					rgba(0,71,171,.1) 0,
					rgba(0,196,179,.1) 100%
			);
}

.search-filter-group.btn-group {
	bottom: 5vh;
	left: 50%;
	transform: translateX(-50%);
}

.search-filter-group.btn-group .btn {
	width: 20vw;
	height: 50px;
}

.search-filter-group.btn-group-vertical {
	top: 30%;
	right: 20px;
	max-width: 55px;
}

.search-filter-group.btn-group-vertical .btn {
	max-width: 55px;
	height: 65px;
}

.sheet-body {
	display: flex;
	overflow-y: auto;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 20px;
	padding: 20px;
	-webkit-overflow-scrolling: touch;
}

.sheet-close {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border: 1px solid #e8eaf0;
	border-radius: 50%;
	transition: background .15s;
	cursor: pointer;
}

.sheet-close:hover {
	background: #f4f5f8;
}

.sheet-footer {
	display: flex;
	flex-shrink: 0;
	gap: 10px;
	padding: 12px 20px;
	border-top: 1px solid #f0f2f5;
}

.sheet-header {
	display: flex;
	flex-shrink: 0;
	justify-content: space-between;
	align-items: center;
	padding: 16px 20px 14px;
	border-bottom: 1px solid #f0f2f5;
}

.sheet-header h3 {
	font-size: 16px;
	font-weight: 700;
}

.slider-labels .caption {
	font-size: 16px;
	font-weight: 500;
}

.tab-content>.tab-pane {
	display: none;
}

.tab-content>.active {
	display: block;
}

.text-bg-primary {
	background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity,1)) !important;
	color: #fff !important;
}

.tf-checkbox.primary {
	border-color: #a3abb0;
}

.tf-checkbox.primary:checked {
	border-color: #1563df;
	background-color: #1563df;
}

.tf-image-wrap .tag-item .icon {
	color: #1563df;
	font-size: 20px;
}

.tf-image-wrap .tag-item span {
	font-weight: 600;
}

.title {
	font-size: 26px !important;
}

.visually-hidden {
	clip: rect(0,0,0,0) !important;
	overflow: hidden !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	border: 0 !important;
	white-space: nowrap !important;
}

.visually-hidden * {
	overflow: hidden !important;
}

.visually-hidden:not(caption) {
	position: absolute !important;
}

.w-100 {
	width: 100% !important;
}

.wd-filter {
	margin-top: 0;
	padding: 0;
	border-radius: 0;
}

.wd-filter .btn-line {
	border: 0;
	border-left: 1px solid #e6e6e6;
}

.wd-filter .inner-group {
	padding: 0 20px;
	border-bottom: 1px solid #e6e6e6;
}

.wd-filter .inner-group .form-style {
	padding-top: 8px;
}

.wd-filter .tf-btn {
	min-width: 45px;
	height: 65px;
	border-radius: 0;
}

.wd-find-select {
	border: 1px solid #e4e4e4;
}

.wd-find-select .tf-btn {
	min-width: 72px;
	min-height: 52px;
	padding: 0 !important;
}

.wd-find-select input {
	border: none !important;
}

.wd-navigation .nav-item {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 44px;
	height: 44px;
	border: 1px solid #e4e4e4;
	border-radius: 10px;
	font-size: 13px;
	font-weight: 600;
	line-height: 21.86px;
}

.wd-navigation .nav-item.active, .wd-navigation .nav-item:not(.sep):hover {
	background-color: #1563df;
	color: #fff;
}

.wd-navigation .nav-item.sep {
	width: 10px;
	padding-top: 10px;
	border: 0;
}

.widget-box-2 .box:not(:last-child) {
	margin-bottom: 30px;
}

.widget-box-2 .title span {
	color: #1563df;
}

.widget-filter-search .box:not(:last-child) {
	margin-bottom: 30px;
}

.widget-filter-search .nav-tab-form .nav-tab-item .nav-link-item.active, .widget-filter-search .nav-tab-form .nav-tab-item .nav-link-item:hover {
	background-color: #1563df;
	color: #fff;
}

.widget-filter-search .wd-filter-select .form-style input {
	color: #5c6368;
}

.widget-filter-search .wd-filter-select .form-style input::placeholder {
	color: #5c6368;
}

.wrap-banner .box-right img {
	margin-top: -60px;
}

@keyframes pulse {
	0%, 100% {
		box-shadow: 0 0 10px rgba(0,71,171,.6), 0 0 20px rgba(255,71,171,.6);
	}

	25%, 75% {
		box-shadow: 0 0 10px rgba(0,196,179,.6), 0 0 20px rgba(0,196,179,.6);
	}

	50% {
		box-shadow: 0 0 10px rgba(0,71,171,.6), 0 0 20px rgba(0,71,171,.6);
	}
}

@keyframes rotate {
	to {
		--angle: 360deg;
	}
}

@media (hover: none) and (pointer: coarse) {
	#modalAdvancedFilter .af-hint-kb {
		display: none;
	}
}

@media (hover:none) and (pointer:coarse) {
	#modalAdvancedFilter .af-hint-kb {
		display: none;
	}
}

@media (max-width: 767.98px) {
	#modalAdvancedFilter .af-content {
		height: 92dvh;
		height: 92vh;
		max-height: 92dvh;
		max-height: 92vh;
		border-radius: 20px 20px 0 0;
	}

	#modalAdvancedFilter .af-handle {
		display: block;
	}

	#modalAdvancedFilter .af-header {
		padding-top: 8px;
	}

	#modalAdvancedFilter .af-search-input {
		font-size: 16px;
	}

	#modalAdvancedFilter .af-tile-grid {
		grid-template-columns: 1fr 1fr;
	}

	#modalAdvancedFilter .modal-dialog {
		position: fixed;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		max-width: 100%;
		margin: 0;
	}

	#modalAdvancedFilter input, #modalAdvancedFilter select {
		font-size: 16px;
	}

	#modalAdvancedFilter.fade .modal-dialog {
		transform: translateY(100%);
		transition: transform .3s cubic-bezier(.32,.72,0,1);
	}

	#modalAdvancedFilter.fade.show .modal-dialog {
		transform: translateY(0);
	}
}

@media (max-width:1110px) {
	.filter-actions-desktop button {
		font-size: 0;
	}
}

@media (max-width:767.98px) {
	#modalAdvancedFilter .af-content {
		height: 92dvh;
		height: 92vh;
		max-height: 92dvh;
		max-height: 92vh;
		border-radius: 20px 20px 0 0;
	}

	#modalAdvancedFilter .af-handle {
		display: block;
	}

	#modalAdvancedFilter .af-header {
		padding-top: 8px;
	}

	#modalAdvancedFilter .af-search-input {
		font-size: 16px;
	}

	#modalAdvancedFilter .af-tile-grid {
		grid-template-columns: 1fr 1fr;
	}

	#modalAdvancedFilter .modal-dialog {
		position: fixed;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		max-width: 100%;
		margin: 0;
	}

	#modalAdvancedFilter input, #modalAdvancedFilter select {
		font-size: 16px;
	}

	#modalAdvancedFilter.fade .modal-dialog {
		transform: translateY(100%);
		transition: transform .3s cubic-bezier(.32,.72,0,1);
	}

	#modalAdvancedFilter.fade.show .modal-dialog {
		transform: translateY(0);
	}
}

@media (max-width:767px) {
	#modalAdvancedFilter .check-box {
		padding: 10px 12px !important;
		border: 1px solid var(--color-border) !important;
		border-radius: var(--radius-md) !important;
	}

	#modalAdvancedFilter .check-box:hover {
		border-color: var(--color-primary) !important;
		background: #f8fbff !important;
	}

	#modalAdvancedFilter .form-control, #modalAdvancedFilter .nice-select {
		height: 48px !important;
		border: 1px solid var(--color-border) !important;
		border-radius: var(--radius-md) !important;
		background: var(--color-bg-surface) !important;
	}

	#modalAdvancedFilter .form-control:focus {
		border-color: var(--color-primary) !important;
		background: var(--color-#fff) !important;
	}

	#modalAdvancedFilter .modal-body, #modalSearch .modal-body {
		padding: 20px !important;
	}

	#modalAdvancedFilter .modal-content {
		overflow-y: auto !important;
		max-height: 90dvh !important;
		padding-bottom: env(safe-area-inset-bottom,0) !important;
		border: none !important;
		border-radius: 20px 20px 0 0 !important;
		box-shadow: 0-8px 40px rgba(22,30,45,.15) !important;
	}

	#modalAdvancedFilter .modal-content, #modalSearch .modal-content {
		overflow-y: auto !important;
		max-height: 90dvh !important;
		padding-bottom: env(safe-area-inset-bottom,0) !important;
		border: none !important;
		border-radius: 20px 20px 0 0 !important;
		box-shadow: 0 -8px 40px rgba(22,30,45,.15) !important;
	}

	#modalAdvancedFilter .modal-content::before {
		display: block !important;
		width: 36px !important;
		height: 4px !important;
		margin: 12px auto 4px !important;
		border-radius: 2px !important;
		background: #d1d5db !important;
		content: "" !important;
	}

	#modalAdvancedFilter .modal-content::before, #modalSearch .modal-content::before {
		display: block !important;
		width: 36px !important;
		height: 4px !important;
		margin: 12px auto 4px !important;
		border-radius: 2px !important;
		background: #d1d5db !important;
		content: '' !important;
	}

	#modalAdvancedFilter .modal-dialog {
		position: fixed !important;
		top: auto !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
	}

	#modalAdvancedFilter .modal-dialog, #modalSearch .modal-dialog {
		position: fixed !important;
		top: auto !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
		margin: 0 !important;
	}

	#modalAdvancedFilter .modal-footer .tf-btn {
		height: 48px !important;
		border-radius: var(--radius-full) !important;
		font-size: 14px !important;
		font-weight: 700 !important;
	}

	#modalAdvancedFilter .modal-footer .tf-btn.primary {
		flex: 1 !important;
	}

	#modalAdvancedFilter .modal-footer, #modalSearch .modal-footer {
		flex-wrap: nowrap !important;
		gap: 10px !important;
		padding: 12px 20px !important;
	}

	#modalAdvancedFilter input, #modalAdvancedFilter select, #modalSearch input, #modalSearch select, .property-box .im-price-row .price {
		font-size: 16px !important;
	}

	#modalAdvancedFilter input, #modalAdvancedFilter select, .property-box .im-price-row .price {
		font-size: 16px !important;
	}

	#modalAdvancedFilter.fade .modal-dialog {
		transform: translateY(100%) !important;
	}

	#modalAdvancedFilter.fade .modal-dialog, #modalSearch.fade .modal-dialog {
		transform: translateY(100%) !important;
		transition: transform .3s cubic-bezier(.32,.72,0,1) !important;
	}

	#modalAdvancedFilter.fade.show .modal-dialog, #modalSearch.fade.show .modal-dialog {
		transform: translateY(0) !important;
	}

	#modalAdvancedFilter.show .modal-sheet {
		transform: translateY(0);
	}

	.active-chip {
		display: inline-flex !important;
		flex-shrink: 0 !important;
		align-items: center !important;
		gap: 5px !important;
		height: 26px !important;
		padding: 0 10px !important;
		border: 1px solid rgba(21,99,223,.2) !important;
		border-radius: var(--radius-full) !important;
		background: var(--color-primary-light) !important;
		color: var(--color-primary) !important;
		font-size: 11px !important;
		white-space: nowrap !important;
	}

	.active-chip, .btn-filter-mobile {
		font-weight: 600 !important;
		cursor: pointer !important;
	}

	.active-chips-strip {
		display: flex !important;
		overflow-x: auto !important;
		gap: 8px !important;
		padding: 0 16px 10px !important;
		scrollbar-width: none !important;
	}

	.active-chips-strip, .btn-filter-mobile {
		background: var(--color-#fff) !important;
	}

	.btn-filter-mobile {
		display: inline-flex !important;
		flex-shrink: 0 !important;
		align-items: center !important;
		gap: 6px !important;
		height: 44px !important;
		padding: 0 16px !important;
		border: 1px solid var(--color-border) !important;
		border-radius: var(--radius-full) !important;
		background: var(--color-#fff) !important;
		color: #374151 !important;
		font-size: 13px !important;
		font-weight: 600 !important;
	}

	.btn-filter-mobile, .filter-mobile-summary {
		border-radius: var(--radius-full) !important;
	}

	.btn-filter-mobile.has-active {
		border-color: var(--color-primary) !important;
		background: var(--color-primary-light) !important;
		color: var(--color-primary) !important;
	}

	.filter-mobile-bar {
		position: sticky !important;
		top: 78px !important;
		z-index: 200 !important;
		display: flex !important;
		align-items: center !important;
		gap: 8px !important;
		padding: 10px 16px !important;
		border-bottom: 1px solid var(--color-border) !important;
		background: var(--color-#fff) !important;
		box-shadow: var(--shadow-sm) !important;
	}

	.filter-mobile-count {
		display: flex !important;
		flex-shrink: 0 !important;
		justify-content: center !important;
		align-items: center !important;
		width: 18px !important;
		height: 18px !important;
		border-radius: 50% !important;
		background: var(--color-primary) !important;
		color: #fff !important;
		font-size: 10px !important;
		font-weight: 700 !important;
	}

	.filter-mobile-summary {
		display: flex !important;
		overflow: hidden !important;
		flex: 1 !important;
		align-items: center !important;
		gap: 8px !important;
		min-width: 0 !important;
		height: 44px !important;
		padding: 0 14px !important;
		border: 1px solid var(--color-border) !important;
		background: var(--color-bg-surface) !important;
		color: var(--color-text-secondary) !important;
		font-size: 13px !important;
		font-weight: 500 !important;
		transition: var(--transition) !important;
		cursor: pointer !important;
	}

	.filter-mobile-summary.has-active {
		border-color: rgba(21,99,223,.3) !important;
		background: var(--color-primary-light) !important;
		color: var(--color-primary) !important;
		font-weight: 600 !important;
	}

	.property-box .archive-bottom {
		padding: 12px !important;
	}

	.property-box .im-signal {
		font-size: 11px !important;
		white-space: normal !important;
	}

	.property-box .images-style {
		height: 180px !important;
	}

	.property-box .link {
		font-size: 13px !important;
	}

	.property-box .meta-list {
		gap: 6px !important;
	}

	.property-box .meta-list .item {
		font-size: 12px !important;
	}

	.property-box h6.price {
		font-size: 15px !important;
	}

	.modal-sheet {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		max-height: 80vh;
		border-radius: 20px 20px 0 0;
		transform: translateY(100%);
		transition: transform .3s cubic-bezier(.32,.72,0,1);
	}

	.sheet-handle {
		display: block;
		flex-shrink: 0;
		width: 36px;
		height: 4px;
		margin: 12px auto 0;
		border-radius: 2px;
		background: #d1d5db;
	}

	.wd-find-select .box-btn-advanced .filter-advanced, .wd-find-select .inner-group {
		display: none !important;
	}

	.wd-find-select .tf-btn.btn-search {
		width: 44px !important;
		min-width: unset !important;
		height: 44px !important;
		padding: 0 !important;
		border-radius: 50% !important;
	}
}

@media (min-width: 480px) {
	#modalAdvancedFilter .af-tile-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (min-width:480px) {
	#modalAdvancedFilter .af-tile-grid {
		grid-template-columns: 1fr 1fr 1fr;
	}

	.amenities-grid {
		grid-template-columns: repeat(3,1fr);
	}
}

@media (min-width:576px) {
	.modal {
		--bs-modal-box-shadow: var(--bs-box-shadow);
		--bs-modal-margin: 1.75rem;
	}

	.modal-dialog {
		max-width: var(--bs-modal-width);
		margin-right: auto;
		margin-left: auto;
	}
}

@media (min-width:768px) {
	#modalAdvancedFilter .modal-content {
		overflow-y: auto !important;
		max-height: calc(100vh - 120px) !important;
		border: none !important;
		border-radius: var(--radius-xl) !important;
		box-shadow: 0 24px 64px rgba(22,30,45,.2) !important;
	}

	#modalAdvancedFilter .modal-content, #modalSearch .modal-content {
		overflow-y: auto !important;
		max-height: calc(100vh - 120px) !important;
		border: none !important;
		border-radius: var(--radius-xl) !important;
		box-shadow: 0 24px 64px rgba(22,30,45,.2) !important;
	}

	#modalAdvancedFilter .modal-dialog {
		max-width: 680px !important;
	}

	#modalAdvancedFilter .modal-dialog, #modalSearch .modal-dialog {
		max-width: 680px !important;
	}

	.box-btn-advanced {
		display: flex !important;
		align-items: center !important;
		gap: 8px !important;
		padding-left: 12px !important;
	}

	.btn-ai-inline {
		border: 1px solid rgba(0,196,179,.3) !important;
		border-radius: var(--radius-full) !important;
		background: var(--color-accent-light) !important;
		color: var(--color-accent-dark) !important;
		text-decoration: none !important;
	}

	.btn-ai-inline, .btn-more-filters {
		position: static !important;
		gap: 6px !important;
		height: 36px !important;
		padding: 0 14px !important;
		font-size: 12px !important;
		font-weight: 600 !important;
		box-shadow: none !important;
		transition: var(--transition) !important;
		cursor: pointer !important;
	}

	.btn-ai-inline, .btn-more-filters .active-count {
		display: inline-flex !important;
		align-items: center !important;
	}

	.btn-ai-inline:hover {
		border-color: var(--color-accent) !important;
		background: var(--color-accent) !important;
		color: #fff !important;
	}

	.btn-more-filters {
		display: inline-flex !important;
		align-items: center !important;
		border: 1px solid var(--color-border) !important;
		border-radius: var(--radius-full) !important;
		background: var(--color-#fff) !important;
		color: #374151 !important;
		font-family: var(--font-family) !important;
	}

	.btn-more-filters .active-count {
		justify-content: center !important;
		width: 16px !important;
		height: 16px !important;
		border-radius: 50% !important;
		background: var(--color-primary) !important;
		color: #fff !important;
		font-size: 10px !important;
		font-weight: 700 !important;
	}

	.btn-more-filters.has-active, .btn-more-filters:hover {
		border-color: var(--color-primary) !important;
		background: var(--color-primary-light) !important;
		color: var(--color-primary) !important;
	}

	.filter-bar-desktop {
		display: block;
	}

	.filter-bar-mobile {
		display: none;
	}

	.wd-find-select .form-style {
		position: relative !important;
	}

	.wd-find-select .form-style .nice-select .current {
		font-size: 13px !important;
		font-weight: 600 !important;
	}

	.wd-find-select .form-style label {
		color: var(--color-text-muted) !important;
		font-size: 10px !important;
		font-weight: 700 !important;
		letter-spacing: .06em !important;
		text-transform: uppercase !important;
	}

	.wd-find-select .form-style+.form-style {
		border-left: 1px solid #f0f2f5 !important;
	}

	.wd-find-select .form-style:has(.nice-select.open)::after {
		position: absolute !important;
		right: 0 !important;
		bottom: 0 !important;
		left: 0 !important;
		height: 2px !important;
		border-radius: 2px 2px 0 0 !important;
		background: var(--color-primary) !important;
		content: '' !important;
	}
}

@media only screen and (max-width:1099px) {
	.hd-find-select, .hd-find-select .form-control {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		line-height: 38px !important;
	}

	.hd-find-select, .hd-find-select .form-control, .hd-find-select .form-style {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
		line-height: 38px !important;
	}

	.wd-filter {
		flex-direction: unset;
		gap: 0;
	}

	.wd-filter .box-btn-advanced {
		gap: 0 !important;
	}

	.wd-filter .inner-group {
		flex-wrap: nowrap !important;
		padding-right: 0 !important;
	}

	.wd-filter .inner-group .form-style {
		flex: 1 1 0;
		min-width: 0;
		border-right: 1px solid #e6e6e6 !important;
	}

	.wd-filter .inner-group .form-style .current {
		display: block;
		overflow: hidden;
		max-width: calc(100% - 25px);
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.wd-filter .inner-group .form-style .nice-select {
		max-width: 100%;
		padding: 6px 0 !important;
		border: none !important;
	}

	.wd-filter .inner-group label {
		margin-bottom: 0 !important;
	}

	.wd-find-select {
		padding: 5px;
	}

	.wd-find-select .tf-btn {
		min-width: 60px;
	}
}

@media only screen and (max-width:1520px) {
	.main-header .inner-header-left {
		gap: 50px;
	}
}

@media only screen and (max-width:575px) {
	.box-title-listing .box-filter-tab .nav-tab-filter {
		width: 100%;
	}

	.hd-find-select .form-control {
		line-height: 33px !important;
	}

	.hd-find-select .tf-btn {
		padding: 5px 20px;
	}

	.title-large {
		font-size: 32px;
		line-height: 48px;
	}
}