/* =========================
   RESET FOOTER OJS
========================= */
footer[role="contentinfo"] {
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

/* =========================
   FOOTER MAIN
========================= */
.footer-main {
  background-color: #F2F2F2;
  color: #0B3C8A;
  padding: 55px 0 40px;
  border-top: 4px solid #0B3C8A;
  margin-top: 40px;
  font-size: 15px;
}

/* =========================
   LAYOUT
========================= */
.footer-main .container {
  max-width: 1200px;
}

.footer-custom {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

/* Kolom */
.footer-brand,
.footer-nav,
.footer-resources {
  flex: 1 1 260px;
}

/* =========================
   BRANDING (KIRI)
========================= */
.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.footer-logo {
  max-width: 250px;
  width: 100%;
  height: auto;
}

.footer-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

.footer-copy {
  font-size: 14px;
  margin: 0;
}

/* LICENSE */
.footer-license {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 6px;
  font-size: 13px;
}

.footer-license-icon {
  width: 38px;
  height: auto;
}

.footer-license-text a {
  color: #0B3C8A;
  font-weight: 500;
  text-decoration: none;
}

.footer-license-text a:hover {
  text-decoration: underline;
}

/* =========================
   TITLES
========================= */
.footer-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
  padding-bottom: 6px;
  border-bottom: 2px solid #0B3C8A;
}

/* =========================
   MENU
========================= */
.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  margin-bottom: 10px;
}

.footer-menu a {
  color: #0B3C8A;
  text-decoration: none;
  font-size: 15px;
  transition: all 0.25s ease;
}

.footer-menu a:hover {
  color: #FBA03D;
  padding-left: 6px;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 767px) {
  .footer-custom {
    flex-direction: column;
  }

  .footer-brand {
    align-items: center;
    text-align: center;
  }

  .footer-license {
    justify-content: center;
  }
}

/* RTL */
body.rtl .footer-menu a:hover {
  padding-left: 0;
  padding-right: 6px;
}
