.elementor-129 .elementor-element.elementor-element-0dd7884{--display:flex;--margin-top:-80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-129 .elementor-element.elementor-element-0dd7884:not(.elementor-motion-effects-element-type-background), .elementor-129 .elementor-element.elementor-element-0dd7884 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0F1C38;}/* Start custom CSS for html, class: .elementor-element-ec6c872 *//* =========================================
   FOOTER – ACS GLOBAL LOGISTICS
   FONT: PUTIH
   ACCENT: MERAH
   BACKGROUND: TRANSPARENT
   ========================================= */

.acs-footer{
  width:100%;
  background:transparent;
  padding:80px 0 40px;
  font-family:Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* FORCE WHITE TEXT */
.acs-footer,
.acs-footer *{
  color:#ffffff !important;
}

.acs-footer-wrap{
  width:min(1200px,92%);
  margin:0 auto;
}

/* TOP */
.acs-footer-top{
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1.2fr;
  gap:30px;
  padding-bottom:40px;
  border-bottom:1px solid rgba(255,255,255,.18);
}

/* BRAND */
.acs-footer-logo{
  font-size:22px;
  font-weight:900;
  letter-spacing:-.02em;
  margin-bottom:10px;
}

.acs-footer-desc{
  font-size:14.5px;
  line-height:1.8;
  color:rgba(255,255,255,.85) !important;
  max-width:420px;
}

/* COLUMNS */
.acs-footer-title{
  font-size:13px;
  letter-spacing:.18em;
  text-transform:uppercase;
  font-weight:900;
  margin-bottom:14px;
  color:#E31B23 !important; /* MERAH */
}

.acs-footer-list{
  list-style:none;
  padding:0;
  margin:0;
}

.acs-footer-list li{
  margin-bottom:10px;
  font-size:14px;
  font-weight:600;
}

.acs-footer-list a{
  text-decoration:none;
  color:#ffffff !important;
}

.acs-footer-list a:hover{
  color:#E31B23 !important;
  text-decoration:none;
}

/* CONTACT */
.acs-footer-contact{
  display:flex;
  flex-direction:column;
  gap:12px;
  font-size:14px;
  line-height:1.7;
}

.acs-footer-contact strong{
  color:#E31B23 !important;
}

.acs-footer-contact a{
  color:#ffffff !important;
  font-weight:700;
  text-decoration:none;
}

.acs-footer-contact a:hover{
  color:#E31B23 !important;
}

/* BOTTOM */
.acs-footer-bottom{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding-top:22px;
  font-size:13px;
  color:rgba(255,255,255,.75) !important;
}

.acs-footer-mini{
  font-size:12px;
  color:rgba(255,255,255,.6) !important;
}

/* RESPONSIVE */
@media(max-width:980px){
  .acs-footer-top{
    grid-template-columns:1fr;
    gap:24px;
  }

  .acs-footer-bottom{
    flex-direction:column;
    gap:10px;
    text-align:center;
  }
}/* End custom CSS */