.nav-link.active {
    background-color: #065ca5 !important;
}
.btn-primary {
    background-color: #065ca5 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    transition: background-color 0.3s ease !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    cursor: pointer !important;
    margin-right: 10px !important;
    text-decoration: none !important;
}

.btn-primary:hover {
    background-color: #064a8f !important;
    /* Warna biru lebih gelap saat hover */
}

.btn-outline-secondary {
    border-radius: 10px !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    cursor: pointer !important;
}

/* Write your CSS here */

.hero-section {
  position: relative;
  height: 100vh; /* Atau ganti dengan tinggi spesifik misal 600px */
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.btn.btn-secondary {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  text-align: center;
  font-weight: 400;
  font-size: 1rem;
  border-radius: 10px;
}

.btn.btn-secondary p {
  margin: 0;
}

.custom-p p{
    margin: 0;
}


