/* Insights */
.insights__section {
    padding: 3rem 0;
}

.insights__se h1 {
    color: #333;
    font-weight: 700;
    padding: 0 0 30px;
}

/* tab */

.insights__tabs {
    display: flex;
    gap: 20px;
    border-bottom: 1px solid #f9f2f2;
}

.inst__tabs {
    border-bottom: 3px solid transparent;
    font-weight: 500;
    color: #8C8C8C;
    font-size: 15px;
    background: transparent;
    text-align: center;
    transition: all 0.3s ease;
    border-radius: 0;
    cursor: pointer;
}

/* .ins__tabover {
    display: none;
} */

.ins__tabover.active {
    display: block;
}

.inst__tabs.active {
    color: #003a70;
    border-bottom: 3px solid #124395;
}

.inst__tabs__contents {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


/* Insight-C -added code */
.ins-ig-brf {
    object-position: top;
}

.ins-ig-brf-bg {
    position: relative;
}

.ins-ig-brf-bg::after {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
}

/* Insights collections */
.Blogs_TOPA {
    padding: 3rem 0 5rem;
}

.Blogs_TpAt {
    border-bottom: 1px solid #f9f2f2;
}

.Blogs_TpAt h2 {
    border-bottom: 3px solid #333;
    width: 350px;
    font-size: 30px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #333;
}

.MidBlogs__ConRight_flex {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2px;
    row-gap: 10px;
    padding: 30px 0px 0;
}

.MidBlogs__ConRight_flex .MidBlogs__ConRight_Colle {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    background: transparent;
    cursor: pointer;
    padding: 20px;
    border-radius: 5px;
    transition: transform 0.4s ease;
}

.MidBlogs__ConRight_flex .MidBlogs__ConRight_Colle .MidBlogs__ImageWrapper {
    overflow: hidden;
    border-radius: 10px;
}

.MidBlogs__ConRight_flex .MidBlogs__ConRight_Colle .MidBlogs__ImageWrapper img {
    width: 100%;
    height: 215px;
    transition: transform 0.4s ease;
    border-radius: 10px;
    object-fit: cover;
    object-position: top;
}

.MidBlogs__ConRight_Colle:hover .MidBlogs__ImageWrapper img {
    transform: scale(1.1);
}

.MidBlogs__ConRight_flex .MidBlogs__ConRight_Colle:hover img {
    transform: scale(1.11);
}

.MidBlogs__ConRight_flex .MidBlogs__ConRight_Colle:hover {
    background: #f9f9f9;
}

.MidBlogs__ConRight_flex .MidBlogs__ConRight_Colle .MidBlogs__ConRight__Ins {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.MidBlogs__ConRight_flex .MidBlogs__ConRight_Colle .MidBlogs__ConRight__Ins h3 {
    height: 50px;
}

.MidBlogs__ConRight_flex .MidBlogs__ConRight_Colle .MidBlogs__ConRight__Ins h3,
.MidBlogs__ConRight_flex .MidBlogs__ConRight_Colle .MidBlogs__ConRight__Ins p {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    line-height: 25px;
    max-width: 100%;
}

.MidBlogs__ConRight_flex .MidBlogs__ConRight_Colle .MidBlogs__ConRight__Ins p {
    font-weight: 400;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}

.MidBlogs__ConRight_flex .MidBlogs__ConRight_Colle .MidBlogs__ConRight__Ins .MidBlogs__Rsub_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.MidBlogs__ConRight_flex .MidBlogs__ConRight_Colle .MidBlogs__ConRight__Ins .MidBlogs__Rsub_flex .MidBlogs__Rsub_flex_sub {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    color: #99a4b1;
    font-weight: 400;
    font-size: 14px;
    align-items: center;
}

.MidBlogs__ConRight_flex .MidBlogs__ConRight_Colle .MidBlogs__ConRight__Ins .MidBlogs__Rsub_flex .MidBlogs__Rsub_flex_sub .Heading {
    color: #0a66c2;
}

.MidBlogs__ConRight_flex .MidBlogs__ConRight_Colle .MidBlogs__ConRight__Ins .MidBlogs__Rsub_flex .BlogsDn_Contents__right svg {
    opacity: 0;
}

.MidBlogs__ConRight_Colle:hover .MidBlogs__ConRight__Ins .MidBlogs__Rsub_flex .BlogsDn_Contents__right svg {
    opacity: 1;
}

/* Insight description show section */

.ins-desct .breadcrumb__Nav .breadcrumb-item {
    font-weight: 500;
}

.ins-desct .breadcrumb__Nav .breadcrumb-item.active {
    color: #333;
}

.ins-desct .breadcrumb-item a {
    color: #0a66c2;
}

.ins-desct .breadcrumb-item a:hover {
    cursor: pointer;
    text-decoration: underline;
}

.ins-desct .breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}

.ins-desct .breadcrumb__Nav .breadcrumb-item+.breadcrumb-item::before {
    content: '\f054';
    font-family: 'Font Awesome 6 Free';
    font-weight: 600;
    padding: 0 0.5rem;
    color: #ccc;
}

.ins_descri_show .jobdetails__back {
    background-color: #f9f9f9;
    color: #333;
}

.ins_descri_show .jobdetails__back:hover {
    background: #eef1fe;
    color: #0a66c2;
}

.ins_descri_show {
    margin: 3rem 0;
}

.ins_top_heads {
    padding: 10px 0 30px 0;
}

.ins_top_heads h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    padding-bottom: 20px;
}

