.elementor-widget-randtech_business_services,
.elementor-widget-randtech_business_services > .elementor-widget-container {
	width: 100%;
	max-width: none !important;
}

.rtech-bsg {
	--rtech-bsg-bg: #fff;
	--rtech-bsg-accent: #8b48e8;
	--rtech-bsg-title: #10111a;
	--rtech-bsg-card: #fff;
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: 100vw;
	margin-left: -50vw;
	padding: clamp(70px, 8vw, 112px) 24px clamp(76px, 8vw, 118px);
	overflow: hidden;
	background:
		radial-gradient(circle at 12% 18%, rgba(111, 43, 217, .035), transparent 30%),
		radial-gradient(circle at 88% 80%, rgba(41, 98, 255, .035), transparent 30%),
		var(--rtech-bsg-bg);
	font-family: Inter, "Segoe UI", Arial, sans-serif;
}

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

.rtech-bsg__inner {
	width: 100%;
	max-width: 1320px;
	margin: 0 auto;
}

.rtech-bsg__header {
	max-width: 780px;
	margin: 0 auto clamp(42px, 5vw, 64px);
	text-align: center;
}

.rtech-bsg__eyebrow {
	margin-bottom: 14px;
	color: var(--rtech-bsg-accent);
	font-size: 13px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.rtech-bsg__heading {
	margin: 0;
	color: var(--rtech-bsg-title);
	font-size: clamp(34px, 4vw, 52px);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: -.035em;
}

.rtech-bsg__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.rtech-bsg__card {
	position: relative;
	display: flex;
	min-height: 310px;
	padding: 36px 34px 34px;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	border: 1px solid rgba(20, 25, 45, .13);
	border-radius: 9px;
	background: var(--rtech-bsg-card);
	box-shadow: 0 5px 16px rgba(16, 23, 48, .07);
	text-align: center;
	transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.rtech-bsg__card:hover {
	transform: translateY(-5px);
	border-color: rgba(111, 43, 217, .28);
	box-shadow: 0 18px 38px rgba(16, 23, 48, .12);
}

.rtech-bsg__card-link {
	position: absolute;
	z-index: 2;
	inset: 0;
	border-radius: inherit;
}

.rtech-bsg__card-link:focus-visible {
	outline: 3px solid var(--rtech-bsg-accent);
	outline-offset: 4px;
}

.rtech-bsg__icon {
	display: block;
	width: 82px;
	height: 82px;
	margin: 0 auto 20px;
	object-fit: contain;
}

.rtech-bsg__card-title {
	margin: 0 0 12px;
	color: #11131b;
	font-size: clamp(18px, 1.5vw, 21px);
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -.018em;
}

.rtech-bsg__description {
	max-width: 345px;
	margin: 0;
	color: #454a59;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.58;
}

@media (max-width: 1024px) {
	.rtech-bsg__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 680px) {
	.rtech-bsg {
		padding-right: 18px;
		padding-left: 18px;
	}

	.rtech-bsg__heading br {
		display: none;
	}

	.rtech-bsg__grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.rtech-bsg__card {
		min-height: 0;
		padding: 34px 24px 32px;
	}
}

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