 .ar-faqs-h2{
    font-size: 36px;
    line-height: 1.2;
    font-weight: normal;
    color: #ffffff;
    text-align: center; 
    font-family: 'alwaysdry-SansRegular';  
     width:100%; 
    letter-spacing: -0.6px;  
 }

 .ar-faqs-subtitle{
  font-family: 'GeneralSans-Regular', sans-serif!important;
  font-size: 22px;
    line-height: 1.4;
    font-weight: normal;
    color: #62b92c;
    text-align:center; 
    margin-top: 8px;
 }

.ar-faqs-tabs-div {
    width: fit-content;
    background: #ffffff10;
    border-radius: 100px;
    padding: 5px; 
    border: 1px solid rgba(255, 255, 255, 0.1);
}


  .ar-faqs-tabs{
  font-family: 'GeneralSans-regular', sans-serif!important;
  font-size: 18px;
    line-height: 1.4;
    font-weight: normal;
    color: #ffffff;
    text-align:center; 
    padding: 12px 22px;
    letter-spacing: 0.4px;
 }

 
 

.ar-faqs-tab.active {
    color: #73e600;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background-color: #000000;
    font-weight: 600;
    transition: all 0.3s 
ease;
    padding: 12px 22px;
    border-radius: 100px;
}

.ar-faqs-content{
    width: 70%; 
}

.ar-faqs-accordion {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: #000000;
    border-radius: 0px; 
    cursor: pointer;
}

.ar-faqs-question {
  font-family: 'GeneralSans-Regular', sans-serif!important;
  font-size: 22px;
    line-height: 1.4;
    font-weight: normal;
    color: #ffffff;
    text-align:left; 
    letter-spacing: 0.2px;
    padding: 16px 0px;
    cursor: pointer;
}


.ar-faqs-answer {
    font-family: 'GeneralSans-extralight', sans-serif!important;
    font-size: 18px;
        line-height: 1.4;
        font-weight: normal;
        color: #ffffff;
        text-align:left; 
        letter-spacing: 1px;
        padding: 0px 0px 24px 0px;
        border-bottom: 1px solid rgb(255, 255, 255);
}



.ar-faqs-icon{
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 100px;
    color: rgb(255, 255, 255);
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
