.elementor-232 .elementor-element.elementor-element-0e5cb85{--display:flex;--margin-top:-80px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-232 .elementor-element.elementor-element-0e5cb85:not(.elementor-motion-effects-element-type-background), .elementor-232 .elementor-element.elementor-element-0e5cb85 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-41be9a3 *//* ================= FOOTER ================= */

#seb-footer {
  background: #000; /* Hitam solid */
  padding: 80px 8% 30px;
  color: #eee;
  font-family: 'Poppins', sans-serif;
}

/* TOP SECTION */
.seb-footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px;
}

/* LEFT */
.footer-left {
  max-width: 280px;
}

.seb-footer-logo {
  width: 120px;
  margin-bottom: 15px;
}

.seb-footer-title {
  font-family: 'Cinzel', serif;
  font-size: 22px;
  color: #D4AF37;
  margin: 0;
}

.seb-footer-tagline {
  color: #c9c9c9;
  margin-top: 5px;
  font-size: 14px;
}

/* MIDDLE */
.footer-middle h3,
.footer-right h3 {
  font-family: 'Cinzel', serif;
  color: #D4AF37;
  font-size: 19px;
  margin-bottom: 15px;
}

.footer-middle p {
  margin: 8px 0;
}

/* RIGHT */
.footer-right ul {
  list-style: none;
  padding: 0;
}

.footer-right ul li {
  margin-bottom: 7px;
  color: #ddd;
}

/* PARTNER LOGOS */
.seb-footer-partners {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin: 40px 0;
  flex-wrap: wrap;
}

.seb-footer-partners img {
  width: 110px;
  filter: brightness(0.95);
}

/* BOTTOM */
.seb-footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(212,175,55,0.4);
  padding-top: 20px;
  font-size: 14px;
  color: #bbb;
}

/* RESPONSIVE */
@media(max-width: 900px) {
  .seb-footer-top {
    text-align: center;
  }
  .footer-left, .footer-middle, .footer-right {
    margin: auto;
  }
}/* End custom CSS */