html,
body {
	font-family: "Arial", sans-serif !important;
	font-optical-sizing: auto;
}

/* Replaced Features with Image Section */
.approach-section {
	background: radial-gradient(
			1200px 600px at 20% 0%,
			rgba(130, 71, 229, 0.35) 0%,
			rgba(130, 71, 229, 0) 40%
		),
		radial-gradient(
			900px 500px at 80% 0%,
			rgba(59, 130, 246, 0.25) 0%,
			rgba(59, 130, 246, 0) 35%
		),
		linear-gradient(135deg, #2d1b69 0%, #4a2c7a 100%);
	padding: 80px 0;
}

.approach-header {
	text-align: center;
	margin-bottom: 48px;
}
.approach-header h2 {
	color: #fff;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 16px 0;
}
.section-subtext {
	color: rgba(255, 255, 255, 0.85);
	font-size: 1.05rem;
	max-width: 820px;
	margin: 0 auto;
	line-height: 1.6;
}
.approach-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 28px 36px;
	max-width: 1150px;
	margin: 0 auto;
}
.approach-card {
	position: relative;
	/* background: rgba(255, 255, 255, 0.06); */
	/* border: 1px solid rgba(255, 255, 255, 0.12); */
	border-radius: 14px;
	padding: 22px 22px 22px 22px;
	transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
	min-height: 168px;
}
.approach-card:hover {
	transform: translateY(-4px);
	background: rgba(255, 255, 255, 0.09);
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}
.approach-icon {
	width: 44px;
	height: 44px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	margin-bottom: 14px;
	background: linear-gradient(135deg, #a78bfa 0%, #7c3aed 100%);
	box-shadow: 0 10px 20px rgba(124, 58, 237, 0.35);
	font-size: 18px;
}
.approach-card h3 {
	color: #fff;
	font-size: 1.1rem;
	font-weight: 700;
	margin: 0 0 8px 0;
	line-height: 1.35;
}
.approach-card p {
	color: rgba(255, 255, 255, 0.85);
	font-size: 0.98rem;
	line-height: 1.6;
	margin: 0;
}
.approach-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	/* filter: brightness(0) invert(1); */
}

