nav.AllHeaderNavbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 0;
}
.HeaderLeftLogo a img {
    width: 200px;
}
/* #publicationBtn {
    display: none;
} */
.HeaderCircle {
    margin-left: 30px;
    /* margin-top: 10px; */
}
.searchbar {
    display: flex;
    justify-content: center;
}
.main {
    width: 40%;
    height: 50px;
    padding-left: 20px;
    border-radius: 25px;
    border: none;
    display: flex;
    z-index: 10;
    font-size: 20px;
    display: none;
    position: absolute;
    top: 25%;
    outline: none;
}
.PublicationsTopHeader {
    background-position: center;
    background-size: cover;
    height: 50vh;
    width: 100%;
    position: relative;
}
.LogoWithText {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50vh;
}
.LogoWithText2{
    display: flex;
    align-items: end;
}
.LogoWithText h5 {
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    margin-left: 12px;
    margin-bottom: 0 !important;
    /* line-height: 1.1 !important; */
}
.LogoWithText img {
    width: 50px;
}
.MainDivTextWithLogo {
    display: flex;
    justify-content: center;
    width: 100%;
}
.BannerMenuPublications {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 15px 30px;
    z-index: 0;
}
ul.PublicationMenu {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
ul.PublicationMenu li {
    margin: 10px 35px;
}
ul.PublicationMenu li a {
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    text-decoration: none;
}

ul.PublicationMenu li a:hover{
    color: #242425;
}

.PublicationSearch {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    gap: 2px;
    z-index: 5;
}

.PublicationSearch .input {
    border: 1px solid #f5f5f5;
    padding: 8px 30px 8PX 20PX;
    border-radius: 40px;
    background: #ffffff8f;
    color: #fff;
    height: 50px;
    width: 300px;
    z-index: 10;
    text-align: left;
    outline: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.PublicationSearch .buttonsearch {
    position: absolute;
    right: 20px;
    background: transparent;
    z-index: 100;
    border: none;
    color: #fff;
}
.buttonsearch:focus{
    outline:none;
    color: black;
}

.PublicationSearch input::placeholder {
    color: #fff;
}

.PublicationSearch input:focus {
    outline: 0;
}

/*********Article Section*****************/
.InsightsHeading h4 {
    font-size: 45px;
    font-weight: 500;
    padding: 75px 0;
    line-height: 3.5rem;
    width: 90%;
    /* text-transform: capitalize; */
}
/* .paddingimage {
    padding: 10px 30px;
} */
.ArticleSubscribeLetter {
    padding: 0px 0;
}

.ArticleSubscribeLetter h5 {
    font-size: 20px;
    font-weight: 600;
    color: #808080;
    margin-bottom: 20px;
}

.ArticleSubscribeInputButton {
    display: flex;
    align-items: center;
}

.ArticleSubscribeInputButton input:focus {
    outline: 0;
}

.ArticleSubscribeInputButton button:focus {
    outline: 0;
}

.ArticleSubscribeInputButton input {
    padding: 10px 20px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    background: #e6e6e6;
    border: 1px solid #e6e6e6;
    font-size: 20px;
    font-weight: 400;
    width: 30%;
    height: 50px;
}

.ArticleSubscribeInputButton input::placeholder {
    font-size: 20px;
}

.ArticleSubscribeInputButton button {
    padding: 10px 30px;
    border: 1px solid #111010;
    background: #111010;
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    height: 50px;
}

.PublicationsFilter ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    margin: 10px 0;
    flex: 1;
    justify-content: space-around;
}

.PublicationsFilter {
    border: 0.5px solid #d9d9d9;
    border-radius: 30px;
    margin: 70px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0px 0px;
    background: #d9d9d91a;
    height: 100px;
}

.PublicationsFilter ul li h5 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}

.PublicationsFilter ul li {
    margin: 10px 30px;
}

.PublicationsFilter ul li p {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    color: #808080;
    padding-top: 15px;
    border-left: 1px solid #b3b3b3;
    padding-left: 5px;
    height: 50px;
    width: 100px;
    text-align: center;
    align-items: center;
    display: flex;
}

