/* style for jakp */

body {
    line-height: 20px;
    background-color: #dee0e1;
     background: url("https://i.ibb.co.com/TM914mGR/Background-Jurnal-3.png");
}

html {
    background:none;
}

\/* Styling untuk gambar dalam .pkp_site_name .is_img */
.pkp_site_name .is_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.pkp_site_name .is_img img {
    max-width: 100%;
    height: auto;
    transform: scale(3.25, 3.5);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-radius: 3px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Wrapper agar konten di tengah dan responsif */
.pkp_site_name_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px 25px;
    margin: 0 auto;
    text-align: center;
	background: #ffffff;
    border-bottom: 3px solid #026839;
    flex-wrap: wrap;
}

.pkp_site_nav_menu {
}

/* Responsive tweaks untuk layar kecil */
@media (max-width: 600px) {
    .pkp_site_name .is_img img {
        transform: none;
        width: 100%;
        border-radius: 4px;
    }

    .pkp_site_name .is_img img:hover {
        transform: none;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }
}



.pkp_structure_page {
    margin: 30px auto; /* Margin atas dan bawah 50px, kiri-kanan auto */
    padding-bottom: 0;
    overflow: hidden;
    border-radius: 8px;
    width: 100%; /* Agar lebar elemen mengikuti lebar layar */
    max-width: auto; /* Menambahkan max-width agar konten tidak terlalu lebar */
}


/* Styling umum untuk kontainer editorial */
.editorial-contact {
    background-color: #f8f9fa;
    padding: 20px;
    border-left: 4px solid #026839;
    margin-bottom: 20px;
    border-radius: 5px;
}

/* Judul */
.editorial-contact strong {
    font-size: 1.25em;
    color: #343a40;
}

/* Alamat */
.editorial-contact .address {
    margin-top: 10px;
    font-size: 0.95em;
    color: #555;
}

/* Link dan email */
.editorial-contact a {
    color: #026839;
    text-decoration: none;
}
.editorial-contact a:hover {
    text-decoration: underline;
}

/* Iframe (Google Maps) */
.editorial-contact iframe {
    width: 100%;
    height: 300px;
    max-width: 600px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 15px;
}


#navigationPrimary ul {
    background: #046a3b;
  }
  #navigationPrimary > li > a:hover, #navigationPrimary > li > a:focus {
    border-color: #026839;
  }
  #navigationPrimary a:hover, #navigationPrimary a:focus {
    color: #40a677;
  }
  #navigationPrimary a {
    text-transform: initial;
  }
  .pkp_nav_list ul {
    width: max-content;
  }
  .cover-home {
    width: 250px;
    padding-right: 10px;
  }
  .block_make_submission_link {
    padding: 10px 0 !important;
    background: #026839 !important;
  }
  .pkp_block .title {
    display: block;
    padding: 5px 5px 5px 7px;
    border-left: 5px solid #026839;
    font-weight: 700;
    text-transform: initial;
    background: #81e7b8;
    box-shadow: 2px 2px #808080ad;
    border-bottom: 1px solid #026839 !important;
  }
  .cmp_manuscript_button, .block_make_submission a, .obj_galley_link {
    background: #026839;
  }
  .footer1, .footer2, .footer3 {
    width: 33%;
    float: left;
    padding: 0 10px;
  }
  .title-footer {
    padding: 0 0 0 5px;
    margin: 0;
    border-left: 3px solid green;
    text-transform: uppercase;
  }
  .main-footer ul {
    padding: 0;
    list-style: none;
  }
  .footer2 ul li {
    border-bottom: 1px solid #d9d3d3;
    padding: 5px;
    margin: 5px;
  }
  .footer1 {
    text-align: justify;
  }
  .footer3 ul li {
    padding: 5px 0;
  }
  .pkp_structure_footer_wrapper {
    border-bottom: 20px solid #026839;
  }
  .pkp_brand_footer {
	display: none;
}