/*! 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: #1ABC9C; /* Tosca Green */
    transition: color 0.3s ease;
}

h1:hover {
    color: #16A085; /* Tosca Darker */
}

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: #1ABC9C; /* Tosca Green */
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
}

a:hover {
    color: #A5D6A7; /* Mint Green */
    transform: scale(1.05); /* Efek memperbesar saat hover */
}

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;
}

/* New additions for better design and interactivity */

/* Navbar (Header) */
header {
    background-color: #1ABC9C; /* Tosca Green */
    color: #FFFFFF;
    padding: 15px 0;
    text-align: center;
}

header nav ul {
    list-style: none;
    padding: 0;
}

header nav ul li {
    display: inline-block;
    margin-right: 15px;
}

header nav ul li a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1em;
    transition: color 0.3s ease;
}

header nav ul li a:hover {
    color: #A5D6A7; /* Mint Green */
}

/* Footer */
footer {
    background-color: #16A085; /* Darker Tosca */
    color: #FFFFFF;
    text-align: center;
    padding: 20px;
}

footer .social-icons a {
    color: #FFFFFF;
    margin: 0 10px;
    font-size: 24px;
    text-decoration: none;
}

footer .social-icons a:hover {
    color: #FFD700; /* Gold */
}

/* Article Cards */
.article-card {
    display: flex;
    background-color: #FFFFFF;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.article-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.article-card img {
    width: 150px;
    height: 100px;
    object-fit: cover;
    margin-right: 20px;
}

.article-card .content {
    flex: 1;
}

.article-card h3 {
    color: #1ABC9C; /* Tosca Green */
    font-size: 1.5em;
    margin-bottom: 10px;
}

.article-card p {
    color: #7F8C8D; /* Dark Gray */
    margin-bottom: 10px;
}

.article-card .read-more {
    color: #A5D6A7; /* Mint Green */
    text-decoration: none;
    font-weight: bold;
}

