@media (min-width: 768px) {
    .fw-text-md-40-px {
        font-size: 40px !important;
    }
}

.custom-line {
    display: inline-block;
    width: 50px;
    border-bottom: 2px solid var(--primary);
}

.pagination {
    --bs-pagination-border-radius: 0px !important;
}

.page-item {
    margin: 5px !important
}

.fw-link-color {
    color: #959595 !important;
}

.page-link {
    background-color: #F6F7F8;
    font-size: 17px !important;
    font-weight: 600 !important;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .pagination .page-item.active .page-link {
    background-color: var(--primary) !important;
}

.card11-item-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.card11-overlay {
    position: absolute;
    top: 0;
    start: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.card11-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1.5rem;
    z-index: 2;
    width: 100%;
}

.card11-title {
    color: #fff;
    font-weight: 700;
    margin-bottom: 0.5rem;
    width: 75%;
}

.card11-description {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.card11-description p {
    color: #fff !important;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .card11-content {
        position: relative;
        background: #000;
        padding: 1rem;
    }

    .card11-title {
        width: 100%;
        font-size: 1.25rem;
    }

    .card11-overlay {
        display: none;
    }
}
