.faq_typq_button{
    display: flex;
    gap: 15px;
    justify-content: center;
}
.faq_typq_button li{
    list-style: none;
    background-color: rgba(128, 128, 128, 0.571);
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, .03) 0 -1px 0 0, rgba(0, 0, 0, .2) 0 0 2px 0, rgba(0, 0, 0, .12) 0 4px 2px -2px, rgba(0, 0, 0, .16) 0 4px 8px -1px;
}
.faq_typq_button li.active{
    background-color: #8fbd04;
}
.faq_getting_started_section{
    flex-direction: column;
    gap: 20px;
    display: none;
}
 .accordion-container {
     max-width: 1000px;
     width: 100%;
     margin: 0px auto;
     background: #fff;
     border-radius: 12px;
     box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
     overflow: hidden;
     font-family: 'Oswald', sans-serif;
 }

 .accordion-header {
     background: #8fbd04;
     color: #000;
     cursor: pointer;
     padding: 15px 20px;
     font-size: 1.2rem;
     display: flex;
     justify-content: space-between;
     align-items: center;
 }

 .accordion-header i {
     transition: transform 0.3s ease;
 }

 .accordion-header.active i {
     transform: rotate(180deg);
 }

 .accordion-content {
     max-height: 0;
     overflow: hidden;
     transition: max-height 0.4s ease;
     background: #f9f9f9;
     padding: 0 20px;
 }

 .accordion-content.open {
     padding: 20px;
 }

 .accordion-content ol {
     margin-left: 20px;
     line-height: 1.8;
 }

 .accordion-content a {
     color: #0077ff;
     text-decoration: underline;
 }




.faq_fisrt_section {
    position: relative;
    min-height: 100vh;
    background-image: url('/images/faq.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: brightness(80%);
    display: flex;
    align-items: center;
    justify-content: center
}

.faq_mask_overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    clip-path: polygon(0 0, 70% 0, 30% 100%, 0% 100%)
}

.faq_heading {
    width: 40%;
    text-align: center;
    color: #fff;
    z-index: 1;
    text-shadow: 0 0 10px rgba(255, 255, 255, .5)
}

.faq_heading h1 {
    text-transform: uppercase;
    font-style: italic;
    margin: 0
}
 .faq_heading p {
     margin: 10px 0 0
 }
 
 
 
 /*******/
.user_dashboard_section{
    flex-direction: column;
    gap: 20px;
    display: none;
}

.sm_videos_section{
    flex-direction: column;
    gap: 20px;
    display: none;
} 
 