/* =====================================================
CSS JPENAT
===================================================== */

/* =====================================================
SCROLLBAR
===================================================== */

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #b1dabb;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #b1dabb;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #67ad7e;
}

/* =====================================================
BACKGROUND FULL SCREEN
===================================================== */

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

body {
  background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='58' height='100.23' patternTransform='scale(16) rotate(30)'><rect x='0' y='0' width='100%' height='100%' fill='white'/><path d='M.111-33.307l-28.997 16.744' stroke-linejoin='round' stroke-linecap='round' stroke-width='1' stroke='hsla(135,36%,77%,0.08)' fill='none'/></pattern></defs><rect width='100%' height='100%' fill='url(%23a)'/></svg>");
  background-repeat: repeat;
  background-size: 700px 700px;
  background-position: center top;
  background-attachment: fixed;
}

/* =====================================================
LAYOUT FULL WIDTH
===================================================== */

.pkp_structure_page {
  /* width: 95% !important;
  max-width: 1700px !important; */
  margin: 0 auto !important;
}

/* =====================================================
HEADER
===================================================== */

.pkp_structure_head {
  background: transparent !important;
  box-shadow: none !important;
}

.pkp_head_wrapper,
.pkp_head_wrapper .container,
.pkp_head_wrapper .container-fluid,
.pkp_site_name_wrapper,
.pkp_site_name {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.pkp_head_wrapper .container,
.pkp_head_wrapper .container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pkp_site_name a {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.pkp_site_name img,
.pkp_site_name .is_img img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: 200px !important;
  object-fit: cover !important;
  object-position: center center !important;
  margin: 0 !important;
  padding: 0 !important;
}

.pkp_head_wrapper {
  padding-top: 10px !important;
}

.pkp_structure_head,
.pkp_head_wrapper,
.pkp_head_wrapper .container,
.pkp_head_wrapper .container-fluid {
  background: transparent !important;
}

.pkp_head_wrapper,
.pkp_site_name_wrapper,
.pkp_site_name {
  background: transparent !important;
}

.pkp_structure_page {
  background: transparent !important;
}

/* =====================================================
MENU
===================================================== */

.pkp_navigation_primary_wrapper {
  margin-top: 10px;
}

/* Kotak menu utama */

.pkp_navigation_primary_wrapper {
  width: calc(100% + 40px) !important;
  margin-left: -20px !important;
  margin-right: -20px !important;
  background: #3996d8 !important;
  border-radius: 35px !important;
  padding: 0 15px !important;
  overflow: visible !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

/* Link menu */

.pkp_navigation_primary_wrapper a:hover {
  color: #f67423 !important;
}

.pkp_site_nav_menu a {
  color: #4c351d;
  font-weight: 600;
}

.pkp_site_nav_menu a:hover {
  color: #fff;
}

/* =====================================================
CONTENT
===================================================== */

.page {
  background: rgba(255, 255, 255, 0.94);
  border-radius: 20px;
  padding: 25px;
  margin-top: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.pkp_structure_content {
  margin-top: 20px;
}

/* =====================================================
HOMEPAGE IMAGE
===================================================== */

.pkp_page_index .homepage_image img {
  border-radius: 20px;
}

/* =====================================================
ARTICLE LIST
===================================================== */

@media (min-width: 992px) {
  .cmp_article_list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 25px;
  }
}

.cmp_article_list .article_summary,
.cmp_article_list .obj_article_summary {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  border: 1px solid rgba(177, 218, 187, 0.3);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}

.obj_article_summary .title a {
  color: #212422;
  font-weight: 700;
}

.obj_article_summary .title a:hover {
  color: #67ad7e;
}

/* =====================================================
FOOTER
===================================================== */

.pkp_brand_footer {
  display: none;
}

.pkp_structure_footer {
  background: #b1dabb;
  border-radius: 20px 20px 0 0;
  margin-top: 30px;
}

/* =====================================================
LINKS
===================================================== */

a {
  transition: 0.3s;
}

a:hover {
  color: #67ad7e;
}
