/*
Theme Name: Agencja Marketingowa Brand new Brand
Text Domain: brand-new-brand
Theme URI: https://brandnewbrand.pl
Author: Agencja Marketingowa Brand new Brand

*/

/* Required WordPress CSS */

/* ------------------- zmienne ----------------------------------------- */
:root {
	--border-gray: #757575;
	--border-light-gray: #DFDFDF;
	--light-grey: #F5F5F5;
	--text-color: #262626;
	--black-color: #262626;
	--full-black-color: #000;
	--primary-color: #E76D24;
	--social-grey: #6c757d;
	--gray: #3C3C3C;
	--border-radius: 20px;
	--header-shadow: 0 3px 15px rgba(0, 0, 0, 0.10);
	--box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
	--header-transition: 0.1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	--font-main: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', Arial, sans-serif;
	--font-second: 'Playfair Display', serif;
	--font-fa: "Font Awesome 6 Pro";
}

.c-white {
	color: #fff;
}

.bc-white {
	background-color: #fff;
}

.box-shadow {
	box-shadow: var(--header-shadow);
}

.black-color {
	color: var(--black-color);
}

a,
i {
	color: var(--text-color);
	transition: .3s ease-in-out !important;
}

a:hover,
i:hover,
.social-link-bnb:hover {
	color: var(--primary-color) !important;
}

/* ------------------- Fonts --------------------------------- */
@font-face {
	font-family: 'Playfair Display';
	src: url('/wp-content/themes/brand-new-brand/fonts/playfair-display/PlayfairDisplay-VariableFont_wght.ttf') format('truetype');
	font-style: normal;
	font-weight: 400 900;
}

@font-face {
	font-family: 'Playfair Display';
	src: url('/wp-content/themes/brand-new-brand/fonts/playfair-display/PlayfairDisplay-Italic-VariableFont_wght.ttf') format('truetype');
	font-style: italic;
	font-weight: 400 900;
}

@font-face {
	font-family: 'Segoe UI';
	src: url('/wp-content/themes/brand-new-brand/fonts/segoe-ui/segoeui-light.woff2') format('woff2');
	font-style: normal;
	font-weight: 300;
}

@font-face {
	font-family: 'Segoe UI';
	src: url('/wp-content/themes/brand-new-brand/fonts/segoe-ui/segoeui-light-italic.woff2') format('woff2');
	font-style: italic;
	font-weight: 300;
}

@font-face {
	font-family: 'Segoe UI';
	src: url('/wp-content/themes/brand-new-brand/fonts/segoe-ui/segoeui-regular.woff2') format('woff2');
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: 'Segoe UI';
	src: url('/wp-content/themes/brand-new-brand/fonts/segoe-ui/segoeui-regular-italic.woff2') format('woff2');
	font-style: italic;
	font-weight: 400;
}

@font-face {
	font-family: 'Segoe UI';
	src: url('/wp-content/themes/brand-new-brand/fonts/segoe-ui/segoeui-semibold.woff2') format('woff2');
	font-style: normal;
	font-weight: 500;
}

@font-face {
	font-family: 'Segoe UI';
	src: url('/wp-content/themes/brand-new-brand/fonts/segoe-ui/segoeui-semibold-italic.woff2') format('woff2');
	font-style: italic;
	font-weight: 500;
}

@font-face {
	font-family: 'Segoe UI';
	src: url('/wp-content/themes/brand-new-brand/fonts/segoe-ui/segoeui-bold.woff2') format('woff2');
	font-style: normal;
	font-weight: 600;
}

@font-face {
	font-family: 'Segoe UI';
	src: url('/wp-content/themes/brand-new-brand/fonts/segoe-ui/segoeui-bold-italic.woff2') format('woff2');
	font-style: italic;
	font-weight: 600;
}

/* ------------------- Ogólne Globalne ----------------------------------------- */
html, body {
	font-size: 16px;
	line-height: 1.5;
	scroll-behavior: smooth;
}

body {
	font-family: var(--font-main);
	color: var(--text-color);
	background: #fff;
}

body.no-scroll {
	overflow: hidden;
}

h1,h2,h3,h4,h5,h6 {
	font-family: var(--font-second);
}

#front-page-hero h1 {
	font-size: 3.125rem;
	line-height: 1.2em;
}

h1 {
	font-size: 2.75rem;
	font-weight: 500;
	line-height: 1.375em;
}

h2 {
	font-size: 2rem;
	font-weight: 500;
	line-height: 3rem;
}

h3 {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.5em;
}

@media only screen and (max-width: 768px) {
	h1 {
		font-size: 2rem !important;
		line-height: 3rem !important;
	}

	h2 {
		font-size: 1.5rem !important;
		line-height: 2.25rem !important;
	}
}

p {
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 1.5em;
}

@media only screen and (max-width: 768px) {
	p {
		text-align: justify !important;
	}
}

.container {
	max-width: 1680px;
	width: 100%;
	margin: 0 auto !important;
	padding: 0 20px;
}

.container-lg {
	max-width: 1380px;
	width: 100%;
	margin: 0 auto !important;
	padding: 0 20px;
}

.container-md {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto !important;
	padding: 0 20px;
}

.container-sm {
	max-width: 900px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.site-container-content-bnb {
	margin-top: -150px !important;
}

.row {
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-top: 0 !important;
}

.row > * {
	padding-left: 0;
	padding-right: 0;
}


.btn-primary {
	background-color: var(--primary-color);
	color: #fff;
	border: 1px solid var(--primary-color) !important;
	min-height: 44px;
	padding: 0.25em 2.5em;
	font-size: 1.25rem;
	font-weight: 500;
	cursor: pointer;
	border-radius: 0 !important;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out !important;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.btn-primary:hover {
	background-color: #fff;
	color: var(--primary-color);
}

.btn-white {
	background-color: #fff !important;
	color: var(--text-color) !important;
	border: 1px solid #fff !important;
	min-height: 44px;
	padding: 0.25em 2.5em;
	font-size: 1.25rem;
	font-weight: 500;
	cursor: pointer;
	border-radius: 0 !important;
	transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out !important;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.btn-white:hover {
	background-color: var(--primary-color) !important;
	border: 1px solid #fff !important;
	color: #fff !important;
}

@media only screen and (max-width: 480px) {
	.btn-primary,
	.btn-secondary,
	.btn-white {
		width: 100%;
		padding: 0.25em;
	}
}

input[type="text"],
input[type="search"],
input[type="email"],
input[type="tel"],
textarea {
	width: 100%;
	font-size: 1rem;
	color: var(--text-color);
	min-height: 44px;
	padding: 0 1.25em !important;
	border: none !important;
	border-radius: 0 !important;
}

@media only screen and (min-width: 992px) {
	.desktop-hidden {
		display: none !important;
	}
}

@media only screen and (max-width: 992px) {
	.mobile-hidden {
		display: none !important;
	}
}

img {
	max-width: 100%;
	height: auto;
	display: inline-block;
	object-fit: cover;
}

.py-5em {
	padding-top: 5em !important;
	padding-bottom: 5em !important;
}

@media only screen and (max-width: 768px) {
	.mobile-py-3em {
		padding-top: 3em !important;
		padding-bottom: 3em !important;
	}
}

.pb-5em {
	padding-bottom: 5em !important;
}

.py-4em {
	padding-top: 4em !important;
	padding-bottom: 4em !important;
}

.mb-5em {
	margin-bottom: 5em !important;
}

.mb-4em {
	margin-bottom: 4em !important;
}

@media only screen and (max-width: 992px) {
	.py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 2em !important;
	}
}

@media only screen and (max-width: 768px) {
	.py-5em {
		padding-top: 3em !important;
	}

	.mb-5em {
		margin-bottom: 2em !important;
	}

	.py-4em {
		padding-top: 2em !important;
		padding-bottom: 2em !important;
	}

	.mb-4em {
		margin-bottom: 2em !important;
	}
}

.wpcf7 br {
	display: none !important;
}

.wpcf7-list-item {
	margin-left: 0 !important;
	font-size: 0.875rem;
}

.wpcf7-spinner {
	position: absolute;
	right: 0;
	bottom: -0.5em;
}

.wpcf7-list-item > label {
	display: flex;
	align-items: start;
}

.wpcf7-list-item > label > input[type="checkbox"] {
	margin-top: 0.25em;
	margin-right: 1em;
	min-width: 20px;
	height: 20px;
}

.wpcf7-list-item a {
	color: var(--primary-color) !important;
	text-decoration: none !important;
}

.wpcf7-not-valid-tip {
	position: absolute;
	font-size: 0.875rem;
	top: -2em;
  	right: 0;
}

.wpcf7-form-control-wrap {
	display: block;
}

.wpcf7-not-valid {
	outline: 2px solid red;
}

.wpcf7 .wpcf7-submit {
	max-width: fit-content !important;
}

@media only screen and (max-width: 768px) {
	.wpcf7 .row p {
		margin-bottom: 0.5em !important;
	}

	.wpcf7 label {
		font-size: 0.875rem !important;
	}
}

* {
	scroll-margin-top: 150px;
}

.swiper-pagination-bullets-dynamic {
	width: 300px !important;
	justify-content: center !important;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: none;
	left: 0 !important;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	display: inline-block;
}

.section-heading.container-md {
	padding: 0 !important;
}

.rank-math-breadcrumb p {
	font-size: 0.875rem;
}

/* li::marker {
	font-size: 0.5em;
} */

/* ------------------- Header ----------------------------------------- */
header.main-header {
	transition: box-shadow var(--header-transition);
	z-index: 100;
}

header .sticky-header {
	transform: translateY(-100%);
	transition: transform 0.4s cubic-bezier(.77, 0, .175, 1);
	z-index: 999999;
}

header .sticky-header.active {
	transform: translateY(0);
}

.very-top-menu-bnb {
	background-color: transparent;
	color: #fff;
	transition: background-color .3s ease-in-out, backdrop-filter .3s ease-in-out;
	position: relative;
	z-index: 101;
}

.very-top-menu-bnb.active {
	background-color: rgba(0,0,0,0.9);
	backdrop-filter: blur(10px);
}

.very-top-menu-bnb a,
.very-top-menu-bnb i {
	color: #fff;
}

.very-top-menu-bnb > .container > .row {
	border-bottom: 1px solid var(--border-gray);
	height: 50px;
	position: relative;
}

@media only screen and (max-width: 1680px) {
	.very-top-menu-bnb > .container > .row {
		height: 40px;
	}
}

.logo-img-bnb {
	max-height: 60px;
	height: 100%;
	transition: filter var(--header-transition);
	max-width: 290px;
	width: 100%;
}

ul.sub-menu {
	padding-left: 0 !important;
}

.contact-top-bnb {
	font-size: 0.875rem;
	gap: 3.5em;
	padding-right: 0 !important;
}

.language-switcher {
	display: flex;
	flex-direction: row-reverse;
	gap: 1.5em;
}

.language-switcher a {
	color: #fff;
}

.contact-top-bnb i {
	margin-right: 0.5em;
	color: #fff !important;
}

.lang-item {
	list-style: none;
	display: inline-block;
	text-transform: uppercase;
	font-size: 1.125rem;
}

.lang-item a {
	text-decoration: none;
}

.lang-item.current-lang a {
	color: var(--primary-color) !important;
}

#main-header {
	color: #fff;
}

#main-header {
	position: sticky !important;
	top: 0;
}

#main-header .header-main-bnb::before {
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	height: 280px;
	content: '';
	z-index: -1;
	pointer-events: none;
	opacity: 1;
	visibility: visible;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

#main-header .header-main-bnb.scroll::before,
#main-header .header-main-bnb.active::before {
	opacity: 0 !important;
	visibility: 0 !important;
}

