.btn-primary {
    background-color: #065ca5 !important;
    color: #fff !important;
    border: none !important;
    padding: 10px 20px !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 {
    padding: 15px 25px !important;
    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%;
}


