@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,400;0,6..12,500;0,6..12,600;0,6..12,700;0,6..12,800;0,6..12,900;1,6..12,400;1,6..12,500;1,6..12,600;1,6..12,700;1,6..12,800;1,6..12,900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body {
  overflow-x: hidden !important;
  background-image: url("https://i.imgur.com/t3tWlHU.jpg");
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: 30%;
  text-align: justify;
  font-family: "Nunito Sans", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("https://i.imgur.com/t3tWlHU.jpg");
  background-repeat: repeat;
  background-size: 30%;
  filter: invert(0.2);
  z-index: -1;
  /* Ensure the pseudo-element is behind the content */
}

.pkp_form.login .form-group input {
  border-radius: 12px !important;
}

.pkp_form.login .buttons {
  display: flex !important;
  justify-content: flex-end;
  gap: 20px;
}

.pkp_form.login .buttons button {
  order: 2;
  background-color: #cc9900;
  color: #fff;
  border: none !important;
  border-radius: 12px;
}

.pkp_form.login .buttons a {
  background-color: #ff8202;
  color: #fff;
  transition: all 400ms;
  border: none;
  border-radius: 12px;
}

.pkp_form.login .buttons a:hover {
  background-color: #cc9900;
}

.pkp_form.register fieldset .fields .form-group {
  width: 100%;
}

.pkp_form.register fieldset .fields .form-group label {
  width: 100%;
}

.pkp_form.register fieldset .fields .form-group label input,
.pkp_form.register fieldset .fields .form-group label select {
  width: 100%;
  border-radius: 12px;
}

.pkp_form.register .reviewer .fields .form-group.optin label {
  display: flex !important;
  gap: 4px;
  width: -moz-fit-content;
  width: fit-content;
}

.pkp_form.register .reviewer .fields .form-group.optin label input {
  width: 14px !important;
  aspect-ratio: 1/1;
}

.pkp_form.register .buttons {
  display: flex;
  gap: 10px;
  justify-content: end;
}

.pkp_form.register .buttons button {
  order: 2;
  background-color: #cc9900;
  color: #fff;
  font-weight: 600;
  border-radius: 12px;
  border: none;
}

.pkp_form.register .buttons a {
  background-color: #ff8202;
  color: #fff;
  font-weight: 600;
  transition: all 400ms;
  border: none;
  border-radius: 12px;
}

.pkp_form.register .buttons a:hover {
  background-color: #cc9900;
}

.additional__title {
  font-size: 24px !important;
  color: #222;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
}

.additional__header {
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  gap: 20px;
}

.additional__header .about {
  order: 2;
}

.additional__header .cover {
  width: 50%;
  margin: 0 auto;
}

.additional_indexing_container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  gap: 10px;
  margin-top: 20px;
}

@media (min-width: 746px) {
  .additional__header {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }

  .additional__header .about {
    padding-top: 10px;
    grid-column: span 2 / span 2;
  }

  .additional__header .cover {
    width: 100%;
    order: 2 !important;
  }

  .additional_indexing_container {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    grid-template-rows: repeat(1, minmax(0, 1fr));
    gap: 10px;
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .col-sm-2 {
    width: 100% !important;
  }

  .col-sm-10 {
    width: 100% !important;
  }
}

@media (min-width: 1024px) {
  .col-md-8 {
    width: 66.66666667% !important;
  }

  .col-md-4 {
    width: 33.33333333% !important;
  }
}

.indexing__container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  gap: 8px;
  gap: 4px 8px !important;
}