@media only screen and (max-width: 768px) {
	#main-header .header-main-bnb::before {
		height: 200px;
	}
}

#main-header .header-main-bnb {
	padding: 10px 0;
	transition: background-color .3s ease-in-out, backdrop-filter .3s ease-in-out, border-bottom .3s ease-in-out;
}

#main-header .header-main-bnb.active {
	background-color: rgba(0,0,0,0.9) !important;
	backdrop-filter: blur(10px);
}

#main-header .header-main-bnb.scroll {
	background-color: rgba(0,0,0,0.75);
	backdrop-filter: blur(10px);
}

.very-top-menu-bnb.scroll {
	background-color: rgba(0,0,0,0.75);
	backdrop-filter: blur(10px);
}

@media only screen and (max-width: 480px) {
	#main-header .header-main-bnb .language-switcher {
		margin-right: 1.5em !important;
	}
}

.social-top-bnb {
	gap: 3.75rem;
	font-size: 1.5rem;
	padding-left: 0 !important;
}

.social-top-bnb a {
	display: contents;
}

.social-top-bnb svg {
	width: 24px;
	height: 24px;
}

.social-top-bnb svg > g > path {
	transition: fill 0.3s ease-in-out;
}

.social-top-bnb svg:hover > g > path {
	fill: var(--primary-color);
}


