/* Place Your Custom Styles Here */

.navbar-brand-img {
  max-width: 100%; /* Adjust as per your desired size */
  height: auto; /* Keeps the aspect ratio */
}

/* Override to keep the navbar-toggler icon white when scrolling */
.navbar-light .navbar-toggler-alternative-icon {
  background-color: #fff !important; /* Keep icon white */
}
.navbar-light .navbar-toggler-alternative-icon:before,
.navbar-light .navbar-toggler-alternative-icon:after {
  background-color: #fff !important; /* Keep the lines white */
}


a.btn-primary {
    color: #fff; /* Ensure text color is white */
}

a.btn-primary:hover {
    color: #000; /* Change to black on hover */
}


/* Default link style: white text */
.navbar-nav .nav-link {
    color: #fff !important;
}

/* On hover: black text */
.navbar-nav .nav-link:hover {
    color: #8208f2 !important;
}


.navbar-brand-img {
  width: 145px !important;  /* Set your desired width */
  height: auto !important;
 
}