.FilterButton button {
    border: none;
    background: #808080;
    height: 100px;
    padding: 0 40px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    font-size: 22px;
    font-weight: 400;
    color: #ffff;
}
.FilterButton button:hover {
    background-color: white;
    border: 1px solid #808080;
    color: #808080;
    transition: 0.5s;
}
.filter-sel {
    word-wrap: normal;
    height: 50px;
    border-radius: 30px;
    border: none;
    outline: none;
    padding: 0 10px;
    white-space: nowrap;
    transition: width 0.4s ease;
    font-size: 18px;
}
.ArticleHeading h5 {
    font-size: 18px;
    color: #808080;
    font-weight: 400;
    margin-bottom: 20px;
}
/* .ArticleFeaturedImage{
    padding-left: 20px;
} */
.ArticleFeaturedImage img {
    margin-bottom: 20px;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #808080;
}

.ArticleParagraphHeading h5 {
    font-size: 15px;
    font-weight: 400;
    color: #808080;
}

.ArticleParagraphHeading p {
    text-align: right;
}

.ArticleParagraphHeading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ArticleParagraphHeading p {
    font-size: 15px;
    font-weight: 400;
    color: #808080;
}

.ArticleParagraphPart h6 a {
    color: #404142;
    font-size: 20px;
    font-weight: 600;
}

.ArticleParagraphPart p {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #808080;
}

.ArticleFeaturedLeftRecent {
    border-bottom: 1px solid #808080;
    margin: 0px 160px;
}
.InsightsHeadingpadding {
    padding: 0px 160px;
}
.AllPstSectionPublicationspadding {
    padding: 0 30px;
    z-index: 10;
}

.ArticleRecentImage {
    width: 100%;
    /* height: 200px; */
    display: flex;
    /* justify-content: center; */
    align-items: center;
    overflow: hidden; /* Ensures no overflow */
    margin-bottom: 10px;
}

.ArticleRecentImage img {
    height: 100%; /* Ensures the image fills the container */
    width: auto; /* Maintains aspect ratio */
    max-width: 100%; /* Prevents large images from exceeding width */
    object-fit: contain; /* Ensures the entire image is visible */
    display: block;
    border-radius: 20px;
    border: 1px solid #808080;
}

.RecentHeadingPuablications h5 {
    font-size: 18px;
    color: #808080;
    font-weight: 400;
    margin-bottom: 20px;
}

.ArticleRecentPragaraphHeading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.ArticleRecentPragaraphHeading h5 {
    font-size: 15px;
    font-weight: 400;
    color: #808080;
    margin-bottom: 0;
}

.ArticleRecentPragaraphHeading p {
    font-size: 13px;
    font-weight: 400;
    color: #808080;
    margin-bottom: 0;
}

.ArticleRecentParagraphPart h6 a {
    color: #404142;
    font-size: 18px;
    font-weight: 600;
}

.ArticleRecentParagraphPart p {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #808080;
}

/********Article Past Featured**************/
section.ArticlePastFeatured {
    padding: 0px 200px 0 200px;
    background-color: white;
    padding-top: 20px !important;
}

.PastFeaturedImage img {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 20px;
}
.AllpostImage img {
    border-radius: 20px;
    height: 240px;
}
.AllpostImage{
    display: flex;
    /* justify-content: end; */
}

.PastFeaturedPart {
    padding-bottom: 100px;
}

.PastFeaturedTitle h6 {
    font-size: 18px;
    color: #808080;
    font-weight: 400;
    margin-bottom: 20px;
}

.PastFeaturedCaption p {
    font-size: 15px;
    font-weight: 400;
    color: #808080;
}

.PastFeaturedCaption h4 a{
  font-size: 18px;
  font-weight: 600;
  color: #404142;
}

/*************All Post Section****************/
.AllPostTitle h6 {
    font-size: 26px;
    color: #808080;
    font-weight: 400;
    margin: 0 0 0 15px ;
    width: max-content;
}
.PublicationsFilterFilter{
    margin-bottom: 20px;
}
.AllPostTitle {
    margin-bottom: 40px;
    margin-top: 50px;
    display: flex;
}