@media only screen and (min-width: 992px) {

	.main-menu-bnb {
		gap: 1em;
	}

	.main-nav {
		gap: 1em;
		flex-wrap: nowrap;
		text-wrap: nowrap;
	}

	.burger-btn-bnb {
		margin-left: 1em;
	}

	.main-nav ul,
	.main-nav li {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.main-nav .menu-item {
		position: relative;
		display: inline-block;
		vertical-align: middle;
	}

	.main-nav .menu-item>a {
		position: relative;
		display: inline-block;
		color: #fff;
		font-family: var(--font-main);
		font-size: 20px;
		font-weight: 400;
		text-decoration: none;
		transition: all 0.3s ease-in-out !important;
	}

	.main-nav .menu-item:hover>a,
	.main-nav .menu-item.current-menu-item>a,
	.main-nav .menu-item.current-menu-ancestor>a,
	.main-nav .menu-item.current_page_item>a,
	.main-nav .menu-item.current_page_ancestor>a {
		color: var(--primary-color);
		text-shadow:
		-.25px -.25px 0 var(--primary-color),
		.25px -.25px 0 var(--primary-color),
		-.25px .25px 0 var(--primary-color),
		.25px .25px 0 var(--primary-color);
	}

	.main-nav .single-submenu>.sub-menu {
		display: block;
		position: absolute;
		left: 0;
		top: 130%;
		min-width: 240px;
		background: #fff;
		box-shadow: var(--header-shadow);
		padding: 10px !important;
		border-radius: 10px;
		z-index: 200;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;

		padding-top: 1rem;
		margin-top: -1rem;
	}

	.main-nav .single-submenu:hover>.sub-menu {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.main-nav .single-submenu>.sub-menu .menu-item {
		display: block;
		width: 100%;
	}

	.main-nav .single-submenu>.sub-menu .menu-item>a {
		padding: 10px 15px;
		font-size: 16px;
		width: 100%;
		border-radius: 10px;
		margin-left: 0;
	}

	.main-nav .sub-menu .menu-item>a:hover {
		color: #fff;
		background-color: var(--primary-color);
	}

	.main-nav .single-submenu .menu-item-has-children:hover>.sub-menu {
		left: 100%;
		top: 0;
	}

	.main-nav .double-submenu {
		position: static;
	}

	.main-nav .double-submenu>.sub-menu {
		display: block;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background: #fff;
		box-shadow: 0 10px 15px rgb(0 0 0 / 15%);
		z-index: 200;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
		margin-top: -1rem;
		background-image: url(https://brandnewbrand.pl/wp-content/uploads/2023/06/Component-2-–-224.svg);
		background-position: -100px center;
		background-repeat: no-repeat;
		background-size: contain;
	}

	.main-nav .double-submenu:hover>.sub-menu {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.main-nav .double-submenu>.sub-menu>.container {
		display: flex;
		flex-wrap: wrap;
		padding: 20px 12px;
	}

	.main-nav .double-submenu>.sub-menu>.container>.menu-item {
		flex: 1;
		min-width: 200px;
		position: relative;
	}

	.main-nav .double-submenu>.sub-menu>.container>.menu-item:not(:last-child)::after {
		content: '';
		position: absolute;
		right: 15px;
		top: 0;
		height: 100%;
		width: 1px;
		background-color: #00000030;
	}

	.main-nav .double-submenu>.sub-menu>.container>.menu-item>a {
		color: var(--text-color) !important;
		background: transparent !important;
		pointer-events: none;
		cursor: default;
		padding-bottom: 10px;
		padding-top: 0;
		margin-bottom: 0px;
		border-bottom: 1px solid var(--primary-color);
		border-radius: 0;
	}

	.main-nav .double-submenu .sub-menu .sub-menu {
		position: static !important;
		display: block;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		box-shadow: none !important;
		border: none !important;
		padding: 0 !important;
		background: transparent !important;
		min-width: auto !important;
	}

	.main-nav .double-submenu>.sub-menu>.container>.menu-item>.sub-menu {
		opacity: 1;
		visibility: visible;
		pointer-events: none;
		transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
		display: flex;
		flex-direction: column;
		margin-top: 15px;
		margin-right: 30px;
	}

	.main-nav .double-submenu>.sub-menu>.container>.menu-item>.sub-menu a {
		padding: 5px 15px;
		font-size: 16px;
		width: 100%;
		border-radius: 10px;
		margin-left: 0;

	}

	.main-nav .double-submenu>.sub-menu>.container>.menu-item:hover>.sub-menu {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.main-nav .double-submenu .sub-menu .sub-menu .menu-item>a:hover {
		color: #fff !important;
		background-color: var(--primary-color) !important;
	}

	.main-nav .double-submenu .menu-item-has-children>a::after {
		content: none !important;
	}

	.double-submenu .sub-menu>li {
		line-height: 40px;
	}

	.main-nav>.menu-item-has-children>a {
		display: inline-flex;
		align-items: center;
		gap: 0.5em;
	}

	.menu-chevron {
		font-size: 14px;
		transition: transform 0.3s ease-in-out, color 0.3s ease-in-out;
		transform: rotate(0deg);
	}

	.main-nav>.menu-item-has-children:hover .menu-chevron {
		transform: rotate(180deg);
		color: var(--primary-color);
	}

	body.is-scrolling .main-nav .sub-menu {
		opacity: 0 !important;
		visibility: hidden !important;
		pointer-events: none !important;
		transition: opacity 0.3s, visibility 0.3s !important;
		/* Szybka animacja zamykania */
	}
}

@media only screen and (min-width: 1200px) {
	.main-menu-bnb {
		gap: 2em;
	}

	.main-nav {
		gap: 2em;
	}

	.burger-btn-bnb {
		margin-left: 2em;
	}
}

@media only screen and (min-width: 1360px) {
	.main-menu-bnb {
		gap: 3.125em;
	}

	.main-nav {
		gap: 3.125em;
	}

	.burger-btn-bnb {
		margin-left: 3.125em;
	}
}

/**********************************/
.burger-btn-bnb,
.mobile-menu-close-btn {
	min-width: 64px !important;
	min-height: 40px !important;
	padding: 0;
	cursor: pointer;
	z-index: 1102;
	transition: opacity 0.3s, visibility 0.3s;
}

@media only screen and (max-width: 480px) {
	.burger-btn-bnb {
		min-width: 30px !important;
		min-height: 24px !important;
	}
}

.burger-btn-bnb {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.mobile-menu-close-btn {
	top: 25px;
	right: 14px;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.3s, visibility 0.3s;
	background: transparent;
	border: none;
	margin-left: 0;
}

.burger-bar {
	display: block;
	width: 100%;
	height: 4px;
	background: #fff;
	border-radius: 2px;
	transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, background 0.3s ease-in-out, width 0.3s ease-in-out;
	transform-origin: center;
}

.burger-btn-bnb:hover span,
.mobile-menu-close-btn:hover span {
	background: var(--primary-color) !important;
}

.burger-btn-bnb .burger-bar:nth-child(2),
.mobile-menu-close-btn .burger-bar:nth-child(2) {
	width: 75%;
}

/* Animacja burgera w X */
.burger-btn-bnb.active .burger-bar:nth-child(1),
.mobile-menu-close-btn.active .burger-bar:nth-child(1) {
	transform: translateY(18px) rotate(45deg);
	width: 75%;
}

.burger-btn-bnb.active .burger-bar:nth-child(2),
.mobile-menu-close-btn.active .burger-bar:nth-child(2) {
	opacity: 0;
	transform: scaleX(0.5);
	width: 100%;
}

.burger-btn-bnb.active .burger-bar:nth-child(3),
.mobile-menu-close-btn.active .burger-bar:nth-child(3) {
	transform: translateY(-17px) rotate(-45deg);
	width: 75%;
}

/* Animacja burgera HOVER w X */
.burger-btn-bnb:hover .burger-bar:nth-child(1),
.mobile-menu-close-btn:hover .burger-bar:nth-child(1) {
	width: 75%;
}

.burger-btn-bnb:hover .burger-bar:nth-child(2),
.mobile-menu-close-btn:hover .burger-bar:nth-child(2) {
	width: 100%;
}

.burger-btn-bnb:hover .burger-bar:nth-child(3),
.mobile-menu-close-btn:hover .burger-bar:nth-child(3) {
	width: 75%;
}

@media only screen and (max-width: 480px) {
	.burger-btn-bnb .burger-bar,
	.mobile-menu-close-btn .burger-bar {
		height: 2px;
	}

	.burger-btn-bnb.active .burger-bar:nth-child(1),
	.mobile-menu-close-btn.active .burger-bar:nth-child(1) {
		transform: translateY(11px) rotate(45deg);
		width: 100%;
	}

	.burger-btn-bnb.active .burger-bar:nth-child(3),
	.mobile-menu-close-btn.active .burger-bar:nth-child(3) {
		transform: translateY(-11px) rotate(-45deg);
		width: 100%;
	}


}

/* body.menu-open .burger-btn-bnb {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
} */

body.menu-open .mobile-menu-close-btn {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

body.menu-open .burger-btn-bnb.active .burger-bar,
body.menu-open .mobile-menu-close-btn .burger-bar {
	background: #fff;
}

.mobile-menu-bnb {
	position: fixed;
	top:0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	visibility: hidden;
	transition: visibility 0.3s;
}

.mobile-menu-bnb.active {
	visibility: visible;
	right: 0;
}

.mobile-menu-overlay {
	background-image: url('/wp-content/uploads/2025/11/20a9baa1c8b8531f58aa462404fe41bf39cf5815.webp');
	background-size: cover;
	background-position: center;
	left: -100%;
	height: 100%;
	width: 66.666%;
	position: fixed;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.5s ease-in-out, left 0.5s ease-in-out;
}

.mobile-menu-bnb.active .mobile-menu-overlay {
	opacity: 1;
	left: 0;
}

@media only screen and (max-width: 992px) {
	.mobile-menu-overlay {
		display: none !important;
	}
}

.mobile-menu-content {
	height: 100%;
	max-width: 33.333%;
	right: -100%;
	padding: 1.25em;
	padding-right: calc((100vw - 1640px) / 2);
	padding-top: 170px;
	opacity: 0;
	transition: right 0.5s ease-in-out, opacity .5s ease-in-out;
}

.mobile-menu-bnb.active .mobile-menu-content {
	right: 0;
	opacity: 1;
	overflow: auto;
}

@media only screen and (min-width: 992px) {
	.mobile-menu-bnb.scroll .mobile-menu-content {
		padding-top: 120px;
	}
}

@media only screen and (max-width: 1680px) {
	.mobile-menu-content {
		padding-right: 1.25em;
		padding-top: 120px;
	}
}

@media only screen and (max-width: 992px) {
	.mobile-menu-content {
		max-width: 100%;
		padding: 1.25em;
		padding-top: 80px;
		overflow: auto;
	}
}

.mobile-menu-header {
	border-bottom: 1px solid var(--border-light-gray);
}

@media only screen and (min-width: 992px) {
	.mobile-menu-header {
		display: none !important;
	}
}

/* @media only screen and (min-width: 992px) {
	.mobile-main-menu {
		overflow: auto;
	}
} */

.mobile-main-menu .menu-item:last-child>a {
	border-bottom: none;
}

.mobile-main-menu .sub-menu {
	padding-left: 1rem;
	display: none;
}

.mobile-menu-footer {
	padding-left: 15% !important;
	padding-top: 2em !important;
	font-size: 1.25rem;
	text-align: right;
}

.social-media .social-link-bnb {
	font-size: 2rem;
	padding: 0 0.125em;
	line-height: 30px;
	vertical-align: middle;
}

.social-media .social-link-bnb svg {
	width: 30px;
	height: 30px;
}

.social-media .social-link-bnb i {
	margin: 0 !important;
}

.social-media .social-link-bnb.facebook:hover i {
	color: #4460A0 !important;
}

.social-media .social-link-bnb.tripadvisor:hover {
	background-color: #00EB5B !important;
}

.social-media .social-link-bnb.tripadvisor svg g path {
	transition: fill 0.3s ease-in-out;
}

.social-media .social-link-bnb.tripadvisor:hover svg g path {
	fill: var(--text-color) !important;
}

.mobile-menu-footer .wrapper {
	border-top: 1px solid var(--border-light-gray);
	padding-top: 2em !important;
}

.mobile-menu-footer a i {
	margin-right: 0.5em;
	color: var(--text-color) !important;
}

@media only screen and (max-width: 1680px) {
	.logo-img-bnb {
		max-height: 50px;
	}
}

@media only screen and (max-width: 992px) {
	.main-menu-bnb {
		display: none !important;
	}

	.burger-btn-bnb {
		display: flex !important;
	}

	.logo-img-bnb {
		max-width: 240px;
	}

	.mobile-menu-footer {
		padding-left: 2em !important;
	}

	.mobile-menu-footer .wrapper {
		border-top: none !important;
	}

	.mobile-menu-footer {
		padding-top: 2em !important;
	}

	.mobile-menu-footer .wrapper {
		padding-top: 0 !important;
	}

	.mobile-menu-footer .social-media {
		border-top: 1px solid var(--border-light-gray);
		padding-top: 1em !important;
	}
}

.mobile-main-menu .sub-menu .menu-item>a::before {
	content: "\f192";
	font-weight: 900;
	font-size: 14px;
	top: -2px;
}

.mobile-main-menu .sub-menu .sub-menu .menu-item>a::before {
	content: "\f192";
	font-weight: 400;
	font-size: 12px;
	top: -3px;
}

.mobile-main-menu .sub-menu .menu-item>a::before,
.mobile-main-menu .sub-menu .sub-menu .menu-item>a::before {
	margin-right: 0.7em;
	display: inline-block;
	vertical-align: middle;
	transition: color 0.3s;
	position: relative;
	color: var(--primary-color);
	font-family: var(--font-fa);
	font-display: swap;
}

.mobile-main-menu .menu-item {
	position: relative;
	width: 100%;
}

.mobile-main-menu .menu-item>a {
	display: block;
	text-align: right;
	width: 100%;
	padding: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	color: var(--text-color);
	font-family: var(--font-main);
	font-size: 1.25rem;
	font-weight: 400;
	text-decoration: none;
	letter-spacing: 0.03em;
	background: transparent;
	border: none;
	transition: color 0.3s ease-in-out, border-left-color 0.3s, background 0.3s;
	position: relative;
	z-index: 1;
	outline: none;
	border-left: 3px solid transparent;
}

.mobile-main-menu .menu-item.open>a,
.mobile-main-menu .menu-item>a:focus,
.mobile-main-menu .menu-item>a:hover {
	color: var(--primary-color);
	text-shadow:
		-.25px -.25px 0 var(--primary-color),
		.25px -.25px 0 var(--primary-color),
		-.25px .25px 0 var(--primary-color),
		.25px .25px 0 var(--primary-color);
}

@media only screen and (max-width: 992px) {
	.mobile-main-menu .menu-item>a {
		font-size: 1.125rem;
		padding: 0.5rem !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.mobile-menu-footer {
		font-size: 0.875rem !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.mobile-menu-content .btn-wrapper .btn-primary {
		margin-top: 1em !important;
	}
}

@media only screen and (max-width: 480px) {
	.mobile-menu-content .btn-wrapper .btn-primary {
		width: 100% !important;
	}
}

.mobile-main-menu .submenu-toggle {
	background: none;
	border: none;
	position: absolute;
	top: 0px;
	right: 4px;
	color: var(--text-color);
	font-size: 1.25rem;
	cursor: pointer;
	z-index: 2;
	padding: 18px;
	transition: color 0.3s, transform 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
}

.mobile-main-menu .menu-item.open>.submenu-toggle {
	color: var(--primary-color);
	transform: rotate(360deg);
}

.mobile-main-menu .submenu-toggle i {
	transition: transform 0.3s;
}

.mobile-main-menu .menu-item.open>.submenu-toggle i {
	color: var(--primary-color);
}

.mobile-main-menu .sub-menu {
	display: none;
	padding-left: 0.7rem;
	margin: 0.1rem 0 0 0;
	animation: mobileSubmenuSlideIn 0.3s ease-in-out;
	list-style: none;
	padding-left: 0;
}

.mobile-main-menu .menu-item.open>.sub-menu {
	margin: 0;
	display: block;
	animation: mobileSubmenuSlideIn 0.3s ease-in-out;
}

.mobile-main-menu .menu-item.open .sub-menu .sub-menu a {
	padding-left: 1.5rem !important;
}

@keyframes mobileSubmenuSlideIn {
	from {
		opacity: 0;
		transform: translateY(-8px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.mobile-main-menu .sub-menu .menu-item>a {
	font-size: 16px;
	padding: 15px;
	color: var(--text-color);
	background: transparent;
	text-transform: none;
	border-bottom: 1px solid #00000017;
	transition: border-left-color 0.3s, background 0.3s;
}

.mobile-main-menu .sub-menu .menu-item>a .mobile-main-menu .sub-menu .menu-item.open>a,
.mobile-main-menu .sub-menu .menu-item>a:focus,
.mobile-main-menu .sub-menu .menu-item>a:hover {
	color: var(--primary-color);
	background: #fff;
	border-left: 3px solid var(--primary-color);
}

.mobile-main-menu .menu-item .submenu-toggle+.submenu-toggle {
	display: none !important;
}

.search-icon-bnb .btn-search-bnb {
	background: transparent;
	border: none;
	padding: 0;
	cursor: pointer;
	position: relative;
	width: 40px;
	height: 40px;
}

.search-icon-bnb .btn-search-bnb svg {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.search-icon-bnb .btn-search-bnb svg.active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.search-icon-bnb svg:hover {
	cursor: pointer;
}

.search-icon-bnb svg path {
	transition: fill 0.3s ease-in-out;
}

.search-icon-bnb svg:hover path {
	fill: var(--primary-color);
}

.search-bar-bnb {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	position: absolute;
	top: 150px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.search-bar-bnb.active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.search-bar-bnb form label {
	font-weight: 600;
	margin-bottom: 0.5em;
}

.search-bar-bnb-overlay {
	background: #000;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.search-bar-bnb-overlay.active {
	opacity: 0.65;
	visibility: visible;
	pointer-events: auto;
}

@media only screen and (max-width: 992px) {
	.search-bar-bnb {
		top: 80px;
	}
}

@media only screen and (max-width: 480px) {
	.search-bar-bnb form > div {
		gap: 0 !important;
	}

	.search-bar-bnb form .search-submit {
		width: fit-content !important;
		padding: 0 0.5em !important;
	}
}


.mobile-bottom-navbar {
	display: none;
	position: fixed;
	bottom: -10%;
	left: 0;
	width: 100%;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 100;
	box-shadow: var(--box-shadow);
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, bottom 0.3s ease-in-out;
}

.mobile-bottom-navbar.active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	bottom: 0;
}

.mobile-bottom-navbar-container {
	padding: 0.625em 1.25em !important;
}

.mobile-bottom-navbar > div > * {
	flex: 1 1 auto;
}

.mobile-bottom-navbar > div > .btn {
	flex: 0 0 50%;
}

.mobile-bottom-navbar i {
	font-size: 1.5rem;
}

.mobile-bottom-navbar .email-icon-bnb i {
	font-size: 1.75rem;
}

.mobile-bottom-navbar svg {
	width: 24px;
	height: 24px;
}

.mobile-bottom-navbar .search-icon-bnb .btn-search-bnb {
	width: 24px;
	height: 24px;
}

@media only screen and (max-width: 992px) {
	.mobile-bottom-navbar {
		display: block;
	}
}


/* ------------------- Front Page ----------------------------------------- */


#front-page-hero {
	max-height: 100vh;
	height: 940px;
	color: #fff;
	display:flex;
	align-items: center;
	justify-content: center;
}

@media only screen and (min-width: 1200px) {
	body.home #front-page-hero .container-md {
		opacity: 0;
		transform: translateY(100px);
	}
}

#front-page-hero .text-wrapper {
	text-align: center;
	margin-top: 200px;
	margin-bottom: 150px;
}

#front-page-hero .text-wrapper p {
	text-align: center !important;
}

@media only screen and (max-height: 680px) {
	#front-page-hero .text-wrapper {
		margin-top: 150px !important;
		margin-bottom: 50px !important;
	}
}

@media only screen and (max-width: 480px) {
	#front-page-hero .text-wrapper {
		margin-top: 250px !important;
		margin-bottom: 50px !important;
	}
	#front-page-hero {
		max-height: none !important;
		height: 800px;
		padding-bottom: 2em !important;
	}
}

@media only screen and (max-height: 680px) {
	#front-page-hero {
		min-height: 110vh !important;
		height: auto;
	}
}

#front-page-hero h1 {
	margin-bottom: 1.25rem !important;
}

#front-page-hero img.stars {
	margin-bottom: 1.25rem !important;
}

@media only screen and (max-width: 480px) {
	body.single-pokoje #front-page-hero,
	body.single-pakiet-oferta #front-page-hero,
	body.single-dla-biznesu #front-page-hero {
		height: 800px !important;
		margin-bottom: 3em !important;
	}
}

.hero-section .booking-wrapper > .wrapper {
	gap: 1.25em;
}

.hero-section .booking-wrapper .input-wrapper {
	flex: 1 1 auto;
	gap: 1.25em;
}

.hero-section .booking-wrapper .input-wrapper .form-group {
	width: 100%;
}

.hero-section .booking-wrapper .input-wrapper .form-group input {
	width: 100%;
	font-size: 0.875rem;
	cursor: pointer;
}

.hero-section .booking-wrapper .input-wrapper .form-group label {
	font-weight: 600;
	margin-bottom: 0.5em;
	font-size: 0.875rem;
}

.hero-section .booking-wrapper .input-wrapper .form-group .input-group {
	position: relative;
}

.hero-section .booking-wrapper .input-wrapper .form-group .input-group .btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border: none !important;
	border-radius: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent !important;
}

@media only screen and (max-width: 768px) {
	body.home .hero-section .booking-wrapper .input-wrapper {
		flex-direction: row;
	}
	.hero-section .booking-wrapper .input-wrapper {
		width: 100%;
		flex-direction: column;
		gap: 1em;
	}

	.hero-section .booking-wrapper > .wrapper > .btn {
		width: 100%;
	}
}

.contact-info i {
	color: var(--primary-color) !important;
	margin-right: 0.5em;
}

section.double-image .two-images .btn-secondary {
	width: 100%;
}

section.double-image .two-images > div {
	height: 100%;
}

section.double-image .two-images > div img {
	height: 100%;
	object-fit: cover;
}

section.double-image .two-images > div > * {
	flex-shrink: 1;
}

section.double-image .two-images > div > .col-7 img {
	margin-top: 4em;
}

@media only screen and (max-width: 768px) {
	section.double-image .two-images {
		margin-top: 2em;
	}
	section.double-image .two-images > div {
		flex-direction: column;
	}
	section.double-image .two-images > div > * {
		width: 100%;
	}
	section.double-image .two-images > div > .col-7 img {
		margin-top: 0;
	}
	section.double-image .two-images > div > .col-5 img {
		display: none;
	}
}



/* ----------------- ROOMS ----------------------------------------- */

section.rooms {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

@media only screen and (max-width: 768px) {
	section.rooms,
	section.stays {
		padding-bottom: 5em !important;
	}
}

.rooms-wrapper {
	position: relative;
	padding-bottom: 5em;
}

.rooms-wrapper .swiper-navigation {
	position: absolute;
    right: 4em;
    bottom: 0;
}

.swiper-navigation > .swiper-button-prev,
.swiper-navigation > .swiper-button-next {
	background-color: var(--text-color);
	color: #fff;
	border: 1px solid transparent;
	border-radius: 100%;
	transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
}

.swiper-navigation > .swiper-button-prev,
.swiper-navigation > .swiper-button-next {
	position: absolute !important;
    top: -1.5em !important;
    margin-top: 0 !important;
}

.swiper-navigation > .swiper-button-prev:hover,
.swiper-navigation > .swiper-button-next:hover {
	background-color: #fff;
	color: var(--gray);
	border: 1px solid var(--gray);
}

.gallery .swiper-button-prev,
.gallery .swiper-button-next {
	top: 50% !important;
}

.rooms-wrapper .swiper-button-prev {
	left: -4em !important;
}

.rooms-wrapper .swiper-button-next {
	right: -4em !important;
}

.swiper-navigation > .swiper-button-prev svg,
.swiper-navigation > .swiper-button-next svg {
	display: none;
}
.swiper-navigation > .swiper-button-prev::after,
.swiper-navigation > .swiper-button-next::after {
	font-family: var(--font-fa);
	font-weight: 900;
	font-size: 2rem;
	transition: color 0.3s ease-in-out;
}

.swiper-navigation > .swiper-button-prev::after {
	content: '\f053';
}

.swiper-navigation > .swiper-button-next::after {
	content: '\f054';
}

.swiper-navigation > .swiper-pagination {
	position: relative !important;
	width: 100%;
	display: flex;
	top: -10px !important;
}

.swiper-navigation > .swiper-pagination .swiper-pagination-bullet {
	min-width: 20px;
	height: 20px;
	margin: 0 12px !important;
	transition: background 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.swiper-navigation > .swiper-pagination .swiper-pagination-bullet:hover,
.swiper-navigation > .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--primary-color) !important;
	opacity: 1;
}

@media only screen and (max-width: 768px) {
	.swiper-navigation > .swiper-button-prev,
	.swiper-navigation > .swiper-button-next {
		top: -1.5em !important;
	}

	section.rooms .btn-secondary {
		position: absolute;
		bottom: 2em;
		left: 20px;
		width: calc(100% - 40px);
	}

	.rooms-wrapper .swiper-navigation {
		bottom: 1.5em;
	}
}

@media only screen and (max-width: 768px) {
	.swiper-navigation {
		position: absolute;
		width: 100%;
		left: 0 !important;
		right: auto !important;
		transform: none !important;
	}

	.swiper-navigation > .swiper-pagination {
		width: calc(100% - 8rem) !important;
		left: 50% !important;
		transform: translate(-50%, 0) !important;
		justify-content: center !important;
	}

	.swiper-navigation > .swiper-button-prev {
		left: 0 !important;
	}

	.swiper-navigation > .swiper-button-next {
		right: 0 !important;
	}

	.swiper-navigation > .swiper-pagination .swiper-pagination-bullet {
		margin: 0 4px !important;
	}
}


/* ---------------------------- UDOGODNIENIA -------------------- */

.single-amenity,
.single-feature {
	background-color: var(--light-grey);
	border-radius: 120px;
	display: flex;
	align-items: center;
	justify-content: start;
	padding: 5px;
	padding-right: 20px;
	flex: 1 1;
}

.single-amenity .icon-wrapper,
.single-feature .icon-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 100px;
	height: 100px;
	border-radius: 100px;
	background-color: #fff;
	margin-right: 1em;
}