/* Audio & Video */
audio,
video {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/* Menyembunyikan audio/video tanpa kontrol */
audio:not([controls]),
video:not([controls]) {
    display: none;
    height: 0;
}

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

/* SVG */
svg:not(:root) {
    overflow: hidden;
}

/* Button dan Input */
button,
input,
optgroup,
select,
textarea {
    font-family: 'Montserrat', sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    border: 1px solid #6D4C41; /* Warm Brown */
    border-radius: 5px;
    padding: 10px 15px;
    background-color: #6D4C41; /* Warm Brown */
    color: #FBEEDB; /* Light Beige */
    font-weight: bold;
    text-transform: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

/* Hover pada tombol */
button:hover,
input[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover {
    background-color: #1ABC9C; /* Tosca Green */
    transform: scale(1.05); /* Efek pembesaran saat hover */
}

/* Tombol fokus */
button:focus,
input[type="button"]:focus,
[type="reset"]:focus,
[type="submit"]:focus {
    outline: 3px solid #16A085; /* Tosca Darker */
    border-color: #16A085; /* Tosca Darker */
}

/* Tombol Moz-Focus */
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

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

/* Input & Textarea */
input,
textarea {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    border-radius: 5px;
    border: 1px solid #6D4C41; /* Warm Brown */
    padding: 10px;
    transition: border-color 0.3s ease;
}

/* Fokus pada input dan textarea */
input:focus,
textarea:focus {
    border-color: #1ABC9C; /* Tosca Green */
    outline: none;
}

/* Optgroup & Select */
select,
optgroup {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    background-color: #FBEEDB; /* Light Beige */
    color: #263238; /* Graphite */
    padding: 10px;
    border: 1px solid #6D4C41; /* Warm Brown */
    border-radius: 5px;
}

/* Untuk mengatur tampilan video, jika tidak ada kontrol */
video[controls] {
    border: 1px solid #6D4C41; /* Warm Brown */
    border-radius: 5px;
    max-width: 100%;
    background-color: #F5F5F5; /* Light Gray */
}

/* Audio dengan kontrol */
audio[controls] {
    border: 1px solid #6D4C41; /* Warm Brown */
    border-radius: 5px;
    background-color: #F5F5F5; /* Light Gray */
}


/* Fieldset */
fieldset {
    padding: .35em .75em .625em;
    border: 1px solid #6D4C41; /* Warm Brown */
    border-radius: 5px;
    background-color: #FFF8E1; /* Sand */
}

/* Legend */
legend {
    box-sizing: border-box;
    color: #1ABC9C; /* Tosca Green */
    font-size: 1.2em;
    font-weight: bold;
    padding: 0;
    white-space: normal;
    display: table;
}

/* Progress bar */
progress {
    display: inline-block;
    vertical-align: baseline;
}

/* Textarea */
textarea {
    overflow: auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    padding: 10px;
    border: 1px solid #6D4C41; /* Warm Brown */
    border-radius: 5px;
    transition: border-color 0.3s ease;
}

textarea:focus {
    border-color: #1ABC9C; /* Tosca Green */
    outline: none;
}

/* Checkbox & Radio Button */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    accent-color: #1ABC9C; /* Tosca Green */
}

/* Number input spin buttons */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

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

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

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

/* Details and Menu */
details,
menu {
    display: block;
}

/* Summary */
summary {
    display: list-item;
}

/* Canvas */
canvas {
    display: inline-block;
}

/* Template */
template {
    display: none;
}

/* Hidden elements */
[hidden] {
    display: none;
}

/* PKP Buttons */
.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;
}

/* Hover & Focus for PKP buttons */
.pkp_button:hover,
.pkp_button_primary:hover,
.pkp_button_primary:focus {
    background: #1ABC9C; /* Tosca Green */
    color: #FFF8E1;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

/* Active PKP buttons */
.pkp_button:active,
.pkp_button_primary:active {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

/* Disabled PKP buttons */
.pkp_button:disabled,
.pkp_button_primary:disabled {
    background: #B7C5CA;
    border-color: #B7C5CA;
    color: #FFF;
    cursor: not-allowed;
}

/* Primary PKP buttons with Mint color */
.pkp_button_primary_primary {
    background: #A5D6A7; /* Mint */
    color: #263238; /* Graphite */
    border-color: #A5D6A7;
}

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

/* Offset PKP buttons */
.pkp_button_primary_offset {
    color: #00796B; /* Olive Green */
    background: transparent;
    border: 1px solid #00796B;
}

.pkp_button_primary_offset:hover {
    background: #A5D6A7; /* Mint */
    color: #263238; /* Graphite */
}

/* Link PKP buttons */
.pkp_button_primary_link {
    background: none;
    border: none;
    color: #00796B; /* Olive Green */
    text-decoration: underline;
}

.pkp_button_primary_link:hover {
    color: #6D4C41; /* Warm Brown */
}

/* PKP Spinner */
.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;
}

/* Loading text */
.pkp_loading {
    font-size: .93rem;
    line-height: 1.43rem;
    color: #263238; /* Graphite */
    font-weight: bold;
    animation: fadeIn 1s ease-in-out infinite;
}

/* Caret */
.pkp_caret {
    border-top-color: #1ABC9C; /* Tosca Green */
}

.pkp_caret_down {
    border-top: .375rem solid #1ABC9C; /* Tosca Green */
}

.pkp_caret_right {
    border-left: .375rem solid #1ABC9C; /* Tosca Green */
}

/* Screen Reader Focus */
.pkp_screen_reader:focus,
.pkp_page_index .cmp_announcements h2:focus {
    background-color: #FFF8E1; /* Sand */
    color: #263238; /* Graphite */
    border-radius: 4px; /* Soft edges for focus */
}

/* Help Link */
.pkp_help_link {
    color: #1ABC9C; /* Tosca Green */
    transition: color 0.3s ease, text-decoration 0.3s ease;
}

.pkp_help_link:hover,
.pkp_help_link:focus {
    color: #A5D6A7; /* Mint Green */
    text-decoration: underline;
}

.pkp_help_link:focus {
    box-shadow: 0 0 0 3px #A5D6A7; /* Mint Green */
}

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

/* Uploaded File Summary */
.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 */
}

/* Helper Text */
.pkp_helpers_text_warn {
    color: #D00A6C; /* Pink - Warning */
}

.pkp_helpers_text_primary {
    color: #1ABC9C; /* Tosca Green */
}

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

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

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

/* Alignment Helpers */
.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;
}

/* Width Helpers */
.pkp_helpers_full {
    width: 100%;
}

.pkp_helpers_half {
    width: 50%;
}

.pkp_helpers_quarter {
    width: 25%;
}

.pkp_helpers_fifth {
    width: 20%;
}

/* Underline Helper */
.pkp_helpers_underline:after {
    border-bottom: 2px solid #1ABC9C; /* Tosca Green */
    content: " ";
    display: block;
}

/* FadeIn Animation for Loading */
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/* Hide Custom Edit */
.NMI_TYPE_CUSTOM_EDIT {
    display: none;
}

/* Parallax Effect */
.parallax {
    min-height: 500px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.3); /* Add slight overlay for better readability */
}

/* Row Structure */
.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: #1ABC9C; /* Tosca Green */
    color: #FFF8E1;
    border-color: #1ABC9C; /* Tosca Green */
}

/* ==== 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: #1ABC9C; /* Tosca Green */
    color: #FFF8E1; /* Sand */
    text-decoration: none;
}


