body {
    font-family: "Segoe UI", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.5;
}


#testimonials{
    background-color: #0D1534; 
}

.main-color{
    color:#E0BA58;     
}
.btn-custom-navbar{
    border: 1px solid #E0BA58;
    background-color: #E0BA58;
    border-radius: 5px;
    color: #000;
    padding: 10px 50px 10px 50px;  
    font-size: 90%;
}
.btn-custom-navbar:hover{
    border: 1px solid #E0BA58;
    background-color: #FFF;
    border-radius: 5px;
    color: #000;
    padding: 10px 50px 10px 50px;  
    font-size: 90%;
}
.btn-custom-outline{
    border: 1px solid #E0BA58;
    border-radius: 50px;
    color: #E0BA58;
    padding: 10px 50px 10px 50px;
}
.btn-custom-outline:hover{
    border: 1px solid #E0BA58;
    background-color: #E0BA58;
    border-radius: 50px;
    color: #000;
    padding: 10px 50px 10px 50px;
}
.btn-custom-solid{
    background-color: #0D1534;
    border-radius: 50px;
    color: #FFF;
    padding: 10px 50px 15px 50px;
}
.btn-custom-solid:hover{
    background-color: #0D1534;
    border-radius: 50px;
    color: #E0BA58;
    padding: 10px 50px 15px 50px;
}


/* kondisi awal (transparan) */
.navbar-transparent {
  background-color: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* saat discroll */
.navbar-solid {
  background-color: #000; /* hitam */
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

/* biar teks tetap putih */
.navbar-solid .nav-link,
.navbar-solid .navbar-brand {
  color: #fff !important;
    font-weight: bold !important;
}
.navbar-nav a{
    font-weight:500;

}


/* HERO */
.hero-section {
    background-color: #0D1534;
    color: #fff;
    padding: 100px 0;
}
.hero-section h1 {
    font-size: 42px;
    font-weight: bold;
}
.tagline {
    font-size: 22px;
    margin-bottom: 15px;
}
.hero-text {
    font-size: 16px;
    margin-bottom: 25px;
}


/* SECTION */
.section {
    padding: 70px 0;
}
.section h2 {
    margin-bottom: 20px;
    font-weight: bold;
}
.section-desc {
    max-width: 700px;
    margin: 0 auto 40px;
    color: #555;
}


/* PROGRAM */
.program-box {
  position: relative;
  height: 400px;
  border-radius: 8px;
  overflow: hidden;
}

.program-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
}

/* zoom saat hover */
.program-box:hover .program-bg {
  transform: scale(1.1);
}

/* overlay gelap */
.program-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
}

/* teks di bawah tengah */
.program-caption {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 0 15px;
  z-index: 2;
}

.program-caption h4 {
  margin-bottom: 5px;
  font-weight: bold;
}

.program-caption p {
  margin: 0;
  font-size: 14px;
}


.testimonial-box {
  max-width: 700px;
  margin: auto;
    color: #FFF;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.testimonial-text {
  font-size: 1.1rem;
  font-style: italic;
  color: #E0BA58;
}

.registration-section {
    background:#f8f9fa;
}

.registration-section h1 {
    letter-spacing: .5px;
}

.registration-section .card {
    border-radius: 16px;
}

.registration-section .form-control,
.registration-section .form-select {
    border-radius: 10px;
}


/* FOOTER */
.site-footer {
    background-color: #0D1534;
    color: #FFF;
}
.site-footer h3 {
    font-size: 110%;
    font-weight: bold;
}
.site-footer a {
    color: #FFF;
    text-decoration: none;
}
.site-footer a:hover {
    color: #E0BA58;
}
.footer {
    background: #222;
    color: #aaa;
    padding: 20px 0;
}
.footer p {
    margin: 0;
    font-size: 14px;
}
.footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}