.tab-pane {
    counter-reset: question-counter;
  }
  
  
  .accordion-item {
    counter-increment: question-counter;
  }
  
  
  .accordion-button .question::before {
    content: "Q" counter(question-counter) ". ";
    font-weight: 500;
    margin-right: 5px;
  }
  
  
  
  .accordion-body ol>li::before {
    content:  counter(step-counter) ": " !important;
    font-weight: bold;
  }
  
  
  
  
  .accordion-button::after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    margin-top: 5px;
    margin-left: auto;
    transition: transform 0.3s ease;
  }
  
  
  .accordion-button:not(.collapsed)::after {
    content: "\f068";
    transform: rotate(180deg);
  }
  
  
  
  .faq-section .accordion {
    width: 100%;
  }
  
  .faq-section .faq-heading {
    background-color: rgba(249, 249, 255, 1);
  }
  
  .faq-section .faq-heading h1 {
    color: #262e3d;
    font-size: 32px;
    font-weight: 500;
    margin: 0;
    text-align: center;
  }
  
  .question {
    line-height: 20px;
    display: block;
    padding-right: 37px;
    position: relative;
    padding-left: 40px;
    position: relative;
  }
  
  .question::before {
    content: "Q.";
    display: block;
    position: absolute;
    left: -12px;
    top: 0;
  }
  
  .categ {
    font-size: 32px;
    font-weight: 600;
    color: #586274;
    margin: 0 auto 30px;
    text-align: left;
    width: 100%;
    padding-left: 0;
    line-height: 40px;
  }
  
  .accordion-button {
    padding: 10px 0 !important;
  }
  
  .accordion-button:not(.collapsed) {
    background-color: var(--secondary-text);
  }
  
  .accordion-button:not(.collapsed)::after {
    background-image: none;
    transform: none;
  }
  
  .accordion-button:focus {
    box-shadow: none;
  }
  
  .accordion-button:before {
    content: "";
    position: absolute;
    /*   right: 0.75rem; */
    right: 0.75rem;
    top: 1.25rem;
    height: 2px;
    width: 1rem;
    background-color: var(--primary-text);
  }
  
  .accordion-button.collapsed:after {
    position: absolute;
    right: 1.1875rem;
    top: 0.8125rem;
    height: 1.0625rem;
    width: 0.125rem;
    border-style: none;
  
  }
  
  .faq-section .accordion-button h5 {
    color: #000;
    margin-right: 13px;
    font-weight: 500;
    font-size: 20px;
    color: #000;
    line-height: 32px;
    margin-bottom: 0;
    cursor: pointer;
  }
  
  .accordion-body{
    position: relative;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #252525;
    padding: 20px 10px 20px 40px;
  }  
  .accordion-body p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #252525;
  }
  .faq_tab{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }
  
  .faq-section ul {
    list-style-type: none;
    list-style-type: disc;
    /* Default bullet points for ul */
    margin-left: 20px;
  }
  
  .faq-section ul li {
    margin-bottom: 5px;
  }
  
  .accordion-body ol {
    margin-top: 20px;
    counter-reset: step-counter;
    list-style-type: none;
    padding-left: 0;
  }
  
  .accordion-body ol>li {
    counter-increment: step-counter;
    margin-bottom: 10px;
  }
  .accordion-body ul{
    margin: 10px 0px;
  }
  .accordion-body ul li{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #252525;
  }
  
  .accordion-body ol>li::before {
    content: "Steps " counter(step-counter) ": ";
    font-weight: 500;
  }
  .accordion-body strong{
    font-size: 18px !important;
    font-weight: 600;
  }
  .nav {
    width: 239px;
    background: #fff;
    height: 100%;
    padding: 0;
    position: sticky;
    top: 5px;
    list-style-type: none;
    margin: 0;
  }
  
  .nav-pills .nav-link{
    border-radius: 4px !important;
    text-align: center !important;
    width: 100%;
    padding: 15px 30px;
    margin: 0 0 5px 0;
    line-height: 20px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid rgba(128, 128, 128, 0.436) !important;
  }
  
  .nav-link {
    margin-bottom: 5px;
    color: #000000a4 !important;
  }
  
  .nav-pills .nav-link.active,
  .nav-pills .show>.nav-link {
    color: #ffffff !important;
    background-color: #d13b45 !important;
  }
  
  .nav-link:hover {
    color: #ffffff !important;
    background-color: #d13b45 !important;
  }
  .tab-content .tab-pane .accordion-item, .accordion-button{
    background-color: transparent !important;
  }
  .tab-content{
    padding-left: 15px;
  }
  @media screen and (max-width: 768px) {
    .accordion-button::after{
        font-size: 14px;
        margin-top: 0px;
    }
    .custom {
      flex-wrap: wrap;
    }
    .nav-pills .nav-link{
        border-radius: 5px !important;
    }
  
    .nav {
      width: 100%;
      position: relative;
      padding-bottom: 25px;
    }
  
    .accordion-button:before {
      right: 0.75rem;
    }
  
    .accordion-button.collapsed:after ,.accordion-button:not(.collapsed)::after{
      right: 20px;
    }
  
    .faq-section .accordion-button h5 {
      margin-right: 0px;
      font-size: 16px;
      line-height: 22px;
    }
    .accordion-body, .accordion-body ol li,.accordion-body ul li, .accordion-body p, .accordion-body  strong{
        font-size: 15px !important;
        line-height: 20px;
    }
    .question::before{
        left: 0;
    }
    .faq-section .faq-heading h1 {
      font-size: 24px;
      text-align: center;
      margin: 0 auto;
      padding: 20px;
    }

  
  .page-content {
    display: none;
  }
  .nav-pills .nav-link{
    width: 100%;
  }
  
  /* Show content based on :target pseudo-class */
  .page-content:target {
    display: block;
  }
  
  .pageCustom {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
  }  
  .faq_tab{
    width: 100%;
    flex-direction: column;
    gap: 10px;
  }
  .tab-content{
    border-left: 0px;
    padding-left: 10px;
  }
  }