/* Contact Us — banner + centered form */

/* Match Events page banner height (70vh); no dark overlay */
.hv-contact-banner,
body.elementor-page-36 .hv-contact-banner,
body.elementor-page-36 .elementor-element-hvcbanner {
	position: relative;
	height: 70vh !important;
	min-height: 420px !important;
	max-height: none !important;
	overflow: hidden;
	margin-top: 0 !important;
	padding: 0 !important;
}

.hv-contact-banner:not(.elementor-motion-effects-element-type-background),
.hv-contact-banner > .elementor-motion-effects-container > .elementor-motion-effects-layer,
body.elementor-page-36 .elementor-element-hvcbanner:not(.elementor-motion-effects-element-type-background),
body.elementor-page-36 .elementor-element-hvcbanner > .elementor-motion-effects-container > .elementor-motion-effects-layer {
	background-position: center 30% !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.hv-contact-banner > .elementor-background-overlay,
body.elementor-page-36 .elementor-element-hvcbanner > .elementor-background-overlay {
	display: none !important;
	opacity: 0 !important;
	background: none !important;
}

.hv-contact-banner > .elementor-container,
body.elementor-page-36 .elementor-element-hvcbanner > .elementor-container {
	height: 100% !important;
	min-height: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	padding-top: 40px !important;
}

.hv-contact-banner .elementor-heading-title {
	color: #fff !important;
	text-shadow: 0 1px 18px rgba(0, 0, 0, 0.25);
}

.hv-contact-banner__title .elementor-heading-title {
	font-family: var(--e-global-typography-vamtam_h2-font-family) !important;
	font-size: clamp(40px, 5.5vw, 58px) !important;
	font-weight: 400 !important;
	letter-spacing: 0.04em;
	text-transform: none;
}

.hv-contact-banner__sub .elementor-heading-title {
	font-family: var(--e-global-typography-vamtam_h2-font-family) !important;
	font-size: clamp(17px, 2.2vw, 20px) !important;
	font-style: italic !important;
	font-weight: 400 !important;
	opacity: 0.92;
	letter-spacing: 0.02em;
}

.hv-contact-banner__sub {
	position: relative;
	margin-top: 10px !important;
}

.hv-contact-banner__sub::before {
	content: "";
	display: block;
	width: 40px;
	height: 1px;
	margin: 0 auto 14px;
	background: rgba(255, 255, 255, 0.65);
}

.hv-contact-form-section {
	background: #f7f4f0 !important;
}

.hv-contact-form-section > .elementor-container {
	max-width: 640px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

.hv-contact-form__heading .elementor-heading-title {
	font-family: var(--e-global-typography-vamtam_h2-font-family) !important;
	color: #051f34 !important;
}

/* Contact Form 7 — card panel (heading + form) */
.hv-contact-form-section .elementor-element-hvcfcol1 > .elementor-widget-wrap,
.elementor-element-hvcformsec .elementor-element-hvcfcol1 > .elementor-element-populated {
	background: #fff !important;
	padding: 40px 44px 44px !important;
	box-shadow: 0 12px 36px rgba(5, 31, 52, 0.1) !important;
	box-sizing: border-box !important;
}

.hv-cf7,
.hv-contact-form .wpcf7 {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	background: transparent;
	padding: 0;
	box-shadow: none;
	box-sizing: border-box;
}

.hv-cf7__field,
.hv-contact-form .wpcf7 p.hv-cf7__field {
	margin: 0 0 18px !important;
}

.hv-cf7__label,
.hv-contact-form .wpcf7 label.hv-cf7__label {
	display: block !important;
	margin: 0 0 4px !important;
	padding: 0 !important;
	font-family: var(--e-global-typography-vamtam_primary_font-font-family) !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	letter-spacing: 0.12em !important;
	text-transform: uppercase !important;
	color: #051f34 !important;
	line-height: 1.2 !important;
}

.hv-cf7__field .wpcf7-form-control-wrap,
.hv-contact-form .wpcf7 .wpcf7-form-control-wrap {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
}

.hv-cf7__field br,
.hv-contact-form .wpcf7 p.hv-cf7__field br {
	display: none !important;
}

.hv-cf7__input,
.hv-cf7__textarea,
.hv-contact-form .wpcf7 input.wpcf7-text,
.hv-contact-form .wpcf7 input.wpcf7-email,
.hv-contact-form .wpcf7 textarea.wpcf7-textarea {
	width: 100% !important;
	max-width: 100% !important;
	box-sizing: border-box !important;
	height: auto !important;
	min-height: 0 !important;
	background: #fff !important;
	border: 1px solid #e3dbd4 !important;
	border-radius: 0 !important;
	margin: 0 !important;
	padding: 10px 14px !important;
	font-family: var(--e-global-typography-vamtam_primary_font-font-family) !important;
	font-size: 14px !important;
	line-height: 1.4 !important;
	color: #051f34 !important;
	box-shadow: none !important;
	outline: none !important;
}

.hv-cf7__textarea,
.hv-contact-form .wpcf7 textarea.wpcf7-textarea {
	min-height: 120px !important;
	line-height: 1.5 !important;
	resize: vertical;
}

.hv-cf7__input:focus,
.hv-cf7__textarea:focus,
.hv-contact-form .wpcf7 input:focus,
.hv-contact-form .wpcf7 textarea:focus {
	border-color: #051f34 !important;
}

.hv-cf7__submit {
	margin: 8px 0 0 !important;
	text-align: center !important;
}

.hv-cf7__button,
.hv-contact-form .wpcf7 input.wpcf7-submit,
.hv-contact-form .wpcf7 .hv-cf7__button {
	width: auto !important;
	min-width: 0 !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	background: #051f34 !important;
	color: #fff !important;
	border: 0 !important;
	border-radius: 20px !important;
	padding: 10px 20px !important;
	font-family: var(--e-global-typography-vamtam_primary_font-font-family) !important;
	font-size: 11px !important;
	font-weight: 600 !important;
	letter-spacing: 0.12em !important;
	text-transform: uppercase !important;
	line-height: 1 !important;
	cursor: pointer !important;
	transition: background-color 0.25s ease;
}

.hv-cf7__button:hover,
.hv-contact-form .wpcf7 input.wpcf7-submit:hover {
	background: #1c2430 !important;
	color: #fff !important;
}

.hv-contact-form .wpcf7-not-valid-tip {
	font-family: var(--e-global-typography-vamtam_primary_font-font-family);
	font-size: 12px;
	color: #a33;
	margin-top: 6px;
}

.hv-contact-form .wpcf7-response-output {
	margin: 18px 0 0 !important;
	padding: 12px 14px !important;
	border-radius: 0 !important;
	font-family: var(--e-global-typography-vamtam_primary_font-font-family);
	font-size: 13px;
	line-height: 1.45;
	text-align: center;
}

.hv-contact-form .wpcf7 form.sent .wpcf7-response-output {
	border-color: #051f34 !important;
	color: #051f34 !important;
	background: rgba(5, 31, 52, 0.04);
}

.hv-contact-form .wpcf7-spinner {
	margin-left: 10px;
}

/* Contact page uses same transparent overlay header as homepage */

/* On dark banner: light nav until scrolled to white header */
body.elementor-page-36:not(.hv-header-solid) .elementor-location-header .elementor-nav-menu--main .elementor-item,
body.elementor-page-36:not(.hv-header-solid) .elementor-location-header .elementor-nav-menu--main .elementor-item:hover {
	color: #fff !important;
}

body.elementor-page-36:not(.hv-header-solid) .elementor-location-header .elementor-nav-menu--main .elementor-item.elementor-item-active,
body.elementor-page-36:not(.hv-header-solid) .elementor-location-header .elementor-nav-menu--main .current-menu-item > .elementor-item {
	color: #c4a574 !important;
}

/* Prefix hyphen matches white nav text */
body.elementor-page-36:not(.hv-header-solid) .elementor-location-header .elementor-nav-menu--main.e--pointer-prefix .elementor-item:after,
body.elementor-page-36:not(.hv-header-solid) .elementor-location-header .elementor-nav-menu--main.e--pointer-prefix .elementor-item:not(:hover):after,
body.elementor-page-36:not(.hv-header-solid) .elementor-location-header .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after {
	background-color: #fff !important;
}

body.elementor-page-36:not(.hv-header-solid) .elementor-location-header .hv-header-contact .elementor-button,
body.elementor-page-36:not(.hv-header-solid) .elementor-location-header .elementor-element-03e83c0 .elementor-button {
	background: #fff !important;
	color: #051f34 !important;
}

body.elementor-page-36.hv-header-solid .elementor-location-header .elementor-nav-menu--main .elementor-item {
	color: #051f34 !important;
}

body.elementor-page-36.hv-header-solid .elementor-location-header .elementor-nav-menu--main .elementor-item.elementor-item-active,
body.elementor-page-36.hv-header-solid .elementor-location-header .elementor-nav-menu--main .current-menu-item > .elementor-item {
	color: #c4a574 !important;
}

body.elementor-page-36.hv-header-solid .elementor-location-header .hv-header-contact .elementor-button,
body.elementor-page-36.hv-header-solid .elementor-location-header .elementor-element-03e83c0 .elementor-button {
	background: #051f34 !important;
	color: #fff !important;
}

@media (max-width: 767px) {
	.hv-contact-banner,
	body.elementor-page-36 .elementor-element-hvcbanner {
		height: 70vh !important;
		min-height: 360px !important;
	}

	.hv-contact-banner > .elementor-container,
	body.elementor-page-36 .elementor-element-hvcbanner > .elementor-container {
		min-height: 0 !important;
	}

	.hv-contact-banner__title .elementor-heading-title {
		font-size: 36px !important;
	}

	.hv-contact-form-section {
		padding-top: 48px !important;
		padding-bottom: 60px !important;
	}

	.hv-contact-form-section .elementor-element-hvcfcol1 > .elementor-widget-wrap,
	.elementor-element-hvcformsec .elementor-element-hvcfcol1 > .elementor-element-populated {
		padding: 28px 20px 32px !important;
	}
}
