/*! 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: #F4F1DE; /* Soft Beige Background */
    color: #1B1B1B; /* Almost Black Text */
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #F4F1DE; /* Soft Beige */
    color: #1B1B1B; /* Almost Black */
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
    color: #2C2A4A; /* Deep Indigo */
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 1px solid #B5838D; /* Muted Rose */
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    color: #2C2A4A; /* Deep Indigo */
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #FFC857; /* Golden Yellow */
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
    color: #2C2A4A; /* Deep Indigo */
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
    background-color: #FFC857; /* Golden Yellow */
    color: #1B1B1B; /* Almost Black */
    padding: 2px 5px;
    border-radius: 3px;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #FFC857; /* Golden Yellow */;
    color: #1B1B1B; /* Almost Black */
    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 #B5838D; /* Muted Rose */
    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: #2C2A4A; /* Deep Indigo */
    color: #F4F1DE; /* Soft Beige */
    padding: 10px 15px;
    cursor: pointer;
    transition: background-color 0.3s;
}

button:hover,
html [type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover {
    background-color: #B5838D; /* Muted Rose */
}

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 ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
    border: 1px solid #B5838D; /* Muted Rose */
}

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: #2C2A4A; /* Deep Indigo */
}

[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;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@keyframes pkp_spin {
    0% {
        transform: rotateZ(-360deg);
    }
    100% {
        transform: rotateZ(0deg);
    }
}

@-webkit-keyframes pkp_spin {
    0% {
        transform: rotateZ(-360deg);
    }
    100% {
        transform: rotateZ(0deg);
    }
}

.pkp_button,
.pkp_button_primary,
.pkp_button_offset,
.pkp_button_link {
    display: inline-block;
    padding: 0.5em 1em;
    background: #2C2A4A; /* Deep Indigo */
    border: 1px solid #B5838D; /* Muted Rose */
    border-radius: 5px;
    font-size: 1rem;
    line-height: 2rem;
    font-weight: 700;
    color: #F4F1DE; /* Soft Beige */
    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:hover,
.pkp_button:focus {
    background: #B5838D; /* Muted Rose */
    color: #F4F1DE;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.pkp_button:active {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.pkp_button:disabled {
    background: #B7C5CA;
    border-color: #B7C5CA;
    color: #FFF;
    cursor: not-allowed;
}

.pkp_button_primary {
    background: #FFC857; /* Golden Yellow */
    color: #2C2A4A;
    border-color: #FFC857;
}

.pkp_button_primary:hover {
    background: #E6AE50;
}

.pkp_button_offset {
    color: #FFC857;
    background: transparent;
}

.pkp_button_offset:hover {
    background: #FFC857;
    color: #2C2A4A;
}

.pkp_button_link {
    background: none;
    border: none;
    color: #FFC857;
    text-decoration: underline;
}

.pkp_button_link:hover {
    color: #E6AE50;
}

.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 #B5838D; /* Muted Rose */
    border-bottom: 2px solid transparent;
    border-left: 2px solid #FFC857; /* Golden Yellow */
    border-right: 2px solid transparent;
    content: '';
    opacity: 1;
}

.pkp_loading {
    font-size: .93rem;
    line-height: 1.43rem;
    color: #2C2A4A; /* Deep Indigo */
    font-weight: bold;
}

.pkp_loading .pkp_spinner {
    margin-right: 0.25em;
}

.pkp_unstyled_list,
.cmp_article_list,
.cmp_breadcrumbs ol,
.cmp_announcements,
.pkp_page_index .journals ul,
.page_catalog_category .subcategories ul,
.page_issue_archive .issues_archive,
.page_register .context_optin .contexts,
.obj_article_details .authors,
.obj_article_details .galleys_links,
.obj_article_details .supplementary_galleys_links,
.obj_article_summary .galleys_links,
.obj_issue_toc .galleys_links {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #1B1B1B; /* Almost Black */
}

.pkp_caret {
    content: ' ';
    display: inline-block;
    width: 0;
    height: 0;
    border: .25rem solid transparent;
    vertical-align: middle;
    border-top-color: #FFC857; /* Golden Yellow */
}

.pkp_caret_down {
    border-top: .375rem solid #FFC857; /* Golden Yellow */
}

.pkp_caret_right {
    border-left: .375rem solid #FFC857; /* Golden Yellow */
}

.pkp_screen_reader,
.cmp_skip_to_content a,
.pkp_page_index .journals h2,
.pkp_page_index .cmp_announcements h2,
.page_register .context_optin .roles legend {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    left: -2000px;
}

.pkp_screen_reader:focus,
.pkp_page_index .cmp_announcements h2:focus {
    background-color: #F4F1DE; /* Soft Beige */
    border-radius: 5px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #1B1B1B;
    display: block;
    font-size: 1rem;
    height: auto;
    line-height: normal;
    padding: 1rem;
    position: absolute;
    left: 0.5rem;
    top: 0.5rem;
    text-decoration: none;
    width: auto;
    z-index: 100000;
}

.pkp_helpers_clear:before,
.pkp_helpers_clear:after {
    content: " ";
    display: table;
}

.pkp_helpers_clear:after {
    clear: both;
}

.pkp_help_link {
    display: inline-block;
    padding: .25rem 0;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 700;
    text-decoration: none;
    border: none;
    box-shadow: none;
    color: #FFC857; /* Golden Yellow */
    z-index: 3;
}

.pkp_help_link:hover,
.pkp_help_link:focus {
    color: #E6AE50; /* Darker Golden Yellow */
    text-decoration: underline;
}

.pkp_help_link:focus {
    outline: 0;
    box-shadow: 0 0 0 3px #FFC857;
    border-radius: 3px;
}

.pkp_help_tab,
.pkp_help_modal {
    position: absolute;
    top: -2rem;
    right: 2rem;
    padding: .5rem 1em;
    background: #F4F1DE; /* Soft Beige */
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #2C2A4A; /* Deep Indigo */
}

.pkp_help_modal {
    top: 0.5rem;
    padding: 0.5rem;
    right: 3rem;
    border: none;
    background: #F4F1DE; /* Soft Beige */
    color: #2C2A4A; /* Deep Indigo */
    border-radius: 5px;
}

.pkp_uploadedFile_summary {
    font-size: .93rem;
    line-height: 1.43rem;
    color: #2C2A4A; /* Deep Indigo */
}

.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: #B5838D; /* Muted Rose */
}