/* New Benefits Section (replacing scrolling design) */
.benefits-section {
	background: radial-gradient(
			1200px 600px at 20% 0%,
			rgba(130, 71, 229, 0.35) 0%,
			rgba(130, 71, 229, 0) 40%
		),
		radial-gradient(
			900px 500px at 80% 0%,
			rgba(59, 130, 246, 0.25) 0%,
			rgba(59, 130, 246, 0) 35%
		),
		linear-gradient(135deg, #2d1b69 0%, #4a2c7a 100%);
	padding: 72px 0 90px 0;
}
.benefits-header {
	text-align: center;
	margin-bottom: 36px;
}
.benefits-header h2 {
	color: #fff;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1.35;
	margin: 0 0 10px 0;
}
.benefits-header .headline-2 {
	font-size: 1.6rem;
	font-weight: 700;
}
.benefits-subtext {
	color: rgba(255, 255, 255, 0.85);
	max-width: 880px;
	margin: 8px auto 0 auto;
	line-height: 1.6;
}
.benefits-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 22px;
	max-width: 1150px;
	margin: 28px auto 0 auto;
}
.benefit-card {
	background: #18014f;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 14px;
	padding: 26px 22px;
	text-align: center;
}
.benefit-icon {
	width: 56px;
	height: 56px;
	border-radius: 12px;
	margin: 0 auto 14px auto;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 20px;
	background: linear-gradient(135deg, #a78bfa, #7c3aed);
	box-shadow: 0 10px 20px rgba(124, 58, 237, 0.35);
}
.benefit-card h3 {
	color: #fff;
	font-size: 1.05rem;
	/* font-weight: 800; */
	margin: 0 0 8px 0;
}
.benefit-card p {
	color: rgba(255, 255, 255, 0.85);
	font-size: 0.96rem;
	line-height: 1.6;
	margin: 0;
}

/* CTA Banner (local) - mirrors old CTA styles */
.cta-section-local {
	background: #2d186a;
	padding: 28px 0 80px 0;
}
.cta-wrap {
	background: #3918a7;
	border-radius: 32px;
	box-shadow: 0 0 40px 0 #2d186a44;
	margin: 64px auto 64px auto;
	max-width: 1100px;
	padding: 56px 32px 64px 32px;
	position: relative;
	overflow: hidden;
}
.cta-inner {
	position: relative;
	z-index: 1;
	text-align: center;
}
.cta-title {
	font-size: 2.8rem;
	font-weight: 700;
	color: #fff;
	margin: 0 0 18px 0;
}
.cta-subtitle {
	font-size: 1.18rem;
	color: #fff;
	margin: 0 0 36px 0;
}
.cta-actions {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 28px;
}
.cta-btn-primary {
	background: #fff;
	color: #181028;
	font-weight: 600;
	font-size: 1.15rem;
	border-radius: 32px;
	padding: 18px 36px;
	box-shadow: 0 2px 12px 0 #0001;
	text-decoration: none;
	transition: box-shadow 0.2s, opacity 0.2s;
}
.cta-btn-accent {
	background: linear-gradient(90deg, #7b5cff 0%, #ff4fcf 100%);
	color: #fff;
	font-weight: 600;
	font-size: 1.15rem;
	border-radius: 32px;
	padding: 18px 36px;
	box-shadow: 0 2px 12px 0 #0001;
	text-decoration: none;
	transition: box-shadow 0.2s, opacity 0.2s;
}
.cta-btn-primary:hover,
.cta-btn-accent:hover {
	box-shadow: 0 4px 16px 0 #0002;
	opacity: 0.95;
}

/* Implementation Process - redesigned */
.sv-process {
	background: radial-gradient(
			1200px 600px at 20% 0%,
			rgba(130, 71, 229, 0.35) 0%,
			rgba(130, 71, 229, 0) 40%
		),
		radial-gradient(
			900px 500px at 80% 0%,
			rgba(59, 130, 246, 0.25) 0%,
			rgba(59, 130, 246, 0) 35%
		),
		linear-gradient(135deg, #2d1b69 0%, #4a2c7a 100%);
	padding: 100px 0 80px 0;
	/*margin-top: 36px;*/
}

.impl-box {
	max-width: 1160px;
	margin: 0 auto;
	border: none;
	border-radius: 14px;
	padding: 32px 28px 26px 28px;
	position: relative;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
	background: radial-gradient(
			900px 420px at 18% 0%,
			rgba(167, 139, 250, 0.12) 0%,
			rgba(167, 139, 250, 0) 60%
		),
		radial-gradient(
			700px 360px at 88% 10%,
			rgba(96, 165, 250, 0.1) 0%,
			rgba(96, 165, 250, 0) 65%
		),
		linear-gradient(135deg, #1b0f44 0%, #2a1762 100%);
}

.sv-section-heading {
	color: #fff;
	text-align: center;
	font-size: 2.1rem;
	margin: 0 0 8px 0;
	font-weight: 800;
}

.impl-intro {
	color: rgba(255, 255, 255, 0.9);
	text-align: center;
	max-width: 920px;
	margin: 0 auto 24px auto;
	line-height: 1.6;
}

.impl-row {
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	gap: 40px;
	align-items: center;
	padding: 24px 0 6px 0;
	position: relative;
}
.impl-row + .impl-row {
	margin-top: 32px;
}

.impl-col h3 {
	color: #fff;
	font-size: 1.6rem;
	margin: 0 0 12px 0;
	line-height: 1.25;
}
.impl-col p {
	color: rgba(255, 255, 255, 0.9);
	margin: 0 0 14px 0;
	line-height: 1.7;
}
.impl-col ul {
	margin: 0 0 12px 18px;
	padding: 0;
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.7;
}
.impl-learn {
	color: #c9b6ff;
	text-decoration: none;
	font-weight: 600;
}

.impl-art {
	position: relative;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.06);
}
.impl-art img {
	display: block;
	width: 100%;
	height: auto;
}

.impl-step {
	position: absolute;
	top: -18px;
	font-size: 12px;
	letter-spacing: 0.12em;
	color: rgba(255, 255, 255, 0.65);
	font-weight: 700;
}
.impl-step.step-1 {
	left: -6px;
}
.impl-step.step-2 {
	right: -6px;
}

/* FAQ Section Styling */
.faq-section {
	background: #18014f;
	padding: 80px 0;
}

.faq-header {
	text-align: center;
	margin-bottom: 60px;
}

.faq-header h2 {
	color: #fff;
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.2;
}

.faq-accordion {
	max-width: 900px;
	margin: 0 auto;
}

.faq-accordion-item {
	margin-bottom: 20px;
	border-radius: 12px;
	overflow: hidden;
	position: relative;
}

.faq-question {
	background: #fff;
	color: #181028;
	padding: 24px 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	font-size: 1.1rem;
	font-weight: 600;
	border-radius: 12px;
	transition: all 0.3s ease;
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.faq-question:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.faq-question.active {
	background: #fff;
	color: #181028;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.faq-question-icon {
	font-size: 1.5rem;
	font-weight: 700;
	color: #7c3aed;
	transition: all 0.3s ease;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.faq-question.active .faq-question-icon {
	color: #7c3aed;
}

.faq-answer {
	background: #0e1330;
	color: #fff;
	padding: 0 30px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-out, padding 0.5s ease-out;
	font-size: 1rem;
	line-height: 1.6;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-top: none;
}

.faq-answer.active {
	max-height: 200px;
	padding: 24px 30px;
}
/* Container */
.slideshow-container {
	position: relative;
	max-width: 1200px; /* Add max-width for better control */
	margin: 0 auto;
	overflow: visible;
	padding: 0;
}

.slideshow-inner {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin: 0 60px;
}

/* Slides wrapper for horizontal scroll effect */
.slides-wrapper {
	display: flex;
	transition: transform 0.6s ease-in-out;
	width: 100%;
}

/* Slides */
.mySlides {
	min-width: 100%;
	max-width: 100%;
	flex-shrink: 0;
	box-sizing: border-box;
	display: block !important;
}

.mySlides img {
	width: 100%;
	max-height: 500px;
	height: auto;
	border-radius: 10px;
	display: block;
	object-fit: contain;
}

/* Arrows - FIXED */
.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 16px;
	color: white;
	font-weight: bold;
	font-size: 24px;
	transition: background 0.3s ease;
	user-select: none;
	border-radius: 3px;
	z-index: 10;
}

.prev {
	left: 0;
}

.next {
	right: 0;
}

.prev:hover,
.next:hover {
	background: rgba(0, 0, 0, 0.7);
}

/* Dots */
.dot {
	cursor: pointer;
	height: 12px;
	width: 12px;
	margin: 0 4px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.3s ease;
}

.benefit-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	/* filter: brightness(0) invert(1); */
}

/* Full Width Image */
.full-width-image {
	width: 100%;
	height: auto;
	display: block;
}
