/* تحويل عنوان الصورة إلى زر */
.category-btn .image-title {
    display: inline-block;
    padding: 12px 26px;
    border-radius: 30px;
    border: 2px solid #1f2a44;
    background-color: transparent;
    color: #1f2a44 !important;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
}

/* hover */
.category-btn:hover .image-title {
    background-color: #1f2a44;
    color: #ffffff !important;
}