.pkp_structure_head {
  	background-attachment: fixed;
	background-size: cover;
	background-color: #a6a6a6;
	display: block;
    height:100%;
	width: 100%;
}

.pkp_site_name .is_img img {

    display: block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;

}

.pkp_head_wrapper {
  background: #a6a6a6;
  width="3100" height="696": ;
}
.pkp_navigation_primary_row {
    background: #a6a6a6;
	color: White;
	font-weight: bold;
}

.pkp_structure_footer_wrapper {
    background: rgba(0,0,0,0.05);
    border-top: 1px solid #ddd;
    border-bottom: 20px solid white;
}

.pkp_brand_footer {
    padding: 0px;
    float: right;
    display: block;
    max-width: 0px;
}

body {
   	background-attachment: fixed;
	background-size: cover;
	min-width: 130px !important;
}

.pkp_structure_main .content .hvr-underline-from-center img {
  max-width: 100%;
  width: 25px;
  height: 25px;
}

.pkp_structure_main .content img {
  max-width: 100%;
  width: 55px;
  height: 55px;
}



.column {
  float: left;
  width: 33.33%;
}

.badan a {
    display: block; 
    padding: 10px; 
    border-bottom: 1px solid #000000; 
    background: #fbba22; 
    color: #000000 !important;
                text-align: left;
}

.badan {
    margin-top: -15px;
}


.badan a:hover {
    background: #7e1111;
    color: #ffffff !important;
    font-weight: bold;
}


/* Table of content */

.obj_article_summary {
    box-shadow: 3px 3px 5px;
    padding: 20px;
    border-radius: 10px;
    background: #ececec;
}

.obj_article_summary:hover {
    background:#ffffff
}


.obj_article_summary {
    padding-bottom: 10px !important;
    border-bottom: solid 4px #003992 !important;
    font-size: 12px;
}


 .pkp_structure_main h1 {
     font-weight: 600;
     font-size: 20px;
}

.pkp_structure_main a {
    color: #003992 !important;
}

.pkp_structure_main a:hover {
    color: #003992a6 !important;
}


.obj_galley_link {
    font-weight: 700;
    text-transform: Capitalize !important;
    background: #d1d0d0 !important;
    color: #ffffff !important;
    border: none !important;
}

.obj_galley_link:hover {
    background:#2c3b46 !important;
    color:#1F2027 !important;
}




/*Body and Abstrack*/
.main_entry .item.abstract {
    text-align: justify;
}






.current_issue{
    display:block;
}

@media (max-width: 600px) {
/* For mobile phones: */
  .homepage_about {
    width:100%;
  }
}


@media (max-width: 991px) {
    .homepage_about{
        margin-top:30px;
    }


}


@media (max-width: 360px) {
/* For mobile phones: */
    .homepage_image {
        width:90%;
        margin:0;
    }

        .homepage_about{
        margin-top:0px;
    }
}

.homepage_about p{
    text-align:justify;
}


/* ===== DEEP DARK STYLE UNTUK OJS 3 ===== */

