/* Legacy propcard styles removed for new standardized UI */
/*
.propcard{
    position: relative;
    ...
}
*/

/* Legacy card-block styles removed */



.PropPhoto {
	height: 290px;
	width: 100%;
	object-fit: cover;
	padding-top: 8px;
	padding-right: 8px;
	border-radius: 25px;
	padding-left: 8px;
}

/* Favourite heart */
.cardimage {
	transform: none;
	position: absolute;
	top: 20px;
	right: 30px;
	height: 25px;
	width: 25px;
	object-fit: contain;
}

.agentPhoto {
	object-fit: contain;
	margin: 0px;
	top: 20px;
	position: relative;
	left: 15px;
}

.car {
	transform: none;
	height: 12px;
	width: 20px;
	object-fit: contain;
}

.bed {
	transform: none;
	margin-right: 20px;
	height: 12px;
	width: 20px;
	object-fit: contain;
}

.bath {
	transform: none;
	margin-right: 20px;
	height: 12px;
	width: 20px;
	object-fit: contain;
}

.statHolder {
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	left: 15px;
	margin: 0px;
	top: 20px;
	width: 90%;
	margin: 0px;
	font-family: 'Roboto';
	font-size: 15px;
	line-height: 19px;
	text-overflow: ellipsis;
	text-size-adjust: 100%;
	color: rgb(113, 113, 113);
}

.seemore {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	color: #2398B6;
	position: absolute;
	right: 50px;
	bottom: 15px;
	padding: 0px;
	margin: 0px;
	display: none;
}

.arrow {
	position: absolute;
	right: 18px;
	bottom: 17px;
	display: none;
}

#prop_row {
	min-height: 200px;
}

/* Address background */
.address {
	background-color: #FFFEFEcc;
	top: 17px;
	position: absolute;
	left: 23px;
	display: inline-block;
	border-radius: 32px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
	filter: drop-shadow(2px 2px #D3D3D355);
}

.addressText {
	margin: 0px;
	text-size-adjust: 100%;
	text-overflow: ellipsis;

	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 150%;
	color: #454F65;

}

.title {
	position: relative;
	left: 15px;
	top: 15px;
	width: 90%;
	float: left;
}

.price {
	float: right;
	position: relative;
	right: 15px;
	top: -5px;
}

.title,
.price {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0px;
	font-family: 'Roboto';
	font-size: 15px;
	font-weight: 600;
	line-height: 19px;
	text-overflow: ellipsis;
	color: rgb(34, 34, 34)
}

.titleRow {
	clear: both;
}




.delete_button:hover {
	background-color: #0d414e !important;
}

.filtertext {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 150%;
	color: #454F65;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
	background-color: #4f96b6;
	border-color: #4f96b6;
}

.btn-check+.btn:hover {
	border-color: #4f96b6;
}

.btn-outline-primary {
	border-color: #4f96b6;
	--bs-btn-color: #4f96b6;
}

@media (max-width: 600px) {
	.top-in {
		width: 100%;
	}
}
/* NHD HORIZONTAL SEARCH BAR CSS (Adapted from STR) */
/* ========================================
   STR RESULTS PAGE — Stayz/Airbnb Style
   ======================================== */

/* --- SEARCH BAR --- */
.nhd-search-bar {
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	padding: 20px 24px;
	margin-bottom: 24px;
}

.nhd-search-bar .form-label {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #6b7280;
	margin-bottom: 4px;
}

.nhd-search-bar .form-control,
.nhd-search-bar .select2-container--default .select2-selection--multiple {
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	font-size: 14px;
	padding: 8px 12px;
	min-height: 42px;
	background: #f9fafb;
	transition: border-color 0.2s, box-shadow 0.2s;
}

.nhd-search-bar .form-control:focus {
	border-color: #2398B6;
	box-shadow: 0 0 0 3px rgba(35, 152, 182, 0.1);
	background: #fff;
}

.nhd-search-bar .btn-search {
	background: linear-gradient(135deg, #2398B6 0%, #1d7f99 100%);
	color: #fff;
	border: none;
	border-radius: 12px;
	font-size: 15px;
	font-weight: 600;
	padding: 10px 28px;
	height: 42px;
	display: flex;
	align-items: center;
	gap: 8px;
	transition: transform 0.15s, box-shadow 0.2s;
}
.nhd-search-bar .btn-search {
	width: fit-content;
}
.nhd-search-bar .btn-search:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(35, 152, 182, 0.3);
}

/* Select2 overrides */
.nhd-search-bar .select2-container {
	width: 100% !important;
}

.nhd-search-bar .select2-container--default .select2-selection--multiple {
	border: 1px solid #e5e7eb !important;
	border-radius: 10px !important;
	background: #f9fafb !important;
	padding: 4px 8px !important;
}

.nhd-search-bar .select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #2398B6 !important;
	box-shadow: 0 0 0 3px rgba(35, 152, 182, 0.1) !important;
}

.nhd-search-bar .select2-container--default .select2-selection--multiple .select2-selection__choice {
	background: #e0f2f1;
	border: none;
	border-radius: 6px;
	color: #2398B6;
	font-size: 13px;
	padding: 2px 8px;
}

.nhd-search-bar .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #2398B6;
}

/* Flatpickr input styling */
.nhd-search-bar input.flatpickr-input {
	background: #f9fafb !important;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	padding: 8px 12px;
	font-size: 14px;
	cursor: pointer;
}

/* Secondary Filter Row */
.nhd-filter-btn {
	border: 1px solid #e5e7eb;
	border-radius: 30px;
	padding: 6px 16px;
	font-size: 13px;
	font-weight: 500;
	color: #374151;
	transition: all 0.2s;
}

