* {
  box-sizing: border-box;
  font-family: 'Saira', Arial, sans-serif;
}

html {
  text-size-adjust: 100%;
}

body {
  min-height: 100%;
}

img, iframe {
  max-width: 100%;
}

.container-menu-baru {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 20px;
    }

    .logo-menu-baru img {
      width: 300px;
      height: auto;
    }

    nav.menu-baru ul.menu-baru {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      transition: all 0.3s ease-in-out;
    }

    nav.menu-baru li.menu-baru {
      margin-left: 20px;
      position: relative;
    }

    nav.menu-baru a.menu-baru {
      text-decoration: none;
      color: #333;
      display: flex;
      align-items: center;
    }

    ul.menu-baru-submenu {
      list-style: none; /* hilangkan bullet */
      padding-left: 0; /* hilangkan padding kiri */
      margin-left: 0; /* hilangkan margin kiri */
      display: none;
      background-color: #fff;
      border: 1px solid #ccc;
      position: absolute;
      z-index: 10;
      padding: 10px 0;
      margin-top: 5px;
      left: 0;
      width: max-content;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    }

    ul.menu-baru-submenu.menu-baru-active {
      display: block;
    }

    ul.menu-baru-submenu li.menu-baru {
      margin: 0;
    }

    ul.menu-baru-submenu a.menu-baru {
      padding: 10px 20px;
      color: #333;
      text-decoration: none;
      display: block;
    }

    ul.menu-baru-submenu a.menu-baru:hover {
      background-color: #f0f0f0;
    }

    nav.menu-baru li.menu-baru a.menu-baru .arrow-menu-baru {
      margin-left: 5px;
      font-size: 0.8em;
    }

    header.menu-baru {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background-color: #fff;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      z-index: 999;
    }

    button.menu-toggle-menu-baru {
      display: none;
      background: none;
      border: none;
      cursor: pointer;
    }

    button.menu-toggle-menu-baru .bar-menu-baru {
      display: block;
      width: 25px;
      height: 3px;
      margin: 5px auto;
      background-color: #333;
      transition: all 0.3s ease;
    }

		
/* Slider Container */
        .gambar-banner-slider {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: auto;
        max-width: 100%;
        margin-top: 100px;
        border-radius: 15px;
        cursor: grab;
        user-select: none;
		aspect-ratio: 1200 / 630;
    }

    .gambar-banner-slider.dragging {
        cursor: grabbing;
    }

    .gambar-banner-slider-slides {
        display: flex;
        transition: transform 0.8s ease-in-out;
        width: 100%;
        height: 100%;
    }

    .gambar-banner-slider-slide {
        min-width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 0.5s ease-in-out;
        position: relative;
		flex: 0 0 100%;
    }

    .gambar-banner-slider-slide.active {
        opacity: 1;
    }

    img {
        max-width: 100%;
		height: auto;
		-webkit-user-drag: none;
    }
	
	.gambar-banner-slider img,
	.ttg-sy-slide-tentang img,
	.slide-produk img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
	}

    .gambar-banner-slider-prev, .gambar-banner-slider-next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(0, 0, 0, 0.5);
        border: none;
        color: white;
        padding: 10px 15px;
        cursor: pointer;
        z-index: 10;
        font-size: 20px;
    }

    .gambar-banner-slider-prev {
        left: 10px;
    }

    .gambar-banner-slider-next {
        right: 10px;
    }

    .gambar-banner-slider-dots {
        position: absolute;
        bottom: 18px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        z-index: 10;
        padding: 7px 10px;
        background: rgba(0, 0, 0, 0.28);
        border-radius: 999px;
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
    }

    .gambar-banner-slider-dot {
        width: 8px;
        height: 8px;
        border: 0;
        border-radius: 999px;
        background-color: rgba(255, 255, 255, 0.75);
        margin: 0;
        cursor: pointer;
        opacity: 0.9;
        transition: width 0.25s ease, background-color 0.25s ease, opacity 0.25s ease;
    }

    .gambar-banner-slider-dot.active {
        width: 24px;
        background-color: #ffffff;
        opacity: 1;
    }
	
	.gambar-banner-slider-dot:hover {
        opacity: 1;
    }


.containerWhy {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 0 10px;
  box-sizing: border-box;
}

