body {
  background-color: #f7fafb;
}

/* NAVBAR */
/* Text color changes depending on scroll */
.nav-text {
  color: white;
  transition: color 0.3s ease;
}

/* Navbar when scrolled */
.navbar-scrolled {
  background: white !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

/* When navbar has white bg, make text dark */
.navbar-scrolled .nav-text {
  color: #1f2937;
}

/* Style dropdown options on desktop */
#languageSelector option {
  background-color: #0f172a;
  color: white;
}
