.category-section ul {
    list-style: none;
    display: flex;
    padding: 0;
    justify-content: space-between;
    gap: 0;
    background: #142333;
}

.category-section li.active, .category-section li:hover {
    background-color: #E76F3C;
    color: #fff;
    cursor: pointer;
}

.category-section li.active, .category-section li:hover {
    background-color: #E76F3C;
    color: #fff;
    cursor: pointer;
}

.category-section li {
    padding: 17px 10px;
    border-bottom: 1.71px solid #E76F3C;
    width: 100%;
    white-space: pre;
    color: #CFC3B6;
    transition: .3s;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: uppercase;
	flex: 1;
}
.category-section li a {
    color: #fff !important;
}
.post-grid {
    margin: 24px 0;
}

.post-category {
    position: absolute;
    top: 30px;
    left: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #EC8C6352;
    padding: 10px 12px;
}

.post-thumb {
    position: relative;

}

.meta {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #726B64;
}

.post-grid .title_share h2 {
    font-family: 'Inter';
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    margin: 8px 0 12px;
    color: #000000;
    text-transform: capitalize;
}


.title_time {
    display: flex;
    align-items: center;
    gap: 6px;
    /* margin-top: 25px; */
}

.title_share_in {
    /* display: flex; */
}

.title_share {
    display: flex;
    justify-content: space-between;
}

.shareI {
    padding: 10px;
    height: 40px;
    width: 40px;
    background: #F0ECE8;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.excertTxt {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #726B64;
    margin-top: 12px;
    margin-bottom: 45px;
}

.author svg {
    background: linear-gradient(135deg, rgba(255, 122, 61, 0.15) 0%, rgba(244, 196, 48, 0.15) 100%);
}

.authorIcon {
    background: linear-gradient(135deg, rgba(255, 122, 61, 0.15) 0%, rgba(244, 196, 48, 0.15) 100%);
    padding: 2px 9px;
    border-radius: 100px;
    width: 28px;
    height: 28px;
}

.author {
    display: flex;
    gap: 10px;
    align-items: center;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #626C76;
    text-transform: capitalize;
}

/* .linksingle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
    margin-bottom: 12px;
}
 */
.linksingle a {
    font-family: Inter;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #E76F3C !important;
}

.linksingle a span {
    margin-right: 6px;
}

/* .title_time svg {
    position: relative;
    top: -2px;
} */

.titledeccor {
    background: linear-gradient(90deg, #F4C430 0%, rgba(0, 0, 0, 0) 100%);
    width: 24px;
    height: 2px;
    opacity: 1;
}
.post-grid-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 24px; /* spacing between items */
}

.post-grid-inner .post-item {
  flex: 0 0 calc(33.333% - 16px); /* fixed 3 columns on desktop */
  max-width: calc(33.333% - 16px);
  box-sizing: border-box;
  background-color: #fff;
}

.post-grid .post-thumb img {
    /* width: 382.8599853515625px; */
    height: 239.2899932861328px;
    overflow: hidden;
    /* border-radius: 10px; */
    object-fit: cover;
}

.title_share,
.excertTxt,
.linksingle {
    padding: 0 28px;
}

.title_share {
    margin-top: 25px;
}

.post-item {
  display: flex;
  flex-direction: column;   /* make the whole card a flex column */
}

.post-content {
  display: flex;
  flex-direction: column;
  flex: 1;                  /* take remaining space */
}

.linksingle {
  margin-top: auto;         /* pushes it to the bottom */
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blogQoute {
    background: #57524C;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    gap: 100px;
	clear: both;
}

.blogQoute h3 {
    color: #fff !important;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0px;
    max-width: 686px;
    margin: 0;
}
.post-grid-top .post-grid-inner .post-item:first-child {
    max-width: calc(66.66% - 8px);
    margin-right: 24px;
}

.post-grid-top .post-grid-inner .post-item:first-child .post-thumb img {
    height: 494px;
}

.post-grid.post-grid-top {
    margin-bottom: 24px;
}

.post-grid.post-grid-top .post-grid-inner {
    display: inline;
}

.post-grid-top .post-grid-inner .post-item {
    float: left;
}
li.allCate {
    padding: 0;
    display: flex;
}
li.allCate a{
    padding: 17px 21px;
}
.feature-post {
    display: flex;
    gap: 134px;
}

.feature-post > div {
    flex: 1;
}

.feature-post-category {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #A44F2B;
    padding-right: 11px;
    padding-left: 11px;
    background: #FDF1EC;
    max-width: max-content;
    margin: 24px 0;
}


.author {
    display: flex;
    gap: 16px;
}

.author img {
    width: 56px ;
    height: 56px;
    border-radius: 100px !important;
}

.author-info {
    display: flex;
    flex-direction: column;
    GAP: 9px;
}

span.author-name {
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #142333;
}

span.author-designation {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #726B64;
}

.authorlnk a.read-more {
    background: linear-gradient(90deg, #E76F3C 0%, #F4A261 49.52%, #E9C46A 100%);
    gap: 10px;
    padding-top: 8px;
    padding-right: 22px;
    padding-bottom: 8px;
    padding-left: 23px;
    border: 1px solid #EF9F7C;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #142333 !important;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.authorlnk {
    display: flex;
    gap: 24px;
    margin-top: 50px;
}

.featureexcertTxt {
    font-family: Inter;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #726B64;
    color: #726B64;
}

.dividerlines span.lines {
    width: 64px;
    height: 1px;
    background: #939AA1;
    display: inline-block;
}


.dividerlines span.dots {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 100px;
    background: linear-gradient(90deg, #E76F3C 0%, #F4A261 49.52%, #E9C46A 100%);
    margin: -3px 12px;
}

.feature-post h2 {
    margin: 0;
}

.dividerlines {
    margin: 12px 0 20px;
}
/* Tablet (max-width: 1024px) → 2 columns */
@media (max-width: 1024px) {
  .post-grid-inner .post-item {
    flex: 0 0 calc(50% - 16px);
    max-width: calc(50% - 16px);
  }
}

/* Mobile (max-width: 768px) → 1 column */
@media (max-width: 768px) {
  .post-grid-inner .post-item {
    flex: 0 0 100%;
    max-width: 100%;
  }
.post-grid-top .post-grid-inner .post-item:first-child {

        margin-bottom: 24px;
    }
}