    .product {
        border: 1px solid #ccc;
        padding: 10px;
        margin-bottom: 15px;
        border-radius: 5px;
    }

    .loader {
        text-align: center;
        margin-top: 20px;
    }

    .product.card {
        border: none;
        overflow: hidden;
        transition: transform 0.2s ease;
    }

    .product.card:hover {
        transform: scale(1.02);
    }

    .card-img-top {
        width: 100%;                 /* Full responsive width */
        aspect-ratio: 12 / 9;        /* Fixed aspect ratio (w:h) */
        object-fit: cover;           /* Crop to fill without stretching */
        object-position: center;     /* Center the image */
        display: block;
    }

    .card-body {
        padding: 10px;
        text-align: center;
		height: 60px;
    }

    .card-title {
        color: #fff;
        font-size: 24px;
    }
.MainURL
{
	text-decoration:none;
}
input#searchInput {
    margin-right: 20px;
    border: solid 3px forestgreen;
    height: 50px;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 100%;
    }
	
.col-md-4.mb-3 {
padding: 0
}
.card-title {
    font-size: 14px;
}

}

p.card-titleP {
    position: relative;
    bottom: 330px;
    left: 250px;
    background: #05f134;
    width: 125px;
    border: solid 1px #000000;
    padding: 5px 0;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}