.pagination .page-link {
    border: none !important;
    border-radius: 50% !important; /* دایره‌ای */
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #0d6efd;
    font-weight: 500;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
    transition: all .2s ease;
}

.pagination .page-link:hover {
    background: #f0f8ff;
    transform: translateY(-2px);
}

.pagination .page-item.active .page-link {
    background: #0d6efd !important;
    color: #fff !important;
    box-shadow: 0 6px 14px rgba(13, 110, 253, .35);
    font-weight: 700;
}

.pagination .page-item.disabled .page-link {
    opacity: .4;
    cursor: not-allowed;
    box-shadow: none;
}

.blog-post-card {
    height: 250px;
    width: 200px;
    max-width: 200px;
    max-height: 250px;
}

.blog-post-card p {
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* تعداد خطوط مجاز */
    -webkit-box-orient: vertical;
    overflow: hidden;
}


/* بخش هدر جدید */

.custom-header {
    text-align: center;
    color: #fff;
    margin-top: 10vh;
    border-radius: 12px;
}

.custom-header-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 15px;
}

.custom-header-title {
    font-family: 'estedad-verybold', sans-serif;
    font-size: 28px;
    margin: 0 0 10px;
    color: #0a58ca;
}

.custom-header-subtitle {
    font-size: 15px;
    font-weight: 400;
    color: #ccc;
    margin: 0;
}
.nice-select.open .list{
    z-index:999 !important;
}


/*   blog index   */



