body { scroll-behavior: smooth; }
.hero {
  background:
    linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),
    url('https://www.issgovernance.com/file/2024/01/stewardship-governance-voting-analytics-iss-bg02.jpg') center/cover no-repeat;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #fff;
}
.navbar .btn {
  margin-left: auto;
  position: relative;
  z-index: 2;
}
.service-icon {
  font-size: 2.5rem;
  color: #007bff;
  margin-bottom: 0.5rem;
}
#projects img {
  max-height: 250px;
  object-fit: cover;
}
#projects .bi {
  font-size: 2rem;
}