.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: #FFC857; /* Golden Yellow */
}

.pkp_helpers_text_warn {
    color: #D00A6C; /* Warna merah untuk peringatan */
}

.pkp_helpers_text_primary {
    color: #2C2A4A; /* Deep Indigo */
}

.pkp_helpers_black_bg {
    background-color: #2C2A4A; /* Deep Indigo */
    color: #F4F1DE; /* Soft Beige */
    padding: 10px;
    border-radius: 5px;
}

.pkp_helpers_dotted_underline {
    border-bottom: 1px dotted #B5838D; /* Muted Rose */
}

.pkp_helpers_flatlist li {
    float: left;
    position: relative;
    color: #1B1B1B; /* Almost Black */
}

.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 #FFC857; /* Golden Yellow */
    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;
}

.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: #2C2A4A; /* Deep Indigo */
    color: #F4F1DE; /* Soft Beige */
    border: 1px solid #B5838D; /* Muted Rose */
}

.cmp_button:hover,
.page_search .submit button:hover {
    background: #B5838D; /* Muted Rose */
    color: #F4F1DE;
}

.nav-link {
    display: block;
    padding: 1rem .6rem;
    font-size: 1.2rem;
    font-weight: 500;
    color: #2C2A4A;
    border-radius: 5px;
    transition: all 350ms ease;
}

.nav-link:hover {
    background: #FFC857; /* Golden Yellow */
    color: #2C2A4A;
}

.cmp_button_wire,
.obj_galley_link {
    display: inline-block;
    padding: 0.8rem 1.5rem;
    background: transparent;
    border: 1px solid #FFC857; /* Golden Yellow */
    border-radius: 3px;
    font-size: .93rem;
    color: #FFC857;
    text-decoration: none;
}

.cmp_button_wire:hover,
.obj_galley_link:hover {
    background: #FFC857;
    color: #2C2A4A;
}

.cmp_article_list>li {
    margin-bottom: 2.143rem;
    padding: 1.5rem;
    border-radius: 10px;
    background: #F4F1DE; /* Soft Beige */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border: 2px solid #B5838D; /* Muted Rose */
}

.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: #2C2A4A;
    background-color: #FFF;
    border: 1px solid #B5838D; /* Muted Rose */
    border-radius: 5px;
    transition: all .2s linear;
    height: 48px;
}

.cmp_form input:focus,
.cmp_form select:focus,
.cmp_form textarea:focus {
    border-color: #FFC857;
    box-shadow: inset 0 0 0 1px #FFC857;
}

.cmp_notification {
    display: block;
    width: 100%;
    padding: 1.43rem;
    background: #F4F1DE;
    border-left: .357rem solid #B5838D;
    font-size: 1rem;
    color: #2C2A4A;
}

.cmp_notification .success {
    border-color: #00b24e;
}

.cmp_notification .error {
    border-color: #D00A6C;
}

.cmp_pagination {
    text-align: right;
}

.cmp_pagination .prev,
.cmp_pagination .next {
    padding: .5rem 1rem;
    border-radius: 5px;
    text-decoration: none;
    color: #2C2A4A;
    background: #FFC857;
}

.cmp_pagination .prev:hover,
.cmp_pagination .next:hover {
    background: #E6AE50;
}

.cmp_breadcrumbs a {
    color: #2C2A4A;
    text-decoration: none;
    font-size: 15px;
}

.cmp_breadcrumbs .separator {
    color: #B5838D;
}

.cmp_breadcrumbs .current {
    color: #B5838D;
}

@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;
    }
}

.cmp_skip_to_content a {
    display: block;
    padding: 1em;
    z-index: 99999;
    background: #F4F1DE; /* Soft Beige */
    transform: translateX(-50%);
    color: #2C2A4A;
    text-decoration: none;
    border-radius: 5px;
}

.cmp_skip_to_content a:focus {
    clip: auto;
    top: 0;
    left: 50%;
    color: #B5838D; /* Muted Rose */
}

.cmp_table {
    width: 100%;
    border: 1px solid #B5838D; /* Muted Rose */
    border-bottom: none;
    border-collapse: collapse;
    background: #F4F1DE;
    color: #2C2A4A;
}

.cmp_table th,
.cmp_table td {
    padding: 0.5em;
    text-align: left;
    border-bottom: 1px solid #B5838D;
}

.cmp_table th {
    font-weight: 700;
    background: #FFC857; /* Golden Yellow */
    color: #2C2A4A;
}

* ,
html,
body {
    font-family: "Noto Sans", sans-serif;
    color: #2C2A4A;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    background: #F4F1DE;
}

a {
    color: #B5838D; /* Muted Rose */
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover,
a:focus {
    color: #FFC857; /* Golden Yellow */
}

.nav-link {
    font-size: 15px !important;
    color: #2C2A4A;
    border-radius: 5px;
    transition: all 350ms ease;
}

.nav-link:hover {
    background: #FFC857;
    color: #2C2A4A;
}

@media (min-width:1500px) {
    .navbar-toggler2 {
        display: none !important;
    }

    .navbar-collapse2 {
        display: flex !important;
    }
}

@media (min-width:1500px) {
    .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;
    }
}

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;
}

main .page {
    width: 100%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    margin-right: auto;
    margin-left: auto;
    background: #F4F1DE; /* Soft Beige */
    color: #2C2A4A; /* Deep Indigo */
}

main .page .about_section {
    color: #B5838D; /* Muted Rose */
    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;
}

.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 #FFC857;
    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 #FFC857;
    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: #FFC857;
}

.pkp_site_nav_toggle>span:before {
    top: 0;
}

.pkp_site_nav_toggle>span:after {
    top: 8px;
}

.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);
}

.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: #FFC857; /* Golden Yellow */
}

body.navIsOpen .siteHeader__navToggleIcon>span:nth-child(2) {
    opacity: 0;
}

body.navIsOpen .siteHeader__navToggleIcon>span:last-child {
    transform: rotate(-45deg);
    top: 18px;
    background: #FFC857; /* Golden Yellow */
}

@media (min-width:992px) {
    .pkp_site_nav_menu {
        display: flex;
    }
}

.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: #F4F1DE; /* Soft Beige */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border: 2px solid #B5838D; /* Muted Rose */
}

.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: #2C2A4A; /* Deep Indigo */
}

.pkp_page_index .journals h3 a {
    text-decoration: none;
    color: #B5838D; /* Muted Rose */
}

