#slider-title::after {
    content: "";
    display: block;
    height: 4px;
    background-color: #eab308;
    margin-top: 6px;
    width: 100%;
}

#informasi-title::after {
    content: "";
    display: block;
    height: 4px;
    background-color: #dc2626;
    margin-top: 6px;
    width: 100%;
}

.slider-nav {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 10px;
    border-radius: 9999px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.slider-nav:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.slider-nav svg {
    width: 24px;
    height: 24px;
    fill: white;
}

#packagingImage {
    transition: opacity 0.5s ease-in-out;
}

html {
    scroll-behavior: smooth;
}
