.lang-option.active {
  font-weight: bold;
  text-decoration: underline;
  color: #007bff; /* or your theme's primary color */
  font-family: "Muli", sans-serif;
}

.langactive {
  color: #eb7134 !important;
  font-weight: bold;
}

/* Styling for the toggle button */
#visa-toggle-btn {
  margin-top: 10px;
  padding: 10px;
  background-color: #b1712f;
  color: white;
  border:double;
  cursor: pointer;
  font-family: "Muli", sans-serif;
  font-size: 20px;
}

#visa-toggle-btn:hover {
  background-color: #0056b3;
}

/* Styling for the toggle button */
#commute-toggle-btn {
  margin-top: 10px;
  padding: 10px;
  background-color: #b1712f;
  color: white;
  border:double;
  cursor: pointer;
  font-family: "Muli", sans-serif;
  font-size: 20px;
}

#commute-toggle-btn:hover {
  background-color: #0056b3;
}

/* Styling for the toggle button */
#general-toggle-btn {
  margin-top: 10px;
  padding: 10px;
  background-color: #b1712f;
  color: white;
  border:double;
  cursor: pointer;
  font-family: "Muli", sans-serif;
  font-size: 20px;
}

#general-toggle-btn:hover {
  background-color: #0056b3;
}

/* Styling for the toggle button */
#clothing-toggle-btn {
  margin-top: 10px;
  padding: 10px;
  background-color: #b1712f;
  color: white;
  border:double;
  cursor: pointer;
  font-family: "Muli", sans-serif;
  font-size: 20px;
}

#clothing-toggle-btn:hover {
  background-color: #0056b3;
}
/* Styling for the section (initially hidden) */
#visa-section {
  margin-top: 20px;
  display: none; /* Hidden by default */
}

/* Styling for the section (initially hidden) */
#commute-section {
  margin-top: 20px;
  display: none; /* Hidden by default */
}

/* Styling for the section (initially hidden) */
#general-section {
  margin-top: 20px;
  display: none; /* Hidden by default */
}

/* Styling for the section (initially hidden) */
#clothing-section {
  margin-top: 20px;
  display: none; /* Hidden by default */
}
