/* ==========================================
   PROFESSIONAL OJS BOOTSTRAP3 THEME
   ========================================== */

/* GLOBAL */
body {
    background: #f5f7fa;
    font-family: "Segoe UI", Arial, sans-serif;
    color: #334155;
    line-height: 1.7;
}

/* HEADER */
.navbar {
    background: linear-gradient(135deg,#0f172a,#1e3a8a);
    border: none;
    box-shadow: 0 3px 15px rgba(0,0,0,.15);
}

.navbar-brand,
.navbar-nav > li > a {
    color: #fff !important;
    font-weight: 600;
}

/* ===== DROPDOWN HOVER OJS ===== */

/* Parent dropdown */
#main-navigation .dropdown{
    position: relative;
}

/* Sembunyikan default */
#main-navigation .dropdown-menu{
    display: block;
    opacity: 0;
    visibility: hidden;

    transform: translateY(10px);

    transition:
        opacity .25s ease,
        transform .25s ease,
        visibility .25s;

    min-width: 240px;

    border: none;
    border-radius: 10px;

    box-shadow: 0 10px 30px rgba(0,0,0,.12);

    padding: 8px 0;
}

/* Tampilkan saat hover */
#main-navigation .dropdown:hover > .dropdown-menu{
    opacity: 1;
    visibility: visible;

    transform: translateY(0);
}


/* Menu utama */
#main-navigation > li > a{
    transition: .25s;
}


/* Mobile tetap klik */
@media (max-width:768px){
    #main-navigation .dropdown:hover > .dropdown-menu{
        opacity: 0;
        visibility: hidden;
    }

    #main-navigation .dropdown.open > .dropdown-menu{
        opacity: 1;
        visibility: visible;
    }
}
/* ==========================
   USER MENU PREMIUM
   ========================== */

/* Username */

#navigationUser a,
.navbar-nav.navbar-right > li > a {

    color: #ffffff !important;

    font-weight: 600;

    font-size: 15px;

    transition: .3s;
}

#navigationUser a:hover,
.navbar-nav.navbar-right > li > a:hover {

    color: #d4af37 !important;
}

/* Badge tugas */

.badge {

    background: #d4af37 !important;

    color: #081c4a !important;

    font-weight: 700;

    border-radius: 30px;

    padding: 4px 10px;

    margin-left: 5px;

    box-shadow:
        0 3px 10px rgba(212,175,55,.35);
}

/* Container user */

.navbar-right {

    margin-top: 10px;
}

/* User icon */

.navbar-right > li:last-child > a {

    background: rgba(255,255,255,.08);

    border-radius: 30px;

    padding: 8px 15px !important;

    backdrop-filter: blur(10px);
}

/* Hover */

.navbar-right > li:last-child > a:hover {

    background: rgba(212,175,55,.15);
}

/* LOGO / JOURNAL NAME */
.pkp_site_name,
.page-header {
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
}

.pkp_site_name a {
    font-size: 32px;
    font-weight: 700;
    color: #1e3a8a;
}

/* HOMEPAGE ABOUT */
.homepage_about {
    background: #fff;
    padding: 35px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
    margin-bottom: 30px;
}

/* ISSUE CARD */
.issue-summary,
.obj_issue_summary {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
    margin-bottom: 25px;
    transition: all .3s ease;
}

.issue-summary:hover,
.obj_issue_summary:hover {
    transform: translateY(-4px);
}

/* ARTICLE CARD */
.article-summary,

.obj_article_summary .title a {
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
}

.obj_article_summary .title a:hover {
    color: #2563eb;
}

/* BUTTON */
.btn,
.cmp_button,
.obj_galley_link {
    background: #d4af37;
    border: none;
    border-radius: 50px;
    color: #fff !important;
    padding: 7px 20px;
    transition: .3s;
}

.btn:hover,
.cmp_button:hover,
.obj_galley_link:hover {
    background: #1d4ed8;
}

/* SIDEBAR */
.pkp_block {
    background: #fff;
    border-radius: 15px;
    padding: 18px;
    margin-bottom: 20px;
    box-shadow: 0 3px 12px rgba(0,0,0,.06);
}

.pkp_block .title {
    color: #1e3a8a;
    font-weight: 700;
    border-bottom: 2px solid #e5e7eb;
    padding-bottom: 10px;
}

/* CURRENT ISSUE COVER */
.current_issue {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
}

