.taskip-blog-main-heading {
    font-size: 70px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    font-family: var(--haffer-XH);
}


.taskip-all-blog{
    font-size: 14px;
    line-height: 22px;
    .blog-slider-btn {
        .slick-arrow {
            position: absolute;
            cursor: pointer;
            font-size: 18px;
        }
        .arrow-icon-prev {
            left: 10px;
            transform: translateY(55%);
            z-index: 1;
        }
        .arrow-icon-next {
            right: 10px;
            transform: translateY(55%);
            z-index: 1;
        }
    }
    .blog-buttons {
        .slick-list {
            .slick-slide {
                margin: 0 10px;
            }
            .slick-track{
                margin-left: 0;
            }
        }
        .blog-filter{
            display: inline-flex;
            flex-shrink: 0;
            padding: 10px;
            font-size: 14px;
            line-height: 22px;
            font-weight: 600;
            border: 1px solid #E1E3E7;
            border-radius: 8px;
            background: none;
            outline: none;
            margin-right: 8px;
            min-width: fit-content;
            &.active{
                background: var(--color-2);
                color: var(--color-3);
                border: transparent;
            }
        }
    }
    .all-blog-wraper {
        margin-top: 0;
    }
    .single-blog {
        .blog-head {
            img{
                width: 100%;
                height: auto;
                border-radius: 10px 10px 0 0;
            }
        }
        .blog-body {
            padding: 24px 30px;
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
            border-radius: 0 0 10px 10px;
            .body-top {
                display: flex;
                color: #374367;
                gap: 20px;
            }
            .blog-heading {
                color: rgb(5, 20, 65);
                margin-top: 6px;
                margin-bottom: 25px;
                a {
                    font-weight: 600;
                }
            }
            .blog-foot {
                padding-top: 23px;
                border-top: 1px solid rgb(230, 232, 236);
                a{
                    transition: all .3s ease-in-out;
                    i{
                        position: relative;
                        right: 0;
                        transition: all .3s ease-in-out;
                    }
                    &:hover {
                        color: var(--color-2);
                        i {
                            right: -8px;
                            color: var(--color-2);
                        }
                    }
                }
            }
        }
    }

}
.taskip .blog-pagination ul li span.current, .taskip .blog-pagination ul li a:hover {
    background-color: var(--color-2);
}
.taskip-single-blog-part{
    p{
        font-weight: 400;
        @media screen and (max-width:991.98px) {
            font-size: 14px;
        }
    }
    font-family: var(--body-font1);
    .single-blog-body-wraper{
        .main-img{
            max-width: 850px;
        }
        .date-comment-tag{
            display: flex;
            margin-top: 25px;
            .date, .comment, .user{
                display: flex;
                align-items: center;
            }
            span{
                font-family: var(--body-font1);
                font-size: 14px;
                line-height: 24px;
                img{
                    margin-right: 10px;
                    @media  only screen and (max-width:425px) {
                        display: none;
                    }
                }
            }
        }
        .single-blog-main-heading h3,
        .single-blog-main-heading h1{
            max-width: 850px;
            font-family: var(--body-font1);
            font-weight: 700;
            font-size: 40px;
            line-height: 48px;
            color: #051441;
            margin-top: 12px;
            margin-bottom: 0;
            @media only screen and (max-width: 425.98px){
                font-size: 28px;
                line-height: 36px;
            }
        }
        .single-blog-body{
            a{
                text-decoration: none;
                font-weight: 400;
                color: #0bb289;
            }
            .sub-blog-head{
                @media only screen and (max-width: 425.98px){
                    font-size: 24px !important;
                    line-height: 30px;
                    margin-bottom: 0;
                }
            }
        }

        /*body part*/
        .blog-content-img{
            figure{
                margin: 0 !important;
                img{
                    width : 100%;
                }
            }
        }
        .tagShare{
            display: flex;
            justify-content: space-between;
            h2{
                font-family:var(--body-font1);
                font-size: 18px;
                font-weight: 600;
            }
            ul{
                padding-left: 0;
                margin-bottom: 0;
                list-style: none;
                display: flex;
                gap: 10px;
            }
            .related_tags a {
                padding: 3px 12px;
                border: 1px solid #CDD0D9;
                border-radius: 3px;
            }
            .blog_single_social_share a {
                display: flex;
                justify-content: center;
                align-items: center;
                width: 40px;
                height: 40px;
                border: 1px solid #CDD0D9;
                border-radius: 50%;
                transition: all linear .3s;
                &:hover{
                    background: var(--color-pr-01);
                    color: #fff;
                    border-color: transparent;
                }
            }
            @media only screen and (max-width:991.98px){
                flex-direction: column;
                gap: 15px;
            }
        }
        .report-devider{
            width: 100%;
            height: 1px;
            background: #E6E8EC;
            margin: 60px 0;
        }
        .blog-writer{
            background: #F7F6FE;
            padding: 50px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            gap: 30px;
            .writer-img{
                width: 150px;
                aspect-ratio: 1;
                border-radius: 50%;
                overflow: hidden;
                flex-shrink: 0;
                img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }
            }
            .writer-info{
                .writer-name{
                    font-family: var(--body-font1);
                    font-weight: 600;
                    font-size: 20px;
                    line-height: 22px;
                    color:#051441;
                    margin-bottom: 15px;
                }
                .writer-text{
                    color: #374367;
                    font-size: 16px;
                    margin-bottom: 20px;
                }
                .writer-social-icon{
                    a{
                        color: #69728D;
                        margin-right: 15px;
                        transition: all linear .3s;
                        &:hover{
                            color: var(--color-pr-01);
                        }
                    }
                }
            }
            @media only screen and (max-width:991.95px){
                padding: 25px;
                .writer-img{
                    width: 80px;
                }
            }
            @media only screen and (max-width: 399.98px){
                flex-direction: column;
            }
        }
    }
    .sidebar-wraper{
        position: sticky;
        top: 0;
        padding-left: 5px;
        display: flex;
        flex-direction: column;
        gap: 25px;
        .single-sidebar-wraper{
            padding: 30px;
            border: 1px solid #E6E8EC;
            border-radius: 10px;
            max-height: 400px;
            overflow-y: auto;
            .sidebar-heading{
                font-family: var(--body-font1);
                font-weight: 600;
                font-size: 22px;
                line-height: 24px;
                color:#051441;
                margin-bottom: 12px;
            }
            .after-heading-line{
                width: 90px;
                height: 1px;
                background: linear-gradient(to right, rgb(106, 90, 247), #6a5af712);
                margin-bottom: 20px;
            }
            .table-of-contnets{
                display: flex;
                flex-direction: column;
                gap: 10px;
                p{
                    margin-bottom: 0;
                    a.active{
                        color: var(--color-2);
                    }
                }
            }
            .sidebar-content{
                list-style: none;
                padding-left: 0;
                margin-bottom: 0;
                .sidebar-content-item{
                    display: flex;
                    justify-content: space-between;
                    padding-bottom: 15px;
                    border-bottom: 1px solid #E6E8EC;
                    &:last-child{
                        padding-bottom: 0;
                        border-bottom: none;
                    }
                    &:not(:first-child){
                        padding-top: 15px;
                    }
                }
            }
            .recent-single-post{
                display: flex;
                align-items: center;
                .img{
                    max-width:80px;
                    flex-shrink: 0;
                    aspect-ratio: 1;
                    img{
                        width: 100%;
                    }
                }
                .recent-post-heading{
                    font-weight: 500;
                    font-family: var(--body-font1);
                    font-size: 16px;
                    line-height: 22px;
                }
                .date-wraper{
                    flex-wrap: wrap;
                    gap: 5px;
                    img{
                        display: none;
                    }
                }
                .text{
                    margin-left: 15px;
                    .date{
                        font-size: 14px;
                        line-height: 15px;
                    }
                }
                &:not(:last-child) {
                    margin-bottom: 15px;
                }
            }
            .alltags{
                display: flex;
                flex-wrap: wrap;
                gap: 10px;
                .single-tag{
                    font-size: 14px;
                    line-height: 20px;
                    display: inline-block;
                    padding: 3px 12px;
                    background: transparent;
                    border: 1px solid #CDD0D9;
                    border-radius: 3px;
                    transition: all ease-in-out 0.3s;
                    &:hover{
                        background: var(--color-2);
                        border: 1px solid var(--color-4);
                        color: var(--color-3);
                    }
                }
            }
        }


        .single-sidebar-share{
            margin-top: 12px;
            .share-heading{
                font-size: 20px;
                font-weight: 600;
                margin-bottom: 20px;
            }
            .social-share-link{
                display: flex;
                gap: 10px;

                .link-item i{
                    font-size: 23px;
                    color: #00b289;
                }
            }
        }


    }
}
/* Taskip Blog Details Page */
.taskip.taskip-single-blog-part {
    .single-blog-body-wraper {
        .single-blog-body {
            max-width: 760px;
            .wp-block-heading {
                margin-bottom: 20px;
                font-weight: 600;
            }
            h2.wp-block-heading {
                font-size: 32px;
                line-height: 1.2;
            }
            h3.wp-block-heading {
                font-size: 24px;
                line-height: 1.3;
            }
            h4.wp-block-heading {
                font-size: 18px;
                line-height: 1.3;
            }
            h5.wp-block-heading {
                font-size: 16px;
                line-height: 1.2;
            }
            p,ul,ol{
                gap: 0;
                line-height: 2;
            }
            p:has(img){
                img {
                    box-shadow: 0 20px 40px rgba(16, 30, 54, .2);
                    border-radius: 12px;
                }
            }
            p:has(+ .wp-block-heading){
                margin-bottom: 30px;
            }
            p:has(+p){
                margin-bottom: 20px;
            }
            ul{
                display: flex;
                flex-direction: column;
                gap: 10px;
                list-style: disc;
                padding-left: 40px;
            }
            ul:has(+.wp-block-heading),
            ul:has(+p) {
                margin-bottom: 24px;
            }
            .rank-math-question {
                font-weight: 600;
                margin-bottom: 20px;
                font-size: 18px;
            }
            .rank-math-answer {
                line-height: 2;
                font-family: var(--haffer-XH);
            }
            .rank-math-faq-item:not(:first-child) .rank-math-question {
                margin-top: 24px;
            }
        }
    }

}
/* --------------- Related posts section starts here ----------------- */
.related-posts-section{
    .related-posts-title {
        font-family: 'Manrope',sans-serif;
        font-weight: 700;
        font-size: 32px;
        line-height: 36px;
        color: #051441;
        margin-bottom: 40px !important;
    }
    .blog-head {
        img{
            width: 100%;
            height: auto;
            border-radius: 10px 10px 0 0;
        }
    }
    .blog-body {
        padding: 24px 30px;
        box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
        border-radius: 0 0 10px 10px;
        .body-top {
            display: flex;
            color: #374367;
            gap: 20px;
        }
        .blog-heading {
            font-family: 'Manrope', sans-serif;
            color: rgb(5, 20, 65);
            margin-top: 6px;
            margin-bottom: 25px;
            a {
                font-weight: 600;
                font-size: 22px;
                line-height: 24px;
            }
        }
        .blog-foot {
            padding-top: 23px;
            border-top: 1px solid rgb(230, 232, 236);
            a{
                transition: all .3s ease-in-out;
                i{
                    position: relative;
                    right: 0;
                    transition: all .3s ease-in-out;
                }
                &:hover {
                    color: var(--color-2);
                    i {
                        right: -8px;
                        color: var(--color-2);
                    }
                }
            }
        }

        @media (max-width: 991.98px) {
            .blog-heading a {
                font-size: 15px;
            }
        }

    }
}
/* --------------- Related posts section ends here ----------------- */

