.elementor-2482 .elementor-element.elementor-element-dea4c3f{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--gap:50px 0px;--row-gap:50px;--column-gap:0px;--padding-top:70px;--padding-bottom:70px;--padding-left:15px;--padding-right:15px;}.elementor-2482 .elementor-element.elementor-element-f273928{--grid-columns:3;--grid-row-gap:40px;--auto-scroll-offset:150px;--grid-column-gap:25px;}.elementor-2482 .elementor-element.elementor-element-f273928 .elementor-loop-container{grid-auto-rows:1fr;}.elementor-2482 .elementor-element.elementor-element-f273928 .e-loop-item > .elementor-section, .elementor-2482 .elementor-element.elementor-element-f273928 .e-loop-item > .elementor-section > .elementor-container, .elementor-2482 .elementor-element.elementor-element-f273928 .e-loop-item > .e-con, .elementor-2482 .elementor-element.elementor-element-f273928 .e-loop-item .elementor-section-wrap  > .e-con{height:100%;}.elementor-2482 .elementor-element.elementor-element-f273928 .elementor-pagination{text-align:center;margin-top:70px;}@media(max-width:992px){.elementor-2482 .elementor-element.elementor-element-f273928{--grid-columns:2;}}@media(max-width:768px){.elementor-2482 .elementor-element.elementor-element-dea4c3f{--gap:30px 0px;--row-gap:30px;--column-gap:0px;}.elementor-2482 .elementor-element.elementor-element-f273928{--grid-columns:1;}.elementor-2482 .elementor-element.elementor-element-f273928 .elementor-pagination{margin-top:50px;}}@media(max-width:577px){.elementor-2482 .elementor-element.elementor-element-f273928{--grid-columns:1;}}/* Start custom CSS */.filter_blog h3,
.filter_blog .elementor-widget-theme-post-excerpt p {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.post_categories ul li .elementor-post-info__terms-list {
    display: flex !important;
    color: transparent;
    gap: 0 2px;
}
.filter_blog h3{
    min-height: 48px;
}
.filter_blog .post_categories ul li a {
    padding: 8px 10px;
    border-radius: 50px 50px 50px 50px;
    display: block !important;
    font-size: 12px !important;
    line-height: 12px;
    font-weight: 600;
    transition: ease .6s;
}
.filter_blog .author_date ul {
    justify-content: space-between;
}
.filter_blog .author_date ul li:last-child time {
    font-style: italic;
    color: #A1A1A1;
}

.filter_blog .category-ai-ethics-in-education .post_categories ul li a {
    background: #F8FCFE;
    color: #000000 !important;
}

.filter_blog .category-ai-for-teachers-principals .post_categories ul li a {
  background-color: #F9F1FB;
  color: #8F33A6 !important;
}

.filter_blog .category-ai-fundamentals-for-education .post_categories ul li a {
    background: #FDECF4;
    color: #F26EAA !important;
}

.filter_blog .category-ai-in-classroom-management .post_categories  ul li a {
    background: #E0F9FF;
    color: #00B4E0 !important;
}

.filter_blog .category-automated-assessment-feedback .post_categories  ul li a {
    background: #EFF5F3;
    color: #406A5E !important;
}

.filter_blog .category-content-creation-curriculum-design .post_categories ul li a {
    background: #FEF2EE;
    color: #F25822 !important;
}

.filter_blog .category-conversational-ai-assistants .post_categories ul li a {
    background: #F1F6FC;
    color: #2B6AAF !important;
}

.filter_blog .category-education-ai-tools .post_categories ul li a {
    background: #F5F7FB;
    color: #4363AE !important;
}

.filter_blog .category-extramarks-ai .post_categories ul li a {
    background: #E9F4EA;
    color: #68B16F !important;
}

.filter_blog .category-misc .post_categories ul li a {
    background: #F7F2F8;
    color: #B68CC1 !important;
}

.filter_blog .category-operational-optimization-management .post_categories ul li a {
    background: #F8F6EA;
    color: #8D812F !important;
}

.filter_blog .category-personalized-adaptive-learning .post_categories ul li a {
    background: #EFFAFA;
    color: #319FA6 !important;
}

.filter_blog .category-predictive-analytics-early-warning .post_categories ul li a {
    background: #FCF0F1;
    color: #86191F !important;
}











/*Pagination*/
.elementor-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
}
.elementor-pagination .page-numbers {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #F35E29;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: #ffffff;
    transition: ease .6s;
}
.elementor-pagination .page-numbers:hover {
    background: #000000;
    cursor: pointer;
}
.elementor-pagination .page-numbers img {
    width: 16px;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}
.elementor-pagination .page-numbers.prev img {
    transform: rotate(-180deg)
}/* End custom CSS */