:root {
	--hi-offer-green: var(--primary-color, #216245);
	--hi-offer-dark: #08291e;
	--hi-offer-sage: #8da99d;
	--hi-offer-sand: #c5ab91;
	--hi-offer-paper: #f6f4f1;
	--hi-offer-ink: #18362c;
}

.hi-offers,
.hi-offer-detail {
	color: var(--hi-offer-ink);
}

.hi-offers {
	margin-top: 56px;
}

.hi-offer-card {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
	min-height: 520px;
	background: var(--hi-offer-paper);
}

.hi-offer-card + .hi-offer-card {
	margin-top: 48px;
}

.hi-offer-card.is-reversed {
	grid-template-columns: minmax(320px, .85fr) minmax(0, 1.15fr);
}

.hi-offer-card.is-reversed .hi-offer-card__media {
	order: 2;
}

.hi-offer-card__media {
	position: relative;
	display: block;
	min-height: 460px;
	overflow: hidden;
	background: var(--hi-offer-dark);
}

.hi-offer-card__media img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	transition: transform .5s ease;
}

.hi-offer-card__media:hover img {
	transform: scale(1.025);
}

.hi-offer-card--stay .hi-offer-card__media img {
	object-position: 25% center;
}

.hi-offer-badge {
	position: absolute;
	top: 28px;
	right: 28px;
	display: grid;
	width: 112px;
	height: 112px;
	place-items: center;
	border-radius: 50%;
	background: var(--hi-offer-green);
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: .04em;
}

.hi-offer-card__content {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
	padding: clamp(44px, 6vw, 84px);
}

.hi-offer-eyebrow {
	margin: 0 0 12px;
	color: var(--hi-offer-green);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .18em;
	text-transform: uppercase;
}

.hi-offer-card h2,
.hi-offer-detail h2,
.hi-offer-benefit h3 {
	font-family: var(--heading-font-family, inherit);
	font-weight: 400;
}

.hi-offer-card h2 {
	margin: 0 0 24px;
	font-size: clamp(36px, 4vw, 60px);
	line-height: 1.02;
}

.hi-offer-card h2 a {
	color: inherit;
}

.hi-offer-card__excerpt {
	margin: 0 0 16px;
	color: #53655f;
	font-size: 16px;
	line-height: 1.75;
}

.hi-offer-validity {
	margin: 0 0 24px;
	color: var(--hi-offer-green);
	font-size: 14px;
	font-weight: 600;
}

.hi-offer-price {
	display: flex;
	align-items: flex-start;
	align-self: flex-start;
	justify-content: flex-start;
	gap: 40px;
	width: auto;
	margin: 0 0 24px;
}

.hi-offer-price > div {
	display: grid;
	gap: 3px;
	justify-items: start;
	text-align: left;
}

.hi-offer-price span,
.hi-offer-price small {
	font-size: 10px;
	letter-spacing: .15em;
	text-transform: uppercase;
}

.hi-offer-price del,
.hi-offer-price strong {
	color: var(--hi-offer-green);
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
}

.hi-offer-price del {
	color: #73827d;
}

.hi-offer-button {
	display: inline-flex;
	min-width: 170px;
	min-height: 52px;
	align-items: center;
	justify-content: center;
	padding: 12px 28px;
	border: 1px solid var(--hi-offer-sand);
	background: var(--hi-offer-sand);
	color: var(--hi-offer-dark) !important;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .16em;
	text-transform: uppercase;
	transition: background-color .2s ease, color .2s ease;
}

.hi-offer-button:hover,
.hi-offer-button:focus-visible {
	border-color: var(--hi-offer-green);
	background: var(--hi-offer-green);
	color: #fff !important;
}

body.hi-page-offers .elementor-element-79dcc1e {
	padding-bottom: clamp(64px, 8vw, 96px) !important;
}

.single-hi_offer .pxl-main {
	padding-top: 0;
	padding-bottom: 0;
}

.single-hi_offer #pxl-pagetitle {
	position: relative;
}

.single-hi_offer #pxl-pagetitle .pxl-page-title-bg {
	background-position: 25% center !important;
}

.single-hi_offer #pxl-pagetitle .pxl-page-title::before {
	display: none;
	margin-bottom: 14px;
	color: var(--hi-offer-sand);
	font-family: var(--body-font-family, inherit);
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .2em;
	line-height: 1.2;
	text-transform: uppercase;
}

.single-hi_offer #pxl-pagetitle::after {
	position: absolute;
	z-index: 3;
	top: clamp(130px, 19vw, 245px);
	right: max(28px, calc((100vw - 1320px) / 2));
	display: none;
	width: clamp(96px, 8vw, 124px);
	height: clamp(96px, 8vw, 124px);
	place-items: center;
	border-radius: 50%;
	background: var(--hi-offer-green);
	color: #fff;
	font-size: clamp(18px, 1.7vw, 25px);
	font-weight: 600;
	letter-spacing: .04em;
	box-shadow: 0 10px 30px rgba(8, 41, 30, .2);
}

