* {
    box-sizing: border-box;
}
    
html {
    font-size: 100% !important;
}

.main-image {
    border-radius: 0.8rem !important;
    width: 100%;
    height: 572px !important;
    object-fit: cover;
    filter: brightness(0.5);
}

.date p {
    display: flex;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1;
    text-transform: uppercase;
    color: #014F50;
    gap: 1rem;
    margin: 0 0 0.5rem 0;
}

.date p .icon img {
    width: 22px !important;
    height: 24px !important;
    border-radius: 0 !important;
    margin: 0 !important;
}

.hstyle-1 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 38px;
    line-height: 1.5;
    color: #0A1108;
    margin: 0 0 1rem 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;
}

.g-frame {
    padding: 1.5rem 1.25rem;
    background: #F4F7F9;
    border: 0.5px solid #B5B5B5;
    border-radius: 4px;
}

.frame-overlay {
    position: relative;
}

.frame-overlay::before {
    content: '';
    background: rgb(0 0 0 / 30%);
    width: 94%;
    height: 89%;
    position: absolute;
    left: 3%;
    margin: 0 auto;
    top: 5%;
    border-radius: 0.8rem;
    opacity: 0;
}

.newsroom-wrapper {
    padding: 6.25rem 14rem;
}

.newsroom-filters {
    display: flex;
    gap: 1.5rem;
    /* margin: 0 0 4rem 0; */
    align-items: center;
    white-space: nowrap;
    padding: 0 0 1rem 0;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    justify-content: stretch;
    margin: 0 0 3rem 0;
}

.newsroom-filters a {
    text-transform: uppercase;
    color: #89A3A3;
    /* font-size: 1rem; */
    background: #F4F7F9;
    border: solid 1px #89A3A3;
    border-radius: 8px;
    font-family: "Poppins", sans-serif;
    /* font-weight: 600; */
    line-height: 1.5;
    /* padding: 1.25rem 3rem; */
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    padding: 0.8rem 2.4rem;
}

.newsroom-filters a.active {
    background: #02B553;
    color: #FFFFFF;
    border-color: #02B553;
}

.hot-topic-section {
    display: flex;
    justify-content: space-between;
    margin: 0 0 5rem 0;
}

.hot-topic-section .col-left {
    width: 66%;
}

.hot-topic-section .col-right {
    width: 32%;
}

.hot-topic-post {
    position: relative;
}

.hot-topic-post .content-area {
    position: absolute;
    left: 2%;
    bottom: 5%;
    padding: 0 0 2rem 2rem;
    max-width: 70%;
    width: 100%;
}

.hot-topic-section .content-area h3 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.39;
    color: #FFFFFF;
    margin: 0 0 0.5rem 0;
}

.hot-topic-section .content-area h3 a {
    color: #FFFFFF;
    text-decoration: none;
}

.hot-topic-section .content-area p {
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.4;
    color: #FFFFFF;
    margin: 0 0 1rem 0;
    max-width: 90%;
    width: 100%;
}

.hot-topic-post .e-info {
    display: flex;
    align-items: center;
}

.hot-topic-post .e-info .col {
    display: flex;
    align-items: center;
    margin: 0 3.75rem 0 0;
}

.hot-topic-post .e-info .col:last-child {
    margin: 0;
}

.hot-topic-post .e-info .col img {
    margin: 0;
}

.hot-topic-post .e-info .col .desc {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.25;
    letter-spacing: 0.04em;
    text-transform: capitalize;
    margin: 0 0 0 1rem;
}

.hot-topic-post .e-info .col .desc span {
    display: block;
    font-weight: 700;
}

ul#latest-news {
    margin: 0;
    padding: 0;
}

ul#latest-news li {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0 0 1.5rem 0;
    flex-direction: row;
    align-items: flex-start;
    padding: 1.5rem 1.25rem;
    background: #F4F7F9;
    border: 0.5px solid #B5B5B5;
    border-radius: 4px;
}

ul#latest-news li:last-child {
    margin: 0;
}

ul#latest-news li.g-frame:last-child {
    margin: 0;
}

ul#latest-news li figure {
    margin: 0;
    width: 40%;
}

ul#latest-news li figure img {
    width: 100%;
    height: 113px;
    object-fit: cover;
    border-radius: 0.5rem;
}

ul#latest-news li .desc {
    width: 55%;
}

ul#latest-news li .desc h4 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    margin: 0 0 12px 0;
    line-height: 1.8;
    color: #0A1108;
}

ul#latest-news li .desc h4 a {
    color: #0A1108;
    text-decoration: none;
}

ul#latest-news li .desc p {
    display: flex;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1;
    text-transform: uppercase;
    color: #014F50;
    gap: 1rem;
    margin: 0 0 0.5rem 0;
}

