.swiper .swiper-slide {
	height: unset;
}

.swiper .swiper-slide * {
	position: relative;
}

.swiper-dots-and-nav {
	display: flex;
	column-gap: 0.66rem;
}

.swiper-dots-and-nav .swiper-pagination,
.swiper-dots-and-nav .swiper-button-prev,
.swiper-dots-and-nav .swiper-button-next {
	position: relative;
}

.swiper-dots-and-nav .swiper-pagination {
	order: 2;
	transform: unset;
	left: unset;
	top: unset;
	bottom: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: fit-content;
}

.swiper-dots-and-nav .swiper-pagination {
	column-gap: 0.66rem;
}

.swiper-dots-and-nav .swiper-pagination .swiper-pagination-bullet {
	background-color: #F7F2F0;
	margin: 0;
}

/*.swiper-dots-and-nav .swiper-pagination .swiper-pagination-bullet-active-prev-prev,
.swiper-dots-and-nav .swiper-pagination .swiper-pagination-bullet-active-next-next {
	display: none;
}*/

.swiper-dots-and-nav .swiper-button-prev {
	order: 1;
	left: unset;
	right: unset;
	top: unset;
	width: auto;
	height: auto;
	margin: 0;
}
.swiper-dots-and-nav .swiper-button-next {
	order: 3;
	left: unset;
	right: unset;
	top: unset;
	width: auto;
	height: auto;
	margin: 0;
}

.swiper-dots-and-nav .swiper-button-prev::after {
	content: url(/wp-content/uploads/2025/07/arrow_left.svg);
}


.swiper-dots-and-nav .swiper-button-next::after {
	content: url(/wp-content/uploads/2025/07/arrow_right.svg);
}

.swiper-dots-and-nav .swiper-button-prev::after,
.swiper-dots-and-nav .swiper-button-next::after {
	font-family: unset;
	font-size: unset;
}

.swiper p {
	font-weight: 300;
}

/*csomagajánlatok*/
#csomagajanlatok-carousel {
	height: 100%;
}

#csomagajanlatok-carousel .swiper-slide > div {
	padding: 2.22rem 1.77rem;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
}

#csomagajanlatok-carousel .swiper-slide > div > div {
	position: relative;
}

#csomagajanlatok-carousel .swiper-slide p {
	margin: 2.22rem 0;
}

#csomagajanlatok-carousel .swiper-slide h5 {
	padding-bottom: 0;
}

#csomagajanlatok-carousel .swiper-slide a {
	color: #F7F2F0 !important;
    border: 1px solid #F7F2F0!important;
    letter-spacing: 0.04rem;
    font-size: 0.77rem;
    text-transform: uppercase !important;
    background-color: transparent;
    transition: background .3s ease-in-out;
	position: relative;
	display: block;
	padding: 0.77rem 1.33rem;
	margin: 0 auto 0 0;
	line-height: 1;
}

#csomagajanlatok-carousel .swiper-slide a:hover {
	color: #363A2B!important;
	background: #F7F2F0;
}

#csomagajanlatok-carousel .swiper-dots-and-nav {
	position: absolute;
	bottom: 2.77rem;
	right: 1.77rem;
	width: 50%;
	justify-content: flex-end;
}

@media all and (max-width: 980px) {
	#csomagajanlatok-carousel {
		overflow: visible;
	}
}
/*csomagajánlatok VÉGE*/

/*szobák*/
#szobak-carousel {
	display: flex;
	flex-direction: column;
	height: 100%;
}

#szobak-carousel .swiper-slide > div {
    height: 100%;
    display: grid;
    grid-template-rows: 200px 1fr;
}

#szobak-carousel p {
	padding-bottom: 0;
}

#szobak-carousel .szobak-carousel-image {
	height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#szobak-carousel .szobak-carousel-content {
	background: #F7F2F0;
	padding: 1.33rem 0.88rem;
	color: #363A2B;
	display: flex;
    flex-direction: column;
    height: 100%;
    row-gap: 1.33rem;
}

