#carousel .carousel-inner .carousel-item img {
    max-width: 100%;
    max-height: 600px;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain; /* this will make sure the image is scaled to fit inside without cropping */
}
.short-heading, .short-details {
    padding: 5px;
}
.short-heading{
    font-weight: 700;
}

#mobileNumber {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    display: inline-block;
}

#mobileNumber.visible {
    max-height: 100px; /* adjust as needed */
    opacity: 1;
    transition: all 0.3s ease;
}

.arrow-ribbon2 {
    color: #fff;
    padding: 10px 10px;
    position: absolute;
    top: 10px;
    left: -1px;
    z-index: 98;
    font-size: 14px;
}
.arrow-ribbon2:before { 
    top: -3px ! important;
}

.item-card .item-card-desc .item-card-text {
    position: absolute;
    top: 22%;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    z-index: 2;
}
.item-card-text h4 {
    font-size: 18px;
    font-weight: 300;
}