/*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: #5b6e9d;
    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: #ff5a6a;
  border: 1px solid #ff5a6a;
  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: #040e27;
  border-color: #040e27;
  border-bottom: 3px solid #5b6e9d;
}
.btn-default{
   background-color: #fff;
   border-color: #fff;
   color: #040e27;
}
.btn-default:hover {
  color: #fff;
  background: #95b5cc;
  border-color: #95b5cc;
}
.dropdown-menu > li > a:hover{
    background-color: #040e27;
}


/*Footer Isi*/
    footer[role="contentinfo"] {
        margin-top: 0;
    }
    .footer-cover{
        margin-top: 60px;
        border-top: 3px solid #5b6e9d;
    }
    .footer {
    background-color: #040e27 !important; /* warna utama footer */
    color: #fff;
    }

    .footer-bottom {
        background-color: #071028; /* 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_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;
    }
    }
    .show{
        display: flow-root list-item !important;
    }
    
    /* ARTICLE SUMMARY CARD */
.article-summary {
  background: #ffffff;
  border: 1px solid #e2e6f0;
  border-left: 5px solid #040e27;
  border-radius: 6px;
  padding: 16px 18px;
  margin-bottom: 18px;
  box-shadow: 0 4px 12px rgba(4,14,39,0.08);
  transition: all 0.3s ease;
}

/* Hover effect */
.article-summary:hover {
  box-shadow: 0 8px 20px rgba(4,14,39,0.18);
  transform: translateY(-2px);
}

/* TITLE */
.article-summary .media-heading a {
  color: #040e27;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
}

.article-summary .media-heading a:hover {
  color: #1e2f6d;
  text-decoration: underline;
}

/* META (AUTHORS) */
.article-summary .article-meta {
  border-bottom: 1px dashed #d8deef;
  padding-bottom: 6px;
}

.article-summary .authors {
  color: #2f3b52;
  font-size: 13px;
}

/* STATISTICS */
.article-summary .article-statistics {
  background: #f6f7fb;
  padding: 8px 10px;
  border-radius: 4px;
  font-size: 12.8px;
  color: #2f3b52;
}

.article-summary .article-statistics i {
  color: #040e27;
  margin-right: 4px;
}

/* BUTTON GROUP */
.article-summary .btn-group {
  margin-top: 10px;
}

/* PDF BUTTON */
.article-summary .btn.pdf {
  background-color: #040e27;
  border-color: #040e27;
  color: #ffffff;
  font-size: 13px;
  padding: 6px 14px;
  border-radius: 4px;
  transition: all 0.25s ease;
}

.article-summary .btn.pdf:hover {
  background-color: #1e2f6d;
  border-color: #1e2f6d;
  color: #ffffff;
}

/* ICON SPACING */
.article-summary i {
  margin-right: 4px;
}