@media only screen and (max-width: 768px) {
	.single-amenity,
	.single-feature {
		height: 140px;
		border-radius: 40px;	
		padding-right: 15px;	
	}

	.single-amenity .icon-wrapper,
	.single-feature .icon-wrapper {
		min-width: 80px;
		height: 130px;
		margin-right: 0.5em;
	}

	.page-template-archive-pokoje .single-feature .icon-wrapper {
		height: 80px;
	}

	.single-amenity p, .single-feature p {
		text-align: left !important;
	}
}

.single-amenity p,
.single-feature p {
	font-size: 0.875rem;
}

.single-amenity p,
.single-amenity h3,
.single-feature p,
.single-feature h3 {
	margin-bottom: 0;
}

@media only screen and (max-width: 1360px) {
	.grid-container-4x2 {
		grid-template-columns: repeat(2, 1fr);
	}
}

.grid-container-2x2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 768px) {
	.grid-container-2x2 {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media only screen and (min-width: 768px) and (max-width: 1360px) {
	#social-media .grid-container-4x2,
	.grid-container-4x2.grid-social-media {
		grid-template-columns: repeat(4, 1fr);
	}
}

.amenities-swiper .swiper-navigation {
	position: absolute;
    bottom: -2.5em;
	width: 100%;
}

.amenities-swiper {
	position: relative;
}

@media only screen and (max-width: 768px) {
	.single-amenity {
		margin-bottom: 1.5em;
	}
}

section.amenities {
	overflow: hidden;
}

.amenities-list ul {
	margin-bottom: 1em;
}

/* --------------- PAKIETY POBYTOWE ------------------- */

section.stays {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

@media only screen and (min-width: 768px) {
	.featured-stay {
		padding-right: 1.25em;
	}
}

.stay-card__inner {
    background: #fff;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.stay-card__image img {
    width: 100%;
    height: auto;
    display: block;
}

.stay-card__body {
    padding: 1em 1.25em 0;
    flex: 1 1 auto;
}


.stay-card__title {
    margin: 0;
}


.stay-card__features li {
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}

.stay-card__footer {
    padding: 0 1.25em 1.25em;
}


.stay-card__inner {
    background: #fff;
    border: 1px solid #e7e7e7;
    transition: border-color 0.3s ease-in-out;
}


.stay-card__inner:hover {
    border-color: var(--primary-color);
}


.stay-card__features ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px 20px;
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}


.stay-card__features li {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.4;
    color: #333;
    padding-left: 18px;
    position: relative;
}


.stay-card__features li::before {
    content: "";
    background-image: url(/wp-content/uploads/2025/12/Group.svg);
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 4px;
    width: 12px;
    height: 16px;
}

.stay-card__header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 20px;
}

.stay-card__price {
    white-space: nowrap;
}

.stays-wrapper {
	position: relative;
	padding-bottom: 5em;
}

.stays-wrapper .swiper-navigation {
	position: absolute;
    right: 4em;
    bottom: 0;
}

.stays-wrapper .swiper-button-prev {
	left: -4em;
}

.stays-wrapper .swiper-button-next {
	right: -4em;
}


@media only screen and (max-width: 768px) {
	.stays-wrapper .swiper-navigation {
		bottom: 1.5em;
	}
}

.featured-stay-wrapper {
	height: 100%;
}

.featured-stay-wrapper .room-card__image {
	height: 100%;
}

.stays-wrapper .swiper-slide {
	height: auto !important;
}

.stays-wrapper .swiper-slide.room-card {
    height: 100% !important;
}

.stay-card {
	height: 100%;
}

.stay-card .stay-card__image {
	height: 100%;
}

.stay-card .stay-card__image img {
	height: 100%;
	object-fit: cover;
}

@media only screen and (max-width: 768px) {
    section.stays .btn-secondary {
        position: absolute;
        bottom: 2em;
        left: 20px;
        width: calc(100% - 40px);
    }
}



/* ---------------- CO NAS WYRÓŻNIA ------------------ */

.single-feature {
	text-decoration: none;
	border: 1px solid transparent;
	transition: box-shadow .3s ease-in-out, border .3s ease-in-out;
}

.single-feature:hover {
	box-shadow: var(--box-shadow);
	color: var(--text-color) !important;
	border: 1px solid var(--primary-color);
}

.single-feature .icon-wrapper img {
	width: 40px;
}

section.features .grid-container-2x2 {
	gap: 1.25rem;
}

@media only screen and (max-width: 768px) {
	.single-feature {
		justify-content: start;
	}
}

/* ------------------- RESTAURACJA ------------------------- */

section.restaurant .restaurant-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 5px;
}

.restauracja-grid img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

section.restaurant .restaurant-grid .image-1 {
	grid-area: 1 / 1 / 3 / 1;
}

section.restaurant .restaurant-grid .image-1 img {
	width: 100%;
}

section.restaurant .restaurant-grid .image-1 img,
section.restaurant .restaurant-grid .image-2 img,
section.restaurant .restaurant-grid .image-3 img,
section.restaurant .restaurant-grid .image-4 img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

/* section.restaurant .restaurant-grid .image-2 img,
section.restaurant .restaurant-grid .image-3 img,
section.restaurant .restaurant-grid .image-4 img {
	max-height: 450px;
} */

@media only screen and (max-width: 992px) {
	section.restaurant .restaurant-grid img {
		max-height: 450px;
	}
}

@media only screen and (max-width: 480px) {
	section.restaurant .restaurant-grid img {
		max-height: 240px;
	}

	section.restauracja-grid img {
		width: calc(100% + 40px);
		max-width: calc(100% + 40px);
		margin-left: -20px;
	}
}

section.restaurant .restaurant-grid .heading-wrapper,
section.restaurant .restaurant-grid .text-wrapper {
	padding: 2em 5em;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
}

@media only screen and (max-width: 1380px) {
	section.restaurant .restaurant-grid .heading-wrapper,
	section.restaurant .restaurant-grid .text-wrapper {
		padding: 2em 3em;
	}
}

@media only screen and (max-width: 992px) {
	section.restaurant .restaurant-grid {
		grid-template-columns: 1fr;
	}

	section.restaurant .restaurant-grid .image-3 {
		grid-area: 6 / 1 / 6 / 1;
	}

	section.restaurant .restaurant-grid .image-2 img,
section.restaurant .restaurant-grid .image-3 img,
section.restaurant .restaurant-grid .image-4 img {
	width: 100%;
}

	section.restaurant .restaurant-grid .heading-wrapper,
	section.restaurant .restaurant-grid .text-wrapper {
		padding: 5em;
		overflow: visible;
	}
}

