/* EVO-WIDGET-GIF — Elementor widget evoport-gif */

.elementor-widget-evoport-gif {
	width: 100%;
	max-width: 100%;
	align-self: stretch;
}

.elementor-widget-evoport-gif > .elementor-widget-container {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	background: transparent;
}

/*
 * Desktop: kill Elementor Advanced vertical pad (Book a Demo saves 124 top).
 * Section rhythm (evo-section-spacing.css) owns the 124px gap above the banner.
 */
@media (min-width: 1101px) {
	.elementor-widget-evoport-gif > .elementor-widget-container {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
}

/* Align shell with latest blogs (1272px) — beat stale Elementor max-width on __frame */
.elementor-widget-evoport-gif .evo-gif-banner__frame {
	max-width: 100% !important;
}

.evo-gif-banner {
	--evo-gif-banner-h: 600px;
	--evo-gif-banner-max: 1272px;
	--evo-gif-banner-pad: 56px;
	--evo-gif-banner-copy-max: 552px;
	display: block;
	width: 100%;
	max-width: var(--evo-gif-banner-max, 1272px);
	margin-inline: auto;
	box-sizing: border-box;
}

.evo-gif-banner__frame {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: var(--evo-gif-banner-h, 600px);
	min-height: var(--evo-gif-banner-h, 600px);
	margin: 0;
	border-radius: 16px;
	overflow: hidden;
	isolation: isolate;
	background-color: #c9a57b;
	background-size: var(--evo-gif-banner-fit, cover);
	background-position: var(--evo-gif-banner-pos, center center);
	background-repeat: no-repeat;
}

.evo-gif-banner__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: var(--evo-gif-banner-fit, cover);
	object-position: var(--evo-gif-banner-pos, center center);
	pointer-events: none;
}

/*
 * About Us — hub diagram sits lower-right; center crop clips the bottom logo.
 * !important beats inline object-position from the widget render.
 * Homepage keeps default center center.
 */
body.evo-global-hf-on .evo-about-page .evo-gif-banner__frame {
	--evo-gif-banner-pos: 70% 82%;
	background-position: 70% 82% !important;
}
body.evo-global-hf-on .evo-about-page .evo-gif-banner__bg {
	object-position: 70% 82% !important;
}

.evo-gif-banner__content {
	position: absolute;
	inset: 0;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: var(--evo-gif-banner-copy-max, 552px);
	max-width: 45%;
	padding: var(--evo-gif-banner-pad, 56px);
	box-sizing: border-box;
	pointer-events: none;
	text-align: left;
}

.evo-gif-banner__copy {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0;
	pointer-events: auto;
}

.evo-gif-banner__title,
.evo-gif-banner h2.evo-gif-banner__title {
	margin: 0 0 var(--evo-hero-title-to-sub, 32px);
	font-family: var(--evo-font-heading, "Manrope", sans-serif);
	font-size: clamp(28px, 3.33vw, var(--evo-h2-size, 48px));
	font-weight: var(--evo-h2-weight, 600);
	line-height: var(--evo-h2-line, 1.2);
	letter-spacing: var(--evo-h2-spacing, -0.01em);
	color: #fff !important;
}

.evo-gif-banner__desc {
	margin: 0 0 var(--evo-hero-sub-to-cta, 56px);
	font-family: var(--evo-font-body, "Helvetica Neue", Helvetica, Arial, sans-serif);
	font-size: var(--evo-b3-size, 16px);
	font-weight: var(--evo-b3-weight, 400);
	line-height: var(--evo-b3-line, 1.4);
	letter-spacing: var(--evo-b3-spacing, 0.04em);
	color: rgba(255, 255, 255, 0.92) !important;
}

.evo-gif-banner__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	margin-top: 0;
}
.evo-gif-banner__actions--single {
	justify-content: center;
	width: 100%;
}

/* Header login–style outline (Join ABT) + solid white btn (Get a Demo) */
.elementor-widget-evoport-gif .evo-gif-banner__btn--outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 56px;
	padding: 12px 24px;
	border-radius: 8px;
	font-family: var(--evo-font-button, "Manrope", sans-serif);
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	text-decoration: none;
	color: #ffffff;
	background: transparent !important;
	background-image: none !important;
	border: 1px solid currentColor;
	box-shadow: none;
	box-sizing: border-box;
	flex-shrink: 0;
}

