.item_menu {
    padding: 7px 15px;
    margin: 0;
    /* background: #2A2B39; */
    border-bottom: 1px solid #daa810;
}

.item_menu a {
    color: #fff;
    text-decoration: none;
}

.item_menu a:hover {
    color: #daa810;
}

.embed-responsive-item {
    width: 100%;
    border: none;
}


.homepage_about h2 {
    display: none;
    visibility: hidden;
}

body {
    background-image: url('https://ejournal.uinbukittinggi.ac.id/img/gift/patern.png');
    background-size: 50px;
}

@media (min-width: 1200px) {
  .pkp_structure_page {
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
}

/* .pkp_site_name .is_img img {
    display: block;
    max-height: none;
    width: auto;
    height: auto;
    } */


/* Sembunyikan brand footer OJS/PKP */
.pkp_brand_footer {
  display: none !important;
}


/* Membuat pkp_footer_content melebar penuh */
.pkp_footer_content {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  padding: 20px 30px; /* beri ruang dalam biar rapi */
  box-sizing: border-box;
}

/* Kalau ada wrapper yang membatasi */
.pkp_structure_footer_wrapper,
.pkp_structure_footer {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto;
}



/* Wrapper footer utama */
.pkp_structure_footer_wrapper {
  background: linear-gradient(to right, #000000, #1a1a1a); /* hitam elegan */
  color: #ffffff;
  padding: 40px 20px 20px;
  font-size: 14px;
  line-height: 1.6;
}

/* Baris utama footer */
.pkp_structure_footer_wrapper .footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}

/* Kolom footer */
.pkp_structure_footer_wrapper .footer .col-6 {
  flex: 1 1 30%;
  min-width: 250px;
}

/* Judul dalam footer */
.pkp_structure_footer_wrapper .footer h3 {
  font-size: 16px;
  font-weight: bold;
  color: #FFD700; /* emas */
  margin-bottom: 12px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 215, 0, 0.4);
  padding-bottom: 4px;
}

/* Teks umum */
.pkp_structure_footer_wrapper .footer p,
.pkp_structure_footer_wrapper .footer div {
  margin: 4px 0;
  color: #ddd;
}

/* Link di footer */
.pkp_structure_footer_wrapper .footer a {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.pkp_structure_footer_wrapper .footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* Baris copyright */
.pkp_structure_footer_wrapper .copright-container {
  border-top: 1px solid rgba(255, 215, 0, 0.3);
  padding-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #aaa;
}

/* Gambar CC */
.pkp_structure_footer_wrapper .copright-container img {
  vertical-align: middle;
  margin: 0 4px;
}

/* Credit tema */
.pkp_structure_footer_wrapper .theme-credit {
  margin-top: 8px;
  font-size: 12px;
  color: #666;
}







/* =========================
   FOOTER WRAPPER
   ========================= */
.pkp_structure_footer_wrapper {
  background: linear-gradient(135deg, #000000, #0d47a1); /* gradasi hitam → biru */
  color: #ffffff;
  padding: 40px 20px 20px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

/* =========================
   FOOTER TOP (3 kolom)
   ========================= */
.journal-footer .footer-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 25px;
}

.journal-footer .footer-col {
  flex: 1;
  min-width: 250px;
}

.journal-footer .footer-col h3 {
  font-size: 16px;
  font-weight: bold;
  color: #4fc3f7; /* biru muda */
  margin-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(79, 195, 247, 0.6);
  padding-bottom: 5px;
}

.journal-footer .footer-col p,
.journal-footer .footer-col li {
  font-size: 14px;
  color: #ddd;
  margin: 6px 0;
}

.journal-footer .footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.journal-footer .footer-col ul li a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.journal-footer .footer-col ul li a:hover {
  color: #4fc3f7;
}

/* =========================
   FOOTER MAP
   ========================= */
.journal-footer .footer-map {
  margin: 20px 0;
  border: 2px solid #4fc3f7;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.6);
}

/* =========================
   FOOTER BOTTOM
   ========================= */
.journal-footer .footer-bottom {
  border-top: 1px solid rgba(79, 195, 247, 0.4);
  padding-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #aaa;
}

.journal-footer .footer-bottom a {
  color: #4fc3f7;
  text-decoration: none;
}

.journal-footer .footer-bottom a:hover {
  text-decoration: underline;
}

.journal-footer .footer-bottom img {
  vertical-align: middle;
  margin: 0 4px;
}
