.footer-wrapper {
  background-color: #f9f9f9;
  padding: 30px 20px;
  font-family: Arial, sans-serif;
  color: #4b5563;
  border-top: 1px solid #ddd;
}

.footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 20px;
}

.footer-column {
  flex: 1 1 250px;
}

.logo-contact {
  text-align: center;
}

.footer-logo {
  max-width: 250px;
  height: auto;
  margin-bottom: 10px;
}

.footer-column h3 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #000;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 5px;
}

.footer-wrapper a {
  text-decoration: none;         
  color: #4b5563;                
  transition: color 0.3s ease;    
}

.footer-wrapper a:hover {
  color: #1f2937;                
}

.footer-middle,
.footer-bottom {
  text-align: center;
  font-size: 10pt;
  color: #999;
  margin-top: 10px;
}

.logo-contact p {
  margin: 5px 0;
}