/* تنسيقات حراج صامطة للأثاث */
body {
    background-color: #f8f9fa; /* خلفية بيضاء مائلة للرمادي الفاتح جداً */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.category-card {
    transition: all 0.3s ease;
    border-radius: 15px !important;
}

    .category-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
    }

    .category-card img {
        height: 180px;
        object-fit: cover;
    }

.text-primary {
    color: #2c3e50 !important; /* لون كحلي فخم */
}

.btn-success {
    background-color: #25d366; /* لون واتساب الأصلي */
    border: none;
}
