.faq-item {
    overflow: hidden;
    transition: border-color 0.3s 
ease;
}

.faq-question h2 {
	margin:0px;
	color: #202020;
font-family: Sora;
font-size: 21px;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.product-sections .faq-container {
    padding: 0px;
    margin-bottom: 80px;
}
.faq-container {
    max-width: 100%;
    height: auto;
    margin: auto;
    border-radius: 10px;
    font-family: "Manrope";
}

.button-section {
    width: 100%;
    margin-right: 246px;
    display: flex
;
    justify-content: center;
    gap: 0px;
    margin: 20px 0px 40px;
}
.faq-item.active {
	border: 1px solid #0E926B;
background: #FFF;
}
.faq-item {
   border: 1px solid #CFCFCF;
background: #FFF;
    border-radius: 0px;
    margin-bottom:10px;
	 padding:13px 20px;
}
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
	align-items: center;
   
	color: #202020;
font-family: Sora;
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: 22px; 
    border-radius: 0px; 
    color: var(--n-accordion-title-normal-color);
    cursor: pointer;
    flex-direction: row;
   
}
.faq-pagination {
	text-align: center;
    margin: 40px 0px 0px;
    gap: 10px;
    display: flex;
    justify-content: center;
}
.faq-page  {
	border: 1px solid var(--UM---Gold, #FF9F0D);
background: #FFF;
	color:#202020;
	display: flex;
width: 40px;
height: 40px;
padding: 13.125px 0.625px;
justify-content: center;
align-items: center;
	border-radius:0px;
	font-family: Sora;

}
 .faq-pagination button:hover {
    background-color:#FF9F0D;
    color: #fff;
    text-decoration: none;
}
.faq-next,.faq-prev {
	border: 1px solid var(--UM---Gold, #FF9F0D);
background: #FFF;
	color:#202020;
	display: flex;
width: 90px;
height: 40px;
padding: 13.125px 0.625px;
	font-family: Sora;

justify-content: center;
align-items: center;
	border-radius:0px;
}
.faq-page.active {
	border: 1px solid #FF9F0D;
background:  #FF9F0D;
	color:#fff;
}
.faq-toggle {
    font-size: 28px !important;
    font-weight: 900;
    color: #005653;
}
.faq-toggle {
    font-size: 25px;
    color: #6f7887;
    background: transparent;
    height: 20px;
    width: 20px;
    border-radius: 50px;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.faqs-main .search-container {
    margin: 50px auto 30px;
	width:670px;
	border: 1px solid #EDEDED;
background: #FFF;
}
.search-container {
    position: relative;
}
.search-container {
    display: flex
;
    align-items: center;
    margin: 20px 0;
    justify-content: center;
    margin-bottom: 37px;
}
.search-bar {
    display: flex
;
    align-items: center;
    width: 670px;
    border-radius: 0px;
    padding: 5px;
    height: 44px;
}
.search-icon {
    margin: 0 7px;
    font-size: 1.2rem;
    color: #555;
}
.faqs-main .search-container input[type=text] {
    font-weight: normal;
	background: transparent;
	outline:none;
}
.search-container input[type=text] {
    box-shadow: none;
    border-width: 0px !important;
    font-weight: 600;
    padding: 12px 20px;
}
.search-button {
    min-width: 120px;
    padding: 0px;
    height: 44px;
    margin-left: 0px;
    border: none;
    border-radius: 0px;
    background-color: #FF9F0D;
    color: white;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
	border: 1px solid;
}
.faqs-main .product-sections .btn {
    margin: 0 5px;
    font-weight: 400;
}
.btn.faq-active {
    background-color: #FF9F0D;
    color: #fff;
}
.product-sections .btn {
    padding: 8px 18px;
    height: auto;
    width: auto;
    border: 1px solid #F4F6F5;
    background-color: #fff;
    color: #343A3F;
    border-radius: 0px;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    text-align: center;
	text-decoration:none;
}
  
    body .site-content .ast-container {
        display: block !important;
    }
    #loader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.8);
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9999;
    }
    .loader-content { text-align: center; }
    .spinner {
        border: 4px solid rgba(0, 0, 0, 0.1);
        border-radius: 50%;
        border-top: 4px solid #00C76A;
        width: 40px;
        height: 40px;
        animation: spin 1s linear infinite;
    }
		.faq-answer {
    display: none;
    margin-top: 15px;
	color: #4D5869;
font-family: Sora;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
		.faq-answer {
  display: none;
}
.faq-answer.active {
  display: block;
}
    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }
    .btn.faq-active {
        background-color: #FF9F0D;
        color: #fff;
    }