/* =====================================
   PREMIUM JOURNAL STYLE (SCOPUS INSPIRED)
   Minimal â€¢ Academic â€¢ Clean UI
   ===================================== */

/* ===== BODY ===== */
body {
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
    background: #f4f6f8;
    color: #1f2937;
    line-height: 1.7;
}

/* ===== HEADER ===== */
.pkp_site_name {
    border-bottom: 3px solid #0f766e;
    padding: 15px;
    text-align: center;
}

.pkp_site_name img {
    max-height: 55px;
}

/* ===== PAGE ===== */
.page {
    background: #ffffff;
    padding: 30px;
    border-radius: 10px;
    margin-top: 20px;
    border: 1px solid #e5e7eb;
}

/* ===== HEADINGS ===== */
h1, h2, h3 {
    color: #111827;
    font-weight: 600;
    letter-spacing: 0.3px;
}

/* ===== LINKS ===== */
a {
    color: #0f766e;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* ===== ARTICLES ===== */
.obj_article_summary,
.current_issue,
.block_make_submission_link {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 18px;
    margin-bottom: 15px;
    transition: 0.25s ease;
}

.obj_article_summary:hover {
    border-color: #d1d5db;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* ===== BUTTONS ===== */
button,
input[type="submit"],
.cmp_button {
    background: #0f766e;
    color: #fff !important;
    border: none;
    padding: 8px 14px;
    border-radius: 5px;
    font-size: 13px;
}

button:hover,
input[type="submit"]:hover,
.cmp_button:hover {
    background: #0b5f5a;
}

/* ===== SIDEBAR ===== */
.pkp_block {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    padding: 14px;
    border-radius: 8px;
    margin-bottom: 15px;
}

/* ===== SIDEBAR TITLES ===== */
.pkp_block h2,
.pkp_block .title {
    font-size: 13px;
    text-align: center;
    color: #374151;
    font-weight: 600;
    margin-bottom: 12px;
}

/* =====================================
   ðŸ”¥ INDEXING LOGOS (BRIGHT + POPUP)
   ===================================== */

.indexing-logos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 15px;
    align-items: center;
    justify-items: center;
}

/* Logo Card */
.indexing-logos li {
    list-style: none;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 12px;
    width: 100%;
    text-align: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

/* Hover = popup only */
.indexing-logos li:hover {
    transform: translateY(-6px) scale(1.04);
    box-shadow: 0 8px 18px rgba(0,0,0,0.10);
    border-color: #d1d5db;
}

/* Logos bright and clear */
.indexing-logos img {
    width: 90px;
    height: 60px;
    object-fit: contain;
    filter: none;
    transition: transform 0.25s ease;
}

/* Hover logo slight zoom */
.indexing-logos li:hover img {
    transform: scale(1.06);
}
/* Label text */
.index-name {
    font-size: 12px;
    color: #4b5563;
    margin-top: 6px;
}

/* ===== CURRENT ISSUE IMAGE ===== */
.current_issue img {
    max-width: 130px;
    border-radius: 6px;
}

/* ===== SEARCH ===== */
input[type="text"] {
    border: 1px solid #d1d5db;
    padding: 7px;
    border-radius: 4px;
}

input[type="text"]:focus {
    border-color: #0f766e;
    outline: none;
}

/* ===== FOOTER ===== */
.pkp_footer {
    background: #111827;
    color: #9ca3af;
    text-align: center;
    padding: 18px;
    margin-top: 30px;
}

/* ===== REMOVE OVER-ANIMATION ===== */
img:hover {
    opacity: 1; /* keep professional */
}
/* ===== MAIN CONTAINER ===== */
.journal-info-box {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    background: #f3f4f6;
    padding: 40px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    max-width: 1100px;
    margin: auto;
}

/* LEFT SIDE */
.journal-left {
    width: 60%;
}

.journal-desc {
    font-size: 16px;
    color: #1f2937;
    line-height: 1.8;
}

/* RIGHT SIDE */
.journal-right {
    width: 35%;
}

/* HEADINGS */
.journal-info-box h4 {
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    margin-bottom: 5px;
}

/* META TEXT */
.meta-item p {
    font-size: 14px;
    color: #4b5563;
}

/* EDITOR */
.editor-block {
    margin-top: 25px;
}

.editor-name {
    font-weight: 600;
    color: #111827;
}

.editor-aff {
    font-size: 13px;
    color: #6b7280;
}

/* LINKS */
.read-more {
    font-size: 13px;
    color: #0f766e;
    text-decoration: none;
    display: inline-block;
    margin-top: 5px;
}

.read-more:hover {
    text-decoration: underline;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .journal-info-box {
        flex-direction: column;
    }

    .journal-left,
    .journal-right {
        width: 100%;
    }
}
2nd section

.bbcj-mini-cards{
  width:100%;
  background:#efede8;
  padding:45px 20px;
  box-sizing:border-box;
  overflow:hidden;
}

.bbcj-mini-cards *{
  box-sizing:border-box;
}

.bbcj-mini-wrap{
  max-width:1320px;
  margin:0 auto;
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:22px;
}

.bbcj-mini-card{
  width:220px;
  background:transparent;
  border:1.5px solid transparent;
  border-radius:8px;
  overflow:hidden;
  transition:all 0.3s ease;
}

.bbcj-mini-card:hover{
  border:1.5px solid #222;
  background:rgba(255,255,255,0.18);
  transform:translateY(-4px);
}

.bbcj-mini-img{
  width:100%;
  height:160px;
  overflow:hidden;
}

.bbcj-mini-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.bbcj-mini-content{
  padding:18px 16px 20px;
}

.bbcj-mini-content h3{
  margin:0 0 12px;
  font-size:18px;
  line-height:1.3;
  font-weight:600;
  color:#0d2238;
}

.bbcj-mini-content p{
  margin:0;
  font-size:14px;
  line-height:1.9;
  color:#3f4752;
}

/* Tablet */
@media (max-width:992px){
  .bbcj-mini-card{
    width:230px;
  }
}

/* Mobile */
@media (max-width:768px){
  .bbcj-mini-cards{
    padding:30px 15px;
  }

  .bbcj-mini-wrap{
    gap:18px;
  }

  .bbcj-mini-card{
    width:100%;
    max-width:320px;
  }

  .bbcj-mini-img{
    height:170px;
  }
}
Template download
/* ================================
   JOURNAL TEMPLATE SIDEBAR CARD
================================ */

.jt-template-card {
    width: 278px;
    max-width: 100%;
    margin: 25px auto;
    background: #ffffff;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
    animation: jtFadeUp 0.8s ease forwards;
    transition: all 0.35s ease;
}

.jt-template-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.12);
    border-color: #bfc7d4;
}

