
.roomwise-listing-detail,
.roomwise-listing-detail {
	max-width: 1000px;
	margin: 0 auto;
	font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.bc-success-msg {
	background: #d4edda;
	color: #155724;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 20px;
	border: 1px solid #c3e6cb;
	text-align: center;
}

/* Meta & Gallery */
.bc-meta-grid {
	display: flex;
	gap: 20px;
	margin: 20px 0;
	padding: 20px;
	background: #f9f9f9;
	border-radius: 8px;
	border: 1px solid #eee;
	justify-content: space-around;
}

.bc-meta-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.bc-meta-item span {
	font-size: 0.8em;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.bc-meta-item strong {
	font-size: 1.2em;
	color: #333;
}

.bc-gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 10px;
	margin-bottom: 30px;
}

.bc-gallery-grid img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	border-radius: 4px;
	transition: opacity 0.2s;
}

.bc-gallery-grid img:hover {
	opacity: 0.9;
}

/* Owl Carousel Custom Styles */
.bc-carousel-wrapper {
    position: relative;
    margin: 0;
    padding-bottom:48px;
}

.arrow-container {
	width: 100% !important;
	display: flex !important;
	justify-content: space-between !important;
	flex-direction: row !important;
}

.bc-carousel-wrapper .owl-carousel {
	position: relative;
}

.bc-carousel-wrapper .owl-stage-outer {
	overflow: visible;
	padding: 0 30px;
	margin: 0 -30px;
}

.bc-carousel-wrapper .owl-item {
	opacity: 1;
}

.bc-carousel-wrapper .owl-stage {
    display: flex;
    align-items: stretch;
}

.bc-carousel-wrapper .owl-item {
    display: flex;
    height: auto;
}

.bc-carousel-wrapper .bc-unit-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Custom navigation buttons */
.bc-carousel-wrapper .owl-nav {
	position: absolute;
	bottom: -80px;
	left: 64px;
	display: flex;
	gap: 10px;
}



.bc-carousel-wrapper .owl-nav button.owl-prev,
.bc-carousel-wrapper .owl-nav button.owl-next,
#bc-carousel-nav-left button.owl-prev,
#bc-carousel-nav-right button.owl-next,
.bc-carousel-nav-split button.owl-prev,
.bc-carousel-nav-split button.owl-next {
	background: transparent !important;
	border: 1px solid #DD4D0E !important;
	border-radius: 10px !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	cursor: pointer !important;
	transition: all 0.3s !important;
	padding: 16px 24px !important;
	gap: 8px !important;
	margin: 0 !important;
}

.bc-carousel-wrapper .owl-nav button.owl-prev:hover,
.bc-carousel-wrapper .owl-nav button.owl-next:hover,
#bc-carousel-nav-left button.owl-prev:hover,
#bc-carousel-nav-right button.owl-next:hover,
.bc-carousel-nav-split button.owl-prev:hover,
.bc-carousel-nav-split button.owl-next:hover {
	box-shadow: none !important;
	background: #DD4D0E !important;
	color: #fff !important;
}

.bc-carousel-wrapper .owl-nav button.owl-prev:focus,
.bc-carousel-wrapper .owl-nav button.owl-next:focus,
.bc-carousel-wrapper .owl-nav button.owl-prev:focus-visible,
.bc-carousel-wrapper .owl-nav button.owl-next:focus-visible,
#bc-carousel-nav-left button.owl-prev:focus,
#bc-carousel-nav-right button.owl-next:focus,
#bc-carousel-nav-left button.owl-prev:focus-visible,
#bc-carousel-nav-right button.owl-next:focus-visible,
.bc-carousel-nav-split button.owl-prev:focus,
.bc-carousel-nav-split button.owl-next:focus,
.bc-carousel-nav-split button.owl-prev:focus-visible,
.bc-carousel-nav-split button.owl-next:focus-visible {
	background: #DD4D0E !important;
	color: #fff !important;
	outline: none !important;
}

	/* SVG arrows styling */
.bc-carousel-wrapper .owl-nav button svg {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}

#bc-carousel-nav-left button svg,
#bc-carousel-nav-right button svg,
.bc-carousel-nav-split button svg {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}

.bc-carousel-wrapper .owl-nav button:hover svg path {
	fill: #fff;
}

#bc-carousel-nav-left button:hover svg path,
#bc-carousel-nav-right button:hover svg path,
.bc-carousel-nav-split button:hover svg path {
	fill: #fff;
}

.bc-carousel-wrapper .owl-nav button.owl-prev:focus svg path,
.bc-carousel-wrapper .owl-nav button.owl-next:focus svg path,
.bc-carousel-wrapper .owl-nav button.owl-prev:focus-visible svg path,
.bc-carousel-wrapper .owl-nav button.owl-next:focus-visible svg path,
#bc-carousel-nav-left button.owl-prev:focus svg path,
#bc-carousel-nav-right button.owl-next:focus svg path,
#bc-carousel-nav-left button.owl-prev:focus-visible svg path,
#bc-carousel-nav-right button.owl-next:focus-visible svg path,
.bc-carousel-nav-split button.owl-prev:focus svg path,
.bc-carousel-nav-split button.owl-next:focus svg path,
.bc-carousel-nav-split button.owl-prev:focus-visible svg path,
.bc-carousel-nav-split button.owl-next:focus-visible svg path {
	fill: #fff !important;
}

/* Hide dots */
.bc-carousel-wrapper .owl-dots {
	display: none;
}

/* Map Layout */
.bc-map-layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin: 40px 0;
	height: 700px;
}

.bc-map-list {
	overflow-y: auto;
	padding-right: 10px;
}

.bc-map-list::-webkit-scrollbar {
	width: 8px;
}

.bc-map-list::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 4px;
}

.bc-map-list::-webkit-scrollbar-thumb {
	background: #DD4D0E;
	border-radius: 4px;
}

.bc-unit-card-compact {
	margin-bottom: 15px;
	flex-direction: row !important;
	height: auto;
	min-height: 200px;
}

.bc-unit-card.bc-unit-card-compact {
	flex-direction: row !important;
		padding: 8px;

}

