/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    background-color: #FFF8E1; /* Sand Background */
    color: #263238; /* Graphite Text */
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #FFF8E1; /* Sand */
    color: #263238; /* Graphite */
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
    color: #558B2F; /* Olive Green */
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 1px solid #6D4C41; /* Warm Brown */
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    color: #558B2F; /* Olive Green */
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #A5D6A7; /* Mint */
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
    color: #6D4C41; /* Warm Brown */
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
    background-color: #A5D6A7; /* Mint */
    color: #263238; /* Graphite */
    padding: 2px 5px;
    border-radius: 3px;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #A5D6A7; /* Mint */
    color: #263238; /* Graphite */
    padding: 2px 4px;
    border-radius: 3px;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
    max-width: 100%;
    height: auto;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    border: 1px solid #6D4C41; /* Warm Brown */
    border-radius: 5px;
    padding: 5px;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    background-color: #6D4C41; /* Warm Brown */
    padding: 10px 15px;
    cursor: pointer;
    transition: background-color 0.3s;
    border: none;
    border-radius: 4px;
    color: #FBEEDB;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
}

    /* Tambahan styling */
    text-align: center;
    text-transform: uppercase;
    color: #4E342E; /* Coklat tua */
    font-family: 'Montserrat', sans-serif; /* Font menarik */
    font-size: 1.125rem; /* Sekitar 18px */
    font-weight: 700;
    letter-spacing: 1px;
}

