.navbar-brand .brand-text {
  font-size: 24px; /* adjust as needed */
  font-weight: 700;
  color: #ff2083; /* your brand color */
}
.admission {
  border-radius: 50px;
  font-weight: 600;
  transition: 0.3s;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.admission:hover {
  background-color: #fff !important;
  color: #ff2083 !important;
  transform: scale(1.05);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.notice-marquee {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(90deg, #ff4f8b, #ff7aa8);
  padding: 10px 0px 5px 0px;
  position: relative;
  z-index: 9;
}

.notice-track {
  display: flex;
  gap: 20px;
  white-space: nowrap;
}

.notice-track span {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

/* Mobile friendly */
@media (max-width: 768px) {
  .notice-track span {
    font-size: 14px;
  }
}
