/*
Theme Name: Astra Child
Description: Custom High-Performance Theme for Analyst Voice
Author: Analyst Voice
Template: astra
Version: 1.0.0
*/
.custom-footer {
  background: #3fa7a3; /* you can tweak to match your theme */
  padding: 40px 20px 10px;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-col {
  flex: 1;
  min-width: 250px;
}

.footer-logo img {
  max-width: 160px;
}

.footer-moto {
  margin: 15px 0;
}

/* Inherit Astra link styles */
.footer-col a {
  text-decoration: none;
  padding: 3px 6px;
  border-radius: 4px;
  transition: 0.3s;
}

/* Hover background (as per your requirement) */
.footer-col a:hover {
  background: rgba(0,0,0,0.1);
}

/* Headings */
.footer-col h3 {
  margin-top: 15px;
}

/* Lists */
.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin: 6px 0;
}

/* Social */
.footer-social a {
  margin-right: 10px;
}

/* Bottom bar */
.footer-bottom {
  text-align: center;
  margin-top: 30px;
  padding-top: 10px;
  border-top: 1px solid rgba(0,0,0,0.2);
}

/* Responsive */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
  }
}