body {
  font-family: "Segoe UI", sans-serif;
  background-color: #f1f3f4;
  color: #333;
}

.carousel-item img {
  height: 550px;
  object-fit: cover;
}

.carousel-caption h5,
.carousel-caption p {
  color: #ffffff;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
}

.navbar-brand img {
  margin-right: 15px; /* Menambah jarak 15px antara logo dan teks */
}

.title-wrapper {
  margin: 2rem 0;
}

.title-text {
  font-weight: 700;
  color: #1a1a2e;
  white-space: nowrap;
}

.border-bottom {
  border-bottom: 1px solid #787878;
}

.announcement-card {
  background: linear-gradient(135deg, #d0f0f3, #ffffff);
  border-left: 5px solid #00bcd4;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.announcement-card h2 {
  font-size: 1.5rem;
  color: #00bcd4;
}
.announcement-card p {
  font-size: 1rem;
  color: #555;
}
.announcement-card:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 188, 212, 0.3);
}

.custom-table {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Bayangan halus di sekitar tabel */
  /* Menghilangkan garis kanan terakhir di setiap baris */
  /* Menambahkan border bawah pada baris terakhir */
}
.custom-table thead {
  background-color: #0d6efd; /* Warna biru terang */
  color: #fff;
}
.custom-table thead th {
  font-weight: 600;
  text-transform: uppercase;
  padding: 1.5rem; /* Padding lebih lebar pada header */
  border-bottom: 2px solid #dee2e6; /* Garis pemisah antar header dan body */
  border-right: 1px solid #dee2e6; /* Garis pemisah antar kolom di header */
}
.custom-table tbody tr {
  transition: background-color 0.3s ease;
}
.custom-table tbody tr:nth-child(odd) {
  background-color: #f8f9fa; /* Warna latar belakang baris ganjil */
}
.custom-table tbody tr:hover {
  background-color: #e2e6ea; /* Warna saat hover */
}
.custom-table tbody tr td {
  padding: 1.5rem; /* Padding lebih lebar pada data tabel */
  vertical-align: middle;
  border-top: 1px solid #dee2e6; /* Garis pemisah antar baris */
  border-right: 1px solid #dee2e6; /* Garis pemisah antar kolom */
}
.custom-table tbody tr td:last-child {
  border-right: none;
}
.custom-table tbody tr:last-child td {
  border-bottom: 2px solid #dee2e6;
}

.news-section .news-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.news-section .news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

#map-section {
  position: relative;
}

/* Mengatur gaya untuk footer */
footer .form-control {
  background-color: #f8f9fa;
  border: 1px solid #ddd;
}

footer .form-control:focus {
  border-color: #007bff;
}

footer .btn-primary {
  background-color: #007bff;
  border-color: #007bff;
}

footer .btn-primary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
}

footer h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

footer p {
  font-size: 14px;
}

footer .list-unstyled li {
  font-size: 14px;
}

footer .btn-social-icon {
  margin-right: 10px;
}

footer .btn-social-icon i {
  font-size: 20px;
}

footer .social-icons {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}

footer .social-icons a {
  font-size: 1px;
  color: #fff;
  display: inline-block;
  text-align: center;
  transition: background-color 0.3s ease;
}

footer .social-icons a:hover {
  background-color: #007bff;
}

.text-center h1 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #198754;
}
.text-center p {
  color: #6c757d;
  max-width: 800px;
  margin: 0 auto;
}

