body.single-hotels,
body.single-hotel_items,
body.single-collections {
	background-color: #000;
}

.single-hotels h1,
.single-hotels h2,
.single-hotels h3,
.single-hotels h4,
.single-hotels h5,
.single-hotels h6,
.single-hotel_items h1,
.single-hotel_items h2,
.single-hotel_items h3,
.single-hotel_items h4,
.single-hotel_items h5,
.single-hotel_items h6,
.hotel-single-title,
.hotel-tile__title {
	color: #fff;
}

.hotel-single-crumbs {
	justify-content: flex-start;
	margin-bottom: 24px;
}

.hotel-single-crumbs span,
.hotel-single-crumbs a {
	color: rgba(255, 255, 255, 0.8);
}

.hotel-item-back-link {
	display: inline-block;
	color: var(--bd-theme-1);
	text-align: left;
	text-decoration: none;
	letter-spacing: 0.04em;
}

.hotel-item-back-link:hover,
.hotel-item-back-link:focus {
	color: #fff;
	text-decoration: underline;
}

.hotel-stars {
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 12px 0 0;
	color: var(--bd-theme-1);
	font-size: 16px;
	letter-spacing: 0.12em;
}

.hotel-stars .fa-regular {
	opacity: 0.28;
}

.hotel-tile {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 210px;
	margin-bottom: 30px;
	padding: 36px 28px;
	border: 1px solid rgba(238, 199, 140, 0.38);
	background: linear-gradient(180deg, rgba(238, 199, 140, 0.06) 0%, rgba(0, 0, 0, 0.2) 100%);
	text-align: center;
	text-decoration: none;
	transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.hotel-tile:hover,
.hotel-tile:focus {
	border-color: var(--bd-theme-1);
	box-shadow: 0 0 0 1px rgba(238, 199, 140, 0.35), 0 18px 40px rgba(238, 199, 140, 0.08);
	transform: translateY(-4px);
	text-decoration: none;
}

.hotel-tile__title {
	margin: 0 0 12px;
	color: var(--bd-theme-1);
	font-family: var(--bd-ff-heading);
	font-size: clamp(22px, 2vw, 28px);
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.25;
}

.hotel-tile__location {
	margin: 0 0 16px;
	color: rgba(238, 199, 140, 0.78);
	font-size: 15px;
	letter-spacing: 0.04em;
}

.hotel-tile .hotel-stars {
	justify-content: center;
	margin-top: 0;
}

.hotel-single-hero .bd-welcome__content {
	margin-bottom: 20px;
}

.hotel-single-title {
	color: #fff;
}

.hotel-about-sidebar {
	position: sticky;
	top: 120px;
	margin-bottom: 75px;
	padding: 24px;
	border: 1px solid rgba(238, 199, 140, 0.28);
}

.hotel-about-sidebar .hotel-single-map {
	margin-bottom: 22px;
}

.hotel-about-sidebar .hotel-single-address {
	margin-bottom: 12px;
	font-size: 16px;
}

.hotel-about-sidebar .hotel-single-website {
	margin-bottom: 24px;
}

.hotel-sidebar-cta {
	display: flex;
	justify-content: center;
	width: 100%;
	padding-left: 50px;
	padding-right: 50px;
	text-align: center;
	white-space: normal;
}

.single-hotels .bd-btn.dark-btn,
.single-hotel_items .bd-btn.dark-btn,
.single-collections .bd-btn.dark-btn {
	background-color: var(--bd-theme-1);
	color: var(--bd-common-black);
	border-color: var(--bd-theme-1);
}

.single-hotels .bd-btn.dark-btn:hover,
.single-hotel_items .bd-btn.dark-btn:hover,
.single-collections .bd-btn.dark-btn:hover {
	background-color: transparent;
	color: var(--bd-theme-1);
	border-color: var(--bd-theme-1);
}

.hotel-single-address,
.hotel-single-website,
.hotel-single-copyright,
.hotel-single-intro,
.hotel-single-intro p {
	color: #f1f1f1;
}

.hotel-single-address {
	margin-bottom: 18px;
	font-size: 18px;
	line-height: 1.6;
}

.hotel-single-website a {
	color: var(--bd-theme-1);
	word-break: break-word;
}

.hotel-single-website a:hover {
	text-decoration: underline;
}

.hotel-single-copyright {
	margin-top: 18px;
	color: rgba(241, 241, 241, 0.62);
	font-size: 13px;
	line-height: 1.5;
}

.hotel-single-copyright--gallery {
	margin-top: 0;
	margin-bottom: 10px;
}

.hotel-single-intro {
	margin-top: 28px;
}

.hotel-single-map {
	min-height: 220px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	overflow: hidden;
}

.hotel-single-map iframe {
	display: block;
	width: 100%;
	min-height: 240px;
	height: 240px;
	filter: grayscale(1);
}

.single-hotels .bd-offer-details__title,
.single-hotel_items .bd-offer-details__title,
.single-hotels .bd-section__title,
.single-hotel_items .bd-section__title {
	color: #fff;
}

.single-hotels .content_block,
.single-hotel_items .content_block,
.single-hotels .content_block p,
.single-hotel_items .content_block p {
	color: #f1f1f1;
}

#planModal .modal-content {
	color: #f1f1f1;
	border: 1px solid rgba(255, 255, 255, 0.15);
}

#planModal .modal-header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	background-color: #111;
}

@media (max-width: 991px) {
	.hotel-about-sidebar {
		position: static;
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.hotel-tile {
		min-height: 180px;
		padding: 28px 20px;
	}

	.hotel-single-map iframe {
		min-height: 220px;
		height: 220px;
	}
}