.columnWhy {
  width: auto;
  min-width: 0;
  padding: 5px;
  height: auto;
  margin-top: 10px;
  margin-left: 0;
  background-image: linear-gradient(to right, #e0e0e0, #c0c0c0);
  border-radius: 20px;
}

.columnWhy h2 { /* Tambah style untuk h2 di dalam column */
  text-align: center; /* Rata tengahkan teks */
  font-size: 2em;
}

.columnWhy p { /* Tambah style untuk h2 di dalam column */
  text-align: center; /* Rata tengahkan teks */
  font-size: 1.2em;
}

.columnWhy img {
  display: block; /* Agar gambar berada di tengah */
  margin: 0 auto 10px; /* Margin bawah untuk jarak antara gambar dan judul */
  width: 100px; /* Atur lebar ikon sesuai kebutuhan */
  height: auto; /* Menjaga rasio aspek gambar */
}

.barisNewArrivalContent {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  background: #A9CDBB;
  border-radius: 20px;
  padding: 10px;
  box-sizing: border-box;
}

.kolomNewArrivalContent {
  width: auto;
  min-width: 0;
  padding: 5px;
  height: auto;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
}

.kolomNewArrivalContent ul li i {
  color: #ff0000; /* Merah */
  margin-right: 10px; /* Jarak antara icon dan teks */
}

.kolomNewArrivalContent ul li {
  font-size: 1.8em;
  margin: 10px 0; /* Jarak antar item */
    display: flex; /* Mengaktifkan flexbox untuk setiap item */
    align-items: center; /* Menempatkan icon dan teks di tengah secara vertikal */
}

.kolomNewArrivalContent ul {
    list-style: none; /* Menghilangkan bullet point */
}

.kolomNewArrivalContent img {
  display: block; /* Agar gambar berada di tengah */
  margin: 0 auto 10px; /* Margin bawah untuk jarak antara gambar dan judul */
  width: 100%; /* Atur lebar ikon sesuai kebutuhan */
  height: auto; /* Menjaga rasio aspek gambar */
}

.newArrival h2 {
	text-align: center; /* Rata tengahkan teks */
	font-size: 5em;
}
		
.whatsapp-button-new-arrival {
  text-align: center;
  background-color: #ff0000; /* Warna hijau WhatsApp */
  color: white; /* Warna teks putih */
  padding: 10px 20px; /* Padding tombol */
  border: none; /* Tanpa border */
  border-radius: 10px; /* Sudut melengkung */
  cursor: pointer; /* Kursor tangan saat hover */
  font-size: 16px; /* Ukuran font */
  margin-top: 20px; /* Tambahkan margin atas */
  display: block; /* Menempatkan tombol di tengah */
  margin-left: auto; /* Margin kiri otomatis */
  margin-right: auto; /* Margin kanan otomatis */
  text-decoration: none; /* Menghilangkan garis bawah */
  font-size: 2em;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2); /* Efek bayangan 3D */
  transition: box-shadow 0.3s ease; /* Transisi halus untuk bayangan */
}

/* KATALOG PRICELIST */
.katalog-pricelist-baru-catalog {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 20px;
}

