/* =========================================================
   Agami News — Footer
   ========================================================= */

.agami-footer {
  background: #fafafa;
  border-top: 1px solid #eee;
  text-align: center;
  padding: 40px 16px 0;
}

.af-inner {
  max-width: 640px;
  margin: 0 auto;
}

.af-logo {
  margin-bottom: 28px;
}

.af-logo img {
  max-width: 320px;
  width: 100%;
  height: auto;
  display: inline-block;
}

.af-team p,
.af-address p {
  margin: 0 0 10px;
  font-size: 17px;
  color: #222;
}

.af-team strong,
.af-address strong {
  font-weight: 700;
}

.af-address {
  margin-top: 18px;
}

.af-links {
  margin: 26px 0 0;
  font-size: 16px;
}

.af-links a {
  color: #222;
  text-decoration: none;
}

.af-links a:hover {
  color: #0f7a3d;
  text-decoration: underline;
}

.af-links-sep {
  color: #bbb;
  margin: 0 10px;
}

.af-social {
  margin-top: 30px;
}

.af-social-title {
  font-size: 20px;
  font-weight: 700;
  color: #111;
  margin: 0 0 16px;
}

.af-social-icons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.af-social-btn {
  width: 46px;
  height: 46px;
  border-radius: 10px;
  border: 2px solid currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-decoration: none;
  transition: background .2s ease, color .2s ease;
}

.af-social-btn:hover {
  color: #fff !important;
  background: currentColor;
}

.af-social-facebook  { color: #1877F2; }
.af-social-x          { color: #000000; }
.af-social-linkedin  { color: #0A66C2; }
.af-social-instagram { color: #C13584; }
.af-social-youtube   { color: #FF0000; }
.af-social-whatsapp  { color: #25D366; }
.af-social-email     { color: #EA4335; }

/* keep the icon glyph readable when the button fills with color on hover */
.af-social-btn:hover i {
  color: #fff;
}

.af-app-badges {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.af-badge {
  height: 48px;
  width: auto;
}

.af-badge-apple {
  height: 48px;
}

.af-bottom {
  margin-top: 36px;
  background: #29ABE2;
  padding: 20px 16px;
  color: #ffffff;
}

.af-copyright {
  margin: 0 0 6px;
  font-size: 15px;
}

.af-developer {
  margin: 0;
  font-size: 14px;
}

.af-developer a {
  color: #ff7a00;
  font-weight: 700;
  text-decoration: none;
}

.af-developer a:hover {
  text-decoration: underline;
}

@media (max-width: 576px) {
  .af-team p,
  .af-address p {
    font-size: 15px;
  }

  .af-links {
    font-size: 14px;
  }

  .af-social-btn {
    width: 42px;
    height: 42px;
    font-size: 18px;
  }
}