#szobak-carousel .szobak-carousel-content h6 {
	color: #363A2B;
	padding-bottom: 0;
}

#szobak-carousel .szobak-carousel-content .szobak-carousel-icon-info-container {
	font-weight: 300;
	display: flex;
	flex-wrap: wrap;
	column-gap: 0.88rem;
	row-gap: 0.66rem;
}

#szobak-carousel .szobak-carousel-content .szobak-carousel-icon-info-container .szobak-carousel-icon-info {
	display: grid;
	grid-template-areas: "icon title" "icon content";
	column-gap: 0.44rem;
	grid-template-rows: 0.66rem minmax(0.77rem, auto);
	row-gap: 0.1rem;
}

#szobak-carousel .szobak-carousel-content .szobak-carousel-icon-info-container .szobak-carousel-icon-info::before {
	grid-area: icon;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	content: "";
	width: 1.55rem;
}

#szobak-carousel .szobak-carousel-content .szobak-carousel-icon-info-container .szobak-carousel-icon-info.before-meret-icon::before {
	background-image: url(/wp-content/uploads/2025/07/meret.svg);
}

#szobak-carousel .szobak-carousel-content .szobak-carousel-icon-info-container .szobak-carousel-icon-info.before-kapacitas-icon::before {
	background-image: url(/wp-content/uploads/2025/07/kapacitas.svg);
}

#szobak-carousel .szobak-carousel-content .szobak-carousel-icon-info-container .szobak-carousel-icon-info.before-agyak-icon::before {
	background-image: url(/wp-content/uploads/2025/07/agyak.svg);
}

#szobak-carousel .szobak-carousel-content .szobak-carousel-icon-info-container .szobak-carousel-icon-info-title {
	grid-area: title;
	font-size: 0.66rem;
	color: #83876E;
	line-height: 1;
	font-weight: 500;
	align-self: center;
}

#szobak-carousel .szobak-carousel-content .szobak-carousel-icon-info-container .szobak-carousel-icon-info-info {
	grid-area: content;
	height: min-content;
}

#szobak-carousel .szobak-carousel-content .szobak-carousel-icon-info-container .szobak-carousel-icon-info-info p {
	font-weight: 600;
	font-size: 0.77rem;
	line-height: 1;
}

#szobak-carousel .szobak-carousel-content .szobak-carousel-icon-info-container .szobak-carousel-icon-info-info p:not(:last-child) {
	padding-bottom: .18rem;
}

#szobak-carousel .szobak-carousel-content .szobak-carousel-icon-info-container .szobak-carousel-icon-info-info sup {
	font-size: 0.5em;
}

#szobak-carousel .szobak-carousel-ar {
	display: flex;
	align-items: center;
	column-gap: 0.44rem;
	padding-bottom: 0;
	margin-top: auto;
	line-height: 1;
}

#szobak-carousel .szobak-carousel-ar::before,
#szobak-carousel .szobak-carousel-ar::after {
	content: url(/wp-content/uploads/2025/07/price-ornament.svg);
	line-height: 0;
}

#szobak-carousel .szoba-carousel-bottom {
	display: flex;
}

.szoba-carousel-bottom{
	display: none;
	margin-top: 0.5833rem;
}

.szoba-carousel-bottom > a {
	border: 1px solid #F7F2F0;
	padding: 0.44rem 0.88rem;
	color: #F7F2F0;
	font-size: 0.88rem;
	font-weight: 300;
	transition: background .3s ease-in-out;
	line-height: 1em;
}

.szoba-carousel-bottom > a:hover {
	color: #363A2B!important;
	background: #F7F2F0;
}