.pkp_page_index .journals h3 a:hover {
    color: #FFC857; /* Golden Yellow */
}

.pkp_page_index .journals p {
    margin: .714rem 0;
    color: #2C2A4A;
}

.pkp_page_index .journals .links li {
    display: inline-block;
    margin: 0 .714rem .714rem 0;
    background: #FFC857; /* Golden Yellow */
    padding: 0.5rem 1rem;
    border-radius: 5px;
}

.pkp_page_index .journals .links li a {
    color: #2C2A4A;
    text-decoration: none;
    font-weight: bold;
}

@media (min-width:768px) {
    .pkp_page_index .journals>ul>li {
        margin: 0 -1.43rem;
        padding: 1.43rem;
        border-top: 1px solid #B5838D; /* Muted Rose */
    }

    .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;
}

@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 #B5838D; /* Muted Rose */
    border-bottom: 1px solid #B5838D;
    background: #F4F1DE; /* Soft Beige */
}

.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 #B5838D;
    }

    .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: #B5838D; /* 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 #B5838D;
    background: #F4F1DE;
    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;
}

@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 #B5838D; /* Muted Rose */
    border-bottom: 1px solid #B5838D;
    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 #B5838D;
    }

    .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: #B5838D; /* 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 #B5838D;
    background: #F4F1DE;
    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;
}

@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 #B5838D; /* Muted Rose */
    border-bottom: 1px solid #B5838D;
    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 #B5838D;
    }

    .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: #B5838D; /* 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 #B5838D;
    background: #F4F1DE;
    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 #B5838D; /* Muted Rose */
    background: #F4F1DE; /* Soft Beige */
}

.page_issue_archive .issues_archive>li {
    padding: 2.143rem 0px;
    border-bottom: 1px solid #B5838D;
}

@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: #FFF;
    }
}

@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 #B5838D; /* Muted Rose */
    border-bottom: 1px solid #B5838D;
    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 #B5838D;
    }

    .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: #B5838D; /* 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 #B5838D;
    background: #F4F1DE;
    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 #B5838D; /* Muted Rose */
    background: #F4F1DE; /* Soft Beige */
}

.page_issue_archive .issues_archive>li {
    padding: 2.143rem 0px;
    border-bottom: 1px solid #B5838D;
}

@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: #FFF;
    }
}

.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 #B5838D; /* Muted Rose */
    border-bottom: 1px solid #B5838D;
    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 #B5838D;
    }

    .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: #B5838D; /* 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 #B5838D;
    background: #F4F1DE;
    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 #B5838D; /* Muted Rose */
    background: #F4F1DE; /* Soft Beige */
}

.page_issue_archive .issues_archive>li {
    padding: 2.143rem 0px;
    border-bottom: 1px solid #B5838D;
}

@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: #FFF;
    }
}

.page_search .search_results {
    margin: 2.857rem 0;
    padding: 1.5rem;
    list-style: none;
    background: #F4F1DE; /* Soft Beige */
    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;
}

.header_view {
    z-index: 2;
    position: relative;
    background: #FFC857; /* Golden Yellow */
    padding: 0.5rem;
    border-radius: 5px;
}

.header_view .title {
    color: #2C2A4A; /* Deep Indigo */
    font-weight: bold;
}

.header_view .return,
.header_view .download {
    background: #FFF;
    color: #B5838D; /* Muted Rose */
    border-radius: 5px;
}

.header_view .return:hover,
.header_view .download:hover {
    background: #B5838D;
    color: #FFF;
}

.galley_view {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: hidden;
    background: #F4F1DE; /* Soft Beige */
}

.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: #B5838D; /* Muted Rose */
    color: #FFF;
    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: #FFF;
    font-weight: 700;
    text-align: center;
}

.galley_view .galley_view_notice_message a {
    color: #FFC857; /* Golden Yellow */
    text-decoration: underline;
}

.obj_announcement_full h1 {
    margin: 0;
}

.obj_announcement_full .date {
    margin: 16px 0;
    color: #2C2A4A; /* Deep Indigo */
}

.obj_announcement_full .date:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f073";
    margin-right: 0.5em;
    color: #B5838D;
}

.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;
}

.obj_announcement_summary h2,
.obj_announcement_summary h3,
.obj_announcement_summary h4 {
    margin: 0;
    font-size: 1rem;
    line-height: 1.43rem;
    color: #2C2A4A; /* Deep Indigo */
}

.obj_announcement_summary h2 a,
.obj_announcement_summary h3 a,
.obj_announcement_summary h4 a {
    text-decoration: none;
    color: #B5838D; /* Muted Rose */
}

.obj_announcement_summary .date {
    font-size: .93rem;
    line-height: 1.785rem;
    color: #2C2A4A; /* Deep Indigo */
}

.obj_announcement_summary .date:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f073";
    margin-right: 0.5em;
    font-size: 1rem;
    color: #B5838D;
}

.obj_announcement_summary .summary {
    font-size: .93rem;
    line-height: 1.43rem;
    margin-top: .714rem;
    color: #2C2A4A; /* Deep Indigo */
}

.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;
    position: relative;
    padding-right: 2.143rem;
    font-size: .93rem;
    font-weight: 700;
    line-height: 2.143rem;
    color: #B5838D; /* Muted Rose */
    text-decoration: none;
}

.obj_announcement_summary .read_more:hover,
.obj_announcement_summary .read_more:focus {
    color: #FFC857; /* Golden Yellow */
}

.obj_article_details > .page_title {
    margin: 0;
    color: #2C2A4A;
}

.obj_article_details > .subtitle {
    font-size: 1rem;
    line-height: 2.143rem;
    font-weight: 400;
    color: #B5838D;
}

.obj_article_details .row {
    margin-top: 0px;
}

.obj_article_details .item {
    padding-top: 1.43rem;
    padding-bottom: 1.43rem;
}

.obj_article_details .main_entry .item {
    border-bottom: 1px solid #B5838D;
    padding: 1.43rem 0;
}

.obj_article_details .main_entry .item .label {
    margin: 0px;
    font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 1.143rem;
    font-weight: 700;
    color: #2C2A4A;
}

.obj_article_details .main_entry .item.doi .label,
.obj_article_details .main_entry .item.keywords .label {
    display: inline;
    font-size: 1rem;
    margin: 0 0 1.43rem;
    font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 1.143rem;
    font-weight: 700;
    color: #2C2A4A; /* Deep Indigo */
}

