﻿#Main-banners .owl-dots {
    display: none !important;
}


.meal-block img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 8px;
}

.meal-block h4 {
    margin: 0 0 5px;
    font-size: 14px;
    color: #1c5f1c;
}

.meal-block p {
    margin: 2px 0;
    font-size: 13px;
    color: #333;
}

.meal-block .cal {
    font-size: 13px;
    font-weight: 600;
    color: #e67e22;
}

.headertext {
    font-weight: bold;
    display: inline-block;
}

.inline-block {
    display: inline-block !important;
}

.position-relative {
    position: relative;
}

.position-relative {
    position: relative;
}

modal-img {
    width: 300px;
    /* fixed width */
    height: 300px;
    /* fixed height */
    object-fit: cover;
    /* scales and crops to fill the box */
    border-radius: 5px;
}

.download-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 123, 255, 0.8);
    color: white;
    padding: 6px;
    border-radius: 50%;
    font-size: 1rem;
    display: none;
    /* hidden by default */
    z-index: 10;
    text-decoration: none;
    transition: all 0.2s ease;
}

.position-relative:hover .download-icon {
    display: block;
    cursor: pointer;
    transform: scale(1.1);
}

#offerCarousel .item img {
    width: 100%;
    margin: auto;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* Navigation buttons */
#offerCarousel .owl-nav button {
    position: absolute;
    top: 45%;
    background: #fff !important;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

#offerCarousel .owl-nav .owl-prev {
    left: 0;
}

#offerCarousel .owl-nav .owl-next {
    right: 0;
}

#offerCarousel .owl-dots {
    margin-top: 15px;
}
