.footer {
  background: linear-gradient(145deg, #0f1014, #1a1d23);
  color: #e0e0e0;
  padding: 60px 30px 30px;
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.6);
  font-family: 'Segoe UI', sans-serif;
}

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

.footer-section {
  flex: 1 1 250px;
}

.footer-section h4 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #76ff03;
}

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

.footer-section ul li {
  margin-bottom: 10px;
}

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

.footer-section ul li a:hover {
  color: #76ff03;
}

.footer-section p, .footer-section a {
  font-size: 14px;
  line-height: 1.6;
  color: #cccccc;
}

.footer-section a:hover {
  color: #76ff03;
}

.footer-bottom {
  border-top: 1px solid #333;
  margin-top: 30px;
  padding-top: 20px;
  text-align: center;
  font-size: 13px;
  color: #777;
}
