
.footer-border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-footer {
  font-size: 0.95rem;
  line-height: 1.4;
  background: linear-gradient(135deg, #1e293b 0%, #0f172a 100%);
}

.footer-text-muted {
  color: #9ca3af;
}

.footer-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-ul {
    margin-bottom: 1rem;
}

.footer-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  text-align: left;
}

.footer-col {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
