#footer.eaks-site-footer,
.eaks-site-footer {
	--footer-bg: #071713;
	--footer-bg-light: #0d211b;
	--footer-gold: #f4b928;
	--footer-text: #f5f5f5;
	--footer-muted: #c8cecb;
	--footer-border: rgba(255, 255, 255, 0.12);
	position: relative;
	background: var(--footer-bg) !important;
	background-image: none !important;
	color: var(--footer-text);
	overflow: hidden;
	font-size: 15px;
	line-height: 1.65;
	padding: 0 !important;
	margin: 0 !important;
}

.eaks-site-footer a {
	color: #fff;
	text-decoration: none;
	transition: 0.25s ease;
}

.eaks-site-footer a:hover {
	color: var(--footer-gold);
}

.eaks-footer-bg {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(rgba(4, 19, 15, 0.94), rgba(4, 19, 15, 0.97)),
		radial-gradient(ellipse at 50% -10%, #1a3a2c 0%, transparent 55%),
		linear-gradient(180deg, #0a241c 0%, #071713 38%, #050f0c 100%);
	pointer-events: none;
}

.eaks-footer-bg:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 150px;
	background:
		radial-gradient(120% 90% at 8% 130%, #143328 0 30%, transparent 31%),
		radial-gradient(95% 100% at 32% 140%, #102820 0 34%, transparent 35%),
		radial-gradient(110% 85% at 58% 135%, #16382c 0 32%, transparent 33%),
		radial-gradient(90% 80% at 82% 128%, #0f261d 0 36%, transparent 37%),
		radial-gradient(70% 70% at 100% 120%, #123028 0 30%, transparent 31%);
	opacity: 0.75;
}

.eaks-footer-script {
	font-family: "Great Vibes", "Segoe Script", cursive;
	font-weight: 400;
	line-height: 1.2;
}

.eaks-footer-tagline {
	position: absolute;
	top: 28px;
	right: 40px;
	z-index: 2;
	margin: 0;
	color: var(--footer-gold);
	font-size: 28px;
}

.eaks-footer-inner {
	position: relative;
	z-index: 1;
	max-width: 1500px;
	margin: 0 auto;
	padding: 72px 40px 45px;
}

.footer-title,
.eaks-acc-btn.footer-title {
	color: var(--footer-gold);
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.3px;
	margin: 0 0 25px;
	background: none;
	border: 0;
	padding: 0;
	display: block;
	width: 100%;
	text-align: left;
	font-family: inherit;
	line-height: 1.3;
}

.eaks-footer-grid {
	display: grid;
	grid-template-columns: 1.25fr 0.85fr 1.05fr 1.15fr;
	gap: 42px 36px;
	align-items: start;
}

.eaks-footer-logo {
	display: inline-block;
	margin: 0 0 18px;
}

.eaks-footer-logo img {
	width: 290px;
	max-width: 100%;
	height: auto;
}

.eaks-footer-about p {
	margin: 0 0 14px;
	color: var(--footer-text);
}

.eaks-read-more {
	display: inline-block;
	color: var(--footer-gold) !important;
	font-weight: 600;
	margin: 4px 0 22px;
}

.eaks-read-more:hover {
	color: #fff !important;
	transform: translateX(3px);
}

.footer-memberships {
	background: #fff;
	padding: 18px;
	border-radius: 6px;
}

.footer-memberships img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	margin: 0 0 10px;
}

.footer-memberships img:last-child {
	margin-bottom: 0;
}

.eaks-footer-links ul,
.eaks-footer-experiences ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.eaks-footer-links a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	font-weight: 500;
}

.eaks-footer-links a:hover {
	padding-left: 4px;
}

.eaks-footer-links .ticon-chevron-right {
	color: var(--footer-gold);
	font-size: 11px;
}

.eaks-footer-experiences a {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 6px 0;
	font-weight: 500;
}

.eaks-tripadvisor-badge {
	display: block;
	margin: 16px 0 0;
	width: 100%;
	max-width: 100%;
	background: #fff;
	border-radius: 4px;
	padding: 6px 8px;
}

.eaks-tripadvisor-badge img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.footer-experience-icon,
.footer-experience-icon .ticon {
	width: 26px;
	min-width: 26px;
	font-size: 17px;
	color: #fff !important;
	text-align: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.gorilla-svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.eaks-contact-row {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0 0 16px;
}

.eaks-contact-row p {
	margin: 0;
	color: var(--footer-text);
}

.contact-icon,
.contact-icon .ticon {
	width: 28px;
	min-width: 28px;
	font-size: 19px;
	color: #fff !important;
	text-align: center;
	padding-top: 2px;
}

.eaks-social {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 22px 0 16px;
}

.eaks-social a {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #1877f2;
	color: #fff !important;
}

.eaks-social a[aria-label="Instagram"] {
	background: radial-gradient(circle at 30% 110%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.eaks-social a[aria-label="YouTube"] {
	background: #ff0000;
}

.eaks-social a[aria-label="Pinterest"] {
	background: #bd081c;
}

.eaks-social a[aria-label="LinkedIn"] {
	background: #0a66c2;
}

.eaks-social a[aria-label="TripAdvisor"] {
	background: #34e0a1;
	color: #071713 !important;
}

.eaks-resources {
	display: grid;
	gap: 6px;
	font-size: 14px;
}

.eaks-aside-rule {
	border: 0;
	border-top: 1px solid var(--footer-border);
	margin: 22px 0;
}

.eaks-payments {
	margin: 0 0 12px;
}

.eaks-payments img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.eaks-secure {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--footer-muted) !important;
	font-size: 14px;
}

.eaks-secure .ticon {
	color: var(--footer-gold);
}

.eaks-feature-strip {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	margin-top: 48px;
	padding-top: 28px;
	border-top: 1px solid var(--footer-border);
}

.eaks-feature {
	display: flex;
	align-items: center;
	gap: 12px;
}

.eaks-feature strong {
	display: block;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 0.3px;
	color: #fff;
}

.eaks-feature span:last-child {
	display: block;
	color: var(--footer-muted);
	font-size: 13px;
}

.feature-icon {
	width: 46px;
	height: 46px;
	min-width: 46px;
	border-radius: 50%;
	background: #03a343;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

.feature-icon .ticon {
	color: #ffffff !important;
}

.eaks-copyright {
	position: relative;
	z-index: 1;
	background: #040c0a;
	padding: 16px 40px;
}

.eaks-copyright-inner {
	max-width: 1500px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	font-size: 13px;
	color: var(--footer-muted);
}

.eaks-copyright p {
	margin: 0;
}

.eaks-copyright nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}

.eaks-acc-btn {
	cursor: default;
}

@media (max-width: 1199px) {
	.eaks-footer-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.eaks-feature-strip {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 767px) {
	.eaks-footer-inner,
	.eaks-copyright {
		padding-left: 20px;
		padding-right: 20px;
	}

	.eaks-footer-inner {
		padding-top: 70px;
	}

	.eaks-footer-tagline {
		right: auto;
		left: 20px;
		font-size: 24px;
	}

	.eaks-footer-grid,
	.eaks-feature-strip {
		grid-template-columns: 1fr;
	}

	.eaks-copyright-inner {
		display: grid;
		gap: 10px;
	}

	.eaks-acc-btn {
		cursor: pointer;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-bottom: 10px;
		border-bottom: 1px solid var(--footer-border);
		margin-bottom: 0;
	}

	.eaks-acc-btn:after {
		content: "+";
		color: var(--footer-gold);
		font-size: 22px;
		line-height: 1;
	}

	.eaks-acc-btn.is-open:after {
		content: "–";
	}

	.eaks-footer-links .eaks-acc-panel,
	.eaks-footer-experiences .eaks-acc-panel,
	.eaks-footer-contact .eaks-acc-panel {
		display: none;
	}

	.eaks-acc-btn.is-open + .eaks-acc-panel {
		display: block;
		margin-top: 14px;
	}
}
