:root {
	--cc-green: #323f2f;
	--cc-orange: #ff920d;
	--cc-cream: #f4f1ea;
	--cc-text: #323f2f;
	--cc-serif: "Cormorant Garamond", Georgia, serif;
	--cc-sans: Inter, Arial, sans-serif;
}

body.home {
	overflow-x: hidden;
}

.elementor-kit-5 {
	--e-global-color-primary: var(--cc-green);
	--e-global-color-secondary: var(--cc-orange);
	--e-global-color-text: var(--cc-text);
	--e-global-typography-primary-font-family: var(--cc-serif);
	--e-global-typography-text-font-family: var(--cc-sans);
}

.cc-native-hero {
	position: relative;
	overflow: hidden;
	color: #fff;
	background-color: var(--cc-green);
	justify-content: center;
}

.cc-native-shell {
	width: min(100%, 1600px);
	max-width: 1600px;
	margin-right: auto;
	margin-left: auto;
}

.cc-native-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background: linear-gradient(90deg, rgba(11, 19, 13, .74), rgba(11, 19, 13, .44) 50%, rgba(11, 19, 13, .18));
	pointer-events: none;
}

.cc-native-hero::after,
.cc-native-facilities::before,
.cc-native-facilities::after,
.site-footer::before {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 28px;
	min-height: 28px;
	background-image: url("../../images/dividers/section-divider.svg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100%;
	pointer-events: none;
}

.cc-native-hero::after {
	bottom: -1px;
}

.cc-native-hero > .elementor-element,
.cc-native-hero > .e-con-inner {
	position: relative;
	z-index: 3;
}

.cc-native-kicker,
.cc-native-kicker .elementor-widget-container {
	font-family: var(--cc-sans);
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .12em;
	line-height: 1.25;
	text-transform: uppercase;
}

.cc-native-hero .cc-native-kicker,
.cc-native-hero .cc-native-kicker .elementor-widget-container,
.cc-native-hero .cc-native-kicker p {
	font-size: 22px;
	font-weight: 400;
}

.cc-native-hero-title h1,
.cc-native-hero h1,
.cc-native-section h2 {
	color: #101510;
	font-family: var(--cc-serif);
	font-weight: 600;
	letter-spacing: 0;
}

.cc-native-hero .cc-native-hero-title h1,
.cc-native-hero h1.elementor-heading-title {
	color: #fff !important;
	font-size: clamp(54px, 5.4vw, 84px);
	line-height: .95;
}

.cc-native-button .elementor-button,
.cc-native-outline-button .elementor-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.cc-native-button .elementor-button {
	border-color: var(--cc-orange) !important;
	background: var(--cc-orange) !important;
	color: #101510 !important;
}

.cc-native-button .elementor-button::after,
.cc-native-text-link .elementor-button::after {
	content: "\0067";
	display: inline-block;
	color: var(--cc-orange);
	font-family: "FutureFont";
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	vertical-align: middle;
}

.cc-native-outline-button .elementor-button {
	border-color: var(--cc-orange) !important;
	background: var(--cc-orange) !important;
	color: #101510 !important;
}

.cc-native-hero .cc-native-button .elementor-button {
	border-color: #fff !important;
	background: #fff !important;
	color: var(--cc-green) !important;
}

.cc-native-steps-card .cc-native-outline-button .elementor-button {
	border-color: #fff !important;
	background: #fff !important;
	color: var(--cc-green) !important;
}

.cc-native-cta .cc-native-button .elementor-button {
	border-color: #fff !important;
	background: #fff !important;
	color: var(--cc-green) !important;
}

.cc-native-facilities .cc-native-text-link .elementor-button {
	color: #fff !important;
}

.cc-native-text-link .elementor-button {
	gap: 10px;
	display: inline-flex;
	align-items: center;
	border: 0;
	background: transparent;
	color: inherit;
	font-family: var(--cc-sans);
	font-size: 14px;
	font-weight: 800;
}

.cc-native-text-link .elementor-button-content-wrapper {
	display: inline-flex;
	align-items: center;
	line-height: 1;
}

.cc-native-text-link .elementor-button::after {
	position: relative;
	top: 1px;
}

.cc-native-trust {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 26px;
	width: min(1050px, 100%);
	background: transparent;
	line-height:14px;
}

.cc-native-trust .elementor-widget-text-editor {
	position: relative;
	display: flex;
	gap: 14px;
	align-items: flex-start;
	font-family: var(--cc-sans);
}

.cc-native-trust .elementor-widget-text-editor img {
	display: block;
	flex: 0 0 45px;
	width: 45px;
	height: 45px;
	object-fit: contain;
	filter: brightness(0) invert(1);
}

.cc-native-trust strong {
	display: block;
	color: #fff;
	font-weight: 800;
}
.cc-native-section {
	position: relative;
}

.cc-native-section h2 {
	color: #101510;
	font-size: clamp(42px, 4vw, 58px);
	line-height: 1.02;
}
.cc-native-section li,
.cc-native-section .elementor-widget-text-editor {
	color: var(--cc-text);
	font-family: var(--cc-sans);
}

.cc-native-section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 30px;
	width: 100%;
}