button:hover,
html [type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover {
    background-color: #6D4C41; /* Warm Brown */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted #263238; /* Graphite */
}

fieldset {
    padding: .35em .75em .625em;
    border: 1px solid #6D4C41; /* Warm Brown */
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    accent-color: #558B2F; /* Olive Green */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.pkp_button, .pkp_button_primary,
.pkp_button, .pkp_button_primary_primary,
.pkp_button, .pkp_button_primary_offset,
.pkp_button, .pkp_button_primary_link {
    display: inline-block;
    padding: 0.5em 1em;
    background: transparent;
    border: 1px solid #6D4C41; /* Warm Brown */
    border-radius: 5px;
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 700;
    color: #FFF8E1; /* Sand */
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: background-color 0.3s, box-shadow 0.3s;
}

.pkp_button, .pkp_button_primary:hover,
.pkp_button, .pkp_button_primary:focus {
    background: #6D4C41; /* Warm Brown */
    color: #FFF8E1;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.pkp_button, .pkp_button_primary:active {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.pkp_button, .pkp_button_primary:disabled {
    background: #B7C5CA;
    border-color: #B7C5CA;
    color: #FFF;
    cursor: not-allowed;
}

.pkp_button, .pkp_button_primary_primary {
    background: #A5D6A7; /* Mint */
    color: #263238; /* Graphite */
    border-color: #A5D6A7;
}

.pkp_button, .pkp_button_primary_primary:hover {
    background: #8BC89B;
}

.pkp_button, .pkp_button_primary_offset {
    color: #558B2F; /* Olive Green */
    background: transparent;
    border: 1px solid #558B2F;
}

.pkp_button, .pkp_button_primary_offset:hover {
    background: #A5D6A7;
    color: #263238;
}

.pkp_button, .pkp_button_primary_link {
    background: none;
    border: none;
    color: #558B2F;
    text-decoration: underline;
}

.pkp_button, .pkp_button_primary_link:hover {
    color: #6D4C41;
}

.pkp_spinner:after {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    vertical-align: middle;
    animation: pkp_spin .6s linear infinite;
    border-radius: 100%;
    border-top: 2px solid #6D4C41; /* Warm Brown */
    border-bottom: 2px solid transparent;
    border-left: 2px solid #A5D6A7; /* Mint */
    border-right: 2px solid transparent;
    content: '';
    opacity: 1;
}

.pkp_loading {
    font-size: .93rem;
    line-height: 1.43rem;
    color: #263238; /* Graphite */
    font-weight: bold;
}

.pkp_caret {
    border-top-color: #A5D6A7;
}

.pkp_caret_down {
    border-top: .375rem solid #A5D6A7;
}

.pkp_caret_right {
    border-left: .375rem solid #A5D6A7;
}

.pkp_screen_reader:focus,
.pkp_page_index .cmp_announcements h2:focus {
    background-color: #FFF8E1; /* Sand */
    color: #263238; /* Graphite */
}

.pkp_help_link {
    color: #558B2F;
}

.pkp_help_link:hover,
.pkp_help_link:focus {
    color: #6D4C41;
    text-decoration: underline;
}

.pkp_help_link:focus {
    box-shadow: 0 0 0 3px #A5D6A7;
}

.pkp_help_tab,
.pkp_help_modal {
    background: #FFF8E1; /* Sand */
    color: #263238; /* Graphite */
}

.pkp_uploadedFile_summary {
    font-size: .93rem;
    line-height: 1.43rem;
    color: #263238; /* Graphite */
}

.pkp_uploadedFile_summary .filename .display {
    line-height: 2rem;
}

.pkp_uploadedFile_summary .filename .edit {
    line-height: 1.43rem;
}

.pkp_uploadedFile_summary .details {
    margin-top: 0.5rem;
    color: #6D4C41; /* Warm Brown */
}

.pkp_uploadedFile_summary .details > span {
    margin-left: 2rem;
}

.pkp_uploadedFile_summary .details > span:first-child {
    margin-left: 0;
}

.pkp_uploadedFile_summary .details > span:before {
    padding-right: 0.25em;
    color: #FFF3E0; /* Soft Beige */
}

.pkp_helpers_text_warn {
    color: #D00A6C; /* Masih cocok sebagai warna peringatan */
}

.pkp_helpers_text_primary {
    color: #558B2F; /* Olive Green */
}

.pkp_helpers_black_bg {
    background-color: #263238; /* Graphite */
    color: #FFF8E1; /* Sand */
    padding: 10px;
    border-radius: 5px;
}

.pkp_helpers_dotted_underline {
    border-bottom: 1px dotted #6D4C41; /* Warm Brown */
}

.pkp_helpers_flatlist li {
    float: left;
    position: relative;
    color: #263238; /* Graphite */
}

.pkp_helpers_align_left {
    float: left;
}

.pkp_helpers_align_right {
    float: right;
}

.pkp_helpers_text_center {
    text-align: center;
}

.pkp_helpers_text_justify {
    text-align: justify;
}

.pkp_helpers_full {
    width: 100%;
}

.pkp_helpers_half {
    width: 50%;
}

.pkp_helpers_quarter {
    width: 25%;
}

.pkp_helpers_fifth {
    width: 20%;
}

.pkp_helpers_underline:after {
    border-bottom: 2px solid #A5D6A7; /* Mint */
    content: " ";
    display: block;
}

.NMI_TYPE_CUSTOM_EDIT {
    display: none;
}

.parallax {
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

/* ==== Primary Buttons ==== */
.cmp_button,
.page_search .submit button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
    padding: .8rem 1.5rem;
    font-size: .85rem;
    font-weight: 500;
    line-height: 180%;
    text-decoration: none;
    transition: all 350ms ease;
    font-family: "Noto Sans", sans-serif;
    background: transparent;
    color: #FFF8E1; /* Sand */
    border: 1px solid #6D4C41; /* Warm Brown */
}

.cmp_button:hover,
.page_search .submit button:hover {
    background: #6D4C41; /* Warm Brown */
    color: #FFF8E1;
}

/* ==== Navigation Link ==== */
.nav-link {
    display: block;
    padding: 1rem .6rem;
    font-size: 1.2rem;
    font-weight: 500;
    color: #263238; /* Graphite */
    border-radius: 5px;
    transition: all 350ms ease;
}

.nav-link:hover {
    background: #A5D6A7; /* Mint */
    color: #263238;
}

/* ==== Wire / Outline Buttons - Coklat Theme ==== */
.cmp_button_wire,
.obj_galley_link {
    display: inline-block;
    padding: 0.5rem 1.2rem; /* Lebih ramping */
    background: transparent;
    border: 2px solid #6D4C41; /* Coklat Tua */
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #6D4C41; /* Coklat Tua */
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: all 300ms ease;
    z-index: 1;
}

.cmp_button_wire::before,
.obj_galley_link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: #D7CCC8; /* Coklat Muda (Fill saat hover) */
    z-index: -1;
    transition: width 300ms ease;
}

.cmp_button_wire:hover::before,
.obj_galley_link:hover::before {
    width: 100%;
}

.cmp_button_wire:hover,
.obj_galley_link:hover {
    color: #3E2723; /* Coklat Lebih Tua untuk teks saat hover */
    border-color: #D7CCC8; /* Warna outline mengikuti fill */
}

/* ==== Article Card ==== */
.cmp_article_list > li {
    margin-bottom: 2.143rem;
    padding: 1.5rem;
    border-radius: 10px;
    background: #FFF8E1; /* Sand */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border: 2px solid #6D4C41; /* Warm Brown */
}

/* ==== Form Fields ==== */
.cmp_form input[type="text"],
.cmp_form input[type="email"],
.cmp_form input[type="password"],
.cmp_form input[type="url"],
.cmp_form input[type="tel"],
.cmp_form select,
.cmp_form textarea {
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    color: #263238; /* Graphite */
    background-color: #FBEEDB;
    border: 1px solid #6D4C41; /* Warm Brown */
    border-radius: 5px;
    transition: all .2s linear;
    height: 48px;
}

.cmp_form input:focus,
.cmp_form select:focus,
.cmp_form textarea:focus {
    border-color: #A5D6A7; /* Mint */
    box-shadow: inset 0 0 0 1px #A5D6A7;
}

/* ==== Notifications ==== */
.cmp_notification {
    display: block;
    width: 100%;
    padding: 1.43rem;
    background: #FFF8E1;
    border-left: .357rem solid #6D4C41;
    font-size: 1rem;
    color: #263238;
}

.cmp_notification .success {
    border-color: #558B2F; /* Olive Green */
}

.cmp_notification .error {
    border-color: #D00A6C;
}

/* ==== Pagination ==== */
.cmp_pagination {
    text-align: right;
}

.cmp_pagination .prev,
.cmp_pagination .next {
    padding: .5rem 1rem;
    border-radius: 5px;
    text-decoration: none;
    color: #263238;
    background: #A5D6A7;
    transition: background-color 300ms ease;
}

.cmp_pagination .prev:hover,
.cmp_pagination .next:hover {
    background: #8BC89B;
}

/* ==== Breadcrumbs ==== */
.cmp_breadcrumbs a {
    color: #263238;
    text-decoration: none;
    font-size: 15px;
}

.cmp_breadcrumbs .separator {
    color: #6D4C41; /* Warm Brown */
}

.cmp_breadcrumbs .current {
    color: #558B2F; /* Olive Green */
}

@media (min-width: 480px) {
  .cmp_announcements {
    margin-left: 0px;
    margin-right: 0px;
  }

  .cmp_announcements > li {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 992px) {
  .cmp_announcements {
    margin-left: 0px;
    margin-right: 0px;
  }

  .cmp_announcements > li {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* ==== Accessibility Skip Link ==== */
.cmp_skip_to_content a {
  display: block;
  padding: 1em;
  z-index: 99999;
  background: #FFF8E1; /* Sand */
  transform: translateX(-50%);
  color: #263238; /* Graphite */
  text-decoration: none;
  border-radius: 5px;
}

.cmp_skip_to_content a:focus {
  clip: auto;
  top: 0;
  left: 50%;
  color: #6D4C41; /* Warm Brown */
}

/* ==== Table Styling ==== */
.cmp_table {
  width: 100%;
  border: 1px solid #6D4C41; /* Warm Brown */
  border-bottom: none;
  border-collapse: collapse;
  background: #FFF8E1; /* Sand */
  color: #263238; /* Graphite */
}

.cmp_table th,
.cmp_table td {
  padding: 0.5em;
  text-align: left;
  border-bottom: 1px solid #6D4C41; /* Warm Brown */
}

.cmp_table th {
  font-weight: 700;
  background: #A5D6A7; /* Mint */
  color: #263238; /* Graphite */
}

*,
html,
body {
    font-family: "Noto Sans", sans-serif;
    color: #263238; /* Graphite */
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background: #FFF8E1; /* Sand */
}

a {
    color: #6D4C41; /* Warm Brown */
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover,
a:focus {
    color: #A5D6A7; /* Mint */
}

.nav-link {
    font-size: 15px !important;
    color: #263238; /* Graphite */
    border-radius: 5px;
    transition: all 350ms ease;
}

.nav-link:hover {
    background: #A5D6A7; /* Mint */
    color: #263238;
}

/* Responsive Navbar */
@media (min-width:1500px) {
    .navbar-toggler2 {
        display: none !important;
    }

    .navbar-collapse2 {
        display: flex !important;
    }

    .navbar-expand-xxl2 {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

    .navbar-expand-xxl2 .navbar-nav {
        flex-direction: row;
    }

    .navbar-expand-xxl2 .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand-xxl2 .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem;
    }
}

/* Preloader */
main .html-preloader {
    position: fixed;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    cursor: pointer;
    justify-content: center;
    align-items: center;
}

main .no-html-preloader {
    display: none !important;
}

/* Page Wrapper */
main .page {
    width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin-right: auto;
    margin-left: auto;
    background: #FFF8E1; /* Sand */
    color: #263238; /* Graphite */
}

main .page .about_section {
    color: #6D4C41; /* Warm Brown */
    line-height: 2.143rem;
}

main .page .about_section .cover {
    float: right;
    width: 20%;
    margin-left: 10%;
    margin-right: 10%;
}

main .page .about_section .cover img {
    display: block;
    margin: 0 auto;
    border-radius: 10px;
}

/* Navigation Toggle (Hamburger) */
.pkp_site_nav_toggle {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    background: none;
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2), -1px 0 0 rgba(255, 255, 255, 0.2);
    z-index: 999;
}

.pkp_site_nav_toggle:focus {
    outline: 1px dotted #A5D6A7;
    box-shadow: none;
}

.pkp_site_nav_toggle > span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 19px;
    border-bottom: 3px solid #A5D6A7;
    text-indent: -9999px;
    overflow: hidden;
}

.pkp_site_nav_toggle > span:before,
.pkp_site_nav_toggle > span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #A5D6A7;
}

.pkp_site_nav_toggle > span:before {
    top: 0;
}

.pkp_site_nav_toggle > span:after {
    top: 8px;
}

/* Nav Toggle Animation */
.pkp_site_nav_toggle--transform > span {
    border-bottom: 0;
    overflow: visible;
}

.pkp_site_nav_toggle--transform > span:before {
    top: 7px;
    transform: rotate(-405deg) translateY(1px) translateX(-2px);
}

.pkp_site_nav_toggle--transform > span:after {
    top: 14px;
    transform: rotate(405deg) translateY(-3px) translateX(-4px);
}

/* Mobile Nav Menu */
.pkp_site_nav_menu {
    display: none;
}

.pkp_site_nav_menu--isOpen {
    display: flex;
}

body.navIsOpen .siteHeader__details {
    right: 0;
}

body.navIsOpen .siteHeader__screen {
    display: block;
    opacity: 0.5;
    background: rgba(0, 0, 0, 0.7);
}

body.navIsOpen .siteHeader__navToggleIcon > span:first-child {
    transform: rotate(45deg);
    top: 18px;
    background: #A5D6A7; /* Mint */
}

body.navIsOpen .siteHeader__navToggleIcon > span:nth-child(2) {
    opacity: 0;
}

body.navIsOpen .siteHeader__navToggleIcon > span:last-child {
    transform: rotate(-45deg);
    top: 18px;
    background: #A5D6A7; /* Mint */
}

@media (min-width: 992px) {
    .pkp_site_nav_menu {
        display: flex;
    }
}

/* === Journal Index Page === */
.pkp_page_index .journals {
    margin-top: 2.143rem;
}

.pkp_page_index .journals > ul > li {
    margin: 2.143rem 0;
    padding: 1.5rem;
    border-radius: 10px;
    background: #FFF8E1; /* Sand */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border: 2px solid #6D4C41; /* Warm Brown */
}

.pkp_page_index .journals img {
    display: block;
    max-height: 20em;
    border-radius: 10px;
}

.pkp_page_index .journals h3 {
    margin: .714rem 0;
    font-size: 1.2rem;
    font-weight: 700;
    color: #263238; /* Graphite */
}

.pkp_page_index .journals h3 a {
    text-decoration: none;
    color: #6D4C41; /* Warm Brown */
}

.pkp_page_index .journals h3 a:hover {
    color: #A5D6A7; /* Mint */
}

.pkp_page_index .journals p {
    margin: .714rem 0;
    color: #263238; /* Graphite */
}

.pkp_page_index .journals .links li {
    display: inline-block;
    margin: 0 .714rem .714rem 0;
    background: #A5D6A7; /* Mint */
    padding: 0.5rem 1rem;
    border-radius: 5px;
}

.pkp_page_index .journals .links li a {
    color: #263238; /* Graphite */
    text-decoration: none;
    font-weight: bold;
}

/* === Responsive tweaks === */
@media (min-width: 768px) {
    .pkp_page_index .journals > ul > li {
        margin: 0 -1.43rem;
        padding: 1.43rem;
        border-top: 1px solid #6D4C41; /* Warm Brown */
    }

    .pkp_page_index .journals > ul > li:before,
    .pkp_page_index .journals > ul > li:after {
        content: " ";
        display: table;
    }

    .pkp_page_index .journals > ul > li:after {
        clear: both;
    }

    .pkp_page_index .journals .thumb {
        float: left;
        width: 25%;
        padding-right: 1.43rem;
    }

    .pkp_page_index .journals .thumb + .body {
        float: right;
        width: 75%;
    }
}

@media (min-width: 992px) {
    .pkp_page_index .journals > ul > li {
        margin: 0 -2.143rem;
        padding: 2.143rem;
    }

    .pkp_page_index .journals .thumb {
        padding-right: 2.143rem;
    }
}

.pkp_page_index .homepage_image,
.pkp_page_index .additional_content {
    margin-left: -0.714rem;
    margin-right: -0.714rem;
}

:root {
  --color-primary: #558B2F;
  --color-accent: #6D4C41;
  --color-secondary: #FFF8E1;
  --color-highlight: #A5D6A7;
  --color-text: #263238;
  --color-danger: #D00A6C;
}

/* ==========================
   🌿 Homepage Styling (Cleaned)
   ========================== */
@media (min-width: 480px) {
  .pkp_page_index .homepage_image,
  .pkp_page_index .additional_content {
    margin-left: -1.43rem;
    margin-right: -1.43rem;
  }
}

@media (min-width: 992px) {
  .pkp_page_index .homepage_image,
  .pkp_page_index .additional_content {
    margin-left: -2.143rem;
    margin-right: -2.143rem;
  }

  .pkp_page_index .homepage_image {
    margin-top: -2.143rem;
  }

  .pkp_page_index .additional_content {
    padding-left: 2.143rem;
    padding-right: 2.143rem;
  }
}

.pkp_page_index .homepage_image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.pkp_page_index .homepage_about {
  padding-top: 2.143rem;
  padding-bottom: 2.143rem;
  color: var(--color-text);
}

.pkp_page_index .homepage_about h2 {
  margin-top: -0.714rem;
}

.pkp_page_index .cmp_announcements {
  border-top: 1px solid var(--color-accent);
  border-bottom: 1px solid var(--color-accent);
  background: var(--color-secondary);
}

@media (min-width: 768px) {
  .pkp_page_index .cmp_announcements + .additional_content {
    border-top: none;
  }

  .pkp_page_index .cmp_announcements > .obj_announcement_summary {
    float: left;
    width: 65%;
  }

  .pkp_page_index .cmp_announcements > .obj_announcement_summary:before {
    content: ' ';
    position: absolute;
    top: 0;
    right: -1px;
    width: 1px;
    height: 100%;
    border-left: 1px solid var(--color-accent);
  }

  .pkp_page_index .cmp_announcements .more {
    float: right;
    width: 35%;
    padding-top: 1.43rem;
    padding-bottom: 1.43rem;
  }
}

.pkp_page_index .cmp_announcements > .obj_announcement_summary {
  position: relative;
  padding: 2.143rem .714rem;
}

.pkp_page_index .cmp_announcements .more {
  position: relative;
}

.pkp_page_index .cmp_announcements .more h4 {
  font-size: .93rem;
  color: var(--color-text);
}

.pkp_page_index .current_issue .current_issue_title {
  margin: 1.43rem 0;
  font-weight: 700;
  color: var(--color-text);
}

.pkp_page_index .current_issue .read_more {
  display: inline-block;
  position: relative;
  padding-right: 2.143rem;
  font-size: .93rem;
  font-weight: 700;
  line-height: 2.143rem;
  color: var(--color-accent);
  text-decoration: none;
  margin-bottom: 1.43rem;
}

.pkp_page_index .current_issue .read_more:hover,
.pkp_page_index .current_issue .read_more:focus {
  color: #FFF3E0; /* Soft Beige */
}

.pkp_page_index .additional_content {
  padding: 2.143rem .714rem 0 .714rem;
  border-top: 1px solid var(--color-accent);
  background: #FBEEDB;
  color: var(--color-text);
}

.pkp_page_index .additional_content > p:first-child {
  margin-top: 0;
}

@media (min-width: 992px) {
  .pkp_page_index .journals > ul > li {
    margin: 0 -2.143rem;
    padding: 2.143rem;
  }

  .pkp_page_index .journals .thumb {
    padding-right: 2.143rem;
  }

  .pkp_page_index .homepage_image {
    margin-top: -2.143rem;
  }

  .pkp_page_index .homepage_image,
  .pkp_page_index .additional_content {
    margin-left: -2.143rem;
    margin-right: -2.143rem;
  }
}

@media (min-width: 480px) {
  .pkp_page_index .homepage_image,
  .pkp_page_index .additional_content {
    margin-left: -1.43rem;
    margin-right: -1.43rem;
  }
}

/* Default (mobile first) */
.pkp_page_index .homepage_image,
.pkp_page_index .additional_content {
  margin-left: -0.714rem;
  margin-right: -0.714rem;
}

.pkp_page_index .homepage_image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.pkp_page_index .homepage_about {
  padding-top: 2.143rem;
  padding-bottom: 2.143rem;
  color: var(--color-text);
}

.pkp_page_index .homepage_about h2 {
  margin-top: -0.714rem;
}

.pkp_page_index .cmp_announcements {
  border-top: 1px solid var(--color-accent);
  border-bottom: 1px solid var(--color-accent);
  background: var(--color-secondary);
}

@media (min-width: 768px) {
  .pkp_page_index .cmp_announcements + .additional_content {
    border-top: none;
  }

  .pkp_page_index .cmp_announcements > .obj_announcement_summary {
    float: left;
    width: 65%;
  }

  .pkp_page_index .cmp_announcements > .obj_announcement_summary:before {
    content: ' ';
    position: absolute;
    top: 0;
    right: -1px;
    width: 1px;
    height: 100%;
    border-left: 1px solid var(--color-accent);
  }

  .pkp_page_index .cmp_announcements .more {
    float: right;
    width: 35%;
    padding-top: 1.43rem;
    padding-bottom: 1.43rem;
  }
}

.pkp_page_index .cmp_announcements > .obj_announcement_summary {
  position: relative;
  padding: 2.143rem .714rem;
}

.pkp_page_index .cmp_announcements .more {
  position: relative;
}

.pkp_page_index .cmp_announcements .more h4 {
  font-size: .93rem;
  color: var(--color-text);
}

.pkp_page_index .current_issue .current_issue_title {
  margin: 1.43rem 0;
  font-weight: 700;
  color: var(--color-text);
}

.pkp_page_index .current_issue .read_more {
  display: inline-block;
  position: relative;
  padding-right: 2.143rem;
  font-size: .93rem;
  font-weight: 700;
  line-height: 2.143rem;
  color: var(--color-accent);
  text-decoration: none;
  margin-bottom: 1.43rem;
}

.pkp_page_index .current_issue .read_more:hover,
.pkp_page_index .current_issue .read_more:focus {
  color: #FFF3E0; /* Soft Beige */
}

.pkp_page_index .current_issue .read_more:hover,
.pkp_page_index .current_issue .read_more:focus {
    color: #FFC857; /* Golden Yellow */
}

.pkp_page_index .additional_content {
    padding: 2.143rem .714rem 0 .714rem;
    border-top: 1px solid #2C2A4A;
    background: #FBEEDB;
    color: #2C2A4A;
}

@media (min-width:992px) {
    .pkp_page_index .additional_content {
        padding-left: 2.143rem;
        padding-right: 2.143rem;
    }
}

.pkp_page_index .additional_content>p:first-child {
    margin-top: 0;
}

.page_issue_archive .issues_archive {
    margin-left: 0px;
    margin-right: 0px;
    border-top: 1px solid #2C2A4A; /* Muted Rose */
    background: #FBEEDB;
}

.page_issue_archive .issues_archive>li {
    padding: 2.143rem 0px;
    border-bottom: 1px solid #2C2A4A;
}

@media (min-width:992px) {
    .page_issue_archive .issues_archive {
        display: flex;
        flex-wrap: wrap;
    }
    
    .page_issue_archive .issues_archive>li {
        flex: calc(50% - 1rem);
        margin: 0.5rem;
        padding: 1.5rem;
        border-radius: 10px;
        background: #FBEEDB;
    }
}

@media (min-width:992px) {
    .pkp_page_index .journals>ul>li {
        margin: 0 -2.143rem;
        padding: 2.143rem;
    }

    .pkp_page_index .journals .thumb {
        padding-right: 2.143rem;
    }
}

.pkp_page_index .homepage_image,
.pkp_page_index .additional_content {
    margin-left: -0.714rem;
    margin-right: -0.714rem;
}

@media (min-width:480px) {
    .pkp_page_index .homepage_image,
    .pkp_page_index .additional_content {
        margin-left: -1.43rem;
        margin-right: -1.43rem;
    }
}

@media (min-width:992px) {
    .pkp_page_index .homepage_image,
    .pkp_page_index .additional_content {
        margin-left: -2.143rem;
        margin-right: -2.143rem;
    }
}

.pkp_page_index .homepage_image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

@media (min-width:992px) {
    .pkp_page_index .homepage_image {
        margin-top: -2.143rem;
    }
}

.pkp_page_index .homepage_about {
    padding-top: 2.143rem;
    padding-bottom: 2.143rem;
    color: #2C2A4A; /* Deep Indigo */
}

.pkp_page_index .homepage_about h2 {
    margin-top: -0.714rem;
}

.pkp_page_index .cmp_announcements {
    border-top: 1px solid #2C2A4A; /* Muted Rose */
    border-bottom: 1px solid #2C2A4A;
    background: #F4F1DE; /* Soft Beige */
}

@media (min-width:768px) {
    .pkp_page_index .cmp_announcements+.additional_content {
        border-top: none;
    }
}

.pkp_page_index .cmp_announcements>.obj_announcement_summary {
    position: relative;
    padding: 2.143rem .714rem;
}

.pkp_page_index .cmp_announcements .more {
    position: relative;
}

.pkp_page_index .cmp_announcements .more h4 {
    font-size: .93rem;
    color: #2C2A4A;
}

@media (min-width:768px) {
    .pkp_page_index .cmp_announcements>.obj_announcement_summary {
        float: left;
        width: 65%;
    }

    .pkp_page_index .cmp_announcements>.obj_announcement_summary:before {
        content: ' ';
        position: absolute;
        top: 0;
        right: -1px;
        width: 1px;
        height: 100%;
        border-left: 1px solid #2C2A4A;
    }

    .pkp_page_index .cmp_announcements .more {
        float: right;
        width: 35%;
        padding-top: 1.43rem;
        padding-bottom: 1.43rem;
    }
}

.pkp_page_index .current_issue .current_issue_title {
    margin: 1.43rem 0;
    font-weight: 700;
    color: #2C2A4A;
}

.pkp_page_index .current_issue .read_more {
    display: inline-block;
    position: relative;
    padding-right: 2.143rem;
    font-size: .93rem;
    font-weight: 700;
    line-height: 2.143rem;
    color: #2C2A4A; /* Muted Rose */
    text-decoration: none;
    margin-bottom: 1.43rem;
}

.pkp_page_index .current_issue .read_more:hover,
.pkp_page_index .current_issue .read_more:focus {
    color: #FFC857; /* Golden Yellow */
}

.pkp_page_index .additional_content {
    padding: 2.143rem .714rem 0 .714rem;
    border-top: 1px solid #2C2A4A;
    background: #FBEEDB;
    color: #2C2A4A;
}

@media (min-width:992px) {
    .pkp_page_index .additional_content {
        padding-left: 2.143rem;
        padding-right: 2.143rem;
    }
}

.pkp_page_index .additional_content>p:first-child {
    margin-top: 0;
}

.page_issue_archive .issues_archive {
    margin-left: 0px;
    margin-right: 0px;
    border-top: 1px solid #2C2A4A; /* Muted Rose */
    background: #F4F1DE; /* Soft Beige */
}

.page_issue_archive .issues_archive>li {
    padding: 2.143rem 0px;
    border-bottom: 1px solid #2C2A4A;
}

@media (min-width:992px) {
    .page_issue_archive .issues_archive {
        display: flex;
        flex-wrap: wrap;
    }
    
    .page_issue_archive .issues_archive>li {
        flex: calc(50% - 1rem);
        margin: 0.5rem;
        padding: 1.5rem;
        border-radius: 10px;
        background: #FBEEDB;
    }
}

.page_search .search_results {
    margin: 2.857rem 0;
    padding: 0;
    list-style: none;
    background: #F4F1DE; /* Soft Beige */
    padding: 1.5rem;
    border-radius: 10px;
}

.page_search .cmp_pagination {
    margin-top: 1.43rem;
    font-size: .93rem;
    line-height: 1.43rem;
    color: #2C2A4A; /* Deep Indigo */
    text-align: right;
}

@media (min-width:992px) {
    .pkp_page_index .journals>ul>li {
        margin: 0 -2.143rem;
        padding: 2.143rem;
    }

    .pkp_page_index .journals .thumb {
        padding-right: 2.143rem;
    }
}

.pkp_page_index .homepage_image,
.pkp_page_index .additional_content {
    margin-left: -0.714rem;
    margin-right: -0.714rem;
}

@media (min-width:480px) {
    .pkp_page_index .homepage_image,
    .pkp_page_index .additional_content {
        margin-left: -1.43rem;
        margin-right: -1.43rem;
    }
}

@media (min-width:992px) {
    .pkp_page_index .homepage_image,
    .pkp_page_index .additional_content {
        margin-left: -2.143rem;
        margin-right: -2.143rem;
    }
}

.pkp_page_index .homepage_image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
}

@media (min-width:992px) {
    .pkp_page_index .homepage_image {
        margin-top: -2.143rem;
    }
}

.pkp_page_index .homepage_about {
    padding-top: 2.143rem;
    padding-bottom: 2.143rem;
    color: #2C2A4A; /* Deep Indigo */
}

.pkp_page_index .homepage_about h2 {
    margin-top: -0.714rem;
}

.pkp_page_index .cmp_announcements {
    border-top: 1px solid #2C2A4A; /* Muted Rose */
    border-bottom: 1px solid #2C2A4A;
    background: #F4F1DE; /* Soft Beige */
}

@media (min-width:768px) {
    .pkp_page_index .cmp_announcements+.additional_content {
        border-top: none;
    }
}

.pkp_page_index .cmp_announcements>.obj_announcement_summary {
    position: relative;
    padding: 2.143rem .714rem;
}

.pkp_page_index .cmp_announcements .more {
    position: relative;
}

.pkp_page_index .cmp_announcements .more h4 {
    font-size: .93rem;
    color: #2C2A4A;
}

@media (min-width:768px) {
    .pkp_page_index .cmp_announcements>.obj_announcement_summary {
        float: left;
        width: 65%;
    }

    .pkp_page_index .cmp_announcements>.obj_announcement_summary:before {
        content: ' ';
        position: absolute;
        top: 0;
        right: -1px;
        width: 1px;
        height: 100%;
        border-left: 1px solid #2C2A4A;
    }

    .pkp_page_index .cmp_announcements .more {
        float: right;
        width: 35%;
        padding-top: 1.43rem;
        padding-bottom: 1.43rem;
    }
}

.pkp_page_index .current_issue .current_issue_title {
    margin: 1.43rem 0;
    font-weight: 700;
    color: #2C2A4A;
}

.pkp_page_index .current_issue .read_more {
    display: inline-block;
    position: relative;
    padding-right: 2.143rem;
    font-size: .93rem;
    font-weight: 700;
    line-height: 2.143rem;
    color: #2C2A4A; /* Muted Rose */
    text-decoration: none;
    margin-bottom: 1.43rem;
}

.pkp_page_index .current_issue .read_more:hover,
.pkp_page_index .current_issue .read_more:focus {
    color: #FFC857; /* Golden Yellow */
}

.pkp_page_index .additional_content {
    padding: 2.143rem .714rem 0 .714rem;
    border-top: 1px solid #2C2A4A;
    background: #FBEEDB;
    color: #2C2A4A;
}

@media (min-width:992px) {
    .pkp_page_index .additional_content {
        padding-left: 2.143rem;
        padding-right: 2.143rem;
    }
}

.pkp_page_index .additional_content>p:first-child {
    margin-top: 0;
}

/* === ISSUE ARCHIVE PAGE === */
.page_issue_archive .issues_archive {
    margin: 0;
    border-top: 1px solid #2C2A4A;
    background: #F4F1DE;
}

.page_issue_archive .issues_archive > li {
    padding: 2.143rem 0;
    border-bottom: 1px solid #2C2A4A;
}

@media (min-width: 992px) {
    .page_issue_archive .issues_archive {
        display: flex;
        flex-wrap: wrap;
    }

    .page_issue_archive .issues_archive > li {
        flex: calc(50% - 1rem);
        margin: 0.5rem;
        padding: 1.5rem;
        border-radius: 10px;
        background: #FBEEDB;
    }
}

/* === SEARCH RESULTS PAGE === */
.page_search .search_results {
    margin: 2.857rem 0;
    padding: 1.5rem;
    list-style: none;
    background: #F4F1DE;
    border-radius: 10px;
}

.page_search .cmp_pagination {
    margin-top: 1.43rem;
    font-size: .93rem;
    line-height: 1.43rem;
    color: #2C2A4A;
    text-align: right;
}

/* === HEADER VIEW (Download & Return) === */
.header_view {
    z-index: 2;
    position: relative;
    background: #FFC857;
    padding: 0.5rem;
    border-radius: 5px;
}

.header_view .title {
    color: #2C2A4A;
    font-weight: bold;
}

.header_view .return,
.header_view .download {
    background: #FBEEDB;
    color: #2C2A4A;
    border-radius: 5px;
}

.header_view .return:hover,
.header_view .download:hover {
    background: #2C2A4A;
    color: #FBEEDB;
}

/* === GALLEY VIEW === */
.galley_view {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    overflow-y: hidden;
    background: #F4F1DE;
}

.galley_view iframe {
    width: 100%;
    height: 100%;
    padding-top: 2.143rem;
    border: none;
}

.galley_view.galley_view_with_notice iframe {
    padding-top: 6.429rem;
}

.galley_view .galley_view_notice {
    position: absolute;
    top: 2.143rem;
    width: 100%;
    height: 4.286rem;
    background: #2C2A4A;
    color: #FBEEDB;
    font-weight: bold;
    text-align: center;
}

.galley_view .galley_view_notice_message {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    color: #FBEEDB;
    font-weight: 700;
    text-align: center;
}

.galley_view .galley_view_notice_message a {
    color: #FFC857;
    text-decoration: underline;
}

/* === ANNOUNCEMENT FULL === */
.obj_announcement_full h1 {
    margin: 0;
}

.obj_announcement_full .date {
    margin: 16px 0;
    color: #2C2A4A;
}

.obj_announcement_full .date:before {
    content: "\f073";
    margin-right: 0.5em;
    color: #2C2A4A;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    display: inline-block;
}

.obj_announcement_full .description {
    margin-top: 2.857rem;
}

.obj_announcement_full .description p:first-child {
    margin-top: 0;
}
.obj_announcement_full .description p:last-child {
    margin-bottom: 0;
}

/* === ANNOUNCEMENT SUMMARY === */
.obj_announcement_summary h2,
.obj_announcement_summary h3,
.obj_announcement_summary h4 {
    margin: 0;
    font-size: 1rem;
    line-height: 1.43rem;
    color: #2C2A4A;
}

.obj_announcement_summary h2 a,
.obj_announcement_summary h3 a,
.obj_announcement_summary h4 a {
    text-decoration: none;
    color: #2C2A4A;
}

.obj_announcement_summary .date {
    font-size: .93rem;
    line-height: 1.785rem;
    color: #2C2A4A;
}

.obj_announcement_summary .date:before {
    content: "\f073";
    margin-right: 0.5em;
    font-size: 1rem;
    color: #2C2A4A;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    display: inline-block;
}

.obj_announcement_summary .summary {
    font-size: .93rem;
    line-height: 1.43rem;
    margin-top: .714rem;
    color: #2C2A4A;
}

.obj_announcement_summary .summary p:first-child {
    margin-top: 0;
}
.obj_announcement_summary .summary p:last-child {
    margin-bottom: 0;
}

.obj_announcement_summary .read_more {
    display: inline-block;
    padding-right: 2.143rem;
    font-size: .93rem;
    font-weight: 700;
    line-height: 2.143rem;
    color: #2C2A4A;
    text-decoration: none;
    position: relative;
}

.obj_announcement_summary .read_more:hover,
.obj_announcement_summary .read_more:focus {
    color: #FFC857;
}

/* === ARTICLE PAGE HEADER === */
.obj_article_details > .page_title {
    margin: 0;
    color: #5D4037; /* Coklat Tua */
}

.obj_article_details > .subtitle {
    font-size: 1rem;
    line-height: 2.143rem;
    font-weight: 400;
    color: #8D6E63; /* Coklat Medium */
}

/* === AUTHOR SECTION === */
.obj_article_details .authors li {
    margin-bottom: .714rem;
}
.obj_article_details .authors .name {
    font-weight: bold;
    display: block;
    color: #5D4037; /* Coklat Tua */
}
.obj_article_details .authors .orcid {
    display: block;
    font-size: .75rem;
    line-height: 1.43rem;
    color: #8D6E63;
}
.obj_article_details .authors .orcid a {
    vertical-align: middle;
    color: #A1887F; /* Coklat Muda */
}
.obj_article_details .authors .affiliation {
    font-size: .93rem;
    color: #5D4037;
}

/* === ENTRY SECTION === */
.obj_article_details .entry_details {
    margin: 0;
    width: 100%;
    border-top: 1px solid #8D6E63;
}
.obj_article_details .entry_details .item {
    padding: 1.43rem;
    border-bottom: 1px solid #A1887F;
    word-wrap: break-word;
}
.obj_article_details .entry_details .item:last-child {
    border-bottom: none;
}

/* === ISSUE COVER STYLE === */
@media (min-width:992px) {
    .obj_issue_toc .cover {
        margin-right: 2.143rem;
        margin-bottom: 1.43rem;
    }

    .obj_issue_toc .cover img {
        max-height: 350px;
    }
}

/* === SIDEBAR LINKS === */
.pkp_structure_sidebar a {
    display: inline-block;
    position: relative;
    font-size: .93rem;
    font-weight: 700;
    line-height: 2.143rem;
    color: #5D4037;
    text-decoration: none;
}

.pkp_structure_sidebar a:hover,
.pkp_structure_sidebar a:focus {
    color: #8D6E63;
}

/* === FOOTER === */
footer {
    color: #5D4037 !important;
    background-color: #F3E5AB; /* Beige / Krem */
}

/* === BASE === */
html {
    overflow-x: hidden;
}

body {
    font-family: "Roboto", sans-serif;
    color: #3E2723; /* Coklat Sangat Tua */
    line-height: 1.5;
    background-color: #FBEEDB; /* Krem Lembut */
}

a {
    color: #5D4037;
    text-decoration: none;
    transition: .3s all ease;
}

a:hover {
    color: #8D6E63;
}

h1, h2, h3, h4, h5, h6, .font-heading {
    color: #4E342E;
    font-family: 'Montserrat', sans-serif;
}


.container {
    z-index: 2;
    position: relative;
}

.text-black {
    color: #1B1B1B !important;
}

.text-primary {
    color: #FFC857 !important;
}

.border-top {
    border-top: 1px solid #2C2A4A !important;
}

.border-bottom {
    border-bottom: 1px solid #2C2A4A !important;
}

figure figcaption {
    margin-top: 0.5rem;
    font-style: italic;
    font-size: 0.8rem;
    color: #2C2A4A;
}

section {
    overflow: hidden;
}

.section-heading {
    font-size: 3rem;
    font-weight: 700;
    background: linear-gradient(-45deg, #2C2A4A, #2C2A4A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #2C2A4A;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all .4s;
}

.back-to-top i {
    font-size: 28px;
    color: #FFC857;
    line-height: 0;
}

.back-to-top:hover {
    background: #2C2A4A;
    color: #F4F1DE;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

.feature-1 .wrap-icon {
    margin: 0 auto 30px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    background: #6D4C41; /* Coklat Susu */
}

.feature-1 .wrap-icon i {
    font-size: 40px;
    color: #FFC857; /* Golden Yellow */
}

.feature-1 h3 {
    font-size: 20px;
    color: #263238; /* Graphite */
}

.feature-1 p {
    color: #2C2A4A; /* Muted Rose */
}

.step {
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    background: #FFF8E1; /* Krem Soft */
    padding: 40px;
    border-radius: 10px;
    color: #263238;
}

.step .number {
    background: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    letter-spacing: 0.2rem;
    margin-bottom: 10px;
    display: block;
}

.review h3 {
    font-size: 20px;
    color: #263238; /* Graphite */
}

.review p {
    line-height: 1.8;
    font-style: italic;
    color: #6D4C41; /* Coklat Susu */
}

.review .stars span {
    color: #FFC857;
}

.review .stars .muted {
    color: #2C2A4A;
}

.review .review-user img {
    width: 70px;
    margin: 0 auto;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #FFF8E1;
    opacity: 1;
    border: 1px solid #6D4C41;
    transition: background-color 0.3s ease;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #6D4C41;
}

.pricing {
    padding: 50px 50px 12rem;
    background: #FFF8E1; /* Krem */
    color: #263238;
    border-radius: 4px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
    position: relative;
}

.pricing h3 {
    color: #6D4C41;
}

.pricing .price-cta {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
    left: 0;
}

.pricing .price-cta .price {
    margin-bottom: 20px;
    font-size: 2rem;
    font-weight: 300;
}

.pricing .popularity {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.2rem;
    display: block;
    margin-bottom: 20px;
    color: #2C2A4A;
}

.pricing ul {
    margin-bottom: 50px;
}

.pricing ul li {
    margin-bottom: 10px;
    color: #263238;
}

.pricing .btn-white {
    background: #FFF8E1;
    border: 2px solid #FFC857;
    border-radius: 4px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    color: #6D4C41;
    font-weight: 700;
    transition: all 0.3s ease;
}

.pricing .btn-white:hover {
    color: #FFF8E1;
    background: #6D4C41;
}

.pricing.popular {
    background: transparent;
    color: #FFF8E1;
    box-shadow: none;
}

.pricing.popular h3 {
    color: #FFF8E1;
}

.pricing.popular .popularity {
    color: #FFF8E1;
}

.pricing.popular .btn-white {
    border: 2px solid #6D4C41;
    color: #6D4C41;
    background: #FFC857;
}

.pricing.popular .btn-white:hover {
    background: #6D4C41;
    color: #FFC857;
}

.cta-section {
    background: transparent;
    color: #FFF8E1;
}

.cta-section h2 {
    color: #FFF8E1;
    font-size: 3rem;
    font-weight: 700;
}

@media screen and (max-width:768px) {
    .cta-section h2 {
        font-size: 2rem;
    }
}

.cta-section .btn {
    background: #6D4C41;
    color: #FFF8E1;
}

.form-control {
    height: 48px;
    border-radius: 0;
    border: 1px solid #2C2A4A; /* Muted Rose */
    color: #263238; /* Graphite */
}

.form-control:active,
.form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #A5D6A7; /* Mint */
}

/* Validasi & pesan */
.php-email-form .validate {
    display: none;
    color: #D00A6C;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.php-email-form .error-message {
    display: none;
    color: #FFF8E1;
    background: #D00A6C;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.php-email-form .sent-message {
    display: none;
    color: #FFF8E1;
    background: #558B2F; /* Olive Green */
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.php-email-form .loading {
    display: none;
    background: #FFF8E1;
    text-align: center;
    padding: 15px;
    color: #263238;
}

.php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #A5D6A7;
    border-top-color: #E0E0E0;
    animation: animate-loading 1s linear infinite;
}

.php-email-form textarea {
    min-height: 160px;
}

@keyframes animate-loading {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Post Entry */
.post-entry {
    margin-bottom: 60px;
}

.post-entry .post-text .post-meta {
    color: #B0BEC5;
    font-size: 13px;
    margin-bottom: 10px;
}

.post-entry .post-text h3 {
    font-size: 20px;
    color: #263238; /* Graphite */
}

.post-entry .post-text h3 a {
    text-decoration: none;
    color: #263238;
}

.post-entry .post-text h3 a:hover,
.post-entry .post-text .readmore {
    color: #558B2F; /* Olive Green */
}

/* Sidebar & Categories */
.sidebar-box {
    margin-bottom: 30px;
    padding: 25px;
    background: #FFF8E1; /* Sand */
    color: #263238;
}

.sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.categories li,
.sidelink li {
    border-bottom: 1px dotted #2C2A4A; /* Muted Rose */
    margin-bottom: 10px;
    padding-bottom: 10px;
    list-style: none;
}

.categories li a,
.sidelink li a {
    text-decoration: none;
    color: #263238;
}

.categories li.active a,
.sidelink li.active a {
    color: #558B2F;
    font-style: italic;
}

/* Komentar */
.comment-list li .vcard img {
    width: 50px;
    border-radius: 50%;
}

.comment-list li .comment-body {
    color: #263238;
}

.comment-list li .comment-body .meta {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.1em;
    color: #B0BEC5;
}

.comment-list li .comment-body .reply {
    background: #E0E0E0;
    color: #263238;
    padding: 5px 10px;
    font-size: 14px;
}

/* Search Box */
.search-form {
    background: #F4F1DE; /* Soft Beige */
    padding: 10px;
    color: #263238;
}

.search-form .form-group input {
    padding-right: 50px;
    border: 1px solid #2C2A4A;
}

/* Header */
#header {
    height: 80px;
    z-index: 997;
    transition: all .5s;
    background-color: #6D4C41; /* Warm Brown */
}

#header.header-scrolled {
    background: #6D4C41 !important;
    height: 60px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #FFF8E1;
    text-decoration: none;
}

/* Navbar utama: menu horizontal */
.navbar-nav {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

/* Setiap item navbar */
.navbar-nav li {
    display: inline-block;
    position: relative;
    margin: 0 12px;
}

/* Dropdown menu muncul saat hover */
.navbar li:hover .dropdown-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
}

/* Dropdown menu styling */
.navbar .dropdown-menu {
    background-color: var(--color-secondary) !important; /* Sand */
    border: none !important;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0;
    min-width: 200px;
}

/* Link di dalam dropdown */
.navbar .dropdown-menu a {
    color: var(--color-text) !important; /* Graphite */
    background-color: transparent !important;
    padding: 10px 20px;
    display: block;
    transition: all 0.2s ease-in-out;
}

/* Hover efek dropdown */
.navbar .dropdown-menu a:hover {
    background-color: rgba(165, 214, 167, 0.3) !important; /* Mint transparan */
    color: var(--color-primary) !important; /* Olive Green */
}

/* Item aktif */
.navbar .dropdown-item.active,
.navbar .dropdown-item:active {
    background-color: rgba(165, 214, 167, 0.2) !important; /* Mint transparan */
    color: var(--color-text) !important;
}

/* Mobile nav toggle icon */
.mobile-nav-toggle {
    color: var(--color-secondary); /* Sand */
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

/* Tampilkan toggle icon dan sembunyikan menu saat mobile */
@media (max-width: 992px) {
    .mobile-nav-toggle {
        display: block;
    }

    .navbar ul {
        display: none;
    }
}

/* Navbar mobile container */
.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(109, 76, 65, 0.95); /* Warm Brown transparan */
    transition: 0.3s;
    z-index: 999;
}

/* Close button mobile nav */
.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

/* List container */
.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: var(--color-secondary); /* Sand */
    overflow-y: auto;
    transition: 0.3s;
}

