.event-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 5px;
}
.event-gallery .col-md-3 {
    margin-bottom: 20px;
}
.file-close-cross {
    position: absolute;
    top: 8px;
    right: 12px;
    background: white;
    border-radius: 50%;
    padding: 2px;
    cursor: pointer;
}
.event-gallery {
    position: relative;
}

.card img {
    object-fit: cover;
    height: 230px;
    width: 100%;
    border-radius: 8px;
}

.card {
    transition: transform 0.3s ease;
    overflow: hidden;
    position: relative;
}

.card:hover {
    transform: scale(1.02);
}

.file-close-cross {
    position: absolute;
    top: 8px;
    right: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    padding: 4px 6px;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
}