.cc-native-section-title {}

.cc-native-stays {
	background: #fff;
}

.cc-native-stays .cc-native-text-link {
	color: var(--cc-green);
}

.cc-product-slider {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 24px 0 28px;
	overflow: visible;
}

.cc-native-product-shortcode,
.cc-native-product-shortcode .elementor-widget-container {
	overflow: visible;
}

.cc-product-slider__track {
	display: grid;
	grid-auto-columns: calc((100% - 108px) / 4);
	grid-auto-flow: column;
	gap: 36px;
	align-items: stretch;
	padding: 18px 0 22px;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: x proximity;
	scrollbar-width: none;
}

.cc-product-slider__track::-webkit-scrollbar {
	display: none;
}

.cc-product-slider__card {
	height: auto;
	overflow: hidden;
	scroll-snap-align: start;
	border-radius: 7px;
	background: #fff;
	box-shadow: 0 10px 24px rgba(50, 63, 47, .18);
}

.cc-product-slider__image {
	display: block;
	aspect-ratio: 1.18;
	overflow: hidden;
	background: var(--cc-cream);
}

.cc-product-slider__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

.cc-product-slider__card:hover .cc-product-slider__image img {
	transform: scale(1.04);
}

.cc-product-slider__body {
	padding: 24px 24px 28px;
}

.cc-product-slider__body h3 {
	margin: 0 0 5px;
	color: #101510;
	font-family: var(--cc-sans);
	font-size: 17px;
	font-weight: 800;
	line-height: 1.25;
}

.cc-product-slider__price {
	margin: 0 0 18px;
	color: #777;
	font-family: var(--cc-sans);
	font-size: 13px;
	line-height: 1;
}

.cc-product-slider__price .woocommerce-Price-amount {
	color: #777;
	font-weight: 700;
}

