/* Custom overrides for Yenthiran STEM Labs */

.brand-logo {
  height: 50px !important;     /* Force size */
  width: auto !important;      /* Maintain ratio */
  max-height: 50px !important;
  display: block;
}

.logo-with-text {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-with-text span {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}
/* Sidebar main panel – kill blue background & gradients */
.navbar-nine .sidebar-left,
.sidebar-left {
  background: #ffffff !important;
  background-color: #ffffff !important;
  background-image: none !important;
  color: #111111 !important;
}

/* Some templates use a ::before overlay in blue – remove it */
.sidebar-left::before {
  content: none !important;
  background: transparent !important;
}

/* Text inside sidebar */
.sidebar-left,
.sidebar-left .text,
.sidebar-left .sidebar-logo-text,
.sidebar-left .sidebar-menu ul li a,
.sidebar-left .sidebar-social i {
  color: #111111 !important;
}

/* Links hover */
.sidebar-left .sidebar-menu ul li a:hover {
  color: #2563eb !important;   /* nice blue hover */
}

/* Close icon */
.sidebar-left .sidebar-close .close i,
.sidebar-left .sidebar-close i {
  color: #111111 !important;
}

/* Dark, semi-transparent overlay behind sidebar (not blue) */
.overlay-left {
  background: rgba(0,0,0,0.35) !important;
}
