.pkp_head_wrapper {
  background-image: url('https://elfikri.ejournal.ihsanulfikri.sch.id/ojs/templates/images/header.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;   /* ensures it fills the area */
  min-height: 100px;        /* adjust as needed */
  width: 100%;
  position: relative;
  z-index: 1;
}


.pkp_navigation_primary_wrapper {
  position: relative;
  top: auto;       /* reset manual positioning */
  margin-top: 50px; /* push below header */
}

.pkp_site_name, 
.pkp_brand {
  display: none !important; /* hides journal text name */
}

/* Titles */
.sidebar-section-title {
  background-color: #0D1117;
  color: #F1C40F;
  font-size: 14px;          /* smaller font */
  padding: 8px 12px;        /* less padding */
  margin: 0;                /* no margin */
  border-radius: 8px 8px 0 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  text-align: center;
}

/* Buttons container */
.sidebar-button-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  background-color: #0D1117;
}

/* Each button */
.sidebar-button-list li a {
  display: block;
  background-color: #000000;
  color: #FFFFFF;
  text-decoration: none;
  padding: 6px 10px;       /* even less padding */
  font-weight: 600;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
  border-top: none;        /* no border */
  border-radius: 0;
  margin: 0;
  font-size: 13px;         /* smaller font */
  line-height: 1.1;        /* tighter line height */
}

/* Hover effect */
.sidebar-button-list li a:hover {
  background-color: #F1C40F;
  color: #000000;
  font-weight: 700;
}

/* Rounded corners on last button */
.sidebar-button-list li:last-child a {
  border-radius: 0 0 8px 8px;
}

.custom-sidebar-buttons,
.custom-sidebar-policies {
  margin: 0 !important;
  padding: 0 !important;
}

.custom-sidebar-buttons .sidebar-section-title,
.custom-sidebar-policies .sidebar-section-title {
  margin: 0 !important;
  padding: 8px 12px !important;  /* keep padding inside title for styling */
}

.custom-sidebar-buttons,
.custom-sidebar-policies {
  display: block;
}

.custom-sidebar-buttons, 
.custom-sidebar-policies,
.custom-sidebar-buttons > *,
.custom-sidebar-policies > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.custom-sidebar-policies {
  margin-top: -36px !important;
}

div.custom-sidebar-contact {
  margin-top: -36px !important;
  padding-top: 0 !important;
}

div.custom-sidebar-indexing {
  margin-top: -36px !important;
  padding-top: 0 !important;
}

.custom-sidebar-buttons {
  margin-top: 0 !important;      /* remove any top margin */
  padding-top: 0 !important;     /* remove any padding */
}

/* If space still exists, try pulling it closer using negative margin */
.custom-sidebar-buttons {
  margin-top: -25px !important;  /* pull up closer to navigation */
}

/* Governing Body & Contact title */
.custom-sidebar-contact .sidebar-section-title {
  background-color: #0D1117;
  color: #F1C40F;
  font-size: 14px;
  padding: 8px 12px;
  margin: 0;
  border-radius: 8px 8px 0 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
  text-align: center;
}

/* Menu list */
.custom-sidebar-contact .sidebar-button-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  background-color: #0D1117;
}

/* Menu buttons */
.custom-sidebar-contact .sidebar-button-list li a {
  display: block;
  background-color: #000000;
  color: #FFFFFF;
  text-decoration: none;
  padding: 6px 10px;
  font-weight: 600;
  text-align: center;
  transition: background-color 0.3s ease, color 0.3s ease;
  margin: 0;
  font-size: 13px;
  line-height: 1.1;
}

/* Hover effect */
.custom-sidebar-contact .sidebar-button-list li a:hover {
  background-color: #F1C40F;
  color: #000000;
  font-weight: 700;
}

/* Rounded corners on last button */
.custom-sidebar-contact .sidebar-button-list li:last-child a {
  border-radius: 0 0 8px 8px;
}

/* Reduce space between blocks */
.custom-sidebar-contact {
  margin-top: -4px !important;
  margin-bottom: 4px !important;
  padding: 0 !important;
}

/* Reduce space between blocks */
.custom-sidebar-indexing {
  margin-top: -4px !important;
  margin-bottom: 4px !important;
  padding: 0 !important;
}


