* {
    box-sizing: border-box;
}
    
html {
    font-size: 100% !important;
}

.hstyle-1 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2.5rem;
    line-height: 1.5;
    color: #0A1108;
    margin: 0 0 2.5rem 0;
}

.hstyle-2 {
    padding: .5rem 1rem;
    background: #F4F7F9;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-color: #02B553;
    border-radius: 2px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: .875rem;
    line-height: 24px;
    text-transform: uppercase;
    color: #014F50;
    margin: 0 0 1.4rem 0;
    display: inline-flex;
}

.hstyle-3 {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.375rem;
    line-height: 40px;
    color: #0A1108;
}

.hstyle-3 a {
    color: #0A1108;
    text-decoration: none;
}

.press-release-wrapper {
    padding: 6.25rem 16.5rem;
}

.press-release-filter {
    margin: 0 0 5rem 0;
}

.tab-buttons {
    display: flex;
    gap: 1.5rem;
    margin: 0;
}

.tab-buttons li {
    margin: 0;
}

.tab-buttons li a {
    text-transform: uppercase;
    color: #89A3A3;
    font-size: 1rem;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    padding: 1rem 1.5rem;
    text-decoration: none;
    background: #F4F7F9;
    border: 1px solid #89A3A3;
    border-radius: 8px;
    font-style: normal;
    line-height: 26px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.tab-buttons li.active a {
    background: #004041;
    color: #FFFFFF;
    border-color: #004041;
}

.tab-content {
    display: none; 
}

.tab-content.active {
    display: block;
}

.col-category .category-section {
    width: 100%;
    margin: 0 0 2rem 0;
}

.col-category .category-section h4 {
    padding: 0.5rem 1rem;
    background: #F4F7F9;
    border-width: 0px 0px 1px 1px;
    border-style: solid;
    border-color: #02B553;
    border-radius: 2px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 24px;
    text-transform: uppercase;
    color: #014F50;
    margin: 0 0 1.4rem 0;
    display: block;
}

.col-category .category-section h4 a {
    color: #014F50;
}

.col-category .category-section h4 a:hover {
    color: #000000;
}

.col-category .category-section h5 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 48px;
    color: #0A1108;
    border-bottom: solid 1px #02B553;
}

.col-category .category-section h5 a {
    color: #0A1108;
}

.col-category .category-section p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 48px;
    color: #0A1108;
    border-bottom: solid 1px #B3B3B3;
}

.col-category .category-section p a {
    color: #0A1108;
}

.col-category .category-section .main-post img {
    border-radius: 4px;
    height: 26rem;
    object-fit: cover;
    margin: 0 0 2rem 0;
}

/* Inner Page */

.inner-header-bg {
    margin: 3rem 0 0 0;
    height: 11.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-header-bg h1 {
    margin: 0;
    padding: 0;
    font-size: 3.5rem;
    line-height: 1.3;
    color: #FFFFFF;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.featured-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.5rem;
}

.featured-grid .featured-item {
    width: 32%;
}

.featured-grid .featured-item .thumb {
    width: 100%;
    margin: 0 0 1.5rem 0;
}

.featured-grid .featured-item .thumb img {
    width: 100%;
    height: 26rem;
    object-fit: cover;
    border-radius: 4px;
}

.featured-grid .featured-item a {
    text-decoration: none;
}

.featured-grid .featured-item h3 {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.25rem;
    color: #0A1108;
    border-bottom: solid 1px #B3B3B3;
    line-height: 48px;
}

.featured-posts {
    margin: 0 0 5rem 0;
}

.more-news .more-news-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.more-news .more-news-list .news-item {
    width: 29.3%;
    margin: 0 0 1.5rem 0;
}

.more-news .more-news-list .news-item img {
    width: 100%;
    height: 13.75rem;
    object-fit: cover;
    margin: 0 0 1.5rem 0;
}

/* Single Page */

.single-top-head {
    padding: 0 3rem;
}

.newsroom-single-wrapper .news-content p a {
    color: #56bc61;
}

.newsroom-single-wrapper {
    margin: 3rem 0 0 0;
    padding: 2rem 5rem 0 5rem;
    box-sizing: border-box;
}

.newsroom-single-wrapper .container {
    width: 78.9%;
    margin: 0 auto;
}

.newsroom-single-wrapper .news-category {
    margin: 2rem 0 !important;
}

.newsroom-single-wrapper .news-title {
    margin: 0 0 1.5rem 0;
}

.newsroom-single-wrapper .news-content img {
    margin: 0 0 2.5rem 0;
}

.newsroom-single-wrapper .news-content p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 36px;
    color: #0A1108;
    margin: 0 0 2.5rem 0;
}

