.listing-carousel-item {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
}

.listing-carousel-item img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.carousel-indicators {
    bottom: -5px;
}

.show-images img {
    width: 100%;
    height: 100%;
    aspect-ratio: 11/10;
    object-fit: cover;
}

.whatsapp-button {
    position: fixed; 
    bottom: 0; 
    right: 40px; 
    margin: 20px;
}

.whatsapp-button img {
    height: 70px; /* Default size */
}

@media (max-width: 576px) {
    .whatsapp-button img {
        height: 40px; /* Smaller size for mobile */
    }
    .whatsapp-button {
        margin: 5px;
    }
}

.line-through{
    text-decoration: line-through !important;
    color: rgb(176, 176, 176) !important;
}
