/* assets/css/footer.css */

/* Footer Section */
.footer-section {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 1rem;
  margin-top: 1.5rem;
  color: #fff;
}

/* Footer Container */
.footer-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  color: #fff;
}

/* Footer Logo */
.footer-logo {
  margin-bottom: 1.5rem;
}

.footer-logo img {
  width: 240px;
  height: 80px;
  object-fit: contain;
}

/* QR Codes Section */
.qr-codes-section {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
  max-width: 32rem;
  width: 100%;
}

.qr-code {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

/* RERA Info */
.rera-info {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  max-width: 28rem;
  line-height: 1.375;
}

.rera-info p {
  margin: 0.25rem 0;
}

/* MahaRERA Link */
.maharera-link {
  margin-bottom: 1.5rem;
  font-size: 1rem;
}

.maharera-link a {
  color: #fff;
  text-decoration: none;
  font-size: 0.8125rem;
}

.maharera-link a:hover {
  text-decoration: underline;
}

/* Disclaimer Section */
.disclaimer-section {
  font-size: 0.625rem;
  text-align: justify;
  line-height: 1.25;
  max-width: 56rem;
  margin-bottom: 1.5rem;
  padding: 0 0.5rem;
}

.disclaimer-section p {
  margin: 0;
}

.disclaimer-section strong {
  font-weight: 700;
}

/* Footer Bottom */
.footer-bottom {
  text-align: center;
  font-size: 0.625rem;
  max-width: 80rem;
  color: #fff;
}

.footer-bottom nav {
  margin-bottom: 0.25rem;
}

.footer-bottom nav a {
  color: #fff;
  text-decoration: underline;
}

.footer-bottom nav a:hover {
  opacity: 0.8;
}

.footer-bottom .copyright {
  color: #fff;
  margin-top: 0.25rem;
  margin-bottom: 0;
}

/* Responsive Styles */
@media (min-width: 640px) {
  .maharera-link a {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .footer-container {
    padding: 1rem;
  }
}

@media (min-width: 1024px) {
  .footer-section {
    padding: 1rem;
  }
}