.ins_top_heads p {
    color: #747474;
    font-size: 16px;
}

.ins_top_heads p>span {
    font-weight: 600;
}

ul li:empty,
ol li:empty {
    display: none !important;
}

ul li:has(> br:only-child),
ol li:has(> br:only-child) {
    display: none !important;
}



@media (max-width: 767px) {
    .ins_top_heads h1 {
        font-size: 25px;
        line-height: 30px;
    }
}

.Blog__mids h2 {
    font-size: 25px;
    line-height: 30px;
}


.ins-desct {
    width: 60%;
    margin: 0 auto;
}

.Blog__mids h2 {
    font-size: 20px;
    font-weight: 600;
}

.Blog__mids h2 strong {
    font-weight: 600;
}

.Blog__mids h3 {
    font-size: 18px;
    font-weight: 600;
}

.Blog__mids h3 strong {
    font-weight: 600;
}

.Blog__mids h4,
.Blog__mids h5,
.Blog__mids h6 {
    font-size: 18px;
    font-weight: 500;
}

.Blog__mids h4 strong,
.Blog__mids h5 strong,
.Blog__mids h6 strong {
    font-weight: 500;
}

.Blog__mids ul,
.Blog__mids ol {
    margin: 15px 0;
    padding-left: 40px;
}

.Blog__mids ul li {
    list-style-type: decimal;
    list-style: decimal;
    padding-bottom: 5px;
}

.Blog__mids ol li {
    list-style-type: disc;
    list-style: disc;
    padding-bottom: 5px;
}

.Blog__mids__grids {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    margin: 3rem 0 7rem;
}

.section-heading-line {
    display: flex;
    align-items: center;
    gap: 10px;
}

.section-heading-line h4 {
    font-size: 15px;
    color: #0a66c2;
    font-weight: 600;
    margin: 0;
    white-space: nowrap;

}

.section-heading-line::after {
    content: "";
    width: 60px;
    height: 1px;
    background-color: #dddddd;
}

.Blog__mids__grids .Blog_Left_Details {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 20px;
    padding-left: 10px;
}

.Blog__mids__grids .Blog_Left_Details .Blog_Left_Details_Colle {
    display: flex;
    align-items: center;
    gap: 5px;
}

.Blog__mids__grids .Blog_Left_Details .Blog_Left_Details_Colle svg {
    flex-shrink: 0;
}

.Blog__mids__grids .Blog_Left_Details .Blog_Left_Details_Colle:last-child {
    border: none;
    padding: 0;
}

.Blog__mids__grids .Blog_Left_Details .Blog_Left_Details_Colle span {
    text-transform: uppercase;
    font-weight: 400;
    color: #a49f9f;
}

.Blog__mids__grids .Blog_Left_Details .Blog_Left_Details_Colle h4 {
    color: #333;
    font-size: 15px;
    padding-top: 5px;
}

.Blog_Right_Description .Blogs_Ins_Mid {
    display: block;
    margin: 0;
}

.Blogs_Ins_Mid .Left__Blogs_Ins_Mid p {
    padding: 0;
    color: #353434;
}

.Blogs_Ins_Mid .Left__Blogs_Ins_Mid h2 {
    padding: 30px 0 20px;
    font-weight: 600;
    font-size: 30px;
    color: #333;
}

