/* ======= Modern Footer ======= */
.footer-modern {
  background: #0b0b0c;
  color: #ddd;
  font-size: 15px;
}
.footer-modern .footer-title {
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
}
.footer-modern a {
  color: #ccc;
  text-decoration: none;
  transition: 0.3s;
}
.footer-modern a:hover {
  color: #fff;
  text-decoration: none;
}
.footer-modern ul li {
  margin-bottom: 8px;
}
.footer-modern .social-icons a {
  background: #1f1f21;
  color: #ddd;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  border-radius: 50%;
  transition: 0.3s;
}
.footer-modern .social-icons a:hover {
  background: #ff4d4d;
  color: #fff;
  transform: translateY(-3px);
}
.footer-modern .footer-divider {
  border-color: rgba(255, 255, 255, 0.1);
}
.footer-mini-link {
  color: #aaa;
  font-size: 14px;
}
.footer-mini-link:hover {
  color: #fff;
}
