.acb-faq-section {
	max-width: 1140px;
	margin: 0 auto;
	width: 100%;
	font-family: 'Titillium Web', sans-serif;
	padding: 0;
	box-sizing: border-box;
}

.acb-faq-section *,
.acb-faq-section *::before,
.acb-faq-section *::after {
	box-sizing: border-box;
}

.acb-faq-content {
	width: 100%;
}

.acb-faq-heading {
	color: #FF2E2E;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.15;
	margin: 0 0 8px;
	letter-spacing: -0.3px;
}

.acb-faq-subheading {
	margin: 0 0 28px;
	font-size: 15px;
	line-height: 1.5;
	color: #6b7280;
	font-weight: 400;
}

.acb-faq-list {
	display: flex;
	flex-direction: column;
	border-top: 1px solid #e5e7eb;
}

.acb-faq-item {
	border-bottom: 1px solid #e5e7eb;
	background: transparent !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	overflow: visible;
}

.acb-faq-item.is-open {
	border-bottom-color: #e5e7eb;
	box-shadow: none !important;
}

.acb-faq-question {
	all: unset;
	box-sizing: border-box;
	width: 100%;
	display: flex !important;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 20px 4px 20px 0;
	cursor: pointer;
	text-align: left;
	font-family: 'Titillium Web', sans-serif !important;
	font-size: 16px !important;
	font-weight: 600 !important;
	color: #111827 !important;
	line-height: 1.45 !important;
	background: transparent !important;
	background-color: transparent !important;
	border: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
	transition: color 0.25s ease;
}

.acb-faq-question:hover {
	color: #0049E9 !important;
	background: transparent !important;
}

.acb-faq-item.is-open .acb-faq-question {
	color: #FF2E2E !important;
	padding-bottom: 12px;
}

.acb-faq-q-text {
	flex: 1;
	padding-right: 8px;
}

.acb-faq-toggle {
	flex-shrink: 0;
	width: 22px;
	height: 22px;
	position: relative;
	display: block;
}

.acb-faq-toggle::before,
.acb-faq-toggle::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background: #0049E9;
	border-radius: 2px;
	transition: transform 0.3s ease, background 0.3s ease, opacity 0.3s ease;
}

.acb-faq-toggle::before {
	width: 14px;
	height: 2px;
	transform: translate(-50%, -50%);
}

.acb-faq-toggle::after {
	width: 2px;
	height: 14px;
	transform: translate(-50%, -50%);
}

.acb-faq-item.is-open .acb-faq-toggle::before {
	background: #FF2E2E;
}

.acb-faq-item.is-open .acb-faq-toggle::after {
	opacity: 0;
	transform: translate(-50%, -50%) scaleY(0);
}

.acb-faq-answer-wrap {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s ease;
}

.acb-faq-answer {
	margin: 0;
	padding: 0 36px 20px 16px;
	font-size: 15px;
	line-height: 1.7;
	color: #4b5563;
	font-weight: 400;
	border-left: 3px solid #FF2E2E;
	font-family: 'Titillium Web', sans-serif;
}

@media (max-width: 991px) {
	.acb-faq-content {
		max-width: 680px;
		margin: 0 auto;
		width: 100%;
	}

	.acb-faq-heading {
		font-size: 34px;
		text-align: center;
	}

	.acb-faq-subheading {
		text-align: center;
		margin-bottom: 24px;
	}
}

@media (max-width: 600px) {
	.acb-faq-section {
		padding: 0;
	}

	.acb-faq-heading {
		font-size: 28px;
	}

	.acb-faq-subheading {
		font-size: 14px;
		margin-bottom: 20px;
	}

	.acb-faq-question {
		padding: 16px 0 16px 0 !important;
		font-size: 14px !important;
		gap: 14px;
	}

	.acb-faq-item.is-open .acb-faq-question {
		padding-bottom: 10px !important;
	}

	.acb-faq-answer {
		padding: 0 28px 16px 12px;
		font-size: 14px;
	}

	.acb-faq-toggle {
		width: 20px;
		height: 20px;
	}

	.acb-faq-toggle::before {
		width: 12px;
	}

	.acb-faq-toggle::after {
		height: 12px;
	}
}
