/* ============================
   FOOTER
============================ */
.footer {
  background: #f8f9fa;
  padding: 50px 0 0;
  color: #444;
}

.footer .footer-main {
  padding-bottom: 30px;
}

.footer .footer-widget h4 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: 600;
}

.footer .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links li {
  margin-bottom: 10px;
}

.footer .footer-links a {
  color: #444;
  text-decoration: none;
  transition: 0.3s;
}

.footer .footer-links a:hover {
  color: #0d6efd;
}

.footer .contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.footer .contact-item i {
  margin-right: 10px;
  color: #0d6efd;
}

.app-buttons .app-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #000;
  color: #fff;
  padding: 8px 15px;
  border-radius: 8px;
  margin-right: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}

.social-icons a {
  display: inline-block;
  font-size: 20px;
  margin-right: 12px;
  transition: 0.3s;
}

.social-icons a:hover {
  color: #0d6efd;
}

.footer-bottom {
  border-top: 1px solid #ddd;
}