.katalog-pricelist-baru-product {
    background: #A9CDBB;
    padding: 15px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.katalog-pricelist-baru-product img {
    width: 100%;
    height: auto;
    border-radius: 6px;
}

.katalog-pricelist-baru-product-name {
    font-size: 3em;
    font-weight: normal;
    margin: 12px 0 8px;
}

.katalog-pricelist-baru-price-list {
    margin: 10px 0 15px;
    font-size: 1.7em;
}

.katalog-pricelist-baru-price-item {
    display: flex;
    justify-content: space-between;
    margin: 6px 0;
}

.katalog-pricelist-baru-price-item .katalog-pricelist-baru-type {
    font-weight: 400;
}

.katalog-pricelist-baru-price-item .katalog-pricelist-baru-amount {
    font-weight: normal;
    color: #000000;
}

.katalog-pricelist-baru-chat-button {
    display: block;
    width: 100%;
    padding: 12px 0;
    background-color: #ff0000;
    font-size: 1.6em;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    font-weight: normal;
    transition: background-color 0.3s ease;
    margin-top: 10px;
}

.katalog-pricelist-baru-chat-button:hover {
    background-color: #c0392b;
}

/* --------------END KATALOG PRICELIST-------------- */


		.ttg-sy-container-tentang {
			display: grid;
			grid-template-columns: repeat(2, minmax(0, 1fr));
			gap: 20px;
			align-items: center;
			width: 100%;
			background: linear-gradient(to right, #e0e0e0, #c0c0c0);
			border-radius: 20px;
			padding: 20px;
		}

		.ttg-sy-kolom-tentang {
			width: auto;
			min-width: 0;
		}
		
		.ttg-sy-kolom-tentang img {
			width: 100%;
			height: auto;
			display: block;
		}

        .ttg-sy-kolom-tentang h2 {
            font-size: 2em;
        }

        .ttg-sy-kolom-tentang p {
            font-size: 1.2em;
        }
		
		.ttg-sy-kolom-tentang a {
            text-decoration: none;
			color: #000;
        }

        .ttg-sy-konten-slider {
            position: relative;
            width: 100%;
            height: 500px;
            overflow: hidden;
        }

        .ttg-sy-slide-tentang {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 100%;
            opacity: 0;
            transform: scale(1.2);
            transition: transform 1s ease, opacity 1s ease;
        }

        .ttg-sy-slide-tentang.ttg-sy-active-tentang {
            left: 0;
            opacity: 1;
            transform: scale(1);
        }

        .ttg-sy-slide-tentang.ttg-sy-previous {
            left: -100%;
            opacity: 0.5;
            transform: scale(0.9);
        }

        .ttg-sy-slide-tentang.ttg-sy-next {
            left: 100%;
            opacity: 0.5;
            transform: scale(0.9);
        }

        .ttg-sy-slide-tentang img {
            width: 100%;
            height: 100%;
            object-fit: cover;
			border-radius: 15px;
        }

        .ttg-sy-sebelumnya, .ttg-sy-selanjutnya {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background-color: transparent;
            border: none;
            color: white;
            padding: 10px;
            cursor: pointer;
            font-size: 2em;
        }

        .ttg-sy-sebelumnya {
            left: 10px;
        }

        .ttg-sy-selanjutnya {
            right: 10px;
        }

        .ttg-sy-titik {
            position: absolute;
            bottom: 15px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
			gap: 8px;
			padding: 6px 12px;
			background: rgba(0,0,0,0.25);
			backdrop-filter: blur(6px);
			border-radius: 50px;
        }

        .ttg-sy-dot-tentang {
            width: 8px;
			height: 8px;
			background-color: rgba(255,255,255,0.6);
			border-radius: 50px;
			cursor: pointer;
			transition: all 0.3s ease;
        }

        .ttg-sy-dot-tentang.ttg-sy-active-tentang {
            width: 22px;
			background-color: #fff;
        }

		.footer-container {
			display: grid;
			grid-template-columns: 1fr 1fr 300px;
			gap: 20px;
			background-color: #333;
			background-image: linear-gradient(to bottom, #444, #222);
			padding: 20px;
			box-sizing: border-box;
			align-items: start;
		}

		.footer-column {
			min-width: 0;
			padding: 10px;
		}

		.footer-column:first-child {
			text-align: left;
		}

		.footer-column:last-child {
			text-align: right;
		}

		.footer-column iframe {
			width: 300px;
			height: 300px;
			max-width: 100%;
			border: 0;
			display: inline-block;
		}

		
		.footer-column h3 { /* Untuk heading h3 */
		color: white;
		font-size: 2em;
		}

		.footer-column p { /* Untuk paragraf */
		color: white;
		font-size: 1.2em;
		}
		
		.social-icons {
    margin-top: 10px; /* Jarak antara judul dan ikon */
}

.social-icon {
    width: 40px; /* Ukuran logo */
    height: auto; /* Menjaga proporsi */
    margin: 0 10px; /* Jarak antar ikon */
    transition: transform 0.3s; /* Efek transisi saat hover */
}

.social-icon:hover {
    transform: scale(1.1); /* Membesarkan ikon saat hover */
}

.faq-wrapper {
  margin-top: 15px;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
  padding: 80px 20px 50px;
}

/* CONTAINER */
.faq-container {
  width: 100%;
  max-width: 700px;
}

/* TITLE */
.faq-title {
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
  font-size: 32px;
  font-weight: 600;
}

/* ITEM */
.faq-item {
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(12px);
  border-radius: 16px;
  margin-bottom: 5px;
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  overflow: hidden;
  transition: 0.3s;
}

.faq-item.active {
  border-color: rgba(0,200,255,0.6);
  box-shadow: 0 0 20px rgba(0,200,255,0.5);
}

/* QUESTION */
.faq-question {
  width: 100%;
  padding: 18px;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}

.faq-question:hover {
  background: rgba(255,255,255,0.05);
}

/* LEFT SIDE */
.faq-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.faq-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(135deg, #00c6ff, #0072ff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

/* ARROW */
.arrow {
  transition: transform 0.3s ease;
  font-size: 14px;
}

.faq-question.active .arrow {
  transform: rotate(180deg);
}

/* ANSWER */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding: 0 18px;
  color: #ddd;
}

.faq-item.active .faq-answer {
  padding-bottom: 16px;
}

/* ARTICLE */
.faq-article {
  padding: 14px 0;
}

.faq-article:not(:last-child) {
  border-bottom: 1px solid rgba(255,255,255,0.15);
}

/* TEXT */
.faq-article h2 {
  font-size: 30px;
  margin-bottom: 8px;
  color: #fff;
}

.faq-article h4 {
  font-size: 16px;
  margin-bottom: 6px;
  color: #fff;
}

.faq-article p {
  font-size: 20px;
  line-height: 1.6;
}

.faq-article a {
  color: #00c6ff;
  text-decoration: none;
}

.faq-article a:hover {
  text-decoration: underline;
}

.container-produk {
        display: flex;
        flex-wrap: wrap;
        margin-top: 100px;
        box-sizing: border-box;
    }

    .kolom-produk {
        width: 50%;
        padding: 20px;
        box-sizing: border-box;
    }

    .kolom-kanan-produk h2 {
        font-size: 2em;
    }

    .konten-slider-produk {
        position: relative;
        width: 100%;
        height: 350px;
        overflow: hidden;
        cursor: grab;
        user-select: none;
        box-sizing: border-box;
    }

    .konten-slider-produk.dragging {
        cursor: grabbing;
    }

    .slide-produk {
        width: 100%;
        height: 100%;
        display: none;
        box-sizing: border-box;
    }

    .slide-produk img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        user-select: none;
        -webkit-user-drag: none;
    }

    .dot-produk {
        width: 8px;
        height: 8px;
        background-color: rgba(255, 255, 255, 0.65);
        border-radius: 50px;
        cursor: pointer;
        display: inline-block;
        border: 0;
        padding: 0;
        transition: width 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
    }

    .dot-produk.active-produk {
        width: 22px;
        background-color: #fff;
        transform: scale(1.05);
    }

    .titik {
        position: absolute;
        bottom: 12px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 6px 12px;
        background: rgba(0, 0, 0, 0.25);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
        border-radius: 50px;
        z-index: 3;
    }

    .daftar-produk {
        list-style-type: none;
        padding: 0;
        box-sizing: border-box;
    }

    .produk-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 10px;
        padding: 5px 0;
        border-bottom: 1px solid #ccc;
        font-size: 1.2em;
        box-sizing: border-box;
    }

    .harga {
        text-align: right;
        width: 150px;
        box-sizing: border-box;
    }

    .sebelumnya,
    .selanjutnya {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        border: none;
        padding: 10px;
        cursor: pointer;
        z-index: 1;
        font-size: 18px;
        user-select: none;
        box-sizing: border-box;
    }

    .sebelumnya {
        left: 10px;
    }

    .selanjutnya {
        right: 10px;
    }

.accordion-produk {
    width: 100%;
	margin-top: 50px;
}

.accordion-button-produk {
    background-color: #BDB76B; /* Mengubah warna latar belakang accordion */
    color: #444;
    cursor: pointer;
    padding: 15px;
    text-align: left;
    outline: none;
    font-size: 16px;
    border: 2px solid #444; /* Menambahkan border pada tombol accordion */
    border-radius: 5px; /* Mengatur sudut border */
    width: 100%; /* Membuat tombol accordion full width */
    display: flex;
    justify-content: space-between; /* Memastikan panah berada di ujung */
    align-items: center; /* Memastikan panah sejajar dengan teks */
    transition: background-color 0.4s;
    margin-bottom: 10px; /* Menambah ruang antara setiap tombol accordion */
}

.accordion-button-produk:hover {
    background-color: #C2C84A; /* Warna latar belakang saat hover */
}

.panel-accordion-produk {
    padding: 15px; /* Menambah padding di dalam panel */
    display: none;
    overflow: hidden;
    background-color: white;
    border: 2px solid #444; /* Menambahkan border pada panel */
    border-radius: 5px; /* Mengatur sudut border panel */
    margin-bottom: 10px; /* Menambah ruang antara panel yang terbuka dan tombol di bawahnya */
}

.arrow-accordion-produk {
    transition: transform 0.4s; /* Animasi panah */
}

.icon-list-produk {
    list-style-type: none; /* Remove default list styling */
    padding: 0; /* Remove padding */
}

.icon-list-produk li {
    margin: 5px 0; /* Add some space between items */
    display: flex; /* Align icon and text */
    align-items: center; /* Center icon vertically */
}

.icon-produk {
    margin-right: 10px; /* Space between icon and text */
    font-size: 18px; /* Adjust icon size if needed */
    color: #28a745; /* Change color of the check icon */
}

.container-gallery-gambarku {
      padding: 20px;
    }

    .gallery-gambarku-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 15px;
    }

    .gallery-gambarku-image {
      width: 100%;
      border-radius: 8px;
      transition: transform 0.3s;
      cursor: pointer;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .gallery-gambarku-image:hover {
      transform: scale(1.05);
    }

    .modal-gambarku {
      display: none;
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background-color: rgba(0, 0, 0, 0.8);
      justify-content: center;
      align-items: center;
      z-index: 1000;
    }

    .modal-gambarku-content {
      background-color: #fff;
      padding: 20px;
      border-radius: 6px;
      text-align: center;
      max-width: 90%;
      max-height: 90%;
      overflow: auto;
      position: relative;
    }

    .modal-gambarku img {
      max-width: 100%;
      max-height: 80vh;
      border-radius: 6px;
      transition: opacity 0.4s ease;
      opacity: 1;
    }

    .modal-gambarku img.fade-out {
      opacity: 0;
    }

    .close-gambarku {
      position: fixed;
      top: 20px;
      right: 30px;
      background: none;
      border: none;
      font-size: 36px;
      font-weight: bold;
      color: #fff;
      cursor: pointer;
      z-index: 1100;
    }

    .close-gambarku:hover,
    .close-gambarku:focus {
      color: #ccc;
      outline: none;
    }

    #caption-gambarku {
      margin-top: 10px;
      font-size: 16px;
      color: #333;
    }

    .panah-gambarku {
      position: fixed;
      top: 50%;
      transform: translateY(-50%);
      background-color: rgba(255, 255, 255, 0.5);
      border: none;
      font-size: 36px;
      font-weight: bold;
      padding: 10px 15px;
      cursor: pointer;
      z-index: 1050;
      border-radius: 50%;
      transition: background-color 0.3s;
    }

    .panah-gambarku:hover {
      background-color: rgba(255, 255, 255, 0.8);
    }

    .panah-gambarku.kiri {
      left: 20px;
    }

    .panah-gambarku.kanan {
      right: 20px;
    }

