/**
 * Shomarito footer v2.
 * All rules are scoped to the Elementor root `.shm-footer`.
 */
.shm-footer {
	--shm-blue: #2063da;
	--shm-blue-deep: #164faf;
	--shm-blue-night: #123b81;
	--shm-mint: #2aa968;
	--shm-mint-deep: #208551;
	--shm-mint-soft: #eaf8ef;
	--shm-blue-soft: #eef5ff;
	--shm-ink: #292d32;
	--shm-text: #56616d;
	--shm-muted: #7a8590;
	--shm-line: #dfe8e3;
	--shm-focus: #f5bc3b;
	position: relative;
	isolation: isolate;
	display: block !important;
	width: 100% !important;
	padding: 0 24px 30px;
	overflow: hidden;
	direction: rtl;
	font-family: "YekanBakhVF", "Yekan Bakh", Tahoma, sans-serif;
	background:
		radial-gradient(circle at 91% 18%, rgba(211, 243, 223, .82), transparent 25%),
		radial-gradient(circle at 7% 32%, rgba(219, 233, 255, .82), transparent 25%),
		linear-gradient(180deg, #f9fcfb 0%, #f5faf7 100%);
	border-top: 1px solid #e7efeb;
}

.shm-footer,
.shm-footer * {
	box-sizing: border-box;
}

.shm-footer::before {
	position: absolute;
	top: 82px;
	right: -72px;
	z-index: -1;
	width: 220px;
	height: 220px;
	content: "";
	opacity: .5;
	background-image: radial-gradient(#7bb5ee 1.2px, transparent 1.2px);
	background-size: 16px 16px;
	-webkit-mask-image: linear-gradient(90deg, #000, transparent 86%);
	mask-image: linear-gradient(90deg, #000, transparent 86%);
}

.shm-footer a {
	color: inherit;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
}

.shm-footer :where(a, button, input):focus-visible {
	outline: 3px solid var(--shm-focus);
	outline-offset: 3px;
}

.shm-footer .elementor-widget {
	margin: 0;
}

.shm-footer .shm-footer__wrap {
	display: flex !important;
	flex-direction: column !important;
	width: min(1280px, 100%) !important;
	margin: -34px auto 0;
}

.shm-footer .shm-footer__surface {
	position: relative;
	display: grid !important;
	grid-template-columns: minmax(0, 1.22fr) minmax(0, 1.08fr) minmax(230px, .72fr);
	grid-template-areas:
		"brand nav trust"
		"utility utility utility";
	gap: 16px;
	padding: 16px;
	overflow: hidden;
	background: rgba(255, 255, 255, .92);
	border: 1px solid rgba(214, 227, 220, .95);
	border-radius: 32px;
	box-shadow: 0 30px 75px rgba(42, 73, 57, .10), 0 4px 14px rgba(42, 73, 57, .04);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

.shm-footer .shm-brand,
.shm-footer .shm-nav,
.shm-footer .shm-trust {
	width: 100% !important;
}

.shm-footer .shm-brand {
	grid-area: brand;
	position: relative;
	min-height: 420px;
	display: flex !important;
	flex-direction: column !important;
	justify-content: space-between;
	padding: 30px;
	overflow: hidden;
	color: #fff;
	background:
		radial-gradient(circle at 8% 6%, rgba(255, 255, 255, .18), transparent 30%),
		linear-gradient(145deg, var(--shm-blue-night) 0%, var(--shm-blue) 62%, #2f7de9 100%);
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 24px;
	box-shadow: 0 22px 45px rgba(24, 79, 173, .19);
}

.shm-footer .shm-brand::before,
.shm-footer .shm-brand::after {
	position: absolute;
	content: "";
	pointer-events: none;
	border: 1px solid rgba(255, 255, 255, .13);
	border-radius: 50%;
}

.shm-footer .shm-brand::before {
	left: -74px;
	bottom: -84px;
	width: 238px;
	height: 238px;
}

.shm-footer .shm-brand::after {
	left: -20px;
	bottom: -29px;
	width: 130px;
	height: 130px;
}

.shm-footer .shm-brand__top,
.shm-footer .shm-brand__consult {
	position: relative;
	z-index: 1;
}

.shm-footer .shm-logo-box {
	width: 182px !important;
	max-width: 182px !important;
	flex: 0 0 auto !important;
	align-self: flex-start;
	min-height: 58px;
	display: flex !important;
	align-items: center;
	padding: 9px 14px;
	background: #fff;
	border: 1px solid rgba(255, 255, 255, .55);
	border-radius: 16px;
	box-shadow: 0 10px 25px rgba(7, 40, 98, .13);
}

.shm-footer .shm-logo-box .elementor-widget-theme-site-logo {
	width: 154px !important;
	max-width: 154px !important;
	flex: 0 0 auto !important;
}

.shm-footer .shm-logo-box a {
	display: block;
	line-height: 0;
}

.shm-footer .shm-logo-box img {
	width: 154px;
	height: auto;
	display: block;
}

.shm-footer .shm-brand__eyebrow {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 26px 0 8px;
	color: rgba(255, 255, 255, .76);
	font-size: 12px;
	font-weight: 750;
}

.shm-footer .shm-brand__eyebrow::before {
	width: 7px;
	height: 7px;
	content: "";
	background: #77e3a8;
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(119, 227, 168, .13);
}

.shm-footer .shm-brand-title {
	width: 100%;
}

.shm-footer .shm-brand-title .elementor-heading-title {
	max-width: 430px;
	margin: 0;
	color: #fff !important;
	font-family: inherit;
	font-size: clamp(25px, 2vw, 32px) !important;
	font-weight: 900 !important;
	line-height: 1.55 !important;
	letter-spacing: -.35px;
}

.shm-footer .shm-brand__intro {
	max-width: 470px;
	margin: 10px 0 0;
	color: rgba(255, 255, 255, .76);
	font-size: 13.5px;
	font-weight: 520;
	line-height: 2;
}

.shm-footer .shm-brand__consult {
	margin-top: 28px;
	padding: 15px;
	background: rgba(255, 255, 255, .11);
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 19px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .09);
}

.shm-footer .shm-consult__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
}

.shm-footer .shm-consult__head strong {
	font-size: 13px;
	font-weight: 850;
}

.shm-footer .shm-consult__head span {
	color: rgba(255, 255, 255, .64);
	font-size: 10.5px;
}

.shm-footer .shm-consult__form {
	width: 100% !important;
}

.shm-footer .shm-consult__form .elementor-form-fields-wrapper {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	gap: 8px !important;
}

/* Elementor adds a bare hidden anti-spam wrapper beside the visible fields. */
.shm-footer .shm-consult__form .elementor-form-fields-wrapper > .elementor-field-type-text:not(.elementor-field-group) {
	display: none !important;
}

.shm-footer .shm-consult__form .elementor-field-group {
	width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	grid-column: auto !important;
}

.shm-footer .shm-consult__form .elementor-field-type-submit {
	width: auto !important;
	min-width: 135px;
	min-height: 48px;
}

.shm-footer .shm-consult__form input.elementor-field {
	width: 100%;
	min-height: 48px;
	padding: 0 15px !important;
	color: var(--shm-ink);
	background: #fff;
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 13px;
	direction: rtl;
}

.shm-footer .shm-consult__form input.elementor-field::placeholder {
	color: #929ba5;
}

.shm-footer .shm-consult__form input.elementor-field:focus {
	border-color: #98d9b5;
	box-shadow: 0 0 0 4px rgba(119, 227, 168, .15);
}

.shm-footer .shm-consult__form .elementor-button {
	width: 100%;
	min-height: 48px !important;
	padding: 0 17px !important;
	color: #fff;
	background: var(--shm-mint);
	border: 0;
	border-radius: 13px;
	font-size: 12.5px;
	font-weight: 850;
	box-shadow: 0 9px 22px rgba(13, 81, 45, .22);
	transition: transform .2s ease, background-color .2s ease;
}

.shm-footer .shm-consult__form .elementor-button:hover {
	background: var(--shm-mint-deep);
	transform: translateY(-2px);
}

.shm-footer .shm-nav {
	grid-area: nav;
	min-width: 0;
	display: flex !important;
	flex-direction: column !important;
	padding: 24px 18px 18px;
}

.shm-footer .shm-section-kicker {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 5px;
	color: var(--shm-mint-deep);
	font-size: 11.5px;
	font-weight: 850;
}

.shm-footer .shm-section-kicker svg {
	width: 17px;
	height: 17px;
}

.shm-footer .shm-nav-title .elementor-heading-title,
.shm-footer .shm-trust-title .elementor-heading-title {
	margin: 0;
	color: var(--shm-ink) !important;
	font-size: 21px !important;
	font-weight: 900 !important;
	line-height: 1.6 !important;
}

.shm-footer .shm-nav__intro {
	margin: 3px 0 22px;
	color: var(--shm-muted);
	font-size: 12.5px;
	line-height: 1.9;
}

.shm-footer .shm-nav__groups {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 26px;
}

.shm-footer .shm-link-group {
	display: flex !important;
	flex-direction: column !important;
}

.shm-footer .shm-link-group .elementor-heading-title {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 11px;
	color: #3a444d !important;
	font-size: 13px !important;
	font-weight: 850 !important;
}

.shm-footer .shm-link-group .elementor-heading-title::before {
	width: 6px;
	height: 6px;
	content: "";
	background: var(--shm-blue);
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(32, 99, 218, .09);
}

.shm-footer .shm-link-group .elementor-icon-list-items {
	display: grid !important;
	gap: 4px;
}

.shm-footer .shm-link-group .elementor-icon-list-item {
	margin: 0 !important;
}

.shm-footer .shm-link-group .elementor-icon-list-icon {
	display: none !important;
}

.shm-footer .shm-link-group .elementor-icon-list-item a {
	min-height: 34px;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 5px 7px;
	color: var(--shm-text);
	border-radius: 9px;
	font-size: 12.5px;
	font-weight: 650;
	transition: color .2s ease, background-color .2s ease, transform .2s ease;
}

.shm-footer .shm-link-group .elementor-icon-list-item a::before {
	width: 5px;
	height: 5px;
	flex: 0 0 5px;
	content: "";
	background: #73c995;
	border-radius: 50%;
}

.shm-footer .shm-link-group .elementor-icon-list-item a:hover {
	color: var(--shm-blue-deep);
	background: var(--shm-blue-soft);
	transform: translateX(-2px);
}

.shm-footer .shm-partners {
	margin-top: auto;
	padding-top: 17px;
	border-top: 1px solid #e9efec;
}

.shm-footer .shm-partners__label {
	margin-bottom: 9px;
	color: var(--shm-muted);
	font-size: 10.5px;
	font-weight: 750;
}

.shm-footer .shm-partners__links .elementor-icon-list-items {
	display: flex !important;
	flex-wrap: wrap;
	gap: 6px;
}

.shm-footer .shm-partners__links .elementor-icon-list-item {
	margin: 0 !important;
}

.shm-footer .shm-partners__links .elementor-icon-list-icon {
	display: none !important;
}

.shm-footer .shm-partners__links .elementor-icon-list-item a {
	padding: 6px 9px;
	color: #66717c;
	background: #f7faf9;
	border: 1px solid #e5ece8;
	border-radius: 9px;
	font-size: 10.5px;
	font-weight: 700;
	transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}

.shm-footer .shm-partners__links .elementor-icon-list-item a:hover {
	color: var(--shm-blue-deep);
	background: var(--shm-blue-soft);
	border-color: #cdddf8;
}

.shm-footer .shm-trust {
	grid-area: trust;
	min-width: 0;
	display: flex !important;
	flex-direction: column !important;
	padding: 24px 18px 18px;
	background:
		radial-gradient(circle at 90% 4%, rgba(255, 255, 255, .88), transparent 35%),
		linear-gradient(155deg, #f2fbf6 0%, #e9f7ef 100%);
	border: 1px solid #d8ebdf;
	border-radius: 24px;
}

.shm-footer .shm-trust__intro {
	margin: 4px 0 18px;
	color: #75827b;
	font-size: 11.5px;
	line-height: 1.8;
}

.shm-footer .shm-trust-slot-widget,
.shm-footer .shm-trust-slot-widget .elementor-widget-container {
	display: flex;
	flex: 1;
}

.shm-footer .shm-trust__slot {
	flex: 1;
	min-height: 230px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 20px 13px;
	text-align: center;
	background: rgba(255, 255, 255, .85);
	border: 1px dashed #acd5bc;
	border-radius: 19px;
	box-shadow: 0 13px 35px rgba(41, 98, 65, .07);
}

.shm-footer .shm-trust__icon {
	width: 64px;
	height: 64px;
	display: grid;
	place-items: center;
	color: var(--shm-mint-deep);
	background: var(--shm-mint-soft);
	border: 1px solid #cde8d8;
	border-radius: 20px;
	box-shadow: inset 0 0 0 6px rgba(255, 255, 255, .65);
}

.shm-footer .shm-trust__icon svg {
	width: 34px;
	height: 34px;
}

.shm-footer .shm-trust__slot strong {
	color: #35453c;
	font-size: 13px;
	font-weight: 900;
}

.shm-footer .shm-trust__slot span {
	max-width: 175px;
	color: #718078;
	font-size: 10.5px;
	line-height: 1.9;
}

.shm-footer .shm-trust__note {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 13px 2px 0;
	color: #607169;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.7;
}

.shm-footer .shm-trust__note::before {
	width: 7px;
	height: 7px;
	flex: 0 0 7px;
	content: "";
	background: #63bd88;
	border-radius: 50%;
}

.shm-footer .shm-utility {
	grid-area: utility;
	display: grid !important;
	grid-template-columns: auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 18px;
	padding: 14px 16px 2px;
	border-top: 1px solid #e5ece8;
}

.shm-footer .shm-utility__title {
	display: flex;
	align-items: center;
	gap: 9px;
	white-space: nowrap;
}

.shm-footer .shm-utility__title span {
	width: 35px;
	height: 35px;
	display: grid;
	place-items: center;
	color: var(--shm-blue);
	background: var(--shm-blue-soft);
	border-radius: 11px;
}

.shm-footer .shm-utility__title svg {
	width: 18px;
	height: 18px;
}

.shm-footer .shm-utility__title strong {
	color: #3b464f;
	font-size: 12.5px;
	font-weight: 850;
}

.shm-footer .shm-contact-list .elementor-icon-list-items {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	gap: 7px;
}

.shm-footer .shm-contact-list .elementor-icon-list-item {
	margin: 0 !important;
}

.shm-footer .shm-contact-list .elementor-icon-list-item a {
	min-height: 38px;
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 6px 10px;
	direction: ltr;
	color: #53606a;
	background: #f9fbfa;
	border: 1px solid #e2e9e6;
	border-radius: 11px;
	font-size: 11.5px;
	font-weight: 750;
	transition: color .2s ease, background-color .2s ease, border-color .2s ease;
}

.shm-footer .shm-contact-list .elementor-icon-list-item a:hover {
	color: var(--shm-blue-deep);
	background: var(--shm-blue-soft);
	border-color: #cbdcf8;
}

.shm-footer .shm-contact-list .elementor-icon-list-icon svg {
	width: 15px !important;
	height: 15px !important;
	color: var(--shm-blue);
}

.shm-footer .shm-contact-list .elementor-icon-list-text {
	font-size: 11.5px !important;
	font-weight: 750 !important;
}

.shm-footer .shm-assurances {
	display: flex;
	align-items: center;
	gap: 12px;
	white-space: nowrap;
	color: #6c777f;
	font-size: 10.5px;
	font-weight: 750;
}

.shm-footer .shm-assurances span {
	display: flex;
	align-items: center;
	gap: 6px;
}

.shm-footer .shm-assurances span::before {
	width: 6px;
	height: 6px;
	content: "";
	background: var(--shm-mint);
	border-radius: 50%;
}

.shm-footer .shm-footer__bottom {
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 19px 8px 0;
	color: #7a858d;
	font-size: 10.5px;
	font-weight: 650;
}

.shm-footer .shm-footer__bottom p {
	margin: 0;
}

.shm-footer .shm-footer__signature {
	display: flex;
	align-items: center;
	gap: 8px;
}

.shm-footer .shm-footer__signature::before {
	width: 22px;
	height: 1px;
	content: "";
	background: #bdc9c3;
}

@media (max-width: 1050px) {
	.shm-footer .shm-footer__surface {
		grid-template-columns: minmax(0, 1fr) minmax(240px, .72fr);
		grid-template-areas: "brand brand" "nav trust" "utility utility";
	}

	.shm-footer .shm-brand {
		min-height: 0;
	}

	.shm-footer .shm-nav {
		min-height: 380px;
	}

	.shm-footer .shm-utility {
		grid-template-columns: auto 1fr;
	}

	.shm-footer .shm-assurances {
		grid-column: 1 / -1;
		justify-content: flex-end;
	}
}

@media (max-width: 720px) {
	.shm-footer {
		padding: 0 12px 146px;
	}

	.shm-footer .shm-footer__wrap {
		margin-top: -20px;
	}

	.shm-footer .shm-footer__surface {
		grid-template-columns: 1fr;
		grid-template-areas: "brand" "nav" "trust" "utility";
		gap: 12px;
		padding: 10px;
		border-radius: 25px;
	}

	.shm-footer .shm-brand {
		min-height: 0;
		padding: 23px 18px 18px;
		border-radius: 20px;
	}

	.shm-footer .shm-logo-box {
		width: 159px !important;
		max-width: 159px !important;
		min-height: 50px;
		padding: 7px 11px;
		margin-inline: auto;
		border-radius: 13px;
	}

	.shm-footer .shm-logo-box img {
		width: 135px;
	}

	.shm-footer .shm-logo-box .elementor-widget-theme-site-logo {
		width: 135px !important;
		max-width: 135px !important;
		flex-basis: auto !important;
	}

	.shm-footer .shm-brand__eyebrow {
		margin-top: 21px;
	}

	.shm-footer .shm-brand-title .elementor-heading-title {
		font-size: 24px !important;
		line-height: 1.6 !important;
	}

	.shm-footer .shm-brand__intro {
		font-size: 12.5px;
	}

	.shm-footer .shm-brand__consult {
		margin-top: 22px;
		padding: 12px;
	}

	.shm-footer .shm-consult__head {
		align-items: flex-start;
		flex-direction: column;
		gap: 2px;
	}

	.shm-footer .shm-consult__form .elementor-form-fields-wrapper {
		grid-template-columns: 1fr !important;
		padding-right: 58px;
	}

	.shm-footer .shm-consult__form .elementor-field-type-submit {
		min-width: 0;
	}

	.shm-footer .shm-nav {
		min-height: 0;
		padding: 22px 13px 14px;
	}

	.shm-footer .shm-nav-title .elementor-heading-title,
	.shm-footer .shm-trust-title .elementor-heading-title {
		font-size: 19px !important;
	}

	.shm-footer .shm-nav__groups {
		gap: 16px;
	}

	.shm-footer .shm-link-group .elementor-icon-list-item a {
		padding-inline: 3px;
		font-size: 12px;
	}

	.shm-footer .shm-partners {
		margin-top: 20px;
	}

	.shm-footer .shm-partners__links .elementor-icon-list-items {
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.shm-footer .shm-partners__links .elementor-icon-list-item a {
		justify-content: center;
		text-align: center;
	}

	.shm-footer .shm-trust {
		padding: 21px 14px 15px;
		border-radius: 20px;
	}

	.shm-footer .shm-trust__slot {
		min-height: 180px;
	}

	.shm-footer .shm-utility {
		grid-template-columns: 1fr;
		gap: 11px;
		padding: 17px 7px 7px;
	}

	.shm-footer .shm-contact-list .elementor-icon-list-items {
		display: grid !important;
		grid-template-columns: 1fr;
	}

	.shm-footer .shm-contact-list .elementor-icon-list-item a {
		width: 100%;
		justify-content: center;
	}

	.shm-footer .shm-assurances {
		grid-column: auto;
		justify-content: center;
		flex-wrap: wrap;
	}

	.shm-footer .shm-footer__bottom {
		align-items: flex-start;
		flex-direction: column !important;
		padding-inline: 10px;
		line-height: 1.9;
	}
}

@media (max-width: 390px) {
	.shm-footer .shm-nav__groups,
	.shm-footer .shm-partners__links .elementor-icon-list-items {
		grid-template-columns: 1fr !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.shm-footer *,
	.shm-footer *::before,
	.shm-footer *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
	}
}