.obj_article_details .main_entry .item:last-child {
    border-bottom: none;
}

.obj_article_details .main_entry .sub_item .label {
    font-size: 1rem;
    color: #B5838D; /* Muted Rose */
}

.obj_article_details .authors li {
    margin-bottom: .714rem;
}

.obj_article_details .authors .name {
    font-weight: bold;
    display: block;
    color: #2C2A4A;
}

.obj_article_details .authors .orcid {
    display: block;
    font-size: .75rem;
    line-height: 1.43rem;
    color: #B5838D;
}

.obj_article_details .authors .orcid a {
    vertical-align: middle;
    color: #FFC857; /* Golden Yellow */
}

.obj_article_details .authors .orcid_icon {
    width: 1.43rem;
    height: 1.43rem;
}

.obj_article_details .authors .affiliation {
    font-size: .93rem;
    color: #2C2A4A;
}

.obj_article_details .author_bios .sub_item .label {
    margin-bottom: 0;
    color: #B5838D;
}

.obj_article_details .author_bios .sub_item .value > p:first-child {
    margin-top: 0;
}

.obj_article_details .main_entry .item.doi .label,
.obj_article_details .main_entry .item.keywords .label {
    display: inline;
    font-size: 1rem;
    margin: 0 0 1.43rem;
    font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 1.143rem;
    font-weight: 700;
    color: #2C2A4A; /* Deep Indigo */
}

.obj_article_details .main_entry .item:last-child {
    border-bottom: none;
}

.obj_article_details .main_entry .sub_item .label {
    font-size: 1rem;
    color: #B5838D; /* Muted Rose */
}

.obj_article_details .authors li {
    margin-bottom: .714rem;
}

.obj_article_details .authors .name {
    font-weight: bold;
    display: block;
    color: #2C2A4A;
}

.obj_article_details .authors .orcid {
    display: block;
    font-size: .75rem;
    line-height: 1.43rem;
    color: #B5838D;
}

.obj_article_details .authors .orcid a {
    vertical-align: middle;
    color: #FFC857; /* Golden Yellow */
}

.obj_article_details .authors .orcid_icon {
    width: 1.43rem;
    height: 1.43rem;
}

.obj_article_details .authors .affiliation {
    font-size: .93rem;
    color: #2C2A4A;
}

.obj_article_details .author_bios .sub_item .label {
    margin-bottom: 0;
    color: #B5838D;
}

.obj_article_details .author_bios .sub_item .value > p:first-child {
    margin-top: 0;
}

.obj_article_details .item.doi,
.obj_article_details .item.keywords {
    padding-top: 0;
}

.obj_article_details .galleys_links li {
    display: inline-block;
}

.obj_article_details .supplementary_galleys_links {
    margin-top: .714rem;
}

.obj_article_details .copyright {
    font-size: .93rem;
    line-height: 1.43rem;
    color: #2C2A4A;
}

.obj_article_details .copyright a[rel="license"]+p {
    margin-top: 0;
}

.obj_article_details .entry_details {
    margin-left: 0px;
    margin-right: 0px;
    border-top: 1px solid #B5838D; /* Muted Rose */
    width: 100%;
}

.obj_article_details .entry_details .item {
    padding: 1.43rem;
    border-bottom: 1px solid #B5838D;
    word-wrap: break-word;
}

.obj_article_details .entry_details .item:last-child {
    border-bottom: none;
}

.obj_article_details .entry_details .item .label {
    margin: 0;
    font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: .93rem;
    font-weight: 400;
    color: #2C2A4A;
}

.obj_article_details .citation_display .value {
    font-size: .75rem;
    color: #2C2A4A; /* Deep Indigo */
}

.obj_article_details .citation_display .csl-left-margin {
    display: none;
}

.obj_article_details .citation_display [aria-hidden="true"] {
    display: none;
}

.obj_article_details .citation_display .citation_formats {
    margin-top: 1em;
    border: 1px solid #B5838D; /* Muted Rose */
    border-radius: 3px;
    background: #F4F1DE; /* Soft Beige */
}

.obj_article_details .citation_display .citation_formats_button {
    position: relative;
    background: transparent;
    border: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    padding: 0 1em;
    width: 100%;
    font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-weight: 400;
    color: #2C2A4A;
    text-align: left;
}

.obj_article_details .citation_display .citation_formats_button:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f0d7";
    position: absolute;
    top: 50%;
    right: 1em;
    transform: translateY(-50%);
}

.obj_article_details .citation_display .citation_formats_button[aria-expanded="true"]:after {
    content: "\f0d8";
}

.obj_article_details .citation_display .citation_formats_button:focus {
    background: #B5838D;
    outline: 0;
    color: white;
}

.obj_article_details .citation_display .citation_formats_styles {
    margin: 0;
    padding: 0;
    list-style: none;
}

.obj_article_details .citation_display .citation_formats_styles a {
    display: block;
    padding: .5em 1em;
    border-bottom: 1px solid #B5838D;
    text-decoration: none;
    color: #2C2A4A;
}

.obj_article_details .citation_display .citation_formats_styles a:focus {
    background: #B5838D;
    outline: 0;
    color: white;
}

.obj_article_details .citation_display .citation_formats_styles li:last-child a {
    border-bottom: none;
}


