﻿#DataPager1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 35px;
    direction: rtl;
    flex-wrap: wrap;
}

    /* آیتم‌ها */
    #DataPager1 a,
    #DataPager1 span {
        min-width: 40px;
        height: 40px;
        padding: 0 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 12px;
        font-size: 14px;
        text-decoration: none;
        backdrop-filter: blur(10px);
        background: rgba(255, 255, 255, 0.6);
        color: #333;
        border: 1px solid rgba(0,0,0,0.08);
        transition: all 0.3s ease;
    }

        /* هاور */
        #DataPager1 a:hover {
            background: rgba(0, 53, 96, 0.1);
            color: #003560;
            transform: translateY(-2px);
            box-shadow: 0 5px 12px rgba(0,0,0,0.1);
        }

    /* صفحه فعال */
    #DataPager1 span {
        background: linear-gradient(135deg, #003560, #005a9e);
        color: #fff;
        border: none;
        box-shadow: 0 6px 15px rgba(0,53,96,0.3);
        font-weight: bold;
    }

    /* قبلی و بعدی */
    #DataPager1 a[title="Next"],
    #DataPager1 a[title="Previous"] {
        padding: 0 18px;
        border-radius: 20px;
        font-size: 13px;
        background: rgba(0, 53, 96, 0.05);
    }
.rbt-card .rbt-card-img a img {
    object-fit: cover;
    height: 266px;
}