.elementor-72 .elementor-element.elementor-element-f497f16{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-9dcf090 *//* ===============================
   LORDS EXCHANGES – FINAL FOOTER
   =============================== */

/* WRAPPER */
.lx-footer{
  background:
    radial-gradient(circle at top left, rgba(13,212,163,0.08), transparent 40%),
    radial-gradient(circle at top right, rgba(212,175,55,0.10), transparent 45%),
    linear-gradient(180deg,#05080f,#0a0f1d,#06070b);
  color:#cfd4df;
}


/* ================= NEWSLETTER ================= */
.lx-newsletter{
  width:100%;
  padding:60px 20px;
 background:
    linear-gradient(
      135deg,
      #C96D70,   /* deep red – cricket ball */
      #e52d27,   /* match energy */
      #f5d76e    /* golden yellow – winning */
    );

}

.lx-news-inner{
  max-width:1200px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
}

.lx-news-text{
  max-width:520px;
}

.lx-news-text h3{
  font-size:28px;
  font-weight:800;
  color:#111;
  margin:0 0 8px;
}

.lx-news-text p{
  font-size:16px;
  color:#2a2a2a;
  line-height:1.6;
}

/* FORM */
.lx-news-form{
  display:flex;
  align-items:center;
  gap:12px;
}

.lx-news-form input{
  padding:14px 20px;
  border-radius:40px;
  border:none;
  min-width:260px;
  font-size:15px;
  outline:none;
}

.lx-news-form button{
  padding:14px 30px;
  border-radius:40px;
  border:none;
  background:#111;
  color:#f5d76e;
  font-weight:700;
  cursor:pointer;
  transition:.3s;
}

.lx-news-form button:hover{
  background:#000;
}

/* ================= MAIN FOOTER ================= */
.lx-footer-main{
  padding:70px 20px 30px;
}

.lx-footer-grid{
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:2fr 1fr 1fr 1.5fr;
  gap:40px;
  align-items:flex-start;
}

/* BRAND */
.lx-brand h3{
  font-size:26px;
  font-weight:800;
  margin:0 0 12px;
  color:#f5d76e;
}

.lx-brand p{
  font-size:15px;
  line-height:1.85;
  color:#b3bac7;
}

/* GOLD LINE */
.lx-line{
  width:60px;
  height:3px;
  background:linear-gradient(90deg,#f5d76e,#d4af37,#8f6b1f);
  margin:18px 0;
  border-radius:10px;
}

/* TITLES */
.lx-footer h4{
  font-size:17px;
  font-weight:700;
  margin:0 0 18px;
  color:#e9edf6;
  letter-spacing:.4px;
}

/* LINKS */
.lx-links a{
  display:block;
  text-decoration:none;
  color:#aeb5c4;
  font-size:15px;
  margin-bottom:12px;
  transition:.3s;
}

.lx-links a:hover{
  color:#f5d76e;
  transform:translateX(6px);
}

/* CONTACT */
.lx-contact p{
  font-size:15px;
  margin-bottom:12px;
  color:#aeb5c4;
}

.lx-contact a{
  color:#f5d76e;
  text-decoration:none;
  font-weight:600;
}

/* CTA */
.lx-cta{
  margin-top:18px;
  display:inline-block;
  padding:14px 26px;
  border-radius:40px;
  color:#111;
  background:linear-gradient(135deg,#f5d76e,#d4af37,#a87c1a);
  font-weight:800;
  text-decoration:none;
}

/* ================= BOTTOM BAR ================= */
.lx-bottom{
  margin-top:55px;
  border-top:1px solid rgba(255,255,255,.07);
  padding-top:18px;
  text-align:center;
  font-size:14px;
  color:#8f97a8;
}

/* ================= RESPONSIVE ================= */

/* DESKTOP FORCE */
@media(min-width:1025px){
  .lx-footer-grid{
    grid-template-columns:2fr 1fr 1fr 1.5fr;
    text-align:left;
  }

  .lx-news-inner{
    flex-direction:row;
    text-align:left;
  }
}

/* TABLET */
@media(max-width:1024px){
  .lx-footer-grid{
    grid-template-columns:1fr 1fr;
  }
}

/* MOBILE */
@media(max-width:767px){
  .lx-news-inner{
    flex-direction:column;
    text-align:center;
  }

  .lx-news-form{
    flex-direction:column;
    width:100%;
  }

  .lx-news-form input,
  .lx-news-form button{
    width:100%;
  }

  .lx-footer-grid{
    grid-template-columns:1fr;
    text-align:center;
  }

  .lx-line{
    margin:16px auto;
  }
}/* End custom CSS */