/*container-fluid Login*/
.container-fluid .row{
    margin-left: unset;
    margin-right: unset;
}

.pkp_structure_page {
  margin-right: auto;
  margin-left: auto;
  *padding-left: 15px;
  *padding-right: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.66);
}

@media (min-width: 768px) {
  .pkp_structure_page {
    width: 750px;
    margin-top: 0px;
  }
}

@media (min-width: 992px) {
  .pkp_structure_page {
    width: 970px;
    margin-top: 0px;
  }
}

@media (min-width: 1200px) {
  .pkp_structure_page {
    width: 1170px;
    margin-top: 20px;
  }
}



.navbar-nav{
    text-transform: uppercase;
}
.pkp_block .title{
    display: none !important;
}
.pkp_block{
    margin-bottom: unset !important;
    border: none;
}





/* Semua UL dalam pkp_block pakai style sidebar */
.sidebar-container h3 {
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px;
    margin: 0; /* penting biar rapat ke atas dan samping */
    color: white;
    font-weight: bold;
}
.pkp_block ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background: linear-gradient(to bottom, #e6f0fa, #ffffff);
    font-family: Arial, sans-serif;
}

/* Item menu */
.pkp_block ul li {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border-bottom: 1px solid #ddd;
    transition: background 0.3s ease;
}

/* Link */
.pkp_block ul li a {
    text-decoration: none;
    color: #2f3031;
    font-size: 14px;
    font-weight: 500;
    display: block; /* biar klik full area */
    width: 100%;
}

/* Hover efek */
.pkp_block ul li:hover {
    background: #142d35;
    cursor: pointer;
}

.pkp_block ul li:hover a {
    color: #fff;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
background: #0b252e;
  border: 1px solid #0b252e;
  color: #fff;

}




/*Header Gambar*/

@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: unset;
    }
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-brand {
    float: left;
    height: unset;
    padding: unset;
    font-size: 18px;
    line-height: 20px;
}



#headerNavigationContainer .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.navbar-brand,
.navbar-brand-logo {
    padding: 0;
    margin: 0;
}

.navbar-brand-logo img {
    display: block;
    width: 100%;
    height: auto;
}



/*navbar Menu */
.navbar{
    border: unset;
}
.navbar-default .nav > li > a:hover{
    color: #0b0b27;
    background: #fff;
}
.navbar-default {
  background-color: #0b252e;
  border-color: #0b252e;
  border-bottom: 3px solid #020407;
}
.btn-default{
   background-color: #020407;
   border-color: #020407;
   color: #fff;
}
.btn-default:hover {
  color: #0b0b27;
    background: #fff;
  border-color: #fff;
}
.dropdown-menu > li > a:hover{
    background-color: #0b252e;
}


/*Footer Isi*/
    footer[role="contentinfo"] {
        margin-top: 0;
    }
    .footer-cover{
        border-top: 3px solid #020407;
        margin-top: 100px;
    }
    .footer {
    background-color: #0b252e !important; /* warna utama footer */
    color: #fff;
    }

    .footer-bottom {
        background-color: #142d35; /* sedikit lebih gelap */
        text-align: center;
        color: #e6eff5;
        font-size: 12px;
        padding: 15px 0;
    }

    .footer-bottom a {
        color: #e6eff5;
        text-decoration: none;
    }

    .footer-bottom a:hover {
        color: #fff;
    }

    .footer-container {
        margin-top: 20px;
        padding: 20px 0;
    }

    .footer-container h4 {
        font-weight: bold;
        text-transform: uppercase; /* kapital semua */
        padding-bottom: 5px;
        margin-bottom: 15px;
    }

    .footer-container ul {
        margin-top: 10px;
        padding-left: 0;
        list-style: none;
    }

    .footer-container ul li {
        margin-bottom: 8px; /* jarak antar li */
    }

    .footer-container ul li a {
        color: #f2faff;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .footer-container ul li a:hover {
        color: #fff;
    }

    .footer-container p {
        color: #f2faff;
        margin-top: 10px;
    }

    .footer-container .contact a {
        color: #f2faff;
        text-decoration: none;
    }

    .footer-container .contact a:hover {
        color: #fff;
    }

    .navbar-toggle {
      float: left !important;
      margin-left: 10px;
      margin-right: 0;
  }

/* ===============================
   PAGE HEADER
   About the Journal
================================ */

.page-header {
    margin: 20px 0 28px 0;
    padding-bottom: 10px;
    border-bottom: hidden !important;
}

.page-header h1,.page-header h2 small,.page-header h2 {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
    margin-top: 0;
    margin-bottom: 18px;
    color: #1f3c88;
    font-weight: 700;
    letter-spacing: 0.4px;
}

/* garis aksen */
.page-header h1::after,.page-header h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #1f3c88;
    margin-top: 8px;
    border-radius: 4px;
}

/* responsive */
@media (max-width: 768px) {
    .page-header h1 {
        font-size: 22px;
    }

    .page-header h1::after {
        width: 45px;
    }
}

/* ARTICLE CARD */
.article-summary.media {
    background:#ffffff;
    padding:18px 20px;
    margin-bottom:18px;
    box-shadow:0 4px 14px rgba(0,0,0,0.08);
}

/* TITLE */
.article-summary .media-heading {
    font-size:18px;
    font-weight:700;
    line-height:1.5;
    margin-bottom:10px;
}

.article-summary .media-heading a {
    color:#1f3c88;
    text-decoration:none;
}

.article-summary .media-heading a:hover {
    text-decoration:underline;
}

/* META INFO */
.article-meta {
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
    padding:8px 0;
}

.article-meta i {
    color:#1f3c88;
    margin-right:4px;
}

/* STATISTICS */
.article-statistics {
    margin-top:10px;
    padding:8px 0;
    font-size:13px;
    color:#444;
}

.article-statistics i {
    color:#1f3c88;
    margin-right:3px;
}

/* BUTTON */
.btn-group .btn.pdf {
    background:#1f3c88;
    border:none;
    font-size:13px;
    padding:6px 14px;
}

.btn-group .btn.pdf:hover {
    background:#16306d;
}


/*CSS CONTACT*/

.page_contact .contact_section {
  display: grid;
  grid-template-columns: 1fr 1fr; /* jadi 2 kolom */
  gap: 20px;
  margin-top: 20px;
}

/* address biar full width di atas */
.page_contact .contact_section .address {
  grid-column: 1 / -1;
}

.page_contact .contact {
  background: #f9f9f9;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.page_contact .contact h3 {
  margin-top: 0;
  font-size: 18px;
  border-bottom: 2px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.page_contact .contact_section .label {
  color: #000;
  font-weight: bold;
  margin-right: 5px;
}
/* Responsif mobile */
@media (max-width: 768px) {
  .page_contact .contact_section {
    grid-template-columns: 1fr;
}
}