.bc-unit-card-compact .bc-unit-thumb {
	width: 45%;
	min-width: 200px;
	flex-shrink: 0;
	position: relative;
}

.bc-unit-card-compact .bc-unit-thumb img,
.bc-unit-card-compact .bc-unit-thumb-slide img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 16px;
}

/* Map-only list cards (not grid mode) should use the shorter media height. */
.bc-map-layout:not(.bc-grid-view) .bc-map-list .bc-unit-thumb img,
.bc-map-layout:not(.bc-grid-view) .bc-map-list .bc-unit-thumb-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	aspect-ratio: 16/9;
	border-radius: 16px;
	max-height: 227px !important;
	height: 227px !important;
	width: 100% !important;
}

.bc-unit-card-compact  .bc-no-rooms-overlay {
	border-radius: 16px;

}

/* No Rooms Left Overlay */
.bc-no-rooms-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000066;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    z-index: 2;
    pointer-events: none;
    font-family: Titillium Web;
    font-weight: 600;
    font-size: 32px;
    line-height: 110.00000000000001%;
    text-align: center;
    text-transform: capitalize;
}

/* No Rooms Left Card Styling */
.bc-unit-card-no-rooms {
	background-color: #EAECF0 !important;
}

.bc-unit-card-unavailable {
	cursor: default !important;
}

.bc-unit-card-no-rooms .bc-unit-body {
    background: #EAECF0;
}

.bc-unit-card-no-rooms .bc-unit-body * {
	color: #8D8D8D !important;
}


button.gm-ui-hover-effect {
    position: absolute !important;
    top: 10px;
    right: 10px;
    background: white !important;
    border-radius: 30px !important;
}.gm-style-iw-ch {
    display: none;
}


	.bc-map-popup h4 {
    font-family: 'Titillium Web';
}

.bc-map-popup p .mo {
    color: #5A5A5A;
    font-weight: 700;
    font-size: 10px;
    text-transform: uppercase;
    text-align: right;
	}

.bc-map-popup p {
    margin: 4px 0;
    font-size: 13px;
    color: #475467;
    font-family: 'Outfit';
    text-transform: uppercase;
    color: #475467 !important;
    font-weight: 300 !important;
    font-family: 'Outfit';
}
.bc-unit-card-compact .bc-unit-body {
	padding: 20px 24px;
	width: 55%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.bc-unit-card-no-rooms h3.bc-unit-title a {
    color: #5A5A5A;
}

.bc-unit-card-no-rooms .bc-unit-address, .bc-unit-availability {
    color: #5A5A5A;
}
html body .bc-unit-card-no-rooms a.bc-btn.sec {
    color: #717171;
    border-color: #717171;
}

.bc-unit-card-no-rooms .info-box-inner svg {
    opacity: 0.7;
}

.bc-unit-card-compact .bc-unit-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 8px;
	line-height: 1.2;
}

.bc-unit-address svg {
    position: relative;
    top: 5px;
}

body .bc-unit-address {
    align-items: flex-start;
    position: relative;
}

.bc-unit-card-compact .bc-unit-address {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    margin-top: 8px;
}

.bc-unit-card-compact .bc-unit-title {
	font-family: Outfit;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0%;
}

.bc-units-grid .bc-unit-address {
    margin-bottom: 10px;
}

