.navbar {
  background: #ffffff;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 100;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1px 1px;

}

.logo {
  font-size: 22px;
  font-weight: bold;
  color: #4b6cff;
}

nav {
  display: flex;
  align-items: center;
  position: relative;
}

nav a {
  margin: 0 15px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
}

nav a.active {
  color: #4b6cff;
}

.nav-right a {
  margin-left: 10px;
}

.audit-btn {
  background: linear-gradient(90deg, #4b6cff, #7b8bff);
  color: white !important;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
}

.whatsapp { color: #25d366; }

/* ----------------------------- */
/* 🔥 DROPDOWN CSS (Added Now)   */
/* ----------------------------- */

.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 35px;
  left: 0;
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 6px;
  list-style: none;
  min-width: 180px;
  display: none;
  padding: 8px 0;
  box-shadow: 0px 4px 14px rgba(0,0,0,0.08);
}

.dropdown-menu li a {
  display: block;
  padding: 10px 16px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
}

.dropdown-menu li a:hover {
  background: #f1f3ff;
  color: #4b6cff;
}

/* hover kholne ke liye */
.dropdown:hover .dropdown-menu {
  display: block;
}

/* Navbar & Dropdown CSS */
.navbar {
  background: #ffffff;
  border-bottom: 1px solid #eee;
  position: sticky;
  top: 0;
  z-index: 100;
}
.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
}
.logo {
  font-size: 22px;
  font-weight: bold;
  color: #4b6cff;
}
nav {
  display: flex;
  align-items: center;
  position: relative;
}
nav a {
  margin: 0 15px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
}
nav a.active {
  color: #4b6cff;
}
.nav-right a {
  margin-left: 10px;
}
.audit-btn {
  background: linear-gradient(90deg, #4b6cff, #7b8bff);
  color: white !important;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
}
.whatsapp { color: #25d366; }

.dropdown {
  position: relative;
}
.dropdown-menu {
  position: absolute;
  top: 35px;
  left: 0;
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 6px;
  list-style: none;
  min-width: 180px;
  display: none;
  padding: 8px 0;
  box-shadow: 0px 4px 14px rgba(0,0,0,0.08);
}
.dropdown-menu li a {
  display: block;
  padding: 10px 16px;
  color: #333;
  text-decoration: none;
  white-space: nowrap;
  margin: 0;
}
.dropdown-menu li a:hover {
  background: #f1f3ff;
  color: #4b6cff;
}
.dropdown:hover .dropdown-menu {
  display: block;
}

.year-title {
  grid-column: span 2;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: #08306b;
  margin: 30px 0 10px 0;
  border-bottom: 2px dashed #b0c4de;
  padding-bottom: 10px;
}

@media (max-width:820px){
  .year-title { grid-column: span 1; }
}