/* Default item link */
.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: var(--color-text); /* Graphite */
}

/* Hover/active state */
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
    color: var(--color-primary); /* Olive Green */
}

/* Dropdown inside mobile nav */
.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: var(--color-secondary); /* Sand */
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

/* Dropdown item */
.navbar-mobile .dropdown ul li {
    min-width: 200px;
}

.navbar-mobile .dropdown ul a {
    padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
    font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
    color: var(--color-primary); /* Olive Green */
}

.navbar-mobile .dropdown > .dropdown-active {
    display: block;
}

.hero-section {
    background: url("https://journal.uinsgd.ac.id/public/site/images/aseptiadi/vecteezy-brown-background-free-vector-download-21613137.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
    color: var(--color-secondary); /* Text default jadi krem */
}

.hero-section .wave {
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    bottom: -150px;
}

@media screen and (max-width:992px) {
    .hero-section .wave {
        bottom: -180px;
    }
}

.hero-section .wave svg {
    width: 100%;
}

.hero-section,
.hero-section > .container > .row {
    height: 100vh;
    min-height: 880px;
}

.hero-section.inner-page {
    height: 60vh;
    min-height: 0;
}

.hero-section.inner-page .hero-text {
    transform: translateY(-150px);
    margin-top: -120px;
}

@media screen and (max-width:992px) {
    .hero-section.inner-page .hero-text {
        margin-top: -80px;
    }
}

.hero-section h1 {
    font-size: 3.5rem;
    color: #FFF3E0; /* Soft Beige */
    font-weight: 700;
    margin-bottom: 30px;
}

@media screen and (max-width:1400px) {
    .hero-section h1 {
        font-size: 2.5rem;
    }
}

@media screen and (max-width:992px) {
    .hero-section h1 {
        font-size: 2.5rem;
        text-align: center;
        margin-top: 40px;
    }
}

.hero-section p {
    font-size: 18px;
    color: #FFF3E0; /* Soft Beige */
}

.hero-section .iphone-wrap {
    position: relative;
}

@media screen and (max-width:992px) {
    .hero-section .iphone-wrap {
        text-align: center;
    }
}

.hero-section .iphone-wrap .phone-1,
.hero-section .iphone-wrap .phone-2 {
    position: absolute;
    top: -50%;
    left: 0;
    overflow: hidden;
    width: 250px;
    border-radius: 30px;
    box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.3);
    
    /* Perbaikan tambahan */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3E2723; /* Coklat tua */
    font-weight: 600; /* Tebal tapi tetap tajam */
    text-shadow: none;
    opacity: 1; /* Pastikan tidak buram */
}