/* SEARCH */
input[type=text],
input[type=password],
input[type=email],
select {
    border-radius: 8px;
    border: 1px solid #d1d5db;
    min-height: 42px;
}

/* FOOTER */
footer,
.pkp_structure_footer_wrapper {
    background: #0f172a;
    color: white;
    margin-top: 50px;
    padding: 40px 0;
}

footer a,
.pkp_structure_footer_wrapper a {
    color: #fbbf24;
}

/* RESPONSIVE */
@media(max-width:768px){

    .pkp_site_name a{
        font-size:24px;
    }

    .homepage_about{
        padding:20px;
    }

}
/* =========================================
   SENAFIL PROFESSIONAL THEME
   OJS 3.5 + Bootstrap 3
   ========================================= */

/* ===== GOOGLE-LIKE CLEAN DESIGN ===== */

body {
    background: #f8fafc;
    font-family: "Segoe UI", Arial, sans-serif;
    color: #334155;
    line-height: 1.7;
}

/* ===== HEADER ===== */

.navbar-default {
    background: linear-gradient(
        135deg,
        #0f172a 0%,
        #1e3a8a 100%
    ) !important;

    border: none !important;
    box-shadow: 0 3px 20px rgba(0,0,0,.15);
}

.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-brand {
    color: #fff !important;
    font-weight: 600;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #d4af37 !important;
}

/* ===== JOURNAL TITLE ===== */

.pkp_site_name a {
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff !important;
    letter-spacing: 1px;
}

/* ===== HERO EFFECT ===== */

.page_index_site .page,
.page_index_journal .page {

    margin-top: 25px;
}

/* ===== ABOUT JOURNAL ===== */

.homepage_about {

    background: #fff;
    border-radius: 20px;
    padding: 35px;

    box-shadow:
    0 10px 30px rgba(15,23,42,.08);

    margin-bottom: 35px;
}

/* ===== CURRENT ISSUE ===== */

.current_issue,
.obj_issue_summary {

    background: #fff;
    border-radius: 10px;

    padding: 25px;

    box-shadow:
    0 8px 25px rgba(0,0,0,.07);

    transition: all .3s ease;
}

.current_issue:hover,
.obj_issue_summary:hover {

    transform: translateY(-4px);
}

/* ===== ARTICLE CARD ===== */

.obj_article_summary {

    background: #fff;

    border-radius: 16px;

    padding: 20px;

    margin-bottom: 20px;

    border-left: 5px solid #1e40af;

    box-shadow:
    0 4px 18px rgba(0,0,0,.06);

    transition: all .3s ease;
}

.obj_article_summary:hover {

    transform: translateY(-3px);

    box-shadow:
    0 8px 24px rgba(0,0,0,.10);
}

/* ===== ARTICLE TITLE ===== */

.obj_article_summary .title a,
.article-details h1 {

    color: #0f172a !important;

    font-weight: 700;

    font-size: 22px;

    text-decoration: none;
}

.obj_article_summary .title a:hover {

    color: #1e40af !important;
}

/* ===== AUTHOR ===== */

/* Warna tetap */
.authors,
.meta {
    color: #0f172a;
}

/* Hanya untuk nomor halaman */
.meta .pages,
.pages {
    float: right;
    text-align: right;
    margin-left: auto;
    display: inline-block;
    font-size: 0.95em;
    color: #64748b;
}

/* Mencegah elemen lain tertarik oleh float */
.meta::after {
    content: "";
    display: table;
    clear: both;
}
/* ===== PDF BUTTON ===== */


.obj_galley_link:hover,
.cmp_button:hover,
.btn-primary:hover {

    background: #17338c !important;
}

.obj_galley_link,
.galley-link,
.cmp_download_link {
    position: relative !important;
    z-index: 9999 !important;
    pointer-events: auto !important;
}
/* ===== SIDEBAR ===== */

.pkp_block {

    background: white;

    border-radius: 16px;

    padding: 18px;

    margin-bottom: 20px;

    box-shadow:
    0 4px 15px rgba(0,0,0,.06);
}

.pkp_block .title {

    color: #1e40af;

    font-weight: 700;

    border-bottom: 2px solid #e2e8f0;

    padding-bottom: 10px;
}

/* ===== COVER IMAGE ===== */

.cover img,
.current_issue img {

    border-radius: 12px;

    box-shadow:
    0 10px 25px rgba(0,0,0,.15);
}

