/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 08 2026 | 08:07:10 */
.idc-footer {
    background: #082348;
    color: #fff;
    padding: 36px 24px 20px;
    font-family: inherit;
    line-height: 1.7;
  }

  .idc-footer__inner {
    max-width: 1140px;
    margin: 0 auto;
  }

  .idc-footer__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 24px 40px;
  }

  .idc-footer__brand {
    flex: 1 1 280px;
    max-width: 460px;
  }

  .idc-footer__name {
    display: block;
    margin-bottom: 10px;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
  }

  .idc-footer p {
    margin: 0;
    color: #d3deed;
    font-size: 14px;
  }

  .idc-footer__nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }

  .idc-footer a {
    color: #fff;
    text-decoration: none;
  }

  .idc-footer a:hover {
    color: #fff;
    text-decoration: underline;
  }

  .idc-footer a:focus-visible {
    outline: 2px solid #fff;
    outline-offset: 4px;
  }

  .idc-footer__nav a {
    font-size: 14px;
  }

  .idc-footer .idc-footer__wa {
    display: inline-block;
    padding: 11px 20px;
    border-radius: 24px;
    background: #ed0035;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
  }

  .idc-footer__bottom {
    margin-top: 28px;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: #d3deed;
    font-size: 12px;
    text-align: center;
  }

  @media (max-width: 600px) {
    .idc-footer {
      padding: 28px 20px 18px;
    }

    .idc-footer__top {
      flex-direction: column;
      gap: 22px;
    }

    .idc-footer__brand {
      flex: auto;
    }

    .idc-footer__nav a {
      display: block;
      padding: 7px 0;
    }
  }
/* Rapikan wadah footer Astra */
#colophon .site-below-footer-wrap {
  background: #082348;
  padding: 0;
  border: 0;
}

#colophon .site-below-footer-wrap
.ast-builder-grid-row-container-inner {
  max-width: none;
  padding: 0;
}

#colophon .site-below-footer-inner-wrap {
  display: block;
  width: 100%;
  padding: 0;
}

#colophon .ast-footer-copyright {
  display: block;
  width: 100%;
  margin: 0;
}

/* Footer DigiConnect */
#colophon .idc-footer {
  width: 100%;
  padding: 48px 24px 22px;
  background: #082348;
  color: #fff;
  text-align: left;
}

#colophon .idc-footer,
#colophon .idc-footer * {
  box-sizing: border-box;
}

#colophon .idc-footer__inner {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

#colophon .idc-footer__top {
  display: grid;
  grid-template-columns: 1.5fr 1fr auto;
  align-items: start;
  gap: 36px;
}

#colophon .idc-footer__brand {
  max-width: 420px;
}

#colophon .idc-footer__name {
  display: block;
  margin: 0 0 12px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

#colophon .idc-footer p {
  margin: 0;
  color: #d3deed;
  font-size: 14px;
  line-height: 1.8;
}

/* Hilangkan baris kosong otomatis */
#colophon .idc-footer p:empty,
#colophon .idc-footer__name br,
#colophon .idc-footer__nav br,
#colophon .idc-footer__wa br {
  display: none;
}

#colophon .idc-footer__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

#colophon .idc-footer__nav a {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  text-decoration: none;
}

#colophon .idc-footer__nav a:hover {
  text-decoration: underline;
}

#colophon .idc-footer__wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 999px;
  background: #ed0035;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}

#colophon .idc-footer__wa:hover {
  background: #c9002d;
  color: #fff;
}

#colophon .idc-footer a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

#colophon .idc-footer__bottom {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid #ffffff30;
  color: #d3deed;
  font-size: 12px;
  line-height: 1.7;
  text-align: center;
}

@media (max-width: 767px) {
  #colophon .idc-footer {
    padding: 32px 20px 20px;
  }

  #colophon .idc-footer__top {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  #colophon .idc-footer__nav {
    gap: 0;
  }

  #colophon .idc-footer__nav a {
    padding: 11px 0;
  }

  #colophon .idc-footer__bottom {
    margin-top: 24px;
  }
}