.pkp_site_name {
	text-align:center
}
.pkp_site_name .is_img img{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top:5px;
	margin-bottom:0px;
}

.pkp_page_index .journals > ul > li{
	display: block;
	width: 100%;
	padding:0;
	text-align:center;
	box-shadow:none;
	border: none;
}

@media only screen and (min-width:768px){
.pkp_page_index .journals > ul > li{
	display:flex;
	text-align:center;
	float:left;
	flex-direction: column;
	margin-bottom: 30px;
	width: calc(50% - 7.5px);
	padding: 15px;
	box-shadow: 0 .3rem 1.525rem -.375rem rgba(0, 0, 0, .15);
	margin:auto auto 15px auto;
	border-radius:5px;
	transition: all .3s ease-in-out;
	width:275px; /*lebar kotak*/
	height:500px;  /*tinggi kotak*/
	margin-left:5px;
	margin-right:5px
	}
}
/*lebar ukuran*/
@media (min-width: 992px) {
    .pkp_structure_content {
        padding-top:2.143rem;
        width:100%;
    }
}

@media (min-width: 992px) {
	.pkp_structure_main:first-child:last-child {
		float:none;
		margin-left: auto;
		margin-right: auto;
		margin-top: 2.857rem;
		width:1200px
    }

    
	
	.pkp_structure_main:first-child:last-child:before {
		left: 150px
    }

	.pkp_structure_main:first-child:last-child:after {
		left: auto;
		right: 150px
    }
}

@media only screen and (min-width:768px){
.pkp_page_index .journals > ul > li:nth-of-type(odd){
	width:275px; /*lebar kotak*/
	height:500px;  /*tinggi kotak*/
}
}
.pkp_page_index .journals > ul > li:hover{
	box-shadow: none;
}
@media only screen and (min-width:768px){
.pkp_page_index .journals > ul > li:hover{
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .15);
    }
}
.pkp_page_index .journals > ul > li:hover img{
	-webkit-filter: grayscale(90%);
	filter: grayscale(90%);
	margin-top:-3px;
}
.pkp_page_index .journals > ul > li::before, .pkp_page_index .journals > ul > li::after{
	display:none;
}
.pkp_page_index .journals .description{
	display: block;
    max-height: 105px; /*tinggi deskripsi*/
	overflow: hidden;
	text-overflow: ellipsis;
}
.pkp_page_index .journals .description p{
    margin:0;
    line-height:1.25;
	text-align:justify;
	
}
.pkp_page_index .journals .thumb{
	float:none;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	text-align:center;
}
@media only screen and (min-width:768px){
	.pkp_page_index .journals .thumb{
		flex: 15%;
		float: left;
		display: inline-block;
		width:150px; /*lebar gambar*/
	}
}
.pkp_page_index .journals .body{
	flex: 100%;
	float: none;
}
@media only screen and (min-width:768px){
	.pkp_page_index .journals .body{
		flex: 75%;
	}
}
.pkp_page_index .journals .thumb + .body{
	width:auto;
	float: none;
	margin-top:10px
}


.pkp_page_index .journals img{
	border-radius:5px;
	box-shadow: 0 .3rem 1.525rem -.375rem rgba(0, 0, 0, .15);
	transition: all .3s ease-in-out;
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
	height:150px; /*tinggi gambar*/
}

.pkp_page_index .journals h3{
	margin-top: 15px;
	margin-bottom: 15px;
	font-size:14px;
	line-height: 1.25;
	font-family: "Menlo",Monaco,Consolas, Courier New,monospace;
	    text-align: left;
	font-weight:normal;
}

.pkp_page_index .journals .body h3 a{
	color:#0090d7;
	transition: all .3s ease-in-out;

}
.pkp_page_index .journals .body h3 a:hover{
	color:#2b7822
}
.pkp_page_index .journals .links li{
    margin:15px auto;
}
.pkp_page_index .journals .links li a{
	padding:5px 10px;
	border-radius: 1px;
	background:#0090d7;
	color:#fff;
	text-decoration:none;
	transition: all .3s ease-in-out;
	box-shadow: 0 .3rem 1.525rem -.375rem #0090d78a;
	font-size:12px;
}
.pkp_page_index .journals .links li a:hover{
	background:#2e7a25;
	box-shadow:none;
}
.pkp_page_index .journals .links li a:after{
	content: "\f101";
	font-family: FontAwesome;
	visibility: hidden;
	margin-left:-10px;
	transition: all .3s ease-in-out;
	opacity: 0;
}
.pkp_page_index .journals .links li a:hover:after{
	visibility: visible;
	margin-left: 5px;
	opacity: 1;
}
.pkp_brand_footer {   
	padding:0px
}

