.home-offer-img-dynamic {
    background-image: var(--offer-img); 
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center; 
    height: 100%; 
    min-height: 220px;
}

.home-clickable {
    cursor: pointer;
}

.food_section .box .img-box.home-img-dynamic {
    cursor: pointer;
    background-image: var(--home-food-img) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 200px !important;
}

/* Icon Cart Putih */
.home-cart-icon {
    color: white;
}

.home-modal-content {
    background-color: #171c24 !important; 
    border: 2px solid #ffbe33 !important; 
    border-radius: 15px !important;
}

.home-modal-highlight-title {
    color: #ffbe33 !important;
}

.home-modal-img-wrapper {
    background: #222831; 
    padding: 20px; 
    border-radius: 10px;
}

.home-modal-img-dynamic {
    background-image: var(--home-modal-food-img); 
    background-size: contain; 
    background-repeat: no-repeat; 
    background-position: center; 
    height: 240px; 
    width: 100%;
}

.home-modal-desc {
    line-height: 1.6; 
    font-size: 14px;
}

.home-modal-info-box {
    background-color: #222831; 
    border-radius: 10px; 
    border-left: 4px solid #ffbe33;
}

.home-modal-info-label {
    font-size: 10px; 
    letter-spacing: 0.5px;
}

.home-modal-btn-order {
    background-color: #ffbe33 !important; 
    border: none !important;
}


.home-client-box-img-inline {
    display: inline-block; 
    vertical-align: middle;
}

.home-client-avatar {
    background-image: var(--client-avatar); 
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center; 
    width: 115px; 
    height: 115px; 
    border-radius: 50%; 
    border: 5px solid #ffbe33;
}