.indexing__container a img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.additional_indexing {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.additional_indexing div a {
  display: block !important;
  width: 100% !important;
}

.additional_indexing div a img {
  width: 100% !important;
}

.container-fluid {
  padding-right: 0px !important;
  padding-left: 0px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.container {
  padding: 0px !important;
}

.additional_content {
  margin-top: 0 !important;
}

.additional_content div p strong img {
  width: 100% !important;
  height: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.navbar-collapse {
  padding: 10px 20px !important;
}

/* Page Structure */
.pkp_structure_content.container {
  padding: 40px 20px !important;
  background-color: #fff !important;
  overflow-x: hidden !important;
  box-shadow: 0px 0px 4px 0px #ddd;
}

/* Header Custom */
.pull-md-right .navbar-form.navbar-left .form-group .form-control {
  border-radius: 8px;
}

.navbar {
  margin: 0 auto;
}

.nav.nav-pills {
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  margin-top: 4px !important;
}

/* .nav.nav-pills li {
    background-color: red !important;
} */
/* .site-name {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.site-name a img {
  width: 100% !important;
} */
.navbar-header .site-name {
  margin-bottom: 12px;
}

.site-name {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.site-name a {
  margin-left: 0 !important;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px;
}

.site-name a img {
  width: 100% !important;
}

.page_index_journal {
  display: flex;
  flex-direction: column-reverse;
}

/* Sidebar Custom CSS */
.pkp_block.block_custom {
  border-radius: 8px !important;
  border: none;
  padding: 0 !important;
  overflow: hidden;
}

.pkp_block.block_custom .content {
  padding: 0 !important;
}

.pkp_block.block_custom .content .sidebar__title {
  border-left: 2px solid #cc9900;
  padding-left: 10px;
  font-size: 24px;
  font-weight: 600;
}

.pkp_block.block_custom .title {
  margin-top: 0;
}

.pkp_block.block_custom .content .sidebar__container {
  border-radius: 8px !important;
  border: none;
  box-shadow: 0px 0px 4px 0px #eaeaea;
  border: 1px solid #eaeaea;
  overflow: hidden;
  margin-top: 10px;
  padding: 15px 20px;
}

.pkp_block.block_custom .content .sidebar__container .ojs-logo {
  display: block;
  margin-top: 14px;
}

.pkp_block.block_custom .content .sidebar__container .menu__title {
  font-size: 16px;
  color: #222;
  margin-top: 24px;
  font-weight: 600;
}

.pkp_block.block_custom .content .sidebar__container .issue__journal-expand {
  display: block;
  margin-top: 15px;
  color: #222;
  background-color: #cc9900;
  border-radius: 8px;
  padding: 8px 12px;
  width: -moz-fit-content;
  width: fit-content;
  align-self: flex-end;
  text-decoration: none;
  font-size: 14px;
}

.pkp_block.block_custom .content .sidebar__container .indexing__group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  gap: 6px;
  margin-top: 10px;
}

.pkp_block.block_custom .content .sidebar__container .submissions__btn {
  border-radius: 8px;
  background-color: #cc9900;
  color: #222;
  font-size: 14px;
  padding: 10px;
  font-weight: 500 !important;
  text-align: center;
  width: 100%;
  display: block;
  text-decoration: none;
}

.pkp_block.block_custom .content .sidebar__container .certificate__group {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  gap: 10px;
}

.pkp_block.block_custom .content .sidebar__container .certificate__group a {
  border-radius: 8px;
  overflow: hidden;
}

.pkp_block.block_custom .content .sidebar__container .menu__group {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 10px;
}

.pkp_block.block_custom .content .sidebar__container .menu__group .menu__link {
  display: block;
  width: 100%;
  padding: 8px 14px;
  border-radius: 8px;
  background-color: #ff8202;
  color: #fff !important;
  text-decoration: none;
  transition: all 300ms;
  font-size: 16px !important;
  text-align: center;
  font-weight: bold;
}

.pkp_block.block_custom .content .sidebar__container .menu__group .menu__link:hover {
  background-color: #cc9900;
  color: #fff !important;
}

.pkp_block.block_custom .content .sidebar__container .sponsored__group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.pkp_block.block_web_feed {
  border-radius: 8px !important;
  border: none;
  overflow: hidden;
  box-shadow: 0px 0px 6px 0px #eaeaea;
  border: 1px solid #eaeaea;
}

.current_issue .page-header h2 {
  font-size: 24px !important;
  font-weight: 600;
  color: #222;
  font-family: "Nunito Sans", sans-serif;
}

.current_issue .current_issue_title.lead {
  font-size: 20px;
  font-weight: 600;
  color: #444;
}

/* Article List Custom Css */
.sections .section .page-header h2 small {
  font-size: 24px;
  font-weight: 600;
  color: #222;
}

.issue-details .description p {
  text-align: justify !important;
}

.article-summary .article-abstract p {
  text-align: justify !important;
}

.page.page_about > p,
.page.page_about ol > li {
  text-align: justify;
}

.galley-link.btn.btn-primary.pdf {
  background-color: #ec3d3d !important;
  border: none !important;
  border-radius: 4px;
  color: #fff !important;
}

.btn.btn-primary.read-more {
  background-color: #cc9900 !important;
  color: #fff;
  border: none !important;
  border-radius: 12px;
  margin-bottom: 50px;
  float: right;
}

.media-list a {
  font-weight: 600 !important;
  color: #000;
}

.media-list .breadcrumb {
  margin-top: 10px !important;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0px 0px 4px 0px #eaeaea;
  border: 1px solid #eaeaea;
  display: flex;
}

.panel.panel-default.issue {
  overflow: hidden;
  border: none !important;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0);
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.panel.panel-default.issue .panel-heading {
  background-color: #ff8202;
  color: #fff !important;
  font-weight: 600;
}

.list-group-item.date-published {
  background-color: #ff8202;
  color: #fff;
  font-weight: 600;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px 4px 0px 0px;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.list-group-item.keywords {
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0px 0px 4px 4px;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.panel.panel-default.how-to-cite {
  border: none !important;
  border-radius: 4px;
  background-color: white;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.panel.panel-default.how-to-cite .panel-heading {
  background-color: #ff8202;
  color: #fff;
  font-weight: 600;
  border-radius: 4px 4px 0px 0px;
}

.panel.panel-default.section {
  overflow: hidden;
  border: none !important;
  border-radius: 4px;
  background-color: #fff;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

.panel.panel-default.section .panel-heading {
  background-color: #ff8202;
  color: #fff;
  font-weight: 600;
}

.panel.panel-default.copyright {
  overflow: hidden;
  border: none !important;
  border-radius: 4px;
  background-color: white;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

/* Page Submission */
.page.page_submissions .alert.alert-info {
  background-color: #f8d29d;
  color: rgba(0, 0, 0, 0);
}

/* Navigation */
.cmp_breadcrumbs .breadcrumb li a {
  color: rgba(0, 0, 0, 0) !important;
}

/* Footer */
footer .container {
  width: 100% !important;
}

footer {
  background-color: #fff !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

footer .container .row .col-md-10 {
  width: 100%;
}

footer .container .row .col-md-2 {
  display: none;
}

footer .container .row .col-md-2 a .img-responsive {
  filter: brightness(0) invert(1);
}

.footer__content {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  gap: 20px;
  padding: 40px 0px;
}

.footer__content .footer__identity {
  display: flex;
  gap: 40px;
}

.footer__content .footer__identity .info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer__content .footer__identity .info h6 {
  font-size: 16px;
  color: #fff;
  font-weight: 600 !important;
}

.footer__content .footer__identity .info p {
  font-size: 14px;
  color: #fff;
  font-weight: 400 !important;
}

.footer__content .footer__ojs {
  filter: invert(100%);
}

.footer__content .footer__ojs img {
  float: right;
  width: 150px;
}

.footer-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  width: 100%;
}

.footer-copy a {
  color: #fff;
  text-decoration: underline;
}

.footer-copy a img {
  width: 100px;
  margin-bottom: 20px;
}

.footer-copy p {
  font-size: 12px;
  color: #fff;
}

@media (min-width: 743px) {
  .footer__content {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: repeat(1, minmax(0, 1fr));
    gap: 20px;
  }
}

@media (min-width: 547px) {
  .container,
  footer,
  .navbar {
    width: 90% !important;
  }
}

@media (min-width: 768px) {
  .container,
  footer,
  .navbar {
    width: 85% !important;
  }
}

/* Media Max Width */
@media (max-width: 743px) {
  .nav.navbar-nav {
    padding: 0 25px !important;
  }

  .navbar-form.navbar-left {
    padding: 0 25px !important;
  }

  .container-fluid > .navbar-header {
    padding: 0 25px !important;
  }

  .pkp_structure_page {
    overflow-x: hidden !important;
  }
}

@media (min-width: 1024px) {
  .container,
  footer,
  .navbar {
    width: 85% !important;
  }

  .navbar-form.navbar-left .btn.btn-default {
    position: absolute !important;
    right: 35px;
    border-radius: 0 8px 8px 0 !important;
    background-color: #ff8202 !important;
    color: #fff !important;
    border: none;
    height: 43px !important;
  }

  .navbar-form.navbar-left .form-group .form-control {
    width: 300px !important;
  }

  .additional_content div p strong img {
    width: 100% !important;
  }
}

@media (min-width: 1640px) {
  .container,
  footer,
  .navbar {
    width: 70% !important;
  }
}

@media (min-width: 2040px) {
  .container,
  footer,
  .navbar {
    width: 60% !important;
  }
}

@media (min-width: 2540px) {
  .container,
  footer,
  .navbar {
    width: 50% !important;
  }
}

@media (min-width: 3040px) {
  .container,
  footer,
  .navbar {
    width: 20% !important;
  }
}

/*# sourceMappingURL=style.css.map */

.pkp_page_index .journals .links li a:link,
a:visited {
  background-color: #050818;
  padding: 8px 10px;
  color: #222 !important;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 20px;
}

.navbar-default .nav > li > a,
.header_view .nav > li > a {
  color: #fff !important;
}

.media-body .well {
  border-radius: 10px;
}

.meta .authors .bi {
  color: #ff8202;
}

.breadcrumb .bi {
  color: #ff8202;
}

.thumbnail {
  border: 0px solid #ddd !important;
}

.galley_info {
  margin-top: 13px;
  margin-left: 5px;
  font-size: 12px;
}

@media (max-width: 498px) {
  .article-summary {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /* Vertically center the content */
  }

  .media-left img {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .galley-link.btn.btn-primary.pdf {
    background-color: #ec3d3d !important;
    border: none !important;
    border-radius: 4px;
    color: #ffffff;
    width: 100%;
  }

  .media-list .breadcrumb {
    margin-top: 10px !important;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 0px 0px 4px 0px #eaeaea;
    border: 1px solid #eaeaea;
    display: block;
  }

  .galley_info {
    font-size: 8px;
    text-align: center;
  }

  .breadcrumb {
    padding: 8px 8px;
    margin-bottom: 21px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0;
  }
}

.pkp_page_index .journals .links li a:link,
a:visited {
  background-color: #050818;
  padding: 8px 10px;
  color: #222 !important;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 20px;
}

.navbar-default .nav > li > a,
.header_view .nav > li > a {
  color: #fff !important;
}

.cmp_breadcrumbs .breadcrumb li a {
  color: #999999 !important;
}

.pkp_structure_main #main-content .journal-description {
  display: none;
}
/* =========================================
   EXPERIMENTAL JOURNAL DESIGN
   Style: Clean Modern + Maroon Accent
   ========================================= */

/* 1. CONTAINER UTAMA */
.journal-hero-section {
    font-family: 'Nunito Sans', sans-serif;
    max-width: 100%;
    margin: 40px 0;
    color: #333;
}

.journal-content-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin-bottom: 60px;
}

/* 2. KOLOM TEKS (ABOUT) */
.journal-about {
    flex: 2; /* Mengambil 2/3 layar */
}

.section-subtitle {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ff8202; /* Merah Marun */
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
}

.journal-name {
    font-size: 36px;
    font-weight: 800;
    color: #1a1a1a;
    margin-top: 0;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

/* Garis bawah dekoratif */
.journal-name::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: #ff8202;
    border-radius: 2px;
}

.text-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
    text-align: justify;
}

.lead-text {
    font-size: 18px !important;
    color: #222 !important;
    font-weight: 500;
}

.historical-note {
    background: #f9f9f9;
    border-left: 4px solid #ff8202;
    padding: 15px 20px;
    margin-top: 20px;
    font-size: 14px;
    color: #666;
    font-style: italic;
    border-radius: 0 8px 8px 0;
}

/* 3. KOLOM COVER IMAGE (EFEK MELAYANG) */
.journal-cover-wrapper {
    flex: 1; /* Mengambil 1/3 layar */
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.cover-card {
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
}

.cover-card img {
    width: 100%;
    max-width: 280px; /* Batasi lebar cover agar elegan */
    border-radius: 8px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2); /* Bayangan tebal */
    display: block;
}

/* Efek Backdrop Kotak di Belakang Cover */
.cover-backdrop {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 100%;
    height: 100%;
    background-color: #ff8202;
    opacity: 0.1;
    z-index: -1;
    border-radius: 12px;
}

.cover-card:hover {
    transform: translateY(-5px); /* Naik sedikit saat dihover */
}

.btn-submit {
    display: inline-block;
    margin-top: 25px;
    padding: 12px 30px;
    background-color: #ff8202;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: 0 4px 15px rgba(128, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background-color: #5e0000;
    transform: scale(1.05);
}

/* 4. BAGIAN INDEXING (GRID MODERN) */
.indexing-section {
    border-top: 1px dashed #ddd;
    padding-top: 40px;
    text-align: center;
}

.indexing-title {
    font-size: 18px;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.indexing-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    align-items: center;
}

.index-item img {
    height: 45px; /* Tinggi logo seragam */
    width: auto;
    filter: grayscale(100%); /* Hitam putih */
    opacity: 0.7;
    transition: all 0.4s ease;
}

.index-item:hover img {
    filter: grayscale(0%); /* Berwarna saat hover */
    opacity: 1;
    transform: scale(1.1); /* Membesar sedikit */
}

/* 5. RESPONSIVE MOBILE */
@media (max-width: 991px) {
    .journal-content-wrapper {
        flex-direction: column-reverse; /* Cover pindah ke atas di HP */
        align-items: center;
    }
    
    .journal-about {
        width: 100%;
    }
    
    .journal-cover-wrapper {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .cover-card img {
        max-width: 200px;
    }

    .indexing-grid {
        gap: 20px;
    }
    
    .index-item img {
        height: 35px;
    }
}
/* =========================================================
   EXPERIMENTAL: MODERN CURRENT ISSUE & ARTICLE CARDS
   Mengubah daftar artikel menjadi tampilan kartu premium
   ========================================================= */

/* 1. JUDUL UTAMA (Current Issue) */
.current_issue .page-header h2,
.current_issue h3 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
    border-bottom: 3px solid #f0f0f0;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 30px;
}

/* Garis Merah Kecil di bawah Judul */
.current_issue .page-header h2::after,
.current_issue h3::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 80px;
    height: 3px;
    background-color: #ff8202; /* Merah Marun */
}

/* 2. KARTU ARTIKEL (Article Wrapper) */
/* Kita target container artikelnya agar jadi kotak kartu */
.article-summary, 
.obj_article_summary {
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-left: 5px solid #ff8202; /* Aksen kiri Merah */
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.02); /* Bayangan tipis */
    transition: all 0.3s ease; /* Efek halus */
    position: relative;
}

/* Efek Hover (Saat mouse di atas artikel) */
.article-summary:hover, 
.obj_article_summary:hover {
    transform: translateY(-5px); /* Naik sedikit */
    box-shadow: 0 10px 20px rgba(0,0,0,0.08); /* Bayangan menebal */
    border-color: #ddd;
}

/* 3. JUDUL ARTIKEL */
.article-summary .media-heading a,
.obj_article_summary .title a {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    text-decoration: none;
    line-height: 1.4;
    transition: color 0.2s;
}

.article-summary .media-heading a:hover,
.obj_article_summary .title a:hover {
    color: #ff8202; /* Berubah merah saat hover */
}

/* 4. PENULIS (Authors) */
.article-summary .authors,
.obj_article_summary .authors {
    font-size: 14px;
    color: #666;
    margin-top: 8px;
    font-style: italic;
}

/* =========================================================
   REVISI TOMBOL PDF: PRESISI DI TENGAH (CENTERING)
   Ganti bagian No. 5 sebelumnya dengan kode ini
   ========================================================= */

/* 5. TOMBOL PDF (Redesain Total + Flexbox Center) */
.galley-link.btn.btn-primary.pdf {
    display: inline-flex !important; /* KUNCI: Agar isinya fleksibel */
    align-items: center !important;  /* Paksa isi ke tengah secara Vertikal */
    justify-content: center !important; /* Ke tengah secara Horizontal */
    gap: 8px !important; /* Jarak rapi antara ikon dan teks */
    
    background-color: #ffffff !important; /* Latar putih */
    color: #ff8202 !important; /* Teks merah */
    border: 1px solid #ff8202 !important;
    border-radius: 50px !important; /* Kapsul */
    
    padding: 8px 24px !important; /* Padding atas-bawah seimbang */
    min-width: 100px !important; /* Lebar minimal agar tidak gepeng */
    height: 40px !important; /* Tinggi tetap agar konsisten */
    
    font-size: 13px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    text-decoration: none !important;
    line-height: 1 !important; /* Reset jarak baris agar tidak loncat */
    box-shadow: none !important;
    transition: all 0.3s ease;
}

/* Efek Hover Tombol PDF */
.galley-link.btn.btn-primary.pdf:hover {
    background-color: #ff8202 !important;
    color: #ffffff !important;
    transform: translateY(-2px); /* Efek pencet */
    box-shadow: 0 5px 15px rgba(128, 0, 0, 0.2) !important;
}

/* Ikon PDF */
.galley-link.btn.btn-primary.pdf::before {
    content: "📄"; /* Ikon Kertas */
    font-size: 16px !important; /* Ukuran ikon pas */
    display: block !important;
    margin-top: -2px !important; /* Koreksi mikro: naikkan dikit biar sejajar mata */
}

/* 6. INFO METRIK (Abstract View / Download) */
/* Merapikan teks statistik kecil di bawah */
.galley_info,
.article-summary .meta {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px dashed #eee;
    font-size: 12px;
    color: #888;
}

/* 7. TOMBOL "VIEW ALL ISSUES" (Paling Bawah) */
.current_issue .btn-primary, 
.btn.btn-primary.read-more {
    background: #1a1a1a !important; /* Hitam elegan */
    border: none !important;
    border-radius: 6px !important;
    padding: 12px 25px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.current_issue .btn-primary:hover,
.btn.btn-primary.read-more:hover {
    background: #ff8202 !important; /* Merah saat hover */
    transform: scale(1.02);
}
/* =========================================================
   EXPERIMENTAL: ARCHIVES GRID GALLERY
   Mengubah daftar arsip menjadi Grid Kartu Modern
   ========================================================= */

/* 1. CONTAINER UTAMA (Ubah List jadi Grid) */
.page_issue_archive .media-list {
    display: grid !important;
    /* Membuat kolom otomatis: minimal lebar 280px, sisanya menyesuaikan */
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); 
    gap: 30px; /* Jarak antar kartu */
    margin-top: 30px;
    padding-left: 0 !important; /* Reset padding list */
}

/* 2. ITEM KARTU (Setiap Kotak Issue) */
.page_issue_archive .media-list .media {
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-top: 5px solid #ff8202; /* Topi Merah Marun */
    border-radius: 10px; /* Sudut melengkung */
    padding: 25px;
    
    /* Layout Flex agar Cover ada di atas Teks */
    display: flex !important;
    flex-direction: column; /* Tumpuk vertikal */
    height: 100%; /* Agar tinggi semua kartu sama */
    
    box-shadow: 0 10px 30px rgba(0,0,0,0.03); /* Bayangan halus */
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    margin-top: 0 !important; /* Hapus margin bawaan */
}

/* Efek Hover (Saat Kartu Disentuh) */
.page_issue_archive .media-list .media:hover {
    transform: translateY(-10px); /* Melayang naik */
    box-shadow: 0 20px 40px rgba(128, 0, 0, 0.15); /* Bayangan merah pudar */
    border-color: #ff8202;
}

/* 3. AREA GAMBAR COVER (Jika ada covernya nanti) */
.page_issue_archive .media-left {
    padding-right: 0 !important;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    order: -1; /* Paksa gambar naik ke paling atas */
}

.page_issue_archive .media-left img {
    max-width: 150px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2); /* Bayangan cover buku */
    border-radius: 4px;
    transition: transform 0.3s ease;
}

/* Zoom Cover saat Hover */
.page_issue_archive .media-list .media:hover .media-left img {
    transform: scale(1.05);
}

/* 4. AREA TEKS (Body) */
.page_issue_archive .media-body {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Isi ruang kosong ke bawah */
}

/* Judul Issue (Bulan/Nama) */
.page_issue_archive .media-heading {
    margin-bottom: 10px;
}
.page_issue_archive .media-heading a {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #1a1a1a;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.5px;
}
.page_issue_archive .media-heading a:hover {
    color: #ff8202;
}

/* Keterangan Volume & Tahun (Dipercantik jadi Badge) */
/* Karena struktur HTML-nya teks biasa, kita target elemen P awal */
.page_issue_archive .media-body > p:first-of-type {
    display: inline-block;
    background-color: #f4f4f4;
    color: #555;
    font-size: 13px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 50px; /* Bentuk kapsul */
    margin-bottom: 15px;
    width: fit-content;
    border: 1px solid #eee;
}

/* 5. TOMBOL "READ ISSUE" (Otomatis muncul di bawah) */
/* Kita buat tombol palsu menggunakan CSS agar user terpancing klik */
.page_issue_archive .media-body::after {
    content: "Read Issue ➜";
    display: block;
    margin-top: auto; /* Dorong ke paling bawah kartu */
    padding-top: 20px;
    text-align: right;
    font-size: 13px;
    font-weight: 800;
    color: #ff8202;
    text-transform: uppercase;
    cursor: pointer;
    letter-spacing: 1px;
}

.page_issue_archive .media-list .media:hover .media-body::after {
    text-decoration: underline;
}
/* =========================================================
   EXPERIMENTAL: MODERN ANNOUNCEMENTS CARD
   Mengubah daftar pengumuman menjadi Kartu Notifikasi Elegan
   ========================================================= */

/* 1. PERBAIKAN JUDUL HALAMAN (Agar Senada dengan Halaman Lain) */
.page_announcements .page-header h1 {
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
    border-bottom: 3px solid #f0f0f0;
    padding-bottom: 15px;
    margin-bottom: 30px;
    position: relative;
}

/* Garis Aksen Merah di Bawah Judul */
.page_announcements .page-header h1::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 60px;
    height: 3px;
    background: #ff8202;
}

/* 2. CONTAINER LIST (Reset Tampilan Daftar) */
.page_announcements .media-list {
    display: flex;
    flex-direction: column;
    gap: 20px; /* Jarak antar kartu */
}

/* 3. KARTU PENGUMUMAN (The Card) */
.page_announcements .media-list .media {
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    border-left: 6px solid #ff8202; /* Aksen kiri tebal */
    border-radius: 8px; /* Sudut tumpul */
    padding: 25px 30px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03); /* Bayangan halus */
    transition: all 0.3s ease;
    margin-top: 0 !important;
    position: relative;
}

/* Efek Hover (Saat Disentuh Mouse) */
.page_announcements .media-list .media:hover {
    transform: translateX(5px); /* Geser ke kanan sedikit */
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    border-color: #ddd;
    background-color: #fffbfc; /* Warna merah muda sangat tipis */
}

/* 4. JUDUL PENGUMUMAN */
.page_announcements .media-heading {
    margin-top: 0;
    margin-bottom: 10px;
}

.page_announcements .media-heading a {
    font-family: 'Nunito Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #222;
    text-decoration: none;
    transition: color 0.2s;
}

.page_announcements .media-heading a:hover {
    color: #ff8202; /* Berubah merah saat hover */
}

/* 5. TANGGAL (Badge Style) */
.page_announcements .date {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #555;
    background-color: #f4f4f4; /* Latar abu */
    padding: 5px 12px;
    border-radius: 50px; /* Kapsul */
    margin-bottom: 15px;
    border: 1px solid #eee;
}

/* Ikon Kalender */
.page_announcements .date .fa, 
.page_announcements .date .bi {
    color: #ff8202; /* Ikon merah */
    margin-right: 6px;
}

/* 6. ISI DESKRIPSI */
.page_announcements .media-body p {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 0;
}

/* 7. TOMBOL "READ DETAILS" (Muncul Otomatis) */
.page_announcements .media-body::after {
    content: "Read Details ➜";
    display: block;
    margin-top: 20px;
    font-size: 12px;
    font-weight: 800;
    color: #ff8202;
    text-transform: uppercase;
    opacity: 0.7;
    transition: opacity 0.3s;
    cursor: pointer;
}

.page_announcements .media-list .media:hover .media-body::after {
    opacity: 1;
    text-decoration: underline;
}

/* 8. TOMBOL EDIT (Khusus Admin - Agar tidak merusak desain) */
.page_announcements .pkp_helpers_align_right {
    float: right;
    margin-left: 15px;
    opacity: 0.5;
}
.page_announcements .pkp_helpers_align_right:hover {
    opacity: 1;
}
/* =========================================================
   EXPERIMENTAL: EDITORIAL TEAM GRID
   Desain Tim Redaksi Modern & Responsif
   ========================================================= */

/* 1. CONTAINER & JUDUL SEKSI */
.editorial-team-wrapper {
    font-family: 'Nunito Sans', sans-serif;
    padding: 20px 0;
}

.section-heading {
    text-align: center;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 30px;
    position: relative;
    letter-spacing: 1px;
}

/* Garis hiasan di bawah judul */
.section-heading::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: #ff8202; /* Merah Marun */
    margin: 10px auto 0;
    border-radius: 2px;
}