.Blogs_Ins_Mid .Left__Blogs_Ins_Mid h3 {
    font-size: 20px;
    font-weight: 600;
    color: #4a4a4a;
    padding-top: 20px;
}

.Blogs_Ins_Mid .Left__Blogs_Ins_Mid ul {
    list-style: circle;
    padding: 20px 0px 30px 40px;
    list-style-type: disc;
    color: #353434;
}

.Blogs_Ins_Mid .Left__Blogs_Ins_Mid ul li {
    list-style-type: disc;
    padding: 4px 0;
    color: #353434;
}

.Blogs_Ins_Mid .Left__Blogs_Ins_Mid .Left__Blogs_Ins_Mid_BG {
    overflow: hidden;
}

.Blogs_Ins_Mid .Left__Blogs_Ins_Mid .Left__Blogs_Ins_Mid_BG img {
    width: 100%;
    height: 450px;
    border-radius: 10px;
    object-fit: cover;
    object-position: top;
}

.Blogs_T__Inner_ .MidBlogs__ConRight_flex .MidBlogs__ConRight_Colle {
    width: auto;
}

.Blogs_T__Inner_ .MidBlogs__ConRight_flex .MidBlogs__ConRight_Colle .MidBlogs__ImageWrapper img{
    width: 100%;
    height: 130px;
    border-radius: 10px;
}



@media (min-width: 768px) and (max-width: 991px) {

    .MidBlogs__ConRight_flex {
        grid-template-columns: 1fr 1fr;
    }

    .Blog__mids {
        width: 100%;
    }

    .ins-desct {
        width: 100%;
    }
    .Blogs_T__Inner_ .MidBlogs__ConRight_flex .MidBlogs__ConRight_Colle .MidBlogs__ImageWrapper img{
        height: 215px;
    }
}

@media (max-width: 767px) {
    .Blogs_T__Inner_ .MidBlogs__ConRight_flex .MidBlogs__ConRight_Colle .MidBlogs__ImageWrapper img{
        height: 215px;
    }
    .ins-desct {
        width: 100%;
    }

    .insights__tabs {
        flex-wrap: wrap;
        column-gap: 5px;
        row-gap: 10px;
        border: none;
        padding-bottom: 25px;
    }

    .inst__tabs {
        border: none;
        background: transparent;
        padding: 5px 20px;
        border-radius: 20px;
    }

    .inst__tabs.active {
        border: none;
        background: #eef1fe;
    }

    .Blogs__ConGrid,
    .MidBlogs__ConRight_flex {
        grid-template-columns: 1fr;
    }

    .inst__tabs.active {
        border: none;
        background: #eef1fe;
    }

    .Blog__mids {
        width: 100%;
    }

    .Blogs_Ins_Mid .Left__Blogs_Ins_Mid h2 {
        font-size: 20px;
    }

    .Blog__mids__grids {
        margin: 3rem 0 4rem;
    }

}


/* Latest insights */

.Blogs__Related_Art {
    display: flex;
    align-items: center;
    gap: 10px;
}

.Blogs__Related_Art h2 {
    font-size: 24px;
    color: #4e4e4e;
    font-weight: 600;
    margin: 0;
    white-space: nowrap;

}

.Blogs__Related_Art::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: #dddddd;
}

.ins__latest_bshow {
    position: relative;
}

.ins__latest_bshow::after {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.ins__latest_bshow img {
    transition: transform 0.4s ease;
    object-position: top;
}


/* Pagination */
.pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.pagination button {
    padding: 8px 15px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
}

.pagination button:hover {
    background: #f0f0f0;
}

.page-numbers {
    display: flex;
    gap: 10px;
    align-items: center;
}

.page-numbers span {
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.page-numbers span.active {
    background: #333;
    color: #fff;
    font-weight: bold;
}

.page-numbers span:hover {
    background: #ddd;
}

.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}


.catpagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.catpagination button {
    padding: 8px 15px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
}

.catpagination button:hover {
    background: #f0f0f0;
}

.catpage-numbers {
    display: flex;
    gap: 10px;
    align-items: center;
}

.catpage-numbers span {
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.catpage-numbers span.active {
    background: #333;
    color: #fff;
    font-weight: bold;
}

.catpage-numbers span:hover {
    background: #ddd;
}

.catdisabled {
    opacity: 0.5;
    cursor: not-allowed;
}