   .header {
    background-color: white;
    padding: 10px 0;
    border-top: 12px solid #E41E2A;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    position: sticky;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    .profile-photo {
  background-color: #fcecec;
  padding: 4px;
}
}

.nav-menu {
    display: flex;
    justify-content: flex-end;
}

.nav-link {
    color: #757575;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 15px;
    padding: 0 3px;
    text-decoration: none;
    position: relative;
}

.nav-link.active {
    color: #ec6955;
}

/* .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ec6955;
} */



.welcome-text {
  font-size: 0.75rem;
  color: #444;
  margin-bottom: -2px;
}


/* .profile{
  transform: translate3d(6.6667px, -23.3333px, 0px);
} */

#navbar .profile  {
      transform:translate3d(6.6667px, 0.6667px, 0px);
}

/* Sidebar overlay */
.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  backdrop-filter: blur(6px);
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1040;
  display: none;
}

/* Sidebar container */
.sidebar-menu {
  position: fixed;
  top: 0;
  left: -300px;
  width: 250px;
  height: 100vh;
  background: #fff;
  z-index: 1050;
  padding: 2rem 1rem;
  transition: left 0.3s ease;
  box-shadow: 2px 0 6px rgba(0, 0, 0, 0.2);
}

/* Open state */
.sidebar-menu.open {
  left: 0;
}

.sidebar-overlay.active {
  display: block;
}

.sidebar-nav .submenu {
  display: none;
  list-style: none;
  padding-left: 15px;
}

.sidebar-nav .has-submenu {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sidebar-nav .submenu li a {
  text-decoration: none;
  padding: 6px 12px;
  display: block;
  color: #000;
}

.sidebar-nav .submenu li a:hover {
  background: #eee;
}




/* Remove underline and set hover color (optional) */
.sidebar-nav a {
  text-decoration: none !important;
  color: #000; /* Set your desired text color */
  display: block;
  padding: 8px 12px;
}

.sidebar-nav a:hover {
  text-decoration: none !important;
  background-color: #f1f1f1; /* Optional: highlight background on hover */
  color: #000; /* Optional: maintain same text color */
}



/* Close button */
.close-btn {
  font-size: 2rem;
  background: none;
  border: none;
  position: absolute;
  top: 10px;
  right: 15px;
  cursor: pointer;
  color: #000;
}

/* Menu list */
.sidebar-nav ul {
  list-style: none;
  padding: 0;
  margin-top: 3rem;
}

.sidebar-nav li {
  margin-bottom: 1rem;
}

.sidebar-nav a {
  text-decoration: none;
  color: #333;
  font-size: 1.1rem;
  font-weight: 500;
  display: block;
  padding: 0.5rem 1rem;
  border-radius: 6px;
}

.sidebar-nav a:hover {
  background-color: #f0f0f0;
}



.custom-navbar-toggler {
  background: transparent; /* No background */
  border: none; /* Remove border if any */
  padding: 0.25rem 0.5rem; /* Adjust padding if needed */
  margin-right: 0px !important;
}

.custom-navbar-toggler:hover,
.custom-navbar-toggler:focus {
  background: transparent !important; /* Disable background on hover/focus */
  box-shadow: none !important; /* Disable any focus shadow */
}

.custom-hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 24px; /* Width of the hamburger */
  height: 18px; /* Height to space out lines */
}

.custom-hamburger .line {
  display: block;
  height: 3px; /* Thickness of lines */
  background-color: #000; /* Line color */
  border-radius: 2px; /* Rounded edges */
  width: 100%; /* Equal length lines */
}

.username-text {
  font-weight: 600;
  color: #e60000; /* red */
  font-size: 0.875rem;
}

.profile-menu {
  padding-top: 5px !important;
}

.profile-menu:hover {
  text-decoration: none !important;
  background-color: transparent;
}

.profile-icon {
  width: 40px;
  height: 40px;
  background-color: #fcecec !important; 
  color: #660066 !important; 
  font-size: 1.2rem;
  padding: 4px;
}

@media only screen and (min-width: 375px) and (max-width: 425px) {

 .custom-hamburger{
      width: 16px;
    height: 16px;
 }
}
