.site-footer {
  background-color: #0e0e0e;
  color: white;
  padding: 60px 30px 30px;
  font-family: "Public Sans", sans-serif;
}

.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.footer-column {
  flex: 1 1 200px;
  min-width: 180px;
}

.footer-title {
  font-size: 16px;
  font-style: italic;
  text-transform: uppercase;
  color: #58b619;
  margin-bottom: 15px;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column li {
  margin-bottom: 10px;
}

.footer-column a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
  cursor: pointer;
}

.footer-column a:hover {
  color: #ff9900; /* subtle orange hover */
}

.logo-column {
  flex: 1 1 250px;
  max-width: 260px;
  display: flex;
  flex-direction: column;
}

.footer-logo {
  width: 100px;
  margin-bottom: 5px;
  justify-self: center;
  align-self: center;
  margin-right: 50px;
}

.footer-blurb {
  font-size: 14px;
  color: #ccc;
  line-height: 1.4;
  margin: 0;
  max-width: 200px;
  text-align: center;
}

.footer-bottom {
  border-top: 1px solid #222;
  text-align: center;
  padding-top: 20px;
  font-size: 13px;
  color: #777;
  margin-top: 40px;
}

.footer-i {
  width: 18px;
  vertical-align: middle;
}

#footer-phone,
#footer-email {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 6px;
}