.elementor-widget-evoport-gif .evo-gif-banner__btn--outline::before,
.elementor-widget-evoport-gif .evo-gif-banner__btn--outline::after {
	display: none !important;
	content: none !important;
}

.elementor-widget-evoport-gif .evo-gif-banner__btn-label {
	position: relative;
	z-index: 1;
}

.evo-gif-banner .evo-btn {
	--evo-btn-h: 56px;
	--evo-btn-pad-x: 24px;
	--evo-btn-pad-y: 12px;
	--evo-btn-radius: 8px;
	--evo-btn-size: 14px;
	--evo-btn-line: 20px;
	--evo-btn-fill: #ffffff;
	--evo-btn-text: #1a1814;
	--evo-btn-border: #ffffff;
	--evo-btn-reveal-fill: #000000;
	--evo-btn-reveal-text: #ffffff;
	--evo-btn-reveal-dur: 0.55s;
	position: relative;
	z-index: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: var(--evo-btn-h);
	padding: var(--evo-btn-pad-y) var(--evo-btn-pad-x);
	border-radius: var(--evo-btn-radius);
	font-family: var(--evo-font-button, "Manrope", sans-serif);
	font-size: var(--evo-btn-size);
	font-weight: 500;
	line-height: var(--evo-btn-line);
	text-decoration: none;
	overflow: hidden;
	background-image: linear-gradient(
		45deg,
		var(--evo-btn-reveal-fill) 50%,
		var(--evo-btn-fill) 50%
	);
	background-size: 300%;
	background-position: 100%;
	background-repeat: no-repeat;
	background-color: transparent;
	color: var(--evo-btn-text);
	border: 1px solid var(--evo-btn-fill);
	transition:
		background-position 0.55s ease-in-out,
		color 0.55s ease-in-out,
		border-color 0.55s ease-in-out;
	box-sizing: border-box;
	flex-shrink: 0;
	cursor: pointer;
	isolation: isolate;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.evo-gif-banner .evo-btn__label {
	position: relative;
	z-index: 2;
}

@media (hover: hover) and (pointer: fine) {
	.evo-gif-banner .evo-btn:hover,
	.evo-gif-banner .evo-btn:focus-visible {
		background-position: 0;
		color: var(--evo-btn-reveal-text);
		border-color: var(--evo-btn-reveal-fill);
		transition:
			background-position 0.75s ease-in-out,
			color 0.75s ease-in-out,
			border-color 0.75s ease-in-out;
	}
}

@media (prefers-reduced-motion: reduce) {
	.evo-gif-banner .evo-btn:hover,
	.evo-gif-banner .evo-btn:focus-visible {
		background-position: 0;
		color: var(--evo-btn-reveal-text);
		border-color: var(--evo-btn-reveal-fill);
	}
}

.evo-gif--simple {
	display: block;
	width: 100%;
	max-width: var(--evo-gif-banner-max, 1272px);
	margin-inline: auto;
	padding: 0;
	line-height: 0;
	box-sizing: border-box;
}

.evo-gif--simple .evo-gif__media {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	vertical-align: top;
	line-height: 0;
}

.evo-gif--simple .evo-gif__media img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
}

.evo-gif--simple .evo-gif__link {
	display: inline-block;
	max-width: 100%;
	line-height: 0;
	text-decoration: none;
}

.evo-gif--placeholder {
	padding: 48px 24px;
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	color: #666;
	text-align: center;
	background: #f5f5f5;
	border-radius: 16px;
}

@media (max-width: 640px) {
	.evo-gif-banner__content {
		width: 100%;
		max-width: 100%;
		padding: 32px 24px;
	}

	.evo-gif-banner__actions {
		width: 100%;
		flex-direction: column;
		align-items: stretch;
	}

	.evo-gif-banner__actions--single {
		align-items: center;
	}

	.evo-gif-banner__btn--outline,
	.evo-gif-banner .evo-btn {
		width: 100%;
		justify-content: center;
	}
}
