/* Banner above navbar */

/* Footer */
footer{
    background: linear-gradient(to left, #682bd7, #d74982) !important;
    color: #fff !important;
    padding: 20px 0;
    border-top: 2px solid rgba(255, 255, 255, 0.3); /* subtle white border */
    border-radius: 12px 12px 12px 12px; /* bottom-left and bottom-right rounded */
}


/* Header */
header {
    /* background-image: url(http://journal.psikologiumw.org/public/site/images/psi/cover-1.webp);
    background-repeat: no-repeat; */
    background-size: cover; /* This zooms and crops to fill */
    background-position: top;       /* Aligns the image to the top */
    background-attachment: scroll;
    height: auto;
    border-radius: 0px 0px 12px 12px; /* bottom-left and bottom-right rounded */
}

.custom-header-banner {
    background-image: url(http://journal.psikologiumw.org/public/site/images/psi/cover-1.webp); /* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â Replace this URL */
    margin-bottom: 0; /* avoid spacing between banner and navbar */
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    border-radius: 12px 12px 0px 0px; /* bottom-left and bottom-right rounded */
    aspect-ratio: 3 / 1; /* For example, 3:1 wide banner */
    width: 100%;
}

/* Latar belakang utama */
body {
    background-color: #FAF8F6; /* Putih lembut */
    background-image: url(http://journal.psikologiumw.org/public/site/images/psi/bg-home.webp);
    /* color: #2E1F27;  Warna teks utama */
    font-family: 'Poppins', sans-serif; /* Font modern */
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* Kontainer konten */
.pkp_structure_page {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #FFFFFF;
    box-shadow: 0 0 15px rgba(0,0,0,0.08);
    padding: 20px;
    border-radius: 10px;
}

/* Warna link dan hover 
a, 
.pkp_site_name, 
.obj_announcement_summary h4 {
    color: #8A4FFF !important; 
} */ 

/*pkp_navigation_primary .pkp_nav_list > li > a:hover {
    color: #B97AFF !important; 
} */

/* Header atas */
.pkp_head_wrapper {
    background-color: #8A4FFF; /* Ungu elegan */
    color: white;
}

/* Sidebar */
.pkp_structure_sidebar {
    background-color: #F0E8F2;
    padding: 15px;
    border-radius: 12px;
    border: 1px solid #D1BCD9;
}

/* Judul blok sidebar */
.block .title {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 2px solid #8A4FFF;
    padding-bottom: 6px;
    margin-bottom: 12px;
    color: #3E2B4A;
}

/* Tombol Search */
.pkp_search button,
input[type="submit"] {
    background-color: #F57C00;
    color: white;
    border: none;
    padding: 6px 14px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.pkp_search button:hover,
input[type="submit"]:hover {
    background-color: #F9A825;
}

/* RSS / ATOM Label */
img[src*="rss"], img[src*="atom"] {
    filter: brightness(0.9) saturate(1.2);
}

/* Tautan kecil (seperti for readers/librarians/authors) */
.pkp_structure_sidebar a {
    color: #5B4E56;
    text-decoration: none;
}

.pkp_structure_sidebar a:hover {
    color: #8A4FFF;
    text-decoration: underline;
}
.indexing-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.indexing-logos img {
  border: 1px solid #ccc;
  padding: 8px;
  height: 50px;
  background: #fff;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
  border-radius: 5px;
}


/* for about the editor page */
.editor-card {
  position: relative;
  width: 280px;
  border-radius: 16px;
  overflow: hidden;
  background: white;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.editor-face {
  text-align: center;
  background: white;
  padding: 1rem;
  transition: transform 0.4s ease;
}

.editor-face img {
  width: 100%;
  border-radius: 50%;
  max-width: 160px;
  margin-bottom: 0.5rem;
}

.editor-name {
  background: #ffe84a;
  padding: 0.5rem;
  font-family: 'Georgia', serif;
  border-radius: 0 0 16px 0;
}

.editor-details {
  background: #ffe84a;
  padding: 1rem;
  text-align: center;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.4s ease;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.editor-card:hover .editor-details {
  opacity: 1;
  transform: translateY(0);
}

.editor-card:hover .editor-face {
  opacity: 0;
  transform: scale(0.95);
}

.icons img {
  height: 36px;
  margin: 0 4px;
  vertical-align: middle;
}



/*  PART BGK BGK BGK BGK BGK BGK BGK */

.editor-card-bgk {
  width: 260px;
  height: 280px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  background: white;
  transition: transform 0.3s ease;
}

.editor-card-bgk:hover {
  transform: scale(1.03);
}

.bgk-blok {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(135deg, #4a6fff, #3f51b5);
  padding: 1rem 1rem 0.5rem;
  text-align: center;
  box-sizing: border-box;
  transition: height 0.4s ease, padding 0.4s ease;
  z-index: 1;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.editor-card-bgk:hover .bgk-blok {
  height: 160px;
  padding: 1.5rem 1rem;
}

.bgk-blok::before {
  content: '';
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
  height: 60px;
  background: radial-gradient(circle at top, rgba(255, 255, 255, 0.2), transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

.bgk-blok::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.4), transparent);
  transition: all 0.5s ease;
}

.editor-card-bgk:hover .bgk-blok::after {
  left: 100%;
  transition: left 1s ease-in-out;
}

.bgk-blok > * {
  position: relative;
  z-index: 1;
}

.bgk-title {
  font-weight: bold;
  color: #fff;
}

.bgk-name {
  font-size: 0.95rem;
  color: #fff;
}

.bgk-extra {
  margin-top: 0.8rem;
  font-size: 0.9rem;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  color: #f0f0f0;
}

.editor-card-bgk:hover .bgk-extra {
  opacity: 1;
  max-height: 100px;
}

.bgk-icons {
  margin-top: 10px;
}

.bgk-icons a {
  display: inline-block;
  margin: 0 5px;
  transition: transform 0.2s ease;
}

.bgk-icons a:hover {
  transform: scale(1.15) rotate(3deg);
}

.bgk-icons img {
  height: 30px;
  vertical-align: middle;
}

@media screen and (max-width: 600px) {

  .editor-card-bgk {
    width: 90%;
    max-width: 320px;
    max-height: 360px;
  }
}
.editor-face-bgk {
  text-align: center;
  background: white;
  padding: 1rem;
  transition: transform 0.4s ease;
}

.editor-face-bgk img {
  width: 100%;
  border-radius: 50%;
  max-width: 160px;
  margin-bottom: 0.5rem;
}


/* LAST PART BGK BGK BGK BGK BGK BGK */

.card-container {
  display: flex;
  flex-wrap: wrap;        /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â memungkinkan turun ke baris berikutnya */
  gap: 20px;              /* jarak antar card */
  justify-content: flex-start; /* opsional: bisa juga center / space-between */
}

/* FIRST PART BGBB BGBB BGBB BGBB BGBB */




/* Tambahan: Container pembungkus semua card */
.editor-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  align-items: flex-start;
  padding: 2rem 0;
}

.pkp_structure_page {
  font-family: 'Segoe UI', sans-serif;
  background: #f4f6fb url('https://journal.psikologiumw.org/public/site/patterns/cubes.png');
}

/* Kode kamu tetap, hanya beberapa bagian diperbaiki */
.editor-card-bgbb {
  width: 260px;
  background: white;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  transition: transform 0.4s ease;
  z-index: 1;
  animation: bounceIn 1s ease;
  font-family: 'Segoe UI', sans-serif;
}

.editor-card-bgbb:hover {
  transform: translateY(-10px);
  z-index: 10;
}

.editor-face-bgbb {
  padding: 1rem;
  text-align: center;
  animation: fadeIn 1s ease-in;
}

.editor-face-bgbb img {
  width: 100%;
  max-width: 140px;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: box-shadow 0.3s ease;
}

.editor-face-bgbb img:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.bgbb-blok {
  background: linear-gradient(135deg, #8e24aa, #6a1b9a);
  color: white;
  padding: 1rem;
  border-top-left-radius: 40% 20px;
  border-top-right-radius: 40% 20px;
  text-align: center;
  transition: height 0.4s ease, padding 0.4s ease;
  height: 100px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.bgbb-blok::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transform: skewX(-30deg);
  animation: shine 2.5s infinite;
}

.editor-card-bgbb:hover .bgbb-blok {
  height: 200px;
  padding: 1.5rem 1rem;
}

.bgbb-title {
  font-weight: bold;
  font-size: 1.8rem;
  animation: fadeIn 0.5s ease-in 0.2s backwards;
}

.bgbb-name {
  font-size: 1.5rem;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  animation: fadeIn 0.5s ease-in 0.4s backwards;
}

.bgbb-extra {
  font-size: 1.4rem;
  color: #e0e0e0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.4s ease;
  /* Hapus animasi di sini agar tidak muncul sebelum hover */
}

.editor-card-bgbb:hover .bgbb-extra {
  max-height: 100px;
  opacity: 1;
  animation: fadeInUp 0.6s ease-in;
}

.bgbb-icons {
  margin-top: 0.5rem;
  animation: fadeIn 0.5s ease-in 0.8s backwards;
}

.bgbb-icons a {
  display: inline-block;
  margin: 0 5px;
  transition: transform 0.2s ease;
}

.bgbb-icons a:hover {
  transform: scale(1.15) rotate(3deg);
}

.bgbb-icons img {
  height: 26px;
  vertical-align: middle;
}

@keyframes bounceIn {
  0% { transform: scale(0.95); opacity: 0; }
  60% { transform: scale(1.05); opacity: 1; }
  100% { transform: scale(1); }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes shine {
  from { left: -75%; }
  to { left: 125%; }
}

@media screen and (max-width: 600px) {
  .editor-card-bgbb {
    width: 90%;
    max-width: 320px;
  }

  .editor-container {
    flex-direction: column;
    gap: 1.5rem;
  }
}
/* LAST PART BGBB BGBB BGBB BGBB BGBB */

/* FIRST PART BGH BGH BGH BGH BGH */

    .bgh-container {
      max-width: 400px;
      margin: auto;
    }

    .bgh-card-wrapper {
      position: relative;
      margin-bottom: 2rem;
    }

    .bgh-card {
      position: relative;
      display: flex;
      align-items: center;
      background-image: linear-gradient(115deg, #fff 30%, #faeb51 75%, #fff 75%);
      border-radius: 16px;
      padding: 1rem 1.5rem;
      z-index: 2;
      overflow: hidden;
    }

    .bgh-card img.bgh-profile {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      object-fit: cover;
      margin-right: 1rem;
      flex-shrink: 0;
    }

    .bgh-card .bgh-info {
      flex-grow: 1;
    }

    .bgh-card h4 {
      margin: 0;
      font-size: 1.1rem;
    }

    .bgh-card .bgh-icon {
      font-size: 1.5rem;
      font-weight: bold;
      margin-left: 1rem;
    }

    .bgh-hover-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.85);
      color: white;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      border-radius: 16px;
      z-index: 3;
      overflow: hidden;
      opacity: 0;
      transition: opacity 0.3s ease;
      pointer-events: auto;
      font-weight: bold;
    }

    .bgh-card-wrapper:hover .bgh-hover-overlay {
      opacity: 1;
    }

    .bgh-hover-overlay::before {
pointer-events: none;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5);
      animation: bgh-slideOverlay 0.6s ease forwards;
      z-index: -1;
    }

    @keyframes bgh-slideOverlay {
      from {
        transform: translateX(-100%);
      }
      to {
        transform: translateX(0%);
      }
    }

    .bgh-hover-overlay p {
      margin: 0.5rem 0;
      font-size: 0.95rem;
      text-align: center;
      max-width: 80%;
    }

    .bgh-hover-overlay .bgh-icons {
      display: flex;
      gap: 0.5rem;
      margin-top: 0.8rem;
    }

    .bgh-hover-overlay .bgh-icons img {
      width: 30px;
      height: 30px;
      object-fit: contain;
      background: white;
      border-radius: 6px;
      padding: 2px;
    }

    .bgh-card-wrapper::after {
      content: "";
      position: absolute;
      top: -5px;
      left: -5px;
      right: -5px;
      bottom: -5px;
      border-radius: 20px;
      background: radial-gradient(
        circle at var(--x, 50%) var(--y, 50%),
        rgba(103, 58, 183, 0.6),
        transparent 60%
      );
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease;
      z-index: 4;
    }

    .bgh-card-wrapper:hover::after {
      opacity: 1;
    }

/* LAST PART BGH BGH BGH BGH BGH BGH */