/* Remove bullets and extra padding from the navbar */

/* Make the navbar text black */
.navbar-light .navbar-nav .nav-link {
  color: black;
}

.navbar {
  padding: 0.1rem 1rem
}

.navbar-nav {
  list-style: none; /* Remove bullets */
  padding-left: 0;
  margin-left: 0;
}

/* Navbar list items */
/* .navbar-nav .nav-item {
    margin-right: 20px; /* Add space between items }*/


.navbar-light .navbar-nav .nav-link:hover {
  color: #0059ce;
}


/* .navbar-light .navbar-nav .nav-link:hover {
  color: #4caf50; 
} */

/* Adjust logo size and display */
.navbar-brand img {
  display: block;
  /* width: auto;
  height: 2rem;  */
}

/* Custom styles for the sidebar */
.ms-3 {
  margin-left: 1rem !important;
}

section#qa {
  max-width: 80%;
  margin: 2rem auto;
  padding: 2rem 1rem;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-size: 10px;
}

h1 {
  color: #f26a21;
  text-align: center;
  font-size: 32px;
}

.faq {
  margin-bottom: 1rem;
}

.faq h4 {
  color: #333;
}

.faq p {
  color: #666;
  font-size: 20px;
}

.faq ul {
  color: #666;
  font-size: 20px;
}

.faq a {
  color: #f26a21;
  text-size-adjust: 10;
  text-decoration: none;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

/* Navbar links on hover */
/* .navbar-nav .nav-link:hover {
  color: #f26a21; 
  text-decoration: underline; 
  transition: color 0.3s ease, text-decoration 0.3s ease; 
} */