/* ===== TABLE ===== */

table {

    background: white;

    border-radius: 12px;

    overflow: hidden;
}

/* ===== SEARCH ===== */

input[type=text],
input[type=password],
input[type=email],
select {

    border-radius: 10px;

    border: 1px solid #cbd5e1;

    min-height: 42px;
}

/* ===== FOOTER ===== */

footer,
.pkp_structure_footer_wrapper {

    background:
    linear-gradient(
        135deg,
        #0f172a,
        #172554
    );

    color: white;

    margin-top: 60px;

    padding: 40px 0;
}

footer a,
.pkp_structure_footer_wrapper a {

    color: #d4af37;
}

/* ===== HEADINGS ===== */
h1, h3, h4 {
    color: #0f172a;
    font-weight: 700;
}

/* ===== PROFESSIONAL H2 ===== */
h2{
    color:#0f172a;
    font-weight:700;
    text-align:center;
    position:relative;
    display:block;
    padding-bottom:5px;
    letter-spacing:.5px;
}

/* Garis dekoratif elegan */
h2::after{
    content:"";
    width:90px;
    height:4px;

    background:linear-gradient(
        90deg,
        #d4af37,
        #f6e27a,
        #b8860b
    );

    border-radius:10px;

    position:absolute;
    left:50%;
    bottom:0;

    transform:translateX(-50%);
}

/* Aksen kecil di atas garis */
h2::before{
    content:"◆";

    position:absolute;
    left:50%;
    bottom:-6px;

    transform:translateX(-50%);

    background:#fff;
    color:#c59d1c;

    padding:0 8px;
    font-size:12px;
}

/* ===== RESPONSIVE ===== */

@media(max-width:768px){

    .pkp_site_name a{
        font-size:1.5rem;
    }

    .homepage_about{
        padding:20px;
    }
}
/* ==========================
   SENAFIL MODERN STYLE
   ========================== */

/* BACKGROUND */
body{
    background:#f4f6f9;
    font-family:'Segoe UI',sans-serif;
    font-size: 16px;
}