/* 2. KARTU TEAM (General Style) */
.team-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03);
    position: relative;
    overflow: hidden;
}

/* Aksen Merah di Atas Kartu */
.team-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #ff8202;
    transform: scaleX(0); /* Sembunyi dulu */
    transition: transform 0.3s ease;
}

.team-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}

.team-card:hover::before {
    transform: scaleX(1); /* Muncul garis merah saat hover */
}

/* 3. KHUSUS EDITOR IN CHIEF (Highlight Style) */
.chief-section {
    margin-bottom: 50px;
}

.chief-card {
    max-width: 500px;
    margin: 0 auto; /* Tengah */
    border: 1px solid #ddd;
    box-shadow: 0 10px 25px rgba(128, 0, 0, 0.05); /* Bayangan merah tipis */
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Avatar Inisial (Bulat) */
.member-avatar {
    width: 80px;
    height: 80px;
    background-color: #ff8202;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 15px;
    box-shadow: 0 5px 15px rgba(128, 0, 0, 0.3);
}

/* 4. GRID UNTUK EDITORIAL BOARD */
.team-grid {
    display: grid;
    /* Otomatis mengisi kolom, minimal lebar 250px */
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}

/* 5. TIPOGRAFI NAMA & AFILIASI */
.member-name {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 5px;
}

.chief-card .member-name {
    font-size: 22px; /* Lebih besar untuk Chief */
}

.member-aff {
    font-size: 14px;
    color: #666;
    font-style: italic;
    margin-bottom: 20px;
}

/* 6. LINK PROFIL (Badges Style) */
.member-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.member-links a {
    font-size: 11px;
    font-weight: 700;
    color: #555;
    background: #f4f4f4;
    padding: 4px 10px;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.2s;
    border: 1px solid #eee;
}

/* Warna-warni Badge saat Hover */
.member-links a:hover {
    background: #ff8202;
    color: #fff;
    border-color: #ff8202;
}
/* =========================================================
   STANDARD REVIEWERS LIST (LIGHTWEIGHT)
   Tanpa Ikon, Tanpa Shadow, Tanpa Animasi
   ========================================================= */

.reviewers-list-simple {
    font-family: 'Nunito Sans', Arial, sans-serif;
    color: #333;
    line-height: 1.5;
}

.reviewers-note {
    font-size: 14px;
    margin-bottom: 25px;
    padding: 10px 15px;
    background-color: #f9f9f9;
    border-left: 3px solid #ff8202;
}

/* Setiap baris reviewer */
.reviewer-entry {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 12px 0;
    border-bottom: 1px solid #eee; /* Garis pemisah tipis */
}

.reviewer-name {
    font-weight: 700;
    color: #1a1a1a;
    font-size: 15px;
}

.reviewer-aff {
    font-size: 14px;
    color: #666;
    font-style: italic;
}

.reviewer-meta {
    font-size: 12px;
    color: #888;
    margin-top: 2px;
}

/* Tombol Link Standar */
.reviewer-links-simple {
    display: flex;
    gap: 10px;
}

.reviewer-links-simple a {
    font-size: 11px;
    color: #ff8202;
    text-decoration: none;
    font-weight: 700;
    border: 1px solid #ff8202;
    padding: 2px 8px;
    border-radius: 4px;
    transition: background 0.2s;
}

.reviewer-links-simple a:hover {
    background-color: #ff8202;
    color: #fff;
}

/* Responsif Mobile: Jadi Tumpuk ke Bawah */
@media (max-width: 600px) {
    .reviewer-entry {
        flex-direction: column;
        gap: 10px;
    }
    .reviewer-links-simple {
        margin-top: 5px;
    }
}
/* =========================================================
   FIX: TOMBOL VIEW ALL ISSUES (AGAR TEKS TERLIHAT)
   ========================================================= */

/* 1. Reset Tampilan Tombol Utama */
.current_issue .btn-primary, 
.btn.btn-primary.read-more,
.obj_issue_summary .read-more {
    display: inline-block !important;
    background-color: #1a1a1a !important; /* Latar Belakang Hitam */
    color: #ffffff !important;             /* PAKSA TEKS JADI PUTIH */
    border: none !important;
    border-radius: 6px !important;
    padding: 12px 28px !important;         /* Beri ruang agar teks tidak sesak */
    
    font-family: 'Nunito Sans', sans-serif !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none !important;
    
    float: right;                          /* Tetap di pojok kanan */
    margin-top: 30px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

/* 2. Efek Saat Tombol Disentuh (Hover) */
.current_issue .btn-primary:hover,
.btn.btn-primary.read-more:hover {
    background-color: #ff8202 !important; /* Berubah jadi Merah Marun */
    color: #ffffff !important;
    transform: translateY(-3px);           /* Efek melayang sedikit */
    box-shadow: 0 8px 20px rgba(0,0,0,0.2) !important;
}

/* 3. Perbaikan Khusus Ikon Panah (Jika Ada) */
.current_issue .btn-primary::after,
.btn.btn-primary.read-more::after {
    color: #ffffff !important;             /* Pastikan panah juga berwarna putih */
    margin-left: 8px;
}/* =========================================================
   FIX FINAL: PENYELARASAN TOMBOL PDF & STATISTIK
   Memastikan Tombol dan Teks Statistik Sejajar Sempurna
   ========================================================= */

/* 1. Atur Wadah Utama agar Menggunakan Flexbox */
.obj_article_summary .galleys_links,
.article-summary .galleys_links,
.article-summary .media-body > div:last-child {
    display: flex !important;
    align-items: center !important; /* Kunci Sejajar Vertikal */
    flex-wrap: wrap !important;
    gap: 15px !important;          /* Jarak antara tombol & statistik */
    margin-top: 18px !important;
    border-top: 1px dashed #eee;    /* Garis pemisah halus */
    padding-top: 15px;
}

/* 2. Reset Tombol PDF agar tidak memiliki margin sisa */
.galley-link.btn.btn-primary.pdf {
    margin: 0 !important; 
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* 3. Rapikan Teks Statistik (Abstract Views, dll) */
.galley_info, 
.article-summary .meta,
.obj_article_summary .stats {
    margin: 0 !important;          /* Hapus margin yang mendorong teks ke atas/bawah */
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px;
    font-size: 12px !important;
    color: #888 !important;
    line-height: 1 !important;      /* Pastikan tinggi baris sama dengan tombol */
}

/* 4. Perbaikan Ikon Statistik agar sejajar dengan teksnya */
.galley_info .bi, 
.galley_info i,
.article-summary .meta i {
    font-size: 14px;
    margin-right: 3px;
    color: #ff8202;                /* Warna ikon senada dengan tema */
    display: inline-block;
    vertical-align: middle;
}
/* ==========================================================
   MODERN NAVBAR ANIMATION (SHIELD OJS THEME)
   Concept: Floating Underline, Elastic Dropdown, Pulsing Badges
   ========================================================== */

/* 1. RESET & ALIGNMENT DASAR */
/* 1. RESET & ALIGNMENT DASAR (UPDATED: RESPONSIVE WRAP) */
#main-navigation {
    display: flex;
    align-items: center;
    flex-wrap: wrap; /* SIHIRNYA DI SINI: Menu akan otomatis turun baris jika mentok */
    gap: 5px; /* Gap dirapatkan sedikit */
    list-style: none;
    padding: 0;
    margin: 0;
}

/* 2. MENU UTAMA (TOP-LEVEL LINKS) */
#main-navigation > li > a {
    position: relative;
    color: #4b5563; /* Abu-abu elegan */
    font-weight: 600;
    font-size: 15px;
    padding: 12px 16px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px; /* Jarak teks dengan panah (caret) atau badge */
    transition: color 0.3s ease, transform 0.3s ease;
    border-radius: 8px;
}

/* Efek Hover Menu Utama: Teks sedikit terangkat & membiru */
#main-navigation > li > a:hover,
#main-navigation > li.open > a {
    color: #1d4ed8;
    transform: translateY(-2px);
    background-color: transparent;
}

