
body{
font-family:Poppins, sans-serif;
background:#f5f7fb;
}

/* HEADER */
.pkp_navigation_primary_wrapper{
background:linear-gradient(90deg,#0d47a1,#1976d2);
border-bottom:4px solid #ffc107;
}

.pkp_navigation_primary > li > a{
color:#fff !important;
font-weight:500;
}

/* HERO */
.hero{
padding:120px 0;
text-align:center;
color:#fff;
background:#1976d2;
}

.hero h1{
font-size:40px;
font-weight:700;
}

.hero p{
font-size:18px;
margin-bottom:20px;
}

/* BUTTON */
.btn-stiper{
background:#ffc107;
color:#000;
padding:10px 20px;
border-radius:6px;
font-weight:600;
}

.btn-stiper:hover{
background:#ffb300;
}

/* JOURNAL CARD */
.journal-card{
background:#fff;
padding:20px;
border-radius:10px;
box-shadow:0 5px 15px rgba(0,0,0,0.1);
transition:0.3s;
}

.journal-card:hover{
transform:translateY(-6px);
}

/* ARTICLE */
.obj_article_summary{
border-left:4px solid #1976d2;
padding:15px;
background:#fff;
margin-bottom:15px;
}

/* FOOTER */
.pkp_structure_footer_wrapper{
background:#0d47a1;
color:#fff;
padding:40px 0;
}

.pkp_structure_footer_wrapper a{
color:#ffd54f;
}
