 body {
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
  scroll-behavior: smooth;
  background-color: #fff;
  color: #111;
}
.section {
  padding: 1rem 1rem;
}
.bg-light-alt {
  background-color: #f9f9f9;
}
.bg-light-gray {
  background-color: #f2f2f2;
}
.icon {
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
  display: inline-block;
}
.icon-small {
  font-size: 1.5rem;
  margin-right: 0.5rem;
  vertical-align: middle;
}
.circle {
  width: 100px;
  height: 100px;
  border: 2px solid #ccc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem auto;
}
h2 {
  font-weight: 700;
  margin-bottom: 2rem;
}
footer {
  background-color: #000;
  color: white;
  padding: 3rem 1rem;
}
.btn-primary {
  background-color: #ff4081;
  border: none;
  padding: 0.6rem 1.5rem;
  font-weight: 600;
}
.btn-primary:hover {
  background-color: #e73370;
}
.btn-outline-dark {
  font-weight: 600;
}
.building strong {
  font-size: 0.8em;
}
@media (max-width: 576px) {
  .logo-mobile-small {
    max-width: 70%; /* Adjust as needed */
  }
  .mobile-top-space {
    margin-top: 30px;
  }
}