@media screen and (max-width: 768px) {
    body {
      max-width: 100vw;
      margin: 0;
      padding: 0;
    }
    
    /* Header/Navbar Responsive */
        footer.footer {
          padding: 0 !important;
        }
    header {
      height: 60px;
      width: 100%;
      box-sizing: border-box;
    }
    
    header .nav1 {
      margin: 0.5%;
      width: 99%;
      box-sizing: border-box;
    }
    
    .nav-section img {
      width: 40px;
      height: 40px;
      margin: 1rem;
    }
    
    .nav-section2 h2 {
      font-size: 1rem;
    }
    
    .nav-section2 span {
      font-size: 0.8rem;
    }
    
    .menu {
      display: none;
    }
    
    #hamburger {
      display: block;
      color: #431353;
      font-size: 1.5rem;
      position: absolute;
      right: 5%;
      left: auto;
    }
    
    .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;
    }
    
    /* Studio IT Section Responsive */
    .studioit {
      width: 100%;
      box-sizing: border-box;
      padding: 0 5%;
    }
    
    .studioit .item {
      width: 100%;
      padding: 2rem 1rem;
      box-sizing: border-box;
      text-align: center;
      margin-top:2rem;
    }
    
    .studioit .item h1 {
      font-size: 1.8rem;
      line-height: 1.2;
      margin: 1rem 0;
    }
    
    .studioit .item img {
      width: 100%;
      max-width: 250px;
      height: auto;
      margin: 1rem auto;
    }
    
    .studioit .item p {
      font-size: 14px;
      width: 100%;
      margin: 1rem 0;
      box-sizing: border-box;
    }
    
    .studioit .item p br {
      display: none;
    }
    
    /* Mengapa Section Responsive */
    .mengapa {
      width: 100%;
      box-sizing: border-box;
      padding: 0 5%;
    }
    
    .mengapa .item {
      width: 100%;
      padding: 2rem 1rem;
      box-sizing: border-box;
      text-align: center;
    }
    
    .mengapa .item h1 {
      font-size: 1.8rem;
      line-height: 1.2;
      margin: 1rem 0;
    }
    
    .mengapa .item span {
      display: block;
      margin-top: 5px;
    }
    
    .mengapa .item2 {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      margin: 1rem 0;
    }
    
    .mengapa .item2 img {
      width: 60px;
      height: auto;
      margin: 1rem auto 0.5rem;
    }
    
    .mengapa .item2 p {
      font-size: 16px;
      margin: 0 0 1rem 0;
    }
    
    .contact-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      max-width: 250px;
      margin: 1.5rem auto;
      padding: 10px;
      border-radius: 8px;
      box-sizing: border-box;
    }
    
    .contact-btn img {
      width: 24px;
      height: auto;
      margin-right: 8px;
    }
    
 /* awal footer */
 .footer-content {
  display: none; /* Hide desktop layout on mobile */
}

.mobile-layout {
  display: flex; /* Show mobile layout on mobile */
}

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

.section {
  margin-bottom: 2rem;
}


/* akhir footer */
  }