
.keifec { 
    padding: 8px 20px 8px 20px !important; 
    border-radius: 50px !important;
    background: #F3F4F6;
    color: #364153;
    text-align: center;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    margin-right: 16px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{ 
    background: #096;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.10), 0 2px 4px -2px rgba(0, 0, 0, 0.10);
    color: #FFF !important; 
}

.jfff{
    border-bottom: 1px solid #E5E7EB; 
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.10), 0 1px 2px -1px rgba(0, 0, 0, 0.10);
}  
.custom-accordion .accordion-item {
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  margin-bottom: 15px;
  overflow: hidden;
}

.custom-accordion .accordion-button {
  background: #f8fafc;
  font-weight: 600;
  font-size: 16px;
  box-shadow: none;
}

.custom-accordion .accordion-button::after {
  display: none;
}

.custom-accordion .accordion-body {
  background: #fff;
  color: #4A5565;
  font-size: 14px;
   padding-top: 4px;
}

.toggle-icon {
  width: 20px;
  transition: 0.3s ease;
}
.faq-category {
  color: #009966;  
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 5px;
}

.faq-question {
  font-size: 16px;
  font-weight: 500;
  color: #101828;
  margin: 0;
}
.carrdd{
    border-radius: 24px;
background: #FFF;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
padding: 48px 145px;
max-width: 1090px;
    margin: 0 80px;
}
.hedse{
    font-size: 28px;
    font-weight: 500;
    color: #101828;
}
.text-kuked{
    font-size: 14px;
    color:#4A5565;  
}
.ththtq{
    border-radius: 50%;
    background-color:#F3F4F6 ;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.active-card {
    border-radius: 16px;
    border: 2px solid #E5E7EB !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.active-card:hover {
    background-color: #ECFDF5;
  cursor: pointer;
    transform: translateY(-5px);
  transition: all 0.3s ease;
    border: 2px solid #009966 !important;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  .ththtq{
    background-color:#009966;
    img{
          filter: brightness(0) invert(1);
    }
}
}
.fdbold{
    font-size: 16px;
    font-weight: 500;
    color: #101828;
}
.tehd{
     font-size: 14px;
    font-weight: 500;
    color:#4A5565;   
}
@media (max-width: 768px) {
.bghtt{
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-x:auto;
    padding-bottom: 10px;
    justify-content: start !important;
}
.bghtt::-webkit-scrollbar {
   height: 4px;  
}
 .bghtt::-webkit-scrollbar-track {
    background: #e0e0e0;  
  }

  .bghtt::-webkit-scrollbar-thumb {
    background: #009966;  
    border-radius: 10px;
  }

  .bghtt::-webkit-scrollbar-thumb:hover {
    background: #009966;
  }
.faq-category {
    font-size: 10px;
    margin-bottom: 5px;
}
.faq-question {
    font-size: 14px;
}
.custom-accordion .accordion-button{
    padding: 15px 10px;
}
.custom-accordion .accordion-body{
    padding: 0px 10px 15px;
    font-size: 12px;
}
.carrdd {
    padding: 25px 20px;
        margin: 0;
}
.hedse {
    font-size: 22px;
}
.text-kuked {
    font-size: 12px;
}
.ththtq {
    width: 40px;
    height: 40px;
    margin-bottom: 4px !important;
    img{
        width: 18px;
    }
}
}