.partner-slider {
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
}

.partner-track {
  display: flex;
  align-items: center;
  gap: 40px;
  width: max-content;
  animation: scroll-logos 40s linear normal;
}

.partner-track img {
  max-height: 70px;
  width: auto;
  object-fit: contain;
  display: block;
}


.partner-slider:hover .partner-track {
  animation-play-state: paused;
}

/* Animasi geser ke kiri */
@keyframes scroll-logos {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* Make a submission */
.block_make_submission_link {
  display: flex !important;
  text-align: center !important;
  padding: 12px 22px !important;
  background: linear-gradient(135deg, #1e5aa8, #0f2a44) !important;
  color: #ffffff !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15) !important;
  transition: all 0.25s ease !important;
}

.block_make_submission_link:hover {
  background: linear-gradient(135deg, #2a6fd6, #163d66) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 14px rgba(0,0,0,0.2) !important;
}

.block_make_submission_link:active {
  transform: translateY(0) !important;
  box-shadow: 0 3px 8px rgba(0,0,0,0.15) !important;
}


/* ADDITIONAL MENU SIDEBAR */
/* === Additional Menu Block (Enhanced Style) === */
.additional-menu-block {
  border-radius: 6px;
  overflow: hidden;
  background: #f7f7f7;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15); /* shadow card */
  margin-bottom: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.additional-menu-title {
  background: #2f56a6;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  padding: 12px 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 3px solid #f0b429; /* garis kuning */
}

.additional-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #f7f7f7;
}

.additional-menu-list li {
  border-bottom: 1px solid #e0e0e0;
}

.additional-menu-list li:last-child {
  border-bottom: none;
}

.additional-menu-list a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  color: #333;
  text-decoration: none !important;
  font-weight: 500;
  background: #f7f7f7;
  transition: all 0.25s ease; /* animasi halus */
}

/* Hover effect */
.additional-menu-list a:hover {
  background: #ffffff;
  color: #000;
  box-shadow: inset 4px 0 0 #2f56a6, 0 2px 8px rgba(0,0,0,0.12);
  transform: translateX(4px); /* geser dikit ke kanan */
}

/* Ikon Font Awesome */
.additional-menu-list i {
  width: 22px;
  text-align: center;
  color: #2f56a6;
  font-size: 16px;
  transition: color 0.25s ease;
}

/* Ikon ikut berubah saat hover */
.additional-menu-list a:hover i {
  color: #1e3f7a;
}


/* Template Blok */
/* === Template Image Block === */
.template-image-block {
  border-radius: 6px;
  overflow: hidden;
  background: #f7f7f7;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  margin-bottom: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.template-image-title {
  background: #2f56a6;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  padding: 12px 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 3px solid #f0b429;
}

.template-image-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px;
}

.template-image-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  border-radius: 4px;
  padding: 10px;
  text-decoration: none !important;
  color: #333;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: all 0.25s ease;
}

.template-image-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.template-image-item span {
  font-weight: 600;
  font-size: 14px;
}

/* Hover effect */
.template-image-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.18);
}


/* blok custom */
.block_custom {
  padding-bottom: 0px;
  padding-top: 20px;
}


/* indexed by */
/* === Indexed By Block === */
.indexedby-block {
  border-radius: 6px;
  overflow: hidden;
  background: #f7f7f7;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

.indexedby-title {
  background: #2f56a6;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  padding: 12px 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 3px solid #f0b429;
}

.indexedby-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 kolom seperti contoh */
  gap: 12px;
  padding: 12px;
}

.indexedby-item {
  background: #ffffff;
  border-radius: 6px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
  transition: all 0.25s ease;
}

.indexedby-item img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
}

/* Hover effect */
.indexedby-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* tools customblock */
/* === Tools Block === */
.tools-block {
  border-radius: 6px;
  overflow: hidden;
  background: #f7f7f7;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  margin-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

.tools-title {
  background: #2f56a6;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  padding: 12px 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 3px solid #f0b429;
}

.tools-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2 kolom */
  gap: 12px;
  padding: 12px;
}

.tools-item {
  background: #ffffff;
  border-radius: 6px;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
  transition: all 0.25s ease;
}

.tools-item img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
}

/* Hover effect */
.tools-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* Editorial */
/* === Editorial Board Page === */
.editorial-page-container {
  max-width: 1100px;
  margin: 0 auto 20px auto;
  font-family: Arial, Helvetica, sans-serif;
}

.editorial-page-header {
  background: #2f56a6;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  padding: 14px 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 4px solid #f0b429;
  border-radius: 6px 6px 0 0;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.editorial-page-content {
  background: #f7f7f7;
  padding: 20px;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 20px;
}

/* Card Editor */
.editor-card {
  background: #ffffff;
  border-radius: 6px;
  padding: 16px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.12);
  transition: all 0.25s ease;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.editor-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
}

/* Info Editor */
.editor-info {
  display: flex;
  gap: 14px;
  align-items: center;
}

.editor-info img {
  width: 70px;
  height: 70px;
  border-radius: 6px;
  object-fit: cover;
  border: 1px solid #ddd;
}

.editor-info strong {
  display: block;
  color: #2f56a6;
  font-size: 15px;
  margin-bottom: 4px;
}

.editor-info span {
  display: block;
  font-size: 13px;
  color: #555;
}

/* Links */
.editor-links {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.editor-links a {
  background: #2f56a6;
  color: #ffffff !important;
  padding: 6px 10px;
  border-radius: 4px;
  text-decoration: none !important;
  font-size: 12px;
  font-weight: 600;
  transition: background 0.2s ease;
}

.editor-links a:hover {
  background: #1e3f7a;
}

/* Focus and Scope */
/* Simple Focus and Scope layout */
.focus-scope-simple {
  max-width: 1100px;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
}

.focus-scope-simple p {
  line-height: 1.6;
  margin-bottom: 20px;
  color: #222;
}

.focus-scope-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.focus-scope-grid ul {
  margin: 0;
  padding-left: 20px;
}

.focus-scope-grid li {
  margin-bottom: 6px;
  font-size: 14px;
  color: #222;
}

/* Responsive: di layar kecil jadi 1 kolom */
@media (max-width: 768px) {
  .focus-scope-grid {
    grid-template-columns: 1fr;
  }
}

