.elementor-95 .elementor-element.elementor-element-8a5961f{--display:flex;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-95 .elementor-element.elementor-element-8a5961f:not(.elementor-motion-effects-element-type-background), .elementor-95 .elementor-element.elementor-element-8a5961f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#111827;}/* Start custom CSS for html, class: .elementor-element-c8549fd *//* =========================
   FOOTER – THEME GOLD
   ========================= */

.site-footer{
  background: #111827; /* dark base */
  color: #e5e7eb;
  padding: 80px 0 0;
  font-family: "Poppins", system-ui, Segoe UI, Roboto, sans-serif;
}

.footer-wrap{
  max-width: 1100px;
  margin: auto;
  padding: 0 16px 60px;
}

.footer-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
}

/* COLUMN */
.footer-col{
  max-width: 420px;
}

/* TITLE */
.footer-title{
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 14px;
  position: relative;
}

.footer-title::after{
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  background: #fbbf24; /* GOLD */
  margin-top: 8px;
}

/* TEXT */
.footer-text{
  font-size: 14.5px;
  line-height: 1.8;
  color: #d1d5db;
  margin-bottom: 14px;
}

/* LIST */
.footer-list{
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li{
  font-size: 14.5px;
  line-height: 1.9;
  color: #d1d5db;
  margin-bottom: 6px;
}

/* BOTTOM */
.footer-bottom{
  border-top: 1px solid rgba(255,255,255,.12);
  padding: 18px 16px 22px;
  text-align: center;
}

.footer-bottom p{
  margin: 0;
  font-size: 13.5px;
  color: #9ca3af;
}

/* DESKTOP */
@media (min-width: 900px){
  .footer-grid{
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 50px;
  }
}/* End custom CSS */