.elementor-widget-randtech_services_final_cta,
.elementor-widget-randtech_services_final_cta > .elementor-widget-container {
	width: 100%;
}

.rtech-sfcta {
	--rtech-sfcta-bg: #061b3b;
	--rtech-sfcta-heading: #ffffff;
	--rtech-sfcta-text: #ffffff;
	--rtech-sfcta-primary: #ff6500;
	--rtech-sfcta-primary-hover: #e95400;
	--rtech-sfcta-phone-border: #ffffff;
	--rtech-sfcta-button-text: #ffffff;
	--rtech-sfcta-focus: #77bfff;
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: 100vw;
	margin-left: -50vw;
	overflow: hidden;
	background: var(--rtech-sfcta-bg);
	box-sizing: border-box;
}

.rtech-sfcta__artwork,
.rtech-sfcta__shade {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.rtech-sfcta__artwork {
	z-index: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 52%;
	opacity: .9;
}

.rtech-sfcta__shade {
	z-index: 1;
	background: linear-gradient(90deg, var(--rtech-sfcta-bg) 0%, var(--rtech-sfcta-bg) 33%, rgba(6,27,59,.8) 52%, rgba(6,27,59,0) 77%);
	opacity: .3;
}

.rtech-sfcta__inner {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(420px, 1.2fr) minmax(500px, .95fr);
	align-items: center;
	column-gap: 28px;
	width: 100%;
	max-width: 1480px;
	min-height: 190px;
	margin: 0 auto;
	padding: 36px;
	box-sizing: border-box;
}

.rtech-sfcta__copy {
	max-width: 650px;
}

.rtech-sfcta__heading {
	margin: 0 0 7px;
	color: var(--rtech-sfcta-heading);
	font-family: "Poppins", "Segoe UI", sans-serif;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: -.035em;
}

.rtech-sfcta__description {
	max-width: 510px;
	margin: 0;
	color: var(--rtech-sfcta-text);
	font-family: "Poppins", "Segoe UI", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.52;
	opacity: .96;
}

.rtech-sfcta__actions {
	display: grid;
	grid-template-columns: minmax(220px, 1.2fr) minmax(170px, .86fr);
	gap: 18px;
	align-items: center;
}

.rtech-sfcta__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 13px;
	min-height: 52px;
	padding: 11px 20px;
	border: 2px solid transparent;
	border-radius: 5px;
	box-sizing: border-box;
	color: var(--rtech-sfcta-button-text);
	font-family: "Poppins", "Segoe UI", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	transition: transform .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.rtech-sfcta__button:hover,
.rtech-sfcta__button:focus {
	color: var(--rtech-sfcta-button-text);
	text-decoration: none;
	transform: translateY(-2px);
}

.rtech-sfcta__button:focus-visible {
	outline: 3px solid var(--rtech-sfcta-focus);
	outline-offset: 3px;
}

.rtech-sfcta__button--primary {
	background: var(--rtech-sfcta-primary);
	box-shadow: 0 8px 20px rgba(255,101,0,.22);
}

.rtech-sfcta__button--primary:hover,
.rtech-sfcta__button--primary:focus {
	background: var(--rtech-sfcta-primary-hover);
}

.rtech-sfcta__button--phone {
	background: rgba(4,18,43,.55);
	border-color: var(--rtech-sfcta-phone-border);
}

.rtech-sfcta__button--phone:hover,
.rtech-sfcta__button--phone:focus {
	background: rgba(255,255,255,.1);
}

.rtech-sfcta__button-icon {
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 17px;
}

.rtech-sfcta__button-icon svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

@media (max-width: 1080px) {
	.rtech-sfcta__inner {
		grid-template-columns: 1fr;
		row-gap: 24px;
	}

	.rtech-sfcta__actions {
		max-width: 620px;
	}
}

@media (max-width: 767px) {
	.rtech-sfcta__artwork {
		background-size: auto 100%;
		background-position: 78% 50%;
		opacity: .38;
	}

	.rtech-sfcta--hide-art-mobile .rtech-sfcta__artwork {
		display: none;
	}

	.rtech-sfcta__shade {
		background: linear-gradient(90deg, rgba(6,27,59,.94), rgba(6,27,59,.72));
		opacity: 1;
	}

	.rtech-sfcta__inner {
		min-height: 0;
		padding: 38px 22px 42px;
		text-align: center;
	}

	.rtech-sfcta__heading {
		font-size: 29px;
	}

	.rtech-sfcta__description {
		margin-right: auto;
		margin-left: auto;
	}

	.rtech-sfcta__actions {
		grid-template-columns: 1fr;
		width: 100%;
		max-width: 420px;
		margin: 0 auto;
	}

	.rtech-sfcta__button {
		width: 100%;
		white-space: normal;
	}
}

@media (prefers-reduced-motion: reduce) {
	.rtech-sfcta__button {
		transition: none;
	}
}
