:root {
    --biru        : #FAFAFA;
    --biru-langit : #78909C;
    --kuning      : #78909C;
    --abu         : #636e72;
    --font-color  : #0F1111;
    --header  : #023047;
}

html, body {
  /* Base modern background */
  background-color: #f5f7fb;
  background-image:
    /* soft glowing blobs */
    radial-gradient(900px 500px at 12% 8%, rgba(120, 144, 156, 0.18), transparent 60%),
    radial-gradient(900px 500px at 88% 12%, rgba(2, 48, 71, 0.12), transparent 55%),
    radial-gradient(800px 500px at 50% 100%, rgba(120, 144, 156, 0.10), transparent 60%),

    /* subtle top-to-bottom gradient */
    linear-gradient(180deg, #fbfcfe 0%, #f4f6f8 45%, #eef2f5 100%),

    /* modern fine grid */
    linear-gradient(rgba(15, 17, 17, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 17, 17, 0.035) 1px, transparent 1px);

  /* grid size (smaller = more modern) */
  background-size:
    auto,
    auto,
    auto,
    auto,
    32px 32px,
    32px 32px;

  background-attachment: fixed; /* smooth & premium */
  color: var(--font-color) !important;
  font-family: Georgia !important;
}



h1, h2, h3 {
  font-family: Andalus, sans-serif; /* A different font for headings */
}

/* #navigationPrimary>li> a {
  color:  var(--font-color)!important;
}

#navigationPrimary>li> a :focus{
  color: var(--biru) !important;
} */

.pkp_navigation_search_wrapper a{
  color:  var(--font-color)!important;
}

.pkp_navigation_primary>li>a{
  color:  var(--font-color)!important;
  background: var(--biru-langit) !important;
}

.pkp_block .title {
  text-shadow: 1px 1px 1px #888;
  color: white;
  background-color: var(--header);
  padding: 10px;
  font-size: 1.0em;
  text-align: center;
  width: 100%;
}


.pkp_brand_footer {display: none;}
.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_navigation_primary.pkp_nav_list {
    border-right: white;
    border-right: 1px;
    color: white !important;
}
.pkp_navigation_primary_row {
    background: var(--biru-langit);
    font-weight: bold;
    color: white !important;
}
.pkp_navigation_primary_row :hover{
    font-weight: bold;
    color: var(--biru) !important;
}
.pkp_structure_page {margin-top:  20px !important; margin-bottom:20 !important; padding-bottom: 20 !important;}
.pkp_block{border-bottom: 1px solid #e3e3e3;}
#customblock-menukanan .content p:nth-child(10){border-bottom: 1px solid #e3e3e3;}

/* SUBMISSION BUTTON */
a.block_make_submission_link{
	padding: 5px 46px !important;
}


/* MISC */
.image-tools{
  max-width: 120px;
  margin: 0 auto;
}

.pkp_block .content p,
.pkp_block .content li,
.pkp_block .content a{
  text-decoration: none !important;
  text-align: center !important;
  color: white;
  display: block !important;
}
.pkp_block .content a{
  padding: 4px;
}

.pkp_block .content li,
.pkp_block .content p{
	/* font-family: sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif; */
	font-family: sans-serif;
  margin-top: 0px;
  padding: 6px;
  border-bottom: 3px solid;
  border-bottom-color: white;
  transition: 0.4s ease-in-out;
  margin-bottom: 2px;
  background: var(--biru-langit);
  font-weight: bold;
  color: white;
}

.pkp_block .content p:hover {
  background-color: white;
  border-bottom-color: var(--biru);
	font-family: sans-serif;
  font-weight: 700;
  color: var(--biru);
}

span.title,
.pkp_block .content p:first-child{
  padding: 10px;
  border-bottom: 2px solid transparent;
  border-left: 2px solid transparent;
  margin-bottom: 2px;
  background: var(--kuning);
  color: white !important;
  display: block !important;
  font-size: 14px !important;
  text-align: center !important;
  margin-bottom: 0px !important;
  border-radius: 3px;
}

.image-index{
  max-height: 45px;
  width: auto;
  padding: 3px;
  border: 2px solid var(--kuning);
  margin: 3px 3px;
  background-color: white;
  -moz-box-shadow: 3px 3px 3px rgba(68, 68, 68, 0.6);
  -webkit-box-shadow: 3px 3px 3px rgba(68, 68, 68, 0.6);
  box-shadow: 3px 3px 3px rgba(68, 68, 68, 0.6);
}

.image-collaboration{
    background-color: white;
    max-width: 120px;
    margin: 0 auto;
}

a.block_make_submission_link {
  padding: 10px 46px !important;
}

a.block_make_submission_link:hover {
  background-color: var(--biru-langit);
  color: var(--font-color);
}

.pkp_block .content a:hover{
  background-color: var(--biru-langit);
	font-family: sans-serif;
  font-weight: 700;
  height: 100%;
  color: var(--font-color);
}

.pkp_block .content li:hover{
  background-color: var(--biru-langit);
  font-weight: 700;
  color: var(--font-color);
}

#google_scholar {
  padding: 6px;
  margin-top: 5px;
  border: 1px solid var(--biru);
  transition: border-color 0.3s ease; /* Adding transition for smooth color change */
}

#google_scholar:hover {
  border-color: var(--biru-langit); /* Changing border color on hover */
}

#google_scholar>a:hover {
  background-color: transparent;
}

@media only screen and (max-width: 991px) {
  .pkp_site_name_wrapper .pkp_site_name {
      display: none;
  }
}


.footer-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* Distribute columns evenly */
  align-items: center; /* Align items vertically */
}

.footer-contact .row {
  width: 100%;
  max-width: 1200px; /* Optional: set a maximum width */
  margin: 0 auto; /* Center the content */
}

.footer-contact .row > div {
  width: calc(100% / 3); /* Set each column to one-third of the width */
  text-align: center; /* Center content inside columns */
  padding: 0; /* Add some spacing between columns */
  box-sizing: border-box; /* Include padding in width calculation */
}

.footer-contact .col-md-4 img {
  width: 150px; /* Set image size to 150px */
  height: auto; /* Maintain aspect ratio */
  display: block; /* Remove default inline-block spacing */
  margin: 0 auto; /* Center the image horizontally */
}

.footer-contact .col-md-4 {
  max-width: calc(50% - 30px); /* Set maximum width for contact details */
}

@media only screen and (max-width: 768px) {
  .footer-contact .row > div {
      width: 100%; /* Each column takes up 100% width on smaller screens */
      margin-bottom: 15px; /* Add some spacing between columns */
  }
}
