/**
 * FAQ Section
 *
 * Generated by Dreamz Page Builder on 2026-08-12.
 */

.faq_section .container {
	max-width: 1280px;
}

.faq_section .faq_top_part {
	text-align: center;
	margin-bottom: 30px;
}

.faq_section .faq_heading h2 {
	font-family: 'Liberation Sans';
	font-weight: 700;
	font-size: 42px;
	line-height: 50px;
	margin: 0;
	max-width: 709px;
	margin-left: auto;
	margin-right: auto;
}

.faq_section .faq_bottom_part {
	max-width: 709px;
	margin: 0 auto;
}

.faq_section .faq_item {
	border-bottom: 1px solid var(--rust);
}

.faq_section .faq_question {
	position: relative;
	cursor: pointer;
	padding: 20px 35px 20px 0;
}

.faq_section .faq_question h3 {
	font-family: 'Liberation Sans';
	font-weight: 700;
	font-size: 24px;
	line-height: 28.8px;
	letter-spacing: -0.48px;
	margin: 0;
}

.faq_section .faq_question::after {
	content: "";
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 12.998H13V18.998H11V12.998H5V10.998H11V4.99805H13V10.998H19V12.998Z' fill='black'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.faq_section .faq_item.active_faq .faq_question::after {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M19 12.998H5V10.998H19V12.998Z' fill='black'/%3E%3C/svg%3E");
}

.faq_section .faq_answer {
	display: none;
	padding-bottom: 20px;
}

.faq_section .faq_answer p {
	font-family: 'Liberation Sans';
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	padding-right: 35px;
}

.faq_section .faq_button {
	text-align: center;
	margin-top: 50px;
}

@media (max-width: 1199px) {
	.faq_section .faq_top_part {
		margin-bottom: 25px;
	}

	.faq_section .faq_heading h2 {
		font-size: 36px;
		line-height: 44px;
	}

	.faq_section .faq_question {
		padding: 18px 30px 18px 0;
	}

	.faq_section .faq_question::after {
		width: 22px;
		height: 22px;
	}

	.faq_section .faq_question h3 {
		font-size: 22px;
		line-height: 26.8px;
	}

	.faq_section .faq_answer {
		padding-bottom: 18px;
	}

	.faq_section .faq_answer p {
		line-height: 24px;
	}

	.faq_section .faq_button {
		margin-top: 40px;
	}
}

@media (max-width: 991px) {
	.faq_section .faq_top_part {
		margin-bottom: 20px;
	}

	.faq_section .faq_heading h2 {
		font-size: 30px;
		line-height: 38px;
	}

	.faq_section .faq_question {
		padding: 15px 25px 15px 0;
	}

	.faq_section .faq_question::after {
		width: 20px;
		height: 20px;
	}

	.faq_section .faq_question h3 {
		font-size: 20px;
		line-height: 24.8px;
	}

	.faq_section .faq_answer {
		padding-bottom: 15px;
	}

	.faq_section .faq_button {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	.faq_section .faq_top_part {
		margin-bottom: 15px;
	}

	.faq_section .faq_heading h2 {
		font-size: 26px;
		line-height: 34px;
	}

	.faq_section .faq_question {
		padding: 12px 20px 12px 0;
	}

	.faq_section .faq_question h3 {
		font-size: 18px;
		line-height: 22.8px;
		padding-right: 20px;
	}

	.faq_section .faq_question::after {
		width: 18px;
		height: 18px;
	}

	.faq_section .faq_answer {
		padding-bottom: 12px;
	}

	.faq_section .faq_answer p {
		font-size: 15px;
		line-height: 22px;
		padding-right: 30px;
	}

	.faq_section .faq_button {
		margin-top: 20px;
	}
}