.whatsapp-button-sticky {
            position: fixed;
            bottom: 20px;
            right: 20px;
            z-index: 1000;
        }
		
/* Optimasi Core Web Vitals aman tanpa mengubah tampilan */
.gambar-banner-slider-slide img,
.katalog-pricelist-baru-product img,
.kolomNewArrivalContent img,
.ttg-sy-slide-tentang img {
  display: block;
}

.katalog-pricelist-baru-catalog,
.ttg-sy-container-tentang,
.footer-container {
  content-visibility: auto;
  contain-intrinsic-size: auto 500px;
}

.gambar-banner-slider-slides,
.ttg-sy-slide-tentang {
  will-change: transform, opacity;
}

/* Optimasi aman khusus halaman produk Jaecoo */
.slide-produk img,
.gallery-gambarku-image,
.whatsapp-button-sticky img {
  display: block;
}

.konten-slider-produk,
.slide-produk {
  contain: layout paint;
}

.accordion-produk {
  content-visibility: auto;
  contain-intrinsic-size: auto 700px;
}

.slide-produk,
.modal-gambarku img {
  will-change: opacity;
}

/* Media query untuk layar kecil */
@media (max-width: 768px) {
  nav.menu-baru ul.menu-baru {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #fff;
        padding: 20px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        z-index: 10;
      }

      nav.menu-baru ul.menu-baru.menu-baru-active {
        display: flex;
      }

      nav.menu-baru li.menu-baru {
        margin: 10px 0;
        position: static;
      }

      ul.menu-baru-submenu {
        position: relative !important;
        border: none;
        box-shadow: none;
        padding-left: 20px;
        margin-top: 5px;
        background-color: transparent;
        display: none;
        width: 100%;

        max-height: 50vh;
        overflow-y: auto;
        scrollbar-width: thin;
        padding-right: 10px; /* space for scrollbar */
      }

      ul.menu-baru-submenu.menu-baru-active {
        display: block;
      }

      ul.menu-baru-submenu a.menu-baru {
        padding: 8px 0;
      }

      /* Penanda teks kecil bawah submenu kalau masih bisa scroll */
      .submenu-scroll-indicator-menu-baru {
        position: relative;
        font-size: 12px;
        color: #888;
        padding-left: 20px;
        margin-top: 5px;
        display: none;
        user-select: none;
        font-style: italic;
        font-family: sans-serif;
      }

      .submenu-scroll-indicator-menu-baru.menu-baru-show-scroll-indicator + .submenu-scroll-indicator-menu-baru {
        display: block;
      }

      button.menu-toggle-menu-baru {
        display: block;
      }

      button.menu-toggle-menu-baru.menu-baru-active .bar-menu-baru:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
      }

      button.menu-toggle-menu-baru.menu-baru-active .bar-menu-baru:nth-child(2) {
        opacity: 0;
      }

      button.menu-toggle-menu-baru.menu-baru-active .bar-menu-baru:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
      }

      /* Scrollbar style */
      ul.menu-baru-submenu::-webkit-scrollbar {
        width: 6px;
      }

      ul.menu-baru-submenu::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 3px;
      }
	
	.gambar-banner-slider {
            width: 100%;
            height: auto;
			aspect-ratio: 1200 / 630;
        }

        .gambar-banner-slider-prev, .gambar-banner-slider-next {
            display: none;
        }

		.gambar-banner-slider-dots {
            bottom: 12px;
            gap: 6px;
            padding: 6px 8px;
        }
		
        .gambar-banner-slider-dot {
            width: 7px;
            height: 7px;
            margin: 0;
        }
		
		.gambar-banner-slider-dot.active {
            width: 20px;
        }
		.containerWhy {
			grid-template-columns: 1fr;
			padding: 0 10px;
		}
		.barisNewArrivalContent {
			grid-template-columns: 1fr;
		}
  .newArrival h2 {
	font-size: 2em;
}