/* ==== Wire / Outline Buttons - Tosca Theme ==== */
.cmp_button_wire,
.obj_galley_link {
    display: inline-block;
    padding: 0.5rem 1.2rem; /* Lebih ramping */
    background: transparent;
    border: 2px solid #1ABC9C; /* Tosca Green */
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 600;
    color: #1ABC9C; /* Tosca Green */
    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: #A5D6A7; /* Mint Green (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: #263238; /* Graphite (lebih gelap untuk teks saat hover) */
    border-color: #A5D6A7; /* Border 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 #1ABC9C; /* Tosca Green */
}

/* ==== 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; /* Soft Beige */
    border: 1px solid #1ABC9C; /* Tosca Green */
    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 #1ABC9C; /* Tosca Green */
    font-size: 1rem;
    color: #263238;
}

.cmp_notification .success {
    border-color: #1ABC9C; /* Tosca 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; /* Mint Green */
    transition: background-color 300ms ease, transform 0.3s ease;
}

.cmp_pagination .prev:hover,
.cmp_pagination .next:hover {
    background: #1ABC9C; /* Tosca Green */
    color: #FFF8E1; /* Sand */
    transform: scale(1.05); /* Adding slight scale effect on hover */
}

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

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

.cmp_breadcrumbs .current {
    color: #1ABC9C; /* Tosca Green */
}

.cmp_breadcrumbs a:hover {
    color: #A5D6A7; /* Mint 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: #1ABC9C; /* Tosca Green */
}

/* ==== Table Styling ==== */
.cmp_table {
  width: 100%;
  border: 1px solid #1ABC9C; /* Tosca Green */
  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 #1ABC9C; /* Tosca Green */
}

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

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

.nav-link:hover {
    background: #1ABC9C; /* Tosca Green */
    color: #FFF8E1; /* Sand */
}

/* 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_

/* 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; /* Mint Green */
    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 #1ABC9C; /* Tosca Green */
    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: #1ABC9C; /* Tosca Green */
}

.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;
    transition: all 0.3s ease;
}

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: #1ABC9C; /* Tosca Green */
}

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

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

@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: 12px; /* Lebih melengkung untuk tampilan modern */
    background: #FFF8E1; /* Sand */
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); /* Lebih halus */
    border: 2px solid #1ABC9C; /* Tosca Green */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pkp_page_index .journals > ul > li:hover {
    transform: translateY(-5px); /* Efek mengangkat saat hover */
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.15); /* Bayangan lebih besar */
}

/* === Menyusun Logo dan Judul Jurnal di Samping === */
.journal-header {
    display: flex;
    align-items: center; /* Menyusun logo dan judul secara vertikal agar sejajar */
    justify-content: flex-start; /* Menyusun logo dan judul ke kiri */
    margin-bottom: 1rem; /* Memberikan jarak bawah pada container */
}

/* === Menata Gambar Logo Thumbnail === */
.journal-thumbnail img {
    margin-right: 15px; /* Memberikan jarak antara logo dan judul */
    max-height: 60px; /* Menetapkan tinggi maksimal logo */
    object-fit: contain; /* Menjaga logo tetap proporsional */
}

/* === Menata Judul Jurnal === */
.journal-header h3 {
    font-size: 1.5rem; /* Ukuran font judul jurnal */
    font-weight: 700;
    color: #263238; /* Warna teks judul */
}

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

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

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

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

.pkp_page_index .journals .links li a:hover {
    color: #FFF8E1; /* Sand */
}

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

    .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 Variables */
:root {
  --color-primary: #1ABC9C; /* Tosca Green */
  --color-accent: #6D4C41; /* Warm Brown */
  --color-secondary: #FFF8E1; /* Sand */
  --color-highlight: #A5D6A7; /* Mint Green */
  --color-text: #263238; /* Graphite */
  --color-danger: #D00A6C; /* Danger color */
}

/* ==========================
   🌿 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;
  }
}

/* Homepage Image Styling */
.pkp_page_index .homepage_image img {
  display: flex;
  width: 100%;
  height: auto;
  border-radius: 12px; /* Membuat sudut gambar lebih melengkung */
  object-fit: cover; /* Menjaga proporsi gambar */
  transition: transform 0.3s ease;
}

.pkp_page_index .homepage_image img:hover {
  transform: scale(1.05); /* Efek zoom saat hover pada gambar */
}

/* About Section */
.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;
  font-size: 1.8rem;
  color: #1ABC9C; /* Tosca Green untuk memberi aksen pada judul */
  font-weight: 700;
}

/* Announcements Section */
.pkp_page_index .cmp_announcements {
  border-top: 1px solid var(--color-accent);
  border-bottom: 1px solid var(--color-accent);
  background: var(--color-secondary);
  padding: 1.43rem 2rem;
}

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