@media (min-width:480px) {
    .obj_article_details .entry_details {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .obj_article_details .main_entry .item {
        margin-right: 1.43rem;
    }
}

@media (min-width:768px) {
    .obj_article_details .row {
        margin-left: 0px;
        margin-right: 0px;
        border-top: none;
        border-bottom: none;
    }

    .obj_article_details .main_entry {
        float: left;
        width: 100%;
        border-right: 1px solid #B5838D; /* Muted Rose */
    }

    .obj_article_details .main_entry .item {
        margin-right: 1.43rem;
    }

    .obj_article_details .item {
        padding: 1.43rem;
    }

    .obj_article_details .item .label {
        margin: 0;
        font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
        font-size: 1.143rem;
        font-weight: 700;
        color: #2C2A4A; /* Deep Indigo */
    }
}

@media (min-width:480px) {
    .obj_article_details .entry_details {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
    }

    .obj_article_details .main_entry .item {
        margin-right: 1.43rem;
    }
}

@media (min-width:768px) {
    .obj_article_details .row {
        margin-left: 0px;
        margin-right: 0px;
        border-top: none;
        border-bottom: none;
    }

    .obj_article_details .main_entry {
        float: left;
        width: 100%;
        border-right: 1px solid #B5838D; /* Muted Rose */
    }

    .obj_article_details .main_entry .item {
        margin-right: 1.43rem;
    }

    .obj_article_details .item {
        padding: 1.43rem;
    }

    .obj_article_details .item .label {
        margin: 0;
        font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
        font-size: 1.143rem;
        font-weight: 700;
        color: #2C2A4A; /* Deep Indigo */
    }

    .obj_article_details .item.doi .label,
    .obj_article_details .item.keywords .label {
        display: inline;
        font-size: 1rem;
        color: #B5838D;
    }

    .obj_article_details .entry_details {
        float: left;
        width: 30%;
        margin: 0px;
        border-top: none;
        border-left: 1px solid #B5838D;
    }

    .obj_article_details .entry_details .item {
        margin-right: -1px;
        border-bottom: 1px solid #B5838D;
    }

    .obj_article_details .entry_details .item:last-child {
        border-bottom: none;
    }
}

@media (min-width:992px) {
    .obj_article_details .row {
        margin-left: 0px;
        margin-right: 0px;
    }

    .obj_article_details .main_entry {
        width: 70%;
    }

    .obj_article_details .item {
        padding: 2.143rem;
    }
}

@media (min-width:1200px) {
    .obj_article_details .main_entry {
        width: 70%;
    }
}

.obj_article_summary:before,
.obj_article_summary:after {
    content: " ";
    display: table;
}

.obj_article_summary:after {
    clear: both;
}

.obj_article_summary .cover {
    display: block;
    margin-bottom: 1.43rem;
}

.obj_article_summary .cover img {
    display: block;
    max-height: 250px;
    width: auto;
}

.obj_article_summary > .title {
    font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.43rem;
    font-weight: 700;
    border-bottom: none;
    margin: 0;
    color: #2C2A4A; /* Deep Indigo */
}

.obj_article_summary > .title a {
    text-decoration: none;
    color: #B5838D; /* Muted Rose */
}

.obj_article_summary .subtitle {
    display: block;
    margin-top: 0.25em;
    margin-bottom: 0.5em;
    font-weight: 400;
    color: #B5838D; /* Muted Rose */
}

.obj_article_summary .meta {
    position: relative;
    padding-top: .357rem;
    font-size: .93rem;
    line-height: 1.43rem;
    color: #2C2A4A;
}

.obj_article_summary .pages,
.obj_article_summary .published {
    color: #B5838D;
}

.obj_article_summary .galleys_links {
    margin-top: .714rem;
}

.obj_article_summary .galleys_links li {
    display: inline-block;
    margin-right: 1em;
}

.obj_article_summary .galleys_links li:last-child {
    margin-right: 0;
}

@media (min-width:768px) {
    .obj_article_summary .authors {
        padding-right: 5em;
    }

    .obj_article_summary .pages {
        position: absolute;
        top: 0;
        right: 0;
        line-height: 2.143rem;
    }

    .obj_article_summary .cover {
        float: left;
        width: 25%;
        height: auto;
        max-height: none;
        margin-right: 1.43rem;
    }
}

@media (min-width:992px) {
    .obj_article_summary .cover {
        margin-right: 2.143rem;
        margin-bottom: 2.143rem;
    }

    .obj_article_summary .cover img {
        max-height: none;
    }
}

.obj_galley_link:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f0f6";
    margin-right: 0.25em;
    color: #2C2A4A; /* Deep Indigo */
}

.obj_galley_link.pdf:before {
    content: "\f1c1";
    color: #B5838D; /* Muted Rose */
}

.obj_galley_link.restricted:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f023";
    color: white;
    background: #B5838D; /* Muted Rose */
    padding: 0.2rem;
    border-radius: 3px;
}

.obj_galley_link_supplementary:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f0f6";
    margin-right: 0.25em;
    color: #FFC857; /* Golden Yellow */
}

.obj_issue_summary h2 {
    margin: 0;
    font-size: 1rem;
    line-height: 1.43rem;
    font-weight: 400;
    color: #2C2A4A; /* Deep Indigo */
}

.obj_issue_summary .cover {
    display: block;
    margin-bottom: 1.43rem;
}

.obj_issue_summary .cover img {
    display: block;
    width: auto;
    max-height: 250px;
}

.obj_issue_summary .title {
    font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-weight: 700;
    text-decoration: none;
    color: #B5838D; /* Muted Rose */
}

.obj_issue_summary .series {
    margin-bottom: .357rem;
    color: #B5838D;
}

.obj_issue_summary .description {
    font-size: .93rem;
    line-height: 1.43rem;
    color: #2C2A4A;
}

.obj_issue_summary .description p:first-child {
    margin-top: 0;
}

.obj_issue_summary .description p:last-child {
    margin-bottom: 0;
}

@media (min-width:768px) {
    .obj_issue_summary:before,
    .obj_issue_summary:after {
        content: " ";
        display: table;
    }

    .obj_issue_summary:after {
        clear: both;
    }

    .obj_issue_summary .cover {
        float: left;
        width: 25%;
        height: auto;
        margin-right: 1.43rem;
    }

    .obj_issue_summary .cover img {
        max-height: auto;
    }
}

.obj_issue_toc .cover {
    display: block;
    margin-bottom: 1.43rem;
}

.obj_issue_toc .cover img {
    display: block;
    max-height: 250px;
    width: auto;
}

.obj_issue_toc .description>*:first-child {
    margin-top: 0;
}

.obj_issue_toc .description>*:last-child {
    margin-bottom: 0;
}

.obj_issue_toc .pub_id {
    margin: 1.43rem 0;
}

.obj_issue_toc .pub_id .type {
    font-weight: 700;
}

.obj_issue_toc .published {
    margin: 1.43rem 0;
}

.obj_issue_toc .published .label {
    font-weight: 700;
}

.obj_issue_toc .galleys_links li {
    display: inline-block;
    margin-right: 1em;
}

.obj_issue_toc .galleys_links li:last-child {
    margin-right: 0;
}

