.elementor-57 .elementor-element.elementor-element-25d957f{--display:flex;--margin-top:-40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-57 .elementor-element.elementor-element-25d957f:not(.elementor-motion-effects-element-type-background), .elementor-57 .elementor-element.elementor-element-25d957f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(197deg, #062315 0%, #115334 100%);}/* Start custom CSS for html, class: .elementor-element-347415d *//* =====================================
   AL-ISLAH — FOOTER
   Background: TRANSPARENT
   Text: WHITE
   ===================================== */

:root{
  --ais-white:#ffffff;
  --ais-white-soft:rgba(255,255,255,.82);
  --ais-border:rgba(255,255,255,.18);
}

/* Footer base */
.alislah-footer{
  padding: 80px 16px 34px;
  background: transparent !important; /* ✅ transparent sepenuhnya */
  color: var(--ais-white);
  font-family: "Poppins", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* Wrap */
.alislah-footer__wrap{
  max-width: 1200px;
  margin: 0 auto;
}

/* Grid */
.alislah-footer__grid{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 34px;
  margin-bottom: 34px;
}

/* Columns */
.ft-col h3,
.ft-col h4{
  margin: 0 0 12px;
  font-weight: 900;
  color: var(--ais-white);
}

.ft-col h3.ft-brand{
  font-size: 22px;
}

.ft-col h4{
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: rgba(255,255,255,.90);
}

.ft-col p{
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.75;
  color: var(--ais-white-soft);
}

/* Brand desc */
.ft-desc{
  max-width: 300px;
}

/* Bottom */
.alislah-footer__bottom{
  border-top: 1px solid var(--ais-border);
  padding-top: 20px;
  text-align: center;
}

.alislah-footer__bottom p{
  margin: 0;
  font-size: 13.5px;
  color: rgba(255,255,255,.70);
}

/* Responsive */
@media (max-width: 1024px){
  .alislah-footer__grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px){
  .alislah-footer__grid{
    grid-template-columns: 1fr;
  }
}/* End custom CSS */