.pkp_page_index .cmp_announcements .more {
  position: relative;
  padding: 1.43rem;
  background-color: #A5D6A7; /* Mint Green */
  color: #263238; /* Graphite */
  text-align: center;
  border-radius: 5px;
  margin-top: 1rem;
}

.pkp_page_index .cmp_announcements .more h4 {
  font-size: 1.1rem;
  font-weight: 600;
}

.pkp_page_index .cmp_announcements .more:hover {
  background-color: #1ABC9C; /* Tosca Green */
  color: #FFF8E1; /* Soft Beige */
}

/* Current Issue Section */
.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: 1.1rem;
  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 */
}

/* Additional Content Section */
.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;
}

/* Additional Content - Mobile & Desktop Responsiveness */
@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;
  }
}

/* ==========================
   🌿 Homepage Styling (Cleaned)
   ========================== */

/* Mobile-first default styling */
.pkp_page_index .homepage_image,
.pkp_page_index .additional_content {
  margin-left: -0.714rem;
  margin-right: -0.714rem;
}

/* Image Styling */
.pkp_page_index .homepage_image img {
  display: flex;
  width: 100%;
  height: auto;
  border-radius: 12px; /* Tepi gambar lebih melengkung untuk kesan modern */
  object-fit: cover; /* Gambar tetap proporsional */
  transition: transform 0.3s ease, filter 0.3s ease;
}

.pkp_page_index .homepage_image img:hover {
  transform: scale(1.05); /* Efek zoom saat hover pada gambar */
  filter: brightness(1.1); /* Menambahkan efek kecerahan saat hover */
}

/* About Section */
.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;
  font-size: 1.8rem; /* Menambahkan ukuran font yang lebih besar untuk judul */
  color: #1ABC9C; /* Tosca Green untuk memberi aksen pada judul */
  font-weight: 700;
}

/* Announcements Section */
.pkp_page_index .cmp_announcements {
  border-top: 1px solid var(--color-accent);
  border-bottom: 1px solid var(--color-accent);
  background: var(--color-secondary);
  padding: 1.43rem 2rem;
}

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

.pkp_page_index .cmp_announcements .more {
  position: relative;
  padding: 1.43rem;
  background-color: #A5D6A7; /* Mint Green */
  color: #263238; /* Graphite */
  text-align: center;
  border-radius: 5px;
  margin-top: 1rem;
}

.pkp_page_index .cmp_announcements .more h4 {
  font-size: 1.1rem;
  font-weight: 600;
}

.pkp_page_index .cmp_announcements .more:hover {
  background-color: #1ABC9C; /* Tosca Green */
  color: #FFF8E1; /* Soft Beige */
}

/* Current Issue Section */
.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: 1.1rem;
  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 */
}

/* Additional Content Section */
.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;
}

/* Issue Archive Section */
.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;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Efek bayangan lembut pada item */
  }
}

/* Responsive Layout Tweaks */
@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;
  }
}

/* ==========================
   🌿 Homepage Styling (Cleaned)
   ========================== */

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

/* Homepage Image Styling */
.pkp_page_index .homepage_image img {
  display: flex;
  width: 100%;
  height: auto;
  border-radius: 12px; /* Rounded corners for modern look */
  object-fit: cover; /* Ensure image is proportional */
  transition: transform 0.3s ease, filter 0.3s ease;
}

.pkp_page_index .homepage_image img:hover {
  transform: scale(1.05); /* Zoom effect on hover */
  filter: brightness(1.1); /* Increase brightness on hover */
}

/* About Section */
.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;
  font-size: 1.8rem;
  color: #1ABC9C; /* Tosca Green for emphasis */
  font-weight: 700;
}

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

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

.pkp_page_index .cmp_announcements .more {
  position: relative;
  padding: 1.43rem;
  background-color: #A5D6A7; /* Mint Green */
  color: #263238; /* Graphite */
  text-align: center;
  border-radius: 5px;
  margin-top: 1rem;
}

.pkp_page_index .cmp_announcements .more h4 {
  font-size: 1.1rem;
  font-weight: 600;
}

.pkp_page_index .cmp_announcements .more:hover {
  background-color: #1ABC9C; /* Tosca Green */
  color: #FFF8E1; /* Soft Beige */
}

/* Current Issue Section */
.pkp_page_index .current_issue .current_issue_title {
  margin: 1.43rem 0;
  font-weight: 700;
  color: #2C2A4A; /* Deep Indigo */
}

.pkp_page_index .current_issue .read_more {
  display: inline-block;
  position: relative;
  padding-right: 2.143rem;
  font-size: 1.1rem;
  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 */
}

