.main-footer {
  background-color: #000;
  color: white;
  font-family: 'Poppins', sans-serif;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  padding: 40px 5%;
  flex-wrap: wrap;
}

.footer-logo .logo {
  width: 150px;
  margin-bottom: 15px;
}

.payment-icons img {
  height: 30px;
  margin: 5px;
}

.footer-links {
  min-width: 150px;
  margin-top: 10px;
}

.footer-links h4 {
  margin-bottom: 10px;
  font-weight: 600;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 8px;
}

.footer-links ul li a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
}

.footer-links ul li a:hover {
  text-decoration: underline;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}

.footer-social a {
  background-color: #b89157;
  color: #000;
  padding: 10px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  width: 40px;
  height: 40px;
  text-decoration: none;
}

.footer-bottom {
  background-color: #b89157;
  color: black;
  display: flex;
  justify-content: space-between;
  padding: 15px 5%;
  font-size: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.go-top {
  color: black;
  text-decoration: none;
  font-weight: 500;
}