/* HEADER */
.navbar{
    background:linear-gradient(135deg,#0f172a,#1e3a8a)!important;
    border:none!important;
    box-shadow:0 3px 15px rgba(0,0,0,.15);
}

.navbar-brand{
    font-weight:700;
    font-size:22px;
}

/* HERO */
.senafil-hero{

    background:
    linear-gradient(
        rgba(15,23,42,.85),
        rgba(15,23,42,.75)
    ),
    url('https://www.dropbox.com/scl/fi/bwwes4km8o6yse9hfkkjy/Gemini_Generated_Image_mpok7qmpok7qmpok.png?rlkey=0gg18199thwo3134f8p7v3hhr&st=3knxlcas&dl=1');

    background-size:cover;
    background-position:center;

    color:white;

    border-radius:20px;

    padding:80px 60px;

    margin-bottom:30px;

    box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.senafil-hero h1{
    color:white;
    font-size:48px;
    font-weight:700;
    max-width:800px;
}

.senafil-hero p{
    font-size:20px;
    max-width:700px;
    margin-top:20px;
}

/* BUTTON */

.hero-btn,
.hero-btn-outline{

    display:inline-block;

    margin-top:20px;

    padding:12px 28px;

    border-radius:50px;

    text-decoration:none!important;

    font-weight:600;
}

.hero-btn{

    background:#d4af37;

    color:white!important;
}

.hero-btn-outline{

    border:2px solid white;

    color:white!important;

    margin-left:10px;
}

/* BLOCK */
.block,
.pkp_block{

    background:white;

    border-radius:16px;

    box-shadow:
    0 4px 18px rgba(0,0,0,.06);

    border:none!important;
}

/* ARTICLE CARD */

.obj_article_summary{

    background:white;

    border-radius:16px;

    padding:20px;

    margin-bottom:20px;

    box-shadow:
    0 4px 16px rgba(0,0,0,.08);

    border-left:5px solid #1e40af;
}

.obj_article_summary:hover{

    transform:translateY(-3px);

    transition:.3s;
}

/* ISSUE CARD */

.obj_issue_summary{

    background:white;

    border-radius:16px;

    padding:25px;

    box-shadow:
    0 4px 16px rgba(0,0,0,.08);
}

/* SIDEBAR TITLES */

.pkp_block .title{

    color:#1e3a8a;

    font-weight:700;

    font-size:24px;
}

/* FOOTER */

footer{

    min-height: 150px !important;
    background: linear-gradient(
        135deg,
        #081c4a 0%,
        #0f172a 50%,
        #1e3a8a 100%
    ) !important;
    border: none !important;
}

/* Hilangkan logo OJS di footer */

.pkp_brand_footer,
.pkp_footer_content img[src*="ojs_brand"],
footer img[src*="ojs_brand"] {

    display: none !important;
}
/* =================================
   SENAFIL CONTENT SECTION
   ================================= */

.senafil-home{
    margin-top:30px;
}

.senafil-about h2{

    color:#1e3a8a;

    font-weight:700;

    margin-bottom:20px;
}

.senafil-about p{

    font-size:17px;

    line-height:1.9;
}

.senafil-highlight{

    display:flex;

    gap:20px;

    flex-wrap:wrap;
}

.highlight-card{

    flex:1;

    min-width:250px;

    background:#fff;

    border-radius:18px;

    padding:25px;

    text-align:center;

    box-shadow:
    0 6px 20px rgba(0,0,0,.08);
}

.highlight-card h3{

    color:#1e3a8a;

    margin-bottom:15px;
}

/* ==================================
   SENAFIL SPEAKERS SECTION
   ================================== */

.senafil-speakers{

    margin:60px auto;

    max-width:1200px;
}

.senafil-speakers h2{

    text-align:center;

    font-size:38px;

    font-weight:700;

    color:#1e3a8a;

    margin-bottom:40px;

    position:relative;
}

.senafil-speakers h2:after{

    content:"";

    display:block;

    width:80px;

    height:4px;

    background:#d4af37;

    margin:15px auto 0;

    border-radius:10px;
}

/* GRID */

.speaker-grid{

    display:flex;

    flex-wrap:wrap;

    justify-content:center;

    gap:30px;
}

/* CARD */

.speaker-card{

    background:#081c4a;

    width:340px;

    border-radius:20px;

    overflow:hidden;

    box-shadow:
        0 10px 30px rgba(0,0,0,.08);

    transition:.35s;
}

.speaker-card:hover{

    transform:translateY(-8px);

    box-shadow:
        0 15px 35px rgba(0,0,0,.15);
}

/* FOTO */

.speaker-card img{

    width: 65%;

    height: 210px;

    object-fit: cover;

    display: block;

    margin: 22px auto;

    padding: 6px;

    background: linear-gradient(
        135deg,
        #c79d1b,
        #2746b0
    );

    border-radius: 16px;

    box-shadow:
        0 10px 26px rgba(0,0,0,.12);

}

/* NAMA */

.speaker-card h3{

    padding:20px 20px 5px;

    margin:0;

    color:#d4af37;

    font-size:22px;

    font-weight:700;
}

/* INSTANSI */

.speaker-title{

    padding:0 20px;

    color:#d4af37;

    font-weight:600;

    margin-bottom:5px;
}

/* DESKRIPSI */

.speaker-card p{

    padding:0 20px 20px;

    color:#ffffff;

    line-height:1.7;
}

/* RESPONSIVE */

@media(max-width:768px){

    .speaker-card{

        width:100%;
    }

    .speaker-card img{

        height:280px;
    }

}
/* ============================
   SENAFIL PREMIUM HEADER
   ============================ */

.navbar {

    min-height:120px !important;

    background:
    linear-gradient(
        135deg,
        #081c4a 0%,
        #0f172a 60%,
        #1e3a8a 100%
    ) !important;

    border:none !important;

    box-shadow:
    0 5px 20px rgba(0,0,0,.15);
}

/* Nama jurnal */

.navbar-brand {

    font-size:34px !important;

    font-weight:700 !important;

    color:#fff !important;

    line-height:1.2 !important;

    padding-top:35px !important;

    max-width:650px;
}

/* Menu */

.navbar-nav {

    margin-top:35px !important;
}

.navbar-nav > li > a {

    color:#fff !important;

    font-size:16px;

    font-weight:600;

    padding:12px 18px !important;

    transition:.3s;
}

.navbar-nav > li > a:hover {

    color:#d4af37 !important;
}


/* Space setelah navbar */

#main-content,
.page {

    margin-top:20px;
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
}
/* Bootstrap 3 */

.col-md-8,
.col-md-9,
.col-md-10 {

    width: 100% !important;

    margin: 0 auto !important;
}

/* Homepage */

.page_index_journal .homepage_about,
.page_index_journal .current_issue,
.page_index_journal .cmp_announcements {
    
    max-width: 1100px;
    
    margin-left: auto;
    
    margin-right: auto;
}
/* =========================
   HEADER CENTERED SENAFIL
   ========================= */

.navbar {
    min-height: 180px !important;
    background: linear-gradient(
        135deg,
        #081c4a 0%,
        #0f172a 50%,
        #1e3a8a 100%
    ) !important;
    border: none !important;
}

/* Hilangkan float bawaan Bootstrap */

.navbar-header {
    float: none !important;
    width: 100%;
    text-align: center;
}

/* Nama jurnal */

.navbar-brand {

    float: none !important;

    display: block !important;

    width: 80% !important;

    height: auto !important;

    text-align: center;

    font-size: 34px !important;

    line-height: 1.2 !important;

    font-weight: 700;

    color: #fff !important;

    margin: 10px auto 10px auto !important;

    padding: 0 !important;

    white-space: normal !important;
}

/* Menu */

.navbar-nav {

    float: none !important;

    display: table !important;

    margin: 15px auto !important;
}

.navbar-nav > li {
    float: left !important;
    margin: -8px !important;
}

.navbar-nav > li > a {

    color: #fff !important;

    font-size: 18px;

    font-weight: 600;

    padding: 12px 25px !important;
}

.navbar-nav > li > a:hover {
    color: #d4af37 !important;
}

/* Garis emas bawah header */

.navbar:after {

    content: "";

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 3px;

    background: #d4af37;
}
/* ==========================
   SENAFIL PREMIUM DROPDOWN
   ========================== */

.dropdown-menu {

    background:
    linear-gradient(
        180deg,
        #0f172a,
        #081c4a
    );

    border: none;

    border-radius: 12px;

    min-width: 220px;

    padding: 10px 0;

    margin-top: 10px;

    box-shadow:
        0 15px 30px rgba(0,0,0,.25);

    overflow: hidden;
}

/* Arrow dropdown */

.dropdown-menu:before {

    content: "";

    position: absolute;

    top: -8px;

    left: 30px;

    width: 15px;

    height: 15px;

    background: #081c4a;

    transform: rotate(45deg);
}

/* Item */

.dropdown-menu > li > a {

    color: #ffffff !important;

    padding: 12px 20px;

    font-size: 15px;

    font-weight: 500;

    transition: all .25s ease;
}

/* Hover */

.dropdown-menu > li > a:hover {

    background:
    linear-gradient(
        90deg,
        rgba(212,175,55,.15),
        rgba(212,175,55,.05)
    );

    color: #d4af37 !important;

    padding-left: 28px;
}

/* Active */

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover {

    background: #d4af37 !important;

    color: #081c4a !important;

    font-weight: 700;
}

/* Divider */

.dropdown-menu .divider {

    background:
    rgba(255,255,255,.1);
}

/* Hover menu utama */

.navbar-nav > li.dropdown:hover > a {

    color: #d4af37 !important;
}

/* Efek muncul */

.dropdown-menu {

    opacity: 0;

    visibility: hidden;

    transform: translateY(10px);

    transition: all .25s ease;
}

.open .dropdown-menu {

    opacity: 1;

    visibility: visible;

    transform: translateY(0);
}
/* =================================
   SENAFIL BREADCRUMB PREMIUM
   ================================= */

.cmp_breadcrumbs {

    margin: 25px 0;

    padding: 0;
}

/* Container */

.cmp_breadcrumbs .breadcrumb {

    background:
        linear-gradient(
            135deg, #8c7324, #d4af37, #eed48f
        );

    border-left: 4px solid #d4af37;

    border: none;

    border-radius: 12px;

    padding: 12px 20px;

    box-shadow:
        0 4px 15px rgba(0,0,0,.06);

    margin-bottom: 20px;
}

/* Link */

.cmp_breadcrumbs .breadcrumb li a {

    color: #081c4a;

    font-weight: 600;

    text-decoration: none;

    transition: .3s;
}

.cmp_breadcrumbs .breadcrumb li a:hover {

    color: #1e3a8a;
}

/* Separator */

.breadcrumb > li + li:before {

    content: ">";

    color: #081c4a;

    font-size: 16px;

    padding: 0 10px;
}

/* Active page */

.cmp_breadcrumbs .breadcrumb > .active {

    color: #1e3a8a;

    font-weight: 600;
}

/* Home */
.navbar-nav li:first-child > a:before{

    font-family:'Glyphicons Halflings';

    content:"\e021";

    margin-right:0px;
}

/* Issues */
.navbar-nav li:nth-child(2) > a:before{

    font-family:'Glyphicons Halflings';

    content:"\e022";

    margin-right:0px;
}

/* Editorial Team */
.navbar-nav li:nth-child(3) > a:before{

    font-family:'Glyphicons Halflings';

    content:"\e008";

    margin-right:0px;
}

/* Policies */
.navbar-nav li:nth-child(4) > a:before{

    font-family:'Glyphicons Halflings';

    content:"\e067";

    margin-right:0px;
}

/* About */
.navbar-nav li:nth-child(5) > a:before{

    font-family:'Glyphicons Halflings';

    content:"\e085";

    margin-right:0px;
}

/* Announcement */
.navbar-nav li:nth-child(6) > a:before{

    font-family:'Glyphicons Halflings';

    content:"\e122";

    margin-right:0px;
}

/* Submission */
.navbar-nav li:nth-child(7) > a:before{

    font-family:'Glyphicons Halflings';

    content:"\e167";

    margin-right:0px;
}

/* Conference */
.navbar-nav li:nth-child(8) > a:before{

    font-family:'Glyphicons Halflings';

    content:"\e135";

    margin-right:0px;
}
/* Hilangkan icon pada item dropdown */

.dropdown-menu li a:before{

    content:none !important;

    display:none !important;
}
/* ===== Conference Description ===== */

/* Responsive */
@media (max-width: 768px) {

    .journal-description .senafil-poster {
        float: none;
        display: block;
        margin: 0 auto 20px auto;
        width: 220px;
    }

    .journal-description p {
        font-size: 15px;
    }
}
/* ===== ARTICLE TITLE ===== */

.media-heading a{
    display: block;
    padding: 10px 10px;
    background: linear-gradient(
        135deg,
        rgba(188, 152, 39, 0.10),
        rgba(39, 70, 176, 0.05)
    );

    color: #0f274f;
    text-decoration: none;

    border-left: 6px solid #c79d1b;
    border-radius: 12px;

    font-size: 1 rem;
    font-weight: 700;

    box-shadow:
        0 6px 18px rgba(0,0,0,0.08);

    transition: all .35s ease;
    margin-bottom: -16px;
}

/* Hover */
.media-heading a:hover{
    transform: translateY(-3px);

    background: linear-gradient(
        135deg,
        rgba(188,152,39,.18),
        rgba(39,70,176,.10)
    );

    color: #183f88;

    box-shadow:
        0 10px 28px rgba(0,0,0,0.12);

    border-left-color: #2746b0;
}

/* garis bawah elegan */
.media-heading a::after{
    content: "";
    display: block;

    width: 70px;
    height: 3px;

    margin-top: 12px;

    background: linear-gradient(
        to right,
        #c79d1b,
        #2746b0
    );

    border-radius: 10px;

    transition: .3s;
}

.media-heading a:hover::after{
    width: 120px;
}

/* Responsive */
@media(max-width:768px){
    .media-heading a{
        font-size: 1.2rem;
        padding: 14px 18px;
    }
}
/* ===== AUTHOR BOX ===== */

.meta{
    margin-top: 18px;
}

.meta .authors{
    display: inline-block;

    padding: 0px 50px;

    background: linear-gradient(
        135deg,
        rgba(39,70,176,0.08),
        rgba(199,157,27,0.08)
    );

    border: 0px solid rgba(39,70,176,.15);
    border-left: 5px solid #2746b0;

    border-radius: 10px;

    color: #183153;

    font-size: 13px;
    font-weight: 500;

    box-shadow:
        0 4px 12px rgba(0,0,0,.06);

    transition: .3s ease;
    margin-bottom: 6px;
}

/* hover halus */
.meta .authors:hover{
    transform: translateY(-2px);

    box-shadow:
        0 8px 20px rgba(0,0,0,.10);

    border-left-color: #c79d1b;
}

/* tambah ikon */
.meta .authors::before{
    content: "✦ ";
    color: #c79d1b;
    font-weight: bold;
}
/* ===== CURRENT ISSUE TITLE ===== */
.current_issue_title.lead{
    display: inline-block;

    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.45;

    color: #1e293b;

    background: #ffffff;
    padding: 18px 26px;

    border-left: 6px solid #c79d1b;
    border-radius: 10px;

    box-shadow:
        0 6px 18px rgba(0,0,0,.08);

    margin: 20px 0 28px;
    max-width: 100%;
}

/* Tambahan agar judul panjang tetap nyaman */
.current_issue_title.lead{
    word-break: break-word;
}

/* Responsive */
@media (max-width:768px){
    .current_issue_title.lead{
        font-size: 1.15rem;
        padding: 14px 18px;
        border-left-width: 4px;
    }
}
/* ===== ISSUE SERIES / VOLUME ===== */

.series.lead{
    display: inline-flex;
    align-items: center;

    margin-top: 10px;
    padding: 6px 14px;

    font-size: 12px;
    font-weight: 600;

    color: #0f274f;

    background: rgba(15,118,110,.08);

    border-radius: 999px;

    letter-spacing: .3px;

    line-height: 1.3;
}

/* Tambahkan garis kecil sebelum volume */
.series.lead::before{
    content: "";
    width: 6px;
    height: 6px;

    background: #c79d1b;

    border-radius: 50%;

    margin-right: 8px;
}

/* Responsive */
@media (max-width:768px){

    .series.lead{
        font-size: .85rem;

        padding: 5px 12px;
    }

}
/* ==========================
EDITORIAL BOARD - OJS SAFE
========================== */

.ft-editorial-board{

max-width:1100px;

margin:40px auto;

padding:0;

font-family:inherit;

color:#1f2937;

}


/* HEADER */

.ft-editorial-header{

text-align:center;

margin-bottom:45px;

}

.ft-editorial-header h2{

margin:0;

font-size:34px !important;

font-weight:700;

color:#183153;

}

.ft-editorial-header p{

margin-top:10px;

color:#64748b;

font-size:15px;

}


/* SECTION */

.ft-editorial-section{

margin-bottom:50px;

}

.ft-editorial-title{

display:inline-block;

padding:10px 18px;

background:#183153;

color:#fff;

border-radius:8px;

font-size:18px;

font-weight:600;

margin-bottom:22px;

}


/* GRID */

.ft-editorial-grid{

display:grid;

grid-template-columns:
repeat(auto-fit,minmax(280px,1fr));

gap:20px;

}


/* CARD */

.ft-editorial-card,
.ft-editorial-chief{

background:#fff;

padding:28px;

border-radius:14px;

border:1px solid #e5e7eb;

box-shadow:
0 8px 24px rgba(0,0,0,.06);

transition:.25s;

}

.ft-editorial-card:hover,
.ft-editorial-chief:hover{

transform:translateY(-3px);

box-shadow:
0 14px 30px rgba(0,0,0,.10);

}


/* CHIEF */

.ft-editorial-chief{

background:
linear-gradient(
135deg,
#183153,
#24538f
);

color:white;

}

.ft-editorial-chief h3{

color:white !important;

}

.ft-editorial-chief .ft-editorial-affiliation{

color:rgba(255,255,255,.9);

}


/* TEXT */

.ft-editorial-card h3,
.ft-editorial-chief h3{

margin:0 0 10px;

font-size:22px;

font-weight:700;

line-height:1.4;

}

.ft-editorial-card p,
.ft-editorial-affiliation{

margin-top:14px;

line-height:1.8;

font-size:14px;

color:#4b5563;

}

.ft-editorial-card strong{

display:block;

margin-bottom:10px;

font-size:13px;

letter-spacing:.08em;

text-transform:uppercase;

color:#183153;

}


/* ID */

.ft-editorial-id{

display:inline-block;

margin-top:6px;

padding:8px 14px;

border-radius:999px;

background:#eef4ff;

color:#24538f;

font-size:13px;

font-weight:600;

}

.ft-editorial-chief .ft-editorial-id{

background:
rgba(255,255,255,.18);

color:white;

}


/* MOBILE */

@media (max-width:768px){

.ft-editorial-header h2{

font-size:28px !important;

}

.ft-editorial-card,
.ft-editorial-chief{

padding:22px;

}

}
/* ===============================
   SENAFIL PREMIUM FOOTER
   =============================== */

.senafil-footer{

background:
linear-gradient(
135deg,
#06173d,
#0b255f
);

color:#fff;

margin-top:0px;

padding:0px 0 0;

}

/* Container */

.footer-container{

max-width:1200px;

margin:auto;

display:flex;

flex-wrap:wrap;

gap:50px;

padding:0 40px;

}

/* Kolom */

.footer-col{

flex:1;

min-width:220px;

}

/* Judul */

.footer-col h3{

color:#d4af37;

font-size:22px;

font-weight:700;

margin-bottom:20px;

position:relative;
}

.footer-col h3:after{

content:"";

display:block;

width:50px;

height:3px;

background:#d4af37;

margin-top:10px;

}

/* Isi */

.footer-col p{

line-height:1.9;

color:#d6d9e4;
}

.footer-col ul{

list-style:none;

padding:0;

margin:0;
}

.footer-col li{

margin-bottom:14px;

color:#d6d9e4;
}

.footer-col a{

color:#d6d9e4 !important;

text-decoration:none;

transition:.3s;
}

.footer-col a:hover{

color:#d4af37 !important;

padding-left:6px;
}

/* Bottom */

.footer-bottom{

margin-top:50px;

padding:25px;

text-align:center;

background:
rgba(255,255,255,.05);

font-size:14px;

color:#cfd7ea;
}

/* Responsif */

@media(max-width:768px){

.footer-container{

display:block;

padding:0 25px;
}

.footer-col{

margin-bottom:35px;
}

}
/* ===== REVIEW FORM ===== */
.review-form{
    max-width: 980px;
    margin: 30px auto;
    font-family: "Segoe UI", Arial, sans-serif;
    color:#2c3e50;
}

.review-header{
    background: linear-gradient(135deg,#1e3a5f,#284b73);
    color:#fff;
    padding:28px;
    border-radius:14px 14px 0 0;
    box-shadow:0 6px 18px rgba(0,0,0,.12);
}

.review-header h2{
    margin:0;
    font-size:28px;
    font-weight:700;
}

.review-header p{
    margin-top:10px;
    line-height:1.7;
    opacity:.95;
}

.review-card{
    background:#fff;
    border:1px solid #dbe4ec;
    border-top:none;
    border-radius:0 0 14px 14px;
    overflow:hidden;
    box-shadow:0 8px 25px rgba(0,0,0,.06);
}

.review-item{
    padding:24px 30px;
    border-bottom:1px solid #edf2f7;
}

.review-item:last-child{
    border-bottom:none;
}

.review-label{
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:12px;
}

.review-number{
    width:34px;
    height:34px;
    border-radius:50%;
    background:#294f74;
    color:white;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    flex-shrink:0;
}

.review-title{
    font-size:18px;
    font-weight:700;
    color:#1e3a5f;
}

.review-desc{
    color:#566573;
    line-height:1.8;
    margin-bottom:14px;
}

.review-input{
    width:100%;
    min-height:120px;
    padding:14px 16px;
    border:1px solid #cfd8e3;
    border-radius:10px;
    resize:vertical;
    font-size:15px;
    transition:.25s;
    box-sizing:border-box;
}

.review-input:focus{
    border-color:#1e3a5f;
    outline:none;
    box-shadow:0 0 0 4px rgba(41,79,116,.12);
}

.required{
    color:#c0392b;
}

@media(max-width:768px){

.review-header{
padding:22px;
}

.review-item{
padding:20px;
}

.review-title{
font-size:16px;
}

}
/* Layout gambar + teks */
.journal-poster{
    display:flex;
    align-items:flex-start;
    gap:32px;

    background:#fff;
    padding:28px;
    border-radius:14px;

    box-shadow:
        0 6px 18px rgba(0,0,0,.08);

    margin:30px 0;
}

/* Kolom gambar */
.poster-image{
    flex:0 0 340px;
}

.poster-image img{
    width:100%;
    height:auto;

    border-radius:10px;

    box-shadow:
        0 10px 28px rgba(0,0,0,.12);

    border:4px solid #f5f5f5;

    display:block;
}

/* Kolom teks */
.poster-content{
    flex:1;
}

.poster-content p{
    text-align:justify;

    line-height:1.9;

    color:#444;

    margin-bottom:18px;
}

/* Mobile */
@media (max-width:768px){

    .journal-poster{
        flex-direction:column;
    }

    .poster-image{
        width:100%;
        max-width:320px;
        margin:auto;
    }

}
