.site-footer {
  background-color: #333;
  color: #ffffff;
  padding: 40px 20px;
  font-family: 'Arial', sans-serif;
}

.site-footer h5,
.site-footer p {
  color: #ffffff; 
}


.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}

.footer-branding,
.footer-links,

.footer-social {
  flex: 1 1 calc(25% - 20px);
  min-width: 200px;
  text-align: center;
}

.footer-contact {
    text-align: left;
}
.footer-branding img {
  max-width: 150px;
  margin-bottom: 5px;
 
}

.footer-links ul {
  padding: 0;
  list-style-type: none; /* Removes default list styling */
}

.footer-links ul li a {
  color: #ffffff;
  text-decoration: none;
  display: block; /* Makes each link occupy the full width */
  margin-bottom: 5px; /* Space between list items */
}

.footer-links ul li a:hover {
  text-decoration: underline;
}

.footer-social a {
  color: #ffffff;
  font-size: 20px;
  margin-right: 10px;
  text-decoration: none;
}

.footer-social a:hover {
  color: #0badd3; /* Change on hover */
  text-decoration: underline; /* Optional: underline links on hover */
}

.footer-bottom {
  text-align: center;
  padding-top: 10px;
  border-top: 1px solid #FFFFFF;
  margin-top: 10px;
  font-size: 14px;
  color: #aaa;
}
