/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0,100px,0);
    }

    to {
        opacity: 1;
        transform: none
    }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

.elementor-kit-14 p a {
	font-size: inherit;
	font-weight: inherit;
}

.gform-theme--foundation form .gform_fields {
	column-gap: 20px;
	row-gap: 18px;
}

.gform-theme--foundation form legend,
.gform-theme--foundation form .gfield_label {
	font-size: 20px !important;
}

.gform-theme--foundation form .gfield_label {
	margin: 20px 0 20px !important;
}

.gfield_required {
	display: none !important;
}

.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload,.gfield--type-post_image) .gform_drop_area::before {
	color: #E03A3E !important;
}

#gform_browse_button_4_17 {
	background-color: #E03A3E;
	border-radius: 0;
}

.gform-theme--framework input[type=checkbox],
.gform-theme--framework input[type=radio] {
	padding: 0 !important;
}

.gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
	color: #E03A3E !important;
}

.gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
	background-color: #E03A3E !important;
}

.gform-theme--foundation form .gfield input,
.gform-theme--foundation form .gfield textarea,
.gform-theme--foundation form .gfield select {
	block-size: auto;
	border: none;
	border-radius: 0;
	font-family: "Red Hat Text", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4em;
	padding: 12px 15px 12px 15px;
}

.gform-theme--foundation form .gfield select {
	color: #6C6D70 !important;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(/wp-content/uploads/2026/04/select.svg);
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 17px 9px;
	padding: 12px 32px 12px 15px;
	cursor: pointer;
	transition: all 0.2s ease;
}

.gform-theme--foundation form .gfield textarea {
	height: 150px;
}

.gform-theme--foundation form .gfield input::placeholder,
.gform-theme--foundation form .gfield textarea::placeholder,
.gform-theme--foundation form .gfield select::placeholder {
	color: #6C6D70 !important;
	font-size: inherit;
}

.gform-theme--foundation form .gfield input:focus,
.gform-theme--foundation form .gfield textarea:focus,
.gform-theme--foundation form .gfield select:focus,
.gform-theme.gform-theme--framework.gform_wrapper form input.gform_button[type="submit"]:focus {
	outline: 2px solid #231F20 !important;
}

.gform-theme--foundation .gform_footer, .gform-theme--foundation .gform_page_footer {
    margin-block-start: 40px !important;
}

.gform-theme.gform-theme--framework.gform_wrapper form input.gform_button[type="submit"],
.gform-theme.gform-theme--framework.gform_wrapper form button.gform_button[type="submit"] {
	border-radius: 0 !important;
	background-color: #E03A3E !important;
	color: #FFFFFF !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	padding: 12px 15px !important;
	transition: 0.3s !important;
	padding-right: 40px !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 4'%3E%3Cpath fill='%23ffffff' d='M8.224 3.872a6.95 6.95 0 0 1 .432-.848c.15-.256.299-.475.448-.656H0v-.864h9.104a6.99 6.99 0 0 1-.448-.656A8.953 8.953 0 0 1 8.224 0h.752c.672.779 1.381 1.355 2.128 1.728v.416c-.747.363-1.456.939-2.128 1.728h-.752Z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 16px;
}

.gform-theme.gform-theme--framework.gform_wrapper form input.gform_button[type="submit"]:hover,
.gform-theme.gform-theme--framework.gform_wrapper form input.gform_button[type="submit"]:focus-visible,
.gform-theme.gform-theme--framework.gform_wrapper form button.gform_button[type="submit"]:hover,
.gform-theme.gform-theme--framework.gform_wrapper form button.gform_button[type="submit"]:focus-visible {
    background-color: #4A1C22 !important;
	color: #FFFFFF !important;
}

.elementor-widget-text-editor p:last-of-type {
	margin-bottom: 0;
}

.blog-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 15px;
    background: #E03A3E;
    color: #fff !important;
    text-decoration: none;
    border-radius: 0;
	font-size: 16px;
    font-weight: 500;
    transition: background .3s ease;
}

.blog-button:hover {
    background: #4A1C22;
    color: #fff;
}

