.elementor-1021 .elementor-element.elementor-element-3ac745f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-97bd8a4 *//* ===== FOOTER RESET (IMPORTANT) ===== */
.elementor-location-footer * {
  all: unset;
  display: revert;
  box-sizing: border-box;
}

/* ===== MAIN FOOTER ===== */
.nx-footer-v2 {
  background: linear-gradient(135deg, #2a0f05, #4a1f0b);
  color: #fff;
  padding: 70px 8% 30px;
  font-family: system-ui;
}

/* GRID */
.nx-wrap {
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 60px;
}

/* BRAND */
.nx-brand h2 {
  color: #FFB80C;
  font-size: 28px;
  margin-bottom: 15px;
}

.nx-brand p {
  color: #cfcfcf;
  line-height: 1.7;
}

/* SOCIAL */
.nx-socials {
  margin-top: 20px;
  display: flex;
  gap: 12px;
}

.nx-socials a {
  width: 42px;
  height: 42px;
  background: rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  transition: 0.3s;
}

.nx-socials a:hover {
  background: #FFB80C;
  color: #000;
}

/* LINKS GRID */
.nx-links {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 40px;
}

/* HEADINGS */
.nx-col h4 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 600;
  position: relative;
}

.nx-col h4::after {
  content: "";
  width: 35px;
  height: 3px;
  background: #FFB80C;
  position: absolute;
  bottom: -6px;
  left: 0;
}

/* LINKS */
.nx-col a {
  display: block;
  color: #ccc;
  margin-bottom: 10px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.nx-col a:hover {
  color: #FFB80C;
  transform: translateX(4px);
}

/* ===== TRUST SECTION FIX ===== */
.nx-trust {
  margin-top: 40px;
  padding-top: 25px;
  border-top: 1px solid rgba(255,255,255,0.1);
  
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

/* REMOVE WHITE BACKGROUND ISSUE */
.nx-trust * {
  background: transparent !important;
}

/* PAYMENT */
.nx-payments {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nx-payments img {
  width: 48px;
  opacity: 0.9;
  transition: 0.3s;
}

.nx-payments img:hover {
  transform: scale(1.1);
}

/* BADGES */
.nx-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.nx-badges span {
  font-size: 13px;
  padding: 8px 14px;
  border-radius: 30px;
  border: 1px solid rgba(255,184,12,0.3);
  color: #fff;
}

.nx-badges span:hover {
  background: #FFB80C;
  color: #000;
}

/* ===== BOTTOM ===== */
.nx-bottom {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.1);
  
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.nx-bottom p {
  color: #aaa;
}

.nx-legal a {
  color: #aaa;
  margin-left: 15px;
}

.nx-legal a:hover {
  color: #FFB80C;
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {

  .nx-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .nx-links {
    grid-template-columns: 1fr;
  }

  .nx-trust {
    flex-direction: column;
    text-align: center;
  }

  .nx-payments {
    justify-content: center;
  }

  .nx-badges {
    justify-content: center;
  }

  .nx-bottom {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}
/* 🔥 FORCE ALL FOOTER LINKS COLOR */
body .nx-footer-v2 a,
body .nx-footer-v2 a:visited,
body .nx-footer-v2 a:active {
  color: #d6d6d6 !important;
  text-decoration: none !important;
}

/* HOVER */
body .nx-footer-v2 a:hover {
  color: #FFB80C !important;
}

/* 💀 WORDPRESS DEFAULT LINK FIX */
.elementor-location-footer a {
  color: #d6d6d6 !important;
}

.elementor-location-footer a:hover {
  color: #FFB80C !important;
}
body .nx-footer-v2 a {
  text-decoration: none !important;
}/* End custom CSS */