﻿body {
}
.mb-5 {
    margin-bottom: 4rem !important;
}
.card-img-top{
    height:280px;
}

.zoom-img {
    transition: transform 0.3s ease;
}

    .zoom-img:hover {
        transform: scale(1.05); /* Increase scale for zoom */
    }
    .zoom-img:hover {
        transform: scale(1.1);
        cursor: zoom-in;
    }