#main-site-header {
	position: absolute;
	top: 32px;
	left: 0;
	width: 100%;
	z-index: 9999;
	transform: translateY(0);
	transition: all 0.3s ease;
}


@media (max-width: 1024px) {
	#main-site-header {
		top: 0px;
	}
}

#main-site-header.is-sticky {
	position: fixed;
	top: 0;
}

#main-site-header.is-hidden {
	transform: translateY(-150%);
}

body.home #main-site-utility {
	background-color: #000000;
}

body.home #main-site-utility a {
	color: #FFFFFF;
}

body.home #main-site-utility a:hover,
body.home #main-site-utility a:focus-visible {
	color: #E03A3E;
}

body.home #main-site-utility a:hover svg,
body.home #main-site-utility a:focus-visible svg {
	fill: #E03A3E;
}

body.home #main-site-utility svg {
	fill: #FFFFFF;
	transition: 0.3s;
}

body.home #main-site-header {
	background-color: transparent;
	transition: 0.3s transform ease;
}

body.home #main-site-header .e-n-menu-title-text {
	color: #FFFFFF;
}

body.home #main-site-header:has(.e-n-menu-content.e-active) {
	background-color: #E6E5E4;
}

body.home #main-site-header:has(.e-n-menu-content.e-active) .e-n-menu-title-text {
	color: #000;
}

body.home #main-site-logo .bottom-s,
body.home #main-site-logo .shook-wordmark {
	fill: #FFFFFF;
}

body.home #main-site-header:has(.e-n-menu-content.e-active) #main-site-logo .bottom-s,
body.home #main-site-header:has(.e-n-menu-content.e-active) #main-site-logo .shook-wordmark {
	fill: #000;
}

body.home #main-site-header.is-sticky {
	background-color: #E6E5E4;
}

body.home #main-site-header.is-sticky .e-n-menu-title-text {
	color: #000;
}

body.home .is-sticky #main-site-logo .bottom-s,
body.home .is-sticky #main-site-logo .shook-wordmark {
	fill: #000;
}

.elementor-widget-n-menu .e-n-menu-heading.e-scroll {
	cursor: inherit;
}

.elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]) .e-n-menu-content {
	top: calc(100% + 25px) !important;
	padding-block-start: 0 !important;
	pointer-events: none;
	height: 360px;
}

@supports (font: -apple-system-body) and (-webkit-appearance: none) {
  .elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]) .e-n-menu-content {
    top: calc(100% + 25px) !important;
  }
}

.elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]) .e-n-menu-content.e-active {
	pointer-events: all;
}

.elementor-widget-n-menu .e-n-menu-content>.e-con:not(.e-active) {
	display: flex !important;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: none;
}

.elementor-widget-n-menu .e-n-menu-content>.e-con:has(.e-active) {
	display: flex !important;
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

body:has(.e-n-menu-content.e-active) .e-n-menu-content .e-child {
	background-color: #E6E5E4;
}

body:before {
	content: '';
	background-color: transparent;
	position: fixed;
	inset: 0;
	z-index: 8;
	width: 100%;
	height: 100%;
	pointer-events: none;
	transition: none;
}

body:has(.e-n-menu-content.e-active):before {
	background-color: #000000BF;
}

.elementor-lightbox .dialog-lightbox-close-button {
	width: 40px;
    height: 40px;
    background-color: #E6E5E4;
    border-radius: 50%;
	padding: 11.5px !important;
}

.elementor-lightbox .dialog-lightbox-close-button i,
.elementor-lightbox .dialog-lightbox-close-button svg {
	display: none;
}

.elementor-lightbox .dialog-lightbox-close-button::before {
	content: "";
	display: block;
	width: 17px;
	height: 17px;
	background: #000;
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 17'><path d='M17 1.117 15.883 0 8.501 7.382 7.382 8.501 0 15.883 1.117 17 8.5 9.618 15.883 17 17 15.883 9.618 8.501 17 1.117ZM6.165 7.282l1.117-1.117-.788-.788L1.117 0 0 1.117l5.377 5.379.788.786Z'/></svg>");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 17'><path d='M17 1.117 15.883 0 8.501 7.382 7.382 8.501 0 15.883 1.117 17 8.5 9.618 15.883 17 17 15.883 9.618 8.501 17 1.117ZM6.165 7.282l1.117-1.117-.788-.788L1.117 0 0 1.117l5.377 5.379.788.786Z'/></svg>");
	mask-repeat: no-repeat;
	mask-position: center;
	mask-size: contain;
}

.menu-card .elementor-widget-image {
	overflow: hidden;
}

.menu-card img {
	transition: 0.3s all ease;
}

.menu-card svg {
	transition: 0.3s all ease;
}

.menu-card:hover img,
.menu-card:focus-visible img {
	scale: 1.1;
}


.menu-card:hover svg,
.menu-card:focus-visible svg {
	translate: 12px 0;
}

.markets-switcher {
  --nav-color: #FFFFFF;
}

.markets-switcher[data-theme="black"] {
  --nav-color: #FFFFFF;
}

.markets-switcher[data-theme="tan"] {
  --nav-color: #231F20;
}

.markets-switcher[data-theme="white"] {
  --nav-color: #231F20;
}

.markets-switcher {
	position: relative;
}

.markets-switcher .markets-panels {
	position: relative;
	min-height: 900px;
}

.markets-switcher .market-panel {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.45s ease, visibility 0.45s ease;
}

.markets-switcher .market-panel.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	z-index: 2;
}

