/* Contact Form 7 field styling.
   Elementor Free has no form widget and CF7 fields cannot be styled through
   Elementor or UAE controls, so the design's input styling lives here. */

/* ---------- footer newsletter ---------- */
.tie-news-row {
	display: flex;
	align-items: center;
	gap: 6px;
	max-width: 339px;
}
.tie-news-row .wpcf7-form-control-wrap { flex: 1 1 auto; }
.tie-news-row input[type="email"] {
	width: 100%;
	height: 42px;
	padding: 0 16px;
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, 0);
	background: rgba(255, 255, 255, 0.05);
	color: #fff;
	font-family: "Satoshi", sans-serif;
	font-size: 14px;
	font-weight: 300;
	font-style: italic;
	letter-spacing: 0.05em;
	line-height: 22px;
}
.tie-news-row input[type="email"]::placeholder { color: rgba(255, 255, 255, 0.6); }
.tie-news-row input[type="email"]:focus {
	outline: none;
	border-color: rgba(255, 255, 255, 0.25);
}
.tie-news-row .tie-news-btn {
	width: 41px;
	height: 42px;
	flex: 0 0 41px;
	border: 0;
	border-radius: 10px;
	background-color: #03c3f9;
	background-image: url("https://claude.eventmark.design/wp-content/uploads/2026/07/icon-send.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 22px 22px;
	font-size: 0;
	line-height: 0;
	color: transparent;
	cursor: pointer;
	transition: background-color 0.2s ease;
}
.tie-news-row .tie-news-btn:hover { background-color: #ffffff; }
.tie-news-row .wpcf7-spinner { display: none; }
form.wpcf7-form .wpcf7-response-output {
	margin: 14px 0 0;
	padding: 10px 14px;
	border-radius: 10px;
	border-width: 1px;
	font-family: "Satoshi", sans-serif;
	font-size: 14px;
}

/* ---------- contact page form ---------- */
.tie-form { width: 100%; }
.tie-form .tie-field-row {
	display: flex;
	gap: 24px;
}
.tie-form .tie-field-row > .tie-field { flex: 1 1 0; }
.tie-form .tie-field {
	margin: 0 0 20px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.tie-form label {
	font-family: "Satoshi", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: #05183a;
}
.tie-form input[type="text"],
.tie-form input[type="email"],
.tie-form input[type="tel"],
.tie-form select,
.tie-form textarea {
	width: 100%;
	padding: 14px 18px;
	border: 1px solid #eaecf0;
	border-radius: 12px;
	background: #ffffff;
	font-family: "Satoshi", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: #0c111d;
}
.tie-form textarea { min-height: 140px; resize: vertical; }
.tie-form input::placeholder,
.tie-form textarea::placeholder { color: #98a2b3; font-weight: 400; }
.tie-form input:focus,
.tie-form select:focus,
.tie-form textarea:focus {
	outline: none;
	border-color: #03c3f9;
	box-shadow: 0 0 0 4px rgba(3, 195, 249, 0.12);
}
.tie-form .tie-submit { margin: 8px 0 0; }
.tie-form .tie-btn {
	display: inline-block;
	padding: 17px 32px;
	border: 0;
	border-radius: 100px;
	background: #03c3f9;
	color: #ffffff;
	font-family: "Satoshi", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	transition: background 0.2s ease;
}
.tie-form .tie-btn:hover { background: #05183a; }

@media (max-width: 767px) {
	.tie-form .tie-field-row { flex-direction: column; gap: 0; }
	.tie-news-row { max-width: 100%; }
}

/* ---------- responsive menu panel ----------
   The UAE / Header-Footer navigation widget leaves its collapsed mobile panel
   offset to the right of the toggle, which creates a horizontal scrollbar.
   No widget control exposes the closed-state position, so it is pinned here. */
@media (max-width: 1024px) {
	.elementor-element-tiehd003 .hfe-nav-menu__layout-horizontal .hfe-nav-menu,
	.elementor-element-tiehd003 .hfe-nav-menu__layout-horizontal nav {
		left: 0;
		right: 0;
		width: 100%;
		max-width: 100vw;
	}
	.ehf-header { overflow-x: clip; }
}

@media (max-width: 1024px) {
	.elementor-element-tiehd003 .hfe-nav-menu-icon { margin-left: auto; }
	.elementor-element-tiehd003 .hfe-nav-menu li .hfe-menu-toggle { right: 0; }
}

/* overflow-x guard: the collapsed navigation panel is absolutely positioned by
   the header/footer plugin and cannot be re-anchored through widget controls,
   so the document is prevented from scrolling sideways below the desktop
   breakpoint. */
@media (max-width: 1024px) {
	html, body { overflow-x: hidden; max-width: 100%; }
}
