.site-footer {
  background-color: #1e1c21;
  color: #ccc;
  padding: 3rem 1.5rem 2rem;
  font-family: 'Roboto', sans-serif;
  font-size: 0.95rem;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 2rem;
}

.footer-col {
  flex: 1 1 200px;
}

.footer-col h4 {
  font-size: 1.2rem;
  color: #fff;
  margin-bottom: 1rem;
}

.footer-col p,
.footer-col ul li,
.footer-col a {
  color: #ccc;
  margin-bottom: 0.5rem;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-col ul li a:hover {
  color: #e53935;
}

.footer-col i {
  margin-right: 0.5rem;
}

.company-info i {
  font-size: 1.2rem;
  color: #fff;
  margin-top: 1rem;
  display: inline-block;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #333;
  padding-top: 1rem;
  margin-top: 2rem;
  font-size: 0.85rem;
  color: #888;
}
