<!-- css/style.css -->
:root {
      --primary-color: #0866ff;
    }
    .navbar, .btn-primary, .dropdown-menu {
      background-color: var(--primary-color) !important;
    }
    .navbar-nav .nav-link {
      color: #fff !important;
    }
    .dropdown-item:hover {
      background-color: rgba(255, 255, 255, 0.1);
    }
    .section-title {
      color: var(--primary-color);
      font-weight: bold;
    }
    footer {
      background-color: var(--primary-color);
      color: #fff;
      padding: 20px 0;
      text-align: center;
    }
    .hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
/* Hilangkan scrollbar horizontal */
.hide-scrollbar::-webkit-scrollbar {
  display: none;
}
.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.adsbygoogle {
  max-height: 300px;
  overflow: hidden;
  margin: 20px auto;
}


