/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 29 2025 | 10:21:26 */
.footer {
  background: linear-gradient(135deg, #0d0d0f, #141418, #0d0d0f);
  background-size: 400% 400%;
  animation: footerFlow 14s linear infinite;
  padding: 120px 0 60px 0;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

@keyframes footerFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.footer-container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 60px;
}

.footer-col h3,
.footer-col h4 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 18px;
  letter-spacing: -0.01em;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.9;
}

.footer-col a {
  color: #b5b5b7;
  text-decoration: none;
  transition: color 0.25s ease;
}

.footer-col a:hover {
  color: #fff;
}

.footer-nap li {
  margin-bottom: 6px;
}

.footer-divider {
  height: 1px;
  background: #2a2a2d;
  margin: 60px auto 40px auto;
  max-width: 1300px;
}

.footer-copy {
  text-align: center;
  font-size: 15px;
  color: #7d7d80;
}
