.footer {
  background: linear-gradient(to bottom, #000, #0a0a0a);
  padding: 40px 20px 20px;
  color: white;
  font-size: 14px;
  margin-top: -4px;
}

.footer-logo {
  max-width: 50px;
  margin-bottom: 1px;
}

.footer-desc {
  margin-bottom: 30px;
  line-height: 1.6;
  color: #ccc;
}

.footer-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  margin-bottom: 20px;
}

.footer-column h4 {
  color: #fff500;
  font-weight: bold;
  margin-bottom: 10px;
  text-decoration: underline;
}

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

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

.footer-column ul li a {
  color: white;
  text-decoration: none;
}

.footer-column ul li a:hover {
  text-decoration: underline;
}

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

.footer-icon {
  margin-right: 10px;
  color: red;
  font-size: 16px;
  width: 20px;
  display: inline-block;
  text-align: center;
}

.footer-wave-img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 100px;
}

@media (min-width: 992px) {
.footer {
    padding-left: 32px;
    padding-right: 32px;
  }
}