/* Shifke Contact Form 7: premium calm UI (max font-weight 500) */
.wpcf7 {
	--cf7-ink: #1f2933;
	--cf7-muted: #64748b;
	--cf7-line: #e5e7eb;
	--cf7-bg: #f4f7f5;
	--cf7-surface: #ffffff;
	--cf7-accent: #1f7a5c;
	--cf7-accent-hover: #17634b;
	--cf7-accent-soft: #e8f3ee;
	--cf7-danger: #b42318;
	--cf7-danger-soft: #fef3f2;
	--cf7-ok: #1f7a5c;
	--cf7-ok-soft: #e8f3ee;
	--cf7-radius: 14px;
	--cf7-font: "Segoe UI", Tahoma, Arial, sans-serif;
	--cf7-ease: cubic-bezier(0.22, 1, 0.36, 1);
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin: 0;
	font-family: var(--cf7-font);
	color: var(--cf7-ink);
	direction: rtl;
}

.wpcf7 *,
.wpcf7 *::before,
.wpcf7 *::after {
	box-sizing: border-box;
}

.wpcf7 form.shifke-cf7,
.wpcf7 .shifke-cf7,
.wpcf7 .oneRowForm {
	display: flex;
	flex-direction: column;
	gap: 22px;
	margin: 0;
	padding: 24px 20px 20px;
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(247, 250, 248, 0.96) 100%);
	border: 1px solid rgba(31, 122, 92, 0.12);
	border-radius: calc(var(--cf7-radius) + 4px);
	box-shadow:
		0 1px 0 rgba(255, 255, 255, 0.8) inset,
		0 12px 32px rgba(15, 23, 42, 0.05);
}

.wpcf7 .shifke-cf7__row {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
	align-items: start;
}

@media (min-width: 640px) {
	.wpcf7 .shifke-cf7__row--2 {
		grid-template-columns: 1fr 1fr;
		gap: 18px;
	}
}

.wpcf7 .shifke-cf7__field,
.wpcf7 p.shifke-cf7__field,
.wpcf7 .oneRowForm > div:not(.mySubmit):not(.shifke-cf7__turnstile):not(.shifke-cf7__actions) {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	gap: 12px;
	margin: 0 !important;
	padding: 0 !important;
	width: 100%;
	min-height: 0;
	line-height: 1.3;
}

.wpcf7 .shifke-cf7__field br,
.wpcf7 .shifke-cf7 br {
	display: none;
}

.wpcf7 label,
.wpcf7 .shifke-cf7__label {
	display: block;
	margin: 0 !important;
	padding: 0 2px !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	line-height: 1.35 !important;
	letter-spacing: 0.01em;
	color: var(--cf7-muted);
}

