    @font-face {
      font-family: OpenSauce;
      src: url('../fonts/OpenSauceOne-Regular.ttf');
    }

    @font-face {
      font-family: CFCrayons;
      src: url('../fonts/CFCrayons-Regular.ttf');
    }

    body {
      background-color: #eaf6ff; /* biru muda */
      font-family: 'OpenSauce';
    }
    .navbar {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 100;
      background: transparent;
      transition: background 0.3s ease, box-shadow 0.3s ease;
      padding: 1rem 0;
    }
    /* saat discroll */
    .navbar.scrolled {
      padding-top: 0px;
      padding-bottom: 0px;
    }

    .navbar.scrolled .nav-brand {
        display: none;
    }
    .menu-box {
      background: #fff;
      border-radius: 50px;
      padding: 0.2rem 2rem;
      display: flex;
      align-items: center;
      gap: 2rem;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }
    .nav-link {
      color: #0056b3;
      font-weight: 400;
      font-size: 1.05rem;
    }
    .nav-link.active {
      font-weight: 700;
      color: #0056b3 !important;
    }
    .btn-kontak {
      background: #FFD52D;
      border-radius: 50px;
      font-size: 0.8rem;
      font-weight: 700;
      padding: 0.5rem 1.2rem;
      color: #000;
      white-space: nowrap;
    }
    .hero {
      background-color: #eaf6ff; /* biru muda */
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
    }

    .hero::before {
      content: "";
      position: absolute;
      top: 0;
      left: -25%;         /* geser lebih ke kiri */
      width: 70%;         /* lebar */
      height: 100%;       /* tinggi penuh section */
      background-color: #FFD52D; /* kuning */
      border-radius: 0 50% 50% 0; /* bikin setengah lingkaran */
      z-index: 0;
    }

    .hero-content {
      margin-top: 8rem;
      position: relative;
      z-index: 1;
      padding: 6rem 0; /* biar lega */
    }
    .hero-img {
      width: 100%;
    }

    .header-text-sm {
      font-size: 2rem; 
      font-weight: 700; 
      font-style: normal; 
      color: rgb(0, 74, 173); 
      font-kerning: normal; 
      text-decoration-line: none; 
      text-decoration-thickness: initial; 
      text-decoration-style: initial;
      text-shadow: rgba(255, 189, 89, 0.4) 0.1rem 0.1rem 0px;
    }

    .header-text-md {
      font-size: 3.5rem; 
      font-weight: 700; 
      font-style: normal; 
      color: rgb(0, 74, 173); 
      font-kerning: normal; 
      text-decoration-line: none; 
      text-decoration-thickness: initial; 
      text-decoration-style: initial;
      text-shadow: rgba(255, 189, 89, 0.4) 0.2rem 0.2rem 0px;
    }

    .header-text-lg {
      font-size: 4.5rem; 
      font-weight: 700; 
      font-style: normal; 
      color: rgb(0, 74, 173); 
      font-kerning: normal; 
      text-decoration-line: none; 
      text-decoration-thickness: initial; 
      text-decoration-style: initial;
      text-shadow: rgba(255, 189, 89, 0.4) 0.2rem 0.2rem 0px;
    }

    .text-md {
      line-height: 1;
      font-size: 1.5rem;
    }

    .profile-card {
      display: flex;
      flex-direction: column;
      padding: 4rem 2rem;
      width: 100%;
      background-image: url('../images/profile-card.png');
      background-size: cover;
    }

    .profile-card .profile-img {
      width: 100%;
      height: 50%;
      object-fit: cover;
      border-radius: 2rem;
    }

    .profile-card .profile-name {
      font-weight: 600;
      margin-top: 1rem;
      color: #004AAD;
      font-family: 'CFCrayons';
      font-size: 1.4rem;
    }

    .profile-card .profile-role, .title-light-sm {
      font-size: 1.1rem;
      font-style: italic;
      color: #004AAD;
      font-family: 'Montserrat';
    }

    .title-light-sm {
      font-size: 1.2rem;
    }

    .title-bold-md {
      font-size: 1.8rem;
      font-family: 'CFCrayons';
      font-weight: 600;
      color: #004AAD;
    }
    .content-text {
      font-size: 1.1rem;
    }

    .page-header {
      background-image: url('../images/bg.png');
      background-position-y: bottom;
      background-size: cover;
      min-height: 100vh;
      overflow-y: hidden;
    }

    .page-header .page-content-header {
      height: 100%;
    }

    .page-header .page-content-header img {
      width: 100%;
      object-fit: cover;
      object-position: bottom;
    }

    .program-box {
      background-color: rgba(0, 74, 173, 0.8);
      position: relative;
      width: 67%;
      padding: 3rem 2rem;
      border-radius: 2rem;
    }

    .program-box .number-circle {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      background-color: #FFD52D;
      position: absolute;
      top: -5%;
      left: -5%;
      font-size: 3rem;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #004AAD;
      font-weight: 700;
    }

    .program-box .program-text {
      font-size: 1.2rem;
      text-align: center;
      color: white;
    }

    .program-row {
      display: flex;
      align-items: start;
      margin-top: 5rem;
      position: relative;
    }

    .program-heading {
      position: absolute;
      width: 35%;
      left: 50%;
      transform: translateX(-50%);
      top: 20%; /* atau nilai lain tergantung desain */
      text-align: center;
    }

    #program2-section .program-heading {
      top: 10%;
      transform: translateX(-100%);
    }

    #program6-section .program-heading {
      top: 0%;
      transform: translateX(-100%);
    }

    .program-heading .sub-title {
      font-style: italic;
      color: #004AAD;
      font-size: 1.2rem;
      margin-bottom: 0.5rem;
      font-family: 'Montserrat';
    }

    .program-heading .main-title {
      font-size: 1.9rem;
      font-weight: 700;
      color: #004AAD;
      line-height: 1.3;
      font-family: 'CFCrayons';
    }

    footer {
        background-color: #004AAD; /* biru */
        color: white;
        padding: 30px 50px;
    }

    .footer-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        gap: 30px;
    }

    /* Bagian logo & tagline */
    .footer-logo {
        max-width: 300px;
    }
    .footer-logo img {
        width: 100%;
        height: auto;
    }
    .footer-tagline {
        font-style: italic;
        margin-top: 5px;
        font-size: 0.9rem;
    }

    /* Bagian kontak */
    .footer-contact h3 {
        margin-bottom: 15px;
        font-size: 1.2rem;
    }
    .footer-contact ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    .footer-contact li {
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .footer-contact img {
        width: 20px;
        height: 20px;
    }

    /* Bagian Instagram */
    .footer-instagram {
        text-align: center;
    }
    .footer-instagram .gallery {
        display: grid;
        grid-template-columns: repeat(3, 80px);
        gap: 10px;
        justify-content: center;
        margin-bottom: 15px;
    }
    .footer-instagram .gallery img {
        width: 80px;
        height: 80px;
        object-fit: cover;
        border-radius: 5px;
    }
    .instagram-btn {
        background-color: #ffe54f;
        color: black;
        padding: 10px 20px;
        border-radius: 25px;
        font-weight: bold;
        text-decoration: none;
        display: inline-block;
    }
    .instagram-btn:hover {
        background-color: #ffdb00;
    }

    /* Responsif */
    @media (max-width: 991.98px) {
      .footer-container {
          flex-direction: column;
          align-items: center;
          text-align: center;
      }
      .footer-instagram .gallery {
          grid-template-columns: repeat(3, 70px);
        }
    }