.nhd-filter-btn:hover,
.nhd-filter-btn.active {
	border-color: #1f2937;
	color: #1f2937;
	background: #f3f4f6;
}

.nhd-price-dropdown {
	width: 320px;
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 8px;
	z-index: 1000;
	background: #fff;
	border-radius: 16px;
	border: 1px solid #e5e7eb;
	padding: 24px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.nhd-price-dropdown.show {
	display: block !important;
}

.nhd-clear-filters {
	font-size: 13px;
	font-weight: 500;
}

.nhd-clear-filters:hover {
	color: #1f2937 !important;
}

/* --- RESULTS HEADER --- */
.nhd-results-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.nhd-results-header h5 {
	font-weight: 700;
	color: #1f2937;
	margin: 0;
}

.nhd-results-count {
	color: #6b7280;
	font-size: 14px;
}

/* --- PROPERTY CARDS --- */
.nhd-card {
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.06);
	transition: transform 0.2s, box-shadow 0.25s;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.nhd-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.nhd-card-img-wrap {
	position: relative;
	width: 100%;
	padding-top: 66%;
	overflow: hidden;
}

.nhd-card-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s;
}

.nhd-card:hover .nhd-card-img {
	transform: scale(1.05);
}

.nhd-card-img-overlay {
	position: absolute;
	top: 12px;
	left: 12px;
	right: 12px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	z-index: 2;
}

.nhd-badge {
	background: rgba(35, 152, 182, 0.9);
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	padding: 4px 10px;
	border-radius: 6px;
	backdrop-filter: blur(4px);
}

.nhd-location-badge {
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 11px;
	padding: 4px 10px;
	border-radius: 6px;
	backdrop-filter: blur(4px);
}

.nhd-card-body {
	padding: 14px 16px 8px;
	flex: 1;
}

.nhd-card-title {
	font-size: 15px;
	font-weight: 600;
	color: #1f2937;
	margin-bottom: 6px;
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.nhd-card-stats {
	display: flex;
	gap: 14px;
	font-size: 13px;
	color: #6b7280;
	margin-bottom: 8px;
}

.nhd-card-stats span {
	display: flex;
	align-items: center;
	gap: 4px;
}

.nhd-card-stats i {
	font-size: 12px;
	color: #9ca3af;
}

.nhd-card-footer {
	padding: 10px 16px 14px;
	border-top: 1px solid #f3f4f6;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.nhd-card-price {
	font-size: 17px;
	font-weight: 700;
	color: #2398B6;
}

.nhd-card-price small {
	font-size: 12px;
	font-weight: 400;
	color: #9ca3af;
}

.nhd-card-link {
	font-size: 13px;
	font-weight: 600;
	color: #2398B6;
	transition: color 0.2s;
}

.nhd-card-link:hover {
	color: #1d7f99;
}

/* --- GUEST PICKER --- */
.nhd-guest-picker {
	position: relative;
}

.nhd-guest-btn {
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	border-radius: 10px;
	padding: 8px 12px;
	font-size: 14px;
	color: #374151;
	width: 100%;
	text-align: left;
	cursor: pointer;
	height: 42px;
	display: flex;
	align-items: center;
	gap: 6px;
	transition: border-color 0.2s;
}

.nhd-guest-btn:hover,
.nhd-guest-btn:focus {
	border-color: #2398B6;
}

.nhd-guest-dropdown {
	position: absolute;
	top: calc(100% + 6px);
	left: 0;
	right: 0;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
	padding: 16px;
	z-index: 100;
	display: none;
	min-width: 260px;
}

.nhd-guest-dropdown.show {
	display: block;
}

.nhd-guest-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}

.nhd-guest-row:not(:last-child) {
	border-bottom: 1px solid #f3f4f6;
}

.nhd-guest-label {
	font-size: 14px;
	font-weight: 500;
	color: #374151;
}

.nhd-guest-label small {
	display: block;
	font-size: 12px;
	font-weight: 400;
	color: #9ca3af;
}

.nhd-guest-counter {
	display: flex;
	align-items: center;
	gap: 12px;
}

.nhd-guest-counter button {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 1px solid #d1d5db;
	background: #fff;
	color: #374151;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.15s;
}

.nhd-guest-counter button:hover:not(:disabled) {
	border-color: #2398B6;
	color: #2398B6;
}

.nhd-guest-counter button:disabled {
	opacity: 0.3;
	cursor: not-allowed;
}

.nhd-guest-counter span {
	font-size: 15px;
	font-weight: 600;
	min-width: 20px;
	text-align: center;
}

/* --- EMPTY STATE --- */
.nhd-empty-state {
	text-align: center;
	padding: 60px 20px;
}

.nhd-empty-state i {
	font-size: 48px;
	color: #d1d5db;
	margin-bottom: 16px;
}

.nhd-empty-state h5 {
	font-weight: 600;
	color: #374151;
}

.nhd-empty-state p {
	color: #6b7280;
	font-size: 14px;
}

/* --- LOADING SKELETON --- */
.nhd-skeleton {
	background: linear-gradient(90deg, #f3f4f6 25%, #e5e7eb 50%, #f3f4f6 75%);
	background-size: 200% 100%;
	animation: shimmer 1.5s infinite;
	border-radius: 14px;
}

.nhd-skeleton-card {
	height: 320px;
	border-radius: 14px;
}

@keyframes shimmer {
	0% {
		background-position: 200% 0;
	}

	100% {
		background-position: -200% 0;
	}
}

/* --- RESPONSIVE --- */
@media (max-width: 768px) {
	.nhd-search-bar {
		padding: 16px;
		border-radius: 12px;
	}

	.nhd-search-bar .btn-search {
		width: 100%;
		justify-content: center;
	}
}