.footer-main {
  background: linear-gradient(135deg, #0d5c2f, #198754);
  color: white;
}

.footer-title {
  font-weight: 600;
  margin-bottom: 15px;
  border-bottom: 2px solid rgba(255,255,255,0.3);
  padding-bottom: 8px;
}

.footer-text a,
.footer-links a {
  color: #f1f1f1;
  text-decoration: none;
  transition: 0.3s;
}

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

.footer-links li {
  margin-bottom: 8px;
}

.footer-text a:hover,
.footer-links a:hover {
  color: #d4f5e1;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-right: 10px;
  background-color: rgba(255,255,255,0.15);
  border-radius: 50%;
  color: white;
  transition: 0.3s;
  font-size: 16px;
}

.footer-social a:hover {
  background-color: white;
  color: #198754;
}

.footer-bottom {
  background-color: rgba(0,0,0,0.2);
  font-size: 14px;
}