.markets-switcher .markets-nav {
	display: block;
	column-count: 2;
}

.markets-switcher .markets-nav.trips-nav {
	column-count: 1;
}

.markets-switcher .markets-nav.pillars-nav {
	column-count: 1;
}

.markets-switcher .market-nav-item {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
	cursor: pointer;
	transition: opacity 0.25s ease, color 0.25s ease;
	color: var(--nav-color) !important;
	opacity: 0.5;
}

.markets-switcher .market-nav-item::before {
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: transparent;
	flex: 0 0 12px;
	transition: background 0.25s ease;
}

.markets-switcher .market-nav-item:hover,
.markets-switcher .market-nav-item:focus-visible {
	opacity: 1;
}

.markets-switcher .market-nav-item:hover::before,
.markets-switcher .market-nav-item:focus-visible::before {
	background: #E03A3E;
}

.markets-switcher .market-nav-item.is-active {
	opacity: 1;
}

.markets-switcher .market-nav-item.is-active::before {
	background: #E03A3E;
}

.markets-switcher .market-next,
.markets-switcher .market-prev {
	cursor: pointer;
}

.project-slider-card {
	aspect-ratio: 16 / 10;
	pointer-events: none;
	transition: 0.3s;
}

.swiper-slide-next .project-slider-card {
	pointer-events: all;
}

.swiper-slide-next .project-slider-card:before {
	transition: 0.3s;
}

.swiper-slide-next .project-slider-card:hover,
.swiper-slide-next .project-slider-card:focus-visible {
	border-radius: 20px;
}

.swiper-slide-next .project-slider-card:hover:before,
.swiper-slide-next .project-slider-card:focus-visible:before {
	border-radius: 20px;
}

.swiper-slide-next .project-slider-card:hover svg,
.swiper-slide-next .project-slider-card:focus-visible svg {
	opacity: 1;
	visibility: visible;
}

.project-slider-card .elementor-widget-heading,
.project-slider-card svg {
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}

.swiper-slide-next .project-slider-card .elementor-widget-heading {
	opacity: 1;
	visibility: visible;
}

#projects .jet-filters-loading>:not(.jsf_provider-preloader) {
    opacity: 1 !important;
}

.jet-select {
	position: relative;
}

.jet-select select.jet-select__control {
	position: absolute !important;
	inset: 0;
	opacity: 0 !important;
	pointer-events: none;
	width: 100%;
	height: 100%;
}

.jsf-custom-select {
	position: relative;
	width: 100%;
}

.jsf-custom-trigger {
	width: 100%;
	padding: 12px 45px 12px 14px !important;
	border: none;
	background: #fff !important;
	color: #6C6D70 !important;
	font-size: 20px !important;
	text-align: left;
	cursor: pointer;
	display: flex;
	align-items: center;
	position: relative;
}

