#olahan-kambing {
    background-color: #F8F9FA;
}

.container-olahan{
    background-color: white;
    height: 650px;
    border-radius: 24px;
}

.img-background-olahan{
    border-bottom-right-radius: 24px;
    border-top-right-radius: 24px;
    top: 0;
    left: 0;
}

.btn-export{
    background-color: #ffff;
    border-radius: 16px;
}

.img-container{
  width: 200px;
  height: 100px;
}

#olahan-bg{
  background-image:
    linear-gradient(254.63deg, rgba(0,0,0,0) 45.19%, rgba(0,0,0,0.8) 73.82%),
    url("/image/kambing_olahan_bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#olahan-title{
    color: black !important;
}

.btn-export img{
    border-radius: 8px;
}

.olahan-title-teks{
    font-size: 18px;
}
    
.indicator{
    width: 49%;
    padding: 3px 0;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 16px;
}

.carousel-indicator{
    z-index: 10;
}

.indicator.active{
    background-color: #ffff;
}

/* Fade transition support */
#olahan-bg,
#olahan-card {
    transition: opacity 0.4s ease;
}

#olahan-card{
    background-color: #FFC107;
}

.fade-out {
    opacity: 0;
}


@media (max-width: 768px) {
    .olahan-kambing{
        height: 430px;
    }
    .img-background-olahan{
        border-top-right-radius: 0px !important;
        border-bottom-right-radius: 24px !important;
        border-bottom-left-radius: 24px !important;
    }

    .img-container{
    width: 120px;
    height: 100px;
}

.olahan-desc h1{
    font-size: 28px !important;
    margin-top: 40px;
}

.olahan-title-teks{
    font-size: 14px;
}

#olahan-title{
    font-size: 14px !important;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
        .img-container{
    width: 120px;
    height: 100px;
}
#olahan-title{
    font-size: 16px !important;
}
.olahan-desc h1{
    font-size: 36px !important;
}
}