/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.7.1777642393
Updated: 2026-05-01 13:33:13

*/
.faq-sec *{
	font-family: var(--font) !important;
	direction: rtl;
}

.faq-sec .faq-heading p, .faq-sec .accordion-body p{
	font-size: 24px;
	line-height: 1.3em;
}
.faq-sec .accordion-item{
	border-color: #D3D1BF !important;
}

.faq-sec .accordion-button{
	font-size: 40px !important;
	font-weight: 600 !important;
	line-height: 1.3em;
	color: var(--e-global-color-text) !important;
	padding-left: 50px !important;
	white-space: unset;
	text-align: right;
}
.faq-sec .accordion-button:focus, .faq-sec .accordion-button:not(.collapsed){
	box-shadow: none !important;
}
.faq-sec .accordion-button::after{
	flex-shrink: 1 !important;
	width: 18px !important;
	height: 18px !important;
	background-image: url('https://law.thegenesisheights.com/wp-content/uploads/2026/05/Path-4.svg') !important;
	background-size: contain;
    transform: rotate(270deg) !important;
	margin: 0 0 4px 16px !important;
	position: absolute;
	left: 0;
}

.faq-sec .accordion-button.collapsed::after{
	filter: invert(0) !important;
}
.faq-sec .accordion-button:hover::after, .faq-sec .accordion-button::after{
	filter: invert(1) !important;
}
.faq-sec .accordion-button.collapsed::after{
	transform: rotate(0deg) !important;
	margin: 0 0 0 20px !important;
}
.faq-sec .accordion-button::before{
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translatey(-50%);
	background: var(--e-global-color-primary);
	width: 50px;
	height: 50px;
	border-radius: 50px;
}
.faq-sec .accordion-button.collapsed::before{
	background: #fff !important;
}
.faq-sec .accordion-button:hover::before{
	background: var(--e-global-color-primary) !important;
}




@media (max-width: 1600px){
	.faq-sec .accordion-button {
		font-size: 35px !important;
	}
	.faq-sec .accordion-body p{
	font-size: 20px;
}
}

@media (max-width: 1200px){
	.faq-sec .accordion-button {
		font-size: 30px !important;
	}
	.faq-sec .faq-heading p{
	font-size: 20px;
}
}

@media (max-width: 991px){
	.faq-sec .accordion-button {
		font-size: 26px !important;
		padding-left: 40px !important;
	}
	.faq-sec .accordion-button::before{
		width: 40px;
		height: 40px;
	}
	
	.faq-sec .accordion-button.collapsed::after{
	margin: 0 0 0 15px !important;
}
	.faq-sec .accordion-button::after{
	margin: 0 0 4px 12px !important;
}
}

@media (max-width: 767px){
	.faq-sec .faq-heading p, .faq-sec .accordion-body p{
	font-size: 18px;
}
}

@media (max-width:575px){
	.faq-sec .accordion-button {
		font-size: 22px !important;
	}
	.faq-sec .accordion-button::before{
		width: 35px;
		height: 35px;
	}
	.faq-sec .accordion-button.collapsed::after{
	margin: 0 0 0 13px !important;
}
	.faq-sec .accordion-button::after{
	margin: 0 0 4px 10px !important;
	width: 15px !important;
		height: 15px !important;
}
}





