/*!
 * A&A Forgacs Muhelye - Kapcsolat oldal (297)
 *
 * Az urlap megjeleneset tulnyomoreszt a Fluent Forms Pro Elementor widget
 * natv kontrolljai adjak. Ez a fajl csak azt fedi le, amire a widgetnek
 * nincs kontrollja:
 *
 *   1. a ket 2-oszlopos mezosor mobil tordelese
 *   2. a GDPR sor igazitasa
 *   3. az oldalsav kartyainak hover allapota
 *   4. a vilagos szekcio szolgaltatas-linkjei (nyil + hover)
 *
 * Minden szabaly a 297-es oldalra van szukitve, tehat sem az
 * Arajanlatkeres urlapot, sem mas oldalt nem erinti.
 */

.elementor-297 .aa-contact-form {
	--aa-ink: var(--e-global-color-text, #F3EEE7);
	--aa-gold: var(--e-global-color-accent, #B88A4A);
	--aa-surface: var(--e-global-color-primary, #1E1612);
	--aa-hair: rgba(243, 238, 231, 0.14);
}

/* =========================================================
 * 1. MEZOSOROK
 * A tervben a Nev/E-mail es a Telefonszam/Helyszin par 18px-es
 * kozzel all egymas mellett; mobilon egy oszlopba tordel.
 * ========================================================= */

.elementor-297 .aa-contact-form .ff-t-container {
	gap: 18px;
}

.elementor-297 .aa-contact-form .ff-t-cell {
	padding: 0;
}

@media (max-width: 767px) {
	.elementor-297 .aa-contact-form .ff-t-container {
		display: block;
	}

	.elementor-297 .aa-contact-form .ff-t-cell {
		width: 100% !important;
		max-width: 100% !important;
		flex: 0 0 100% !important;
		display: block;
	}

	/* A gomb konnyen kattinthato legyen. */
	.elementor-297 .aa-contact-form .ff-el-group .ff-btn-submit {
		width: 100%;
		justify-content: center;
	}
}

/* =========================================================
 * 2. GDPR SOR
 * ========================================================= */

.elementor-297 .aa-contact-form .ff-el-group.kp-gdpr .ff-el-form-check-label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
}

.elementor-297 .aa-contact-form .ff-el-group.kp-gdpr .ff_tc_checkbox input {
	margin-top: 3px;
	accent-color: var(--aa-gold);
}

/* A kuldes gomb ne kapjon extra felso kozt - a terv szerint szorosan
   koveti a GDPR sort. */
.elementor-297 .aa-contact-form .ff-el-group.kp-submit {
	margin-bottom: 0;
}

.elementor-297 .aa-contact-form .ff-btn-submit {
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.elementor-297 .aa-contact-form .ff-el-form-control:focus {
	box-shadow: none;
}

.elementor-297 .aa-contact-form .ff-message-success {
	padding: 26px 30px;
	margin: 0;
}

/* =========================================================
 * 3. OLDALSAV KARTYAK
 * ========================================================= */

.elementor-297 .aa-card {
	transition: border-color 0.25s ease;
}

.elementor-297 .aa-card--link {
	text-decoration: none;
}

.elementor-297 .aa-card--link:hover {
	border-color: var(--e-global-color-accent, #B88A4A) !important;
}

/* =========================================================
 * 4. VILAGOS SZEKCIO - szolgaltatas-linkek
 * A hajszalvonalas elvalasztot a lista hatterszine adja,
 * a sorok sajat vilagos hattere "kivagja" azt.
 * ========================================================= */

.elementor-297 .aa-svc-link {
	text-decoration: none;
	flex-direction: row !important;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	transition: background-color 0.2s ease;
}

.elementor-297 .aa-svc-link::after {
	content: '\2192';
	flex: 0 0 auto;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	line-height: 1;
	color: #9A7842;
	transition: transform 0.2s ease;
}

.elementor-297 .aa-svc-link:hover {
	background-color: #D6CAB4 !important;
}

.elementor-297 .aa-svc-link:hover::after {
	transform: translateX(4px);
}

.elementor-297 .aa-svc-link > .elementor-widget-heading {
	width: auto;
	max-width: calc(100% - 40px);
}

@media (max-width: 767px) {
	.elementor-297 .aa-svc-link {
		gap: 14px;
	}
}