.wpcf7 .wpcf7-form-control-wrap {
	display: block;
	margin: 0 !important;
	padding: 0 !important;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 textarea,
.wpcf7 select,
.wpcf7 .shifke-cf7__select {
	appearance: none;
	width: 100%;
	margin: 0 !important;
	padding: 14px 16px;
	border: 1px solid var(--cf7-line);
	border-radius: 12px;
	background: var(--cf7-surface);
	color: var(--cf7-ink);
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.45;
	outline: none;
	box-shadow: 0 1px 0 rgba(15, 23, 42, 0.02);
	transition:
		border-color 0.2s var(--cf7-ease),
		box-shadow 0.2s var(--cf7-ease),
		background-color 0.2s ease;
}

.wpcf7 select,
.wpcf7 .shifke-cf7__select {
	min-height: 52px;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 42px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: left 14px center;
	background-size: 16px;
	cursor: pointer;
}

.wpcf7 .shifke-cf7__select-wrap {
	position: relative;
	width: 100%;
}

.wpcf7 .shifke-cf7__select-wrap > select,
.wpcf7 .shifke-cf7__select-wrap > .shifke-cf7__select {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	border: 0 !important;
	opacity: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	pointer-events: none !important;
	background: none !important;
	box-shadow: none !important;
}

.wpcf7 .shifke-cf7__select-trigger {
	appearance: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	min-height: 52px;
	margin: 0;
	padding: 14px 16px 14px 42px;
	border: 1px solid var(--cf7-line);
	border-radius: 12px;
	background-color: var(--cf7-surface);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: left 14px center;
	background-size: 16px;
	color: var(--cf7-ink);
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.45;
	text-align: right;
	cursor: pointer;
	box-shadow: 0 1px 0 rgba(15, 23, 42, 0.02);
	transition:
		border-color 0.2s var(--cf7-ease),
		box-shadow 0.2s var(--cf7-ease);
}

.wpcf7 .shifke-cf7__select-trigger.is-placeholder {
	color: #94a3b8;
}

.wpcf7 .shifke-cf7__select-trigger:hover {
	border-color: #d1d5db;
}

.wpcf7 .shifke-cf7__select-wrap.is-open .shifke-cf7__select-trigger,
.wpcf7 .shifke-cf7__select-trigger:focus-visible {
	border-color: var(--cf7-accent);
	box-shadow: inset 0 0 0 2px rgba(31, 122, 92, 0.22);
	outline: none;
}

.wpcf7 .shifke-cf7__select-wrap.is-invalid .shifke-cf7__select-trigger {
	border-color: #f97066;
	box-shadow: inset 0 0 0 2px rgba(180, 35, 24, 0.2);
}

.wpcf7 .shifke-cf7__select-list {
	position: absolute;
	z-index: 50;
	top: calc(100% + 6px);
	right: 0;
	left: 0;
	margin: 0;
	padding: 6px;
	list-style: none;
	max-height: 280px;
	overflow-y: auto;
	background: #fff;
	border: 1px solid var(--cf7-line);
	border-radius: 12px;
	box-shadow: 0 14px 32px rgba(15, 23, 42, 0.14);
}

.wpcf7 .shifke-cf7__select-list[hidden] {
	display: none !important;
}

.wpcf7 .shifke-cf7__select-option {
	display: block;
	width: 100%;
	margin: 0;
	padding: 11px 12px;
	border: 0;
	border-radius: 8px;
	background: transparent;
	color: var(--cf7-ink);
	font-family: inherit;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	text-align: right;
	cursor: pointer;
}

.wpcf7 .shifke-cf7__select-option.is-placeholder {
	color: #94a3b8;
}

.wpcf7 .shifke-cf7__select-option:hover,
.wpcf7 .shifke-cf7__select-option:focus-visible {
	background: var(--cf7-accent-soft);
	color: var(--cf7-accent);
	outline: none;
}

.wpcf7 .shifke-cf7__select-option.is-active {
	background: var(--cf7-accent-soft);
	color: var(--cf7-accent);
	font-weight: 500;
}

.wpcf7 .shifke-cf7__select-option:disabled {
	opacity: 0.55;
	cursor: default;
}

.wpcf7 .shifke-cf7__optional {
	font-size: 12px;
	font-weight: 400;
	color: #94a3b8;
}

.wpcf7 .shifke-cf7__article {
	position: relative;
	width: 100%;
}

.wpcf7 .shifke-cf7__article[hidden],
.wpcf7 [data-shifke-subject-wrap][hidden] {
	display: none !important;
}

.wpcf7 form[data-shifke-follow='article'] .shifke-cf7__article,
.wpcf7 form[data-shifke-follow='subject'] [data-shifke-subject-wrap],
.wpcf7 form[data-shifke-follow='scope'] .shifke-cf7__scope {
	padding: 12px 12px 10px;
	border: 1px solid rgba(31, 122, 92, 0.14);
	border-radius: 14px;
	background: linear-gradient(180deg, #f7fbf9 0%, #f3f7f5 100%);
}

.wpcf7 form[data-shifke-follow='scope'] .shifke-cf7__scope {
	gap: 12px;
}

.wpcf7 form[data-shifke-follow='article'] .shifke-cf7__article .shifke-cf7__label,
.wpcf7 form[data-shifke-follow='subject'] [data-shifke-subject-wrap] .shifke-cf7__label,
.wpcf7 form[data-shifke-follow='scope'] .shifke-cf7__scope > .shifke-cf7__label {
	color: #1f7a5c;
}

.wpcf7 .shifke-cf7__field--suggest {
	position: relative;
	z-index: 5;
}

.wpcf7 .shifke-cf7__suggest {
	position: absolute;
	z-index: 40;
	top: calc(100% - 2px);
	right: 0;
	left: 0;
	margin: 0;
	padding: 6px;
	list-style: none;
	max-height: 260px;
	overflow-y: auto;
	background: #fff;
	border: 1px solid var(--cf7-line);
	border-radius: 12px;
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

.wpcf7 .shifke-cf7__suggest[hidden] {
	display: none !important;
}

.wpcf7 .shifke-cf7__suggest-item {
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 12px;
	border: 0;
	border-radius: 8px;
	background: transparent;
	color: var(--cf7-ink);
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	text-align: right;
	cursor: pointer;
}

.wpcf7 .shifke-cf7__suggest-item:hover,
.wpcf7 .shifke-cf7__suggest-item:focus {
	background: var(--cf7-accent-soft);
	color: var(--cf7-accent);
	outline: none;
}

.wpcf7 .shifke-cf7__hint {
	display: block;
	margin-top: 6px;
	padding: 0 2px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--cf7-muted);
}

.wpcf7 .shifke-cf7__hint--error {
	color: var(--cf7-danger);
}

.wpcf7 .shifke-cf7__hint[hidden] {
	display: none !important;
}

.wpcf7 .shifke-cf7__scope {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
}

.wpcf7 .shifke-cf7__scope[hidden] {
	display: none !important;
}

.wpcf7 .shifke-cf7__scope-options {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	padding: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.wpcf7 .shifke-cf7__scope-options > p {
	display: contents;
}

.wpcf7 .shifke-cf7__scope-option {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	min-height: 48px;
	margin: 0 !important;
	padding: 12px 12px;
	border: 1.5px solid #d7dee6;
	border-radius: 14px;
	background: #fff;
	color: #5b6b7c;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
	cursor: pointer;
	box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03);
	transition:
		background 0.2s var(--cf7-ease),
		color 0.2s ease,
		border-color 0.2s ease,
		box-shadow 0.2s var(--cf7-ease);
}

.wpcf7 .shifke-cf7__scope-option br {
	display: none !important;
}

.wpcf7 .shifke-cf7__scope-option:hover {
	color: #1f2933;
	border-color: #b7d8c8;
	background: #f7fbf8;
	transform: none;
	box-shadow: 0 6px 16px rgba(31, 122, 92, 0.08);
}

.wpcf7 .shifke-cf7__scope-option:has(input:checked),
.wpcf7 .shifke-cf7__scope-option.is-selected {
	background: #eef8f3;
	color: #1f7a5c;
	border-color: #1f7a5c;
	box-shadow:
		0 0 0 3px rgba(31, 122, 92, 0.12),
		0 8px 18px rgba(31, 122, 92, 0.1);
}

.wpcf7 .shifke-cf7__scope-option input[type="radio"] {
	position: absolute !important;
	left: 0 !important;
	top: 0 !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	border: 0 !important;
	opacity: 0 !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	pointer-events: none !important;
}

.wpcf7 .shifke-cf7__scope-ui {
	display: none !important;
}

.wpcf7 .shifke-cf7__scope-text {
	flex: 0 1 auto;
	min-width: 0;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.35;
	color: inherit;
	text-align: center;
}

@media (max-width: 419px) {
	.wpcf7 .shifke-cf7__scope-options {
		grid-template-columns: 1fr;
	}

	.wpcf7 .shifke-cf7__scope-option {
		justify-content: flex-start;
		padding-inline: 14px;
		text-align: right;
	}

	.wpcf7 .shifke-cf7__scope-text {
		text-align: right;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7 .shifke-cf7__scope-option {
		transition: none;
	}
}

.wpcf7 textarea {
	min-height: 140px;
	padding-top: 16px;
	padding-bottom: 16px;
	resize: vertical;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
	color: #94a3b8;
	opacity: 1;
	font-weight: 400;
}

.wpcf7 input:hover,
.wpcf7 textarea:hover,
.wpcf7 select:hover {
	border-color: #d1d5db;
}

.wpcf7 input:focus,
.wpcf7 textarea:focus,
.wpcf7 select:focus {
	border-color: var(--cf7-accent);
	background: #fff;
	box-shadow:
		inset 0 0 0 2px rgba(31, 122, 92, 0.22),
		0 1px 0 rgba(15, 23, 42, 0.02);
	outline: none;
}

.wpcf7 .wpcf7-not-valid {
	border-color: #f97066 !important;
	box-shadow: inset 0 0 0 2px rgba(180, 35, 24, 0.2) !important;
}

.wpcf7 .wpcf7-not-valid-tip {
	display: block;
	margin-top: 8px;
	margin-bottom: 2px;
	padding: 0 2px;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.45;
	color: var(--cf7-danger);
}

.wpcf7 p {
	margin: 0;
}

.wpcf7 .shifke-cf7__turnstile,
.wpcf7 .oneRowForm > div:has(.cf-turnstile),
.wpcf7 .oneRowForm > div:has(iframe) {
	display: flex;
	justify-content: flex-start;
	margin: 4px 0 0;
	padding: 0;
	min-height: 0;
}

.wpcf7 .shifke-cf7__actions,
.wpcf7 .mySubmit {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 12px;
	margin: 4px 0 0;
	padding: 0;
}

.wpcf7 input[type="submit"],
.wpcf7 .shifke-cf7__submit,
.wpcf7 .my_submit_button,
.wpcf7 .wpcf7-submit {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: 100%;
	min-height: 56px;
	margin: 0;
	padding: 16px 24px;
	border: 1px solid #1a6b51;
	border-radius: 14px;
	background: linear-gradient(180deg, #248f6c 0%, #1f7a5c 100%);
	color: #fff !important;
	font-family: inherit;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: -0.01em;
	cursor: pointer;
	box-shadow:
		0 10px 22px rgba(31, 122, 92, 0.2),
		inset 0 1px 0 rgba(255, 255, 255, 0.16);
	transition:
		background 0.2s ease,
		box-shadow 0.2s var(--cf7-ease),
		transform 0.2s var(--cf7-ease),
		opacity 0.15s ease;
}

.wpcf7 input[type="submit"]:hover,
.wpcf7 .shifke-cf7__submit:hover,
.wpcf7 .my_submit_button:hover,
.wpcf7 .wpcf7-submit:hover {
	background: linear-gradient(180deg, #1f7a5c 0%, #17634b 100%);
	color: #fff !important;
	transform: translateY(-1px);
	box-shadow:
		0 14px 28px rgba(31, 122, 92, 0.26),
		inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.wpcf7 input[type="submit"]:active,
.wpcf7 .shifke-cf7__submit:active,
.wpcf7 .my_submit_button:active,
.wpcf7 .wpcf7-submit:active {
	transform: translateY(0);
	box-shadow: 0 6px 14px rgba(31, 122, 92, 0.18);
}

.wpcf7 input[type="submit"]:focus-visible,
.wpcf7 .wpcf7-submit:focus-visible {
	outline: none;
	box-shadow:
		0 0 0 4px rgba(31, 122, 92, 0.18),
		0 10px 22px rgba(31, 122, 92, 0.2);
}

.wpcf7 .wpcf7-spinner {
	margin: 0 auto;
}

.wpcf7 form.submitting input[type="submit"],
.wpcf7 form.submitting .wpcf7-submit {
	opacity: 0.72;
	cursor: wait;
	transform: none;
}

.wpcf7 .wpcf7-response-output {
	margin: 4px 0 0 !important;
	padding: 14px 16px !important;
	border-radius: 12px !important;
	border-width: 1px !important;
	font-size: 14px !important;
	font-weight: 400 !important;
	line-height: 1.55 !important;
	text-align: right;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: rgba(31, 122, 92, 0.28) !important;
	background: var(--cf7-ok-soft) !important;
	color: var(--cf7-ok) !important;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.spam .wpcf7-response-output {
	border-color: rgba(180, 35, 24, 0.22) !important;
	background: var(--cf7-danger-soft) !important;
	color: var(--cf7-danger) !important;
}

.wpcf7 .space-h {
	display: none;
}

/*
 * Contact / privacy: reading column inside full-width primary
 * (do not shrink #primary: that leaves a gray gutter vs other pages).
 * Newsletter stays full-width: landing layout, not a reading page.
 */
body.page-id-2472 #primary,
body.page-id-23149 #primary {
	float: none;
	width: 100%;
	max-width: none;
	margin: 0;
}

body.page-id-2472 #primary > .container,
body.page-id-23149 #primary > .container {
	width: 100%;
	max-width: 640px;
	margin-inline: auto;
	padding-inline: 16px;
}

body.page-id-2472 #primary #content #main,
body.page-id-23149 #primary #content #main {
	float: none;
	width: 100%;
	max-width: 100%;
	margin: 0;
}

body.page-id-2472 .entry-page,
body.page-id-23149 .entry-page {
	width: 100%;
	max-width: 100%;
	margin: 0;
}

body.page-id-2472 .entry-header,
body.page-id-23149 .entry-header {
	margin: 0 0 12px;
	padding: 0;
	text-align: right;
}

body.page-id-2472 .entry-title,
body.page-id-23149 .entry-title {
	margin: 0 0 6px;
	font-weight: 500;
	line-height: 1.25;
}

body.page-id-2472 .entry-content,
body.page-id-23149 .entry-content {
	max-width: 100%;
	margin: 0;
	padding: 0;
}

body.page-id-2472 .entry-content > p:empty,
body.page-id-23149 .entry-content > p:empty {
	display: none;
}

body.page-id-2472 .wpcf7,
body.page-id-23149 .wpcf7,
.entry-content .wpcf7,
.page .entry-content .wpcf7 {
	width: 100%;
	max-width: 100%;
	margin: 0;
}

/* Accessibility page: form matches reading column width */
body.page-id-19347 .entry-content .wpcf7 {
	width: 100%;
	max-width: 100%;
	margin: 12px 0 0;
}

body.page-id-2472 .entry-footer,
body.page-id-23149 .entry-footer {
	margin-top: 8px;
}

/* Contact page SEO / UX copy */
body.page-id-2472 .entry-content .shifke-contact-h2,
body.page-id-2472 .entry-content h2 {
	margin: 28px 0 10px;
	padding: 0;
	color: #1f2933;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.35;
}

body.page-id-2472 .entry-content > .shifke-contact-h2:first-child,
body.page-id-2472 .entry-content > h2:first-of-type {
	margin-top: 4px;
}

body.page-id-2472 .entry-content .shifke-contact-lead,
body.page-id-2472 .entry-content .shifke-contact-seo {
	margin: 0 0 12px;
	padding: 0;
	color: #475569;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
}

body.page-id-2472 .entry-content .wpcf7 {
	margin: 18px 0 8px;
}

body.page-id-2472 .entry-content .shifke-contact-reasons,
body.page-id-2472 .entry-content ul.shifke-contact-reasons {
	margin: 0 0 8px;
	padding: 0 18px 0 0;
	list-style: disc;
	color: #475569;
	font-size: 16px;
	line-height: 1.65;
}

body.page-id-2472 .entry-content .shifke-contact-reasons li {
	margin: 0 0 6px;
	padding: 0;
}

body.page-id-2472 .entry-content a {
	color: #1f7a5c;
	text-decoration: underline;
	text-underline-offset: 2px;
}

body.page-id-2472 .entry-content a:hover {
	color: #17634b;
}

body.page-id-2472 .entry-content .shifke-contact-faq {
	margin: 8px 0 24px;
	padding: 0;
}

body.page-id-2472 .entry-content .shifke-contact-faq__q,
body.page-id-2472 .entry-content h3.shifke-contact-faq__q {
	margin: 18px 0 6px;
	padding: 0;
	color: #1f2933;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.35;
}

body.page-id-2472 .entry-content .shifke-contact-faq__a {
	margin: 0 0 4px;
	padding: 0;
	color: #475569;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.65;
}

@media (max-width: 639px) {
	.wpcf7 .shifke-cf7,
	.wpcf7 .oneRowForm {
		gap: 18px;
		padding: 20px 16px 18px;
		border-radius: 16px;
	}

	.wpcf7 input[type="submit"],
	.wpcf7 .wpcf7-submit {
		min-height: 54px;
		padding: 15px 20px;
		font-size: 15px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7 input,
	.wpcf7 textarea,
	.wpcf7 input[type="submit"],
	.wpcf7 .wpcf7-submit {
		transition: none;
	}

	.wpcf7 input[type="submit"]:hover,
	.wpcf7 .wpcf7-submit:hover {
		transform: none;
	}
}
