/* News & Articles Section */
.news-articles-section {
    background-color: #ffffff;
    padding: 100px 0 180px;
    position: relative;
}

/* Section Header */
.news-label {
    /* font-size: 0.9rem;
    color: #d4af37;
    font-weight: 600;
    margin-bottom: 0.5rem;
    letter-spacing: 1px; */
    font-family: "Poltawski Nowy";
    font-size: 21px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px; /* 133.333% */
    background: linear-gradient(90deg, #C5962F 3.99%, #E7C562 59.69%, #F7DD7B 73.62%, #EFD271 101.47%, #E3C05D 115.4%, #DEB853 143.25%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.news-title {
    color: #000;
    font-family: "Poltawski Nowy";
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px; /* 116% */
}

.news-subtitle {
    color: #3C3C3C;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 29px; /* 181.25% */
}
.article-date {
    color: #000;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.view-more-blogs-btn {
    background: linear-gradient(90deg, #C5962F 3.99%, #E7C562 59.69%, #F7DD7B 73.62%, #EFD271 101.47%, #E3C05D 115.4%, #DEB853 143.25%);
    color: #222;
    border: none;
    border-radius: 20px;
    padding: 0 24px;
    cursor: pointer;
    margin-right: 10px;
    line-height: 40px;
    color: #000;
    font-family: "Inter Tight";
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    text-decoration: none;
}

.view-more-blogs-btn:hover {
    background-color: #b8941f;
    color: #000000;
}
.news-articles-section .row.mb-5 {
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 23px;
}
/* Featured Article */
.featured-article {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #DEDEDE;
    height: 100%;
    /* transition: all 0.3s ease; */
}
/* 
.featured-article:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
} */

.featured-article .article-image {
    width: 100%;
/*     height: 350px;
    overflow: hidden; */
}
.article-item-title a {
    color: #000 !important;
}
.featured-article .article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* transition: transform 0.3s ease; */
}

/* .featured-article:hover .article-image img {
    transform: scale(1.05);
} */

.featured-article .article-content {
    padding: 2rem;
}

.article-meta {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 1rem;
    font-size: 0.85rem;
    color: #000000;
}
.article-author {
    color: #000;
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.article-meta i {
    margin-right: 0.5rem;
    color: #000000;
        font-size: 19px;
}

.featured-article .article-title {
   color: #000;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 35px; /* 159.091% */
}

.article-excerpt {
   color: #3C3C3C;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 33px; /* 206.25% */
    margin-bottom: 1.5rem;
}
.article-content .read-more-link {
    border-radius: 21px;
border: 1px solid #BCBCBC;
color: #000;
font-family: "Inter Tight";
font-size: 14px;
font-style: normal;
font-weight: 500;
    text-decoration: none;
    display: inline-block;
    padding: 8px 25px;

}

.read-more-link:hover {
   color: #c79933;
    border-color: #c79933;
}

/* Articles List */
.articles-list {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.article-item {
    background: #ffffff;
    overflow: hidden;
    display: flex;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 19px;
}

/* .article-item:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
} */

.article-item-image {
    width: 150px;
    min-width: 150px;
    height: 150px;
    overflow: hidden;
}

.article-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
        border-radius: 8px;
    /* transition: transform 0.3s ease; */
}

/* .article-item:hover .article-item-image img {
    transform: scale(1.1);
} */

.article-item-content {
    padding: 0 1.8rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}
.article-item:last-child {
    border-bottom: 0;
}
.article-item-title a {
    color: #000;
    font-family: Poppins;
    font-size: 19px;
    font-weight: 400;
    line-height: 29px; /* 152.632% */
    margin-bottom: 0.75rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    max-height: 4rem;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 100%;
}

.read-more-link-small {
    color: #000;
font-family: "Inter Tight";
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height:32px; /* 333.333% */
    text-decoration: none;
max-width: 100px;
    width: 100%;
    border-radius: 21px;
border: 1px solid #BCBCBC;
text-align: center;
}
/* 
.read-more-link-small:hover {
    color: #d4af37;
} */

/* Responsive Design */
@media (max-width: 991px) {
    .news-articles-section {
        padding: 60px 0;
    }

    .news-title {
        font-size: 44px;
    }

/*     .featured-article .article-image {
        height: 300px;
    } */

    .featured-article .article-title {
        font-size: 1.3rem;
    }

    .article-item-image {
        width: 130px;
        min-width: 130px;
        height: 130px;
    }
}

@media (max-width: 768px) {
    .news-title {
        font-size: 40px;
    }


    .view-more-blogs-btn {
               margin-top: 0.2rem;
        margin-bottom: 5px;
    }
/* 
    .featured-article .article-image {
        height: 250px;
    } */

    .featured-article .article-content {
        padding: 1.5rem;
    }

    .article-item {
        flex-direction: column;
    }

    .article-item-image {
        width: 100%;
        height: 260px;
    }

    .article-item-content {
        padding: 1.5rem;
    }

    .article-item-title {
        font-size: 1.1rem;
    }
}

@media (max-width: 580px) {

    .news-label {
        margin-bottom: 0;
    }
   .news-title {
        font-size: 36px;
    }
    .articles-list {
        display: none;
    }





    .news-articles-section {
        padding: 50px 0;
    }

 
/* 
    .featured-article .article-image {
        height: 200px;
    } */

    .featured-article .article-title {
        font-size: 1.15rem;
    }

    .article-excerpt {
        font-size: 0.9rem;
    }

    .article-meta {
        flex-direction: column;
        gap: 0.5rem;
    }

    .view-more-blogs-btn {
        padding: 0 25px;
        font-size: 0.9rem;
    }
}