.pkp_brand_footer img{
	display:none;
}
    .pkp_navigation_user.pkp_navigation_user {
		margin: 0;
		padding:2px;
		border: none;
    }
.has_thumb { 
	width: 100px; /* Ganti nilai 200px sesuai dengan lebar yang Anda inginkan */
}


/* =========================================
   SIDEBAR ULTRA SLIM - iOS 18 Obsidian
   Optimized for Scopus Reputated Journal
   ========================================= */

/* Load Material Icons Font */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v142/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format('woff2');
}

.material-icons-ojs {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 16px; /* Diperkecil agar slim */
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}

/* KONTENER UTAMA SEMUA BLOK (Main Menu, Template, Visitors, Indexing) */
.glass-sidebar-compact, 
.glass-sidebar-template, 
.glass-sidebar-visitors, 
.glass-sidebar-indexing {
    background: rgba(255, 255, 255, 0.4) !important;
    border-radius: 12px;
    padding: 6px !important;
    margin-bottom: 6px !important; /* Jarak antar blok sangat rapat */
    border: 0.5px solid rgba(255, 255, 255, 0.7);
    margin-top: 0 !important; /* Paksa nempel ke atas */
}

/* HEADER MAGENTA (KAPSUL) */
.glass-header-compact {
    background: #4B7469!important;
    color: #ffffff !important;
    padding: 4px 8px !important;
    border-radius: 8px;
    text-align: center;
    font-weight: 800;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 0 !important;
    margin-bottom: 4px !important; /* Jarak sangat rapat ke box putih */
}

/* ITEM MENU (MAIN MENU) */
.glass-item-compact {
    display: flex;
    align-items: center;
    background: #ffffff !important;
    color: #333 !important;
    text-decoration: none !important;
    padding: 3px 8px !important; /* Sangat tipis */
    margin-bottom: 3px !important; /* Jarak antar baris menu sangat rapat */
    border-radius: 8px;
    font-size: 10.5px;
    font-weight: 600;
    transition: all 0.2s ease;
    border: 1px solid #f2f2f2;
}

.glass-icon-box-compact {
    background: #E1DAC2;
    color: #4B7469;
    width: 24px; /* Ikon diperkecil */
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin-right: 8px;
    flex-shrink: 0;
}

/* BOX PUTIH - DYNAMIC GLASS EFFECT */
.visitor-widget-box,
.indexing-grid,
.template-button-clean {
    background: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    padding: 10px !important;
    border-radius: 12px !important;
    border: 1px solid rgba(52, 83, 77, 0.1) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 6px !important;
    margin-top: 0 !important;
    box-shadow: 0 2px 8px rgba(52, 83, 77, 0.06) !important;
    animation: boxFadeIn 0.4s ease-out !important;
    transition: all 0.3s cubic-bezier(.4,0,.2,1) !important;
    position: relative !important;
    overflow: hidden !important;
}

.visitor-widget-box::before,
.indexing-grid::before,
.template-button-clean::before {
    content: '' !important;
    position: absolute !important;
    top: -30px !important;
    left: -30px !important;
    width: 80px !important;
    height: 80px !important;
    background: radial-gradient(circle, rgba(52,83,77,0.08) 0%, transparent 70%) !important;
    transition: all 0.4s ease !important;
    z-index: 0 !important;
}

.visitor-widget-box:hover,
.indexing-grid:hover,
.template-button-clean:hover {
    background: rgba(255, 255, 255, 0.98) !important;
    border-color: rgba(52, 83, 77, 0.25) !important;
    box-shadow: 0 6px 20px rgba(52, 83, 77, 0.12) !important;
    transform: translateY(-2px) !important;
}

.visitor-widget-box:hover::before,
.indexing-grid:hover::before,
.template-button-clean:hover::before {
    top: -10px !important;
    left: -10px !important;
    width: 120px !important;
    height: 120px !important;
    background: radial-gradient(circle, rgba(72,111,101,0.12) 0%, transparent 70%) !important;
}

.visitor-widget-box > *,
.indexing-grid > *,
.template-button-clean > * {
    position: relative !important;
    z-index: 1 !important;
}

@keyframes boxFadeIn {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}

.visitor-widget-box::after,
.indexing-grid::after,
.template-button-clean::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) scaleX(0) !important;
    width: 60% !important;
    height: 2px !important;
    background: linear-gradient(90deg, transparent, #34534D, transparent) !important;
    border-radius: 2px !important;
    transition: transform 0.3s ease !important;
}

