.navbar-right {
  font-size: 14px;
}

/* Notification */
.notification {
  position: relative;
  cursor: pointer;
}

.notification i {
  font-size: 18px;
}

.notification .dot {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 8px;
  height: 8px;
  background: #ef4444;
  border-radius: 50%;
}

/* User Menu */
.user-menu {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.user-menu img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.user-menu span {
  font-weight: 500;
}

.user-menu i {
  font-size: 12px;
  color: #6b7280;
}

header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: #fff;
}

/* Responsive */
@media (max-width: 576px) {
  .user-menu span {
    display: none; /* mobile pe name hide */
  }
}