@media (min-width:768px) {
    .obj_issue_toc .heading:before,
    .obj_issue_toc .heading:after {
        content: " ";
        display: table;
    }

    .obj_issue_toc .heading:after {
        clear: both;
    }

    .obj_issue_toc .cover {
        float: left;
        width: 25%;
        height: auto;
        max-height: none;
        margin-right: 1.43rem;
    }

    .obj_issue_toc .galleys {
        padding: 1.43rem 0;
        border-top: 1px solid #B5838D;
        border-bottom: 1px solid #B5838D;
    }
}

@media (min-width:992px) {
    .obj_issue_toc .cover {
        margin-right: 2.143rem;
        margin-bottom: 1.43rem;
    }

    .obj_issue_toc .cover img {
        max-height: 350px;
    }
}

.pkp_structure_sidebar a {
    display: inline-block;
    position: relative;
    font-size: .93rem;
    font-weight: 700;
    line-height: 2.143rem;
    color: #2C2A4A; /* Deep Indigo */
    text-decoration: none;
}

.pkp_structure_sidebar a:hover,
.pkp_structure_sidebar a:focus {
    color: #B5838D; /* Muted Rose */
}

footer {
    color: rgba(0, 0, 0, 0.55) !important;
}

body[dir="rtl"] {
    direction: rtl;
    unicode-bidi: embed;
}

@media (min-width:768px) {
    body[dir="rtl"] .pkp_structure_main:before {
        left: auto;
        right: 0;
    }

    body[dir="rtl"] .pkp_structure_main:after {
        left: auto;
        right: 728px;
    }
}

@media (min-width:992px) {
    body[dir="rtl"] .pkp_structure_main {
        float: right;
    }

    body[dir="rtl"] .pkp_structure_main:after {
        left: auto;
        right: 652px;
    }

    body[dir="rtl"] .pkp_structure_sidebar {
        float: left;
    }
}

@media (min-width:1200px) {
    body[dir="rtl"] .pkp_structure_main:after {
        left: auto;
        right: 860px;
    }
}

@media (min-width:992px) {
    body[dir="rtl"] .pkp_site_name {
        text-align: right;
    }
}

body[dir="rtl"] .pkp_navigation_primary ul {
    text-align: right;
}

body[dir="rtl"] .pkp_navigation_user {
    text-align: left;
}

body[dir="rtl"] .pkp_navigation_user li {
    text-align: right;
}

body[dir="rtl"] .pkp_head_wrapper .pkp_search {
    right: auto;
    left: 0;
    text-align: left;
}

body[dir="rtl"] .pkp_head_wrapper .pkp_search.is_open .search_prompt {
    border-left: none;
    border-right: 1px solid #ddd;
}

body[dir="rtl"] .pkp_head_wrapper .pkp_search.is_open input[type="text"] {
    padding-right: 0.5em;
    padding-left: 180px;
}

body[dir="rtl"] .pkp_screen_reader,
body[dir="rtl"] .cmp_skip_to_content a,
body[dir="rtl"] .pkp_page_index .journals h2,
body[dir="rtl"] .pkp_page_index .cmp_announcements h2,
body[dir="rtl"] .page_register .context_optin .roles legend,
body[dir="rtl"] .pkp_page_index .cmp_announcements h2 {
    left: auto;
    right: -2000px;
}

body[dir="rtl"] .pkp_screen_reader:focus,
body[dir="rtl"] .cmp_skip_to_content a:focus,
body[dir="rtl"] .pkp_page_index .journals h2:focus,
body[dir="rtl"] .pkp_page_index .cmp_announcements h2:focus,
body[dir="rtl"] .page_register .context_optin .roles legend:focus,
body[dir="rtl"] .pkp_page_index .cmp_announcements h2:focus {
    right: 50%;
}

body[dir="rtl"] .obj_announcement_summary .date:before {
    margin-right: 0;
    margin-left: 0.5em;
}

body[dir="rtl"] .obj_issue_toc .galleys_links li {
    margin-right: inherit;
    margin-left: 1em;
}

@media (min-width:768px) {
    body[dir="rtl"] .obj_issue_toc .galleys h2,
    body[dir="rtl"] .obj_issue_toc .section h2 {
        left: auto;
        right: 1.0715rem;
    }

    body[dir="rtl"] .obj_issue_toc .cover {
        float: right;
        margin-right: inherit;
        margin-left: 1.43rem;
    }
}

@media (min-width:992px) {
    body[dir="rtl"] .obj_issue_toc .cover {
        margin-right: inherit;
        margin-left: 2.143rem;
    }
}

@media (min-width:768px) {
    body[dir="rtl"] .obj_issue_summary .cover {
        float: right;
        margin-right: inherit;
        margin-left: 1.43rem;
    }
}

@media (min-width:768px) {
    body[dir="rtl"] .obj_article_summary {
        padding-right: 0;
        padding-left: 5em;
    }
}

@media (min-width:768px) {
    body[dir="rtl"] .galleys h2,
    body[dir="rtl"] .section h2 {
        left: auto;
        right: 1.0715rem;
    }

    body[dir="rtl"] .cover {
        float: right;
        margin-right: inherit;
        margin-left: 1.43rem;
    }
}