.bc-unit-card-compact .bc-unit-availability {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.bc-unit-card-compact .bc-unit-price {
    margin: 16px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
}

.bc-map-list .bc-unit-card-compact .bc-unit-price {
	margin: 0;
}

.bc-unit-card-compact .bc-unit-price-amt {
	margin: 0;
	font-family: 'Titillium Web';
	font-weight: 600;
	font-size: 24px;
	line-height: 140%;
	letter-spacing: 0%;
	text-align: right;
	text-transform: capitalize;
	color: #101828;
}

.bc-unit-card-compact .bc-unit-price-cycle {
	margin: 0;
	font-family: 'Titillium Web';
	font-weight: 600;
	font-size: 24px;
	line-height: 140%;
	letter-spacing: 0%;
	text-align: right;
	text-transform: capitalize;
	color: #101828;
}

.bc-unit-card-compact .info-box {
	flex-direction: column;
	align-items: flex-start;
	gap: 15px;
	margin-bottom: 0;
}

.bc-unit-ctas-compact {
	margin-top: auto;
	padding-top: 16px;
}

.bc-btn-compact {
	width: 100%;
	text-align: center;
	padding: 14px 20px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.bc-map-container {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	border: 1px solid #ddd;
	min-height: 600px;
}

.bc-map {
	width: 100%;
	height: 100%;
	min-height: 600px;
	z-index: 1;
}

.bc-map img {
	max-width: none !important;
}

/* Google Maps InfoWindow styling */
.gm-style .gm-style-iw-c {
	padding: 0 !important;
	border-radius: 8px !important;
	max-width: 100% !important;
}

.gm-style .gm-style-iw-d {
	overflow: hidden !important;
}

.bc-map-popup {
	font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.bc-map-popup h4 {
	margin: 0 0 8px 0;
	font-size: 16px;
	font-weight: 600;
	color: #101828;
}

.bc-map-popup p {
	margin: 4px 0;
	font-size: 13px;
	color: #475467;
}

.bc-map-popup .bc-popup-rent {
	font-size: 18px;
	font-weight: 700;
	color: #DD4D0E;
	margin: 8px 0;
}

.bc-map-popup a {
	display: inline-block;
	margin-top: 10px;
	padding: 8px 16px;
	background: #DD4D0E;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 600;
	transition: background 0.3s;
}

.bc-map-popup a:hover {
	background: #c43d0a;
}

/* Units grid/cards */
.bc-units-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 32px;
}

.bc-unit-card {
	border: 1px solid #475467;
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
	display: flex;
	flex-direction: column;
	transition: 0.3s;
	cursor: pointer;
}

.bc-unit-thumb {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.bc-unit-gallery-container {
	position: relative;
	width: 100%;
	border-radius: 16px 16px 0 0;
	overflow: hidden;
}

.bc-unit-thumb-carousel,
.bc-unit-thumb-slide,
.bc-unit-thumb-link {
	height: 100%;
}

.bc-unit-thumb-carousel {
	display: flex;
	width: 100%;
	transition: transform 0.3s ease;
	will-change: transform;
	touch-action: pan-y;
}

@media (max-width: 767px) {
	.bc-unit-gallery-mobile-carousel,
	.bc-unit-gallery-mobile-carousel .bc-unit-thumb-carousel {
		touch-action: none;
		overscroll-behavior: contain;
	}
}

.bc-unit-thumb-carousel.is-dragging {
	transition: none;
}

.bc-unit-thumb-link {
	display: block;
}

.bc-unit-thumb-slide {
	width: 100%;
	min-width: 100%;
	flex: 0 0 100%;
}

.bc-unit-thumb-link picture,
.bc-unit-thumb-slide picture {
	display: block;
	width: 100%;
	height: 100%;
}

.bc-unit-thumb img,
.bc-unit-thumb-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	aspect-ratio: 16/9;
	border-radius: 16px;
	max-height: 237px !important;
	height: 237px !important;
	width: 100% !important;
}

.bc-unit-gallery-container .bc-room-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 8;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 24px;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.2);
	color: #FCFCFD;
	transition: all 0.3s;
	border: none;
	backdrop-filter: blur(1px);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.bc-unit-card:focus-within .bc-unit-gallery-container .bc-room-nav {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.bc-unit-gallery-container .bc-room-nav:hover,
.bc-unit-gallery-container .bc-room-nav:focus,
.bc-unit-gallery-container .bc-room-nav:focus-visible,
.bc-unit-gallery-container .bc-room-nav:active {
	background-color: #EB4800 !important;
	border-color: #FFBE8C !important;
	box-shadow: 0px 4px 31.2px 0px rgba(255, 111, 0, 0.30196078431372547);
	color: #fff !important;
	outline: none !important;
}

.bc-unit-gallery-container .bc-room-nav svg {
	width: 18px;
	height: 18px;
}

.bc-unit-gallery-container .bc-unit-carousel-prev {
	left: 12px;
	transform: translateY(-50%) rotate(180deg);
}

.bc-unit-gallery-container .bc-unit-carousel-next {
	right: 12px;
}

.bc-unit-gallery-container .bc-unit-thumb-mobile-dots {
	position: absolute;
	left: 50%;
	bottom: 14px;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	gap: 8px;
	z-index: 7;
}

button.bc-unit-thumb-mobile-dot {
	display: flex;
	width: 10px;
	height: 10px;
	padding: 0;
	margin: 0;
	border-radius: 999px;
	border: 1px solid #475467;
	background: #fff;
	transform: unset;
}

.bc-unit-gallery-container .bc-unit-thumb-mobile-dot.is-active {
	background: #DD4D0E;
	border-color: #DD4D0E;
}

.bc-unit-gallery-container.bc-unit-gallery-static .bc-room-nav,
.bc-unit-gallery-container.bc-unit-gallery-static .bc-unit-thumb-mobile-dots {
	display: none !important;
}



.bc-unit-body {
	padding: 32px 20px;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.bc-unit-title {
	margin: 0 0 15px 0;
	font-family: Outfit;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	letter-spacing: 0%;
}

.bc-unit-title a {
	color: #101828;
	text-decoration: none;
}

.bc-unit-card-no-rooms .bc-unit-thumb-link,
.bc-unit-card-no-rooms .bc-unit-title a,
.bc-unit-card-no-rooms a,
.bc-unit-card-unavailable .bc-unit-thumb-link,
.bc-unit-card-unavailable .bc-unit-title a,
.bc-unit-card-unavailable a {
	pointer-events: none !important;
	cursor: default !important;
}

.bc-unit-address,
.bc-unit-availability {
	color: #475467;
	font-size: 14px;
	    line-height: 150%;
		    align-items: flex-start;
    position: relative;
}

@media (hover: hover) and (pointer: fine) {
	.bc-unit-card:hover,
	.bc-unit-card.is-marker-hover {
		background-color: #FFF7F0;
		border-color: #DD4D0E4D;
		box-shadow: 0px 4px 31.2px 0px rgba(255, 111, 0, 0.3);
	}

	.bc-unit-card:hover .bc-unit-gallery-container .bc-room-nav,
	.bc-unit-card.is-marker-hover .bc-unit-gallery-container .bc-room-nav {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.bc-unit-card:hover h3.bc-unit-title,
	.bc-unit-card:hover h3.bc-unit-title a,
	.bc-unit-card.is-marker-hover h3.bc-unit-title,
	.bc-unit-card.is-marker-hover h3.bc-unit-title a {
		color: #DD4D0E;
	}

	.bc-unit-card:hover .info-box *,
	.bc-unit-card.is-marker-hover .info-box * {
		color: #101828;
	}

	.bc-unit-card-no-rooms:hover,
	.bc-unit-card-no-rooms.is-marker-hover {
		background-color: #EAECF0 !important;
		border-color: #475467 !important;
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05) !important;
	}

	.bc-unit-card-no-rooms:hover h3.bc-unit-title a,
	.bc-unit-card-no-rooms.is-marker-hover h3.bc-unit-title a {
		color: #5A5A5A;
	}
}

.bc-unit-price {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0;
	line-height: 1.05;
}

.bc-unit-price-amt {
	margin: 0;
	font-family: 'Titillium Web';
	font-weight: 600;
	font-size: 24px;
	line-height: 140%;
	letter-spacing: 0%;
	text-align: right;
	text-transform: capitalize;
	color: #101828;
}

.bc-unit-price-cycle {
	margin: 0;
	font-family: 'Titillium Web';
	font-weight: 600;
	font-size: 24px;
	line-height: 140%;
	letter-spacing: 0%;
	text-align: right;
	text-transform: capitalize;
	color: #101828;
}

.bc-unit-ctas {
	display: flex;
	gap: 0;
	margin-top: 32px;
	flex-direction: column;
}

html body .bc-btn {
	font-family: 'Outfit';
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.9px;
	box-shadow: 0px 4px 31.2px 0px rgba(255, 111, 0, 0.3);
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: var(--e-global-color-primary);
	border-radius: 10px;
	padding: 16px 24px;
	transition: all .3s;
	text-align: center;
	background-color: #DD4D0E;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}

html body a.bc-btn.sec {
	background: none;
	color: #344054;
	border: none;
	box-shadow: none;
	padding-bottom: 0;
	border-bottom: 2px solid #344054;
	border-radius: 0;
	width: fit-content;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
}

html body a.bc-btn-fully-booked {
	background-color: #AAAAAA !important;
	border-color: #AAAAAA !important;
	box-shadow: none !important;
	cursor: default;
	pointer-events: none;
}

html body a.bc-btn-fully-booked:hover {
	background-color: #AAAAAA !important;
	border-color: #AAAAAA !important;
}

.info-box {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 15px;
}

.info-box-inner {
	font-family: 'Outfit';
	text-transform: uppercase;
	font-size: 14px;
	color: #475467;
	font-weight: 600;
	display: flex;
    flex-direction: column;
    gap: 10px;
	max-width: 400px;
}

.info-box-inner svg {
	width: 14px;
	height: 14px;
	margin-right: 10px !important;
	vertical-align: middle;
	    position: relative;
    top: 5px;
}

/* Filter Bar Styles */
.bc-filters-bar {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 0;
    background: transparent !important;
    border: none;
    border-bottom: none;
    border-radius: 0;
    margin-bottom: 42px;
    flex-wrap: wrap;
	    justify-content: space-between;
}

.bc-filter-item {
	display: flex;
	align-items: center;
	gap: 12px;
}

.bc-filter-item.bc-filter-price-range {
	max-height: fit-content;
}

.bc-filter-label {
    color: var(--Color-Gray-Blue-600, #475467);
    font-family: Outfit;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.56px;
    text-transform: uppercase;
}

.bc-filter-label-inline, .bc-price-display {
	font-family: 'Outfit', sans-serif;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color: #475467;
	letter-spacing: 0.5px;
}

/* Billing Frequency Filter */
.bc-filter-billing-wrapper {
	gap: 16px;
}

.bc-filter-billing {
	position: relative;
	display: inline-grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: center;
	gap: 0;
	padding: 3px;
	border: 1px solid #D0D5DD;
	border-radius: 999px;
	background: #fff;
	min-width: 320px;
}

.bc-filter-billing-option {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	border: none;
	background: transparent;
	color: #667085;
	font-family: Outfit, sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 10px 16px;
	border-radius: 999px;
	cursor: pointer;
	transition: color 0.2s ease;
	text-align: center;
	user-select: none;
}

.bc-filter-billing-option:hover {
	color: #DD4D0E;
	background: transparent;
}

.bc-filter-billing-option.is-active {
	color: #fff;
	background: transparent;
}

.bc-filter-billing-option:focus,
.bc-filter-billing-option:focus-visible {
	outline: none;
}

.bc-filter-billing-slider {
	position: absolute;
	top: 3px;
	left: 3px;
	height: calc(100% - 6px);
	width: calc((100% - 6px) / 3);
	border-radius: 999px;
	background: #DD4D0E;
	transition: transform 0.25s ease;
	box-shadow: 0 4px 12px rgba(221, 77, 14, 0.25);
	pointer-events: none;
}

.bc-filter-billing[data-active-billing='biweekly'] .bc-filter-billing-slider {
	transform: translateX(100%);
}

.bc-filter-billing[data-active-billing='monthly'] .bc-filter-billing-slider {
	transform: translateX(200%);
}

/* City Filter */
.bc-filter-city-wrapper {
	gap: 16px;
}

.bc-filter-city {
	padding: 12px 20px;
	border: 1.5px solid #D0D5DD;
	border-radius: 12px;
	background: #fff;
	font-family: 'Outfit', sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #344054;
	cursor: pointer;
	min-width: 200px;
	transition: all 0.2s;
	appearance: none;
	background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3e%3cpolyline points=%276 9 12 15 18 9%27%3e%3c/polyline%3e%3c/svg%3e');
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 18px;
	padding-right: 45px;
}

.bc-filter-city:hover {
	border-color: #98A2B3;
}

.bc-filter-city:focus {
	outline: none;
	border-color: #DD4D0E;
	box-shadow: 0 0 0 3px rgba(221, 77, 14, 0.1);
}

/* Dividers */
.bc-filter-divider {
	width: 1px;
	height: 40px;
	background: #E4E7EC;
	margin: 0 8px;
}

/* Price Range with DualRange Library */
.bc-filter-price-range {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    flex-grow: 1;
    max-width: 320px;
	min-width: 320px;
}
.bc-price-labels {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bc-price-label-group {
	display: flex;
	align-items: center;
	gap: 4px;
}


.bc-dual-slider-container {
    position: relative;
    padding: 10px 0;
    width: 100%;
}

/* Native Dual Range Slider Styles */
.bc-range-slider {
    position: absolute;
    width: 100%;
    height: 5px;
    background: transparent;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px !important;
}

.bc-range-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	-webkit-appearance: none;
    appearance: none;

	pointer-events: all;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border: 4px solid #DD4D0E;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.bc-range-slider::-webkit-slider-thumb {
    position: relative !important;
    top: -8px !important;
	}

.bc-range-slider::-webkit-slider-thumb, .bc-range-slider::-moz-range-thumb {
    position: relative !important;
    top: -8px !important;
}

.bc-range-slider::-moz-range-thumb {
	-moz-appearance: none;
	pointer-events: all;
	-webkit-appearance: none;
    appearance: none;

	width: 20px;
	height: 20px;
	background-color: #fff;
	border: 4px solid #DD4D0E;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.bc-range-slider::-webkit-slider-runnable-track {
	-webkit-appearance: none;
	height: 5px;
}

.bc-range-slider::-moz-range-track {
	-moz-appearance: none;
	height: 5px;
}

/* Specific styles for from and to sliders */
.bc-range-slider-from {
	z-index: 1;
}

.bc-range-slider-to {
	z-index: 2;
}

/* Order Filter */
/* Order Filter */
.bc-filter-order-wrapper {
	gap: 16px;
}

.bc-filter-order {
	padding: 8px 0;
	padding-right: 30px;
	border: none;
	border-bottom: 2px solid #E4E7EC;
	background: transparent;
	font-family: 'Outfit', sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #344054;
	cursor: pointer;
	min-width: 180px;
	transition: all 0.2s;
	appearance: none;
	background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27currentColor%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27%3e%3cpolyline points=%276 9 12 15 18 9%27%3e%3c/polyline%3e%3c/svg%3e');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 18px;
}

.bc-filter-order:hover {
	border-bottom-color: #98A2B3;
}

.bc-filter-order:focus {
	outline: none;
	border-bottom-color: #DD4D0E;
}

.bc-filters-secondary {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 16px;
	width: 100%;
	padding-top: 32px;
	border-top: 1px solid #98A2B3;
}

/* Toggle Switch */
.bc-view-toggle {
	margin-left: 0;
	margin-inline-start: 0;
}

.bc-toggle-switch {
	position: relative;
	display: flex;
	background: #D0D5DD;
	border-radius: 30px;
	padding: 4px;
	gap: 4px;
}

.bc-toggle-option {
	position: relative;
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 10px 20px;
	background: transparent;
	border: none;
	font-family: 'Outfit', sans-serif;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	color: #667085;
	cursor: pointer;
	transition: color 0.3s;
	letter-spacing: 0.5px;
	z-index: 1;
}



.bc-toggle-option:hover {
    background: transparent;
    color: #DD4D0E;
}

.bc-toggle-option svg {
	width: 16px;
	height: 16px;
}

.bc-toggle-option.bc-toggle-active {
	color: #DD4D0E;
	background: transparent;
}

.bc-toggle-slider {
	position: absolute;
	top: 4px;
	left: 4px;
	width: calc(50% - 4px);
	height: calc(100% - 8px);
	background: #fff;
	border-radius: 26px;
	transition: transform 0.3s ease;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.bc-toggle-switch[data-active-view='map'] .bc-toggle-slider {
	transform: translateX(100%);
}

/* Carousel should only show billing filter control. */
.bc-filters-bar[data-display='carousel'] {
	justify-content: flex-start;
	gap: 0;
	max-width: 1720px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding-left: 4%;
	padding-right: 4%;
	box-sizing: content-box;
	border: none;
	padding-bottom: 0;
}

.bc-filters-bar[data-display='carousel'] .bc-filter-divider,
.bc-filters-bar[data-display='carousel'] .bc-filter-item:not(.bc-filter-billing-wrapper) {
	display: none !important;
}

.bc-mobile-filters-toggle,
.bc-mobile-filters-close,
.bc-mobile-filters-backdrop,
.bc-mobile-filters-actions,
.bc-mobile-map-toggle,
.bc-map-modal {
	display: none;
}

.bc-mobile-filters-toggle,
.bc-mobile-filters-close {
	cursor: pointer;
	user-select: none;
}

@media (min-width: 769px) {
	.bc-mobile-filters-toggle,
	.bc-mobile-filters-close,
	.bc-mobile-filters-backdrop,
	.bc-mobile-filters-actions,
	.bc-mobile-map-toggle,
	.bc-map-modal {
		display: none !important;
	}
}

.bc-map-modal {
	position: fixed;
	inset: 0;
	z-index: 10020;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transition: opacity 0.2s ease, visibility 0.2s ease;
}

.bc-map-modal[aria-hidden='true'] {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.bc-map-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(16, 24, 40, 0.4);
}

.bc-map-modal-dialog {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background: #fff;
}

.bc-map-modal-map-wrap {
	flex: 1 1 auto;
	min-height: 0;
}

.bc-map-modal-canvas {
	width: 100%;
	height: 100%;
	min-height: 100%;
}

.bc-map-modal-close {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 15px;
	width: auto;
	height: auto;
	border: 1px solid #DD4D0E;
	border-radius: 12px;
	background: #fff;
	color: #DD4D0E;
	font-size: 30px;
	line-height: 1;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	box-shadow: 0 10px 24px rgba(16, 24, 40, 0.14);
}

.bc-map-modal-close:hover,
.bc-map-modal-close:focus,
.bc-map-modal-close:focus-visible {
	border-color: #DD4D0E;
	background: #DD4D0E;
	color: #fff;
	outline: none;
}

@media (max-width: 768px) {
	.bc-mobile-filters-toggle {
		display: inline-flex;
		align-items: center;
		gap: 8px;
		padding: 10px 14px;
		margin: 0;
		border: 1px solid #D0D5DD;
		border-radius: 12px;
		background: #FFF;
		color: #344054;
		font-family: Outfit, sans-serif;
		font-size: 14px;
		font-weight: 600;
		line-height: 1;
		text-transform: uppercase;
		cursor: pointer;
	}

	.bc-mobile-filters-toggle svg {
		width: 18px;
		height: 18px;
	}

	.bc-mobile-filters-backdrop {
		display: block;
		position: fixed;
		inset: 0;
		background: rgba(16, 24, 40, 0.45);
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.2s ease, visibility 0.2s ease;
		z-index: 9998;
	}

	.bc-mobile-filters-backdrop.is-visible {
		opacity: 1;
		visibility: visible;
	}

	.bc-filters-bar[data-display='list'],
	.bc-filters-bar[data-display='map'] {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		width: min(88vw, 360px);
		height: 100dvh;
		max-height: 100dvh;
		overflow-y: auto;
		padding: calc(env(safe-area-inset-top, 0px) + 72px) 16px calc(env(safe-area-inset-bottom, 0px) + 16px);
		margin: 0 !important;
		border-radius: 0;
		box-shadow: 0 12px 40px rgba(16, 24, 40, 0.25);
		background: #fff !important;
		transform: translateX(-105%);
		transition: transform 0.25s ease;
		z-index: 9999;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: stretch;
		justify-content: flex-start !important;
		gap: 14px;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior: contain;
	}

	.bc-filters-bar[data-display='list'].is-mobile-open,
	.bc-filters-bar[data-display='map'].is-mobile-open {
		transform: translateX(0);
	}

	.bc-filters-bar[data-display='map'] .bc-view-toggle {
		display: none !important;
	}

	.bc-filters-bar[data-display='list'] .bc-mobile-filters-close,
	.bc-filters-bar[data-display='map'] .bc-mobile-filters-close {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		position: absolute;
		top: calc(env(safe-area-inset-top, 0px) + 16px);
		right: 16px;
		width: 34px;
		height: 34px;
		border: 1px solid #D0D5DD;
		border-radius: 10px;
		background: #fff;
		color: #344054;
		font-size: 24px;
		line-height: 1;
		cursor: pointer;
		z-index: 2;
	}

	.bc-filters-bar[data-display='list'] .bc-filter-item,
	.bc-filters-bar[data-display='map'] .bc-filter-item {
		width: 100%;
	}

	.bc-filters-secondary {
		flex-direction: column;
		align-items: stretch;
		border-color: #E4E7EC;
		padding-top: 5px;
		padding-bottom: 0;
	}

	.bc-mobile-filters-actions {
		display: flex;
		align-items: center;
		gap: 10px;
		margin-top: 0;
		padding-top: 15px;
		border-top: 1px solid #EAECF0;
	}

	.bc-mobile-filters-action {
		flex: 1 1 0;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 44px;
		padding: 10px 12px;
		border-radius: 12px;
		font-family: Outfit, sans-serif;
		font-size: 13px;
		font-weight: 600;
		letter-spacing: 0.4px;
		text-transform: uppercase;
	}

	.bc-mobile-filters-reset {
		border: 1px solid #D0D5DD;
		background: #FFF;
		color: #344054;
	}

	.bc-mobile-filters-apply {
		border: 1px solid #DD4D0E;
		background: #DD4D0E;
		color: #FFF;
	}

	.bc-filters-bar[data-display='list'] .bc-filter-divider,
	.bc-filters-bar[data-display='map'] .bc-filter-divider {
		display: block;
		width: 100%;
		height: 1px;
		margin: 2px 0;
	}

	.bc-filters-bar[data-display='list'] .bc-filter-city,
	.bc-filters-bar[data-display='list'] .bc-filter-order,
	.bc-filters-bar[data-display='list'] .bc-filter-billing,
	.bc-filters-bar[data-display='map'] .bc-filter-city,
	.bc-filters-bar[data-display='map'] .bc-filter-order,
	.bc-filters-bar[data-display='map'] .bc-filter-billing {
		width: 100%;
		min-width: 0;
	}

	.bc-filter-billing-wrapper {
		width: 100%;
	}

	.bc-filter-item.bc-filter-billing-wrapper {
		flex-direction: column;
		align-items: flex-start;
	}

	.bc-filter-billing {
		min-width: 0;
		width: 100%;
	}

	.bc-mobile-filters-open {
		overflow: hidden;
	}

	.bc-mobile-map-toggle {
		position: fixed;
		right: 16px;
		bottom: calc(env(safe-area-inset-bottom, 0px) + 16px);
		z-index: 9990;
		display: inline-flex !important;
		align-items: center;
		justify-content: center;
		gap: 8px;
		min-width: 96px;
		min-height: 48px;
		padding: 0 18px;
		border: 1px solid #D0D5DD;
		border-radius: 999px;
		background: #fff;
		color: #DD4D0E;
		font-family: Outfit, sans-serif;
		font-size: 12px;
		font-weight: 700;
		letter-spacing: 0.56px;
		text-transform: uppercase;
		box-shadow: 0 12px 30px rgba(16, 24, 40, 0.18);
	}

	button.bc-toggle-option.bc-toggle-active.bc-mobile-map-toggle {
		background: #DD4D0E;
		border-color: #DD4D0E;
		color: #fff;
	}

	button.bc-toggle-option.bc-toggle-active.bc-mobile-map-toggle:hover,
	button.bc-toggle-option.bc-toggle-active.bc-mobile-map-toggle:focus,
	button.bc-toggle-option.bc-toggle-active.bc-mobile-map-toggle:focus-visible {
		background: white;
		color: #DD4D0E;
		border-color: #DD4D0E;
		outline: none;
	}

	.bc-mobile-map-toggle svg {
		width: 20px;
		height: 20px;
	}

	.bc-map-layout .bc-map-container {
		display: none !important;
	}

	.bc-map-modal {
		display: block !important;
	}

	.bc-mobile-map-modal-open {
		overflow: hidden;
	}

	.bc-map-modal-map-wrap {
		padding: 30px;
	}

	div#bc-map-1-map-modal,
	.bc-map-modal-canvas {
		border-radius: 15px;
		overflow: hidden;
	}

	.bc-unit-gallery-container .bc-room-nav {
		display: none !important;
	}
}

.bc-map-modal-close {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 2;
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding: 15px !important;
	width: auto !important;
	height: auto;
	border: 1px solid #DD4D0E !important;
	border-radius: 8px !important;
	background: #fff !important;
	color: #DD4D0E !important;
	font-size: 30px !important;
	line-height: 12px;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	box-shadow: 0 10px 24px rgba(16, 24, 40, 0.14);
}

.bc-map-modal-close:hover,
.bc-map-modal-close:focus,
.bc-map-modal-close:focus-visible {
	border-color: #DD4D0E !important;
	background: #DD4D0E !important;
	color: #fff !important;
	outline: none !important;
}

.bc-directory-lightbox-open {
	overflow: hidden;
}

.bc-directory-lightbox {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;
	background: rgba(15, 23, 42, 0.88);
}

.bc-directory-lightbox[aria-hidden='true'] {
	display: none;
}

.bc-directory-lightbox-backdrop {
	position: absolute;
	inset: 0;
	background: transparent;
}

.bc-directory-lightbox-dialog {
	position: relative;
	z-index: 1;
	width: min(1200px, 92vw);
	max-width: min(1200px, 92vw);
	display: flex;
	align-items: center;
	justify-content: center;
}

.bc-directory-lightbox-stage {
	position: relative;
	width: 100%;
	overflow: hidden;
	cursor: grab;
	touch-action: pan-y;
}

.bc-directory-lightbox-viewport {
	width: 100%;
	overflow: hidden;
}

.bc-directory-lightbox-track {
	display: flex;
	align-items: center;
	will-change: transform;
	transition: transform 0.32s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.bc-directory-lightbox-track.is-no-transition {
	transition: none !important;
}

.bc-directory-lightbox-slide {
	flex: 0 0 100%;
	min-width: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	box-sizing: border-box;
}

.bc-directory-lightbox-image {
	display: block;
	max-width: 100%;
	max-height: 88vh;
	object-fit: contain;
	border-radius: 12px;
	background: transparent;
	user-select: none;
	-webkit-user-drag: none;
	pointer-events: none;
}

.bc-directory-lightbox-stage.is-dragging {
	cursor: grabbing;
}

.bc-directory-lightbox-stage.is-dragging .bc-directory-lightbox-track {
	transition: none;
}

.bc-directory-lightbox .bc-directory-lightbox-close,
.bc-directory-lightbox .bc-directory-lightbox-nav {
	position: absolute;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: center;
	appearance: none;
	-webkit-appearance: none;
	border: none !important;
	box-sizing: border-box;
	text-decoration: none !important;
	box-shadow: none !important;
	outline: none !important;
	user-select: none;
	padding: 0 !important;
	background: rgba(16, 24, 40, 0.7) !important;
	color: #fff !important;
	transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.bc-directory-lightbox .bc-directory-lightbox-close {
	top: 18px;
	right: 18px;
	width: 48px !important;
	min-width: 48px !important;
	height: 48px !important;
	border-radius: 999px !important;
	font-size: 34px;
	line-height: 1;
}

.bc-directory-lightbox .bc-directory-lightbox-nav {
	top: 50%;
	width: 48px !important;
	min-width: 48px !important;
	height: 48px !important;
	border-radius: 999px !important;
	transform: translateY(-50%);
}

.bc-directory-lightbox .bc-directory-lightbox-prev {
	left: 18px;
}

.bc-directory-lightbox .bc-directory-lightbox-prev svg {
	transform: rotate(180deg);
}

.bc-directory-lightbox .bc-directory-lightbox-next {
	right: 18px;
}

.bc-directory-lightbox .bc-directory-lightbox-close:hover,
.bc-directory-lightbox .bc-directory-lightbox-close:focus,
.bc-directory-lightbox .bc-directory-lightbox-close:focus-visible,
.bc-directory-lightbox .bc-directory-lightbox-nav:hover,
.bc-directory-lightbox .bc-directory-lightbox-nav:focus,
.bc-directory-lightbox .bc-directory-lightbox-nav:focus-visible {
	background-color: #EB4800 !important;
	color: #fff !important;
	box-shadow: 0px 4px 31.2px 0px rgba(255, 111, 0, 0.3019607843) !important;
}

.bc-directory-lightbox-counter {
	position: absolute;
	left: 50%;
	bottom: 18px;
	transform: translateX(-50%);
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(16, 24, 40, 0.7);
	color: #fff;
	font-family: 'Outfit', sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.04em;
	z-index: 4;
}

@media (max-width: 768px) {
	.bc-directory-lightbox {
		padding: 20px 12px;
	}

	.bc-directory-lightbox-dialog {
		width: min(1200px, 92vw);
		max-width: min(1200px, 92vw);
	}

	.bc-directory-lightbox-image {
		max-height: 78vh;
		border-radius: 15px;
	}

	.bc-directory-lightbox .bc-directory-lightbox-close {
		top: 12px;
		right: 12px;
	}

	.bc-directory-lightbox .bc-directory-lightbox-nav {
		width: 44px !important;
		min-width: 44px !important;
		height: 44px !important;
	}

	.bc-directory-lightbox .bc-directory-lightbox-prev {
		left: 12px;
	}

	.bc-directory-lightbox .bc-directory-lightbox-next {
		right: 12px;
	}

	.bc-directory-lightbox-close {
		top: 12px;
		right: 12px;
	}
}

@media (max-width: 980px) {
	.bc-directory-lightbox .bc-directory-lightbox-nav {
		display: none !important;
	}
}

/* Hidden class for filtering */
.bc-unit-card.bc-filtered-hidden {
	display: none !important;
}

.bc-unit-card.bc-map-bounds-hidden {
	display: none !important;
}

/* No results message */
.bc-no-results-message {
	grid-column: 1 / -1;
	text-align: center;
	padding: 80px 20px;
	color: #475467;
}

.bc-no-results-message svg {
	color: #D0D5DD;
	margin: 0 auto 24px;
	display: block;
}

.bc-no-results-message h3 {
	font-size: 20px;
	font-weight: 600;
	color: #101828;
	margin: 0 0 8px;
}

.bc-no-results-message p {
	font-size: 16px;
	line-height: 1.5;
	color: #475467;
	margin: 0;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

/* Grid view state - when toggled from map view */
.bc-map-layout.bc-grid-view {
	display: block !important;
	height: auto !important;
	grid-template-columns: 1fr !important;
}

.bc-map-layout.bc-grid-view .bc-map-list {
	max-height: none !important;
	overflow-y: visible !important;
	padding-right: 0 !important;
}

/* When map-list becomes grid view */
.bc-map-list.bc-units-grid-view {
	display: grid !important;
	grid-template-columns: repeat(3, 1fr) !important;
	gap: 32px !important;
	overflow-y: visible !important;
	max-height: none !important;
	padding-right: 0 !important;
}

/* Remove compact card styling in grid view */
.bc-units-grid-view .bc-unit-card {
	flex-direction: column !important;
	margin-bottom: 0 !important;
	height: auto !important;
	min-height: auto !important;
	padding: 0 !important;
}

.bc-units-grid-view .bc-unit-thumb {
	width: 100% !important;
	min-width: auto !important;
	flex-shrink: 0 !important;
}

.bc-units-grid-view .bc-unit-thumb img {
	aspect-ratio: 16/9 !important;
	height: auto !important;
	border-radius: 0 !important;
}

.bc-units-grid-view .bc-unit-thumb-slide img {
	aspect-ratio: 16/9 !important;
	height: auto !important;
	border-radius: 0 !important;
}

.bc-units-grid-view .bc-unit-body {
	padding: 32px 20px !important;
	width: 100% !important;
	display: flex !important;
	flex-direction: column !important;
	gap: 0 !important;
	justify-content: space-between !important;
	height: 100%;
}

.bc-units-grid-view .bc-unit-title {
	font-family: Outfit !important;
	font-weight: 400 !important;
	font-size: 18px !important;
	line-height: 150% !important;
	letter-spacing: 0 !important;
	margin-bottom: 15px !important;
}

.bc-units-grid-view .bc-unit-address {
	font-size: 14px !important;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.bc-units-grid-view .bc-unit-availability {
	font-size: 14px !important;
}

body .bc-units-grid-view .info-box {
	display: flex;
	flex-direction: column !important;
	align-items: flex-start !important;
	justify-content: flex-start !important;
	gap: 15px;
}

.bc-units-grid-view .bc-unit-price {
	margin: 0 !important;
	display: flex !important;
	flex-direction: row !important;
	align-items: center !important;
	gap: 0 !important;
}

/* Hide compact CTA button in grid view */
.bc-units-grid-view .bc-unit-ctas-compact {
	display: none !important;
}

/* Show and style the full CTA buttons in grid view */
.bc-units-grid-view .bc-unit-ctas {
	display: flex !important;
	flex-direction: column !important;
	gap: 12px !important;
	margin-top: auto !important;
	padding-top: 0 !important;
}

/* Ensure CTA buttons are visible and styled properly in grid view */
.bc-units-grid-view .bc-unit-ctas .bc-btn {
	display: block !important;
	width: 100% !important;
	text-align: center !important;
	padding: 14px 20px !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	letter-spacing: 0.5px !important;
	text-transform: uppercase !important;
	margin: 0 !important;
}

.bc-map-list .info-box-inner {
    gap: 0;
}

.bc-units-grid-view .info-box-inner {
    gap: 12px;
}

html body a.bc-btn.bc-btn-primary:hover {
    background-color: #EB4800;
    border-color: #FFBE8C;
}

.bc-carousel-wrapper .info-box {
    gap: 15px;
}

.bc-units-grid-view .bc-unit-ctas .bc-btn.sec {
	transition: all 0.3s !important;
	background: none !important;
	color: #344054 !important;
	border: none !important;
	box-shadow: none !important;
	border-bottom: 2px solid #344054 !important;
	border-radius: 0 !important;
	width: fit-content !important;
	margin: 0 auto !important;
	padding: 5px 0 0 !important;
	font-size: 15px !important;
}

.bc-map-popup a {
    font-family: 'Outfit';
    font-weight: 700 !important;
    width: 100%;
    text-align: center;
    padding: 14px !important;
}

@media (max-width: 1024px) {
		.bc-carousel-wrapper {
		padding-bottom: 0;
	}
	}

@media (max-width: 980px) {
	.bc-map-list.bc-units-grid-view {
		grid-template-columns: repeat(3, 1fr) !important;
	}

	.bc-room-slide img {
  object-fit: cover;
    max-height: 200px;
}

}

@media (max-width: 768px) {
	.bc-map-list.bc-units-grid-view {
		grid-template-columns: 1fr !important;
	}
}

.bc-unit-availability,
.bc-unit-address {
	display: flex;
	align-items: flex-start;
}

@media (max-width: 980px) {
	.bc-units-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.bc-carousel-wrapper .bc-unit-card {
		min-width: calc(50% - 15px);
	}
	
	.bc-map-layout {
		grid-template-columns: 1fr 1.5fr;
	}
			.bc-unit-card.bc-unit-card-compact {
		flex-direction: column !important;
	}

	.bc-unit-card-compact .bc-unit-thumb, .bc-unit-card-compact .bc-unit-body {
	width: 100%; 
	}

	.bc-filter-divider {
		display: none;	
	}

	.bc-view-toggle {
	margin: 0;
	}

	.bc-filters-bar {
    justify-content: flex-start;
}

.bc-units-grid-view .info-box {
    flex-direction: column !important;
    align-items: flex-start !important;
}

.bc-units-grid-view .bc-unit-price {
    flex-direction: row !important;
    align-items: center !important;
}
	.bc-unit-price-amt {
    margin: 0;
}
	.bc-map {
    min-height: 400px !important;
}
.bc-units-grid-view .info-box {
margin-bottom: 0 !important;
	}
}

@media (max-width: 768px) {
	.button-container {
		order: 3 !important;
		width: 100%;
	}

	.bc-carousel-track.bc-carousel-track-native {
		display: flex;
		gap: 24px;
		overflow-x: auto;
		overflow-y: hidden;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		overscroll-behavior-x: contain;
		scrollbar-width: none;
		touch-action: auto;
	}

	.bc-carousel-track.bc-carousel-track-native::-webkit-scrollbar {
		display: none;
	}

	.bc-carousel-track.bc-carousel-track-native > .bc-unit-card {
		flex: 0 0 100%;
		min-width: 100%;
		scroll-snap-align: start;
	}

	.bc-carousel-wrapper {
		padding-left: 16px;
		padding-right: 16px;
		box-sizing: border-box;
	}

	.bc-carousel-wrapper .owl-stage-outer {
		padding: 0;
		margin: 0;
		overflow: hidden;
	}

	.arrow-container {
		width: 100% !important;
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: wrap !important;
		justify-content: center !important;
		gap: 30px !important;
	}

	.bc-units-grid {
		grid-template-columns: 1fr;
	}
	
	.bc-carousel-wrapper .bc-unit-card {
		min-width: 100%;
	}
	


	.info-box {
		flex-direction: column;
		align-items: flex-start;
		gap: 15px;
	}

	.bc-carousel-wrapper .owl-nav {
	left: 4%;
	}

	.bc-unit-price-cycle {
		text-align: left;
	}

	small.bc-unit-price-cycle {
		margin-left: 10px;
	}
	
	.bc-map-layout {
		grid-template-columns: 1fr;
		height: auto;
	}

	.bc-map-list {
	}


	.bc-map-container {
		height: 400px;
	}
}
