.sv-page-faq {
	max-width: 1300px;
	margin: 0 auto;
	padding: 40px 20px;
}


.sv-heading-h4 {
	display: inline-block;
	margin: 0 auto 40px auto;
	text-align: center;
	font-size: 28px;
	color: #ccc;
	font-weight: 800;
	text-transform: uppercase;
	border: 2px solid #444;
	padding: 12px 24px;
	border-radius: 8px;
	background: linear-gradient(145deg, #1c1c1c, #2a2a2a);
	box-shadow: 0 0 15px rgba(255, 204, 0, 0.1), inset 0 0 5px rgba(255, 204, 0, 0.05);
	transition: all 0.3s ease;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.sv-heading-h4:hover {
	box-shadow: 0 0 25px rgba(255, 204, 0, 0.25), inset 0 0 8px rgba(255, 204, 0, 0.1);
	border-color: #ffcc00;
}

.sv-faq-two-columns {
	display: flex;
	gap: 40px;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	position: relative;
}

.sv-faq-column {
	flex: 1 1 48%;
	display: flex;
	flex-direction: column;
	gap: 20px;
	min-width: 300px;
}

.sv-faq-subheading {
	text-align: center;
	color: #ffcc00;
	margin: 0 0 20px 0;
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	padding: 12px 16px;
	background: linear-gradient(135deg, #1c1c1c, #2a2a2a);
	border-radius: 10px;
	border: 1px solid #333;
	box-shadow: 0 0 10px rgba(255, 204, 0, 0.1), inset 0 0 4px rgba(255, 204, 0, 0.05);
	letter-spacing: 1px;
	transition: all 0.3s ease;
}

.sv-faq-subheading:hover {
	box-shadow: 0 0 18px rgba(255, 204, 0, 0.2), inset 0 0 6px rgba(255, 204, 0, 0.1);
	background: linear-gradient(135deg, #2a2a2a, #1c1c1c);
	border-color: #ffcc00;
	color: #fff;
	cursor: default;
}

.sv-faq-item {
	display: flex;
	flex-direction: column;
	background: linear-gradient(145deg, #1c1c1c, #2a2a2a);
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	transition: all 0.3s ease;
	margin-bottom: 16px;
	overflow: hidden;
}


.sv-faq-item:hover {
	transform: translateY(-2px);
	box-shadow: 0 0 15px rgba(255, 204, 0, 0.1), 0 2px 20px rgba(0, 0, 0, 0.4);
	border-color: #555;
}

.sv-faq-question {
	padding: 16px 48px 16px 20px;
	cursor: pointer;
	background: linear-gradient(135deg, #1e1e22, #121217);
	color: #bbb;
	position: relative;
	transition: background 0.3s, color 0.3s;
	font-size: inherit;
	font-weight: inherit;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	overflow: hidden;
}


.sv-faq-question:hover {
	background-color: #181818;
	color: #ffcc00;
}

.sv-faq-question::after {
	content: '+';
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	font-weight: bold;
	color: #aaa;
	transition: transform 0.3s, color 0.3s;
}

.sv-faq-item.active .sv-faq-question::after {
	content: '–';
	color: #ffcc00;
	transform: rotate(180deg);
}

.sv-faq-answer {
	display: none;
	padding: 0 20px;
	background-color: #1a1a1a;
	color: #ccc;
	border-top: 1px solid #333;
	font-size: 15px;
	line-height: 1.5;
	transition: all 0.3s ease;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.sv-faq-item.active .sv-faq-answer {
	display: block;
	padding: 16px 20px;
}

.sv-faq-item.active .sv-faq-question {
	background-color: #1f1f1f;
	color: #ffcc00;
}

.sv-faq-answer a {
	color: #ffcc00;
	font-style: italic;
	text-decoration: none;
	transition: color 0.2s ease;
}

.sv-faq-answer a:hover {
	color: #ffffff;
}

@media (max-width: 768px) {
	.sv-heading-h4 {
		font-size: 18px;
		padding: 8px 14px;
		border-width: 1px;
		border-radius: 6px;
		text-shadow: none;
		box-shadow: 0 0 8px rgba(255, 204, 0, 0.05), inset 0 0 3px rgba(255, 204, 0, 0.05);
		background: linear-gradient(145deg, #1a1a1a, #262626);
		letter-spacing: 0.5px;
		line-height: 1.4;
	}
	.sv-faq-subheading {
		font-size: 16px;
		font-weight: 700;
		padding: 10px 14px;
		border-radius: 8px;
		margin-bottom: 12px;
	}
	.sv-faq-question {
		font-size: 15px;
		padding-right: 42px;
	}
	.sv-faq-question::after {
		font-size: 20px;
		right: 16px;
	}
	.sv-faq-two-columns {
		flex-direction: column;
		gap: 40px;
	}
}


.sv-faq-container {
	padding: 20px 20px;
	background: radial-gradient(circle at 20% 20%, #1a1a1a, #111);
	border: 1px solid rgba(255, 255, 255, 0.05);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.6), inset 0 0 10px rgba(255, 204, 0, 0.02);
}




