/**
 * Agadir Concept Elementor Templates 2026.
 * Page-level composition rules only. Widget styling lives in the widgets plugin.
 */

:root {
	--ac-template-ink: #111c2b;
	--ac-template-accent: #f4583f;
	--ac-template-navy: #071a2b;
	--ac-template-off-white: #f7f6f2;
	--ac-template-border: #e5e7eb;
}

.elementor-page .site-main,
.elementor-page .page-content {
	max-width: none;
	padding: 0;
}

.ac-contact-hero {
	display: flex;
	align-items: stretch;
	gap: clamp(36px, 5vw, 78px);
	width: min(100%, 1280px);
	margin: 0 auto;
	padding: clamp(56px, 7vw, 104px) 32px;
}

.ac-contact-hero__left {
	flex: 0 1 44%;
	justify-content: center;
}

.ac-contact-hero__right {
	flex: 1 1 56%;
	align-self: center;
	padding: clamp(24px, 3vw, 42px);
	border: 1px solid var(--ac-template-border);
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(17, 28, 43, 0.08);
}

.ac-contact-hero__left > .elementor-widget-heading:first-child .elementor-heading-title {
	color: var(--ac-template-accent);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ac-contact-hero__left > .elementor-widget-heading:nth-child(2) .elementor-heading-title {
	max-width: 620px;
	color: var(--ac-template-ink);
	font-size: clamp(46px, 5vw, 76px);
	font-weight: 700;
	line-height: 0.98;
	letter-spacing: -0.045em;
}

.ac-contact-hero__left > .elementor-widget-heading:nth-child(3) .elementor-heading-title {
	color: var(--ac-template-accent);
	font-size: clamp(40px, 4vw, 58px);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.04em;
}

.ac-contact-hero__left .elementor-widget-text-editor {
	max-width: 560px;
	color: #526071;
	font-size: 17px;
	line-height: 1.7;
}

.ac-contact-hero__left .elementor-widget-image img {
	width: min(100%, 560px);
	margin-top: 14px;
}

.ac-contact-hero__right > .elementor-widget-heading .elementor-heading-title {
	margin-bottom: 4px;
	color: var(--ac-template-ink);
	font-size: clamp(28px, 3vw, 38px);
	font-weight: 700;
	letter-spacing: -0.025em;
}

.ac-contact-hero__right .elementor-widget-text-editor {
	margin-bottom: 12px;
	color: #667085;
}

.ac-contact-hero__right .elementor-field-group {
	margin-bottom: 16px;
}

.ac-contact-hero__right .elementor-field-label {
	margin-bottom: 7px;
	color: var(--ac-template-ink);
	font-size: 13px;
	font-weight: 600;
}

.ac-contact-hero__right .elementor-field,
.ac-contact-hero__right .elementor-select-wrapper select {
	min-height: 48px;
	padding: 12px 14px;
	border: 1px solid #d7dce2;
	border-radius: 4px;
	background: #fff;
	color: var(--ac-template-ink);
	box-shadow: none;
}

.ac-contact-hero__right textarea.elementor-field {
	min-height: 128px;
	resize: vertical;
}

.ac-contact-hero__right .elementor-button {
	width: 100%;
	min-height: 50px;
	border-radius: 3px;
	background: var(--ac-template-accent);
	font-weight: 650;
}

.ac-contact-hero__right .elementor-button:hover,
.ac-contact-hero__right .elementor-button:focus-visible {
	background: #e94a34;
}

.ac-contact-hero__right input:focus,
.ac-contact-hero__right textarea:focus,
.ac-contact-hero__right select:focus {
	border-color: var(--ac-template-accent);
	outline: 2px solid rgba(244, 88, 63, 0.18);
	outline-offset: 1px;
}

@media (max-width: 1024px) {
	.ac-contact-hero {
		gap: 36px;
		padding-right: 24px;
		padding-left: 24px;
	}
}

@media (max-width: 767px) {
	.ac-contact-hero {
		flex-direction: column;
		padding: 44px 18px 64px;
	}

	.ac-contact-hero__left,
	.ac-contact-hero__right {
		flex-basis: 100%;
		width: 100%;
	}

	.ac-contact-hero__right {
		padding: 22px 18px;
	}

	.ac-contact-hero__right .elementor-field-group.elementor-col-50 {
		width: 100%;
	}
}
