.custom-bg-color {
    background-color: #dbdbdb;
}

.custom-border-color {
    border-bottom: 1px solid#ad1f26;
    border-radius: 10px;
}

.single-news-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.35s ease;
    position: relative;
}

.single-news-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.12);
}

/* Image */
.news-image {
    position: relative;
    overflow: hidden;
}

.news-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.news-date {
    font-size: 13px;
    margin-bottom: 14px;
    position: absolute;
    bottom: 10px;
    right: 10px;

    background: #ad1f26;
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    backdrop-filter: blur(4px);
}

.single-news-card:hover .news-image img {
    transform: scale(1.08);
}

.single-news-card:hover .news-date {
    background: #fff;
    color: #ad1f26;
    border: 1px solid #ad1f26;
}

/* Content */
.news-content {
    padding: 18px;
}

.news-title {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.single-news-card:hover .news-title {
    color: #ad1f26
}

/* Read More Button */
.read-more {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    color: #ad1f26;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}

.read-more::after {
    content: "→";
    margin-left: 6px;
    transition: margin-left 0.3s ease;
}

.single-news-card:hover .read-more::after {
    margin-left: 12px;
}

.read-more:hover {
    color: #ad1f26;
}

.news-hor {
    background-color: #aa1f25;
}

.filters-custom-li {
    margin-bottom: 15px;
}

.filters-custom-li a {
    color: #000;
    align-items: center;
    border: 0px solid #aa1f25;
    border-radius: 3px;
    display: block;
    font-size: 12px;
    font-weight: 700;
    height: 100%;
    line-height: 1.08;
    padding: 20px 20px 14px;
    position: relative;
    text-transform: uppercase;
    transition: color .2s ease .1s;
    text-align: center;
}

.filters-custom-li a:before {
    background-color: #aa1f25;
    border-radius: 3px 0 0 3px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: width .4s ease, border-radius .2s ease;
    width: 100%;
}


.active-year {
    border: 2px solid #aa1f25!important;
}

.active-year::before {
    background-color: #fff !important;
    color: #003970 !important;
}

.filters-custom-li a span {
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.14;
    margin-bottom: 5px;
    text-transform: uppercase;
    position: relative;
    color: #fff;
}

.active-year span {
    color: #000 !important;
}

.eblnews {
    margin-top: 0;
    padding: 10px 0;
    text-align: center;
    width: 30%;
    margin: 0px auto;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.bg-blue {
    background-color: #991c1f;
}

.text-theme-colored2 {
    color: #004ea5 !important;
}

.font-12 {
    font-size: 12px!important;
}

.color-white {
    color: #fff!important;
}

.eblnews h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 0px !important;
}