@media only screen and (max-width: 480px) {
	section.restaurant .restaurant-grid .heading-wrapper,
	section.restaurant .restaurant-grid .text-wrapper {
		padding: 2.5em 1.25em;
	}

	section.restaurant .restaurant-grid .heading-wrapper:nth-child(2) {
		padding-top: 2.5em !important;
		padding-bottom: 2.5em !important;
	}
}

/* --------------------- RECENZJE ----------------------- */

.review-rating .fa-star {
	color: var(--text-color) !important;
}

.review-rating .fa-star.active {
	color: #FBBC05 !important;
}

.reviews-wrapper .review {
	max-width: 800px;
	margin: 0 auto;
	background: url('/wp-content/uploads/2025/12/logo-transparent.svg'), linear-gradient(90deg,rgba(255, 255, 255, 0.6) 0%, rgba(245, 245, 245, 1) 100%);
	background-repeat: no-repeat;
	background-position: 0 33.333%;
	background-size: 100%;
	padding: 40px 80px 40px 80px;
	height: 100%;
}

.reviews-wrapper .reviews-swiper .swiper-slide {
	height: auto !important;
}

@media only screen and (max-width: 480px) {
	.reviews-wrapper .review {
		padding: 2.5em 1.25em !important;
	}
}

section.reviews {
	overflow: hidden;
	position: relative;
}

section.reviews .container-sm {
	padding: 0 !important;
}

.reviews-wrapper .reviews-swiper {
	overflow: visible;
}

@media only screen and (min-width: 768px) {
	.reviews-wrapper .reviews-swiper .swiper-slide {
		opacity: 0.5;
		transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
	}

	.reviews-wrapper .reviews-swiper .swiper-slide-prev {
		transform: scale(0.75) translate(25%, 0);
	}

	.reviews-wrapper .reviews-swiper .swiper-slide-next {
		transform: scale(0.75) translate(-25%, 0);
	}

	.reviews-wrapper .reviews-swiper .swiper-slide-active {
		transform: scale(1);
		opacity: 1;
	}
}

.review .review-header {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1em;
	margin-bottom: 1.25em;
}

.review .review-header .review-thumbnail {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	overflow: hidden;
	flex-shrink: 0;
	background-color: var(--border-light-gray);
}

.review .review-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 200px;
}

.reviews-wrapper .swiper-navigation {
    position: absolute;
    bottom: -4em;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 100%;
}

.reviews-wrapper .swiper-navigation .swiper-button-prev {
	left: -4em;
}

.reviews-wrapper .swiper-navigation .swiper-button-next {
	right: -4em;
}

@media only screen and (max-width: 1360px) {
	section.reviews .text-wrapper {
		padding-right: 5em;
		flex: 1 1 auto !important;
	}

	section.reviews .icons {
		width: auto !important;
	}
}

@media only screen and (max-width: 768px) {
	section.reviews .icons {
		display: none !important;
	}
}


/* ---------------------- GALERIA ----------------------- */
.gallery {
	overflow: hidden;
}

.main-gallery .container-lg {
	padding: 0 !important;
}

.main-gallery .gallery-slider-main {
	overflow: visible !important;
}

.main-gallery .gallery-slider-main::before {
	content: '';
	position: absolute;
	top: 0;
	left: calc((-100vw + 1175px)/2);
	width: 100vw;
	height: 100%;
	pointer-events: none;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 1) 100%);
	z-index: 2;
}

#room-container .main-gallery .gallery-slider-main::before {
	width: calc(100% + 250px);
	left: -125px;
}

.main-gallery > .container-md {
	max-width: 1200px !important;
}

@media only screen and (max-width: 1380px) {
	.main-gallery > .container-md {
		max-width: 900px !important;
	}

	.main-gallery .gallery-slider-main::before {
		left: calc((-100vw + 860px)/2);
	}
}

#room-container .main-gallery > .container-md {
	max-width: 900px !important;
}

@media only screen and (max-width: 992px) {
	.main-gallery .gallery-slider-main::before {
		display: none;
	}

	.main-gallery .gallery-slider-main {
		overflow: hidden !important;
	}
}

.main-gallery .swiper.gallery-slider-main .swiper-slide {
	transform: scale(0.6) !important;
	opacity: 0.5;
    transition: all ease-in-out .3s !important;
}

.main-gallery .gallery-slider-main .swiper-slide.swiper-slide-prev {
	transform: scale(0.6) translate(35%, 0) !important;
}

.main-gallery .gallery-slider-main .swiper-slide.swiper-slide-active {
	transform: none !important;
	opacity: 1 !important;
	z-index: 1;
}

.main-gallery .gallery-slider-main .swiper-slide.swiper-slide-next {
	transform: scale(0.6) translate(-35%, 0) !important;
}

@media only screen and (max-width: 768px) {

	.main-gallery {
		padding-bottom: 5em !important;
		position: relative;
	}

	section.gallery {
		overflow: hidden;
	}

	section.gallery .gallery-slider-main {
		margin-left: -40px;
		width: calc(100% + 80px);
	}

	.gallery .swiper-navigation {
		bottom: 0;
	}

	.gallery .gallery-slider-main {
		overflow: visible;
		position: static;
	}
}


/* ----------------------- LOKALIZACJA ----------------------- */

section.location {
	background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9) 100%), url('https://grandsal.cfolks.pl/wp-content/uploads/2025/12/dojazd.webp') center / cover;
}

section.location h2::before {
	z-index: 0;
}

@media only screen and (max-width: 992px) {
	section.location {
		background: linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.9) 100%), url('https://grandsal.cfolks.pl/wp-content/uploads/2025/12/dojazd.webp') center / cover;
	}
}

/* ----------------------- FOOTER ----------------------- */

section.newsletter {
	background: linear-gradient(90deg,rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%), url('/wp-content/uploads/2025/12/newsletter-lo-fi-desktop.webp') center / cover;
	color: #fff;
}

section.newsletter .section-header p {
	text-align: center !important;
}

section.newsletter .form-group-row {
	display: flex;
    align-items: end;
    justify-content: space-between;
	position: relative;
	margin-bottom: 1.25em;
}

section.newsletter .form-group-row > .form-group-input {
	width: 100%;
}

section.newsletter .form-group-row > .form-group-submit p {
	display: flex;
}

section.newsletter .form-group-row > .form-group-input p,
section.newsletter .form-group-row > .form-group-submit p {
	margin-bottom: 0 !important;
}

@media only screen and (min-width: 768px) {
	section.newsletter .form-group-row > .form-group-input {
		padding-right: 1.25em;
	}
}

@media only screen and (max-width: 768px) {
	section.newsletter .form-group-row {
		flex-direction: column;
		gap: 10px;
	}

	section.newsletter .form-group-row > .form-group-submit,
	section.newsletter .form-group-row > .form-group-submit p,
	section.newsletter .form-group-row > .form-group-submit p input {
		width: 100%;
		max-width: 100% !important;
	}
}

section.newsletter h2,
section.newsletter .stars {
	margin-bottom: 0.75rem !important;
}

/* ----------------------- BLOG HEADER ----------------------- */

.blog-header {
	margin-bottom: 2rem;
	gap: 2rem;
}

.blog-header .categories,
.blog-header .searchbar {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	width: calc(33.333% - 25px);
}

.blog-header .searchbar {
	margin-left: auto;
}

@media only screen and (max-width: 992px) {
	.blog-header .categories,
	.blog-header .searchbar {
		width: 100%;
	}
}

.blog-header .categories label,
.blog-header .searchbar > label {
	font-size: 1rem;
	color: #000;
	font-weight: 600;
}

.blog-header .categories select {
	padding: 0.75rem 2.5rem 0.75rem 1rem;
	border: 1px solid var(--border-light-gray);
	background: #fff;
	font-size: 1rem;
	min-width: 300px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23000' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 1rem center;
}

.blog-header .searchbar .search-form label {
	font-weight: 700;
	margin-bottom: 0.5em;
}

.blog-header .searchbar .search-form .search-field {
	padding: 0.75rem 1rem;
	border: 1px solid var(--border-light-gray) !important;
	border-right: none;
	font-size: 1rem;
}

@media only screen and (max-width: 992px) {
	.blog-header {
		flex-direction: column;
		align-items: stretch !important;
	}
	
	.blog-header .categories select,
	.blog-header .searchbar .search-form .search-field {
		width: 100%;
		min-width: unset;
	}
	
	.blog-header .searchbar .search-form {
		width: 100%;
	}
	
	.blog-header .searchbar .search-form .search-field {
		flex: 1;
	}
}

@media only screen and (max-width: 768px) {
	.blog-header .searchbar .search-form label,
	.blog-header .categories label,
	.blog-header .searchbar > label {
		font-size: 0.875rem;
	}
}

/* ----------------------- BLOG PAGINATION ----------------------- */

.pagination-blog {
	margin-top: 3rem;
	margin-bottom: 2rem;
}

.pagination-blog .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 0.5rem;
	font-size: 1rem;
	color: #666;
	text-decoration: none;
	transition: all 0.3s ease;
}

.pagination-blog .page-numbers.current {
	background-color: #555;
	color: #fff;
}

.pagination-blog .page-numbers:hover:not(.current):not(.prev):not(.next) {
	color: #000;
}

.pagination-blog .page-numbers.prev,
.pagination-blog .page-numbers.next {
	background-color: #555;
	color: #fff;
	font-size: 0;
}

.pagination-blog .page-numbers.prev::before,
.pagination-blog .page-numbers.next::before {
	font-family: 'Font Awesome 6 Pro';
	font-weight: 900;
	font-size: 1rem;
}

.pagination-blog .page-numbers.prev::before {
	content: '\f053';
}

.pagination-blog .page-numbers.next::before {
	content: '\f054';
}

.pagination-blog .page-numbers.prev:hover,
.pagination-blog .page-numbers.next:hover {
	background-color: #333;
}

.pagination-blog .page-numbers.dots {
	background: none;
	cursor: default;
}

/* ----------------------- PAGE FOOTER ----------------------- */


footer#page-footer {
	color: #fff;
	padding-top: 5em;
	background: url('/wp-content/uploads/2025/12/logo-transparent-dark.svg') -33.333% 40% / 75% no-repeat, linear-gradient(90deg,rgb(36, 36, 36) 0%, rgb(56, 56, 56) 50%, rgb(60, 60, 60) 100%);
}

/* footer#page-footer .footer-header img.hotel-logo {
	max-height: 55px;
	width: 100% !important;
} */

@media only screen and (max-width: 768px) {
	footer#page-footer .footer-header {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	footer#page-footer .footer-header p {
		text-align: center !important;
		padding: 0 2em;
	}

	footer#page-footer .footer-header h3 {
		text-align: center;
		width: 100%;
	}
}

footer#page-footer a {
	color: #fff;
	text-decoration: none;
}

footer#page-footer .menu {
	list-style: none;
	padding-left: 0;
	font-size: 0.875rem;
}

footer#page-footer h3 {
	padding-bottom: 0.5em;
	position: relative;
	margin-bottom: 1em;
}

footer#page-footer h3::after {
    content: "";
    border-bottom: 1px solid #fff;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

footer#page-footer .menu > li {
	margin-bottom: 0.5em;
}

footer#page-footer i,
footer#page-footer i:hover {
	color: #fff;
	margin-right: 0.5em;
}

footer#page-footer .footer-signature {
	border-top: 1px solid #fff;
	padding-top: 1em;
}

footer#page-footer p {
	font-size: 0.875rem;
	margin-bottom: 1em;
}

/* footer#page-footer > .container > .row > * {
	padding: 0 1.25em;
}

footer#page-footer > .container > .row > .col-lg-8 > .row > * {
	padding: 0 1.25em;
} */

footer#page-footer > .container > .row > .col-lg-8 > .row {
	gap: 4em;
}

