body {
  font-family: "Nunito";
  font-size: 22px;
}

.hero-section {
  position: relative;
  min-height: 100vh;
  background-image: url("/assets/hero-bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.75rem;
  display: flex;
  flex-direction: column;
}

.hero-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  background: linear-gradient(135deg, #be4444 34.75%, #ffdec1 85.09%);
  border-radius: 0.75rem;
}

.about-us-section {
  position: relative;
  min-height: 100vh;
  background-image: url("/assets/about-us-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.75rem;
}

.about-us-section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  background: linear-gradient(135deg, #be4444 34.75%, #ffdec1 85.09%);
  border-radius: 0.75rem;
}

.about-us-section img {
  width: 100%;
  height: 12rem;
  object-fit: cover;
  border-radius: 0.75rem;
}

.header .nav-link {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000;
}

footer {
  background: #f4f4f4;
}

.data-section {
  background: #f4f4f4;
  border-radius: 0.75rem;
}

.data-section .data-container {
  max-width: 1200px;
  margin: 0 auto;
}

.data-section .nav {
  padding: 0.5rem;
  background: #fff;
  border-radius: 0.75rem;
}

.data-section .nav-item .nav-link {
  font-size: 1rem;
  color: #000;
  font-weight: 500;
}

.data-section .nav-item .nav-link.active {
  background: #c24040;
  color: #fff;
}

.data-section .tab-pane {
  overflow-x: scroll;
}

.data-section table {
  font-size: 1rem;
}

.data-section table th,
.data-section table td {
  text-align: center;
  vertical-align: middle;
  border: 1px solid #ddd;
}

.data-section table thead th,
.data-section table tfoot td {
  background: #c24040;
  border: 1px solid #fff;
  color: #fff;
}

.login-btn {
  background: #c24040;
  color: #fff;
  font-weight: 500;
}

.login-btn:hover {
  background: #c24040;
  opacity: 0.9;
  color: #fff;
}

.layanan-pengaduan img {
  width: 18rem;
  height: auto;
}

.list-group a{
  font-size: .8rem;
}

.footer-logo h3 {
  font-size: 2rem;
}

.footer-logo p {
  font-size: 1.25rem;
}

.footer-info p {
  font-size: .9rem;
}