.visitor-widget-box:hover::after,
.indexing-grid:hover::after,
.template-button-clean:hover::after {
    transform: translateX(-50%) scaleX(1) !important;
}

/* =========================================
   SESUAIKAN JUGA GLASS HEADER & ITEM
   ========================================= */

/* Header sidebar */
.glass-header-compact {
    background: #34534D !important;
}

/* Hover item menu */
.glass-item-compact:hover,
.template-button-clean:hover {
    background: #34534D !important;
    color: #fff !important;
}

/* Ikon box */
.glass-icon-box-compact {
    background: #eaf0ef !important;
    color: #34534D !important;
}

.glass-item-compact:hover .glass-icon-box-compact {
    background: #486F65 !important;
    color: #fff !important;
}

/* Link warna */
.glass-item-compact {
    color: #34534D !important;
}

/* EFEK HOVER GLOBAL */
.glass-item-compact:hover, .template-button-clean:hover {
    background: #4B7469!important;
    color: #fff !important;
    transform: translateX(3px);
}

/* MENGHILANGKAN SPASI GAIB OJS */
.pkp_structure_sidebar p,
.glass-sidebar-compact p, 
.glass-sidebar-template p, 
.glass-sidebar-visitors p,
.glass-sidebar-indexing p,
.pkp_block br {
    margin: 0 !important;
    padding: 0 !important;
    display: none !important; /* Mematikan baris kosong otomatis */
}