/* Additional Content Section */
.pkp_page_index .additional_content {
  padding: 2.143rem .714rem 0 .714rem;
  border-top: 1px solid #2C2A4A; /* Muted Rose */
  background: #FBEEDB; /* Soft Beige */
  color: #2C2A4A;
}

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

/* Issue Archive Section */
.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;
    gap: 1rem; /* Adding gap between archive items */
  }
  
  .page_issue_archive .issues_archive>li {
    flex: calc(50% - 1rem);
    margin: 0.5rem;
    padding: 1.5rem;
    border-radius: 10px;
    background: #FBEEDB;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Soft shadow effect */
  }
}

/* Responsive Layout Tweaks */
@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;
  }
}

/* ==========================
   🌿 Search Results & Homepage Styling
   ========================== */

/* Search Results */
.page_search .search_results {
    margin: 2.857rem 0;
    padding: 1.5rem;
    list-style: none;
    background: #F4F1DE; /* Soft Beige */
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Soft shadow for better contrast */
}

.page_search .search_results li:hover {
    background-color: #A5D6A7; /* Mint Green for hover effect */
    cursor: pointer;
    transition: background-color 0.3s ease;
}

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

.page_search .cmp_pagination a:hover {
    color: #1ABC9C; /* Tosca Green for hover */
    text-decoration: underline;
}

/* Homepage Image Styling */
.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: flex;
  width: 100%;
  height: auto;
  border-radius: 12px; /* More rounded corners for modern look */
  object-fit: cover; /* Ensure the image covers its container */
  transition: transform 0.3s ease;
}

.pkp_page_index .homepage_image img:hover {
  transform: scale(1.05); /* Zoom effect on hover */
}

/* Homepage About Section */
.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;
  font-size: 1.8rem; /* Larger font size for better visibility */
  color: #1ABC9C; /* Tosca Green for emphasis */
  font-weight: 700;
}

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

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

.pkp_page_index .cmp_announcements .more {
  position: relative;
  padding: 1.43rem;
  background-color: #A5D6A7; /* Mint Green */
  color: #263238; /* Graphite */
  text-align: center;
  border-radius: 5px;
  margin-top: 1rem;
}

.pkp_page_index .cmp_announcements .more h4 {
  font-size: 1.1rem;
  font-weight: 600;
}

.pkp_page_index .cmp_announcements .more:hover {
  background-color: #1ABC9C; /* Tosca Green */
  color: #FFF8E1; /* Soft Beige */
}

/* Current Issue Section */
.pkp_page_index .current_issue .current_issue_title {
  margin: 1.43rem 0;
  font-weight: 700;
  color: #2C2A4A; /* Deep Indigo */
}

.pkp_page_index .current_issue .read_more {
  display: inline-block;
  position: relative;
  padding-right: 2.143rem;
  font-size: 1.1rem;
  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 for hover effect */
}

/* Additional Content Section */
.pkp_page_index .additional_content {
  padding: 2.143rem .714rem 0 .714rem;
  border-top: 1px solid #2C2A4A; /* Muted Rose */
  background: #FBEEDB; /* Soft Beige */
  color: #2C2A4A;
}

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

/* Issue Archive Section */
.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;
    gap: 1rem; /* Adding gap between archive items */
  }
  
  .page_issue_archive .issues_archive>li {
    flex: calc(50% - 1rem);
    margin: 0.5rem;
    padding: 1.5rem;
    border-radius: 10px;
    background: #FBEEDB;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Soft shadow effect */
  }
}

/* Responsive Layout Tweaks */
@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;
  }
}

/* === CURRENT ISSUE === */
.pkp_page_index .current_issue .current_issue_title {
    margin: 1.43rem 0;
    font-weight: 700;
    color: #2C2A4A; /* Deep Indigo */
}

.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 */
}

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

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

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

.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;
    }

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

/* === SEARCH RESULTS === */
.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: #1ABC9C; /* Tosca Green for header background */
    padding: 0.5rem;
    border-radius: 5px;
}

.header_view .title {
    color: #FFF8E1; /* Soft Beige for title */
    font-weight: bold;
}

.header_view .return,
.header_view .download {
    background: #A5D6A7; /* Mint Green for buttons */
    color: #263238; /* Graphite text color */
    border-radius: 5px;
    padding: 0.5rem 1rem;
    font-weight: bold;
    transition: background 0.3s, color 0.3s;
}

.header_view .return:hover,
.header_view .download:hover {
    background: #2C2A4A; /* Deep Indigo for hover effect */
    color: #FBEEDB; /* Soft Beige for text */
}

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

.galley_view iframe {
    width: 100%;
    height: 100%;
    padding-top: 2.143rem;
    border: none;
    transition: transform 0.3s ease; /* Smooth transition for any iframe transformation */
}

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