footer#page-footer > .container > .row > .col-lg-8 > .row > * {
	flex: 1 1;
}

footer#page-footer .informacje .menu {
	flex: 1 1 auto;
	margin-bottom: 0;
}

footer#page-footer .footer-header p {
	margin-top: 1.5em;
}

footer#page-footer .btn-white {
	padding: 0.25em 0;
	width: 100%;
}

footer#page-footer .dane-kontaktowe {
	display: none;
}

footer#page-footer .restauracja p:last-child {
	padding-right: 20% !important;
}

footer#page-footer > .container > .row > .col-lg-8 > .row > .gdzie-nas-znajdziesz a.text-bnb {
	font-size: 0.875rem;
}

@media only screen and (max-width: 1200px) {
	footer#page-footer #menu-footer-informacje {
		display: block;
	}
}

@media only screen and (max-width: 992px) {
	footer#page-footer > .container > .row {
		flex-direction: column-reverse;
	}

	footer#page-footer {
		padding-top: 2em !important;
	}

	footer#page-footer > .container > .row > .col-lg-8 > .row > .gdzie-nas-znajdziesz,
	footer#page-footer > .container > .row > .col-lg-8 > .row > .recepcja,
	footer#page-footer > .container > .row > .col-lg-8 > .row > .dzial-sprzedazy,
	footer#page-footer > .container > .row > .col-lg-8 > .row > .restauracja {
		display: none;
	}

	footer#page-footer .dane-kontaktowe {
		display: block;
		flex: auto !important;
	}

	footer#page-footer .dane-kontaktowe .social-media {
		flex: 0 !important;
		padding-left: 1.25em !important;
		border-left: 1px solid #fff;
	}

	footer#page-footer > .container > .row > .col-lg-8 > .row {
		gap: 1.25em;
	}

	footer#page-footer .footer-signature {
		padding-bottom: 8em !important;
	}

	footer#page-footer {
		background: url('/wp-content/uploads/2025/12/logo-transparent-dark.svg') 100% 100% / 125% no-repeat, linear-gradient(0deg,rgba(36, 36, 36, 1) 0%, rgba(56, 56, 56, 1) 50%, rgba(60, 60, 60, 1) 100%);
	}
}

.scroll-up {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: fixed;
	bottom: 240px;
	right: 40px;
	border: 1px solid #fff;
	padding: 1em;
	border-radius: 100%;
	background-color: rgba(0,0,0,0.5);
	backdrop-filter: blur(5px);
	color: #fff;
	width: 50px !important;
	height: 50px !important;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	font-size: 1.5rem;
	box-shadow: var(--box-shadow);
	z-index: 98;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, bottom 0.3s ease-in-out;
}

.scroll-up i {
	color: #fff !important;
}

.scroll-up.active {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

@media only screen and (max-width: 992px) {
	.scroll-up {
		display: none !important;
	}
}

.mobile-scroll-up {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: fixed;
	bottom: -80px;
	left: 50%;
	transform: translateX(-50%);
	border: 1px solid #fff;
	border-radius: 40px;
	background-color: rgba(0,0,0,0.5);
	backdrop-filter: blur(5px);
	color: #fff;
	padding: 0.25em 1.5em;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	font-size: 0.875rem;
	z-index: 90;
	box-shadow: var(--box-shadow);
	line-height: 1rem;
	transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, bottom 0.3s ease-in-out;
}

.mobile-scroll-up i {
	color: #fff !important;
	line-height: 0.75rem !important;
}

@media only screen and (max-width: 992px) {
	.mobile-scroll-up.active {
		bottom: 80px;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.mobile-scroll-up.active.profitroom-spacing {
		bottom: 120px !important;
	}
}

.mobile-scroll-up.profitroom-spacing .active{
	bottom: 120px !important;
}


/* --------------------- HOTEL NUMBERS ----------------------- */

#hotel-numbers .numbers-wrapper {
	gap: 2.5%;
}

@media only screen and (max-width: 1360px) {
	#hotel-numbers .numbers-wrapper {
		gap: 0%;
	}
}

#hotel-numbers .number {
	padding: 0 1.5em;
	max-width: 200px;
	text-align: center;
	margin-bottom: 3em;
}

@media only screen and (max-width: 480px) {
	#hotel-numbers .number {
		max-width: 100%;
		padding: 0 1em;
	}
}

#hotel-numbers .number h2 {
	padding-bottom: 0.5em;
}

#hotel-numbers .number h2::after {
	max-width: 100px;
}

#before-after .images-wrapper {
	position: relative;
	height: 500px;
}

#before-after .images-wrapper > .image-left,
#before-after .images-wrapper > .image-right {
	width: 57.5%;
	position: absolute;
	height: 500px;
	top: 0;
}

#before-after .images-wrapper > .image-left::before,
#before-after .images-wrapper > .image-right::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	z-index: 1;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 40%);
}

#before-after .images-wrapper > .image-left {
	left: 0;	
}

#before-after .images-wrapper > .image-right {
	right: 0;	
}

#before-after .images-wrapper .image-left img,
#before-after .images-wrapper .image-right img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#before-after .images-wrapper .image-left {
	clip-path: polygon(0px 0px, 100% 0px, 73.5% 100%, 0px 100%);
}

#before-after .images-wrapper .image-right {
	clip-path: polygon(26.5% 0px, 100% 0px, 100% 100%, 0% 100%);
}

#before-after .images-wrapper > .image-left .text-wrapper,
#before-after .images-wrapper > .image-right .text-wrapper {
	position: absolute;
	bottom: 40px;
	color: #fff;
	z-index: 2;
	width: 66.666%;
}

#before-after .images-wrapper > .image-left .text-wrapper p,
#before-after .images-wrapper > .image-right .text-wrapper p {
	margin-bottom: 0 !important;
}

#before-after .images-wrapper > .image-left .text-wrapper a,
#before-after .images-wrapper > .image-right .text-wrapper a {
	color: #fff;
	text-decoration: none !important;
}

#before-after .images-wrapper > .image-left .text-wrapper {
	left: 40px;
}

#before-after .images-wrapper > .image-left .text-wrapper p {
	text-align: left;
}

#before-after .images-wrapper > .image-right .text-wrapper {
	right: 40px;
	text-align: right;
}

#before-after .images-wrapper > .image-right .text-wrapper p {
	text-align: right !important;
}

@media only screen and (max-width: 768px) {
	#before-after .images-wrapper {
		height: auto;
		flex-direction: column;
	}

	#before-after .images-wrapper > .image-left,
	#before-after .images-wrapper > .image-right {
		width: 100%;
		position: relative;
		height: 350px;
	}

	#before-after .images-wrapper > .image-left {
		clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
	}

	#before-after .images-wrapper > .image-right {
		clip-path: polygon(0 25%, 100% 0%, 100% 100%, 0 100%);
		margin-top: -80px;
	}

	#before-after .images-wrapper > .image-left .text-wrapper,
	#before-after .images-wrapper > .image-right .text-wrapper {
		width: calc(100% - 40px);
		left: 20px;
		right: 20px;
		bottom: 40px;
	}

	#before-after .images-wrapper > .image-right .text-wrapper {
		bottom: 20px;
	}

	#before-after .images-wrapper > .image-left .text-wrapper {
		display: flex;
		flex-direction: column;
	}

	#before-after .images-wrapper > .image-left .text-wrapper h2 {
		order: 1;
	}

	#before-after .images-wrapper > .image-left::before, #before-after .images-wrapper > .image-right::before {
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 60%);
	}
}


/* ---------------------- NASZA OFERTA ----------------------- */
#our-offer {
	overflow: hidden;
}

#our-offer .image {
	max-height: 500px;
}

#our-offer .image img {
	height: 100%;
	object-fit: cover;
}

#our-offer .text-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: start;
	/* overflow: hidden; */
	padding: 3em 0;
}

#our-offer .text-wrapper:nth-child(1) {
	padding-right: 5em;
}

#our-offer .text-wrapper:nth-child(2) {
	padding-left: 5em;
}

@media only screen and (max-width: 768px) {

	#our-offer .text-wrapper {
		padding: 3em 0;
	}

	#our-offer .row:last-child .text-wrapper {
		padding-bottom: 0 !important;
	}

	#our-offer .image {
		margin-left: -20px;
		width: calc(100% + 40px);
		max-width: calc(100% + 40px);
	}
}

@media only screen and (max-width: 480px) {
	#our-offer .image {
		max-height: 240px;
		display: flex;
        align-items: center;
        overflow: hidden;
	}
}


/* -------------------------- LINKI DO SEKCJI ----------------------- */

section.section-links .links-wrapper {
	justify-content: space-between;
  padding-bottom: 0.5em;
  border-bottom: 1px solid var(--border-light-gray);
}

section.section-links .links-wrapper .section-link {
	text-decoration: none;
}

@media only screen and (max-width: 768px) {
	section.section-links {
		display: none;
	}
}

section.section-links {
	position: sticky;
	top: 80px;
	left: 0;
	background-color: #fff;
	padding-top: 1em;
	z-index: 78;
}

@media only screen and (max-width: 1680px) {
	section.section-links {
		top: 70px;
	}
}

@media only screen and (max-width: 1200px) {
	section.section-links {
		top: 60px;
	}
}


/* -------------------------- CONTACT DETAILS ----------------------- */

section.contact-details {
	padding: 3em 0 3em 0;
	margin-bottom: 5em;
}

section.contact-details .section-header {
	text-align: center;
	margin-bottom: 3em;
}

section.contact-details .row {
	gap: 1.5em;
}

section.contact-details .col-lg-4 {
	flex: 1;
	background: url('/wp-content/uploads/2025/12/logo-transparent.svg'), linear-gradient(90deg,rgba(245, 245, 245, 0.6) 0%, rgba(245, 245, 245, 1) 100%);
	padding: 1.25em;
}

section.contact-details .col-lg-4 h3 {
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid var(--primary-color);
}

section.contact-details .col-lg-4 p {
	font-size: 0.875rem;
	margin-bottom: 0.75em;
	display: flex;
	align-items: flex-start;
}

section.contact-details .col-lg-4 p:last-child {
	margin-bottom: 0;
}

section.contact-details .col-lg-4 p i {
	color: var(--primary-color) !important;
	margin-top: 0.25em;
	margin-right: 0.5em;
	min-width: 20px;
	text-align: center;
}

section.contact-details .col-lg-4 p a {
	text-decoration: none;
	color: var(--text-color);
}

section.contact-details .col-lg-4 p a:hover {
	color: var(--primary-color);
}

@media only screen and (max-width: 992px) {
	section.contact-details .row {
		flex-direction: column;
	}

	section.contact-details .col-lg-4 {
		width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	section.contact-details .col-lg-4 {
		padding: 1.5em;
	}

	section.contact-details .row {
		gap: 0.75em;
	}
}


section.contact-location .section-header p {
	margin-bottom: 0 !important;
}

@media only screen and (max-width: 1360px) {
	section#social-media .gh-100 > .col-md-3 {
		padding-right: 0 !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
	section#social-media .grid-social-media {
		margin-top: 5em;
	}
	section#social-media .gh-100 > .col-md-9 {
		padding-left: 1.25em !important;
	}
}

.grid-social-media > * {
	background-color: #fff;
}


section.offer-pobyty article {
	width: 100%;
	height: 500px;
}

.logo-li li {
	font-size: 0.875rem !important;
}

@media only screen and (max-width: 992px) {
	section.offer-pobyty .offer-pobyty-row {
		flex-direction: column;
	}
}

.rooms-card__btn-wrap .btn-primary {
	padding: 0.25em 1.5em;
}