/* Paksa kontainer sidebar nempel ke atas */
.pkp_structure_sidebar .pkp_block {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* Penyesuaian gambar agar tidak bengkak */
.template-img-clean { max-width: 70% !important; height: auto; }
.index-logo { max-width: 75% !important; height: auto; margin: 2px 0; }
.stat-link { font-size: 9px !important; color: #4B7469; font-weight: bold; }

/* =========================================
   STYLE 1: BORDER LEFT ACCENT - 2 COLUMN
   ========================================= */

/* Grid 2 kolom */
.obj_issue_toc .sections .section .cmp_article_list,
.obj_issue_toc .sections .section ul,
.page_issue .sections .section ul {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
    padding: 0 !important;
    margin: 10px 0 !important;
    list-style: none !important;
}

/* Card utama */
.obj_article_summary {
    background: #ffffff !important;
    border-radius: 12px !important;
    border: 1px solid #eef2f1 !important;
    border-left: 4px solid #34534D !important;
    padding: 16px !important;
    margin-bottom: 0 !important;
    box-shadow: 0 2px 12px rgba(52,83,77,0.08) !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    height: 100% !important;
    position: relative !important;
}

/* Hover: geser ke kanan + shadow lebih kuat */
.obj_article_summary:hover {
    transform: translateX(4px) !important;
    box-shadow: 0 4px 20px rgba(52,83,77,0.15) !important;
    border-left-color: #486F65 !important;
    background: #fafcfb !important;
}

/* Badge section atas */
.obj_article_summary::before {
    content: 'Article' !important;
    display: inline-block !important;
    background: #eaf0ef !important;
    color: #34534D !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    padding: 2px 8px !important;
    border-radius: 10px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    width: fit-content !important;
    margin-bottom: 4px !important;
}

/* Judul artikel */
.obj_article_summary .title {
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    margin-bottom: 4px !important;
}

.obj_article_summary .title a {
    color: #1a1a1a !important;
    text-decoration: none !important;
    transition: color 0.2s !important;
}

.obj_article_summary .title a:hover {
    color: #34534D !important;
}

/* Penulis */
.obj_article_summary .authors {
    font-size: 11px !important;
    color: #888 !important;
    line-height: 1.5 !important;
    margin-bottom: 0 !important;
}

/* Footer card: halaman + PDF */
.obj_article_summary .meta,
.obj_article_summary .blocks {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-top: auto !important;
    padding-top: 10px !important;
    border-top: 1px solid #f0f0f0 !important;
}

/* Nomor halaman */
.obj_article_summary .pages {
    font-size: 10px !important;
    color: #bbb !important;
}

/* Tombol PDF */
.obj_article_summary .blocks .pdf {
    background: #34534D !important;
    color: #ffffff !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    padding: 4px 14px !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    transition: background 0.2s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
}

.obj_article_summary .blocks .pdf:hover {
    background: #486F65 !important;
}

/* Logo DOI kecil inline */
.obj_article_summary img[src*="icon-doi"] {
    width: 14px !important;
    height: 14px !important;
    display: inline-block !important;
    vertical-align: middle !important;
    margin-right: 4px !important;
}

.obj_article_summary img[src*="icon-doi"] ~ p {
    display: none !important;
}

.obj_article_summary img[src*="icon-doi"] ~ a {
    font-size: 11px !important;
    color: #486F65 !important;
    display: inline !important;
    vertical-align: middle !important;
    word-break: break-all !important;
}

/* Responsif mobile */
@media (max-width: 768px) {
    .obj_issue_toc .sections .section .cmp_article_list,
    .obj_issue_toc .sections .section ul {
        grid-template-columns: 1fr !important;
    }

    .obj_article_summary:hover {
        transform: none !important;
    }
}

/* =========================================
   STYLE B: TIMELINE - 1 KOLOM
   ========================================= */

/* Reset ke 1 kolom */
.obj_issue_toc .sections .section .cmp_article_list,
.obj_issue_toc .sections .section ul,
.page_issue .sections .section ul {
    display: block !important;
    grid-template-columns: unset !important;
    padding: 0 0 0 30px !important;
    margin: 10px 0 !important;
    list-style: none !important;
    position: relative !important;
}

/* Garis vertikal timeline */
.obj_issue_toc .sections .section ul::before,
.obj_issue_toc .sections .section .cmp_article_list::before {
    content: '' !important;
    position: absolute !important;
    left: 10px !important;
    top: 0 !important;
    bottom: 0 !important;
    width: 2px !important;
    background: linear-gradient(180deg, #34534D, #486F65, transparent) !important;
    border-radius: 2px !important;
}

/* Li wrapper */
.obj_issue_toc .sections .section ul li {
    display: block !important;
    position: relative !important;
    margin-bottom: 16px !important;
}

/* Titik bulat timeline */
.obj_issue_toc .sections .section ul li::before {
    content: '' !important;
    position: absolute !important;
    left: -25px !important;
    top: 18px !important;
    width: 12px !important;
    height: 12px !important;
    background: #34534D !important;
    border-radius: 50% !important;
    border: 2px solid #fff !important;
    box-shadow: 0 0 0 2px #34534D !important;
    z-index: 1 !important;
    transition: all 0.3s ease !important;
}

.obj_issue_toc .sections .section ul li:hover::before {
    background: #486F65 !important;
    box-shadow: 0 0 0 2px #486F65 !important;
    transform: scale(1.2) !important;
}

/* Card utama */
.obj_article_summary {
    background: #ffffff !important;
    border-radius: 12px !important;
    border: 1px solid #eef2f1 !important;
    padding: 14px 18px !important;
    margin-bottom: 0 !important;
    box-shadow: 0 2px 10px rgba(52,83,77,0.07) !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
    position: relative !important;
    width: 100% !important;
}

/* Hover geser kanan */
.obj_article_summary:hover {
    transform: translateX(4px) !important;
    box-shadow: 0 6px 20px rgba(52,83,77,0.12) !important;
    border-color: rgba(72,111,101,0.3) !important;
    background: #fafcfb !important;
}

/* Badge Article */
.obj_article_summary::before {
    content: 'Article' !important;
    display: inline-block !important;
    background: #eaf0ef !important;
    color: #34534D !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    padding: 2px 8px !important;
    border-radius: 10px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    width: fit-content !important;
    margin-bottom: 2px !important;
}

/* Judul */
.obj_article_summary .title,
.obj_article_summary h4.title {
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    margin-bottom: 2px !important;
}

.obj_article_summary .title a,
.obj_article_summary h4.title a {
    color: #1a1a1a !important;
    text-decoration: none !important;
    transition: color 0.2s !important;
}

.obj_article_summary .title a:hover,
.obj_article_summary h4.title a:hover {
    color: #34534D !important;
}

/* Penulis & halaman */
.obj_article_summary .meta,
.obj_article_summary .authors {
    font-size: 11px !important;
    color: #888 !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}

/* Footer PDF */
.obj_article_summary .blocks,
.obj_article_summary .galleys_links {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding-top: 8px !important;
    border-top: 1px solid #f0f0f0 !important;
    margin-top: 4px !important;
}

/* Tombol PDF */
.obj_article_summary .blocks .pdf {
    background: #34534D !important;
    color: #ffffff !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    padding: 4px 14px !important;
    border-radius: 6px !important;
    text-decoration: none !important;
    transition: background 0.2s ease !important;
}

.obj_article_summary .blocks .pdf:hover {
    background: #486F65 !important;
}

/* Sembunyikan DOI */
.obj_article_summary img[src*="icon-doi"],
.obj_article_summary img[src*="icon-doi"] ~ * {
    display: none !important;
}

/* Mobile */
@media (max-width: 768px) {
    .obj_issue_toc .sections .section ul {
        padding-left: 24px !important;
    }

    .obj_article_summary:hover {
        transform: none !important;
    }
}

/* Fix titik timeline - sembunyikan yang di dalam kartu */
.obj_article_summary::before {
    content: 'Article' !important;
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: auto !important;
    height: auto !important;
    background: #eaf0ef !important;
    color: #34534D !important;
    font-size: 9px !important;
    font-weight: 700 !important;
    padding: 2px 8px !important;
    border-radius: 10px !important;
    box-shadow: none !important;
    border: none !important;
    display: inline-block !important;
}

/* Sembunyikan DOI total */
.obj_article_summary img[src*="icon-doi"] { display: none !important; }
.obj_article_summary img[src*="icon-doi"] ~ * { display: none !important; }

/* Kurangi padding kartu agar lebih rapat */
.obj_article_summary {
    padding: 12px 16px !important;
    gap: 4px !important;
}

/* Kurangi jarak antar kartu */
.obj_issue_toc .sections .section ul li {
    margin-bottom: 10px !important;
}

/* Rapikan meta/author */
.obj_article_summary .meta {
    padding: 5px 0 !important;
    margin: 0 !important;
}

/* Footer PDF lebih compact */
.obj_article_summary .blocks {
    padding-top: 6px !important;
    margin-top: 2px !important;
}



/* =========================================
   MASTER RESET GLASS FOR CURRENT ISSUE
   ========================================= */

/* 1. Paksa Judul "CURRENT ISSUE" */
.page_issue header h1, 
header.page_header h1,
.page_title {
    background: rgba(255, 255, 255, 0.5) !important;
    backdrop-filter: blur(10px) !important;
    padding: 12px 20px !important;
    border-radius: 12px !important;
    border-left: 6px solid #E1DAC2!important;
    color: #E1DAC2!important;
    display: inline-block !important;
    margin-bottom: 20px !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

/* 2. Paksa Wadah Volume nempel & membungkus teks */
/* OJS sering memakai class .heading atau div tertentu di sini */
.obj_issue_toc .heading,
.obj_issue_toc h2 {
    background: rgba(255, 255, 255, 0.45) !important;
    backdrop-filter: blur(10px) !important;
    padding: 15px 20px !important;
    border-radius: 14px !important;
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
    margin-bottom: 15px !important;
    display: block !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.02);
}

/* 3. Menghilangkan garis kuning/oranye di bawah judul agar bersih */
.page_title::after, 
header.page_header::after,
.page_issue .page_header::after {
    display: none !important;
    content: none !important;
    border: none !important;
}

/* 4. Memperjelas Teks Published */
.published {
    display: block !important;
    margin-top: 5px !important;
    color: #E1DAC2!important;
    font-weight: 800 !important;
    font-size: 11px !important;
    text-transform: uppercase;
}

/* 5. Merapikan Judul Volume */
.obj_issue_toc .heading h2,
.obj_issue_toc .title {
    margin: 0 !important;
    font-weight: 800 !important;
    color: #333 !important;
}


/* =========================================
   ANIMATED GLASS FOOTER - V3 PREMIUM
   ========================================= */

.pkp_structure_footer {
    position: relative;
    background: rgba(255, 255, 255, 0.5) !important;
    backdrop-filter: blur(25px) saturate(180%);
    -webkit-backdrop-filter: blur(25px) saturate(180%);
    
    /* Garis Atas Berwarna Magenta */
    border-top: 3px solid #4B7469; 
    
    padding: 50px 20px !important;
    margin-top: 60px;
    border-radius: 40px 40px 0 0;
    box-shadow: 0 -15px 35px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    animation: footerFloat 6s ease-in-out infinite; /* Efek mengambang */
}

/* Efek Cahaya Magenta yang Bergerak di Latar Belakang */
.pkp_structure_footer::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(21, 199, 107, 0.05) 0%, transparent 70%);
    animation: rotateGradient 15s linear infinite;
    z-index: -1;
}

/* Animasi Mengambang */
@keyframes footerFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

/* Animasi Putaran Cahaya */
@keyframes rotateGradient {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.pkp_footer_content {
    position: relative;
    z-index: 2;
    transition: all 0.5s ease;
}

/* Hover effect pada seluruh teks footer */
.pkp_structure_footer:hover .pkp_footer_content {
    transform: scale(1.02);
}

/* Link dengan efek garis bawah yang muncul dari tengah */
.pkp_structure_footer a {
    color: #E1DAC2!important;
    text-decoration: none;
    position: relative;
    font-weight: 700;
}

.pkp_structure_footer a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -2px;
    left: 50%;
    background-color: #4B7469;
    transition: all 0.3s ease;
}

.pkp_structure_footer a:hover::after {
    width: 100%;
    left: 0;
}

/* =========================================
   ADDITIONAL CONTENT GLASS DESIGN
   ========================================= */

/* Wadah Utama Deskripsi */
.glass-description-card {
    background: rgba(255, 255, 255, 0.45) !important;
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 25px !important;
    border: 1px solid rgba(255, 255, 255, 0.7);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    overflow: hidden;
}

/* Gambar Thumbnail Jurnal */
.journal-thumb-glass {
    float: right;
    width: 220px; /* Ukuran lebih proporsional */
    border-radius: 12px;
    margin-left: 20px;
    margin-bottom: 15px;
    border: 5px solid #ffffff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    transition: transform 0.4s ease;
}

.journal-thumb-glass:hover {
    transform: scale(1.05) rotate(2deg);
}

/* Styling Teks Deskripsi */
.glass-description-card p {
    line-height: 1.8 !important;
    color: #333 !important;
    font-size: 14px !important;
    margin-bottom: 15px;
}

/* Judul Indeksasi */
.indexing-title-glass {
    background: #4B7469;
    color: #fff;
    display: inline-block;
    padding: 4px 15px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 20px 0 15px 0;
}

/* Wadah Logo Indeks */
.indexing-flex-glass {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    background: rgba(255, 255, 255, 0.6);
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #f0f0f0;
}

.indexing-flex-glass img {
    height: 40px; /* Seragamkan tinggi logo */
    width: auto;
    filter: grayscale(20%);
    transition: 0.3s;
}

.indexing-flex-glass img:hover {
    filter: grayscale(0%);
    transform: translateY(-3px);
}

/* Bersihkan float */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* =========================================
   NAVBAR GLASS HOVER FIX
   ========================================= */

/* 1. Warna Dasar Teks Navbar */
.pkp_navigation_primary a {
    color: #444 !important; /* Abu gelap agar jelas */
    font-weight: 700 !important;
    transition: all 0.3s ease !important;
}

/* 2. SAAT MOUSE HOVER: Berubah jadi Magenta, bukan Putih */
.pkp_navigation_primary a:hover, 
.pkp_navigation_primary .ui-state-hover a {
    color: #ffffff !important; /* Teks jadi putih */
    background: #E1DAC2!important; /* Background jadi Magenta khas Scopus */
    border-radius: 8px !important;
    box-shadow: 0 4px 12px rgba(33, 21, 199, 0.3) !important;
}

/* 3. Dropdown Menu (Jika ada menu About yang ditarik ke bawah) */
.pkp_navigation_primary ul li ul {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px);
    border-radius: 0 0 10px 10px;
    border: 1px solid #f2f2f2;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.pkp_navigation_primary ul li ul li a {
    color: #333 !important;
    padding: 10px 15px !important;
}

.pkp_navigation_primary ul li ul li a:hover {
    background: #E1DAC2 !important;
    color: #E1DAC2!important; /* Teks jadi magenta saat hover di dropdown */
}

/* 4. Search Button Fix */
.pkp_navigation_primary .search a:hover {
    background: none !important;
    color: #E1DAC2!important;
}

/* =========================================
   EXCLUSIVE 2-COLUMN GLASS - OPTIMIZED
   ========================================= */

/* 1. Judul Jabatan (Editor in Chief / Editorial Team) */
.editorial-title-badge, 
[class*="editorial"] .pkp_structure_main h3 {
    background: #E1DAC2!important;
    color: #ffffff !important;
    display: inline-block !important;
    padding: 6px 20px !important;
    border-radius: 50px !important;
    font-size: 14px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    margin-top: 20px !important;
    margin-bottom: 15px !important;
    box-shadow: 0 4px 12px rgba(199, 21, 133, 0.2) !important;
    border: none !important;
}

/* 2. Container Grid 2 Kolom */
.editor-grid-container {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15px !important;
    margin-top: 10px !important;
    margin-bottom: 30px !important;
}

/* 3. Kartu Editor (Glass Effect) - DIPERBAIKI */
.editor-card {
    background: rgba(255, 255, 255, 0.5) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
    border: 1px solid rgba(255, 255, 255, 0.8) !important;
    padding: 18px !important; /* Padding lebih lega */
    border-radius: 12px !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.02) !important;
    transition: all 0.3s ease-in-out !important;
    
    /* Perbaikan utama: Menggunakan block agar flow teks natural */
    height: auto !important;
    display: block !important; 
    overflow: visible !important;
    text-align: left !important;
}