/* Garis Ajaib (Magic Underline) yang muncul dari tengah */
#main-navigation > li > a::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    width: 0;
    height: 3px;
    background-color: #2563eb;
    border-radius: 4px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(-50%);
    opacity: 0;
}

#main-navigation > li > a:hover::after,
#main-navigation > li.open > a::after {
    width: 70%;
    opacity: 1;
}

/* 3. ANIMASI DROPDOWN (ELASTIC FLOAT) */
/* Override default Bootstrap agar muncul saat di-hover dan lebih smooth */
#main-navigation .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 130%; /* Mulai dari bawah sedikit */
    left: 0;
    min-width: 240px;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px); /* Efek kaca (Glassmorphism) */
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.15);
    padding: 12px 0;
    transform: translateY(15px) scale(0.95);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1); /* Efek memantul (Spring/Elastic) */
    pointer-events: none;
    z-index: 1000;
}

/* Memunculkan dropdown saat di-hover (Atau saat class 'open' aktif dari Bootstrap JS) */
#main-navigation li.dropdown:hover .dropdown-menu,
#main-navigation li.dropdown.open .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
    top: 100%;
}

/* 4. ITEM DI DALAM DROPDOWN (THE GLIDE) */
#main-navigation .dropdown-menu li > a {
    display: flex;
    justify-content: space-between; /* Memisahkan teks dan badge ke ujung-ujung */
    align-items: center;
    padding: 10px 24px;
    color: #4b5563;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    background: transparent;
    transition: all 0.25s ease;
}

/* Efek Glide (meluncur) saat item dropdown di-hover */
#main-navigation .dropdown-menu li > a:hover {
    color: #1d4ed8;
    background: #f8fafc;
    padding-left: 32px; /* Teks meluncur ke kanan */
    font-weight: 600;
}

/* 5. MICRO-INTERACTIONS: CARET & BADGE */
/* Panah Dropdown Berputar */
#main-navigation .dropdown-toggle .caret {
    transition: transform 0.3s ease;
    display: inline-block;
    border-top-color: currentColor;
}

#main-navigation li.dropdown:hover .caret,
#main-navigation li.dropdown.open .caret {
    transform: rotate(180deg); /* Berputar ke atas saat menu terbuka */
}

/* Animasi Jantung Berdetak (Pulse) untuk Badge Notifikasi */
#main-navigation .badge {
    background-color: #ef4444; /* Merah menyala */
    color: white;
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 20px;
    font-weight: bold;
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7);
    animation: alert-pulse 2s infinite cubic-bezier(0.66, 0, 0, 1);
}

@keyframes alert-pulse {
    to {
        box-shadow: 0 0 0 8px rgba(239, 68, 68, 0);
    }
}