/* Footer */
footer.site-footer {
  background: var(--footer-bg);
  color: #c8d0e0;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.brand-wrap {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 3rem;
}

.brand-name {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 2rem;
  color: var(--plainclr);
}

.terms-condition {
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-decoration: none;
  color: #9ca3af;
}
@media (max-width: 767px) {
  .terms-condition {
    text-align: center;
    display: block;
  }
}
.terms-condition:hover {
  color: var(--themehoverclr);
}

.footer-links {
  gap: 1rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.footer-links a:hover {
  color: var(--themehoverclr);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.03);
  padding-top: 1.1rem;
  margin-top: 1.6rem;
  color: rgba(255, 255, 255, 0.65);
}

.footer-bottom p {
  color: #9ca3af;
}

@media (max-width: 768px) {
  .brand-wrap {
    justify-content: center;
  }
  .footer-bottom p {
    margin-bottom: 1rem !important;
  }
  .footer-links {
    gap: 1rem !important;
  }
  .footer-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 576px) {
  .footer-links {
    gap: 0.8rem !important;
  }
}/*# sourceMappingURL=footer.css.map */