/* Galley View Notice */
.galley_view .galley_view_notice {
    position: absolute;
    top: 2.143rem;
    width: 100%;
    height: 4.286rem;
    background: #2C2A4A; /* Deep Indigo for the notice background */
    color: #FBEEDB; /* Soft Beige for text */
    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; /* Soft Beige for text */
    font-weight: 700;
    text-align: center;
}

/* Galley View Links */
.galley_view .galley_view_notice_message a {
    color: #FFC857; /* Golden Yellow for links */
    text-decoration: underline;
    transition: color 0.3s ease;
}

.galley_view .galley_view_notice_message a:hover {
    color: #1ABC9C; /* Tosca Green for hover on link */
}


/* === ANNOUNCEMENT FULL === */
.obj_announcement_full h1 {
    margin: 0;
    color: #1ABC9C; /* Tosca Green for title */
}

.obj_announcement_full .date {
    margin: 16px 0;
    color: #2C2A4A; /* Deep Indigo */
}

.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; /* Deep Indigo */
}

.obj_announcement_summary h2 a,
.obj_announcement_summary h3 a,
.obj_announcement_summary h4 a {
    text-decoration: none;
    color: #2C2A4A; /* Deep Indigo */
    transition: color 0.3s ease;
}

.obj_announcement_summary h2 a:hover,
.obj_announcement_summary h3 a:hover,
.obj_announcement_summary h4 a:hover {
    color: #1ABC9C; /* Tosca Green for hover */
}

.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;
    transition: color 0.3s ease;
}

.obj_announcement_summary .read_more:hover,
.obj_announcement_summary .read_more:focus {
    color: #FFC857; /* Golden Yellow for hover effect */
}

/* === ARTICLE PAGE HEADER === */
.obj_article_details > .page_title {
    margin: 0;
    color: #5D4037; /* Dark Brown for article title */
}

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

/* === AUTHOR SECTION === */
.obj_article_details .authors li {
    margin-bottom: .714rem;
}

.obj_article_details .authors .name {
    font-weight: bold;
    display: block;
    color: #5D4037; /* Dark Brown for author name */
}

.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; /* Light Brown for ORCID link */
    transition: color 0.3s ease;
}

.obj_article_details .authors .orcid a:hover {
    color: #1ABC9C; /* Tosca Green for hover */
}

.obj_article_details .authors .affiliation {
    font-size: .93rem;
    color: #5D4037; /* Dark Brown for affiliation */
}


/* === ENTRY SECTION === */
.obj_article_details .entry_details {
    margin: 0;
    width: 100%;
    border-top: 1px solid #8D6E63; /* Medium Brown for top border */
}

.obj_article_details .entry_details .item {
    padding: 1.43rem;
    border-bottom: 1px solid #A1887F; /* Light Brown for item border */
    word-wrap: break-word;
    background: #F4F1DE; /* Soft Beige for item background */
    transition: background 0.3s ease;
}

.obj_article_details .entry_details .item:hover {
    background: #A5D6A7; /* Mint Green for hover effect */
}

.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;
        width: 100%;
        object-fit: cover; /* Ensure image covers container without distortion */
    }
}

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

.pkp_structure_sidebar a:hover,
.pkp_structure_sidebar a:focus {
    color: #1ABC9C; /* Tosca Green for hover effect */
}

/* === FOOTER === */
footer {
    color: #2C2A4A !important; /* Muted Rose for footer text */
    background-color: #A5D6A7; /* Mint Green background for footer */
}

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

body {
    font-family: "Roboto", sans-serif;
    color: #3E2723; /* Very Dark Brown for text */
    line-height: 1.5;
    background-color: #FBEEDB; /* Soft Cream */
}

a {
    color: #2C2A4A; /* Muted Rose for links */
    text-decoration: none;
    transition: .3s all ease;
}

a:hover {
    color: #1ABC9C; /* Tosca Green for hover effect */
}

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

/* === BACK-TO-TOP BUTTON === */
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #1ABC9C; /* Tosca Green for background */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all .4s;
}

.back-to-top i {
    font-size: 28px;
    color: #FFC857; /* Golden Yellow for icon */
    line-height: 0;
}

.back-to-top:hover {
    background: #2C2A4A; /* Deep Indigo for hover effect */
    color: #F4F1DE; /* Soft Beige for icon */
}

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

/* === FEATURE SECTION === */
.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: #A5D6A7; /* Mint Green for background */
}

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

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

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

/* === STEP SECTION === */
.step {
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    background: #FFF8E1; /* Soft Cream for background */
    padding: 40px;
    border-radius: 10px;
    color: #263238;
    transition: background-color 0.3s ease;
}

.step:hover {
    background-color: #A5D6A7; /* Mint Green for hover effect */
}

.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 SECTION === */
.review h3 {
    font-size: 20px;
    color: #263238; /* Graphite for review heading */
}

