/*
Theme Name: Antlop Real Estate
Theme URI: http://www.antloprealestate.com/
Author: Futuristic Artists
Author URI: http://futuristicartists.com/
Description: Custom WordPress responsive theme for antlop organization.
Version: 1.0
*/
/* FOOTER STYLES */
/* =========================
   FOOTER TOP (3 COLUMN)
========================= */
.footer-top {background: #1e1e1e;}
.footer-top-container {
  padding: 36px 0px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 30px;
  align-items: start;
  border-top: 3px solid #c8a822;
  width: 1300px;
  margin: auto;
}

/* LEFT */
.footer-bio h4 {
  color: #c8a822;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: 'Merriweather', serif;
}

.footer-bio p {
  color: #ccc;
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
}

.footer-bio a {
  color: #c8a822;
  text-decoration: none;
  font-size: 13px;
}

/* CENTER LOGO */
.footer-logo-center {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

/* RIGHT */
.footer-contact {
  text-align: right;
}

.footer-contact h4 {
  color: #c8a822;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
  font-family: 'Merriweather', serif;
}

.footer-contact p {
  color: #ccc;
  font-size: 13px;
  line-height: 2;
  margin: 0;
}

.footer-contact a {
  color: #c8a822;
  text-decoration: none;
}

/* =========================
   FOOTER BOTTOM
========================= */
.footer-bottom {background: #111;}
.footer-bottom-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  border-top: 1px solid #333;
  width: 1300px;
  margin:auto;
  padding: 10px 0;
}

.footer-left p {
  color: #666;
  font-size: 12px;
  margin: 0;
}

.footer-contact-line {
  margin-top: 4px;
}

.footer-bottom a {
  color: #888;
  text-decoration: none;
}

.footer-bottom a:hover {
  color: #c8a822;
}

/* RIGHT SIDE */
.footer-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-social span {
  color: #c8a822;
  font-size: 12px;
  font-weight: 700;
}

/* SOCIAL ICONS */
.social-icon {
  width: 28px;
  height: 28px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
  color: #fff!important;
  text-decoration: none;
}

.si-fb { background: #1877f2; }
.si-tw { background: #1da1f2; }
.si-li { background: #0077b5; }
.si-pi { background: #e60023; }

.footer-links {
  display: flex;
  gap: 16px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px) {
  .footer-top-container {
	width:auto!important;
    grid-template-columns: 1fr;
    text-align: center;
    gap: 20px;
	padding: 20px!important;
  }

  .footer-contact {
    text-align: center;
  }

  .footer-logo-center {
    order: -1;
  }
}

@media (max-width: 767px) {

  .footer-bottom-container {
    flex-direction: column;
    text-align: center;
	width:auto!important;
	padding: 20px!important;
  }

  .footer-right {
    align-items: center;
  }

  .footer-links {
    gap: 8px;
  }
}
/* BREIA BADGE */
  .breia-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(200,168,34,0.1); border: 1px solid var(--gold);
    padding: 8px 16px; border-radius: 4px; margin-top: 12px;
    color: var(--gold); font-size: 12px; font-weight: 700;
  }
