/* body {
        font-family: 'Noto Sans Bengali', SolaimanLipi, Siyam Rupali, Kalpurush, sans-serif;
    } */

.body-font {
    font-family: 'Noto Sans Bengali', SolaimanLipi, Siyam Rupali, Kalpurush, sans-serif;
}

.category-header {
    background-color: var(--RegularButtonColor);
    color: white;
    padding: 12px 15px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
}

.filter-section {
    background-color: #f5f5f5;
    padding: 10px 15px;
    margin-bottom: 20px;
}

.discount-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #FF5252;
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1;
}

.book-card {
    position: relative;
    margin-bottom: 20px;
    transition: transform 0.3s;
    cursor: pointer;
    max-width: 165px;
}

    .book-card:hover {
        transform: translateY(-5px);
    }

.book-title {
    font-weight: 600;
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: 5px;
}

.book-author {
    color: #666;
    font-size: 14px;
    line-height: 1.4;
}

.form-check {
    margin-bottom: 8px;
}

.form-check-label {
    cursor: pointer;
    font-size: 14px;
}

.page-title {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 24px;
}

.sorting-text {
    font-size: 14px;
}

.results-count {
    font-size: 14px;
    color: #555;
}

.form-select {
    font-size: 14px;
}

.book-image {
    border: 1px solid #eee;
    background-color: #f9f9f9;
}

.mr-40 {
    margin-right: 40px;
}
.mr-40 img{
    height: 200px;
    width:165px;
}

.