.review p {
    line-height: 1.8;
    font-style: italic;
    color: #6D4C41; /* Milk Chocolate for text */
}

.review .stars span {
    color: #FFC857; /* Golden Yellow for stars */
}

.review .stars .muted {
    color: #2C2A4A; /* Muted Rose for muted stars */
}

.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 === */
.testimonials-slider .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #A5D6A7; /* Mint Green for inactive bullet */
    opacity: 1;
    border: 1px solid #6D4C41; /* Warm Brown border */
    transition: background-color 0.3s ease;
}

.testimonials-slider .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #1ABC9C; /* Tosca Green for active bullet */
}

/* === PRICING SECTION === */
.pricing {
    padding: 50px 50px 12rem;
    background: #FFF8E1; /* Soft Beige for background */
    color: #263238; /* Graphite for text */
    border-radius: 4px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
    position: relative;
}

.pricing h3 {
    color: #1ABC9C; /* Tosca Green for pricing title */
}

.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: none;
    font-size: 12px;
    letter-spacing: 0.2rem;
    display: block;
    margin-bottom: 20px;
    color: #2C2A4A; /* Deep Indigo for popularity */
}

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

.pricing ul li {
    margin-bottom: 10px;
    color: #263238; /* Graphite for list items */
}

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

.pricing .btn-white:hover {
    color: #FFF8E1; /* Soft Beige for text on hover */
    background: #6D4C41; /* Warm Brown for background on hover */
}

.pricing.popular {
    background: transparent;
    color: #FFF8E1; /* Soft Beige for text */
    box-shadow: none;
}

.pricing.popular h3 {
    color: #FFF8E1; /* Soft Beige for pricing title */
}

.pricing.popular .popularity {
    color: #FFF8E1; /* Soft Beige for popularity */
}

.pricing.popular .btn-white {
    border: 2px solid #1ABC9C; /* Tosca Green border for popular button */
    color: #1ABC9C; /* Tosca Green for text */
    background: #FFC857; /* Golden Yellow background */
}

.pricing.popular .btn-white:hover {
    background: #6D4C41; /* Warm Brown background on hover */
    color: #FFC857; /* Golden Yellow text on hover */
}

/* === CTA SECTION === */
.cta-section {
    background: transparent;
    color: #FFF8E1; /* Soft Beige */
}

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

@media screen and (max-width: 768px) {
    .cta-section h2 {
        font-size: 2rem; /* Adjust for smaller screens */
    }
}

.cta-section .btn {
    background: #1ABC9C; /* Tosca Green for button */
    color: #FFF8E1; /* Soft Beige for text */
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 700;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.cta-section .btn:hover,
.cta-section .btn:focus {
    background: #6D4C41; /* Warm Brown for hover */
    color: #FFF8E1; /* Soft Beige for text */
}

/* === FORM CONTROL === */
.form-control {
    height: 48px;
    border-radius: 5px;
    border: 1px solid #2C2A4A; /* Muted Rose for border */
    color: #263238; /* Graphite for text */
    transition: border-color 0.3s ease;
}

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

/* === VALIDATION & MESSAGES === */
.php-email-form .validate {
    display: none;
    color: #D00A6C; /* Red for error */
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

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

.php-email-form .sent-message {
    display: none;
    color: #FFF8E1; /* Soft Beige for text */
    background: #00796B; /* Olive Green for success message */
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.php-email-form .loading {
    display: none;
    background: #FFF8E1; /* Soft Beige for loading background */
    text-align: center;
    padding: 15px;
    color: #263238; /* Graphite for text */
}

.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; /* Mint Green */
    border-top-color: #E0E0E0; /* Light Gray */
    animation: animate-loading 1s linear infinite;
}

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

/* Keyframes for loading animation */
@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; /* Light Grey for metadata */
    font-size: 13px;
    margin-bottom: 10px;
}

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

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

.post-entry .post-text h3 a:hover,
.post-entry .post-text .readmore {
    color: #1ABC9C; /* Tosca Green for hover */
}

/* === Sidebar & Categories === */
.sidebar-box {
    margin-bottom: 30px;
    padding: 25px;
    background: #FFF8E1; /* Soft Beige */
    color: #263238; /* Graphite for text */
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #263238; /* Graphite for heading */
}

.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; /* Graphite for links */
    transition: color 0.3s ease;
}

.categories li.active a,
.sidelink li.active a {
    color: #1ABC9C; /* Tosca Green for active links */
    font-style: italic;
}

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

.comment-list li .comment-body {
    color: #263238; /* Graphite for comment text */
}

.comment-list li .comment-body .meta {
    text-transform: none;
    font-size: 13px;
    letter-spacing: 0.1em;
    color: #B0BEC5; /* Light Grey for meta information */
}

