/*== == FAQs Page == ==*/

.f1-banner {
    background: #222;
    color: white;
}

.faq-fold {
    padding-bottom: 0px;
}

.section-header {
    padding: 0px 0px 20px;
    margin-bottom: 30px;
}

.section-header .title {
    position: relative;
    margin: 0px;
}

.accordion-content p:last-child {
    margin: 0px;
}

.section-header .title::before {
    content:'';
    background-image:url('/wp-content/uploads/2023/12/title-shape-green.png');
    position:absolute;
    bottom:-20px;
    width:200px;
    height: 24px;
    background-position: bottom;
    background-repeat:no-repeat;
    background-size:contain;
    left:50%;
    transform:translatex(-50%);
}

.section-header {
    position: relative;
}

.section-header::before {
    content: '';
    height: 1px;
    background: var(--primary-color1);
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 200px;
}

.section-header .subtitle {
    margin: 0px;
}

.f1-banner img {
    width: 100%;
    min-width: 1800px;
}

.faq-title {
    padding: 20px;
    margin: 20px 0px;
    position: relative;
    z-index: 1;
    text-align: center;
}

.faq-title a {
    margin: auto;
}

.faq-title::before {
    content: '';
    position: absolute;
    background-color: #eae5dc61;
    width: 999%;
    height: 100%;
    top: 0px;
    left: -50%;
    pointer-events: none;
    z-index: -1;
}

.banner-content {
    position: absolute;
    top: 10px;
    right: 0;
    width: 70%;
    height: 100%;
    max-width: 1100px;
    padding: 0px 50px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.banner-content p {
	margin-bottom: 0px;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    transition: all 0.3s ease;
    padding-bottom: 10px;
    padding: 15px 20px 20px;
    cursor: pointer;
}

.faq-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.header-wrapper {
    font-weight: 500;
}
.header-wrapper:hover {
    opacity: 0.7;
}

div#ebook-fold {
	background:#f8f8f8;
}

		/*== == FAQs Page END == ==*/


/*== == ACCORDION PAGE == ==*/

.accordion-fold {
    padding: 100px 0px;
    position: relative;
    padding-top: 50px;
    background: #333;
}
.accordion-fold.padding {
    padding: 50px 0px;
}
.accordion-content p a {
    color: white;
    display: flex;
    align-items: center;
    margin-top: 15px;
    gap: 5px;
    line-height: 1;
    font-style: italic;
    transition: all 500ms ease;
}

.accordion-content p a i {
    color: var(--secondary-color1);
}

.accordion-content p a i {
    display: flex;
    align-items: center;
}

.accordion-content p a:hover {
    opacity: .6;
}

.accordion-section {
    display: none;
    width: 100%;
}

.accordion-section.active {
    display: block;
}

.accordion-fold .title {
    text-align: center;
    margin-bottom: 50px;
}

.accordion-page-wrapper {
    display: flex;
    padding: 100px 0px;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    transition: all 0.5s ease;
    padding: 20px 20px;
    background: none;
    cursor: pointer;
    border-bottom: solid 2px var(--primary-color1);
}

.accordion-wrapper {
    color: #333;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.faq-container .content-header {
    padding-bottom: 50px;
}

.faq-container .content-header .title {
    margin: 0px;
}

.accordion-content ul {
    list-style: none;
    text-align: left;
}

.accordion-content ul li {
    margin-bottom: 20px;
}

.accordion-subtitle span {
    display: block;
    font-weight: 400;
    margin-top: 10px;
    font-size: 18px;
}

.accordion-btn p {
    font-size: 32px;
    position: absolute;
    right: 20px;
    top: 15px;
    margin: 0;
    opacity: 0;
    transition: all 0.3s ease;
    color: var(--primary-color1);
}

.accordion-btn.opened p.close-btn {
    opacity: 1;
}

.accordion-btn.closed p.open-btn {
    opacity: 1;
}

.accordion-item {
    position: relative;
    width: 100%;
}

.extended .accordion-fold-wrapper{
    max-height: 1000px;
}

.accordion-fold-wrapper {
    max-height: 0px;
    overflow: hidden;
    transition: all 0.5s ease;
    background: var(--primary-color1);
    color: white;
}

.accordion-content {
	padding-top: 20px;
	border-radius: var(--curve);
	padding: 20px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	position: relative;
}

.accordion-content ul {
    padding-left: 30px;
    margin: 0px;
}

.accordion-content ul.duo {
	display:flex;
	flex-wrap:wrap;
	max-width: 640px;
}

.accordion-content ul.duo li {
	flex: 0 0 calc(100% / 2 - 0px);
}

.accordion-content ul li {
    font-size: 16px;
}

.accordion-btn i {
    font-size: 14px;
    margin-top: 15px;
    cursor: pointer;
    transition: all 500ms ease;
}

.accordion-header {
    font-size: 22px;
    padding-right: 60px;
    line-height: 32px;
    margin-bottom: 0px;
    transition: all 500ms ease;
    font-weight: 400;
}
.accordion-subtitle {
    font-size: 26px;
}

.header-wrapper {background: whitesmoke;}
.header-wrapper:hover {
    opacity: 0.7;
}

.active .accordion-btn i {
}

.header-wrapper.active {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
.accordion-content p {
    transition: all 500ms ease;
    font-size: 16px;
    line-height: 24px;
}

.accordion-item-row {
    display: flex;
    flex: 0 0 calc(100% / 2 - 10px);
}

.accordion-ittem-number p {
    font-size: 22px;
    line-height: 1;
    background: var(--primary-color1);
    color: white;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0px;
    padding-top: 2px;
    font-weight: 600;
}

.accordion-ittem-number {
    transform: translatey(16px);
}

.accordion-content ul.services-list li::before {
    color: white;
}

.accordion-page-wrapper .button-wrapper {
    display: flex;
    flex-direction: column;
    flex: 0 0 300px;
}

.accordion-page-wrapper .button-wrapper button {
    display: block;
    background: none;
    border-top: none;
    border-bottom: none;
    border-right: none;
    padding: 30px 15px;
    font-size: 20px;
    text-align: left;
    transition: all 500ms ease;
    border-color: #c9c9c9;
    color: black;
    cursor: pointer;
}

.accordion-page-wrapper .button-wrapper button.active {
    color: var(--primary-color1);
    border-color: var(--primary-color1);
}

	/*=== == ACCORDION END === ==*/

/*== == FAQ RESPONSIVE == ==*/

@media (max-width:1024px) {

.accordion-page-wrapper {
    flex-direction: column;
    gap: 40px;
    align-items: center;
    padding: 30px 0px 50px;
}

.accordion-page-wrapper .button-wrapper {
    flex: unset !important;
    max-width: 440px;
    gap: 10px;
    width: 100%;
}

.accordion-page-wrapper .button-wrapper button {
    border: none;
    text-align: center;
    background: whitesmoke;
    color: #333;
    width: 100%;
}

.accordion-page-wrapper .button-wrapper button.active {
    color: white;
    background: var(--primary-color1);
}

.accordion-section > .section-header {
    text-align: center;
}

.section-header .title {
    margin: 0px;
}
	
}

@media (max-width:400px) {

	.accordion-page-wrapper .button-wrapper button {
    font-size: 16px;
}

}

	/*=== == FAQ RESPONSIVE END == ==*/