/* Responsive */
@media only screen and (min-width:1400px) {
    .taskip-all-blog .single-blog .blog-heading {
        font-size: 20px;
        line-height: 30px;
    }
}
@media only screen and (max-width:1199.98px) {
    /*All Blog Part*/
    .breadcrumb-area.taskip-breadcrumb-area {
        padding:  150px 0 40px 0;
    }
    .taskip-blog-main-heading {
        font-size: 48px;
    }
}
@media only screen and (max-width:991.98px) {
    /*All Blog Part*/
    .taskip-blog-main-heading {
        font-size: 30px;
    }
}
@media only screen and (max-width:425.98px) {
    /*All Blog Part*/
    .breadcrumb-area.taskip-breadcrumb-area {
        padding:  120px 0 46px 0;
    }
    .taskip-blog-main-heading {
        font-size: 22px;
    }
}

.wp-block-rank-math-toc-block {
    margin: 30px 0 30px 0;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #b6ebda;
}

.wp-block-rank-math-toc-block h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
}

.wp-block-table {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
}

.wp-block-table table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
}

.wp-block-table table thead {
    border-bottom: 1px solid #e2e8f0;
}

.wp-block-table table thead tr th {
    background-color: #e7f4ef;
    color: #1e2d4d;
    font-weight: 700;
    font-size: 15px;
    padding: 10px;
    border-top: none;
    border-right: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    text-align: left;
}

