/* Custom styles for smooth image loading and elegant hovers */
.img-overlay {
    background: linear-gradient(to bottom, rgba(44, 40, 34, 0.3) 0%, rgba(44, 40, 34, 0.7) 100%);
}
.text-balance {
    text-wrap: balance;
}