/* Gallery Blur & Icon Hover Fix */
.gallery-card img {
    opacity: 1 !important;
    filter: none !important;
    -webkit-filter: none !important;
}

.gallery-card a .g-icon {
    cursor: pointer;
    transition: 0.3s;
}

.gallery-card a .g-icon:hover {
    color: #00bcd4; /* Apnar theme-er color onujayi eta change korte paren */
}