.jsf-custom-trigger::after {
	content: "";
	position: absolute;
	right: 18px;
	top: 50%;
	width: 10px;
	height: 10px;
	border-right: 1.5px solid currentColor;
	border-bottom: 1.5px solid currentColor;
	transform: translateY(-65%) rotate(45deg);
	transition: transform 0.2s ease;
}

#posts-select .jsf-custom-trigger {
	background: #E6E5E4 !important;
	color: #6C6D70 !important;
}

#main-posts a {
	background-color: #ffffff;
}

#main-posts a:hover,
#main-posts a:focus-visible {
	background-color: #E6E5E4;
}

.jsf-custom-select.is-open .jsf-custom-trigger::after {
	transform: translateY(-35%) rotate(-135deg);
}

.jsf-custom-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 1000;
	border-top: 1px solid #E6E5E4;
	opacity: 0;
	visibility: hidden;
	transform: translateY(6px);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.jsf-custom-select.is-open .jsf-custom-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.jsf-custom-option {
	display: block;
	width: 100%;
	padding: 12px 14px !important;
	background: #fff !important;
	color: #6C6D70 !important;
	font-size: 20px !important;
	font-weight: 200 !important;
	border: 0;
	border-bottom: 1px solid #E6E5E4;
	text-align: left;
	cursor: pointer;
}

.jsf-custom-option:first-child {
    display: none;
}

.jsf-custom-option:hover,
.jsf-custom-option:focus-visible {
	background: #f5f5f5;
	outline: none;
}

.jet-search-filter input {
    padding-left: 24px !important;
    background-image: url('/wp-content/uploads/2026/06/search.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 14px;
	outline: none;
}

#values-accordion .e-n-accordion-item {
    position: relative;
    overflow: hidden;
}

#values-accordion .e-n-accordion-item::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: var(--open-height, 300px);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto 90%;
    opacity: 0;
    transition: opacity .3s ease;
    pointer-events: none;
}

#values-accordion .e-n-accordion-item[open]::before {
    opacity: 1;
}

#value-passionate::before {
    background-image: url(/wp-content/uploads/2026/06/Core-Value-Icons-Passionate-Flame_E6E5E4.png);
}

#value-authentic::before {
    background-image: url(/wp-content/uploads/2026/06/Core-Value-Icons-Authentic-Hands_E6E5E4.png);
}

#value-curious::before {
    background-image: url(/wp-content/uploads/2026/06/Core-Value-Icons-Curious-Magnifying-Glass_E6E5E4.png);
}

#value-empowering::before {
    background-image: url(/wp-content/uploads/2026/06/Core-Value-Icons-Empowering-Star_E6E5E4.png);
}

.history-switcher {
  --nav-color: #231F20;
}

.history-switcher[data-theme="black"] {
  --nav-color: #FFFFFF;
}

.history-switcher[data-theme="tan"] {
  --nav-color: #231F20;
}

.history-switcher[data-theme="white"] {
  --nav-color: #231F20;
}

.history-switcher {
	position: relative;
}

.history-switcher .history-panels {
	position: relative;
}

.history-switcher .history-panel {
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.45s ease, visibility 0.45s ease;
}

.history-switcher .history-panel.is-active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	z-index: 2;
}

.history-switcher .history-nav {
	display: block;
}

.history-switcher .history-nav-item {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
	cursor: pointer;
	transition: color 0.25s ease;
	color: var(--nav-color) !important;
}

.history-switcher .history-next,
.history-switcher .history-prev {
	cursor: pointer;
}

@media (max-width: 767px) {
	.markets-switcher .market-nav-item::before {
		width: 8px;
		height: 8px;
		flex: 0 0 8px;
	}
	
	#values-accordion .e-n-accordion-item::before {
		display: none;
	}
	
	.history-switcher .history-nav {
		display: none;
	}
}

@media (max-width: 500px) {
	.markets-switcher .markets-panels {
		min-height: 890px;
	}
	
	.markets-switcher.five-pillars .markets-panels {
		min-height: 950px;
	}
	
	.markets-switcher.mission-trips .markets-panels {
		min-height: 1080px;
	}
}