ul#latest-news li .desc p span img {
    border-radius: 0 !important;
}

.col-category {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mc-section {
    display: flex;
    justify-content: space-between;
    margin: 3rem 0 0 0;
}

.mc-section .col-left {
    width: 100%;
}

.mc-section .col-right {
    width: 32%;
}

.col-category .category-section {
    width: 48%;
    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: inline-flex;
}

.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;    
    color: #0A1108;
    border-bottom: solid 1px #02B553;
    line-height: 1.8;
    height: 75px;
    padding: 0 0 5.5rem 0;
    overflow: hidden;
    margin: 0 0 0.5rem 0;
}

.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: 18rem;
    object-fit: cover;
    margin: 0 0 0.5rem 0;
}

.col-category .category-section .secondary-post {
    padding: 5px 0;
}

.col-category .category-section .secondary-post p {
    line-height: 2;
}

/* Inner Page */

.inner-header-bg {
    margin: 0;
    height: 11.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover !important;
}

.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 0.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 {    
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.25rem;
    color: #0A1108;
    border-bottom: solid 1px #B3B3B3;
    line-height: 1.8;
    padding: 0 0 1rem 0;
    margin: 0 0 1rem 0;
}

.featured-posts {
    margin: 0 0 5rem 0;
}

.more-news .more-news-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.more-news .more-news-list p {
    color: #898282;
}

.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 */

.newsroom-single-wrapper {
    margin: 0;
    padding: 2rem 5rem 0 5rem;
    box-sizing: border-box;
    padding-top: 2rem;
}

.newsroom-single-wrapper .container {
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.newsroom-single-wrapper .col-left {
    width: 70%;
}

.newsroom-single-wrapper .single-head-sec {
    padding: 0 3rem;
}

.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 h2,
.newsroom-single-wrapper .news-content h3 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 2rem;
    line-height: 36px;
    color: #0A1108;
    margin: 2.5rem 0 1rem 0;
    padding: 0 3rem;
}

.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 1rem 0;
    padding: 0 3rem;
}

.newsroom-single-wrapper .news-content ul {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 36px;
    color: #0A1108;
    padding: 0 6rem;
    list-style: disc;
}

.newsroom-single-wrapper .news-content ul li {
    margin: 0 0 0.5rem 0;
}

.single-news header {
    box-shadow: 0px 2px 40px rgba(0, 0, 0, 0.08) !important;
}

.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;
    width: 100%;
}

.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;
    width: 100%;
}

.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;
}

.single-news strong {
    font-weight: bold;
}

.news-from-all-cats {
    margin: 2.3rem 0 0 0;
}

.news-from-all-cats.w-container {
    width: 25%;
}

ul#latest-news li .related-thumb img {
    border-radius: 4px;
}

@media screen and (max-width: 1536px) {

    .newsroom-wrapper {
        padding: 6.25rem 2rem;
    }

}

@media screen and (max-width: 1366px) {

    .hstyle-1 {
        font-size: 24px;
    }

    .newsroom-wrapper {
        padding: 3rem 5rem 3rem 5rem;
    }

    .newsroom-filters a {
        font-size: 12.8px
    }

    .col-category .category-section h5 {
        line-height: 1.5;
        height: 65px;
        padding: 0;
    }

    ul#latest-news li .desc h4 {
        font-size: 14px;
    }

    .news-from-all-cats.w-container {
        width: 30%;
    }

    ul#latest-news li .related-thumb {
        width: 115px;
    }

    ul#latest-news li .related-thumb img {
        width: 100%;
        height: auto;
    }

    .main-image {
        height: 504px !important;
    }

    .news-from-all-cats {
        margin: 3.4rem 0 0 0;
    }

}

@media screen and (max-width: 767px) {

    .newsroom-single-wrapper {
        margin: 0;
        padding: 0;
    }

    .newsroom-single-wrapper .container {
        width: 100%;
        padding: 0 1rem;
        margin: 0;
    }

    .newsroom-single-wrapper .news-title {
        font-size: 1.5rem;
    }

    .newsroom-single-wrapper .news-content p {
        padding: 0;
        margin: 0 0 1.5rem 0;
    }

    .newsroom-single-wrapper .news-content img {
        margin: 0 0 1.5rem 0;
    }

    .newsroom-single-wrapper .about-agrierp {
        margin: 0 0 1.5rem 0;
    }

    .newsroom-single-wrapper .more-info {
        margin: 0 0 1.5rem 0;
        flex-direction: column;
        text-align: center;
    }

    .newsroom-single-wrapper .more-info p {
        margin: 0 0 1rem 0;
    }

}