@media only screen and (max-width: 768px) {
	section.offer-pobyty article {
		height: 360px;
	}
	.rooms-card__btn-wrap .btn-primary {
		width: 100%;
	
	}
}

.row-upominki ul {
	list-style: none;
	padding-left: 0;
}

.row-upominki ul li {
	margin-bottom: 2em;
	padding-left: 4em;
	padding-left: 40px !important;
}

.row-upominki ul li::before {
	width: 25px;
	height: 48px;
	left: 0;
}

.vouchery-upominki img {
	height: 600px;
	object-fit: cover;
}

@media only screen and (max-width: 992px) {
	.vouchery-upominki img {
		height: 360px;
	}
}

@media only screen and (max-width: 768px) {
	.vouchery-upominki img {
		height: 240px;
	}
}

.restaurant-amenities {
	gap: 1.25em;
}

.restaurant-amenities .single-amenity {
	position: relative;
}

.restaurant-amenities .single-amenity::before {
	content: "";
	background-image: url('/wp-content/uploads/2025/12/Group.svg');
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
	border-radius: 100%;
	height: 50px;
	min-width: 50px;
	margin-right: 1em;
}

@media only screen and (max-width: 768px) {
	.restaurant-amenities .single-amenity {
		height: 80px;
		margin-bottom: 0 !important;
	}

	.restaurant-amenities .single-amenity::before {
		height: 70px;
		min-width: 70px;
	}
}

section.restaurant.restaurant-menu .restaurant-grid .image-1 {
	grid-area: 1 / 1 / 4 / 1;
}

@media only screen and (max-width: 992px) {
	section.restaurant.restaurant-menu .restaurant-grid .image-1 {
		display: none;
	}

	section.restaurant.restaurant-menu .restaurant-grid .image-3 {
		grid-area: 4 / 1 / 4 / 1;
	}
}

section.family .contact-link i {
	color: var(--primary-color) !important;
}

section.family {
	overflow-x: hidden;
}

/* ---------------------- ATRAKCJE ----------------------- */

section.atrakcje-grid {
	overflow: hidden;
}

section.atrakcje-grid img {
	height: 500px;
}

@media only screen and (max-width: 768px) {
	section.atrakcje-grid img {
		height: 240px;
		margin-left: -20px;
		width: calc(100% + 40px);
		max-width: calc(100% + 40px);
	}
}

body.single-atrakcja #page-hero {
	max-height: 100vh;
	height: 940px;
}

body.single-atrakcja #page-hero .text-wrapper {
	margin-bottom: 300px !important;
}

#page-hero {
	max-height: none;
	padding-top: 150px;
	margin-bottom: 5em !important;
}

#page-hero .text-wrapper {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

#main-content-post {
	margin-top: -25em;
	padding: 0 1.25em;
}

@media only screen and (max-height: 768px) {
	#main-content-post {
		margin-top: -15em;
	}
}

#main-content-post .container-lg {
	background-color: #fff;
	padding: 2.5em;
	border: 1px solid var(--border-gray);
}

#main-content-post h2 {
	position: relative;
    /* z-index: 2; */
    line-height: 3.5rem;
    margin-bottom: 1rem;
}

#main-content-post h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 240px;
    background-color: var(--primary-color);
}

#main-content-post img {
	max-height: 380px;
}

@media only screen and (max-width: 768px) {
	#page-hero {
		margin-bottom: 2em !important;
	}
	#main-content-post {
		margin-top: -20em;
	}
	#main-content-post .container-lg {
		padding: 1.25em;
	}
}

/* ----------------------- DLA BIZNESU ----------------------- */

#additional-information .single-amenity img {
	width: 40px;
}

#additional-information .amenities-wrapper {
	gap: 1.25em;
}

#additional-information .single-amenity {
	margin-bottom: 0 !important;
}

.rooms-card__features {
	display: flex;
	gap: 0 !important;
}

.rooms-card__features .col {
	flex: 0 1 auto;
}

@media only screen and (max-width: 480px) {
	.rooms-card__features .col {
		flex: 1 1 50%;
	}
}

.logo-li li {
	padding: 0 !important;
	padding-left: 40px !important;
	margin-bottom: 0.75em !important;
}

@media only screen and (max-width: 1200px) {
	.rooms-card {
		width: 100% !important;
	}
}

@media only screen and (max-width: 768px) {
	.logo-li li {
		padding-left: 20px !important;
		padding-right: 10px !important;
	}

	.logo-li li::before {
		left: 0 !important;
	}
}

/* ----------------------- BLOG ----------------------- */

.featured-post .row {
	height: 100%;
}

.featured-post {
	background-size: cover;
	background-position: center;
	min-height: 400px;
}

.featured-post .featured-post-content {
	width: 500px;
	flex: 0 0 auto;
}

@media only screen and (max-width: 768px) {
	.featured-post {
		height: auto;
	}
	.featured-post .featured-post-content {
		width: 100%;
		padding-top:50%;
	}

	.featured-post .text-wrapper {
		padding: 0.625em !important;
	}
}

.featured-post .text-wrapper {
	background-color: rgba(0, 0, 0, 0.65);
	padding: 2.5em;
	color: #fff;
	height: 100%;
}

.featured-post .post-category {
	font-size: 0.875rem;
	color: var(--primary-color);
}

.featured-post h3 {
	position: relative;
	margin-top: auto;
	margin-bottom: 2.5rem;
}

.featured-post h3::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	height: 2px;
	width: 240px;
	background-color: var(--primary-color);
}

.featured-post p.excerpt {
	text-align: justify;
}

.post-card__body {
	border: 1px solid var(--border-light-gray);
	padding: 1.25em;
	min-height: 280px;
	height: 100%;
	display:flex;
	flex-direction: column;
}

@media only screen and (max-width: 768px) {
	.post-card__body {
		padding: 10px;
		padding-top: 1.25em;
	}
}

.post-card__body p.excerpt {
	text-align: justify !important;
}

.posts-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2.5em;
}

@media only screen and (max-width: 992px) {
	.posts-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

.posts-grid.swiper {
	display: block;
}

@media only screen and (max-width: 768px) {
	.posts-grid {
		grid-template-columns: 1fr;
	}
}

.post-card__body .post-category {
	font-size: 0.875rem;
	color: var(--border-gray);
}

.post-card__image {
	height: 340px;
}

.post-card__image img {
	height: 340px;
	object-fit: cover;
}

.post-card {
	height: 100%;
}

.post-card .post-card__inner {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.post-card .post-card__inner .post-card__footer {
	margin-top: auto;
}

body.single-post #page-hero {
	max-height: 100vh;
	height: 940px;
}

body.single-post #page-hero .text-wrapper {
	margin-bottom: 300px !important;
}

@media only screen and (max-height: 768px) {
body.single-post #page-hero .text-wrapper {
	margin-bottom: 200px !important;
}
}

.btn-nav-post {
	border: 1px solid var(--border-gray);
	border-radius: 0 !important;
	color: var(--border-gray);
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5em;
	padding: 0.25em 2em;
	font-weight: 500;
	text-align: center;
	transition: all 0.3s ease-in-out;
}

.btn-nav-post i {
	color: var(--border-gray) !important;
	margin-top: 0.25em;
}

.btn-nav-post:hover {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff !important;
}

.btn-nav-post:hover i {
	color: #fff !important;
}

@media only screen and (max-width: 480px) {
	.nav-previous,
	.nav-next {
		flex: 1 1 auto !important;
	}
	.btn-nav-post {
		width: 100%;
	}
}

.post-navigation .container-lg {
	padding: 0 !important;
}

.post-navigation {
	padding: 0 1.25em !important;
}

section.other-posts {
	padding-bottom: 5em;
	margin-bottom: 5em !important;
	position: relative;
}

@media only screen and (max-width: 992px) {
  section.other-posts .swiper-navigation > .swiper-pagination {
    width: calc(100% - 8em) !important;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
    justify-content: space-around !important;
  }
}

@media only screen and (max-width: 768px) {
	section.other-posts .section-header .btn-secondary {
		position: absolute;
		bottom: -2.5em;
		width: calc(100% - 40px);
	}
}

section.other-posts .swiper-navigation {
	position: absolute;
	bottom: 1em;
	left: 20px !important;
	width: calc(100% - 40px);
}

section.other-posts .swiper,
section.other-posts .swiper .swiper-wrapper {
	position: static;
}

.onetap-container-toggle .onetap-toggle {
	right: 40px !important;
    margin-right: 0 !important;
    bottom: 140px !important;
    margin-bottom: 0 !important;
    width: 50px !important;
    height: 50px !important;
    background-color: rgba(0,0,0,0.75) !important;
	border: 1px solid var(--border-light-gray) !important;
    border-radius: 100% !important;
    box-shadow: var(--box-shadow) !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	z-index: 90 !important;
}

@media only screen and (max-width: 992px) {
.single-pokoje .onetap-container-toggle .onetap-toggle {
	bottom: 180px !important;
}
}

.onetap-container-toggle .onetap-toggle:hover {
	border: 1px solid var(--border-light-gray) !important;
}

.onetap-container-toggle .onetap-toggle::after {
	content: '';
	background-image: url('/wp-content/uploads/2025/12/disabled-accessibility.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 20px;
	height: 24px;
}

.onetap-container-toggle .onetap-toggle img {
	display: none !important;
}

@media only screen and (max-width: 992px) {
	.onetap-container-toggle .onetap-toggle {
		width: 44px !important;
		height: 44px !important;
		right: 20px !important;
	}
}


  .gallery-links .links-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
	justify-content: center;
  }
  .gallery-links .section-link {
    flex: 0 0 auto !important;
    padding: 0.25em 1.5em;
    background: #fff;
    color: #333;
    border: 1px solid #333 !important;
    font-size: 1.25rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
	height: 44px;
	border-radius: 44px;
  }
  .gallery-links .section-link:focus {
	border: none !important;
  }
  .gallery-links .section-link:last-child {
    border-right: none;
  }
  .gallery-links .section-link:hover {
    background: #f5f5f5;
  }
  .gallery-links .section-link.active {
    background: var(--primary-color);
	border-color: var(--primary-color) !important;
    color: #fff;
  }
  @media (max-width: 991px) {
    .gallery-links .links-wrapper {
      flex-wrap: wrap;
	  gap: 0;
    }
    .gallery-links .section-link {
      flex: 1 1 33.333%;
	  border: none;
      border-bottom: 1px solid #333;
	  border-radius: 0 !important;
    }
    .gallery-links .section-link:nth-child(3) {
      border-right: none;
    }
    .gallery-links .section-link:nth-child(4),
    .gallery-links .section-link:nth-child(5),
    .gallery-links .section-link:nth-child(6) {
      border-bottom: none;
    }
  }
  @media (max-width: 576px) {
    .gallery-links .section-link {
      flex: 1 1 50%;
      padding: 12px 15px;
      font-size: 14px;
    }
    .gallery-links .section-link:nth-child(odd) {
      border-right: 1px solid #333;
    }
    .gallery-links .section-link:nth-child(even) {
      border-right: none;
    }
    .gallery-links .section-link:nth-child(1),
    .gallery-links .section-link:nth-child(2),
    .gallery-links .section-link:nth-child(3),
    .gallery-links .section-link:nth-child(4) {
      border-bottom: 1px solid #333;
    }
  }

  .gallery-simple .swiper-slide {
	height: auto;
  }

  .gallery-simple .swiper-slide img {
	max-height: 700px;
  }

  @media only screen and (max-width: 768px) {
	.gallery-simple .swiper-slide img {
		max-height: 400px;
	}
  }

    @media only screen and (max-width: 480px) {
		.gallery-simple .gallery .gallery-slider-main {
			margin-left: -40px;
			width: calc(100% + 80px);
		}
	.gallery-simple .swiper-slide img {
		max-height: 280px;
	}
  }
  
  .gallery-simple .gallery .gallery-slider-main {
	overflow: hidden;
  }

