

.custom-footer {
  background: #e9fae7;
  padding: 30px 15px 10px;
  font-family: "SolaimanLipi", sans-serif;
  font-size: 16px;
  color: #000;
}
.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.footer-column {
  flex: 1;
  min-width: 200px;
}
.footer-column h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.footer-column ul {
  list-style: none;
  padding: 0;
}
.footer-column ul li {
  margin-bottom: 8px;
}
.footer-column ul li a {
  color: #000;
  text-decoration: none;
}
.footer-column ul li i {
  color: green;
  text-decoration: none;
}
.footer-column ul li a:hover {
  /*text-decoration: underline;*/
  color: green;
}
.app-links img.store-badge {
  height: 40px;
  margin: 5px 10px 5px 0;
}
.social-icons img {
  width: 28px;
  margin-right: 10px;
}
.footer-partners {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  gap: 30px;
}
.footer-partners img {
  height: 50px;
}
.footer-bottom {
  text-align: center;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
  font-size: 14px;
}