/* Main Container */
.pkp_block {
    background: linear-gradient(135deg, #ffffff 0%,#f7f7f7  100%) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border: 1px solid #fff !important;
    border-radius: 30px !important;
    padding: 25px !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(74, 108, 247, 0.1) inset !important;
    margin-bottom: 20px !important;
    position: relative !important;
    overflow: hidden !important;
}

/* Header Blocks di OJS */
.pkp_block .title {
    background: linear-gradient(135deg, #ffffff 0%,#f7f7f7  100%) !important;
    color: white !important;
    padding: 15px 20px !important;
    border-radius: 60px !important;
    font-size: 1.2em !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    margin: -10px 0 20px 0 !important;
    text-align: center !important;
    border: 2px solid rgba(74, 108, 247, 0.3) !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), 0 0 20px rgba(74, 108, 247, 0.3) !important;
    position: relative !important;
}

.pkp_block .title::before {
    content: '' !important;
    position: absolute !important;
    top: -2px !important;
    left: -2px !important;
    right: -2px !important;
    bottom: -2px !important;
    background: linear-gradient(45deg, #ffffff 0%,#f7f7f7  100%) !important;
    border-radius: 60px !important;
    z-index: -2 !important;
    filter: blur(5px) !important;
    opacity: 0.5 !important;
    animation: borderGlow 3s linear infinite !important;
}

/* Menu Items */
.pkp_block .block_content {
    background: transparent !important;
}

.pkp_block .block_content p {
    margin: 0 !important;
}

/* Link Items */
.pkp_block a {
    color: white !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    padding: 12px 15px !important;
    margin: 8px 0 !important;
    background: rgba(10, 10, 30, 0.4) !important;
    backdrop-filter: blur(10px) !important;
    border: 1px solid rgba(74, 108, 247, 0.2) !important;
    border-radius: 20px !important;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    font-size: 0.95em !important;
    position: relative !important;
    overflow: hidden !important;
}

.pkp_block a:hover {
    transform: translateX(5px) scale(1.02) !important;
    border-color: #4a6cf7 !important;
    box-shadow: 0 10px 20px rgba(74, 108, 247, 0.3), 0 0 0 2px rgba(74, 108, 247, 0.2) !important;
    background: rgba(74, 108, 247, 0.15) !important;
}

/* Icon Styling */
.pkp_block a i, 
.pkp_block a .fa, 
.pkp_block a em {
    width: 35px !important;
    height: 35px !important;
    background: linear-gradient(135deg, #ffffff 0%,#f7f7f7  100%) !important;
    border-radius: 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-right: 12px !important;
    color: white !important;
    font-size: 16px !important;
    font-style: normal !important;
    box-shadow: 0 5px 15px rgba(74, 108, 247, 0.3) !important;
    transition: all 0.4s ease !important;
}

.pkp_block a:hover i,
.pkp_block a:hover .fa,
.pkp_block a:hover em {
    transform: rotate(360deg) scale(1.1) !important;
    background: linear-gradient(135deg, #ffffff 0%,#f7f7f7  100%) !important;
    box-shadow: 0 0 30px #4a6cf7 !important;
}

/* Images Styling */
.pkp_block img {
    border-radius: 15px !important;
    transition: all 0.4s ease !important;
    filter: brightness(1) !important;
    margin: 5px !important;
}

.pkp_block img:hover {
    transform: scale(1.05) !important;
    filter: brightness(1.2) !important;
    box-shadow: 0 10px 20px rgba(74, 108, 247, 0.3) !important;
}

/* Grid untuk images (Indexed By) */
.pkp_block .block_content p:has(img) {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
    text-align: center !important;
}

.pkp_block .block_content p:has(img) img {
    width: 100% !important;
    height: auto !important;
    max-height: 60px !important;
    object-fit: contain !important;
    background: rgba(10, 10, 30, 0.4) !important;
    padding: 10px !important;
    border-radius: 20px !important;
    border: 1px solid rgba(74, 108, 247, 0.2) !important;
}

/* Flag Counter */
.pkp_block a[href*="flagcounter"] img {
    width: 100% !important;
    border-radius: 20px !important;
    background: rgba(10, 10, 30, 0.4) !important;
    padding: 10px !important;
}

/* Stats Counter */
.pkp_block a[href*="statcounter"] {
    display: inline-block !important;
    margin: 5px !important;
}

.pkp_block a[href*="statcounter"] img {
    border-radius: 10px !important;
}

/* View My Stats Button */
.pkp_block a[href*="guest=1"] {
    background: linear-gradient(135deg, #9898a0, #9898a0) !important;
    display: inline-block !important;
    padding: 10px 20px !important;
    border-radius: 30px !important;
    text-align: center !important;
    margin-top: 10px !important;
    font-weight: 600 !important;
}

/* Custom Headers untuk OJS */
.deep-header-custom {
    background: linear-gradient(135deg, #01026d, #2a0e4a) !important;
    color: white !important;
    padding: 15px 20px !important;
    border-radius: 60px !important;
    font-size: 1.2em !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    margin: 20px 0 !important;
    text-align: center !important;
    border: 2px solid rgba(74, 108, 247, 0.3) !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), 0 0 20px rgba(74, 108, 247, 0.3) !important;
    position: relative !important;
}

/* Article Template Image */
.article-template-image {
    text-align: center !important;
    margin: 20px 0 !important;
}

.article-template-image img {
    border-radius: 20px !important;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.5) !important;
    transition: all 0.3s ease !important;
}

.article-template-image img:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 25px 40px rgba(74, 108, 247, 0.4) !important;
}

/* Divider */
.cosmic-divider {
    height: 2px !important;
    background: linear-gradient(90deg, transparent, #4a6cf7, #9d4ebb, #4a6cf7, transparent) !important;
    margin: 30px 0 !important;
    position: relative !important;
}

.cosmic-divider::before {
    content: '' !important;
    position: absolute !important;
    top: -4px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 10px !important;
    height: 10px !important;
    background: #4a6cf7 !important;
    border-radius: 50% !important;
    filter: blur(3px) !important;
    animation: pulseStar 2s ease-in-out infinite !important;
}

/* Animations */
@keyframes borderGlow {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 0.8; }
}

@keyframes pulseStar {
    0%, 100% { opacity: 0.5; transform: translateX(-50%) scale(1); }
    50% { opacity: 1; transform: translateX(-50%) scale(1.5); }
}

/* Responsive untuk mobile */
@media (max-width: 768px) {
    .pkp_block .block_content p:has(img) {
        grid-template-columns: 1fr !important;
    }
    
    .pkp_block {
        padding: 15px !important;
    }
}

/* Hide original header if needed */
.pkp_block .title .original-title {
    display: none !important;
}

/* Background effect untuk body (opsional) */
body {
    background: radial-gradient(circle at 20% 30%, rgba(74, 108, 247, 0.1) 0%, transparent 40%),
                radial-gradient(circle at 80% 70%, rgba(157, 80, 187, 0.1) 0%, transparent 40%) !important;
    background-attachment: fixed !important;
}