.wp-block-table table thead tr th:first-child {
    border-left: none;
}

.wp-block-table table thead tr th:last-child {
    border-right: none;
}

.wp-block-table table tbody tr td {
    padding: 10px;
    border-right: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    color: #374151;
    font-size: 15px;
    line-height: 1.3;
    vertical-align: middle;
}

.wp-block-table table tbody tr td:first-child {
    border-left: none;
}

.wp-block-table table tbody tr td:last-child {
    border-right: none;
}

.wp-block-table table tbody tr:last-child td {
    border-bottom: none;
}

.wp-block-table table tbody tr:nth-child(even) {
    background-color: #f5f9f8;
}

/* ===========================
   Blog Hero Header
   =========================== */
.blog-hero-header {
    padding: 60px 0 48px;
    background: #fff;
}
.blog-hero-header .hero-left {
    padding-right: 40px;
}
.blog-hero-header .hero-title {
    font-size: clamp(32px, 4.5vw, 54px);
    font-weight: 800;
    line-height: 1.1;
    color: #0f172a;
    margin-bottom: 20px;
}
.blog-hero-header .hero-subtitle {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 16px;
}
.blog-hero-header .hero-subtitle p {
    margin-bottom: 8px;
}
.blog-hero-header .hero-last-updated {
    color: #1e293b;
    font-size: 14px;
    margin-bottom: 24px;
}
.blog-hero-header .hero-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--color-2);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    margin-bottom: 20px;
    transition: opacity 0.2s ease;
}
.blog-hero-header .hero-cta-btn:hover {
    background: var(--color-2);
    color: #fff;
    opacity: 0.88;
    text-decoration: none;
}
.blog-hero-header .hero-rating {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}
.blog-hero-header .hero-rating-score {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
}
.blog-hero-header .hero-rating-icon {
    height: 26px;
    width: auto;
    object-fit: contain;
}

