    /* ========== RESET ========== */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: 'Poppins', sans-serif;
      background: url('Asset/makaroni.png') center/cover no-repeat fixed;
      color: #333;
    }

    /* ========== TYPOGRAPHY ========== */
    h1 {
      font-weight: 400;
    }

    h2 {
      font-size: 36px;
    }

    p {
      font-weight: 100;
      line-height: 1.6;
    }

    /* ========== NAVBAR ========== */
    .navbar {
      position: fixed;
      top: 12px;
      left: 50%;
      transform: translateX(-50%);
      background-color: #d63016;
      padding: 10px 30px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 90%;
      max-width: 1200px;
      border-radius: 40px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
      z-index: 1000;
    }

    .logo {
      height: 50px;
    }

    .menu-toggle {
      display: none;
    }

    .produk {
      list-style: none;
      display: flex;
      gap: 20px;
    }

    .produk li a {
      display: inline-block;
      padding: 10px 20px;
      border-radius: 40px;
      font-weight: bold;
      font-size: 16px;
      text-decoration: none;
      transition: 0.3s;
    }

    /* ========== BUTTONS ========== */
    .btn-red,
    .btn-red1 {
      background-color: #f2a912;
      color: #fff;
      transition: 0.3s;
      font-weight: bold;
      text-decoration: none;
      border-radius: 40px;
    }

    .btn-red:hover,
    .btn-red1:hover {
      background-color: #fff;
      color: #f2a912;
    }

    .btn-red1 {
      margin-top: 35px;
      display: inline-flex;
      align-items: center;
      gap: 13px;
      padding: 15px 25px;
      font-size: 21px;
    }

    .btn-red1 img.shoping-icon {
      height: 25px;
      width: auto;
      vertical-align: middle;
    }

    .btn-green {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 10px 20px;
      border-radius: 40px;
      font-weight: bold;
      font-size: 18px;
      text-decoration: none;
      color: #fff;
      transition: 0.3s;
      background-color: #25D366;
    }

    .btn-green:hover {
      background-color: #fff;
      color: #25D366;
    }

    .btn-greenwhatsapp {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 10px 20px;
      border-radius: 40px;
      font-weight: bold;
      font-size: 18px;
      text-decoration: none;
      color: #fff;
      transition: 0.3s; 
    }


    .btn-greenwhatsapp:hover {
      background-color: #fff;
      color: #f2a912;
    }

    .btn-green img.whatsapp-icon,
    .btn-greenwhatsapp .whatsapp-icon1 {
      width: 20px;
      height: auto;
      vertical-align: middle;
    }

    .btn-floating {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #25D366;
      padding: 10px;
      border-radius: 50%;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
      z-index: 1000;
      transition: 0.3s;
    }

    .btn-floating:hover {
      background-color: #fff;
      color: #25D366;
    }

    .btn-floating img {
      width: 36px;
      height: 36px;
    }

    /* ========== HERO SECTION ========== */
    .hero,
    .hero1 {
      color: white;
      text-align: center;
      padding: 90px 30px;
      border-radius: 10px;
      max-width: 800px;
      margin: 0 auto;
    }

    .hero1 {
      padding: 75px 15px;
    }

    .hero p {
      font-size: 18px;
      margin-bottom: 10px;
    }

    /* ========== SECTION & CARDS ========== */
    .section {
      padding: 60px 20px;
      text-align: center;
    }

    .sectiongaleri {
      padding: 20px 20px;
      text-align: center;
    }

    .produk-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      background-color: #f2a912;
      padding: 40px 20px;
      border-radius: 50px;
      max-width: 1000px;
      margin: 0 auto;
    }

    .produk-card {
      width: 250px;
      background: #fff3e0;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
      overflow: hidden;
    }

    .produk-card img {
      width: 100%;
      height: 150px;
      object-fit: cover;
    }

    /* ========== SECTION TENTANG ========== */
    .sectiontentang {
      display: flex;
      justify-content: center;
      padding: 150px 50px;
    }

    .tentang-container {
      display: flex;
      flex-direction: row;
      max-width: 1100px;
      background: rgba(255, 255, 255, 0.9);
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
      border-radius: 20px;
      overflow: hidden;
    }

    .tentang-video {
      flex: 1;
      min-width: 337px;
      max-height: 437px;
      overflow: hidden;
    }

    .tentang-video video {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .tentang-deskripsi {
      flex: 1;
      padding: 30px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      color: #222;
    }

    .tentang-deskripsi h2 {
      font-size: 28px;
      font-weight: bold;
      margin-bottom: 15px;
      color: #e74c3c;
    }

    .tentang-deskripsi p {
      font-size: 16px;
      line-height: 1.7;
      margin-bottom: 10px;
    }

    /* ========== GALERI ========== */
    .galeri-container {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 10px;
      max-width: 660px;
      margin: 0 auto;
    }

    .galeri-container img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 5px;
    }

    /* ========== SLIDESHOW ========== */
    .slideshow-container {
      margin: -30px auto 0;
      width: 300px;
      height: 300px;
      overflow: hidden;
      border-radius: 10px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }

    .slideshow-container img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: opacity 0.5s ease-in-out;
    }

    /* ========== FOOTER ========== */
    footer {
      background-color: #f2a912;
      color: white;
      padding: 15px;
      text-align: center;
    }

    footer a {
      color: #d63016;
      text-decoration: none;
    }

    .footer-banner {
      background-color: #f2a912;
      color: white;
      padding: 40px 20px;
    }

    .footer-content {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      max-width: 1200px;
      margin: auto;
    }

    .footer-valley {
      width: 100%;
      overflow: hidden;
      background: transparent;
      line-height: 0;
      position: relative;
      top: 1px;
    }

    .footer-valley svg {
      display: block;
      width: 100%;
      height: 100px;
    }

    .left {
      flex: 1;
      min-width: 280px;
      text-align: center;
    }

    .logoicon {
      width: 200px;
      margin-bottom: 20px;
    }

    .social-icons img {
      width: 30px;
      margin: 0 8px;
    }

    .right {
      flex: 2;
      min-width: 300px;
      padding: 20px;
    }

    .right h2 {
      color: #d63016;
      margin: 10px 0;
    }

    .right h3 {
      margin: 0;
    }

    .right p {
      margin: 8px 0;
      line-height: 1.5;
    }

    .info img {
      width: 20px;
      vertical-align: middle;
      margin-right: 8px;
    }

    .email-link {
      color: inherit;
      text-decoration: none;
    }

    /* ========== RESPONSIVE ========== */
    @media (max-width: 1024px) {
      .produk-card {
        width: 45%;
      }

      .galeri-container {
        grid-template-columns: repeat(2, 1fr);
      }

      .navbar {
        flex-direction: row;
        align-items: center; 
        justify-content: space-between; 
        padding: 10px 20px;
      }


      .produk {
        flex-direction: column;
        gap: 10px;
        width: 100%;
        margin-top: 10px;
      }

      .produk li a {
        width: 100%;
        text-align: left;
      }

      .footer-content {
        flex-direction: column;
        text-align: center;
      }

      .left,
      .right {
        width: 100%;
      }
    }

        @media (max-width: 768px) {
      .navbar {
        flex-wrap: wrap; /* agar item di dalam navbar bisa turun */
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
      }

      .menu-toggle {
        display: block;
        font-size: 32px;
        cursor: pointer;
        color: white;
        padding: 10px;
        margin-left: auto;
      }

      .produk {
        display: none;
        flex-direction: column; /* ✅ arah vertikal */
        background-color: #d63016;
        width: 100%;
        margin-top: 10px;
        border-radius: 0 0 20px 20px;
        padding: 10px 0;
      }

      .produk.show {
        display: flex;
      }

      .produk li a {
        width: 100%;
        text-align: left;
        padding: 10px 20px;
        color: white;
      }

      .galeri-container {
        grid-template-columns: 1fr;
      }

      .tentang-container {
        flex-direction: column;
      }

      .tentang-video {
        max-height: 250px;
      }
    }


    @media (max-width: 600px) {
      h1,
      h2 {
        font-size: 24px;
      }

      .produk-card {
        width: 100%;
      }

      .btn-red,
      .btn-green,
      .btn-red1 {
        font-size: 16px;
        padding: 10px 16px;
      }

      .btn-floating {
        bottom: 15px;
        right: 15px;
        padding: 8px;
      }

      .btn-floating img {
        width: 30px;
        height: 30px;
      }

      .navbar {
        padding: 10px 15px;
      }

      .footer-banner {
        padding: 20px 10px;
      }

      .slideshow-container {
        width: 90%;
        height: auto;
      }

      .slideshow-container img {
        height: auto;
      }
    }