.AllPostPublicationsPartClick{
    display: flex;
    justify-content: center;
}
.AllPostTitlepublications{
    display: flex;
    flex-direction: column;
}
.AllPostTitle img{
    width: 30px;
    height: 30px;
}
.AllpostFilter{
    width: 100%;
}
.AllpostImage img {
    width: 100%;
    aspect-ratio: 2/1;
    object-fit: cover;
    border: 1px solid #808080;

}

.AllPostCaptionContent h6 {
    font-size: 15px;
    font-weight: 400;
    color: #808080;
    margin-bottom: 15px;
}


.AllPostCaptionContent h4 a{
  font-size: 20px;
  font-weight: 600;
  color: #404142;
  margin-bottom: 15px;
  font-family: "IBM Plex Sans", sans-serif;
}

.AllPostCaptionContent p {
    font-size: 16px;
    color: #808080;
    font-weight: 400;
}

.AllPostPagination {
    padding-top: 50px;
}
.AllPostPaginationli{
    z-index: 2;
}
.AllPostPagination ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.AllPostPagination ul li {
    margin: 5px;
}

.AllPostPagination ul li a:hover{
    color: blue;
}

.AllPostPagination ul li a {
    padding: 8px;
    font-size: 18px;
    color: #808080;
    font-weight: 400;
    text-decoration: none;
}

.AllPostPagination ul li a i {
    border: 1px solid #808080;
    border-radius: 10px;
    padding: 5px 15px;
    font-size: 14px;
}

.PublicationMenu li {
    padding: 0;
    margin: 0;
}

.AllPostPagination ul li.active a {
    color: blue; /* Active link color */
    font-weight: bold; /* Optional: Makes it bold */
}
  
@media (min-width: 1920px) {
    /* .InsightsHeadingpadding {
        padding: 0px 355px !important;
    } */
    /* .ArticleFeaturedLeftRecent {
        margin: 0px 355px !important;
    } */
}
@media (min-width: 1600px) {
    .InsightsHeadingpadding {
        padding: 0px 200px;
    }
    .ArticleFeaturedLeftRecent {
        margin: 0px 200px;
    }
}

@media only screen and (max-width: 1580px) {
    .ArticleParagraphHeading h5 {
        font-size: 13px;
    }
    .InsightsHeadingpadding {
        padding: 0 170px;
    }
    .ArticleFeaturedLeftRecent {
        margin: 0px 170px;
    }
    .ArticleParagraphHeading p {
        font-size: 13px;
    }

    .ArticleParagraphPart h6 a {
        font-size: 18px;
    }

    .ArticleParagraphPart p {
        font-size: 14px;
    }

    .ArticleRecentPragaraphHeading h5 {
        font-size: 13px;
    }

    .ArticleRecentPragaraphHeading p {
        font-size: 12px;
    }

    .ArticleRecentParagraphPart h6 a {
        font-size: 15px;
    }

    .ArticleRecentParagraphPart p {
        font-size: 13px;
    }

    .PastFeaturedCaption h4 {
        font-size: 16px;
    }

    .PastFeaturedCaption p {
        font-size: 13px;
    }

    .AllPostCaptionContent h6 {
        font-size: 13px;
    }

    .AllPostCaptionContent h4 {
        font-size: 18px;
    }

    .AllPostCaptionContent p {
        font-size: 14px;
    }
}
@media only screen and (max-width: 1440px) {
    .InsightsHeadingpadding {
        padding: 0px 120px;
    }
    .ArticleFeaturedLeftRecent {
        margin: 0px 120px;
    }
}

@media only screen and (max-width: 1367px) {
    section.ArticlePastFeatured {
        padding: 0px 150px 0px 150px;
    }

    ul.PublicationMenu li a {
        font-size: 18px;
    }

    .InsightsHeading h4 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1185px) {
    .PublicationsFilter {
    overflow: scroll;
    overflow-y: hidden;
    }
    .InsightsHeading h4 {
        width: 100%;
        line-height: 2rem;
    }

    .PublicationsFilter ul li {
        margin: 20px 20px;
    }
    .FilterButton button {
        width: 100%;
        /* border-top-right-radius: 0;
        border-bottom-left-radius: 30px; */
        /* height: 95px; */
    }
    .AllPstSectionPublications {
        padding: 0 60px;
    }
}