@media (min-width:992px) {
    body[dir="rtl"] .cover {
        margin-right: inherit;
        margin-left: 2.143rem;
    }
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url('//ejournal.uinsgd.ac.id/plugins/themes/material/fonts/Montserrat/Montserrat-Regular.ttf');
    src: local(''), url('//ejournal.uinsgd.ac.id/plugins/themes/material/fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
}

html {
    overflow-x: hidden;
}

body {
    font-family: "Roboto", sans-serif;
    color: #1B1B1B; /* Almost Black */
    line-height: 1.5;
    background-color: #F4F1DE; /* Soft Beige */
}

a {
    color: #B5838D; /* Muted Rose */
    text-decoration: none;
    transition: .3s all ease;
}

a:hover {
    color: #2C2A4A; /* Deep Indigo */
}

h1, h2, h3, h4, h5, h6, .font-heading {
    color: #2C2A4A; /* Deep Indigo */
    font-family: 'Montserrat', sans-serif;
}

.container {
    z-index: 2;
    position: relative;
}

.text-black {
    color: #1B1B1B !important; /* Almost Black */
}

.text-primary {
    color: #FFC857 !important; /* Golden Yellow */
}

.border-top {
    border-top: 1px solid #B5838D !important; /* Muted Rose */
}

.border-bottom {
    border-bottom: 1px solid #B5838D !important; /* Muted Rose */
}

figure figcaption {
    margin-top: 0.5rem;
    font-style: italic;
    font-size: 0.8rem;
    color: #B5838D; /* Muted Rose */
}

section {
    overflow: hidden;
}

.section-heading {
    font-size: 3rem;
    font-weight: 700;
    background: linear-gradient(-45deg, #2C2A4A, #B5838D);
    -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; /* Deep Indigo */
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all .4s;
}

.back-to-top i {
    font-size: 28px;
    color: #FFC857; /* Golden Yellow */
    line-height: 0;
}

.back-to-top:hover {
    background: #B5838D; /* Muted Rose */
    color: #F4F1DE; /* Soft Beige */
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}

.feature-1 .wrap-icon {
    margin: 0 auto;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #2C2A4A; /* Deep Indigo */
}

.feature-1 .wrap-icon i {
    font-size: 40px;
    line-height: 0;
    color: #FFC857; /* Golden Yellow */
}

.feature-1 h3 {
    font-size: 20px;
    color: #1B1B1B; /* Almost Black */
}

.feature-1 p {
    color: #B5838D; /* Muted Rose */
}

.step {
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    background: #F4F1DE; /* Soft Beige */
    padding: 40px;
    border-radius: 10px;
}

.step .number {
    background: linear-gradient(-45deg, #2C2A4A, #B5838D); /* Deep Indigo to Muted Rose */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    letter-spacing: 0.2rem;
    margin-bottom: 10px;
    display: block;
}

.step p:last-child {
    margin-bottom: 0px;
}

.review h3 {
    font-size: 20px;
    color: #2C2A4A; /* Deep Indigo */
}


.review p {
    line-height: 1.8;
    font-style: italic;
    color: #1B1B1B; /* Almost Black */
}

.review .stars span {
    color: #FFC857; /* Golden Yellow */
}

.review .stars .muted {
    color: #B5838D; /* Muted Rose */
}

.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 {
    margin-top: 20px;
    position: relative;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #F4F1DE; /* Soft Beige */
    opacity: 1;
    border: 1px solid #2C2A4A; /* Deep Indigo */
    transition: background-color 0.3s ease;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #2C2A4A; /* Deep Indigo */
}

.pricing {
    padding: 50px;
    background: linear-gradient(-45deg, #1391a5, #274685);
    color: #fff;
    padding-bottom: 12rem !important;
    position: relative;
    border-radius: 4px;
    color: #1B1B1B; /* Almost Black */
    background: #F4F1DE; /* Soft Beige */
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
}

.pricing h3 {
    color: #2C2A4A; /* Deep Indigo */
}

.pricing .price-cta {
    text-decoration: none;
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
    left: 0;
}

.pricing .price-cta .price {
    display: block;
    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: #B5838D; /* Muted Rose */
}

.pricing ul {
    margin-bottom: 50px;
}

.pricing ul li {
    margin-bottom: 10px;
    color: #1B1B1B;
}

.pricing .btn-white {
    background: #F4F1DE; /* Soft Beige */
    border: 2px solid #E6A00A; /* Warm Gold */
    border-radius: 4px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
    color: #2C2A4A;
    font-weight: 700;
    transition: all 0.3s ease;
}

.pricing .btn-white:hover {
    color: #E6A00A; /* Warm Gold */
    background: #2C2A4A;
}

.pricing.popular {
    background: #F4F1DE; /* Soft Beige */
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
    color: #1B1B1B;
    background: linear-gradient(-45deg, #1391a5, #274685);
    color: #fff;
    box-shadow: none;
}

.pricing.popular .popularity {
    color: #B5838D; /* Muted Rose */
}

.pricing.popular h3 {
    color: #fff;
    background: none;
}

.pricing.popular .btn-white {
    border: 2px solid #2C2A4A;
    color: #2C2A4A;
    background: #FFC857; /* Golden Yellow */
}

.pricing.popular .btn-white:hover {
    background: #2C2A4A;
    color: #FFC857;
}

.cta-section {
    background: linear-gradient(to right, #274685 0%, #3db3c5 100%);
    color: #fff;
}

.cta-section h2 {
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
}

@media screen and (max-width:768px) {
    .cta-section h2 {
        font-size: 2rem;
    }
}

.cta-section .btn {
    background: #000000;
    color: #fff;
}

.cta-section .btn i {
    margin-right: 5px;
    font-size: 24px;
    line-height: 0;
}

.form-control {
    height: 48px;
    border-radius: 0;
    border: 1px solid #dae0e5;
}

.form-control:active,
.form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #2d71a1;
}

.php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.php-email-form .error-message br+br {
    margin-top: 25px;
}

.php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.php-email-form textarea {
    min-height: 160px;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.post-entry {
    margin-bottom: 60px;
}

.post-entry .post-text .post-meta {
    text-decoration: none;
    color: #ccc;
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
}

.post-entry .post-text h3 {
    font-size: 20px;
    color: #000000;
}

.post-entry .post-text h3 a {
    text-decoration: none;
    color: #000000;
}

.post-entry .post-text h3 a:hover {
    text-decoration: none;
    color: #2d71a1;
}

.post-entry .post-text .readmore {
    color: #2d71a1;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.post-entry {
    margin-bottom: 60px;
}

.post-entry .post-text .post-meta {
    text-decoration: none;
    color: #ccc;
    font-size: 13px;
    display: block;
    margin-bottom: 10px;
}

.post-entry .post-text h3 {
    font-size: 20px;
    color: #000000;
}

.post-entry .post-text h3 a {
    text-decoration: none;
    color: #000000;
}

.post-entry .post-text h3 a:hover {
    text-decoration: none;
    color: #2d71a1;
}

.post-entry .post-text .readmore {
    color: #2d71a1;
}

.sidebar-box {
    margin-bottom: 30px;
    padding: 25px;
    font-size: 15px;
    width: 100%;
    float: left;
    background: #fff;
}

.sidebar-box *:last-child {
    margin-bottom: 0;
}

.sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px;
}

.categories li,
.sidelink li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted gray;
    list-style: none;
}

.categories li:last-child,
.sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.categories li a,
.sidelink li a {
    text-decoration: none;
    display: block;
}

.categories li a span,
.sidelink li a span {
    position: absolute;
    right: 0;
    top: 0;
    color: #ccc;
}

.categories li.active a,
.sidelink li.active a {
    text-decoration: none;
    color: #000000;
    font-style: italic;
}

.comment-form-wrap {
    clear: both;
}

.comment-list {
    padding: 0;
    margin: 0;
}

.comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%;
}

.comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none;
}

.comment-list li .vcard {
    width: 80px;
    float: left;
}

.comment-list li .vcard img {
    width: 50px;
    border-radius: 50%;
}

.comment-list li .comment-body {
    float: right;
    width: calc(20%);
}

.comment-list li .comment-body h3 {
    font-size: 20px;
}

.comment-list li .comment-body .meta {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.1em;
    color: #ccc;
}

.comment-list li .comment-body .reply {
    padding: 5px 10px;
    background: #e6e6e6;
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
}

.comment-list li .comment-body .reply:hover {
    color: #000000;
    background: #e3e3e3;
}

.search-form {
    background: #f7f7f7;
    padding: 10px;
}

.search-form .form-group {
    position: relative;
}

.search-form .form-group input {
    padding-right: 50px;
}

.search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

#header {
    height: 80px;
    z-index: 997;
    transition: all .5s;
}

#header.header-scrolled {
    background: #000000 !important;
    height: 60px;
}

