/* ========== GLOBAL STYLING ========== */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

body {
    font-family: 'Arial', sans-serif;
    background-color: #0a0f24 !important;
    background-image: url('/public/site/background.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #e0e7ff;
}

/* ========== HEADER STYLING ========== */
.pkp_structure_head,
#header,
.header,
.page-header {
    background-color: #1a237e !important;
    background-image: linear-gradient(to right, #1a237e, #283593) !important;
    color: #ffffff !important;
    padding: 15px 0;
    text-align: left;
    font-weight: bold;
}

.pkp_structure_head a:hover {
    background-color: #3949ab;
    color: #fff !important;
}

.pkp_site_name_wrapper {
    background-color: transparent !important;
    background-image: none !important;
    color: #ffffff !important;
    border: none !important;
    box-shadow: none !important;
}

.pkp_site_name .is_img img {
    max-height: 100% !important;
    width: 100% !important;
    object-fit: cover;
    margin: 0 auto;
}

.pkp_navigation_user_wrapper {
    top: 0;
    right: 0;
    padding-right: 30px;
}

#navigationUser {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    display: inline-block;
    padding: 5px 10px;
    border-radius: 8px;
    color: #bbdefb;
}

/* ========== STRUCTURE ========== */
.pkp_structure_page {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
}

.pkp_structure_footer {
    background-color: #121a44 !important;
    color: #cfd8dc !important;
}

.pkp_brand_footer {
    display: none;
}

/* ========== SIDEBAR ========== */
.pkp_sidebar {
    background: linear-gradient(to bottom, #0d1b2a, #1b263b);
    color: #ffffff !important;
    border-radius: 10px;
    padding: 15px;
}

.pkp_sidebar a {
    color: #bbdefb !important;
    text-decoration: none;
    display: block;
    padding: 8px 12px;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.pkp_sidebar a:hover {
    background-color: #3949ab;
    color: #e3f2fd !important;
}

.pkp_sidebar h2,
.pkp_sidebar h3 {
    color: #bbdefb;
    border-bottom: 1px solid #bbdefb55;
    padding-bottom: 5px;
    margin-top: 10px;
    font-size: 16px;
}

/* ========== JOURNAL CONTAINER ========== */
.journal-container {
    max-width: 900px;
    margin: 40px auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(10, 25, 65, 0.1);
    text-align: center;
    color: #000000;
}

.journal-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #1a237e;
    border-bottom: 3px solid #3949ab;
    display: inline-block;
    padding-bottom: 5px;
}

.journal-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
    justify-content: center;
    margin-bottom: 20px;
}

.journal-section a {
    display: block;
    background: #283593;
    color: white;
    padding: 12px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s ease-in-out;
}

.journal-section a:hover {
    background: #3949ab;
    transform: scale(1.05);
}

.tools-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 15px;
}

.tools-container img {
    width: 150px;
    height: auto;
    transition: 0.3s ease-in-out;
}

.tools-container img:hover {
    transform: scale(1.1);
}

.submission-container {
    margin-top: 30px;
}

.submission-button {
    display: inline-block;
    background: #3949ab;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 25px;
    border-radius: 8px;
    box-shadow: 0px 0px 5px #3949ab;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}

.submission-button:hover {
    background: #1a237e;
    transform: scale(1.1);
}

/* ========== EDITORIAL BOARD ========== */
.editor-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(10, 25, 65, 0.1);
    color: #000000;
}

.editor-title {
    font-size: 26px;
    font-weight: bold;
    color: #1a237e;
    border-bottom: 3px solid #3949ab;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.editor-card {
    background: #e8eaf6;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    color: #1a237e;
}

.editor-card h3 {
    font-size: 22px;
    font-weight: bold;
    color: #3949ab;
}

.editor-card p {
    font-size: 18px;
    font-weight: 500;
    color: #1a237e;
}

.institution {
    font-size: 16px;
    font-style: italic;
    color: #3949abaa;
}

