    .table {
        background-color: #031557; /* شفاف کردن پس‌زمینه جدول */
        font-family: b Nazanin;
    }
    .table tr:hover {
        background-color: #0425aa; /* تغییر رنگ به آبی کم رنگ هنگام حرکت موس */
    }
    .table td, .table th {
        text-align: right; /* راست‌چین کردن متن در سلول‌های جدول */
    }
    .card-plain {
        background: url("{% static 'images/hero-bg.png' %}") no-repeat center center;
        background-size: cover;
    }
    .hero_bg_box {
        position: relative;
    }
    .bg_img_box img {
        width: 100%;
        height: auto;
    }

    .table-r {
        background-color: #031557; /* شفاف کردن پس‌زمینه جدول */
    }