.single-hi_offer .single-post-inner > .post-featured,
.single-hi_offer .post-share-wrap,
.single-hi_offer .single-next-prev-nav {
	display: none !important;
}

.single-hi_offer .post-content.overflow-hidden {
	overflow: visible !important;
}

.hi-offer-detail {
	--space-lg: 24px;
	--space-xl: 32px;
	--space-2xl: 48px;
	--space-3xl: 64px;
	--space-4xl: 96px;
	width: 100%;
	margin: 0;
	padding: 0;
}

.hi-offer-container {
	width: min(calc(100% - 48px), 1170px);
	margin-right: auto;
	margin-left: auto;
}

.hi-offer-detail > .hi-offer-detail__nav,
.hi-offer-detail > .hi-offer-detail__intro,
.hi-offer-detail > .hi-offer-gallery,
.hi-offer-detail > .hi-offer-benefits {
	width: 100vw;
	margin-left: calc(50% - 50vw);
}

.hi-offer-detail__nav {
	min-height: 112px;
	background: var(--hi-offer-dark);
	color: #fff;
}

.hi-offer-detail__nav-inner {
	display: flex;
	min-height: 112px;
	align-items: center;
}

.hi-offer-detail__nav-links {
	display: flex;
	align-items: center;
	gap: clamp(28px, 4vw, 64px);
}

.hi-offer-detail__nav a {
	position: relative;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .15em;
}

.hi-offer-detail__nav a::after {
	position: absolute;
	right: 0;
	bottom: -12px;
	left: 0;
	height: 1px;
	background: var(--hi-offer-sand);
	content: "";
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .2s ease;
}

.hi-offer-detail__nav a:hover::after,
.hi-offer-detail__nav a:focus-visible::after {
	transform: scaleX(1);
}

.hi-offer-detail__nav-price {
	display: grid;
	grid-template-areas:
		"label price"
		"note price";
	grid-template-columns: auto auto;
	align-items: end;
	gap: 3px 12px;
	margin-left: auto;
	color: #fff;
	text-align: right;
}

.hi-offer-detail__nav-price span {
	grid-area: label;
}

.hi-offer-detail__nav-price span,
.hi-offer-detail__nav-price small {
	font-size: 10px;
	letter-spacing: .15em;
	line-height: 1;
	text-transform: uppercase;
}

.hi-offer-detail__nav-price strong {
	grid-area: price;
	align-self: last baseline;
	font-family: var(--heading-font-family, inherit);
	font-size: clamp(36px, 3.5vw, 54px);
	font-weight: 400;
	line-height: .9;
}

.hi-offer-detail__nav-price small {
	grid-area: note;
	align-self: last baseline;
	color: var(--hi-offer-sand);
	transform: none;
}

.hi-offer-detail__intro {
	background: #fff;
}

.hi-offer-detail__intro-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
	gap: clamp(56px, 8vw, 120px);
	padding-top: clamp(56px, 7vw, 88px);
	padding-bottom: 24px;
}

.hi-offer-detail__copy {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

.hi-offer-detail__copy .hi-offer-price {
	margin-bottom: var(--space-xl);
}

.hi-offer-detail__copy > p,
.hi-offer-detail__copy .elementor,
.hi-offer-detail__copy .elementor-section-wrap {
	max-width: 65ch;
}

.hi-offer-detail__copy > p:not(.hi-offer-validity),
.hi-offer-detail__copy .elementor {
	color: #53655f;
	font-size: 17px;
	line-height: 1.75;
}

.hi-offer-detail__copy .hi-offer-validity {
	order: 3;
	margin-top: var(--space-lg);
}

.hi-offer-detail__copy .hi-offer-button {
	order: 4;
}

.hi-offer-detail__package {
	align-self: center;
	width: 100%;
	padding: var(--space-2xl) 0;
}

.hi-offer-detail__package h2,
.hi-offer-section-heading h2 {
	margin: 0 0 var(--space-xl);
	font-family: var(--heading-font-family, inherit);
	font-size: clamp(38px, 4.4vw, 62px);
	font-weight: 400;
	line-height: 1.05;
}

.hi-offer-detail__package ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hi-offer-detail__package li {
	position: relative;
	padding: 18px 0 18px 34px;
	border-bottom: 1px solid rgba(33, 98, 69, .16);
	color: #53655f;
	line-height: 1.6;
}

.hi-offer-detail__package li:first-child {
	border-top: 1px solid rgba(33, 98, 69, .16);
}

.hi-offer-detail__package li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: var(--hi-offer-green);
	font-weight: 700;
}

.hi-offer-benefits {
	padding: clamp(72px, 9vw, 120px) 0;
}

.hi-offer-gallery {
	padding: 32px 0 clamp(72px, 9vw, 120px);
}

.hi-offer-section-heading {
	max-width: 760px;
	margin: 0 auto var(--space-3xl);
	padding: 0 24px;
	text-align: center;
}