.comment-list li .comment-body .reply {
    background: #A5D6A7; /* Mint Green for reply button */
    color: #263238; /* Graphite for text */
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.comment-list li .comment-body .reply:hover {
    background: #1ABC9C; /* Tosca Green on hover */
}

/* === Search Box === */
.search-form {
    background: #F4F1DE; /* Soft Beige */
    padding: 10px;
    color: #263238; /* Graphite for text */
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.search-form .form-group input {
    padding-right: 50px;
    border: 1px solid #2C2A4A; /* Muted Rose for border */
    border-radius: 5px;
    transition: border-color 0.3s ease;
}

.search-form .form-group input:focus {
    border-color: #A5D6A7; /* Mint Green for focus */
    outline: none;
}


/* === HEADER === */
#header {
    height: 80px;
    z-index: 997;
    transition: all .5s;
    background-color: #1ABC9C; /* Tosca Green for background */
}

#header.header-scrolled {
    background: #1ABC9C !important; /* Tosca Green on scroll */
    height: 60px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
    color: #FFF8E1; /* Soft Beige for logo text */
    text-decoration: none;
}

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

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

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

/* === DROPDOWN MENU === */
.navbar .dropdown-menu {
    background-color: #FFF8E1 !important; /* Soft Beige for dropdown */
    border: none !important;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0;
    min-width: 200px;
}

.navbar .dropdown-menu a {
    color: #263238 !important; /* Graphite for dropdown text */
    background-color: transparent !important;
    padding: 10px 20px;
    display: block;
    transition: all 0.2s ease-in-out;
}

.navbar .dropdown-menu a:hover {
    background-color: rgba(165, 214, 167, 0.3) !important; /* Mint Transparent */
    color: #00796B !important; /* Olive Green on hover */
}

.navbar .dropdown-item.active,
.navbar .dropdown-item:active {
    background-color: rgba(165, 214, 167, 0.2) !important; /* Mint Transparent */
    color: #263238 !important; /* Graphite for active item */
}

/* === MOBILE NAV TOGGLE === */
.mobile-nav-toggle {
    color: #FFF8E1; /* Soft Beige for mobile nav icon */
    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 transparent */
    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: #FFF8E1; /* Soft Beige */
    overflow-y: auto;
    transition: 0.3s;
}

/* Default item link */
.navbar-mobile a,
.navbar-mobile a:focus {
    padding: 10px 20px;
    font-size: 15px;
    color: #263238; /* Graphite */
    transition: color 0.3s ease;
}

/* Hover/active state */
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
    color: #1ABC9C; /* Tosca 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: #FFF8E1; /* Soft Beige */
    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:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
    color: #1ABC9C; /* Tosca Green */
}

/* === Hero Section === */
.hero-section {
    background: url("https://journal.uinsgd.ac.id/public/site/images/aseptiadi/teal.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
    color: #FFF8E1; /* Soft Beige for text */
}

.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);
    
    /* Additional Fixes */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #3E2723; /* Dark Brown */
    font-weight: 600; /* Bold but sharp */
    text-shadow: none;
    opacity: 1; /* Ensure it's not blurry */
}

/* === HERO SECTION - iPhone Wrap === */
.hero-section .iphone-wrap .phone-1 a,
.hero-section .iphone-wrap .phone-2 a,
.hero-section .iphone-wrap strong {
    color: #1ABC9C; /* Tosca Green for links and bold text */
    font-weight: bold;
    text-decoration: none;
    opacity: 1;
}

/* Responsive design for larger screens */
@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;
    }
}

/* Responsive adjustments for smaller screens */
@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: #1ABC9C; /* Tosca Green background */
    color: #FFF8E1; /* Soft Beige for text */
    text-align: center;
}

/* === Footer Heading === */
.footer h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #FFF8E1; /* Soft Beige for heading */
    margin-bottom: 15px;
    text-transform: none;
}

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

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

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

.footer a:hover {
    color: #FFF8E1; /* Soft Beige when 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 Green for social icons */
    transition: color 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.footer .social-icons a:hover {
    color: #FFF8E1; /* Soft Beige on hover */
    transform: scale(1.2);
}

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

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

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

.social a span {
    display: inline-block;
    left: 50%;
    position:

/* Kotak dengan border Tosca Green */
.main-container .box {
    background-color: #A5D6A7; /* Mint Green */
    color: #263238; /* Graphite Text */
    padding: 1.5rem;
    border-radius: 10px;
    border: 2px solid #1ABC9C; /* Tosca Green Border */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.main-container .box h3 {
    font-size: 1.5rem;
    color: #FFF8E1; /* Soft Beige */
}

.main-container .box p {
    font-size: 1rem;
    color: #263238; /* Graphite */
}