/* Hover Effect */
.editor-card:hover {
    background: rgba(255, 255, 255, 0.9) !important;
    transform: translateY(-5px) !important;
    border-color: #E1DAC2!important;
    box-shadow: 0 8px 25px #486F65(199, 21, 133, 0.12) !important;
}

/* 4. Tipografi di Dalam Kartu - DIPERBAIKI */
.editor-card a {
    color: #E1DAC2!important;
    font-weight: 800 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    margin-bottom: 8px !important;
    display: block !important; /* Nama editor di baris sendiri */
}

.editor-card span {
    font-size: 12px !important;
    color: #444 !important;
    line-height: 1.6 !important;
    display: inline !important; /* Agar teks menyambung natural tanpa potong flex */
    white-space: normal !important; /* Paksa bungkus teks */
    word-wrap: break-word !important;
}

/* 5. Fix: Menghilangkan Judul Otomatis OJS agar Tidak Dobel */
.page_editorial_team .page_header h1,
.page_about_editorialTeam .page_header h1,
.page_about_display .page_header h1 {
    display: none !important;
}

/* 6. Responsif: 1 Kolom di HP */
@media (max-width: 768px) {
    .editor-grid-container {
        grid-template-columns: 1fr !important;
    }
}



/* =========================================
   MOBILE FIX - REVISED
   ========================================= */
