.tf-posts.no-carousel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.tf-posts.no-carousel.column-1 .item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.tf-posts.no-carousel.column-2 .item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.tf-posts.no-carousel.column-3 .item {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.tf-posts.no-carousel.column-4 .item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.tf-posts .post-meta {
    margin: 0;
    display: flex;
    align-items: center;
}

.tf-posts .featured-post img,
.tf-posts .blog-post .tf-button {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: unset;
    display: unset;
}

.tf-posts .blog-post:hover .featured-post img {
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/* .tf-posts .featured-post::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.tf-posts .blog-post:hover .featured-post::before {
    -webkit-animation: circle 1s;
    animation: circle 1s;
} */
@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

/* style-1 */
.tf-posts.style3 .blog-post .featured-post,
.tf-posts.style2 .blog-post .featured-post,
.tf-posts.style1 .blog-post .featured-post {
    position: relative;
    margin-bottom: 20px;
}

.tf-posts.style1 .blog-post .featured-post a {
    width: 100%;
}

.tf-posts.style1 .blog-post .featured-post img {
    width: 100%;
}

.tf-posts.style3 .blog-post .content,
.tf-posts.style2 .blog-post .content,
.tf-posts.style1 .blog-post .content {
    position: relative;
    margin: 0;
}


.tf-posts.style3 .blog-post .content .post-meta-time a,
.tf-posts.style3 .blog-posts .post-meta a,
.tf-posts.style2 .blog-post .post-meta a,
.tf-posts.style1 .blog-post .post-meta a {
    font-family: "Poppins";
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: var(--theme-primary-color);
}


.tf-posts.style3 .blog-post .content .post-meta .post-meta-author,
.tf-posts.style2 .blog-post .content .post-meta .post-meta-author,
.tf-posts.style1 .blog-post .content .post-meta .post-meta-author {
    margin-right: 14px;
}
.tf-posts.style2 .blog-post .content .post-meta .post-meta-author a,
.tf-posts.style1 .blog-post .content .post-meta .post-meta-author a {
    color: var(--theme-secondary-color);
    font-weight: 600;
}
.tf-posts.style2 .blog-post .content .post-meta .post-meta-author svg,
.tf-posts.style1 .blog-post .content .post-meta .post-meta-author svg {
    margin-right: 5px;
}

.tf-posts.style3 .blog-post .content .title,
.tf-posts.style2 .blog-post .content .title,
.tf-posts.style1 .blog-post .content .title {
    font-family: "Inter";
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: var(--theme-primary-color);
    margin-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 48px;
}

.tf-posts.style2 .blog-post .content .title a,
.tf-posts.style1 .blog-post .content .title a {
    color: var(--theme-primary-color);
}

.tf-posts.style3 .blog-post .content .post-meta a:hover,
.tf-posts.style3 .blog-post .content .title a:hover,
.tf-posts.style2 .blog-post .content .post-meta a:hover,
.tf-posts.style2 .blog-post .content .title a:hover,
.tf-posts.style1 .blog-post .content .post-meta a:hover,
.tf-posts.style1 .blog-post .content .title a:hover {
    color: var(--theme-secondary-color);
}

.tf-posts.style2 .blog-post .content .description,
.tf-posts.style3 .blog-post .content .description,
.tf-posts.style1 .blog-post .content .description {
    font-family: "Inter";
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    color: #73787D;
    padding: 0;
    margin-bottom: 0;
}

.tf-posts.style3 .blog-post .content .tf-button-container a,
.tf-posts.style2 .blog-post .content .tf-button-container a,
.tf-posts.style1 .blog-post .content .tf-button-container a {
    font-family: "Inter";
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    color: #010C2A;
    text-decoration: underline #e8e8e9;
    text-underline-offset: 4px;
    position: relative;
    padding-right: 20px;
}

.tf-posts.style3 .blog-post .content .post-meta,
.tf-posts.style2 .blog-post .content .post-meta,
.tf-posts.style1 .blog-post .content .post-meta {
    display: flex;
    margin-bottom: 10px;
}

.tf-posts.style3 .blog-post .content .tf-button-container a i,
.tf-posts.style3 .blog-post .content .post-meta i,
.tf-posts.style2 .blog-post .content .tf-button-container a i,
.tf-posts.style2 .blog-post .content .post-meta i,
.tf-posts.style1 .blog-post .content .tf-button-container a i,
.tf-posts.style1 .blog-post .content .post-meta i {
    font-size: 19px;
    background-color: transparent;
    background-image: linear-gradient(
        246.06deg,
        #cf00fe -19.26%,
        #8B54FF 87.05%
    );
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 6px;
}

.tf-posts.style3 .blog-post .content .tf-button-container a i,
.tf-posts.style2 .blog-post .content .tf-button-container a i,
.tf-posts.style1 .blog-post .content .tf-button-container a i {
    font-size: 12px;
    position: absolute;
    right: 0;
    margin-right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease, color 0s;
    -moz-transition: all 0.5s ease, color 0s;
    -ms-transition: all 0.5s ease, color 0s;
    -o-transition: all 0.5s ease, color 0s;
    transition: all 0.5s ease, color 0s;
}

.tf-posts.style3 .blog-post .content .tf-button-container a:hover,
.tf-posts.style2 .blog-post .content .tf-button-container a:hover,
.tf-posts.style1 .blog-post .content .tf-button-container a:hover {
    padding-right: unset;
    padding-left: 25px;
    color: #9000ff;
}

.tf-posts.style3 .blog-post .content .tf-button-container a:hover i,
.tf-posts.style2 .blog-post .content .tf-button-container a:hover i,
.tf-posts.style1 .blog-post .content .tf-button-container a:hover i {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease, color 0s;
    -moz-transition: all 0.5s ease, color 0s;
    -ms-transition: all 0.5s ease, color 0s;
    -o-transition: all 0.5s ease, color 0s;
    transition: all 0.5s ease, color 0s;
}

.tf-posts.style3 .blog-post .content .tf-button-container a:hover i:first-child,
.tf-posts.style2 .blog-post .content .tf-button-container a:hover i:first-child,
.tf-posts.style1
    .blog-post
    .content
    .tf-button-container
    a:hover
    i:first-child {
    right: auto;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.tf-posts.style3 .blog-post .content .tf-button-container a:hover i:first-child,
.tf-posts.style2 .blog-post .content .tf-button-container a:hover i:first-child,
.tf-posts.style1
    .blog-post
    .content
    .tf-button-container
    a:hover
    i:first-child {
    opacity: 1;
    visibility: visible;
}

/* style 2 */
.tf-posts.style2 .item {
    border-bottom: 1px solid #EBEBEB;
    padding: 30px 15px !important;
}
.tf-posts.style2 .blog-post {
    display: flex;
    
}

.tf-posts.style2 .blog-post .featured-post {
    margin-right: 10px;
    flex-shrink: 0;
    max-width: 370px;
    margin-bottom: 0;
}




/* style 3 */
.tf-posts.style3 .blog-post .content {
    padding: 32px 40px 30px;
}

.tf-posts.style3 .blog-post .content .title {
    margin-bottom: 18px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e8e8e9;
}

.tf-posts.style3 .blog-post .content .post-meta {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.tf-posts.style3 .blog-post .content {
    position: relative;
}

.tf-posts.style3 .blog-post .content .post-meta-time {
    position: absolute;
    height: 30px;
    top: -20px;
    left: 40px;
    background: linear-gradient(90deg, #8B54FF 0%, #00b0fc 100%);
    border-radius: 4px;
    padding: 12px 20px;
}

.tf-posts.style3 .blog-post .content .post-meta-time a:hover {
    color: #fff;
}

.tf-posts.style3 .blog-post .content .tf-button-container a i,
.tf-posts.style3 .blog-post .content .post-meta i {
    background-image: linear-gradient(90deg, #8B54FF 0%, #00b0fc 100%);
}

.tf-posts.style3 .blog-post .content .post-meta-author,
.tf-posts.style3 .blog-post .content .post-meta-comment {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #010C2A;
}

/* style 4 */
.tf-posts.style5 .blog-post,
.tf-posts.style4 .blog-post {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d1d2d3;
}

.tf-posts.style4 .item:last-child .blog-post {
    border-bottom: none;
}

.tf-posts.style5 .blog-post .featured-post,
.tf-posts.style4 .blog-post .featured-post {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    flex-shrink: 0;
    margin-right: 20px;
}

.tf-posts.style5 .blog-post .featured-post img,
.tf-posts.style4 .blog-post .featured-post img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.tf-posts.style5 .blog-post .content .title,
.tf-posts.style4 .blog-post .content .title {
    font-family: "Inter";
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #010c2a;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 6px;
}

.tf-posts.style4 .blog-post .content .title a:hover {
    color: var(--theme-accent-color);
}

.tf-posts.tf-posts.style5 .blog-post .content .post-meta-time a,
.tf-posts.tf-posts.style4 .blog-post .content .post-meta-time a {
    font-family: "Inter";
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
    color: #494a4d;
}

.tf-posts.tf-posts.style5 .blog-post .content .post-meta-time a i,
.tf-posts.tf-posts.style4 .blog-post .content .post-meta-time a i {
    background-color: transparent;
    background-image: linear-gradient(
        246.06deg,
        #cf00fe -19.26%,
        #8B54FF 87.05%
    );
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 10px;
    font-size: 14px;
}

/* style 5 */
.tf-posts.style5 .blog-post {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.tf-posts.style5 .blog-post .content .title {
    color: #fff;
    text-decoration: underline;
}

.tf-posts.style5 .blog-post .content .title a:hover {
    color: #8B54FF;
}

.tf-posts.tf-posts.style5 .blog-post .content .post-meta-time a {
    color: #a4a5a6;
}

.tf-posts.tf-posts.style5 .blog-post .content .post-meta-time a i {
    background-color: transparent;
    background-image: linear-gradient(
        246.06deg,
        #8B54FF -19.26%,
        #8B54FF 87.05%
    );
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-right: 10px;
    font-size: 14px;
}

/* Carousel  */
.tf-posts.has-carousel .owl-nav .owl-prev,
.tf-posts.has-carousel .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border-radius: 5px;
    color: var(--theme-primary-color);
    text-align: center;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tf-posts.has-carousel .owl-nav {
    position: absolute;
    top: 0;
    right: 0px;
}

.tf-posts.has-carousel .owl-nav .owl-next {
    left: unset;
    right: 0;
}


.tf-posts.has-carousel .owl-nav .owl-prev:before,
.tf-posts.has-carousel .owl-nav .owl-next:before,
.tf-posts.has-carousel .owl-dots .owl-dot:before {
    display: none;
}

.tf-posts.has-carousel.no-arrow .owl-nav .owl-prev,
.tf-posts.has-carousel.no-arrow .owl-nav .owl-next {
    display: none;
}

.tf-posts.has-carousel.has-arrow .owl-nav .owl-prev,
.tf-posts.has-carousel.has-arrow .owl-nav .owl-next {
    display: block;
}

.tf-posts .owl-dots {
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}


.tf-posts.has-carousel.no-bullets .owl-dots {
    display: none;
}

.tf-posts.has-carousel.has-bullets .owl-dots {
    display: block;
}

@media (max-width: 991px) {
    .tf-posts.no-carousel.tablet-column-1 .item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tf-posts.no-carousel.tablet-column-2 .item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .tf-posts.no-carousel.tablet-column-3 .item {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .tf-posts.style1 .blog-post .content {
        padding: 23px 15px 26px 15px;
        margin-right: 0px;
        margin-top: 0px;
    }
    .tf-posts.style4 .blog-post .content {
        padding: 30px 15px 37px 15px;
    }
}

@media (max-width: 767px) {
    .tf-posts.no-carousel.mobile-column-1 .item {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .tf-posts.no-carousel.mobile-column-2 .item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .tf-posts.style1 .blog-post .content {
        padding: 23px 20px 26px 20px;
    }
    .tf-posts.style4 .blog-post .content {
        padding: 30px 30px 37px 30px;
    }
}
