body {
  margin: 0;
  font-family: Arial, sans-serif;
}
.custom-footer {
  background: url('https://wholeliferesources.org/wp-content/uploads/2024/07/head2.jpg') no-repeat center center;
  background-size: cover;
  color: #fff;
  padding: 60px 20px;
  position: relative;
}
.footer-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 40px;
  border-radius: 8px;
}
.footer-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-col {
  flex: 1 1 20%;
  margin: 10px;
}
.footer-col h4 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.footer-col ul {
  list-style: none;
  padding: 0;
}
.footer-col ul li {
  margin: 5px 0;
}
.footer-col ul li a {
  color: #fff;
  text-decoration: none;
}
.footer-col ul li a:hover {
  text-decoration: underline;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  flex-wrap: wrap;
}
.social-icons a {
  margin-right: 15px;
  color: #fff;
  text-decoration: none;
}
.social-icons a:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .footer-columns {
    flex-direction: column;
  }
  .footer-col {
    flex: 1 1 100%;
    margin-bottom: 20px;
  }
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}
/* Style footer headings (e.g., Business Hours, Other) */
.custom-footer h2,
.custom-footer h4 {
  color: #28a745 !important;
}

/* Style footer email link */
.custom-footer a[href^="mailto:"] {
  color: #28a745 !important;
}
.custom-footer a[href^="mailto:"]:hover {
  color: #fff !important;
  text-decoration: underline;
}