/* Title */
.custom-sidebar-indexing .sidebar-section-title {
  background-color: #0D1117;
  color: #F1C40F;
  font-size: 14px;
  padding: 8px 12px;
  margin: 0;
  border-radius: 8px 8px 0 0;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-align: center;
  box-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

/* Container */
.custom-sidebar-indexing .indexing-links {
  background-color: #0D1117;
  padding: 8px;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}

/* Indexing badges (always yellow) */
.custom-sidebar-indexing .index-badge {
  display: flex;
  align-items: center;
  text-decoration: none;
  background-color: #F1C40F;  /* always yellow */
  color: #000000;             /* black text */
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  width: 100%;
  gap: 8px;
  transition: none;           /* no hover transition */
}

/* Optional: on hover, just bolden text or add slight shadow */
.custom-sidebar-indexing .index-badge:hover {
  font-weight: 700;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

/* Logo size */
.custom-sidebar-indexing .index-badge img {
  height: 20px;
  width: auto;
}

.custom-sidebar-indexing .index-badge img {
  height: 20px;
  width: auto;
}

.team-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  background: #fef9e7;
  padding: 40px 20px;
  border-radius: 12px;
  max-width: 1000px;
  margin: 0 auto;
  box-shadow: 0 0 20px rgba(241, 196, 15, 0.3);
}

.team-member {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  width: 220px;
  padding: 20px;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.team-member:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
}

.team-member img {
  width: 150px;
  height: 200px;
  border-radius: 12px;
  object-fit: cover;
  border: 3px solid #f1c40f;
  background-color: #f9f7e8;
  margin-bottom: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.team-member h4 {
  margin: 10px 0 6px;
  color: #333;
  font-size: 18px;
  font-weight: 700;
}

.team-member p {
  margin: 0;
  font-size: 14px;
  color: #666;
  font-style: italic;
}


/* Import Quicksand Font */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;600;700&display=swap');

/* Wrapper styles */
.guidelines-wrapper {
    font-family: 'Quicksand', sans-serif;
    max-width: 900px;
    margin: 40px auto;
    background: linear-gradient(135deg, #fffbe6, #ffeb99);
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    color: #333;
}

/* Headings */
.guidelines-wrapper h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #d4a100;
    margin-bottom: 10px;
}

.guidelines-wrapper h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #555;
    margin-bottom: 20px;
}

.guidelines-wrapper h3 {
    font-size: 1.3rem;
    color: #d4a100;
    border-left: 6px solid #f4c542;
    padding-left: 12px;
    margin-top: 30px;
    margin-bottom: 15px;
}

/* Lists */
.guidelines-wrapper ul,
.guidelines-wrapper ol {
    margin-left: 25px;
    margin-bottom: 20px;
}

.guidelines-wrapper li {
    margin-bottom: 8px;
    font-size: 1rem;
}

/* Footer */
.guideline-footer {
    text-align: center;
    margin-top: 40px;
    font-size: 0.9rem;
    color: #666;
}

.submission-wrapper {
  font-family: 'Quicksand', sans-serif;
  max-width: 900px;
  margin: 40px auto;
  background: linear-gradient(135deg, #fffbe6, #ffeb99);
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  color: #333;
}

.submission-wrapper h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #d4a100;
  margin-bottom: 10px;
}

.submission-wrapper h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #555;
  margin-bottom: 20px;
}

.submission-wrapper h3 {
  font-size: 1.3rem;
  color: #d4a100;
  border-left: 6px solid #f4c542;
  padding-left: 12px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.submission-wrapper ul,
.submission-wrapper ol {
  margin-left: 25px;
  margin-bottom: 20px;
}

.submission-wrapper li {
  margin-bottom: 8px;
  font-size: 1rem;
}

.submission-wrapper a {
  color: #b98f00;
  text-decoration: none;
  font-weight: 600;
}

.submission-wrapper a:hover {
  text-decoration: underline;
}

.template-wrapper {
  font-family: 'Quicksand', sans-serif;
  max-width: 900px;
  margin: 40px auto;
  background: linear-gradient(135deg, #fffbe6, #ffeb99);
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  color: #333;
}

.template-wrapper h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #d4a100;
  margin-bottom: 10px;
}

.template-wrapper h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #555;
  margin-bottom: 20px;
}

.template-wrapper h3 {
  font-size: 1.3rem;
  color: #d4a100;
  border-left: 6px solid #f4c542;
  padding-left: 12px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.template-wrapper ul,
.template-wrapper ol {
  margin-left: 25px;
  margin-bottom: 20px;
}

.template-wrapper li {
  margin-bottom: 8px;
  font-size: 1rem;
}

.template-download-button {
  display: inline-block;
  background-color: #f7c948;
  color: #000;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  margin: 15px 0;
  transition: all 0.3s ease;
}

.template-download-button:hover {
  background-color: #f4b400;
  color: #fff;
}