.hero-section .iphone-wrap .phone-1 a,
.hero-section .iphone-wrap .phone-2 a,
.hero-section .iphone-wrap strong {
    color: #3E2723; /* Warna link dan bold */
    font-weight: bold;
    text-decoration: none;
    opacity: 1;
}

@media screen and (max-width:1450px) {
    .hero-section .iphone-wrap .phone-2 {
        margin-top: 150px;
        margin-left: 50px;
        width: 300px;
    }
}

@media screen and (max-width:1400px) {
    .hero-section .iphone-wrap .phone-2 {
        margin-top: 110px;
        margin-left: 50px;
        width: 270px;
    }
}

@media screen and (max-width:992px) {
    .hero-section .iphone-wrap .phone-1,
    .hero-section .iphone-wrap .phone-2 {
        position: relative;
        max-width: 100%;
    }

    .hero-section .iphone-wrap .phone-1 {
        margin-left: -150px;
    }

    .hero-section .iphone-wrap .phone-2 {
        width: 250px;
        position: absolute;
        margin-top: 0px;
        margin-left: 100px;
    }
}

/* Footer Container */
.footer {
    padding: 3rem 0 2rem 0;
    background-color: #6D4C41; /* Coklat tua */
    color: #FFF8E1; /* Teks krem */
    text-align: center;
}