/* Title */
.jt-template-title {
    text-align: center;
    padding: 24px 10px;
    font-size: 25px;
    font-weight: 700;
    color: #5b6d86;
    letter-spacing: 0.3px;
    border-bottom: 1px solid #d8d8d8;
    background: #ffffff;
}

/* Body */
.jt-template-body {
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 18px;
    background: #ffffff;
}

/* DOCX Button */
.jt-docx-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 238px;
    height: 88px;
    border: 1px solid #8d8d8d;
    border-radius: 9px;
    background: #ffffff;
    overflow: hidden;
    text-decoration: none;
    transition: all 0.35s ease;
    animation: jtSoftPulse 2.8s ease-in-out infinite;
}

.jt-docx-btn img {
    max-width: 96%;
    max-height: 78px;
    object-fit: contain;
    display: block;
    transition: all 0.35s ease;
}

/* Hover animation */
.jt-docx-btn:hover {
    transform: scale(1.04);
    border-color: #4f86c6;
    box-shadow: 0 8px 18px rgba(79, 134, 198, 0.22);
}

.jt-docx-btn:hover img {
    transform: scale(1.04);
}

/* Shine effect */
.jt-docx-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -90%;
    width: 55%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.75),
        transparent
    );
    transform: skewX(-25deg);
}

.jt-docx-btn:hover::before {
    animation: jtShine 0.9s ease;
}

/* Animations */
@keyframes jtFadeUp {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes jtSoftPulse {
    0%, 100% {
        box-shadow: 0 0 0 rgba(79, 134, 198, 0);
    }
    50% {
        box-shadow: 0 0 14px rgba(79, 134, 198, 0.16);
    }
}

@keyframes jtShine {
    from {
        left: -90%;
    }
    to {
        left: 130%;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .jt-template-card {
        width: 100%;
    }

    .jt-template-title {
        font-size: 22px;
        padding: 20px 10px;
    }

    .jt-template-body {
        min-height: 220px;
    }

    .jt-docx-btn {
        width: 220px;
        height: 82px;
    }
}