.hi-offer-section-heading > p:last-child:not(.hi-offer-eyebrow) {
	max-width: 580px;
	margin: -12px auto 0;
	color: #66736f;
	font-size: 16px;
	line-height: 1.7;
}

.hi-offer-gallery .pxl-room-single-gallery-carousel {
	position: relative;
	width: 100%;
}

.hi-offer-gallery .pxl-room-single-gallery-carousel .item-image,
.hi-offer-gallery .pxl-room-single-gallery-carousel .pxl-galleries-light-box {
	display: block;
	height: 100%;
}

.hi-offer-gallery .pxl-room-single-gallery-carousel .item-image img {
	width: 100%;
	height: 100%;
	aspect-ratio: 818 / 518;
	object-fit: cover;
}

.hi-offer-benefits {
	background: var(--hi-offer-paper);
}

.hi-offer-benefits__grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	width: 100%;
	margin: 0 auto;
}

.hi-offer-benefit {
	position: relative;
	display: flex;
	flex: 0 1 calc(33.333% - 14px);
	min-height: 310px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 44px 34px;
	border: 1px solid rgba(33, 98, 69, .22);
	color: var(--hi-offer-ink);
	text-align: center;
	transition: background-color .2s ease, color .2s ease;
}

.hi-offer-benefit__arrow {
	position: absolute;
	top: 20px;
	right: 22px;
	color: var(--hi-offer-green);
}

.hi-offer-benefit__icon {
	display: grid;
	width: 68px;
	height: 68px;
	place-items: center;
	margin-bottom: 24px;
	color: var(--hi-offer-green);
}

.hi-offer-benefit__icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.hi-offer-benefit h3 {
	margin: 0 0 16px;
	font-size: 27px;
}

.hi-offer-benefit p {
	margin: 0;
	color: #66736f;
	line-height: 1.65;
}

a.hi-offer-benefit:hover,
a.hi-offer-benefit:focus-visible {
	background: var(--hi-offer-green);
	color: #fff;
}

a.hi-offer-benefit:hover .hi-offer-benefit__arrow,
a.hi-offer-benefit:focus-visible .hi-offer-benefit__arrow,
a.hi-offer-benefit:hover .hi-offer-benefit__icon,
a.hi-offer-benefit:focus-visible .hi-offer-benefit__icon,
a.hi-offer-benefit:hover p,
a.hi-offer-benefit:focus-visible p {
	color: #fff;
}

@media (max-width: 991px) {
	.hi-offer-card,
	.hi-offer-card.is-reversed,
	.hi-offer-detail__intro-inner {
		grid-template-columns: 1fr;
	}

	.hi-offer-card.is-reversed .hi-offer-card__media {
		order: 0;
	}

	.hi-offer-card__media {
		min-height: 420px;
	}

	.hi-offer-detail__nav-inner {
		flex-wrap: wrap;
	}

	.hi-offer-detail__nav-links {
		width: 100%;
		justify-content: space-between;
	}

	.hi-offer-detail__nav-price {
		margin: 10px 0 0;
		text-align: left;
	}

	.hi-offer-benefit {
		flex-basis: calc(50% - 10px);
	}
}

@media (max-width: 767px) {
	.hi-offers {
		margin-top: 36px;
	}

	.hi-offer-card + .hi-offer-card {
		margin-top: 40px;
	}

	.hi-offer-card__media {
		min-height: 300px;
	}

	.hi-offer-card__content {
		padding: 38px 26px 44px;
	}

	.hi-offer-badge {
		top: 18px;
		right: 18px;
		width: 88px;
		height: 88px;
		font-size: 20px;
	}

	.hi-offer-price {
		gap: 24px;
	}

	.hi-offer-detail {
		padding-bottom: 0;
	}

	.hi-offer-detail__nav-inner {
		align-items: flex-start;
		padding-top: 24px;
		padding-bottom: 24px;
	}

	.hi-offer-detail__nav-links {
		align-items: flex-start;
		flex-direction: column;
		gap: 18px;
	}

	.hi-offer-detail__nav a::after {
		bottom: -5px;
	}

	.hi-offer-detail__nav-price {
		margin-top: 0;
		margin-left: auto;
	}

	.hi-offer-detail__intro-inner {
		gap: 52px;
		padding-top: 64px;
		padding-bottom: 64px;
	}

	.hi-offer-detail__package {
		padding: 40px 0;
	}

	.hi-offer-benefits {
		padding: 64px 0;
	}

	.hi-offer-benefits__grid {
		padding: 0;
	}

	.hi-offer-benefit {
		flex-basis: 100%;
		min-height: 230px;
	}

	.single-hi_offer #pxl-pagetitle::after {
		top: auto;
		right: 18px;
		bottom: 24px;
		width: 72px;
		height: 72px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hi-offer-card__media img,
	.hi-offer-gallery .pxl-room-single-gallery-carousel .item-image img,
	.hi-offer-button,
	.hi-offer-benefit {
		transition: none;
	}
}
