/*
Theme Name: Huaraz Peru Treks
Description: Presentation layer for the Huaraz Peru Treks Elementor site.
Author: Huaraz Peru Treks
Version: 1.0.0
Template: hello-elementor
Text Domain: hello-elementor-child
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

.no-interaction {
    pointer-events: none;
    user-select: none;
}

h1 strong,
h2 strong {
  display: block;
  color: var(--ht-color-brand, #e85002);
  font-weight: inherit;
}



.noise-overlay {
  position: relative;
  isolation: isolate;
}

.noise-overlay::after {
  content: "";
  position: absolute;
  inset: 0;

  background-image: url("assets/nnnoise.svg");
  background-repeat: repeat;
  background-size: 28rem 28rem;

  opacity: 0.35;
  pointer-events: none;
  z-index: 0;
}

.noise-overlay > * {
  position: relative;
  z-index: 1;
}

/* Contextual Theme Builder header: solid Atomic base, overlaid on Home. */
body.home .ht-header.ht-header--contextual {
	position: absolute;
	inset: 0 0 auto;
	width: 100%;
	color: #fff;
	background: linear-gradient(
		180deg,
		rgba(7, 17, 26, 0.72) 0%,
		rgba(7, 17, 26, 0.18) 72%,
		rgba(7, 17, 26, 0) 100%
	);
	box-shadow: none;
}

body.home .ht-header .ht-topbar {
	color: rgba(255, 255, 255, 0.82);
	background: transparent;
	border-bottom-color: rgba(255, 255, 255, 0.14);
}

.ht-header .ht-topbar__contact-link a {
	color: inherit;
	text-decoration: none;
	transition: color var(--ht-duration-fast, 0.22s) ease;
}

.ht-header .ht-topbar__contact-link,
.ht-header .ht-topbar__claim {
	white-space: nowrap;
}

body.home .ht-header .ht-header__main {
	border-bottom-color: rgba(255, 255, 255, 0.08);
}

/* The enhanced main row floats independently; the topbar remains in place. */
.ht-header .ht-header__main.is-floating {
	position: fixed;
	top: 0.75rem;
	inset-inline: 0;
	z-index: 1000;
	box-sizing: border-box;
	width: min(calc(100% - 2rem), var(--ht-container-width, 82rem));
	margin-inline: auto;
	border: 1px solid rgba(7, 17, 26, 0.1);
	border-radius: 1rem;
	background-color: rgba(251, 250, 247, 0.96);
	box-shadow: 0 1rem 2.75rem rgba(25, 54, 68, 0.16);
	-webkit-backdrop-filter: blur(0.875rem) saturate(130%);
	backdrop-filter: blur(0.875rem) saturate(130%);
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition:
		transform var(--ht-duration-fast, 220ms) cubic-bezier(0.23, 1, 0.32, 1),
		opacity var(--ht-duration-fast, 220ms) cubic-bezier(0.23, 1, 0.32, 1);
}

.ht-header .ht-header__main.is-floating.is-floating-entering {
	opacity: 0;
	transform: translate3d(0, -0.75rem, 0);
}

body:not(.home) .ht-header.is-floating {
	padding-block-end: var(--ht-header-main-height, 4.875rem);
}

body.home .ht-header .ht-header__main.is-floating {
	border-color: rgba(255, 255, 255, 0.14);
	background-color: rgba(7, 17, 26, 0.96);
	box-shadow: 0 1rem 2.75rem rgba(7, 17, 26, 0.28);
}

body.admin-bar .ht-header .ht-header__main.is-floating {
	top: calc(var(--wp-admin--admin-bar--height, 32px) + 0.75rem);
}

