/* ==========================================================================
   TungAkshar Hard Metal - Products Page Custom Styles
   ========================================================================== */

.hero-banner-inner {
    background-image: linear-gradient(to right, rgba(11, 15, 25, 0.9), rgba(11, 15, 25, 0.7)), url('../images/f-5.png');
    background-size: cover;
    background-position: center;
}

/* Filter active state */
.filter-btn.active {
    background-color: #001AFF;
    color: white;
    border-color: #001AFF;
}

.product-card {
    transition: all 0.4s ease;
}