/**
 * Theme Name: Pedagogia de Ideias Child
 * File Name: footer.css
 * Description: Estilos do footer principal do site
 * Author: Thiago Tracanella Ribeiro
 * Version: 1.0
 */

/* ===========================================================
   🦶 RODAPÉ ELEGANTE
   =========================================================== */
.footer-elegante {
  background: #f9f9f9;
  border-top: 3px solid #bcc802;
  padding: 40px 0 10px;
  font-family: 'Poppins', sans-serif;
  color: #333;
}

.footer-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 800px;
  margin: auto;
  padding: 0 20px;
  gap: 40px;
}

.footer-col {
  flex: 1;
  min-width: 240px;
  text-align: center;
}

.footer-col h4 {
  font-size: 15px;
  font-weight: 700;
  color: #000;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a {
  color: #333;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-col ul li a:hover {
  color: #9FB401;
}

.social-icons {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-top: 10px;
}

.social-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background: #9FB401;
  color: #fff;
  transform: translateY(-3px);
}

.social-icons svg {
  width: 22px;
  height: 22px;
  aspect-ratio: 1 / 1;
  fill: currentColor;
}

.footer-bottom {
  text-align: center;
  font-size: 13px;
  color: #777;
  margin-top: 25px;
  border-top: 1px solid #e5e5e5;
  padding-top: 15px;
}

@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }

  .social-icons a {
    width: 44px;
    height: 44px;
  }
}

.footer-bottom,
.footer-bottom a,
.footer-elegante,
.footer-elegante a {
  color: #111 !important;
}

/* ===========================================================
   🗺️ RODAPÉ PRINCIPAL — MAPA, LINKS E CRÉDITOS
   =========================================================== */
.footer-map-section {
  text-align: center;
  font-family: "Poppins", sans-serif;
  padding: 20px 15px 20px;
  background: #fffefe;
  border-top: 1px solid #eee;
}

.social-label {
  display: inline-block;
  background: #fff8ce;
  color: #2c3e50;
  font-weight: 600;
  padding: 6px 18px;
  border: 2px solid #efc716;
  border-radius: 25px;
  font-size: 13px;
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-map-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}

.footer-map {
  max-width: 360px;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.footer-map:hover {
  transform: scale(1.02);
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-links a {
  color: #2c3e50;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.25s ease;
}

.footer-links a:hover {
  color: #efc716;
}

.footer-copy {
  font-size: 13px;
  color: #555;
  margin: 15px 0 0 0;
  line-height: 1.5;
}

.footer-copy strong {
  color: #2c3e50;
}

.footer-slogan {
  display: block;
  font-style: italic;
  color: #777;
  font-size: 12px;
  margin-top: 4px;
}

@media (max-width: 600px) {
  .footer-map {
    max-width: 280px;
  }

  .footer-links {
    gap: 12px;
  }
}

.absolute-footer {
  display: none !important;
}

#woofc-count {
  bottom: 150px !important;
  right: 20px !important;
  z-index: 9999;
}
