            .category-pill:hover {
                background-color: #ffffff !important;
                border-color: #00b9b9 !important;
                color: #00b9b9 !important;
                transform: translateY(-2px);
                box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05) !important;
            }

            /* Keep your existing card animations */
            .blog-card {
                transition: all 0.4s ease;
                background: #fff;
            }

            .blog-card:hover {
                transform: translateY(-10px);
                box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
            }

            .blog-img {
                transition: transform 0.8s ease;
            }

            .blog-card:hover .blog-img {
                transform: scale(1.1);
            }

            .h-post-title {
                transition: color 0.3s ease;
                font-size: 1.4rem;
                color: #333;
            }

            .blog-card:hover .h-post-title {
                color: #00b9b9;
            }

            .explore-link {
                font-size: 13px;
                letter-spacing: 1px;
            }

            .font-12 {
                font-size: 12px;
            }

            .tracking-widest {
                letter-spacing: 0.2em;
            }

            .tracking-wider {
                letter-spacing: 0.05em;
            }