.cc-product-slider__body ul {
	display: grid;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cc-product-slider__body li {
	display: flex;
	gap: 9px;
	align-items: flex-start;
	color: var(--cc-green);
	font-family: var(--cc-sans);
	font-size: 13px;
	font-weight: 600;
	line-height: 1.35;
}

.cc-product-slider__body li i {
	margin-top: 1px;
	color: var(--cc-orange);
	font-size: 12px;
}

.cc-product-slider__link {
	display: none;
}

.cc-product-slider__controls {
	position: absolute;
	top: 42%;
	left: 50%;
	z-index: 5;
	display: flex;
	justify-content: space-between;
	width: min(calc(100vw - 48px), 1760px);
	pointer-events: none;
	transform: translate(-50%, -50%);
}

.cc-product-slider__controls button {
	display: grid;
	width: 58px;
	height: 58px;
	place-items: center;
	border: 0;
	border-radius: 20px;
	background: #fff;
	color: var(--cc-green);
	box-shadow: 0 6px 18px rgba(50, 63, 47, .18);
	cursor: pointer;
	pointer-events: auto;
	transition: background .2s ease, color .2s ease, transform .2s ease;
	padding:0;
}

.cc-product-slider__controls button:hover {
	background: var(--cc-green);
	color: #fff;
	transform: translateY(-2px);
}

.cc-native-facilities {
	overflow: hidden;
	background: var(--cc-green);
	color: #fff;
}

.cc-native-facilities::before {
	top: -1px;
	transform: rotate(0deg);
	transform-origin: center center;
	background-position: center bottom;
}

.cc-native-facilities::after {
	bottom: -1px;
	background-position: center top;
}

.cc-native-facilities h2,
.cc-native-facilities li {
	color: #fff;
}
.cc-native-facilities h2,
.cc-native-facilities .elementor-heading-title {
	color: #fff;
}

.cc-native-facilities-grid {
	display: grid;
	grid-template-columns: minmax(280px, 390px) 1fr;
	gap: clamp(70px, 8vw, 142px);
	align-items: center;
}

.cc-native-facilities-intro .cc-native-text-link {
	color: #fff;
}

.cc-native-facility-items,
.cc-native-facility-slider-widget,
.cc-native-facility-slider-widget .elementor-widget-container {
	min-width: 0;
	width: 100%;
	overflow: visible;
}

.cc-facilities-carousel {
	position: relative;
	width: 100%;
	overflow: visible;
}

.cc-facilities-list {
	position: relative;
	width: 100%;
	padding: 8px 0;
	overflow: hidden;
}

.cc-facilities-list__track {
	align-items: stretch;
}

.cc-facilities-list__item {
	display: grid;
	gap: 4px;
	height: auto;
	justify-items: center;
	align-content: start;
	color: #fff;
	text-align: center;
	transition: opacity .35s ease, transform .35s ease;
}

.cc-facilities-list__item img {
	display: block;
	width: 86px;
	height: 86px;
	object-fit: contain;
	border-radius: 50%;
	background-color: #fff;
	padding: 13px;
	box-shadow: 0 6px 20px rgba(0,0,0,.08);
}

.cc-facilities-list__item strong {
	color: #fff !important;
	font-size: 16px;
	font-weight: 800;
}

.cc-facilities-list__item small {
	color: #fff !important;
	font-size: 16px;
	font-weight: 500;
}

.cc-facilities-swiper__pagination {
	position: absolute;
	top: 50%;
	right: -40px !important;
	left: auto !important;
	z-index: 5;
	display: grid;
	gap: 20px;
	width: auto !important;
	margin-bottom: 0 !important;
	transform: translateY(-50%);
}

.cc-facilities-swiper__pagination .swiper-pagination-bullet {
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 !important;
	opacity: 1;
	background: rgba(255,255,255,.85);
}

.cc-facilities-swiper__pagination .swiper-pagination-bullet-active {
	background: var(--cc-orange);
}

.cc-native-about {
	background: #fff;
}

.cc-native-about-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(420px, 520px);
	gap: 94px;
	align-items: center;
}

.cc-native-about-copy {
	max-width: 650px;
}

.cc-native-steps-card {
	border-radius: 12px;
	background: var(--cc-green);
	color: #fff;
	text-align: center;
}

.cc-native-steps-card,
.cc-native-steps-card p,
.cc-native-steps-card li,
.cc-native-steps-card span,
.cc-native-steps-card strong,
.cc-native-steps-card h2,
.cc-native-steps-card .elementor-heading-title {
}

.cc-native-steps-card h2,
.cc-native-steps-card .elementor-heading-title {
	font-size: clamp(38px, 4vw, 54px);
}

.cc-native-steps ol {
	all: unset;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	counter-reset: cc-step;
	list-style: none;
}

