.ni-footer {
  margin-top: 100px;
}

ni-foot-brand {
  font-size: 1.4rem;
  font-weight: 600;
}

.ni-foot-bottom {
  align-items: center;
}

.ni-foot-legal {
  text-align: center;
  font-size: 0.82rem;
  color: #777;
}

.ni-foot-copy {
  font-size: 0.82rem;
  color: #777;
}

.ni-foot-signature {
  font-size: 0.85rem;
  font-weight: 500;
}

.ni-foot-bottom {
  align-items: center;
}

.ni-foot-legal {
  text-align: center;
  font-size: 0.82rem;
  color: #777;
}

.ni-foot-copy {
  font-size: 0.82rem;
  color: #777;
}

.ni-foot-signature {
  font-size: 0.85rem;
  font-weight: 500;
}

ni-footer-title {
  position: relative;
  padding-bottom: 8px;
}

.ni-footer-title::after {
  content: "";
  width: 30px;
  height: 2px;
  background: var(--ni-primary);
  position: absolute;
  bottom: 0;
  left: 0;
}

/* RESET LINKS FOOTER */

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

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

/* Links */

.ni-footer-links a {
  color: #4a4a4a !important;
  text-decoration: none !important;
  font-size: 14px;
  transition: all 0.25s ease;
}

.ni-footer-links a:hover {
  color: var(--ni-primary) !important;
}
  
  
}.ni-foot-signature {
  font-size: 0.8rem;
  color: #888;
}

.ni-footer {
  background: linear-gradient(180deg, #f5f5f5 0%, #e9e9e9 100%);
  color: #2d2d2d;
  border-top: 1px solid rgba(194, 29, 29, 0.12);
}

.ni-foot-brand {
  font-size: 1.8rem;
  font-weight: 700;
  color: #111111;
}

.ni-foot-sub {
  font-size: 0.95rem;
  color: #6b6b6b;
  margin-top: 0.35rem;
}

.ni-foot-note {
  font-size: 0.85rem;
  color: var(--ni-primary);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ni-foot-divider {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.ni-foot-title {
  font-size: 0.92rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #111111;
  margin-bottom: 0.35rem;
}

.ni-divider {
  width: 42px;
  height: 2px;
  background: var(--ni-primary);
  margin-bottom: 1rem;
  border-radius: 50px;
}

.ni-foot-links li {
  margin-bottom: 0.55rem;
}

.ni-foot-links a {
  color: #444 !important;
  text-decoration: none;
  transition: all 0.25s ease;
}

.ni-foot-links a:hover {
  color: var(--ni-primary) !important;
  padding-left: 4px;
}

.ni-foot-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding-top: 30px;
}

.ni-foot-copy,
.ni-foot-legal,
.ni-foot-signature {
  font-size: 0.84rem;
  color: #666666;
}

.ni-foot-legal {
  font-size: 0.8rem;
  color: #777;
}

.ni-foot-legal a {
  color: #666666;
  text-decoration: none;
  transition: all 0.25s ease;
}

.ni-foot-legal a:hover {
  color: var(--ni-primary);
}

.ni-foot-separator {
  margin: 0 8px;
  color: #b0b0b0;
}

.ni-accent {
  color: var(--ni-primary);
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .ni-foot-brand {
    font-size: 1.45rem;
  }

  .ni-foot-note {
    font-size: 0.78rem;
  }
}