.info-card {
  background-color: #3498db;
  color: #ffffff;
  border-radius: 0.5rem;
  text-align: center;
  padding: 2rem 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.info-card:hover {
  transform: translateY(-5px);
}
.info-card .number {
  font-size: 2.5rem;
  font-weight: 700;
}
.info-card .label {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  font-weight: 500;
  color: #ffffff;
}

.row {
  margin-top: 2rem;
}

.kepengurusan-card {
  width: 220px;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.kepengurusan-card:hover {
  transform: translateY(-5px);
}
.kepengurusan-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.kepengurusan-card .card-body {
  padding: 1rem;
}
.kepengurusan-card .card-body .card-title {
  font-size: 1rem;
  font-weight: 700;
  color: maroon;
  margin-bottom: 0.25rem;
}
.kepengurusan-card .card-body .card-text {
  font-size: 0.95rem;
  margin: 0;
}

.text-maroon {
  color: maroon;
}

.btn-outline-maroon {
  color: maroon;
  border-color: maroon;
}
.btn-outline-maroon:hover {
  background-color: maroon;
  color: white;
}

.horizontal-card {
  height: 250px;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}
.horizontal-card:hover {
  transform: translateY(-3px);
}
.horizontal-card .row {
  margin: 0;
}
.horizontal-card .col-md-4,
.horizontal-card .col-md-8 {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.horizontal-card .object-cover {
  object-fit: cover;
  object-position: center;
  display: block;
}
.horizontal-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.horizontal-card .card-body {
  flex: 1 1 auto;
  padding: 0.75rem 1rem;
  overflow: hidden;
}
.horizontal-card .card-footer {
  margin-top: auto;
  padding: 0 1rem 1rem;
  background-color: transparent;
  border: 0;
}

body .modal-backdrop.show {
  background-color: rgba(0, 0, 0, 0.99) !important;
  backdrop-filter: blur(2px);
  z-index: 1050 !important;
}

.sejarah-wrap .float-img {
  float: left;
  margin: 0 20px 20px 0;
  width: 650px;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}
.sejarah-wrap p {
  text-align: justify;
}
@media (max-width: 768px) {
  .sejarah-wrap .float-img {
    float: none;
    display: block;
    margin: 0 auto 20px auto;
    width: 100%;
  }
}

.sidebar-section {
  /* Galeri */
  /* Social Media */
}
.sidebar-section .sidebar-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  /* Gradasi warna tiap kategori */
}
.sidebar-section .sidebar-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.sidebar-section .sidebar-card .card-header {
  font-weight: 700;
  font-size: 1rem;
  padding: 12px 15px;
  color: #fff;
}
.sidebar-section .sidebar-card.population .card-header {
  background: linear-gradient(45deg, #009688, #00bcd4);
}
.sidebar-section .sidebar-card.news .card-header {
  background: linear-gradient(45deg, #009688, #00bcd4);
}
.sidebar-section .sidebar-card.gallery-card .card-header {
  background: linear-gradient(45deg, #009688, #00bcd4);
}
.sidebar-section .sidebar-card.leaders .card-header {
  background: linear-gradient(45deg, #009688, #00bcd4);
}
.sidebar-section .sidebar-card.social .card-header {
  background: linear-gradient(45deg, #009688, #00bcd4);
}
.sidebar-section .sidebar-card .card-body {
  padding: 1rem;
}
.sidebar-section .gallery img {
  width: 48%;
  border-radius: 8px;
  transition: transform 0.25s ease;
  cursor: pointer;
}
.sidebar-section .gallery img:hover {
  transform: scale(1.05);
}
.sidebar-section .social-links a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.1rem;
  transition: transform 0.25s ease;
}
.sidebar-section .social-links a:hover {
  transform: scale(1.1);
}
.sidebar-section .social-links a.facebook {
  background: #1877f2;
}
.sidebar-section .social-links a.twitter {
  background: #1da1f2;
}
.sidebar-section .social-links a.instagram {
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af);
}
.sidebar-section .social-links a.youtube {
  background: #ff0000;
}

.news-thumb {
  width: 100px;
  height: auto;
  border-radius: 2px;
  flex-shrink: 0;
}

.news a {
  font-size: 0.95rem;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  line-height: 1.2;
  transition: color 0.2s ease;
}
.news a:hover {
  color: maroon;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}
.gallery-grid img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.gallery-grid img:hover {
  transform: scale(1.05);
}

.prajuru-carousel .carousel-item {
  text-align: center;
}
.prajuru-carousel .carousel-item img {
  max-width: 80%;
  height: 400px;
  margin: 0 auto 0.5rem;
  margin-top: 20px;
  border: 2px solid #dee2e6;
  border-radius: 0.5rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.prajuru-carousel .carousel-item h6 {
  margin-bottom: 0;
  color: black;
}
.prajuru-carousel .carousel-item small {
  display: block;
  color: maroon;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.breadcrumb {
  font-size: 0.95rem;
}
.breadcrumb .btn-back {
  color: var(--bs-primary);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
}
.breadcrumb .btn-back:hover {
  text-decoration: underline;
}
.breadcrumb span {
  color: var(--bs-gray-700);
}

.perangkat-detail .perangkat-foto {
  max-width: 220px;
  height: auto;
  border-radius: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
.perangkat-detail .perangkat-foto:hover {
  transform: scale(1.05);
}
.perangkat-detail .perangkat-info .nama {
  font-size: 1.6rem;
  font-weight: 700;
  color: #2c3e50;
}
.perangkat-detail .perangkat-info .jabatan {
  font-size: 1.1rem;
  font-weight: 500;
  color: maroon;
  margin-bottom: 1rem;
}
.perangkat-detail .perangkat-info p {
  font-size: 0.95rem;
  color: #444;
  margin-bottom: 0.5rem;
}
.perangkat-detail .perangkat-info p strong {
  color: #2c3e50;
}
.perangkat-detail .perangkat-info .btn {
  padding: 0.4rem 1.2rem;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}
.perangkat-detail .perangkat-info .btn:hover {
  background-color: #0056b3;
  color: #fff;
}

.share-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.share-icons span {
  margin-right: 0.5rem;
  font-size: 0.875rem;
}
.share-icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  margin-right: 6px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.share-icons a:hover {
  opacity: 0.8;
}
.share-icons .facebook {
  background: #3b5998;
}
.share-icons .twitter {
  background: #1da1f2;
}
.share-icons .whatsapp {
  background: #25d366;
}
.share-icons .telegram {
  background: #0088cc;
}
.share-icons .copy {
  background: #6c757d;
}

.input-clear {
  background-color: #ffffff !important;
  color: #212529 !important;
  border: 2px solid #b5b5b5 !important;
  border-radius: 0.375rem;
  padding: 0.5rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.input-clear:focus {
  border-color: #0d6efd !important;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
  outline: none;
}
.input-clear::placeholder {
  color: #6c757d;
  opacity: 1;
}

.announcement-card-news {
  background: linear-gradient(135deg, #ffffff, #ffffff);
  border-left: 5px solid #dadada;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.announcement-card-news h3 {
  font-size: 1.5rem;
  color: maroon;
  font-weight: bold;
}
.announcement-card-news p {
  font-size: 1rem;
  color: #555;
}
.announcement-card-news:hover {
  transform: translateY(-5px) scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 188, 212, 0.3);
}

/*# sourceMappingURL=style.css.map */
