/*
====================================================
ABDUL WAHID
====================================================
*/

/* General Structure */
body {
  font-family: 'Arial', sans-serif;
  color: #333;
  margin: 0;
  padding: 0;
  background-color: #f4f7fc;
  line-height: 1.6;
}


/* Header */
.pkp_site_name {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pkp_site_name > a {
  padding-top: 0;
  padding-bottom: 0;
}
.pkp_site_name .is_img img {
  max-height: 200px !important;
}
.pkp_site_name_wrapper {
  padding-left: 0;
  padding-right: 0;
}
.pkp_navigation_user_wrapper {
  top: 0;
  right: 0;
  padding-right: 30px;
}
.pkp_structure_page {
  margin-top: 20px !important;
  margin-bottom: 20 !important;
  padding-bottom: 20 !important;
}


.pkp_navigation_primary_row {
  background-color: #5b76cc;
  color: #fff;
  font-weight: bold;
  padding: 10px 30px;
}

.pkp_navigation_primary_row ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.pkp_navigation_primary_row ul li {
  margin: 0 10px;
}

.pkp_navigation_primary_row ul li a {
  color: #fff;
  text-decoration: none;
  padding: 10px 15px;
  transition: all 0.3s ease;
  border-radius: 5px;
}

.pkp_navigation_primary_row ul li a:hover {
  background-color: #3959c0;
  color: #fff;
}

/* Sidebar */
.kepala {
  background-color: #5b76cc;
  color: #fff;
  padding: 1rem;
  font-size: 1.2rem;
  border-bottom: 6px solid #e8c045;
  text-align: center;
  font-weight: bold;
}

.badan {
  margin-top: -12px;
}

.badan a {
  display: block;
  text-decoration: none;
  padding: 0.8rem;
  background-color: #eef1f9;
  color: #333;
  border-bottom: 2px solid #fff;
  transition: all 0.3s ease;
}

.badan a:hover {
  background-color: #ccd9ff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  color: #1f2027;
}

.badan a::after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background: #5b76cc;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.badan a:hover::after {
  transform: scaleX(1);
}

/* Article Summary */
.obj_article_summary {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 8px;
  background: #eef1f9;
  margin-bottom: 20px;
}

.obj_article_summary:hover {
  background: #e1e4ec;
}

.obj_article_summary .title a {
  font-size: 16px;
  font-weight: bold;
  color: #5b76cc;
  text-decoration: none;
}

.obj_article_summary .title a:hover {
  color: #3959c0;
}

/* Footer */
.pkp_structure_wrapper {
  background: linear-gradient(0deg, #adc2fa, #dce5ff);
  border-bottom: 20px solid #5b76cc;
  border-top: 4px solid #5b76cc;
  padding: 20px 0;
}

.pkp_footer_content {
  text-align: center;
  color: #333;
  font-size: 0.9rem;
}

/* Hide Search */
.pkp_search,
.pkp_search_desktop {
  display: none !important;
}

/* Responsive Design */
@media (max-width: 991px) {
  .about_journal {
    width: 100%;
    margin-top: 30px;
  }

  .pkp_structure_sidebar {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  .homepage_image {
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 360px) {
  .homepage_image img {
    width: 100%;
  }
}