.kolomNewArrivalContent ul li {
	font-size:1.5em;
}
.whatsapp-button-new-arrival{
	font-size:1.2em;
}

/* KATALOG PRICELIST 768PX*/
.katalog-pricelist-baru-catalog {
    grid-template-columns: repeat(2, 1fr);
}

.katalog-pricelist-baru-price-list {
    font-size: 1.4em;
}

/* -----------END KATALOG PRICELIST 768PX-------------- */


		.ttg-sy-container-tentang {
			grid-template-columns: 1fr;
		}
	
		.footer-container {
			grid-template-columns: 1fr;
		}

		.footer-column,
		.footer-column:first-child,
		.footer-column:last-child {
			text-align: left;
		}

		.footer-column iframe {
			width: 100%;
			height: 300px;
			display: block;
		}
			
			.kolom-produk {
        width: 100%;
    }
	
	.konten-slider-produk {
            height: auto;
        }

        .kolom-kiri-produk {
            width: 60%;
            order: 1;
        }

        .kolom-kanan-produk {
            width: 40%;
            order: 2;
        }

        .harga {
            width: auto;
            padding-right: 10px;
            flex: 1;
            text-align: left;
        }

        .produk-item {
            flex-direction: column;
            align-items: flex-start;
            font-size: 12px;
        }

        .kolom-kanan-produk h2 {
            font-size: 1.2em;
        }

        .sebelumnya,
        .selanjutnya {
            display: none;
        }
		
		.gallery-gambarku-grid {
        grid-template-columns: repeat(2, 1fr);
      }

      .modal-gambarku-content {
        padding: 10px;
      }

      .close-gambarku {
        top: 10px;
        right: 20px;
        font-size: 30px;
      }
	  
	  .titik {
    bottom: 8px;
    gap: 6px;
    padding: 5px 10px;
  }

  .dot-produk {
    width: 7px;
    height: 7px;
  }

  .dot-produk.active-produk {
    width: 19px;
  }
}

/* Media query untuk layar kecil */
@media (min-width: 768px) {
.submenu-scroll-indicator-menu-baru {
        display: none !important;
      }
}

@media (max-width: 480px) {

    /* KATALOG PRICELIST 480PX */
    
    .katalog-pricelist-baru-catalog {
        grid-template-columns: repeat(1, 1fr);
    }

    /* -------------END KATALOG PRICELIST 480PX-------------- */
	
	.faq-wrapper {
    padding: 60px 15px 40px;
  }

  .faq-title {
    font-size: 26px;
  }

  .faq-question {
    font-size: 14px;
  }
  
  .faq-article h2 {
    font-size: 22px;
  }

  .faq-article p {
    font-size: 15px;
  }

}

@media (max-width: 900px) and (min-width: 769px) {
  .containerWhy {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}