.single-news header {
    box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.08) !important;
}

.newsroom-single-wrapper .news-content p {
    padding: 0 3rem;
}

.newsroom-single-wrapper .about-agrierp {
    padding: 1.5rem;
    background: #F9F7F1;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    margin: 0 0 2.5rem 0;
}

.newsroom-single-wrapper .about-agrierp h2 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 36px;
    color: #0A1108;
}

.newsroom-single-wrapper .about-agrierp p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 36px;
    color: #0A1108;
}

.newsroom-single-wrapper .more-info {
    padding: 1.5rem;
    background: #004041;
    border: 1px solid #DDDDDD;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 2.5rem 0;
}

.newsroom-single-wrapper .more-info p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 36px;
    color: #F4F7F9;
}

.newsroom-single-wrapper .more-info a {
    padding: 0.5rem 0.875rem;
    background: #02B553;
    border-radius: 4px;   
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 21px;
    color: #FFFFFF;
    text-decoration: none;
}

.newsroom-single-wrapper .author-box {
    padding: 1.5rem;
    background: #F4F7F9;
    border: 1px solid #F0F2F8;
    margin: 0 0 1.5rem 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

.newsroom-single-wrapper .author-box .author-avatar {
    width: 100px;
    height: 100px;
}

.newsroom-single-wrapper .author-box .author-avatar img {
    border-radius: 100%;
}

.newsroom-single-wrapper .author-box .author-info h4 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 30px;
    text-align: center;
    color: #1D2433;
}

.dp-social-icons ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.dp-social-icons {
    margin: 0 0 2.5rem 0;
}

.pr-row {
    display: flex;
    align-items: center;
    margin: 0 0 3.125rem 0;
}

.pr-row .img-wrapper {
    margin: 0 1.5rem 0 0;
    width: 422px;
    height: 240px;
    /* border: solid 1px #CCCCCC; */
    /* padding: 0.5rem !important; */
    /* overflow: hidden; */
}

.pr-row .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pr-row .desc h2 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 34px;
    color: #0A1108;
    margin: 0 0 1rem 0;
}

.pr-row .desc h2 a {
    color: #0A1108;
    text-decoration: none;
}

.pr-row .desc .cat-name {
    padding: 0.5rem 1rem;
    background: #FFFFFF;
    border: 1px solid #02B553;
    border-radius: 2px;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 24px;
    text-transform: uppercase;
    color: #014F50;
    display: inline-flex;
    margin: 0 0 1rem 0;
}

a.readmore:link, a.readmore:visited, a.readmore:active {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 18px;
    color: #56BC61;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

a.readmore:hover {
    color: #1A1A1A;
}

.pr-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.pr-pagination a {
    text-decoration: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 14.2191px;
    width: 48px;
    height: 48px;
    background: #FFFFFF;
    border: 1.13753px solid #B5B5B5;
    color: #B5B5B5;
}

.pr-pagination a.next.page-numbers {
    border: 0 !important;
    color: #000000;
    font-family: "Poppins", sans-serif;
    padding: 0;
    width: 5%;
}

.pr-pagination .page-numbers.current {
    border: solid 1px #56BC61;
    background: #56BC61;
    color: #FFFFFF;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pr-pagination ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.pr-pagination ul li {
    margin: 0;
    padding: 0;
}

.pr-pagination ul li a.active {
    background: #56BC61;
    color: #FFFFFF;
    border-color: #56BC61;
}

/* Responsive */

@media screen and (max-width: 1536px) {

    .press-release-wrapper {
        padding-left: 6.5rem;
        padding-right: 6.5rem;
    }

}

@media screen and (max-width: 1366px) {

    .press-release-wrapper {
        padding-left: 10.5rem;
        padding-right: 10.5rem;
    }

    .pr-row .img-wrapper {
        height: 250px;
    }

}

@media screen and (max-width: 767px) {

    .press-release-wrapper {
        padding: 2rem 1rem;
    }

    .press-release-filter ul.tab-buttons {
        flex-wrap: wrap;
        display: flex;
    }

    .press-release-filter ul.tab-buttons li {
        width: 100%;
    }

    .tab-buttons li a {
        width: 100%;
        display: block;
    }

    .press-release-filter {
        margin: 0 0 2rem 0;
    }

    .pr-row {
        flex-direction: column;
        padding: 0rem;
    }

    .pr-row .img-wrapper {
        margin: 0 0 1rem 0;
        padding: 0 0.5rem;
    }

}