.accordion-button:focus {
    box-shadow: none; /* Removes blue focus outline */
    outline: none; /* Removes the default outline */
  }
  
  .accordion-button:not(.collapsed) {
    background-color: transparent !important; /* Ensures no background color when open */
    color: inherit !important; /* Keeps the text color as default */
  }

 
  