.judul {
  font-weight: bold;
  font-variant: small-caps;
}

.about_sidebar_wrapper {
  display: flex;
  margin-bottom: 5rem !important;
  gap: 2rem;
}

.about_section {
  flex: 3;
  text-align: justify;
}

.sidebar_section {
  flex: 1;
  background: #f5f5f5;
  padding: 1rem;
  border-radius: 8px;
}

.sidebar_links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 18px;
}

.sidebar_btn {
  display: block;
  padding: 0.75rem 1rem;
  background: #eaeaea;
  border: none;
  border-radius: 6px;
  text-align: center;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: background 0.2s ease;
}

.sidebar_btn:hover {
  background: #d6d6d6;
  color: #588157;
}

.judul-side1 {
  text-align: center;
  color: white;
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 6px;
  background-color: #588157;
}

.judul-side2 {
  text-align: center;
  color: white;
  background-color: #588157;
  padding: 1rem;
  border-radius: 6px;
  margin-bottom: 0px;
}

.journal_wrapper {
  display: flex;
  margin-top: 2rem;
  margin-bottom: 2rem;
  gap: 1rem;
}

.journal-text {
  margin-bottom: 0px;
}

.journal-gap {
  margin-top: 0px;
}

.journal-info {
  background-color: #588157;
  color: white;
  border-radius: 6px;
  padding: 2rem;
  flex: 5;
}

.journal-foto {
  flex: 3;
  height: full;
}

.journal-foto img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover; /* cover biar penuh kotak, contain kalau mau full tanpa crop */
  border-radius: 8px; /* opsional, biar rounded */
}

/* mobile */
@media (max-width: 1200px) {
  .about_sidebar_wrapper {
    flex-direction: column;
  }

  .journal_wrapper {
    flex-direction: column;
  }

  .journal-info {
    flex: 1;
  }

  .journal-foto {
    flex: 1;
    width: full;
  }

  .judul {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .navbar {
    /* Set a specific height */
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .img-fluid {
    max-height: 120px !important;
  }

  .parallax {
    min-height: fit-content !important;
  }
}

/* * {
  user-select: none !important;
} */

/* Default (light mode) */
* {
  scrollbar-width: thin; /* scrollbar ramping */
  scrollbar-color: #283618 transparent; /* thumb warna abu, track transparan */
}

a {
  color: #678348;
}

a:hover {
  color: #283618;
}

.fixed-navbar {
  position: fixed !important;
  top: 0;
  width: 100vw;
}

.parallax {
  /* Set a specific height */
  min-height: 150px ;
  /* Create the parallax scrolling effect */
  background-attachment: scroll !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