.cc-native-steps li {
	display: grid;
	justify-items: center;
	row-gap: 10px;
	color: #fff;
	font-family: var(--cc-sans);
	font-size: 13px;
	line-height: 1.45;
}

.cc-native-steps li::before {
	counter-increment: cc-step;
	content: counter(cc-step);
	display: grid;
	width: 70px;
	height: 70px;
	place-items: center;
	border: 1px solid var(--cc-orange);
	border-radius: 50%;
	color: #fff;
	font-family: var(--cc-serif);
	font-size: 28px;
}

.cc-native-steps strong,
.cc-native-steps span {
	display: block;
}

.cc-native-steps strong {
	color: #fff;
	font-size: 14px;
	font-weight: 800;
}

.cc-native-steps span {
	color: rgba(255,255,255,.85);
}

.cc-native-faq {
	background: #fff;
}

.cc-native-faq-panel {
	border-radius: 12px;
	background: #eeece6;
}

.cc-native-faq-panel .cc-native-text-link {
	color: var(--cc-green);
}

.cc-native-accordion .elementor-accordion {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px 34px;
}

.cc-native-accordion .elementor-accordion-item {
	overflow: hidden;
	border: 0;
	border-radius: 10px;
	background: #fff;
}
.cc-native-accordion .elementor-tab-title {
	position: relative;
	color: var(--cc-green);
	font-family: var(--cc-sans);
	font-size: 15px;
	font-weight: 800;
	line-height: 1.35;
}
.cc-native-accordion .elementor-tab-content {
	border: 0;
	color: var(--cc-green);
	font-family: var(--cc-sans);
	font-size: 14px;
	line-height: 1.6;
}

.cc-native-cta {
	position: relative;
	overflow: hidden;
	min-height: 0;
	border-radius: 10px;
	color: #fff;
	background-color: var(--cc-green);
	background-size: cover;
	background-position: center;
}

.cc-native-cta::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(11, 22, 15, .82), rgba(11, 22, 15, .45) 54%, rgba(11, 22, 15, .12));
	pointer-events: none;
}

.cc-native-cta > .elementor-element {
	position: relative;
	z-index: 1;
	max-width: 780px;
}

.cc-native-cta h2,
.cc-native-cta .elementor-heading-title {
	max-width: 760px;
	color: #fff !important;
	font-size: clamp(42px, 4.4vw, 62px);
}

.cc-native-cta p,
.cc-native-cta .elementor-widget-text-editor,
.cc-native-cta .elementor-widget-container {
	color: #fff !important;
}

@media (max-width: 1024px) {
	.cc-native-hero {
		min-height: 650px;
	}

	.cc-native-trust,
	.cc-native-facilities-grid,
	.cc-native-about-grid,
	.cc-native-accordion .elementor-accordion {
		grid-template-columns: 1fr;
	}

	.cc-native-facilities-grid,
	.cc-native-about-grid {
		gap: 42px;
	}

	.cc-product-slider__track {
		grid-auto-columns: minmax(260px, calc((100% - 28px) / 2));
		gap: 28px;
	}

}

@media (max-width: 720px) {
	.cc-native-hero {
		min-height: 650px;
	}

	.cc-native-hero-title h1,
	.cc-native-hero h1 {
		font-size: 48px;
	}

	.cc-native-section-head {
		display: grid;
		align-items: start;
	}

	.cc-product-slider {
		width: 100%;
		margin: 0;
		padding: 18px 0 70px;
	}

	.cc-product-slider__track {
		grid-auto-columns: minmax(245px, 88%);
		gap: 18px;
	}

	.cc-product-slider__controls {
		top: auto;
		right: auto;
		bottom: 0;
		left: 0;
		width: auto;
		justify-content: flex-start;
		gap: 12px;
		transform: none;
	}

	.cc-native-steps ol {
		grid-template-columns: 1fr;
	}

}
