/* Font modern futuristik (gunakan Google Fonts: Orbitron, Audiowide, dsb) */
 @import url('https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap'); 
 /* <link href="https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap" rel="stylesheet"> */


.navbar-brand-logo img {
    /* max-height: 100px !important; */
    /* width: auto; */
	 max-height: 100px !important;
    width: auto;
    filter: drop-shadow(0 0 20px #f19017);
    transition: transform 0.3s ease;
}

@media (min-width: 992px) {
    .navbar-brand-logo img {
        max-height: 80px !important;
        width: auto;
        margin-top: -50px;
        margin-left: 110px;
    }
}

@media (min-width: 350px){
    .navbar-brand-logo img {
        max-height: 60px !important;
        width: auto;
        filter: drop-shadow(0 0 20px #f19017);
        margin-top: -40px;
    }
}

.navbar-brand-logo img:hover {
    transform: scale(1.05);
}

.navbar, .header_view {
    position: relative;
    /* min-height: 200px !important; */
    margin-bottom: 10px !important;
    /* border: 2px solid #591e1e00; */
}

.navbar-brand {
    /* padding: 10px 15px; */
    /* height: auto !important; */
	  font-family: 'Orbitron', sans-serif;
    font-size: 24px;
    color: #00f7ff !important;
    text-shadow: 0 0 5px #00f7ff;
}

.navbar {
background: linear-gradient(135deg, #ea8a17, #ffc107b5, #ffc1076b) !important;	
 /* background: linear-gradient(135deg, #0f2027, #203a43, #2c5364) !important; */
    border-bottom: 2px solid #00f7ff;
    box-shadow: 0 0 15px rgb(254 192 0);
    /* backdrop-filter: blur(8px); /* efek glass jika transparan */ 
   
}

/* Font utama di navbar (menu navigasi) */
.navbar .navbar-nav > li > a {
    /* font-family: 'Arial', sans-serif;  /* Ganti dengan font yang kamu suka */ 
    /* font-size: 20px; */
    /* font-weight: 600;                  /* Bisa 400 (normal) atau 700 (bold) */ 
    /* color: #080500 !important;         /* Warna font putih */ 
	
	 font-family: 'Orbitron', sans-serif;
    font-size: 20px;
    color: #193751 !important;
    text-shadow: -1px 1px 5px #00f7ff7a;
    transition: all 0.3s ease;
	font-weight: bold;
}

.navbar .navbar-nav > li > a:hover {
    color: #ffffff !important;
    text-shadow: 0 0 10px #00f7ff;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 18px !important;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: -1px -1px 12px #ffc103 !important;
}



a {
    color: #ea8a17 !important;           /* Warna link utama */
    text-decoration: none !important;
}

a:hover {
    color: #ff9900 !important;           /* Warna saat hover */
    text-decoration: underline !important;
}

a:visited {
    color: #f19017  !important;           /* Warna setelah dikunjungi */
}

a:active {
    color: #cc0000 !important;           /* Warna saat diklik */
}

.btn-primary {
  
    background-color: #dedddb !important;
    border-color: #FF5722 !important;
}


/* Css blok information */
.pkp_block.block_information ul li a {
    display: inline-block;
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #dad9d7;
    border: 2px solid #ddd;
	 box-shadow: -1px -1px 12px #ffc103 !important;
	
	font-size: 18px; /* Ukuran font lebih besar */
    font-weight: bold; /* Font lebih tebal */
}

.pkp_block.block_information ul li a:hover {
    background-color:#00f7ff2e; /* Warna saat hover */
    text-decoration: none;
}
/* bran image samping juga */
.footer-brand-image {
    max-width: 100px;
    height: auto;
    padding: 5px;
}

/* Styling the journal content */
#journal-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    margin-bottom: 20px;
}

#journal-info h4 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

#journal-info .info {
    font-size: 16px;
    line-height: 1 !important;
    color: #555;
    margin-bottom: 1px !important;
}

#journal-info .info strong {
    font-weight: bold;
}

#journal-info .info a {
    color: #007bff;
    text-decoration: none;
}

#journal-info .info a:hover {
    text-decoration: underline;
}

#journal-info .description {
    font-size: 16px;
    color: #666;
    text-align: justify;
    margin-top: 20px;
}

#journal-info .accreditation {
    font-size: 16px;
    font-weight: bold;
    color: #2c3e50;
    margin-top: 20px;
}



.page-header {
    padding-bottom: 9px;
    margin: 0px 0 0px !important;
    border-bottom: 1px solid #e1ac48;
}


.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 2px solid #ddd !important;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

footer[role="contentinfo"] {
    background:linear-gradient(135deg, #ffc1076b, #ffc107b5,#ea8a17) !important;	
	/* #ffe083; */
    padding: 2em;
    margin-top: 1em !important;
	box-shadow: -1px -1px 12px #ffc103 !important;
}

.footer-custom {
    background:transparent;
    padding: 20px;
    text-align: center;
    font-family: 'Share Tech Mono', monospace;
    font-size: 14px;
    color: #010916; /* Warna teks footer */
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

/* Semua link di dalam footer custom */
.footer-custom a, 
.footer-custom a:visited {
    color: #00e5ff !important; /* Warna link normal & setelah dikunjungi */
    text-decoration: none;
}

/* Saat hover / aktif */
.footer-custom a:hover,
.footer-custom a:active {
    color: #ffffff !important; /* Putih saat hover/klik */
    text-decoration: underline;
}

.footer-custom a {
    color: #00c6ff;
    text-decoration: none;
}
.footer-custom a:hover {
    text-decoration: underline;
}
.footer-custom img {
    height: 20px;
    margin-right: 8px;
}