@media (max-width: 767px) {
    .pkp_structure_head_wrapper,
    .pkp_site_name_wrapper {
        padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
    }

    button.pkp_navigation_primary_toggle {
        position: absolute !important;
        top: 8px !important;
        left: 8px !important;
        z-index: 999 !important;
        margin: 0 !important;
        background: rgba(255,255,255,0.2) !important;
        border: 1px solid rgba(255,255,255,0.4) !important;
        padding: 7px 10px !important;
        border-radius: 8px !important;
        box-shadow: none !important;
    }

    .pkp_navigation_primary_wrapper {
        border: none !important;
    }

    .pkp_structure_content {
        margin-top: 10px !important;
    }
}
/* =========================================
   FINAL FIX - EDGE TO EDGE
   ========================================= */

/* Hilangkan background abu-abu di kiri kanan */
body {
    background-color: #ffffff !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Paksa seluruh struktur OJS edge-to-edge */
#pkp_content_main,
.pkp_structure,
.pkp_structure_head,
.pkp_structure_head_wrapper {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    left: 0 !important;
    right: 0 !important;
}

/* Tombol hamburger masuk ke dalam banner */
@media (max-width: 767px) {
    .pkp_structure_head_wrapper {
        position: relative !important;
    }

    button.pkp_navigation_primary_toggle {
        position: absolute !important;
        top: 50% !important;
        left: 8px !important;
        transform: translateY(-50%) !important;
        z-index: 999 !important;
        background: #E1DAC2(255,255,255,0.2) !important;
        border: 1px solid rgba(255,255,255,0.5) !important;
        border-radius: 6px !important;
        padding: 6px 10px !important;
        color: #fff !important;
        margin: 0 !important;
        float: none !important;
    }
}
@media (max-width: 991px) {
    .pkp_head_wrapper {
        display: flex !important;
        flex-direction: row !important;
        align-items: stretch !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    button.pkp_navigation_primary_toggle {
        order: 1 !important;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        background: #4B7469 !important;
        border: none !important;
        border-radius: 0 !important;
        padding: 0 15px !important;
        color: #fff !important;
        margin: 0 !important;
        z-index: 999 !important;
        flex-shrink: 0 !important;
    }

    .pkp_site_name_wrapper {
        order: 2 !important;
        flex: 1 !important;
    }
}
A/* Hilangkan celah putih di kiri kanan banner */
.pkp_structure_head_wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.pkp_head_wrapper {
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
}

/* Override container utama OJS yang punya max-width */
.pkp_structure {
    padding: 0 !important;
    margin: 0 !important;
}

body > .pkp_structure > .pkp_structure_head {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}
/* Hilangkan garis di bawah banner */
.pkp_structure_content {
    border-top: none !important;
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.pkp_structure_content::before {
    display: none !important;
    border: none !important;
    content: none !important;
}

.pkp_structure_main::before,
.pkp_structure_main::after {
    display: none !important;
    border: none !important;
}
.sl-c {
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #fff !important;
    border: 1px solid #e8e8e8 !important;
    border-radius: 10px !important;
    padding: 8px 16px !important;
    width: 155px !important;
    height: 60px !important;
    text-decoration: none !important;
    transition: all 0.4s cubic-bezier(.4,0,.2,1) !important;
    transform: scale(0.88) !important;
    opacity: 0.6 !important;
    box-shadow: none !important;
}
.sl-c.sl-center {
    transform: scale(1.15) !important;
    opacity: 1 !important;
    border: 1.5px solid #E1DAC2!important;
    box-shadow: 0 6px 24px rgba(197, 157, 96, 0.2) !important;
}
.sl-c.sl-near {
    transform: scale(0.97) !important;
    opacity: 0.85 !important;
}
.sl-btn-idx {
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    background: #E1DAC2!important;
    border: none !important;
    cursor: pointer !important;
    color: #fff !important;
    font-size: 22px !important;
    line-height: 1 !important;
    flex-shrink: 0 !important;
    box-shadow: 0 2px 8px rgba(21, 199, 116, 0.596) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: background 0.2s !important;
}
.sl-btn-idx:hover { background: #4B7469 !important; }
.sl-dot-idx {
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    background: #E1DAC2 !important;
    cursor: pointer !important;
    border: none !important;
    transition: all 0.25s !important;
}
.sl-dot-idx.active {
    background: #E1DAC2!important;
    width: 18px !important;
    border-radius: 3px !important;
}

/* =========================================
   NAVBAR STYLE 5: FLOATING PILL
   ========================================= */

/* Wrapper navbar */
.pkp_navigation_primary_wrapper {
    display: flex !important;
    justify-content: center !important;
    padding: 10px 0 !important;
    background: transparent !important;
}

.pkp_navigation_primary_row {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    display: flex !important;
    justify-content: center !important;
    padding: 8px 16px !important;
}

/* Navbar pill container */
#navigationPrimary {
    background: #34534D !important;
    border-radius: 50px !important;
    padding: 6px 8px !important;
    display: flex !important;
    align-items: center !important;
    gap: 2px !important;
    box-shadow: 0 4px 20px rgba(52,83,77,0.25) !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
}

/* Item menu */
#navigationPrimary li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Link menu */
#navigationPrimary a {
    color: rgba(255,255,255,0.7) !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    padding: 6px 14px !important;
    border-radius: 30px !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    display: block !important;
    border-bottom: none !important;
}

/* Hover */
#navigationPrimary a:hover,
#navigationPrimary a:focus {
    color: #fff !important;
    background: rgba(255,255,255,0.15) !important;
    border-bottom: none !important;
    box-shadow: none !important;
    border-radius: 30px !important;
}

/* Item aktif */
#navigationPrimary .current > a,
#navigationPrimary li.current > a {
    color: #fff !important;
    background: rgba(255,255,255,0.15) !important;
}

