.hero-section-home {
    position: relative;

    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white; /* Agar teks tetap terlihat */
    text-align: left;
    padding: 3rem 1rem;
    background: linear-gradient(
        to right,
        rgb(0, 0, 0, 0.5),
        rgba(122, 122, 122, 0)
    );
}

.hero-section-home::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-section-home .container {
    position: relative;
    z-index: 2;
}
.bali-section-home {
    position: relative;

    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white; /* Agar teks tetap terlihat */
    text-align: left;
    padding: 3rem 1rem;
    background: linear-gradient(
            to right,
            rgb(0, 0, 0, 0.5),
            rgba(122, 122, 122, 0)
        ),
        url(../img/home/burger-bali.webp) no-repeat center center/cover;
}

.bali-section-home::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.bali-section-home .container {
    position: relative;
    z-index: 2;
}

.hero-section-about {
    position: relative;
    background: linear-gradient(
            to right,
            rgb(54, 54, 54),
            rgba(122, 122, 122, 0.2)
        ),
        url(../img/about/burger.jpg) no-repeat center center/cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white; /* Agar teks tetap terlihat */
    text-align: left;
    padding: 5rem 1rem;
}

.hero-section-about::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-section-about .container {
    position: relative;
    z-index: 2;
}

.hero-section-store {
    position: relative;
    background: linear-gradient(
            to right,
            rgb(54, 54, 54),
            rgba(122, 122, 122, 0.2)
        ),
        url(../img/store/bg-flagship.webp) no-repeat center center/cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white; /* Agar teks tetap terlihat */
    text-align: left;
    padding: 3rem 1rem;
}

.bali-section {
    position: relative;
    background: url(../img/home/siluet_bali.svg) no-repeat center bottom/120%;
}
.bali-section-usp {
    position: relative;
    background: url(../img/shape.svg) no-repeat center top/150%;
}

.image-wrapper {
    width: 100%;
    height: 550px;
}

.image-wrapper img {
    position: absolute;
    width: 550px;
    height: auto;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.8s ease, filter 0.5s ease;
    filter: blur(1px);
    -webkit-transition: opacity 0.8s ease, filter 0.5s ease;
    -moz-transition: opacity 0.8s ease, filter 0.5s ease;
    -ms-transition: opacity 0.8s ease, filter 0.5s ease;
    -o-transition: opacity 0.8s ease, filter 0.5s ease;
}

.image-wrapper img.active {
    opacity: 1;
    filter: blur(0);
}

.testimonial-carousel h1 {
    color: #222222 !important;
}
.testimonial-carousel .owl-item img {
    width: 80px;
    height: 80px;
    border-radius: 80px;
}

@media (max-width: 992px) {
    .testimonial-carousel h5 {
        font-size: 12px;
    }
}

.hero-section {
    position: relative;
    background: linear-gradient(
            to right,
            rgb(54, 54, 54),
            rgba(122, 122, 122, 0.2)
        ),
        url(../img/bigorder/bg-big-order.webp) no-repeat center center/cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white; /* Agar teks tetap terlihat */
    text-align: left;
    padding: 3rem 1rem;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-section .container {
    position: relative;
    z-index: 2;
}

/* Tambahkan warna & border radius sesuai desain */
.faq-box .accordion-button {
    background-color: #b4dc1f;
    color: rgb(0, 0, 0);
    border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -ms-border-radius: 15px !important;
    -o-border-radius: 15px !important;
}
.faq-box .accordion-item {
    border: 2px solid #b4dc1f;
    border-radius: 20px;
    margin-bottom: 10px;
}

.partnership {
    color: #b4dc1f;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
}

.artikel h3 {
    color: #000000;
}
.artikel a {
    color: #525252;
}
.artikel a:hover {
    color: #91ca00;
}