.ht-header .ht-header__brand-link {
	display: flex;
	align-items: center;
	width: 100%;
	min-width: 0;
	color: var(--ht-color-text, #07111a);
	text-decoration: none;
}

.ht-header .ht-header__logo-image {
	display: block;
	width: 100%;
	height: auto;
}

.ht-header .ht-header__logo-text {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.1;
	white-space: nowrap;
}

body.home .ht-header .ht-header__brand-link {
	color: #fff;
}

.ht-header .ht-header__nav .elementor-item {
	color: var(--ht-color-text, #07111a);
	font-size: 0.9375rem;
}

body.home .ht-header .ht-header__nav .elementor-item {
	color: rgba(255, 255, 255, 0.9);
}

.ht-header .ht-header__nav .elementor-item:focus-visible,
.ht-header .ht-header__nav .elementor-item.elementor-item-active {
	color: var(--ht-color-brand-light, #f16001);
}

.ht-header .ht-header__nav .elementor-menu-toggle {
	color: var(--ht-color-text, #07111a);
	background: rgba(255, 255, 255, 0.76);
	border: 1px solid rgba(7, 17, 26, 0.18);
	border-radius: 999px;
}

body.home .ht-header .ht-header__nav .elementor-menu-toggle {
	color: #fff;
	background: rgba(0, 0, 0, 0.18);
	border-color: rgba(255, 255, 255, 0.38);
}

.ht-header .ht-header__nav .elementor-nav-menu--dropdown {
	background: rgba(251, 250, 247, 0.98);
	border: 1px solid rgba(7, 17, 26, 0.1);
	box-shadow: 0 24px 60px rgba(7, 17, 26, 0.12);
}

body.home .ht-header .ht-header__nav .elementor-nav-menu--dropdown {
	background: rgba(5, 10, 15, 0.96);
	border-color: rgba(255, 255, 255, 0.14);
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

body.home .ht-header .ht-header__cta {
	color: #fff;
	background: rgba(4, 8, 12, 0.12);
	backdrop-filter: blur(4px);
}

.ht-header :is(a, button):focus-visible {
	outline: 2px solid var(--ht-color-brand-light, #f16001);
	outline-offset: 3px;
}

@media (hover: hover) and (pointer: fine) {
	.ht-header .ht-topbar__contact-link a:hover,
	.ht-header .ht-header__nav .elementor-item:hover {
		color: var(--ht-color-brand-light, #f16001);
	}

	body .ht-header .ht-header__cta:hover {
		color: #fff;
		background: var(--ht-color-brand, #e85002);
		transform: translateY(-1px);
	}
}

@media (max-width: 64rem) {
	.ht-header .ht-header__nav .elementor-nav-menu--dropdown .elementor-item {
		font-size: 0.875rem;
	}
}

@media (max-width: 56.25rem) {
	.ht-header .ht-topbar,
	.ht-header .ht-topbar__inner {
		min-height: 2.125rem;
	}

	.ht-header .ht-topbar {
		font-size: 0.625rem;
	}

	.ht-header .ht-topbar__inner {
		justify-content: flex-end;
	}

	.ht-header .ht-topbar__claim {
		display: none;
	}

	.ht-header .ht-topbar__contact {
		width: 100%;
		justify-content: space-between;
		gap: 0.875rem;
	}
}

@media (max-width: 48.875rem) {
	body.admin-bar .ht-header .ht-header__main.is-floating {
		top: calc(var(--wp-admin--admin-bar--height, 46px) + 0.5rem);
	}
}

@media (max-width: 38.75rem) {
	.ht-header .ht-header__main.is-floating {
		top: 0.5rem;
		width: calc(100% - 1rem);
		border-radius: 0.875rem;
	}

	.ht-header .ht-header__main.is-floating .ht-header__inner {
		padding-inline: 0.875rem;
	}

	.ht-header .ht-topbar__touch,
	.ht-header .ht-topbar__email {
		display: none;
	}

	.ht-header .ht-topbar__contact {
		justify-content: flex-end;
	}

	.ht-header .ht-header__brand {
		width: 8.625rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ht-header .ht-header__main.is-floating {
		transition-property: opacity;
	}

	.ht-header .ht-header__main.is-floating.is-floating-entering {
		transform: none;
	}

	.ht-header .ht-topbar__contact-link a,
	.ht-header .ht-header__cta,
	.ht-header .ht-header__nav :is(.elementor-item, .elementor-menu-toggle, .elementor-nav-menu--dropdown) {
		transition: none;
	}

	.ht-header .ht-header__cta:hover {
		transform: none;
	}
}

/* Theme Builder footer: Atomic base with complex/contextual CSS below. */

.ht-footer .ht-footer__eyebrow::before {
	content: "";
	display: inline-block;
	width: 1.875rem;
	height: 0.125rem;
	margin-right: 0.9375rem;
	vertical-align: middle;
	background: #e85002;
}

.ht-footer .ht-footer__title span {
	display: block;
}

.ht-footer .ht-footer__cta-copy::before {
	content: "";
	position: absolute;
	inset: 0.25rem auto 0.25rem 0;
	width: 1px;
	background: linear-gradient(
		180deg,
		transparent,
		rgba(249, 249, 249, 0.48) 18%,
		rgba(249, 249, 249, 0.48) 82%,
		transparent
	);
}

.ht-footer .ht-footer__action {
	display: inline-flex;
	width: auto;
	min-width: max-content;
	min-height: 3.625rem;
	box-sizing: border-box;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	white-space: nowrap;
	text-decoration: none;
	transform: none;
	transition:
		color 200ms ease,
		background-color 200ms ease,
		border-color 200ms ease,
		opacity 200ms ease,
		transform 160ms cubic-bezier(0.23, 1, 0.32, 1);
}

.ht-footer .ht-footer__action:hover {
	transform: none;
}

.ht-footer .ht-footer__action:active {
	transform: scale(0.97);
}

.ht-footer .ht-footer__action:focus-visible {
	transform: none;
}

.ht-footer .ht-footer__brand {
	flex: 1.18 1 0;
	box-sizing: border-box;
	border-right: 1px solid rgba(249, 249, 249, 0.12);
}

.ht-footer .ht-footer__contact {
	flex: 0.92 1 0;
}

.ht-footer .ht-footer__explore {
	flex: 1.42 1 0;
}

.ht-footer .ht-footer__legal {
	flex: 0.7 1 0;
}

.ht-footer .ht-footer__contact > .ht-footer__contact-item {
	display: block;
	width: 100%;
}

.ht-footer .ht-footer__contact > .ht-footer__contact-item:hover {
	color: rgba(249, 249, 249, 0.56);
}

.ht-footer .ht-footer__contact > .ht-footer__contact-item a {
	display: grid;
	grid-template-columns: 1.0625rem minmax(0, 1fr);
	align-items: start;
	gap: 0.75rem;
	color: inherit;
	text-decoration: none;
	transition: color 200ms ease;
}

.ht-footer .ht-footer__contact > .ht-footer__contact-item a::before {
	content: "";
	display: block;
	width: 1.0625rem;
	height: 1.0625rem;
	margin-top: 0.0625rem;
	background: currentColor;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
	opacity: 0.86;
}

.ht-footer .ht-footer__contact-item--location a::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round' d='M12 21s6-5.1 6-11a6 6 0 1 0-12 0c0 5.9 6 11 6 11Z'/%3E%3Ccircle cx='12' cy='10' r='2.2' fill='none' stroke='black' stroke-width='1.7'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round' d='M12 21s6-5.1 6-11a6 6 0 1 0-12 0c0 5.9 6 11 6 11Z'/%3E%3Ccircle cx='12' cy='10' r='2.2' fill='none' stroke='black' stroke-width='1.7'/%3E%3C/svg%3E");
}

.ht-footer .ht-footer__contact-item--email a::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3' y='5' width='18' height='14' rx='2' fill='none' stroke='black' stroke-width='1.7'/%3E%3Cpath fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round' d='m4 7 8 6 8-6'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3' y='5' width='18' height='14' rx='2' fill='none' stroke='black' stroke-width='1.7'/%3E%3Cpath fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round' d='m4 7 8 6 8-6'/%3E%3C/svg%3E");
}

.ht-footer .ht-footer__contact-item--phone a::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round' d='M7 3h3l1.5 4-2 1.6a15 15 0 0 0 5.9 5.9l1.6-2L21 14v3c0 1.1-.9 2-2 2C10.7 19 5 13.3 5 5c0-1.1.9-2 2-2Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round' d='M7 3h3l1.5 4-2 1.6a15 15 0 0 0 5.9 5.9l1.6-2L21 14v3c0 1.1-.9 2-2 2C10.7 19 5 13.3 5 5c0-1.1.9-2 2-2Z'/%3E%3C/svg%3E");
}

.ht-footer .ht-footer__social-link a {
	display: grid;
	place-items: center;
	width: 1.375rem;
	height: 1.375rem;
	overflow: hidden;
	color: rgba(249, 249, 249, 0.8);
	font-size: 0;
	text-indent: -999rem;
	text-decoration: none;
	transform: none;
	transition:
		color 200ms ease,
		opacity 200ms ease,
		transform 160ms cubic-bezier(0.23, 1, 0.32, 1);
}

.ht-footer .ht-footer__social-link a::before {
	content: "";
	display: block;
	width: 1.1875rem;
	height: 1.1875rem;
	background: currentColor;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-size: contain;
	mask-size: contain;
}

.ht-footer .ht-footer__social-link--instagram a::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3' y='3' width='18' height='18' rx='5' fill='none' stroke='black' stroke-width='1.7'/%3E%3Ccircle cx='12' cy='12' r='4.1' fill='none' stroke='black' stroke-width='1.7'/%3E%3Ccircle cx='17.4' cy='6.6' r='1'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3' y='3' width='18' height='18' rx='5' fill='none' stroke='black' stroke-width='1.7'/%3E%3Ccircle cx='12' cy='12' r='4.1' fill='none' stroke='black' stroke-width='1.7'/%3E%3Ccircle cx='17.4' cy='6.6' r='1'/%3E%3C/svg%3E");
}

.ht-footer .ht-footer__social-link--facebook a::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14 8h3V4.5c-.8-.1-1.8-.2-3-.2-3 0-5 1.8-5 5.2V12H6v4h3v5h4v-5h3.2l.8-4H13V9.8C13 8.6 13.4 8 14 8Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M14 8h3V4.5c-.8-.1-1.8-.2-3-.2-3 0-5 1.8-5 5.2V12H6v4h3v5h4v-5h3.2l.8-4H13V9.8C13 8.6 13.4 8 14 8Z'/%3E%3C/svg%3E");
}

.ht-footer .ht-footer__social-link--youtube a::before {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21 8.1a3 3 0 0 0-2.1-2.2C17 5.4 12 5.4 12 5.4s-5 0-6.9.5A3 3 0 0 0 3 8.1 31 31 0 0 0 2.6 12 31 31 0 0 0 3 15.9a3 3 0 0 0 2.1 2.2c1.9.5 6.9.5 6.9.5s5 0 6.9-.5a3 3 0 0 0 2.1-2.2 31 31 0 0 0 .4-3.9 31 31 0 0 0-.4-3.9Zm-11 7V9l5 3-5 3Z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21 8.1a3 3 0 0 0-2.1-2.2C17 5.4 12 5.4 12 5.4s-5 0-6.9.5A3 3 0 0 0 3 8.1 31 31 0 0 0 2.6 12 31 31 0 0 0 3 15.9a3 3 0 0 0 2.1 2.2c1.9.5 6.9.5 6.9.5s5 0 6.9-.5a3 3 0 0 0 2.1-2.2 31 31 0 0 0 .4-3.9 31 31 0 0 0-.4-3.9Zm-11 7V9l5 3-5 3Z'/%3E%3C/svg%3E");
}

.ht-footer .ht-footer__social-link a:active {
	transform: scale(0.94);
}

.ht-footer .ht-footer-motion-pending {
	opacity: 0;
	transform: translate3d(0, 1.5rem, 0);
}

.ht-footer .ht-footer-motion-visible {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition:
		opacity 420ms cubic-bezier(0.23, 1, 0.32, 1),
		transform 420ms cubic-bezier(0.23, 1, 0.32, 1);
	transition-delay: var(--ht-footer-motion-delay, 0ms);
}

.ht-footer .ht-footer__nav-link a {
	position: relative;
	text-decoration: none;
	transition: color 200ms ease;
}

.ht-footer .ht-footer__nav-link a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -0.25rem;
	width: 100%;
	height: 1px;
	background: #e85002;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}

.ht-footer a:focus-visible {
	outline: 2px solid #e85002;
	outline-offset: 5px;
}

@media (hover: hover) and (pointer: fine) {
	.ht-footer .ht-footer__action:hover,
	.ht-footer .ht-footer__social-link a:hover {
		transform: translate3d(0, -0.125rem, 0);
	}

	.ht-footer .ht-footer__contact a:hover,
	.ht-footer .ht-footer__nav-link a:hover {
		color: #fff;
	}

	.ht-footer .ht-footer__social-link a:hover {
		color: #e85002;
	}

	.ht-footer .ht-footer__nav-link a:hover::after {
		transform: scaleX(1);
		transform-origin: left;
	}
}

@media (max-width: 73.75rem) {
	.ht-footer .ht-footer__cta {
		grid-template-columns: minmax(0, 1fr) minmax(21.875rem, 0.85fr);
		column-gap: 3.625rem;
	}

	.ht-footer .ht-footer__cta-copy {
		padding-left: 2.75rem;
	}

	.ht-footer .ht-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 2.5rem 3rem;
	}

	.ht-footer .ht-footer__brand {
		border-right: 0;
	}
}

@media (max-width: 64rem) {
	.ht-footer .ht-footer__cta {
		grid-template-columns: 1fr;
		gap: 2.375rem;
		align-items: stretch;
	}

	.ht-footer .ht-footer__title {
		max-width: 40.625rem;
		font-size: clamp(3.25rem, 7vw, 4rem);
	}

	.ht-footer .ht-footer__cta-copy {
		max-width: 40rem;
		padding-left: 1.5rem;
	}

	.ht-footer .ht-footer__brand {
		grid-column: 1 / -1;
		padding: 0 0 1.875rem;
		border-bottom: 1px solid rgba(249, 249, 249, 0.12);
	}
}

@media (max-width: 47.9375rem) {
	.ht-footer .ht-footer__title {
		font-size: clamp(2.75rem, 11vw, 3.5rem);
	}

	.ht-footer .ht-footer__grid {
		grid-template-columns: 1fr;
		gap: 1.875rem;
	}

	.ht-footer .ht-footer__brand {
		grid-column: auto;
	}

	.ht-footer .ht-footer__bottom {
		align-items: flex-start;
	}

	.ht-footer .ht-footer__bottom-right {
		padding-left: 0;
		border-left: 0;
	}
}

@media (max-width: 35rem) {
	.ht-footer .ht-footer__actions {
		align-items: stretch;
		flex-direction: column;
	}

	.ht-footer .ht-footer__action {
		width: 100%;
		min-width: 0;
	}
}

@media (prefers-reduced-motion: reduce) {
	.ht-footer .ht-footer-motion-pending,
	.ht-footer .ht-footer-motion-visible {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.ht-footer :is(.ht-footer__action, .ht-footer__social-link a) {
		transform: none;
		transition-property: color, background-color, border-color, opacity;
	}
}