/* Tombol Announcements - pill putih */
#navigationPrimary .pkp_navigation_primary_announcements a,
#navigationPrimary li:last-child a {
    background: #fff !important;
    color: #34534D !important;
    font-weight: 700 !important;
    border-radius: 30px !important;
}

#navigationPrimary li:last-child a:hover {
    background: #eaf0ef !important;
    color: #34534D !important;
}

/* Search button */
.pkp_navigation_search_wrapper {
    display: none !important;
}

/* User navigation */
.pkp_navigation_user_wrapper {
    display: flex !important;
    justify-content: flex-end !important;
    padding-right: 16px !important;
}

/* Dropdown menu */
#navigationPrimary ul {
    background: #34534D !important;
    border-radius: 12px !important;
    padding: 6px !important;
    border: none !important;
    box-shadow: 0 8px 24px rgba(52,83,77,0.2) !important;
    margin-top: 4px !important;
}

#navigationPrimary ul li a {
    border-radius: 8px !important;
    color: rgba(255,255,255,0.8) !important;
    padding: 7px 14px !important;
}

#navigationPrimary ul li a:hover {
    background: rgba(255,255,255,0.15) !important;
    color: #fff !important;
}

/* Mobile */
@media (max-width: 768px) {
    #navigationPrimary {
        border-radius: 12px !important;
        padding: 8px !important;
        gap: 4px !important;
    }

    #navigationPrimary a {
        font-size: 10px !important;
        padding: 5px 10px !important;
    }
}