.faq-one-0e29935e {
	position: relative;
	padding: 80px 0;
	z-index: 1;
}
.faq-one-bg-0e29935e {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	opacity: 0.1;
	z-index: -1;
}
.container-0e29935e {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}
.row-0e29935e {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.col-left-0e29935e,
.col-right-0e29935e {
	padding: 0 15px;
	width: 50%;
	box-sizing: border-box;
}
@media (max-width: 768px) {
	.col-left-0e29935e,
	.col-right-0e29935e {
		width: 100%;
	}
}
.sec-sub-title-0e29935e {
	font-family: "Quicksand", sans-serif;
	color: #01A368; /* Secondary Brand Color */
	font-weight: 700;
	font-size: 15px;
	display: block;
	margin-bottom: 12px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}
.sec-title-0e29935e {
	font-family: "Quicksand", sans-serif;
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 24px;
	color: #1e1e1e;
	line-height: 1.3;
}
.faq-one-text-0e29935e {
	font-family: "Quicksand", sans-serif;
	font-size: 16px;
	line-height: 1.7;
	color: #555555;
	margin-bottom: 35px;
}
.thm-btn-0e29935e {
	display: inline-block;
	background-color: #004a17;
	color: #fff;
	padding: 14px 32px;
	font-family: "Quicksand", sans-serif;
	font-weight: 700;
	border-radius: 6px;
	text-decoration: none;
	transition: background-color 0.3s, transform 0.2s;
	box-shadow: 0 4px 10px rgba(0, 74, 23, 0.15);
}
.thm-btn-0e29935e:hover {
	background-color: #01A368;
	transform: translateY(-2px);
	color: #fff;
	text-decoration: none;
}
.accrodion-0e29935e {
	background: #fff;
	margin-bottom: 18px;
	border-radius: 8px;
	border: 1px solid #eaeaea;
	border-left: 4px solid #eaeaea;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.02);
	overflow: hidden;
	transition: border-color 0.3s, border-left-color 0.3s, box-shadow 0.3s, transform 0.3s;
}
.accrodion-0e29935e:hover {
	transform: translateY(-2px);
	box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.05);
}
.accrodion-0e29935e.active {
	border-color: #eaeaea;
	border-left-color: #01A368; /* Active Highlight Left Border */
	box-shadow: 0px 10px 30px rgba(0, 74, 23, 0.05);
}
.accrodion-title-0e29935e {
	padding: 20px 25px;
	cursor: pointer;
	position: relative;
	user-select: none;
}
.accrodion-title-0e29935e h4 {
	margin: 0;
	font-family: "Quicksand", sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #222222;
	padding-right: 35px;
	transition: color 0.3s;
}
.accrodion-0e29935e:hover .accrodion-title-0e29935e h4 {
	color: #01A368;
}
.accrodion-0e29935e.active .accrodion-title-0e29935e h4 {
	color: #004a17; /* Active heading */
}
/* Plus/Minus Indicator */
.accrodion-title-0e29935e::after {
	content: '+';
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 24px;
	font-weight: 500;
	color: #888888;
	line-height: 1;
	transition: transform 0.3s ease, color 0.3s ease;
}
.accrodion-0e29935e.active .accrodion-title-0e29935e::after {
	content: '−';
	color: #01A368;
	transform: translateY(-50%) rotate(180deg);
}
.accrodion-content-0e29935e {
	padding: 0 25px 22px 25px;
}
.inner-0e29935e p {
	margin: 0;
	font-family: "Quicksand", sans-serif;
	color: #555555;
	font-size: 15px;
	line-height: 1.7;
}