@media only screen and (min-width: 768px) {
	.gallery-simple .swiper-pagination {
		display: none !important;
	}
}

.gallery-simple .gallery .swiper-navigation {
	bottom: 2em;
}

.gallery-simple .container {
	position: relative;
}

.gallery-links {
	margin-bottom: 5em !important;
	padding-bottom: 3em !important;
}

@media only screen and (max-width: 768px) {
	.gallery-links {
		padding-top: 3em !important;
		padding-bottom: 0 !important;
	}
	.gallery-simple > .gallery > .container {
		margin-bottom: 3em !important;
	}
}

.gallery-simple .gallery .btn-primary {
	display: none !important;
}

@media only screen and (max-width: 768px) {
.gallery-simple .gallery .btn-primary {
	display: flex !important;
	position: absolute;
	bottom: -2em;
	left: 0;
}
.gallery-simple .section-header .btn-primary {
	display: none !important;
}
}

      /* Mobile dropdown styles */
      .links-dropdown-toggle {
        display: none;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
        border: 1px solid #333;
        background: #fff;
        cursor: pointer;
        font-size: 16px;
        font-weight: 500;
      }
      .links-dropdown-toggle .dropdown-icon {
        transition: transform 0.3s ease;
      }
      .gallery-links.open .links-dropdown-toggle .dropdown-icon {
        transform: rotate(180deg);
      }
      
      @media (max-width: 767px) {
        .links-dropdown-toggle {
          display: flex;
        }
        .gallery-links .links-wrapper {
          display: none !important;
          flex-direction: column;
          border: 1px solid #333;
          border-top: none;
		  gap: 0 !important;
        }
        .gallery-links.open .links-wrapper {
          display: flex !important;
        }
        .gallery-links .section-link {
          border: none;
          border-bottom: 1px solid #eee;
          text-align: left;
          padding: 15px 20px;
        }
        .gallery-links .section-link:last-child {
          border-bottom: none;
        }
        .gallery-links .section-link.active {
          background: #f5f5f5;
          color: #333;
		  border-color: #333;
        }
      }

.gallery-links.open .section-link {
	font-size: 1rem;
}

.main-content h2 {
    position: relative;
    font-size: 2rem;
    /* z-index: 2; */
    line-height: 3.5rem;
    margin-bottom: 1rem;
	margin-top: 3em;
}

.main-content h2::before {
    content: attr(data-bg);
    position: absolute;
    top: -38%;
    left: -20px;
    font-size: 5rem;
    color: rgba(0, 0, 0, 0.05);
    white-space: nowrap;
    z-index: -1;
    pointer-events: none;
    max-width: calc(100vw - 20px);
    overflow: hidden;
    height: 90px;
}

.main-content h2.title-with-bg::before,
.main-content h2.title-with-bg-center::before {
	top: unset !important;
}

.main-content h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 240px;
    background-color: var(--primary-color);
}

@media only screen and (max-width:768px) {

    .main-content h2 {
        font-size: 1.5rem;
        line-height: 2.25rem;
    }

    .main-content h2::before {
        font-size: 3.5rem;
        top: -22%;
    }
}



.page-map a {
	text-decoration: none !important;
	font-size: 1.25rem;
}

.page-map .d-flex > ul {
	width: 50%;
}

.page-map ul {
	list-style: none;
	padding-left: 0;
}

.page-map ul li {
	margin-bottom: 2.5em;
}

.page-map ul li.current_page_item a {
	color: var(--primary-color) !important;
}

.page-map h2 {
	margin-top: 0 !important;
	margin-bottom: 1em !important;
}

.page-map h2::after {
	height: 1px;
	width: 100%;
	background-color: var(--text-color);
}

.page-map button {
	font-size: 1.25rem;
	padding: 0;
	background: none;
	border: none;
}

.page-map button:hover {
	color: var(--primary-color);
}

@media only screen and (max-width: 768px) {
	.page-map ul {
		width: 100%;
	}
	.page-map button,
	.page-map a {
		font-size: 1.125rem;
	}
}

.gallery .swiper-slide {
	height: auto;
}

#room-container .gallery .swiper-slide img {
	max-height: 500px;
}

#room-container .gallery .gallery-slider-thumbs .swiper-slide img {
	height: 100px;
}

@media only screen and (max-width: 768px) {
	#room-container {
		overflow: hidden;
	}
	#room-container .gallery .swiper-slide img {
		max-height: 360px;
	}
}

#room-section-1 h2::before {
	max-width: calc(90vw);
}

a:target,
a:focus-visible,
button:target,
button:focus-visible {
	outline: 2px solid var(--primary-color) !important;
	outline-offset: 2px !important;
}

.swiper-slide>a:target,
.swiper-slide>a:focus,
.swiper-slide>a:focus-visible {
	outline: none !important;
}

body.error404 #main .main-content .text-wrapper {
	position: relative;
}

body.error404 #main .main-content .text-wrapper::before {
	content: "404";
	pointer-events: none;
	position: absolute;
	top: 25%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 500px;
	font-weight: 900;
	color: #F5F5F5;
	z-index: -1;
	white-space: nowrap;
	overflow: hidden;
	font-family: "Playfair Display", serif;
}

body.error404 #main .main-content,
body.page-template-thank-you-page #main .main-content,
body.page-template-thank-you-page-newsletter #main .main-content {
	overflow: hidden;
	padding-top: 290px;
	padding-bottom: 180px;
}

#about-us .col-lg-6 > img {
	max-height: 500px;
	object-fit: cover;
}

@media only screen and (max-width: 768px) {
	#udogodnienia .udogodnienia-additional-text p {
		text-align: left !important;
	}
}

@media only screen and (max-width: 768px) {
	section.hours.py-5em {
		padding-bottom: 0 !important;
	}
}


@media only screen and (max-width: 768px) {
	section.pdf.py-5em {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

#room-section-2 > .row {
	gap: 2em;
	padding-top: 1em !important;
}
}

.cennik-icon img {
	min-width: 34px !important;
}

.rooms-card {
	position: relative;
}

.rooms-card::before {
	background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0,0,0,0) 30%, rgba(0, 0, 0, 0.8) 80%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	z-index: 0;
	pointer-events: none;
}

.rooms-card .rooms-card__overlay {
	position: relative;
	z-index: 1;
}

@media only screen and (max-width: 768px) {
	.rooms-card::before {
		background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0,0,0,0) 20%, rgba(0, 0, 0, 0.8) 70%);
	}
	section.offer-pobyty .rooms-card::before {
		background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0,0,0,0) 30%, rgba(0, 0, 0, 0.8) 60%);
	}
}

@media only screen and (max-width: 480px) {
	.rooms-card::before {
		background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0,0,0,0) 10%, rgba(0, 0, 0, 0.8) 60%);
	}
	section.offer-pobyty .rooms-card::before {
		background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0,0,0,0) 20%, rgba(0, 0, 0, 0.8) 50%);
	}
}

@media only screen and (max-width: 768px) {
	.other-rooms-swiper .swiper-navigation {
		bottom: -35px !important;
	}

	.other-rooms-swiper .swiper-navigation.swiper-navigation-relative>.swiper-pagination.swiper-pagination-bullets {
		bottom: 10px !important;
	}

	.other-rooms-swiper.navigation-inside {
		padding-bottom: 40px !important;
	}
}

@media only screen and (max-width: 768px) {
	.page-template-strefa-relaksu #gallery-section,
	.single-pokoje #gallery-section {
		margin-bottom: 0 !important;
	}
}

.single-dla-biznesu #aditional-information p {
	text-align: center !important;
}

.wp-block-group p.has-text-align-center {
	text-align: center !important;
}

#room-container #gallery-section {
	margin-bottom: 3em !important;
}

@media only screen and (max-width: 768px) {
	#room-container #gallery-section {
		overflow: visible;
		margin-bottom: 1em !important;
	}
}

/* TEST PRZESTRZENI */
@media only screen and (max-width: 768px) {
	.py-5em {
		padding-bottom: 3em !important;
	}
	
	#social-media.py-5em {
		margin-bottom: 0 !important;
	}
	
	.swiper-wrapper.py-5em {
		padding-bottom: 3em !important;
	}
	
	.heading.py-5 {
		padding-bottom: 1em !important;
	}
	
	.gallery.py-5em {
		padding-top: 2em !important;
	}
	
	.pb-5 {
		padding-bottom: 2em !important;
	}
}

#social-media .col-md-3 > h2 {
	display: none;
}

@media only screen and (max-width: 768px) {
	.page-template-vouchery-upominki section.heading {
		padding-bottom: 0 !important;
	}
}



#CookiebotWidget {
	right: unset !important;
	left: 40px !important;
	bottom: 80px !important;
	min-height: 50px !important;
	min-width: 50px !important;
}

.rcw-widget-container {
	left: unset !important;
    right: 40px !important;
    bottom: 80px !important;
    margin: 0px !important;
	align-items: end !important;
}

.rcw-widget-container > .rcw-launcher {
	width: 50px !important;
	height: 50px !important;
	background-color: rgba(0,0,0,0.75) !important;
	border: 1px solid var(--border-light-gray) !important;
	border-radius: 100% !important;
	box-shadow: var(--box-shadow) !important;
	transition: all 0.3s ease-in-out !important;
}

#CookiebotWidget .CookiebotWidget-logo svg {
	width: 50px !important;
	height: 50px !important;
	border: 1px solid var(--border-light-gray) !important;
	border-radius: 100% !important;
	box-shadow: var(--box-shadow) !important;
	transition: all 0.3s ease-in-out !important;
}

.rcw-widget-container > .rcw-launcher > .rcw-open-launcher {
	width: 28px !important;
}

.chat-widget-mode {
	transform-origin: bottom right !important;
}

#CookiebotWidget .CookiebotWidget-logo svg circle {
	fill: rgba(0,0,0,0.75) !important;
}

@media only screen and (max-width: 992px) {
	.rcw-widget-container {
		right: 20px !important;
	}

	.rcw-widget-container > .rcw-launcher {
		width: 44px !important;
		height: 44px !important;
	}

	#CookiebotWidget {
		left: 20px !important;
		min-height: 44px !important;
		min-width: 44px !important;
	}

	#CookiebotWidget .CookiebotWidget-logo svg {
		width: 44px !important;
		height: 44px !important;
	}

	.single-pokoje #CookiebotWidget,
	.single-pokoje .rcw-widget-container {
		bottom: 120px !important;
	}
}


.popup-modal-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999999;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.popup-modal-wrapper.active {
	display: flex;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.popup-modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}

.popup-modal-content {
	position: relative;
	z-index: 10;
	background-color: white;
	border: 4px solid var(--border-gray);
	box-shadow: var(--box-shadow);
	max-width: 900px;
	width: 90%;
	min-height: 500px;
	max-height: 90vh;
	background-size: cover;
	background-position: center;
}

.popup-modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px;
	border-bottom: 1px solid #e0e0e0;
}

.popup-modal-title {
	margin: 0;
	font-size: 20px;
	font-weight: 600;
}

.popup-modal-close {
	position: absolute;
	top: 0;
	right: -1em;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3rem;
	color: #fff;
}

.popup-modal-close i {
	color: #fff !important;
	font-weight: 300;
}

.popup-modal-body {
	padding: 10%;
}

@media only screen and (max-width: 992px) {
	.popup-modal-close {
		top: -1em;
		right: 0;
	}
}

.klauzula-informacyjna {
	font-size: 0.875rem;
}

.klauzula-informacyjna a {
	color: var(--primary-color);
}