* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Poppins', sans-serif;
  background: #000;
  
  
}

/* ===== TOP BAR ===== */
.top-bar {
  background-color: #65747C;
  color: white;
  padding: 15px 0;
  font-size: 15px;
  position: sticky;
  top: 0;
  z-index: 999;
  
}

.top-container {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: white;
  text-align: left;
}
#navbar{
  position: fixed;  /* Navbar ko fixed kar deta hai */
  top: 0;           /* Screen ke top par chipka dega */
  left: 0;
  width: 100%;      /* Full width le */
  z-index: 9999; 
  margin-bottom: 50px;
}

.info-item i {
  font-size: 20px;
}

.info-item.center {
  text-align: center;
}

.info-item a {
  color: white;
  text-decoration: none;
  font-weight: 600;
}

.info-item a:hover {
  text-decoration: underline;
}

/* ===== NAVBAR ===== */
.navbar {
  background-color: #0f0f0f;
  padding: 20px 0;
  border-top: 2px solid #1b1b1b;
  position: sticky;
  top: 75px; /* stick below top bar */
  z-index: 998;
}

.nav-container {
  width: 90%;
  max-width: 1400px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

/* NAV LINKS */
.nav-links {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
}

.nav-links a {
  text-decoration: none;
  color: #bfc8d3;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
  transition: 0.3s;
}

.nav-links a.active,
.nav-links a:hover {
  color: #a7b7f0;
}

/* SOCIAL ICONS */
.social-icons a {
  color: white;
  font-size: 20px;
  margin-left: 20px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #a7b7f0;
}
#comp-lj8jf7l9{
  color: #fff;
  background-color: #fff;
}
.fluid-avatar-image{
  display: none;
}
