.elementor-widget-amber_contact_card {
	--amber-purple: #65009b;
	--amber-text: #111111;
	--amber-left-column: 44%;
}

.amber-contact-stage,
.amber-contact-stage * {
	box-sizing: border-box;
}

.amber-contact-stage {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 560px;
	padding: 28px 0;
	background: #ffffff;
	overflow: hidden;
	isolation: isolate;
}

.amber-contact-photo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 32%;
	min-width: 0;
	background: #dedede;
	overflow: hidden;
}

.amber-contact-photo::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: rgba(255, 255, 255, 0.08);
	pointer-events: none;
}

.amber-contact-photo-image {
	display: block;
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	object-position: center center;
}

.amber-contact-card {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(0, var(--amber-left-column)) minmax(0, 1fr);
	column-gap: 54px;
	width: 86%;
	margin-left: 14%;
	padding: 44px;
	background: #f4f4f4;
	border-radius: 70px 70px 0 0;
	box-shadow: 7px 8px 0 rgba(0, 0, 0, 0.10);
}

.amber-contact-stage--no-photo .amber-contact-card {
	margin-right: auto;
	margin-left: auto;
}

.amber-contact-left,
.amber-contact-right {
	min-width: 0;
}

.amber-contact-title {
	position: relative;
	width: max-content;
	max-width: 100%;
	margin: 0 0 28px;
	padding: 0 0 13px;
	color: #222222;
	font-family: Poppins, sans-serif;
	font-size: 34px;
	font-weight: 400;
	line-height: 1.15;
}

.amber-contact-title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 68px;
	height: 3px;
	background: var(--amber-purple);
	border-radius: 999px;
}

.amber-contact-intro {
	margin-bottom: 25px;
}

.amber-contact-intro strong,
.amber-social-title {
	display: block;
	font-weight: 700;
}

.amber-contact-intro p {
	margin: 4px 0 0;
	font-weight: 600;
	line-height: 1.5;
}

.amber-contact-list {
	display: flex;
	flex-direction: column;
	row-gap: 15px;
	width: 100%;
	min-width: 0;
}

.amber-contact-item,
a.amber-contact-item,
div.amber-contact-item {
	display: flex !important;
	align-items: center;
	width: 100%;
	min-width: 0;
	column-gap: 15px;
	padding: 0;
	color: inherit;
	background: transparent;
	border: 0;
	text-decoration: none;
}

.amber-contact-item:hover,
.amber-contact-item:focus,
.amber-contact-item:visited {
	color: inherit;
	text-decoration: none;
}

.amber-contact-icon {
	position: relative;
	display: inline-flex;
	flex: 0 0 46px;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	min-width: 46px;
	margin: 0;
	padding: 0;
	color: var(--amber-purple);
	background: #ffffff;
	border: 1px solid #d4d4d4;
	border-radius: 9px;
	line-height: 1;
	transition: transform 0.2s ease, border-color 0.2s ease;
}

.amber-contact-item:hover .amber-contact-icon {
	transform: translateY(-2px);
	border-color: currentColor;
}

.amber-contact-icon i,
.amber-contact-icon svg {
	display: block;
	width: 21px;
	height: 21px;
	max-width: 21px;
	font-size: 21px;
	line-height: 1;
}

.amber-contact-copy {
	display: flex;
	flex: 1 1 0;
	flex-direction: column;
	width: auto;
	min-width: 0;
	max-width: 100%;
	margin: 0;
	padding: 0;
}

.amber-contact-value,
.amber-contact-description {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	overflow-wrap: anywhere;
	word-break: normal;
	white-space: normal;
}

.amber-contact-value {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
}

.amber-contact-description {
	margin-top: 2px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.35;
}

.amber-social-section {
	margin-top: 25px;
}

.amber-social-list {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 12px;
}

.amber-social-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	color: var(--amber-purple);
	background: #ffffff;
	border: 1px solid #d4d4d4;
	border-radius: 8px;
	text-decoration: none;
	transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.amber-social-link:hover,
.amber-social-link:focus-visible {
	color: #ffffff;
	background: var(--amber-purple);
	transform: translateY(-2px);
}

.amber-social-link i,
.amber-social-link svg {
	width: 22px;
	height: 22px;
	font-size: 22px;
}

.amber-contact-form {
	display: grid;
	gap: 19px;
	width: 100%;
	min-width: 0;
}

.amber-form-field {
	display: grid;
	gap: 8px;
	min-width: 0;
}

.amber-form-field > label {
	font-size: 13px;
	font-weight: 700;
	line-height: 1.3;
}

.amber-input-wrap {
	position: relative;
	min-width: 0;
}