#header .logo h1 {
    font-size: 28px;
    margin: 0;
    padding: 4px 0;
    line-height: 1;
    font-weight: 500;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #fff;
    text-decoration: none;
}

#header .logo img {
    padding: 0;
    margin: 0;
    max-height: 40px;
}

/* Pastikan navbar menggunakan flex untuk menyusun menu ke samping */
.navbar-nav {
    display: flex !important;
    flex-direction: row !important; /* Susun menu ke samping */
    justify-content: center; /* Pusatkan menu jika perlu */
    align-items: center;
    list-style: none;
}

/* Pastikan item di dalam navbar tetap tersusun ke samping */
.navbar-nav li {
    display: inline-block; /* Supaya tidak turun ke bawah */
    position: relative;
    margin: 0 10px; /* Beri sedikit jarak antar menu */
}

/* Dropdown tetap muncul ke bawah saat hover */
.navbar li:hover .dropdown-menu {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
}

/* Pastikan warna dropdown tetap putih dan tidak berubah hitam */
.navbar .dropdown-menu {
    background-color: #ffffff !important; /* Warna latar dropdown tetap putih */
    border: none !important;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Tambahkan shadow agar terlihat rapi */
}

/* Pastikan teks dropdown tidak berubah hitam */
.navbar .dropdown-menu a {
    color: #333 !important; /* Warna teks dropdown tetap gelap */
    background-color: transparent !important; /* Hapus background hitam */
    padding: 10px 15px;
}

/* Warna hover dropdown agar tidak hitam */
.navbar .dropdown-menu a:hover {
    background-color: rgba(0, 0, 0, 0.1) !important; /* Warna hover tetap soft */
    color: #000 !important;
}

/* Atur dropdown agar tidak berubah hitam saat aktif */
.navbar .dropdown-item.active,
.navbar .dropdown-item:active {
    background-color: rgba(0, 0, 0, 0.05) !important; /* Warna aktif lebih soft */
    color: #333 !important;
}

.mobile-nav-toggle {
    color: #fff;
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

@media (max-width:992px) {
    .mobile-nav-toggle {
        display: block;
    }
    .navbar ul {
        display: none;
    }
}

.navbar-mobile {
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(27, 49, 94, 0.9);
    transition: 0.3s;
    z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
}

.navbar-mobile ul {
    display: block;
    position: absolute;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 10px 0;
    border-radius: 10px;
    background-color: #fff;
    overflow-y: auto;
    transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #101c36;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
    color: #2d71a1;
}

.navbar-mobile .dropdown ul {
    position: static;
    display: none;
    margin: 10px 20px;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: visible;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.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: #2d71a1;
}

.navbar-mobile .dropdown>.dropdown-active {
    display: block;
}


.hero-section {
    background: url("https://journal.uinsgd.ac.id/public/site/images/andiaja/black-green-modern-galaxy-zoom-virtual-background.png") no-repeat center center;
background-size: cover;
    position: relative
}

.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: #fff;
    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;
    }
}

@media screen and (max-width:992px) {
    .hero-section .hero-text-image {
        margin-top: 4rem;
    }
}

.hero-section p {
    font-size: 18px;
    color: #fff;
}

.hero-section .iphone-wrap {
    position: relative;
}

@media screen and (max-width:992px) {
    .hero-section .iphone-wrap {
        text-align: center;
    }
}

.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1 {
    position: absolute;
    top: -50%;
    overflow: hidden;
    left: 0;
    box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.3);
    border-radius: 30px;
}

@media screen and (max-width:992px) {
    .hero-section .iphone-wrap .phone-2,
    .hero-section .iphone-wrap .phone-1 {
        position: relative;
        max-width: 100%;
    }
}

.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1 {
    width: 250px;
}

@media screen and (max-width:992px) {
    .hero-section .iphone-wrap .phone-1 {
        margin-left: -150px;
    }
}

.hero-section .iphone-wrap .phone-2 {
    margin-top: 100px;
    margin-left: 100px;
    width: 350px;
}

@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-2 {
        width: 250px;
        position: absolute;
        margin-top: 0px;
        margin-left: 100px;
    }
}

/* Footer Container */
.footer {
    padding: 3rem 0 2rem 0;
    background-color: #1a1a2e; /* Warna hitam kebiruan */
    color: #f5f5f5; /* Teks putih */
    text-align: center;
}

/* Footer Heading */
.footer h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #c9a227; /* Warna emas */
    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: #f5f5f5; /* Warna putih */
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

.footer a:hover {
    color: #c9a227; /* Warna emas 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: #f5f5f5; /* Putih default */
    transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.footer .social-icons a:hover {
    color: #c9a227; /* Warna emas saat hover */
    transform: scale(1.2); /* Efek zoom */
}

/* Footer Copyright & Credits */
.footer .copyright,
.footer .credits {
    margin-top: 15px;
    font-size: 14px;
    color: #c9a227; /* Abu-abu soft */
}

/* Garis Pembatas */
.footer hr {
    border-top: 2px solid #c9a227; /* Warna emas */
    width: 80%;
    margin: 10px auto;
}

.social a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f8f9fa;
    position: relative;
    text-align: center;
    transition: .3s background ease;
    color: #0d1e2d;
    line-height: 0;
}

.social a span {
    display: inline-block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.social a:hover {
    color: #fff;
    background: #2d71a1;
}

.social a i {
    line-height: 0;
}