@media screen and (max-width: 768px) {
  body {
    max-width: 100vw;
    margin: 0;
    padding: 0;
  }
  
  /* Header/Navbar Responsive */
  header {
    height: 60px;
    width: 100%;
    box-sizing: border-box;
  }
  
  header .nav1 {
    margin: 0.5%;
    width: 99%;
    box-sizing: border-box;
  }
  
  #hamburger {
    display: block;
    color: #431353;
    font-size: 1.5rem;
    position: absolute;
    right: 5%;
    left: auto;
  }
  
  .menu{
    display:none;
  }

  .pdf1 {
    display:none;
  }

    .pdf2 {
      display: block;
    }

  .menu.show-menu {
    display: block;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background-color: #c8bdff;
    z-index: 1000;
    box-sizing: border-box;
  }
  
  .menu.show-menu ul {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
  }
  
  .menu.show-menu ul li {
    margin: 0.5rem 0;
    width: 100%;
    text-align: center;
  }

  .nav-section img {
    width: 40px;
    height: 40px;
    margin: 1rem;
  }
  
  .nav-section2 h2 {
    font-size: 1rem;
  }
  
  .nav-section2 span {
    font-size: 0.8rem;
  }
  
  /* Hero Section Responsive */
  .hero-page {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Pusatkan vertikal */
    align-items: center; /* Pusatkan horizontal */
    height: 100vh; /* Sesuaikan tinggi layar */
    text-align: center;
    position: relative;
  }
  
  .hero-text {
    font-size: 2rem;
    margin-bottom: 2rem;
    width: 100%;
    box-sizing: border-box;
  }
  
  .button {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.2rem;
    border-radius: 10px;
    background-color: #431353;
    color: white;
    text-align: center;
    width: 12rem;
    font-size: 1.2rem;
    border-radius: 10px;
    background-color: #431353;
    color: white;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px; 
    height:45px;
    margin-top:8rem;
    
}

.button:hover {
    background-color: #b400ff;
    border-color: #b400ff;
  }
  
  .button:hover span i {
    transform: rotate(45deg); 
  }
  
  
  .about-us {
    flex-direction: column;
    padding: 2rem 1rem;
    width: 100%;
    box-sizing: border-box;
    align-items: center;
  }
  
  .about-us-image {
    width: 40%;
    text-align: center;
    margin-bottom: 2rem;
    margin-top:2rem;
  }
  
  .about-us-image img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
  
  .about-us-text {
    width: 100%;
    margin-left: 0;
    text-align: center;
    box-sizing: border-box;
    padding: 0 5%;
  }
  
  .about-us-text p {
    font-size: 1rem;
    line-height: 1.5;
  }
  
  /* Syarat dan Ketentuan Section */
  .end-page {
    padding: 2rem 1rem;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }

  .end-page a img{
    margin-inline:4rem !important;
  }
  
  .end-page h1 {
    font-size: 2rem;
    margin-bottom: 2rem;
    margin-top: 0.5rem !important;
  }
  
  .fp-embed {
    width: 100% !important;
    max-width: 350px !important;
    height: auto !important;
    margin: 0 auto;
  }
  
  .contact-btn {
    margin: 2rem auto;
    width: 100%;
    max-width: 250px;
    box-sizing: border-box;
    font-size: 1rem;
    padding: 0.8rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .contact-btn img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
  
   
   .footer-content {
    display: none; 
}

footer.footer{
  padding: 0 !important;
}

.mobile-layout {
    display: flex; 
  
}

.footer-sections {
    flex-direction: column;
}

.section {
    margin-bottom: 2rem;
}


  /* akhir footer */
}