.szoba-horizontal-line {
	flex: 1;
	min-width: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.szoba-horizontal-line::before {
	content: "";
	height: 1px;
	width: calc(100% - 5rem);
	background: #F7F2F0;
	background-size: cover;
}



@media all and (max-width: 980px) {
	#szobak-carousel {
		margin-top: 1.11rem;
		overflow: visible;
	}

	.szoba-carousel-bottom{
		display: flex;
	}

	#szobak-carousel .szoba-carousel-bottom > *:not(.swiper-dots-and-nav) {
		display: none;
	}

	#szobak-carousel .szoba-carousel-bottom {
		justify-content: center;
		margin-top: 1.875rem;
	}
}
/*szobák VÉGE*/

/*szolgáltatások*/
@media all and (min-width: 1199px) {
	#szolgaltatasok-carousel {
		padding-left: max(5%, 72px);
	}
}

@media all and (max-width: 1199px) {
	#szolgaltatasok-carousel {
		padding-left: max(3%, 36px);
	}
}

#szolgaltatasok-carousel .swiper-slide > div {
	padding: 2.66rem 1.77rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	row-gap: 10rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-blend-mode: multiply;
	height: 100%;
}

#szolgaltatasok-carousel .swiper-slide > div > div > h5 {
	padding-bottom: 1.77rem;
}

#szolgaltatasok-carousel .szolgaltatasok-carousel-bottom {
	display: flex;
}

#szolgaltatasok-carousel .szolgaltatasok-carousel-bottom a {
	color: #F7F2F0 !important;
    border: 1px solid #F7F2F0!important;
    letter-spacing: 0.04rem;
    font-size: 0.77rem;
    text-transform: uppercase !important;
    background-color: transparent;
    transition: background .3s ease-in-out;
	position: relative;
	padding: 0.77rem 1.33rem;
	margin: 0 auto 0 0;
	line-height: 1;
}

#szolgaltatasok-carousel .szolgaltatasok-carousel-bottom a:hover {
	color: #363A2B!important;
	background: #F7F2F0;
}

#szolgaltatasok-carousel .szolgaltatasok-carousel-bottom .szolgaltatas-horizontal-line {
	flex: 1;
	min-width: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

#szolgaltatasok-carousel .szolgaltatasok-carousel-bottom .szolgaltatas-horizontal-line::before {
	content: "";
	height: 1px;
	width: calc(100% - 5rem);
	background: #F7F2F0;
	background-size: cover;
}

#szolgaltatasok-carousel .szolgaltatasok-carousel-bottom .szolgaltatas-star {
	display: flex;
	align-items: center;
}

#szolgaltatasok-carousel .szolgaltatasok-carousel-bottom .szolgaltatas-star::before {
	content: url(/wp-content/uploads/2025/07/star_icon_filled.svg);
	line-height: 0;
}

#szolgaltatasok-dots-and-nav {
	padding-bottom: 2.33rem;
	justify-content: flex-end;
}

@media all and (min-width: 1199px) {
	#szolgaltatasok-dots-and-nav {
		padding-right: max(5%, 72px);
	}
}

@media all and (max-width: 1199px) {
	#szolgaltatasok-dots-and-nav {
		padding-right: max(3%, 36px);
	}
}

#szolgaltatasok-dots-and-nav .szolgaltatas-navigation-star {
	display: flex;
	align-items: center;
	order: 2;
}

#szolgaltatasok-dots-and-nav .szolgaltatas-navigation-star::before {
	content: "";
	background: url(/wp-content/uploads/2025/07/star_icon_filled.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	line-height: 0;
	width: 9px;
	height: 9px;
}
/*szolgáltatások VÉGE*/

/*értékelések*/
#ertekelesek-carousel-row {
	overflow: hidden;
}
#ertekelesek-carousel-row::after {
	content: "";
	width: 60%;
	border: 1px solid #F7F2F0;
	height: calc(100% - 2px);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	visibility: visible;
}

#ertekelesek-carousel-row .et_pb_column {
	float: none;
}

#ertekelesek-carousel {
	overflow: visible;
}

#ertekelesek-carousel .swiper-wrapper {
	transition-timing-function: linear !important;
}

#ertekelesek-carousel .swiper-slide {
	background: #F7F2F0;
	padding: 1.77rem;
}

