.footer01 {
  background-color: var(--bs-dark);
  color: #fff;
  padding: 4rem 0 2rem;
}

.footer01 .footer-title {
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.footer01 .mbr-text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer01 .mbr-text a {
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.footer01 .mbr-text a:hover {
  opacity: 0.8;
}

.footer01 .footer-divider {
  border-color: rgba(255, 255, 255, 0.1);
  margin: 2rem 0;
}

.footer01 .mbr-copy {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.footer01 .mbr-legal,
.footer01 .mbr-privacy {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

@media (max-width: 991px) {
  .footer01 {
    padding: 3rem 0 1.5rem;
  }
  
  .footer01 .footer-title {
    margin-top: 1rem;
  }
}