/* White Rose Hotel Header plugin v1.0.6 */

body.wrhh-plugin-active.wrhh-hide-old-header #masthead,
body.wrhh-plugin-active.wrhh-hide-old-header header#masthead,
body.wrhh-plugin-active.wrhh-hide-old-header .site-header:not(.wrhh-header),
body.wrhh-plugin-active.wrhh-hide-old-header .elementor-location-header:not(.wrhh-header),
body.wrhh-plugin-active.wrhh-hide-old-header [data-elementor-type="header"] {
	display: none !important;
}

html.wrhh-menu-open,
body.wrhh-menu-open {
	overflow: hidden !important;
}

.wrhh-header,
.wrhh-header * {
	box-sizing: border-box;
}

.wrhh-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	width: 100%;
	background: transparent !important;
	color: var(--wrhh-header-text, #ffffff);
	box-shadow: none !important;
	font-family: inherit;
	pointer-events: none;
}

.admin-bar .wrhh-header {
	top: 32px;
}

.wrhh-header--static {
	position: absolute;
	top: 0;
}

.wrhh-mainbar {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08)) !important;
	backdrop-filter: blur(16px) saturate(150%) !important;
	-webkit-backdrop-filter: blur(16px) saturate(150%) !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.22) !important;
	box-shadow: 0 12px 34px rgba(0, 0, 0, 0.08) !important;
	pointer-events: none;
}

.wrhh-container {
	width: min(100% - 64px, var(--wrhh-max-width, 1320px));
	margin: 0 auto;
}

.wrhh-mainbar__inner {
	min-height: 98px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	pointer-events: none;
}

.wrhh-header-left,
.wrhh-header-right {
	display: flex;
	align-items: center;
	gap: clamp(14px, 1.8vw, 28px);
	min-width: 0;
	pointer-events: auto;
}

.wrhh-header-left {
	flex: 1 1 auto;
	justify-content: flex-start;
}

.wrhh-header-right {
	flex: 0 0 auto;
	justify-content: flex-end;
}

.wrhh-logo {
	display: inline-flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	flex: 0 0 auto;
	max-width: 176px;
	min-width: 112px;
	color: var(--wrhh-header-text, #ffffff);
	text-decoration: none !important;
	filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.18));
}

.wrhh-logo img {
	display: block;
	width: auto;
	max-width: 154px;
	max-height: 76px;
	object-fit: contain;
}