/* Footer Heading */
.footer h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #FFF8E1; /* Krem */
    margin-bottom: 15px;
    text-transform: uppercase;
}

/* List Styling */
.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer ul li {
    margin-bottom: 8px;
}

/* Footer Links */
.footer a {
    color: #A5D6A7; /* Mint lembut */
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

.footer a:hover {
    color: #FFF8E1; /* Krem saat hover */
    text-decoration: underline;
}

/* Footer Social Icons */
.footer .social-icons {
    margin-top: 15px;
}

.footer .social-icons a {
    display: inline-block;
    margin: 0 8px;
    font-size: 22px;
    color: #A5D6A7; /* Mint */
    transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.footer .social-icons a:hover {
    color: #FFF8E1; /* Hover ke krem */
    transform: scale(1.2);
}

/* Footer Copyright & Credits */
.footer .copyright,
.footer .credits {
    margin-top: 15px;
    font-size: 14px;
    color: #A5D6A7; /* Mint */
}

/* Garis Pembatas */
.footer hr {
    border-top: 2px solid #A5D6A7; /* Mint */
    width: 80%;
    margin: 10px auto;
}

/* Sosial Icon Circle */
.social a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #FFF8E1;
    position: relative;
    text-align: center;
    transition: .3s background ease;
    color: #6D4C41;
    line-height: 0;
}

.social a span {
    display: inline-block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.social a:hover {
    color: #FFF8E1;
    background: #A5D6A7;
}

.social a i {
    line-height: 0;
}

/* Responsive Navigation & Footer Adjustments */
@media (max-width: 768px) {
    .pkp_navigation_primary {
        flex-direction: column;
        align-items: center;
    }
    .pkp_navigation_primary a {
        display: block;
        padding: 10px;
        width: 100%;
        text-align: center;
    }
    .pkp_site_footer {
        text-align: center;
    }
    .pkp_site_footer .pkp_navigation_sidebar {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
