.indexing-sidebar {
  width: 220px;
  background-color: transparent;
  padding: 15px;
  border: none;
  font-family: Arial, sans-serif;
}

.indexing-sidebar h3 {
  font-size: 18px;
  margin-bottom: 15px;
  text-align: center;
}

.indexing-logos {
  list-style: none;
  padding: 0;
  margin: 0;
}

.indexing-logos li {
  margin: 10px 0;
  text-align: center;
}

.indexing-logos img {
  max-width: 100px;
  max-height: 30px;
  object-fit: contain;
}
.issn-box {
  background-color: #f9f9f9;
  padding: 12px;
  border-radius: 6px;
  margin-top: 20px;
  font-family: sans-serif;
}

.issn-entry {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.issn-entry:last-child {
  margin-bottom: 0;
}

.issn-entry img {
  width: 17px;
  height: 17px;
  margin-right: 8px;
}

.issn-entry span {
  font-size: 14px;
  color: #333;
  font-weight: bold;
}

.indexing-sidebar {
  background-color: transparent;
  border: none;
  padding: 10px 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.indexing-sidebar h3 {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  color: #333;
}

.indexing-logos {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.indexing-logos li {
  text-align: center;
  position: relative;
}

.indexing-logos li img {
  max-height: 35px;
  max-width: 90%;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 5px;
}

/* Hover effect */
.indexing-logos li img:hover {
  transform: scale(1.08);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Tooltip */
.indexing-logos li::after {
  content: attr(data-title);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #222;
  color: #fff;
  padding: 6px 10px;
  font-size: 12px;
  white-space: nowrap;
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease;
  z-index: 999;
}

.indexing-logos li:hover::after {
  opacity: 1;
  top: 115%;
}
.pkp_structure_main li{
margin: 10px 0;
  text-align: justify;
}
body{
  /*! background-color: #0028ff0a; */
}
.pkp_structure_main p{
  text-align: justify;
}

.pkp_site_nav_menu .pkp_nav_list {
  max-width: 100%;
}

.sidebar_1{
    width: 100%;
    /*! border-collapse: collapse; */
}

.sidebar_1 td{
    height: 30px;
    padding-bottom: 3px;
    padding-top: 3px;
    vertical-align: middle;
    text-align: center;
    border-bottom: 2px solid #ffffff;
}
.sidebar_1 td a{
    width: 100%;
    display: block;
}
.sidebar_1 tr{
    background: #4b92b7;
    color: #ffffff;
    margin: 3px;
}

.sidebar_1 tr:hover{
    background-color: #2c3e50;
}

.sidebar_1 tr a{
    color: #ffffff;
}

@media (min-width: 992px) {
.pkp_site_name .is_img img {
    max-height: 180px; !important
  }
}

2nd code for banner|
/* =====================================================
   HMD ONE-LINE LATEST ISSUE + SUBMISSION BOX
   ===================================================== */

.hmd-one-line-section {
  width: 100%;
  max-width: 860px;
  margin: 25px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  gap: 22px;
  box-sizing: border-box;
}

/* Left Issue Box */
.hmd-latest-card {
  width: 230px;
  min-width: 230px;
  background: #ffffff;
  border: 3px double #c9d3e8;
  padding: 18px 14px;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.07);
}

.hmd-latest-card img {
  width: 115px;
  height: 155px;
  object-fit: cover;
  display: block;
  margin: 0 auto 12px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.hmd-latest-card h3 {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 800;
  color: #000;
  line-height: 1.2;
}

.hmd-latest-card p {
  margin: 3px 0;
  font-size: 14px;
  color: #000;
  line-height: 1.35;
}

.hmd-latest-card span {
  display: block;
  margin-top: 6px;
  font-size: 10px;
  color: #333;
}

/* Right Content Box */
.hmd-submit-content {
  flex: 1;
  min-width: 0;
  background: #eef1f7;
  border-left: 4px solid #84201b;
  padding: 22px 26px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.hmd-submit-content::before {
  content: "";
  position: absolute;
  right: -45px;
  top: -45px;
  width: 150px;
  height: 150px;
  background: rgba(132, 32, 27, 0.08);
  border-radius: 50%;
}

.hmd-submit-content::after {
  content: "";
  position: absolute;
  right: 45px;
  bottom: -75px;
  width: 160px;
  height: 160px;
  background: rgba(40, 60, 90, 0.07);
  border-radius: 50%;
}

.hmd-submit-content h2 {
  position: relative;
  z-index: 2;
  margin: 0 0 12px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.25;
  font-weight: 800;
  color: #111;
}

.hmd-submit-content p {
  position: relative;
  z-index: 2;
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.65;
  color: #111827;
  text-align: justify;
}

.hmd-submit-content strong {
  color: #84201b;
  font-weight: 800;
}

.hmd-submit-content a {
  color: #006fbf;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hmd-submit-content a:hover {
  color: #84201b;
}

.hmd-small-info {
  position: relative;
  z-index: 2;
  margin-top: 8px;
  font-size: 10px;
  color: #1f2937;
}

/* Keep one line on normal desktop/tablet width */
@media (max-width: 700px) {
  .hmd-one-line-section {
    flex-direction: column;
  }

  .hmd-latest-card {
    width: 100%;
    min-width: 100%;
  }

  .hmd-submit-content h2 {
    font-size: 23px;
  }
}
3rd sidebar 

/* =====================================================
   HMD JOURNAL INFORMATION - PREMIUM 3D CARD STYLE
   ===================================================== */

.hmd-journal-info-3d {
  max-width: 100%;
  margin: 25px auto;
  padding: 22px;
  border-radius: 24px;
  background:
    radial-gradient(circle at top left, rgba(132, 32, 27, 0.18), transparent 35%),
    linear-gradient(145deg, #ffffff, #eef2f7);
  box-shadow:
    18px 18px 38px rgba(15, 23, 42, 0.18),
    -10px -10px 26px rgba(255, 255, 255, 0.95),
    inset 1px 1px 2px rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(132, 32, 27, 0.18);
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
  transition: all 0.35s ease;
}

.hmd-journal-info-3d:hover {
  transform: translateY(-6px);
  box-shadow:
    22px 24px 48px rgba(132, 32, 27, 0.22),
    -12px -12px 28px rgba(255, 255, 255, 0.95);
}

.hmd-journal-info-3d::before {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  right: -90px;
  top: -90px;
  border-radius: 50%;
  background: rgba(132, 32, 27, 0.12);
  z-index: 0;
}

.hmd-journal-info-3d::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  left: -70px;
  bottom: -70px;
  border-radius: 50%;
  background: rgba(0, 111, 191, 0.10);
  z-index: 0;
}

/* Header */
.hmd-info-header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(132, 32, 27, 0.18);
}

.hmd-info-icon {
  width: 62px;
  height: 62px;
  min-width: 62px;
  border-radius: 18px;
  background: linear-gradient(145deg, #84201b, #b9362f);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 17px;
  letter-spacing: 1px;
  box-shadow:
    8px 8px 18px rgba(132, 32, 27, 0.28),
    inset 2px 2px 4px rgba(255, 255, 255, 0.22);
}

.hmd-info-header h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 900;
  color: #111827;
}

.hmd-info-header p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #006fbf;
  font-weight: 700;
}

/* List */
.hmd-info-list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 11px;
}

.hmd-info-item {
  padding: 13px 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(229, 231, 235, 0.95);
  box-shadow:
    6px 6px 14px rgba(15, 23, 42, 0.08),
    -5px -5px 12px rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
}

.hmd-info-item:hover {
  transform: translateX(6px) scale(1.015);
  border-color: rgba(132, 32, 27, 0.35);
  box-shadow:
    10px 10px 22px rgba(132, 32, 27, 0.16),
    -6px -6px 14px rgba(255, 255, 255, 0.95);
}

.hmd-info-item span {
  display: block;
  margin-bottom: 5px;
  color: #84201b;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.hmd-info-item strong {
  display: block;
  color: #111827;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
  word-break: normal;
}

/* License Box */
.hmd-info-license {
  margin-top: 5px;
  padding: 16px;
  border-radius: 18px;
  background: linear-gradient(135deg, #84201b, #b9362f);
  color: #ffffff;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 600;
  box-shadow:
    10px 12px 24px rgba(132, 32, 27, 0.28),
    inset 1px 1px 3px rgba(255, 255, 255, 0.22);
}

.hmd-info-license a {
  color: #ffffff;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* OJS sidebar friendly */
.pkp_block .hmd-journal-info-3d,
.block_custom .hmd-journal-info-3d {
  margin-top: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .hmd-journal-info-3d {
    padding: 18px;
    border-radius: 20px;
  }

  .hmd-info-header h2 {
    font-size: 21px;
  }

  .hmd-info-icon {
    width: 54px;
    height: 54px;
    min-width: 54px;
    font-size: 15px;
  }

  .hmd-info-item strong {
    font-size: 14px;
  }
}