/* ===== BUGIS BONE THEME ===== */

body {
  background-color: #F5F2ED;
  font-family: 'Segoe UI', sans-serif;
}

/* Navbar */
.navbar {
  background-color: #3A2A1A !important;
}

.navbar .nav-link,
.navbar-brand {
  color: #F5F2ED !important;
  font-weight: 500;
}

.navbar .nav-link:hover {
  color: #C9A14A !important;
}

/* Hero Slider */
.carousel-item {
  position: relative;
}

.carousel-item::after {
  content: "";
  position: absolute;
  inset: 0;
  
  opacity: 0.15;
  pointer-events: none;
}

/* Button */
.btn-primary {
  background-color: #C9A14A;
  border: none;
  color: #111;
  font-weight: bold;
}

.btn-primary:hover {
  background-color: #B38A32;
}

/* Section Title */
h1, h2, h3, h4 {
  color: #3A2A1A;
  font-weight: bold;
}

/* Card */
.card {
  border: 1px solid #C9A14A;
  border-radius: 6px;
}

/* Footer */
footer {
  background-color: #3A2A1A;
  color: #F5F2ED;
}


.org-container {
  text-align: center;
}

.org-row {
  margin-bottom: 25px;
}

.org-row.center {
  display: flex;
  justify-content: center;
}

.org-row.space {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.org-box {
  background: #fff;
  border: 2px solid #C9A14A;
  padding: 10px 15px;
  border-radius: 6px;
  min-width: 180px;
  margin: 5px;
}

.org-box.dewan {
  background: #F5F2ED;
}

.org-box.ketua {
  background: #3A2A1A;
  color: #fff;
}

.org-box.wakil {
  background: #7A1E1E;
  color: #fff;
}

.org-box.inti {
  background: #FAF8F4;
}

.org-box.bidang {
  background: #C9A14A;
  color: #111;
  font-weight: bold;
}

.org-box.anggota {
  background: #fff;
  border-style: dashed;
  font-size: 14px;
}

