/* ============================================
   FOOTER - Antler Theme Match
   templates/{$template}/assets/css/custom/footer.css
   ============================================ */

.gfooter {
  background: #0d0d0d;
  border-top: 1px solid #1f1f1f;
  position: relative;
  overflow: hidden;
  padding: 70px 0 0;
}

/* === BLOBS === */
.gfooter-blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
  z-index: 0;
}

.gfooter-blob--tl {
  width: 400px;
  height: 300px;
  background: radial-gradient(circle, rgba(220,38,38,0.10) 0%, transparent 70%);
  top: -60px;
  left: -120px;
}

.gfooter-blob--br {
  width: 350px;
  height: 280px;
  background: radial-gradient(circle, rgba(185,28,28,0.08) 0%, transparent 70%);
  bottom: 60px;
  right: -100px;
}

/* === TOP GRID === */
.gfooter-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}

@media (max-width: 900px) {
  .gfooter-top {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

@media (max-width: 576px) {
  .gfooter-top {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

/* === BRAND === */
.gfooter-logo {
  height: 36px;
  width: auto;
  margin-bottom: 16px;
  display: block;
  filter: brightness(0) invert(1);
}

.gfooter-brand__desc {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.7;
  margin-bottom: 20px;
  max-width: 260px;
}

.gfooter-social {
  display: flex;
  gap: 10px;
}

.gfooter-social__link {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #1a1a1a;
  border: 1px solid #2a2a2a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9ca3af !important;
  font-size: 14px;
  text-decoration: none !important;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}

.gfooter-social__link:hover {
  background: #dc2626;
  border-color: #dc2626;
  color: #fff !important;
}

/* === COLUMNS === */
.gfooter-col__heading {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #dc2626;
  margin-bottom: 18px;
}

.gfooter-col__menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gfooter-col__menu li {
  margin-bottom: 10px;
}

.gfooter-col__menu li a {
  font-size: 13px;
  color: #9ca3af !important;
  text-decoration: none !important;
  transition: color 0.2s;
  position: relative;
  padding-left: 0;
}

.gfooter-col__menu li a::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 1px;
  background: #dc2626;
  vertical-align: middle;
  margin-right: 0;
  transition: width 0.2s, margin-right 0.2s;
}

.gfooter-col__menu li a:hover {
  color: #ffffff !important;
}

.gfooter-col__menu li a:hover::before {
  width: 10px;
  margin-right: 6px;
}

/* === DIVIDER === */
.gfooter-divider {
  height: 1px;
  background: #1f1f1f;
  position: relative;
  z-index: 1;
}

.gfooter-divider::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 80px;
  background: #dc2626;
}

/* === BOTTOM === */
.gfooter-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
  gap: 16px;
}

.gfooter-bottom__copy {
  font-size: 13px;
  color: #4b5563;
}

.gfooter-bottom__payments {
  display: flex;
  align-items: center;
  gap: 12px;
}

.gfooter-bottom__payments span {
  font-size: 12px;
  color: #4b5563;
  margin-right: 4px;
}

.gfooter-bottom__payments i {
  font-size: 22px;
  color: #4b5563;
  transition: color 0.2s;
}

.gfooter-bottom__payments i:hover {
  color: #9ca3af;
}

@media (max-width: 576px) {
  .gfooter-bottom {
    flex-direction: column;
    text-align: center;
  }
}


/* === ASCUNDE BARA GRI ORIGINALA ANTLER === */
.subcribe.news,
.subscribe-section,
footer .news,
.footer-newsletter,
#footer .subcribe,
section.subscribe,
.sec-subscribe {
  display: none !important;
}

/* === ELIMINA SPATIU ALB DINTRE CONTENT SI FOOTER === */
.gfooter {
  margin-top: 0 !important;
}

body > div.box-container > div.bg-colorstyle > div:last-of-type,
.wrapper:last-child,
.content:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}