@media only screen and (max-width: 1024px) {
    ul.PublicationMenu li {
        margin: 1px 25px;
    }
    .AllpostImage img {
        width: 100%;
    }
    
    .BannerMenuPublications {
        padding: 0 0;
    }

    .InsightsHeading h4 {
        font-size: 36px;
    }
    .searchTerm {
        z-index: 2;
    }
    .PublicationSearch input {
        display: none;
    }

    .PublicationSearch .input {
        display: none;
    }
    .PublicationSearch .buttonsearch {
        border: 1px solid #ffff;
        bottom: 10px;
        right: 10px;
    }
    button.searchButton {
        text-align: center;
        align-items: center;
        height: 45px;
        width: 45px;
        background-color: #ffffff3d;
        color: #d9d9d9;
        border-radius: 50%;
    }
    .InsightsHeadingpadding {
        padding: 0px 100px;
    }
    .ArticleFeaturedLeftRecent {
        margin: 0px 100px;
    }
}

@media only screen and (max-width: 991.98px) {
    section.ArticlePastFeatured {
        padding: 0px 100px 0px 100px;
    }

    .PublicationMenu ul li {
        padding: 0;
        margin: 0;
    }

    ul.PublicationMenu li a {
        font-size: 12px;
    }

    .BannerMenuPublications {
        align-items: end;
        justify-content: space-between;
    }

    ul.PublicationMenu {
        margin: 20px 0;
        flex-direction: column;
        display: block;
    }

    .PublicationSearch input {
        width: 60%;
    }

    .InsightsHeading h4 {
        font-size: 30px;
    }

    .PastFeaturedCaption {
        margin-bottom: 30px;
    }

    .AllpostImage img {
        margin-bottom: 30px;
    }

    .PublicationsFilter ul li {
        margin: 20px 20px;
    }

    .FilterButton button {
        width: 100%;
        /* border-top-right-radius: 0;
        border-bottom-left-radius: 30px; */
        /* height: 95px; */
    }

    .ArticleSubscribeInputButton input {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {
    .InsightsHeadingpadding {
        padding: 0px 25px;
    }
    .ArticleFeaturedLeftRecent {
        margin: 0px 25px;
    }
    .AllPstSectionPublications {
        padding: 0 30px;
    }
    /* .paddingimage {
        padding: 10px 20px;
    } */
    /* .ArticleFeaturedImage{
        padding: 0px 30px;
    } */
}
@media only screen and (max-width: 600px) {
    ul.PublicationMenu li a {
        font-size: 11px;
    }

    .ArticleRecentParagraphPart p{
        margin-top: -5px;
    }

    .InsightsHeading h4 {
        padding:25px;
    }

    .ArticleSubscribeLetter{
        padding: 10px 0px;
    }

    .main {
        width: 100%;
        height: 50px;
        padding-left: 20px;
        border-radius: 0px;
        border: none;
        display: flex;
        z-index: 10;
        font-size: 20px;
        display: none;
        position: absolute;
        top: 0%;
    }

    ul.PublicationMenu li {
        margin: 0px;
    }

    .BannerMenuPublications {
        padding: 0px 10px;
        z-index: 2;
    }

    .LogoWithText img {
        width: 50px;
    }

    .LogoWithText h5 {
        font-size: 24px;
    }

    .InsightsHeading h4 {
        font-size: 24px;
    }

    .InsightsHeading br {
        display: none;
    }

    section.ArticlePastFeatured {
        padding: 0px 40px 0px 40px;
    }

    .ArticleSubscribeInputButton {
        display: block;
    }

    .ArticleSubscribeInputButton button {
        width: 100%;
        border-radius: 30px;
        margin-top: 20px;
    }

    .ArticleSubscribeInputButton input {
        border-radius: 30px;
    }

    .HeaderLeftLogo a img {
        width: 150px;
    }
}

@media only screen and (max-width: 375px) {
    .LogoWithText img {
        width: 30px;
    }
}

@media only screen and (max-width: 425px) {
    .AllPostPagination ul li a{
        padding: 0px !important;
    }
}
@media only screen and (max-width: 425px) {
    .paddingimage{
        margin-bottom: 0 !important;
    }
}