/*Input hYour Custom CSS Here*/
html {
  scroll-behavior: smooth;
}
.contact-item a {
  color: inherit;
  text-decoration: none;
  font-weight: 500;
}

.contact-item a:hover {
  color: #f4a300; /* or your brand color */
}
header.scrolled {
  background: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