#ertekelesek-carousel .swiper-slide::after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 37.2px 21.5px 0 21.5px;
    border-color: #F7F2F0 transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
}

#ertekelesek-carousel .swiper-slide::before {
	content: "";
	width: 100%;
	height: 80%;
	max-height: 200px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/wp-content/uploads/2025/07/quote.svg);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: contain;
}

#ertekelesek-carousel .swiper-slide .ertekelesek-carousel-top {
	display: flex;
	align-items: center;
	margin-bottom: 0.88rem;
}

#ertekelesek-carousel .swiper-slide .ertekelesek-carousel-top .ertekelesek-carousel-stars {
	display: flex;
}

#ertekelesek-carousel .swiper-slide .ertekelesek-carousel-top .ertekelesek-carousel-stars .ertekeles-pontszam-full::before,
#ertekelesek-carousel .swiper-slide .ertekelesek-carousel-top .ertekelesek-carousel-stars .ertekeles-pontszam-empty::before {
	content: "";
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center;
	width: 1.33rem;
	height: 1.33rem;
	display: block;
}

#ertekelesek-carousel .swiper-slide .ertekelesek-carousel-top .ertekelesek-carousel-stars .ertekeles-pontszam-full::before {
	background-image: url(/wp-content/uploads/2025/07/review_star_full.svg);
}

#ertekelesek-carousel .swiper-slide .ertekelesek-carousel-top .ertekelesek-carousel-stars .ertekeles-pontszam-empty::before {
	background-image: url(/wp-content/uploads/2025/07/review_star_empty.svg);
}

#ertekelesek-carousel .swiper-slide .ertekelesek-carousel-top .ertekeles-horizontal-line{
	flex: 1;
	min-width: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#ertekelesek-carousel .swiper-slide .ertekelesek-carousel-top .ertekeles-horizontal-line::before {
	content: "";
	height: 1px;
	width: calc(100% - 2.66rem);
	background: #83876E;
	background-size: cover;
}

#ertekelesek-carousel .swiper-slide .ertekelesek-carousel-top .szolgaltatas-star::before {
	content: "";
	background-image: url(/wp-content/uploads/2025/07/star_light_green.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 0.88rem;
	height: 0.88rem;
	display: block;
}

#ertekelesek-carousel .ertekeles-content {
	display: flex;
	flex-direction: column;
	row-gap: 1rem;
}

#ertekelesek-carousel .ertekeles-content p {
	color: #363A2B;
	padding-bottom: 0;
}

#ertekelesek-carousel .ertekeles-content p:not(.h7) {
	font-size: 0.88rem;
	line-height: 1.5;
}

#ertekelesek-carousel .ertekeles-content .ertekeles-name-and-date {
	color: #83876E;
	font-weight: 500;
	font-size: 0.77rem;
	line-height: 1;
}

#ertekelesek-dots-and-nav {
	justify-content: center;
	margin-bottom: 2.33rem;
}

#ertekelesek-dots-and-nav .ertekeles-navigation-star {
	display: flex;
	align-items: center;
	order: 2;
}

#ertekelesek-dots-and-nav .ertekeles-navigation-star::before {
	content: "";
	background: url(/wp-content/uploads/2025/07/star_icon_filled.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	line-height: 0;
	width: 9px;
	height: 9px;
	display: block;
}

@media all and (max-width: 980px) {
	#ertekelesek-carousel-row::after {
		width: 70%;
	}

	#ertekelesek-carousel-row .et_pb_code_inner:has(#ertekelesek-dots-and-nav) {
		display: flex;
		flex-direction: column-reverse;
	}

	#ertekelesek-carousel-row .et_pb_code_inner:has(#ertekelesek-dots-and-nav) #ertekelesek-carousel {
		width: 100%;
	}

	#ertekelesek-carousel-row .et_pb_code_inner #ertekelesek-dots-and-nav {
		margin-bottom: 0;
		margin-top: 2.9rem;
	}
}
/*értékelések VÉGE*/