body {
    font-family: 'Merriweather', serif;
    margin: 0;
    padding: 0;
    background: url('https://img.freepik.com/free-vector/abstract-white-shapes-background_79603-1362.jpg?ga=GA1.1.726589364.1733205038&semt=ais_hybrid') no-repeat center center fixed;
    background-size: cover;
}

@media (min-width: 1200px) {
    #headerNavigationContainer {
        max-width: 1160px;
        /* Atur sesuai kebutuhan */
        margin: 0 auto;
        /* Agar tetap di tengah */
        padding-top: 30px;
        background-color: transparent;

    }

    .pkp_navigation_primary_wrapper {
        background-color: #1c2120;
        height: 150px;
    }

    .pkp_head_wrapper {
        background-color: #1c2120;
        height: 150px;

    }

    #navigationUser {
        margin-top: 20px;
        padding-right: 20px;


    }

    .pkp_site_name {
        padding-left: 20px;
    }

    .pkp_navigation_primary_wrapper {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

}

.pkp_structure_content.has_sidebar {
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    background-color: rgb(255, 255, 255);
}

.sidebar {
    border-radius: 10px;
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    border: 0px solid #ddd;
}

/* .pkp_structure_head {
  background-color: #036;
  border-bottom: 1px solid #ddd;
  width: 69%;
  margin: 0 auto;
  padding: 50px;
  margin-top: 20px;
} */

/*.pkp_structure_head {
  background-color: #036;
  border-bottom: 1px solid #ddd;
  width: 100%;
  margin: 0;
  padding: 20px;
  text-align: center;
} */




td {
    padding: 10px;
}

.header {

    background-color: #1c2120;
    color: white;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    transition: background-color 0.3s;
}

.header:hover {
    background-color: #000000;
}

.button-row {
    text-align: center;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.submit-button {
    background-color: #a6a6a6;
    color: white;
    border: none;
    padding: 10px 40px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s, transform 0.2s;
}

.submit-button:hover {
    background-color: #8a8989;
    transform: scale(1.05);
}

.menu-item {
    padding: 15px 20px;
    /* Tambahkan padding lebih besar */
    margin-bottom: 5px;
    /* Beri jarak antar item */
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    color: rgb(45, 45, 45);
    position: relative;
    text-decoration: none;

}

.menu-item:hover {
    background-color: #f1f1f1;
    transform: translateX(5px);
}

.menu-item a {
    color: black;
    /* Warna teks tetap hitam */
    text-decoration: none;
    /* Hilangkan garis bawah default */
}

.menu-item a:hover {
    color: black;
    /* Warna tetap hitam saat hover */
}


.menu-item:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #1c2120;
    /* Warna garis bawah */
    transition: width 0.3s ease-in-out;
}

.menu-item:hover:after {
    width: 100%;
}

.spacer {
    height: 10px;
}

.image-row {
    text-align: center;
    padding: 10px;
}

.sertifikat-text {
    font-size: 16px;
    color: #444;
    text-align: left;
    margin-top: 5px;
    background-color: #f8f8f8;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}

.sertifikat-text span {
    font-weight: bold;
    /* Menebalkan bagian tertentu */
}

.sertifikat-section {
    text-align: center;
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 5px;
    transition: transform 0.3s;
}

.template-section,
.issn-section,
.indexing-section {
    padding: 30px;
    text-align: center;
    background-color: #fbf4f4;
    border-radius: 5px;
    transition: transform 0.3s;
}

.sertifikat-image {
    width: 100%;
    /* Membuat gambar memenuhi lebar kolom */
    height: auto;
    /* Sesuaikan tinggi gambar secara proporsional */
    max-width: 100%;
    /* Agar gambar tidak melampaui lebar kolom */
    margin: 20px 0;
    /* Atur jarak atas dan bawah gambar */
    margin-bottom: 20px;
    /* Beri jarak agar tidak terlalu rapat dengan bagian SUBMIT */

}

.indexing-container {
    text-align: center;
    padding: 10px;
}

.indexing-container img {
    width: 100%;
    /* Agar gambar mengikuti lebar sidebar */
    max-width: 200px;
    /* Menjaga ukuran maksimum */
    height: auto;
    display: block;
    margin: 10px auto;
    transition: transform 0.3s;
}

.indexing-container img:hover {
    transform: scale(1.1);
}


.template-image,
.issn-image,
.indexing-image {
    max-width: 180px;
    height: auto;
    margin: 10px 0;
    transition: transform 0.3s;
}

.sertifikat-image:hover,
.template-image:hover,
.issn-image:hover,
.indexing-image:hover {
    transform: scale(1.1);
}

.stats-image {
    max-width: 400px;
    /* Perbesar gambar statistik */
    height: auto;
    margin: 20px 0;
    transition: transform 0.3s;
}

.stats-image:hover {
    transform: scale(1.1);
}

.pkp_brand_footer {
    display: none;
}

.pkp_footer_content {
    width: 100%;
    max-width: 1000px;
    /* Batas maksimal agar tetap proporsional di layar besar */
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    background: inherit !important;
    /*background: url('https://img.freepik.com/free-vector/abstract-white-shapes-background_79603-1362.jpg?ga=GA1.1.726589364.1733205038&semt=ais_hybrid') no-repeat center center fixed;
  background-size: auto;/*
  background: inherit !important;
  /* Menggunakan background yang sama dengan body */
}

.support-container {
    margin: 20px 0;
    text-align: center;
}

.support-section {
    margin-bottom: 20px;
}

.support-section h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.support-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    /* Jarak antar logo */
    flex-wrap: wrap;
}

.support-logos img {
    max-width: 150px;
    height: auto;
    border: 2px solid #ddd;
    /* Garis pembatas antar logo */
    padding: 10px;
    border-radius: 8px;
    background: #dddddd;
    transition: transform 0.2s ease-in-out;
}

.support-logos img:hover {
    transform: scale(1.1);
}