.header-title.aos-init.aos-animate,
.header-text.aos-init.aos-animate {
  color: #fff !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}
.section-title span::before {
  display: none;
}
.dashboard-sidebar-header .logo {
  display: inline-block;
  width: auto;           /* let it size naturally */
  max-width: 200px;      /* cap the max width */
}

.dashboard-sidebar-header .logo img {
  width: 100%;
  height: auto;          /* maintain aspect ratio */
  display: block;
  object-fit: contain;   /* ensures no stretching */
}