.ehf-header #masthead {
	overflow-x: clip;
}
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
	flex-wrap: nowrap;
}
.elementor a {
	color: inherit;
}
.elementor a:hover {
	color: var( --e-global-color-primary );
}
.relative {
	position: relative;
}
.x-hidden {
	overflow-x: clip;
}
.x-center {
	transform: translateX(-50%);
}
.mt-30 {
	margin-top: 30px;
}
.elementor-widget-text-editor ul {
	display: grid;
	gap: 6px;
	list-style-type: none;
	padding-left: 24px;
}
.elementor-widget-text-editor ul li {
	position: relative;
}
.elementor-widget-text-editor ul li::before {
	content: '';
	width: 4px;
	height: 4px;
	background-color: var(--e-global-color-secondary);
	border-radius: 4px;
	position: absolute;
	left: -16px;
	top: 10px;
}
.button {
	display: block;
	text-decoration: none!important;
}
.button:hover {
	color: #fff;
}

/* CF7 */
.wpcf7 [type=submit], .button {
	background-color: var(--e-global-color-primary);
	color: #fff;
	border-color: var(--e-global-color-accent);
	max-width: fit-content;
	padding: 14px 40px;
	border-radius: 40px;
	letter-spacing: 0.5px;
}
.wpcf7 [type=submit]:hover, .button:hover {
	background-color: var( --e-global-color-72b556b );
}

.wpcf7-list-item {
	margin-left: 0;
	margin-top: 12px;
}
.wpcf7-list-item-label {
	font-size: 14px;
    padding-left: 4px;
}
.wpcf7-list-item-label a {
	font-size: 14px;
	color: var(--e-global-color-72b556b);
}
.wpcf7-not-valid-tip {
	font-size: 14px;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 0!important;
}
.form-input.checkbox {
	transform: translateY(1px);
}

/* Get in touch */
.custom-form {
	position: relative;
}
.custom-form .wpcf7 input[type="text"],
.custom-form .wpcf7 input[type="email"],
.custom-form .wpcf7 input[type="tel"],
.custom-form select {
	background-color: white;
	border: none;
	border-bottom: 1px solid #EBEBEB;
	border-radius: 0;
	padding: 24px;
	font-size: 18px;
	font-weight: 600;
	color: #8899B6;
}
.custom-form .wpcf7 input[type="text"]::placeholder,
.custom-form .wpcf7 input[type="email"]::placeholder,
.custom-form .wpcf7 input[type="tel"]::placeholder,
.custom-form select::placeholder {
	color: #8899B6;
}
.custom-form .wpcf7 input[type="text"]:focus,
.custom-form .wpcf7 input[type="text"]:focus-visible,
.custom-form .wpcf7 input[type="text"]:active,
.custom-form .wpcf7 input[type="email"]:focus,
.custom-form .wpcf7 input[type="email"]:focus-visible,
.custom-form .wpcf7 input[type="email"]:active,
.custom-form .wpcf7 input[type="tel"]:focus,
.custom-form .wpcf7 input[type="tel"]:focus-visible,
.custom-form .wpcf7 input[type="tel"]:active,
.custom-form .wpcf7 select:focus,
.custom-form .wpcf7 select:focus-visible,
.custom-form .wpcf7 select:active {
	background-color: white;
	border: none;
	border-bottom: 1px solid var(--e-global-color-primary);
	outline: none;
}
.custom-form .wpcf7 select {
	appearance: none;        /* Remove default arrow (for most browsers) */
	-webkit-appearance: none;
	-moz-appearance: none;

	/* Custom arrow as SVG */
	background-image: url("data:image/svg+xml;utf8,<svg width='17' height='9' viewBox='0 0 17 9' fill='none' xmlns='http://www.w3.org/2000/svg'><path fill-rule='evenodd' clip-rule='evenodd' d='M8.43047 7.31964L15.8428 0L17 1.14155L9.54918 8.49916C8.93873 9.1681 7.91648 9.16694 7.30745 8.49569L0 1.13588L1.16852 0.00565888L8.43047 7.31964Z' fill='%238799B6'/></svg>");
	background-repeat: no-repeat;
	background-position: right 24px center;
	background-size: 17px 9px;
	cursor: pointer;
}
.custom-form .wpcf7 input[type="email"] {
	border-radius: 20px 20px 0 0;
}
.custom-form .form-group p {
	display: grid;
	margin-bottom: 0;
}
.custom-form .wpcf7 [type=submit] {
	margin: 0;
	max-width: 100%;
    width: 100%;
	height: 72px;
	border-radius: 0 0 20px 20px;
	font-size: 20px;
	font-weight: 700;
	filter: drop-shadow(11px 6px 31px rgba(249, 109, 36, 0.58));
	border: none;
}
.custom-form .wpcf7 [type=submit]:hover {
	background-color: var(--e-global-color-secondary);
	border-radius: 0 0 20px 20px;
}
.form-wrapper {
	border: 1px solid #EBEBEB;
	border-radius: 20px;
}
.form-group {
	position: relative;
	z-index: 1;
}
.form-group .check-icon {
	opacity: 0;
	position: absolute;
	top: 30px;
	right: 24px;
}
.form-group.is-valid .check-icon {
	opacity: 1;
}
.wpcf7-spinner {
	position: absolute;
	right: 24px;
	bottom: 24px;
}
.form-submit p {
	margin: 0;
}

@media screen and (max-width: 1025px) {
    .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
		flex-wrap: wrap;
	}
}