.wrhh-logo__text {
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 24px;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.wrhh-logo__subtext {
	display: block;
	margin-top: 6px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.18em;
}

/* The visible Ryolithos-style header has no horizontal navigation. The navigation lives only inside the full-screen menu. */
.wrhh-nav,
.wrhh-menu--desktop {
	display: none !important;
}

.wrhh-header-contact,
.wrhh-language,
.wrhh-social {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	flex-wrap: nowrap;
}

.wrhh-header-contact {
	gap: clamp(10px, 1.2vw, 18px);
	min-width: 0;
}

.wrhh-header a,
.wrhh-header button {
	pointer-events: auto;
}

.wrhh-header a {
	color: inherit;
	text-decoration: none !important;
}

.wrhh-header-contact a,
.wrhh-language a,
.wrhh-social a {
	font-size: 13px;
	line-height: 1.2;
	font-weight: 600;
	letter-spacing: 0.02em;
	color: var(--wrhh-header-text, #ffffff) !important;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.22);
	transition: color 0.2s ease, opacity 0.2s ease;
}

.wrhh-contact-link span {
	color: var(--wrhh-accent, #a88958);
	font-weight: 700;
	text-shadow: none;
}

.wrhh-header-contact a:hover,
.wrhh-language a:hover,
.wrhh-social a:hover,
.wrhh-language a[aria-current="page"] {
	color: var(--wrhh-accent, #a88958) !important;
}

.wrhh-language {
	font-weight: 700;
	letter-spacing: 0.10em;
	text-transform: uppercase;
	white-space: nowrap;
	color: var(--wrhh-header-text, #ffffff);
}

.wrhh-language span {
	opacity: 0.76;
}

.wrhh-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	font-size: 22px;
	font-weight: 700;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0;
}

.wrhh-social-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	line-height: 1;
}

.wrhh-social-icon--instagram svg {
	display: block;
	width: 22px;
	height: 22px;
	fill: currentColor;
}

.wrhh-booking-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 14px 26px;
	border: 1px solid currentColor;
	background: transparent;
	color: var(--wrhh-header-text, #ffffff) !important;
	text-decoration: none !important;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	white-space: nowrap;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
	transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.wrhh-booking-btn:hover,
.wrhh-booking-btn:focus {
	background: var(--wrhh-header-text, #ffffff) !important;
	color: #111111 !important;
	border-color: var(--wrhh-header-text, #ffffff) !important;
	transform: translateY(-1px);
}

.wrhh-mobile-toggle {
	display: inline-flex !important;
	width: 50px;
	height: 50px;
	border: 1px solid var(--wrhh-accent, #a88958) !important;
	background: var(--wrhh-accent, #a88958) !important;
	color: #ffffff !important;
	padding: 0;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 6px;
	cursor: pointer;
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14) !important;
	border-radius: 0 !important;
	transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.wrhh-mobile-toggle:hover,
.wrhh-mobile-toggle:focus {
	background: #111111 !important;
	color: #ffffff !important;
	border-color: #111111 !important;
	transform: translateY(-1px);
}

.wrhh-mobile-toggle__line {
	display: block;
	width: 22px;
	height: 2px;
	background: currentColor !important;
	transition: transform 0.22s ease, opacity 0.22s ease;
}

.wrhh-mobile-toggle[aria-expanded="true"] {
	background: var(--wrhh-accent, #a88958) !important;
	color: #ffffff !important;
	border-color: var(--wrhh-accent, #a88958) !important;
}

.wrhh-mobile-toggle[aria-expanded="true"] .wrhh-mobile-toggle__line:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}

.wrhh-mobile-toggle[aria-expanded="true"] .wrhh-mobile-toggle__line:nth-child(2) {
	opacity: 0;
}

.wrhh-mobile-toggle[aria-expanded="true"] .wrhh-mobile-toggle__line:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}

#wrhh-mobile-panel[hidden] {
	display: none !important;
}

#wrhh-mobile-panel.wrhh-mobile-panel:not([hidden]) {
	position: fixed !important;
	inset: 0 !important;
	z-index: 100000 !important;
	display: grid !important;
	grid-template-columns: minmax(0, 52vw) minmax(420px, 48vw) !important;
	width: 100vw !important;
	height: 100vh !important;
	height: 100dvh !important;
	margin: 0 !important;
	padding: 0 !important;
	background: var(--wrhh-overlay-bg, #ffffff) !important;
	border: 0 !important;
	box-shadow: none !important;
	overflow: hidden !important;
	pointer-events: auto !important;
}

.wrhh-mobile-panel__media {
	display: block !important;
	min-height: 100% !important;
	background-image: linear-gradient(rgba(20, 30, 45, 0.10), rgba(20, 30, 45, 0.10)), var(--wrhh-panel-image) !important;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
}

.wrhh-mobile-panel__content {
	position: relative !important;
	display: flex !important;
	flex-direction: column !important;
	min-width: 0 !important;
	height: 100% !important;
	background: var(--wrhh-overlay-bg, #ffffff) !important;
	color: var(--wrhh-overlay-text, #0f2537) !important;
	overflow-y: auto !important;
	-webkit-overflow-scrolling: touch !important;
}

.wrhh-mobile-panel__actions {
	position: sticky !important;
	top: 0 !important;
	z-index: 2 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: flex-end !important;
	gap: 16px !important;
	width: 100% !important;
	padding: clamp(22px, 5vw, 64px) clamp(22px, 5vw, 64px) 20px !important;
	background: rgba(255, 255, 255, 0.96) !important;
}

.wrhh-booking-btn--overlay {
	min-width: 146px !important;
	background: transparent !important;
	border-color: #111111 !important;
	color: #111111 !important;
	font-size: 14px !important;
	letter-spacing: 0.02em !important;
	font-weight: 500 !important;
	text-transform: uppercase !important;
	text-shadow: none !important;
}

.wrhh-booking-btn--overlay:hover,
.wrhh-booking-btn--overlay:focus {
	background: #111111 !important;
	color: #ffffff !important;
	border-color: #111111 !important;
}

.wrhh-panel-close {
	position: relative !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 50px !important;
	height: 50px !important;
	padding: 0 !important;
	border: 1px solid var(--wrhh-accent, #a88958) !important;
	background: var(--wrhh-accent, #a88958) !important;
	color: #ffffff !important;
	cursor: pointer !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}

.wrhh-panel-close span {
	position: absolute !important;
	width: 21px !important;
	height: 2px !important;
	background: currentColor !important;
	transform: rotate(45deg) !important;
}

.wrhh-panel-close span + span {
	transform: rotate(-45deg) !important;
}

.wrhh-panel-close:hover,
.wrhh-panel-close:focus {
	background: #111111 !important;
	border-color: #111111 !important;
}

.wrhh-mobile-panel__inner {
	display: flex !important;
	flex: 1 1 auto !important;
	flex-direction: column !important;
	justify-content: center !important;
	width: min(100% - clamp(44px, 10vw, 128px), 700px) !important;
	margin: 0 auto !important;
	padding: clamp(30px, 7vh, 82px) 0 clamp(34px, 7vh, 82px) !important;
}

.wrhh-menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wrhh-menu li {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}

.wrhh-menu a {
	text-decoration: none !important;
	position: relative;
}

.wrhh-menu--mobile {
	display: flex !important;
	flex-direction: column !important;
	gap: clamp(10px, 1.8vh, 18px) !important;
	margin-bottom: clamp(28px, 6vh, 62px) !important;
}

.wrhh-menu--mobile > li > a {
	display: inline-flex !important;
	width: auto !important;
	padding: 0 !important;
	border: 0 !important;
	font-size: clamp(30px, 3.3vw, 48px) !important;
	line-height: 1.18 !important;
	font-weight: 300 !important;
	letter-spacing: -0.035em !important;
	text-transform: none !important;
	color: var(--wrhh-overlay-text, #0f2537) !important;
	transition: color 0.22s ease, transform 0.22s ease;
}

.wrhh-menu--mobile > li > a:hover,
.wrhh-menu--mobile > li > a:focus {
	color: var(--wrhh-accent, #a88958) !important;
	transform: translateX(6px);
}

.wrhh-menu--mobile .sub-menu {
	position: static !important;
	opacity: 1 !important;
	visibility: visible !important;
	transform: none !important;
	box-shadow: none !important;
	border: 0 !important;
	padding: 8px 0 0 24px !important;
	margin: 0 !important;
	background: transparent !important;
}

.wrhh-menu--mobile .sub-menu a {
	display: inline-flex !important;
	padding: 5px 0 !important;
	font-size: 18px !important;
	line-height: 1.4 !important;
	color: var(--wrhh-overlay-text, #0f2537) !important;
}

.wrhh-overlay-bottom {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
	gap: 22px !important;
}

.wrhh-overlay-contact-group {
	display: flex !important;
	flex-wrap: wrap !important;
	gap: 12px 18px !important;
	font-size: 16px !important;
}

.wrhh-overlay-contact-group .wrhh-contact-link,
.wrhh-overlay-language a,
.wrhh-overlay-language,
.wrhh-overlay-social a {
	color: var(--wrhh-overlay-text, #0f2537) !important;
	text-shadow: none !important;
}

.wrhh-overlay-contact-group .wrhh-contact-link:hover,
.wrhh-overlay-language a:hover,
.wrhh-overlay-language a[aria-current="page"],
.wrhh-overlay-social a:hover {
	color: var(--wrhh-accent, #a88958) !important;
}

.wrhh-overlay-social {
	gap: 20px !important;
}

.wrhh-overlay-social a {
	font-size: 28px !important;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

@media (max-width: 1280px) {
	.wrhh-container {
		width: min(100% - 42px, var(--wrhh-max-width, 1320px));
	}

	.wrhh-header-contact .wrhh-contact-link--phone:nth-of-type(2),
	.wrhh-header-contact .wrhh-contact-link--viber {
		display: none !important;
	}
}

@media (max-width: 1024px) {
	.wrhh-mainbar__inner {
		min-height: 86px;
	}

	.wrhh-header-contact .wrhh-contact-link--whatsapp,
	.wrhh-header-social {
		display: none !important;
	}

	#wrhh-mobile-panel.wrhh-mobile-panel:not([hidden]) {
		grid-template-columns: 42vw minmax(0, 58vw) !important;
	}
}

@media (max-width: 782px) {
	.admin-bar .wrhh-header {
		top: 46px;
	}
}

@media (max-width: 760px) {
	.wrhh-container {
		width: min(100% - 28px, var(--wrhh-max-width, 1320px));
	}

	.wrhh-mainbar__inner {
		min-height: 76px;
		gap: 12px;
	}

	.wrhh-logo {
		min-width: 88px;
		max-width: 122px;
	}

	.wrhh-logo img {
		max-width: 116px;
		max-height: 56px;
	}

	.wrhh-header-contact,
	.wrhh-header-language {
		display: none !important;
	}

	.wrhh-booking-btn--desktop {
		min-height: 42px;
		padding: 12px 16px;
		font-size: 11px;
		letter-spacing: 0.05em;
	}

	.wrhh-mobile-toggle {
		width: 46px;
		height: 46px;
	}

	#wrhh-mobile-panel.wrhh-mobile-panel:not([hidden]) {
		display: block !important;
		overflow-y: auto !important;
	}

	.wrhh-mobile-panel__media {
		display: none !important;
	}

	.wrhh-mobile-panel__content {
		min-height: 100vh !important;
		min-height: 100dvh !important;
	}

	.wrhh-mobile-panel__actions {
		padding: 22px 22px 12px !important;
	}

	.wrhh-mobile-panel__inner {
		width: min(100% - 44px, 700px) !important;
		padding-top: 34px !important;
	}
}

@media (max-width: 420px) {
	.wrhh-booking-btn--desktop {
		display: none !important;
	}
}