.amber-input-icon {
	position: absolute;
	top: 50%;
	left: 17px;
	z-index: 1;
	display: inline-flex;
	width: 18px;
	height: 18px;
	color: #444444;
	transform: translateY(-50%);
	pointer-events: none;
}

.amber-input-icon svg {
	width: 100%;
	height: 100%;
}

.amber-textarea-wrap .amber-input-icon {
	top: 20px;
	transform: none;
}

.amber-field-control {
	display: block;
	width: 100%;
	min-width: 0;
	min-height: 58px;
	margin: 0;
	padding: 15px 18px 15px 50px;
	color: #333333;
	background: transparent;
	border: 2px solid #555555;
	border-radius: 12px;
	font: inherit;
	font-size: 13px;
	line-height: 1.45;
	outline: none;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

textarea.amber-field-control {
	min-height: 170px;
	padding-top: 16px;
	resize: vertical;
}

.amber-field-control:focus {
	border-color: var(--amber-purple);
	box-shadow: 0 0 0 3px rgba(101, 0, 155, 0.12);
}

.amber-field-control::placeholder {
	opacity: 0.82;
}

.amber-submit-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	width: 100%;
	min-height: 58px;
	padding: 14px 24px;
	color: #ffffff;
	background: var(--amber-purple);
	border: 0;
	border-radius: 16px;
	font-family: inherit;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.02em;
	cursor: pointer;
	transition: transform 0.2s ease, opacity 0.2s ease, background-color 0.2s ease;
}

.amber-submit-button:hover,
.amber-submit-button:focus-visible {
	background: #4d0077;
	transform: translateY(-2px);
}

.amber-submit-button:disabled {
	cursor: wait;
	opacity: 0.68;
	transform: none;
}

.amber-button-arrow {
	font-size: 22px;
	line-height: 1;
	transition: transform 0.2s ease;
}

.amber-submit-button:hover .amber-button-arrow {
	transform: translateX(4px);
}

.amber-form-status {
	min-height: 0;
	padding: 0;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.45;
}

.amber-form-status:not(:empty) {
	padding: 11px 13px;
}

.amber-form-status.is-success {
	color: #145c2b;
	background: #e5f7ea;
	border: 1px solid #a9dfb7;
}

.amber-form-status.is-error {
	color: #8d1717;
	background: #fdeaea;
	border: 1px solid #efb2b2;
}

.amber-honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

@media (max-width: 1024px) {
	.amber-contact-stage {
		display: block;
		min-height: 0;
		padding: 0 0 36px;
		overflow: visible;
	}

	.amber-contact-photo {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		width: 100% !important;
		height: var(--amber-photo-responsive-height, 330px);
		min-height: 220px;
		border-radius: 32px 32px 0 0;
	}

	.amber-contact-photo-image {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.amber-contact-card {
		--amber-left-column: 43%;
		position: relative;
		width: min(94%, 980px) !important;
		margin: calc(-1 * var(--amber-photo-overlap, 42px)) auto 0 !important;
		padding: 36px 30px;
		column-gap: 30px;
		border-radius: 48px 48px 0 0;
	}

	.amber-contact-stage--no-photo .amber-contact-card,
	.amber-contact-stage--hide-photo-mobile .amber-contact-card {
		margin-top: 0 !important;
	}
}

@media (max-width: 767px) {
	.amber-contact-stage {
		padding: 0;
	}

	.amber-contact-photo {
		height: var(--amber-photo-responsive-height, 240px);
		min-height: 180px;
		border-radius: 24px 24px 0 0;
	}

	.amber-contact-card {
		display: grid;
		grid-template-columns: minmax(0, 1fr);
		gap: 38px;
		width: 100% !important;
		margin: calc(-1 * var(--amber-photo-overlap, 28px)) 0 0 !important;
		padding: 34px 22px;
		border-radius: 36px 36px 0 0;
		box-shadow: 0 -5px 0 rgba(0, 0, 0, 0.08);
	}

	.amber-contact-stage--no-photo,
	.amber-contact-stage--hide-photo-mobile {
		padding-top: 0;
	}

	.amber-contact-stage--hide-photo-mobile .amber-contact-photo {
		display: none;
	}

	.amber-contact-stage--hide-photo-mobile .amber-contact-card {
		margin-top: 0 !important;
	}

	.amber-contact-title {
		font-size: 30px;
	}

	.amber-contact-item,
	a.amber-contact-item,
	div.amber-contact-item {
		column-gap: 12px;
	}

	.amber-contact-icon,
	.amber-social-link {
		width: 42px;
		height: 42px;
	}

	.amber-contact-icon {
		flex-basis: 42px;
		min-width: 42px;
	}
}