.editor-list {
    list-style: none;
    padding: 0;
}

.editor-list li {
    font-size: 18px;
    padding: 10px;
    border-bottom: 1px solid #3949ab55;
    transition: all 0.3s ease-in-out;
    color: #1a237e;
}

.editor-list li:hover {
    background: #3949ab33;
    transform: scale(1.02);
    cursor: pointer;
}

.editor-list span {
    display: block;
    font-size: 14px;
    color: #3949ab;
}

i {
    margin-right: 5px;
    color: #3949ab;
}

/* ========== REVIEWER SECTION ========== */
.editor-section {
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    color: #1a237e;
}

.editor-section h2 {
    color: #3949ab;
    font-size: 22px;
    margin-bottom: 10px;
    border-bottom: 2px solid #3949ab;
    padding-bottom: 5px;
    display: inline-block;
}

.editor-section p {
    font-size: 16px;
    margin: 5px 0;
}

.editor-name {
    font-weight: bold;
    font-size: 18px;
    color: #1a237e;
}

.editor-id {
    font-size: 14px;
    color: #3949ab;
}

.editor-id a {
    color: #3949ab;
    text-decoration: none;
}

.editor-id a:hover {
    text-decoration: underline;
}

/* ========== FOCUS AND SCOPE ========== */
.journal-description {
    font-size: 16px;
    line-height: 1.6;
    color: #1a237e;
    text-align: justify;
    background-color: #ffffff;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 0 10px #3949ab22;
}

.highlight {
    font-weight: bold;
    color: #3949ab;
}

.journal-points {
    margin-top: 15px;
    padding: 10px;
    background: #3949ab22;
    border-left: 5px solid #3949ab;
    font-size: 16px;
    color: #1a237e;
}

.journal-points ul {
    padding-left: 20px;
}

.journal-points li {
    margin: 8px 0;
}

.note {
    font-size: 14px;
    color: #3949abaa;
    margin-top: 10px;
    font-style: italic;
}

/* ========== INDEXING ========== */
.index-container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(25, 39, 123, 0.1);
    text-align: center;
    color: #1a237e;
}

.index-title {
    font-size: 24px;
    font-weight: bold;
    color: #3949ab;
    margin-bottom: 15px;
}

.index-description {
    font-size: 16px;
    color: #3949abcc;
    margin-bottom: 20px;
}

.index-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.index-item img {
    width: 120px;
    height: auto;
    transition: transform 0.3s ease-in-out;
}

.index-item img:hover {
    transform: scale(1.1);
}

/* ========== SPONSORSHIP / INFO ========== */
.info-container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(25, 39, 123, 0.1);
    color: #1a237e;
}

.info-title {
    font-size: 24px;
    font-weight: bold;
    color: #3949ab;
    text-align: center;
    margin-bottom: 15px;
}

.info-section {
    margin-bottom: 20px;
}

.info-section h3 {
    font-size: 18px;
    font-weight: bold;
    color: #3949ab;
    margin-bottom: 5px;
}

.info-section p {
    font-size: 16px;
    color: #3949abcc;
    margin: 0;
}

.info-section a {
    color: #283593;
    text-decoration: none;
    font-weight: bold;
}

.info-section a:hover {
    text-decoration: underline;
}

/* ========== ABOUT JOURNAL ========== */
.home_journal_description,
.about_journal,
.journal_details {
    background-color: #ffffff;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(25, 39, 123, 0.1);
    color: #000000;
}
/* ========== CONTENT TEXT COLOR FIX ========== */
.pkp_structure_content,
.pkp_structure_main,
.pkp_structure_main a,
.pkp_structure_main p,
.pkp_structure_main li,
.pkp_structure_main span,
.pkp_structure_main h1,
.pkp_structure_main h2,
.pkp_structure_main h3,
.pkp_structure_main h4,
.pkp_structure_main h5,
.pkp_structure_main h6,
.pkp_structure_main div {
    color: #000000 !important;
}
