@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
section.post-tabs { padding: 30px 0px; }
/* tabs-css */
.active-tab { background: #FCEA8F !important; font-weight: 800; border: 1px solid #000; }
ul.tabs { display: flex; gap: 25px; margin-bottom: 50px; padding: 0; }
.tabs li { display: inline-block; cursor: pointer; color: #000000; font-size: 20px; line-height: 30px; background: #D9D9D9; padding: 12px 48px; font-family: "Poppins", sans-serif; border-radius: 30px; }
/* .tabs li:first-child {
    margin-left: 20px;
} */
.active-tab:after { width: 100%; height: 2px; position: absolute; content: ""; bottom: -0.1em; left: 0; background: white; }
.tabs-content { /* margin: 20px; */ padding: 0; list-style: none; }
.tabs-content li { display: none; }
/* tabs-css */
.main-post-type { display: flex; width: 100%; gap: 30px; flex-wrap: wrap; justify-content: flex-start; }
.post-type-inner { width: 31%; }
.post-type-image img { width: 100%; height: 180px; object-fit: cover; }
.posts-content-inner { padding: 36px; box-shadow: 0px 2px 2px 0px #00000040; }
.main-inner-grid { margin-bottom: 100px; }
.post-heading-inner { padding-bottom: 15px; }
.post-heading-inner h2 { font-size: 20px; line-height: 30px; font-weight: 600; font-family: "Poppins", sans-serif; overflow: hidden;  display: -webkit-box;  -webkit-line-clamp: 2;  -webkit-box-orient: vertical; }
.post-date-inner { padding-bottom: 15px; }
.post-date-inner p { font-size: 16px; line-height: 24px; font-weight: 600; font-family: "Poppins", sans-serif; }
.post-date-inner span { font-size: 12px; line-height: 18px; font-weight: 300; font-family: "Poppins", sans-serif; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.post-description-inner p { font-size: 14px; line-height: 21px; font-weight: 300; font-family: "Poppins", sans-serif; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2;  -webkit-box-orient: vertical;}
.post-button-inner { text-align: right; }
.post-button-inner a { background: #FCEA8F; text-decoration: none; border: 2px solid #000; border-radius: 20px; padding: 12px 48px; font-size: 16px; text-transform: uppercase; font-weight: 300; line-height: 24px; color: #000000; font-family: "Poppins", sans-serif; }

@media(max-width:1200px) and (min-width:1024px){
  section.post-tabs { padding: 30px 20px; }
  .post-type-image img {height: auto !important;}
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  section.post-tabs { padding: 30px 20px; }
  ul.tabs { display: flex; gap: 5px; margin-bottom: 50px; }
  .tabs li { display: inline-block; cursor: pointer; color: #000000; font-size: 16px; line-height: 30px; background: #D9D9D9; padding: 8px 41px; font-family: "Poppins", sans-serif; border-radius: 30px; }
  .main-post-type { display: grid; width: 100%; gap: 30px; grid-template-columns: 1fr 1fr; }
  .post-type-inner { width: 100%; }
.post-type-image img {height: auto !important;}
}


@media (max-width: 767px) {
    section.post-tabs { padding: 30px 20px; }
    ul.tabs { display: grid; gap: 25px; width: 100%; margin-bottom: 50px; grid-template-columns: 1fr 1fr; }
    .post-type-inner { width: 100%; }
.post-type-image img {height: auto !important;}
}