/* Reviews Panel */
.blog-hero-header .hero-reviews-panel {
    position: relative;
    border: 2px solid #f43f5e;
    border-radius: 16px;
    padding: 32px 24px 24px;
    background: #fff;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
    max-width: 460px;
    margin-left: auto;
}
.blog-hero-header .hero-reviews-label {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    background: #f43f5e;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 6px 18px;
    border-radius: 50px;
    white-space: nowrap;
    text-transform: uppercase;
}
.blog-hero-header .hero-reviews-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.blog-hero-header .hero-review-card {
    border: 1px solid #f1f5f9;
    border-radius: 12px;
    padding: 16px;
    background: #fff;
}
.blog-hero-header .hero-review-card.review-positive {
    border-color: #d1fae5;
    background: #f0fdf4;
}
.blog-hero-header .hero-review-card.review-negative {
    border-color: #fee2e2;
    background: #fff5f5;
}
.blog-hero-header .review-platform {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}
.blog-hero-header .platform-logo {
    height: 22px;
    width: auto;
    object-fit: contain;
}
.blog-hero-header .platform-name {
    font-size: 14px;
    font-weight: 600;
    color: #1e293b;
}
.blog-hero-header .review-rating {
    display: flex;
    align-items: center;
    gap: 2px;
    margin-bottom: 8px;
}
.blog-hero-header .review-rating .star {
    font-size: 17px;
    color: #fbbf24;
    line-height: 1;
}
.blog-hero-header .review-rating .star.empty {
    color: #d1d5db;
}
.blog-hero-header .review-rating .rating-number {
    font-size: 13px;
    color: #64748b;
    margin-left: 6px;
}
.blog-hero-header .review-text {
    font-size: 14px;
    line-height: 1.65;
    color: #374151;
    font-style: italic;
    margin: 0 0 12px;
}
.blog-hero-header .reviewer-info {
    display: flex;
    align-items: center;
    gap: 10px;
}
.blog-hero-header .reviewer-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #e3f1ec;
    color: #10b981;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    text-transform: uppercase;
}
.blog-hero-header .reviewer-details {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.blog-hero-header .reviewer-name {
    font-size: 13px;
    font-weight: 600;
    color: #1e293b;
    display: block;
}
.blog-hero-header .reviewer-role {
    font-size: 12px;
    color: #64748b;
    display: block;
}

@media (max-width: 991px) {
    .blog-hero-header .hero-left {
        padding-right: 15px;
        margin-bottom: 48px;
    }
    .blog-hero-header .hero-reviews-panel {
        margin-left: 0;
        max-width: 100%;
    }
}

.blog-hero-header .hero-desc-normal {
    color: #1e293b;
}
.blog-hero-header .hero-desc-red {
    color: #e11d48;
    font-weight: 600;
}

.taskip-single-blog-part {
    & .single-blog-body-wraper {
        & .single-blog-body {
           .wp-block-rank-math-toc-block a {
                color: #30263f;
                border-bottom: 1px dotted;
            }
        }
    }
}
