/* Footer Wrapper */
.footer.but-footer {
  background-color: #323a49;
  color: #f2f2f2;
  padding: 40px 0;
  font-family: Arial, sans-serif;
  font-size: 1.05em;
}

/* Headings */
.footer-heading {
  font-size: 1.2em;
  margin-bottom: 15px;
  color: #ffffff;
  letter-spacing: 0.5px;
}

/* Lists (clean, centered, no bullets) */
.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.footer-list li {
  margin-bottom: 8px;
}

.footer-list a {
  color: #f2f2f2;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-list a:hover {
  color: #17bc9d;
  text-decoration: underline;
}

/* Search */
.footer-search .form-control {
  border-radius: 4px 0 0 4px;
}

/* Social Icons */
.footer-social {
  margin-top: 20px;
}

.footer-social-icon {
  display: inline-block;
  margin: 0 8px;
  font-size: 1.4em;
  color: #f2f2f2;
  transition: color 0.3s ease, transform 0.3s ease;
}

.footer-social-icon:hover {
  color: #17bc9d;
  transform: scale(1.15);
}

/* Logo */
.footer-logo {
  max-width: 140px;
  height: auto;
}