/*
Theme Name: Notebrains Child Theme
Theme URI: https://wordpress.org/themes/notebrains/
Template: notebrains
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.8.1680773898

*/

.new_card {
    background: #fff;
    box-shadow: 0 0 40px rgba(51, 51, 51, 0.1);
    padding: 10px 18px;
    width: 49%;
}

div#accordion_two {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}



.error-404 {
    text-align: center;
    padding: 50px 20px;
    background-color: #f9f9f9;
}

.error-404 .page-title {
    font-size: 48px;
    color: #333;
    margin-bottom: 20px;
}

.error-404 p {
    font-size: 18px;
    color: #666;
    margin-bottom: 30px;
}

.search-404 input[type="text"] {
    width: 50%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-right: 10px;
}

.search-404 button {
    padding: 10px 20px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.search-404 button:hover {
    background-color: #005982;
}

.popular-links h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
}

.popular-links ul {
    list-style: none;
    padding: 0;
}

.popular-links ul li {
    margin-bottom: 10px;
}

.popular-links ul li a {
    text-decoration: none;
    color: #0073aa;
}

.popular-links ul li a:hover {
    text-decoration: underline;
}

.back-to-home .btn {
    text-decoration: none;
    background-color: #0073aa;
    color: #fff;
    padding: 0px 20px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 20px;
}

.back-to-home .btn:hover {
    background-color: #005982;
}

.owl-carousel .owl-nav.disabled {
    display: none !important;
}

.kv-lt-blog .post-author {
    gap: 10px;
}

.offcanvas-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.offcanvas-navigation ul.sub-menu {
    display: none;
    /* Hide submenus by default */
    position: absolute;
    top: 100%;
    left: 0;
}

.offcanvas-navigation li.has-children:hover>ul.sub-menu {
    display: block;
    /* Show submenu on hover */
}

.offcanvas-navigation .submenu-toggle {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    margin-left: 10px;
}

.offcanvas-navigation .sub-menu {
    display: none;
    /* Hide submenu by default */
    position: relative;
    padding-left: 20px;
}

.offcanvas-navigation .submenu-toggle[aria-expanded="true"]+.sub-menu {
    display: block;
    /* Show submenu when toggled */
}

.mobile-menu-overlay__body .offcanvas-navigation>ul>li.has-children .sub-menu,
.page-oppen-off-sidebar__body .offcanvas-navigation>ul>li.has-children .sub-menu {
    padding: 0px 0 14px 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}


.offcanvas-navigation ul.sub-menu {

    position: relative;
}

.submenu-toggle {
    display: none;
}








/* Blog list page */


.blog-page-custom-banner {
    position: relative;
    padding: 40px 0px;
}

.blog-page-banner {
    max-width: 1050px !important;
}

.blog-page-banner h1,
.blog-page-banner p,
.blog-page-banner .banner-icon-heading {
    color: #fff !important;
    width: 100% !important;
}

.blog-page-banner .banner-icon-sub-heading {
    font-size: 14px !important;
    line-height: 1.2rem !important;
    margin-top: 0px;
    font-weight: 400 !important;

}


@media (min-width: 1200px) and (max-width: 1600px) {
    .blog-page-banner .banner-icon-sub-heading {
        font-size: 12px !important;
        max-width: 130px;
    }
}

.nb-26-06-blog-sidebar {
    position: sticky;
    top: 100px;
}

.nb-26-06-blog-post-card {
    display: flex;
    gap: 14px;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #eee;
}

.nb-26-06-blog-post-card img {
    width: 140px;
    height: 120px;
    object-fit: cover;
}

.nb-26-06-blog-post-card .content {
    padding: 12px;
}

.nb-26-06-blog-search {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    border: 1px solid #F1F5F9;
    box-shadow: 0px 1px 7.2px 0px #00000033;
}

.nb-26-06-blog-search-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    color: #292D32;
    margin-bottom: 20px;

}

.nb-26-06-blog-search .input-group {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    box-shadow: 0px 1px 9.6px 0px #0000001A;
    border-radius: 10px;
    overflow: hidden;
}

.nb-26-06-blog-search .input-group input::placeholder {
    font-size: 13px;
}

.nb-26-06-blog-search .input-group input {
    border: none !important;
    background: transparent !important;
}

.nb-26-06-blog-search .input-group button {
    border: none !important;
    background: transparent;
    padding: 8px 20px
}

.nb-26-06-blog-search .input-group button:hover {
    background-color: #086AD8;
    color: #fff;
}



.nb-26-06-blog-search .input-group input:focus {
    border: none !important;
    box-shadow: none !important;
}


.nb-26-06-blog-newsletter {
    padding: 20px;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, #3B82F6 0%, #4F46E5 100%);
    box-shadow: 0px 2px 4px -2px #0000001A,
        0px 4px 6px -1px #0000001A;
    margin-bottom: 22px;
}

.nb-26-06-blog-newsletter-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    margin-bottom: 12px;
    color: #fff;
}

.nb-26-06-blog-newsletter-desc {
    font-size: 14px;
    line-height: 20px;
    color: #DBEAFE;
    margin-bottom: 16px;
}

.nb-26-06-blog-newsletter-input {
    background: #fff;
    border: 1px solid #A2A2A2 !important;
    /* box-shadow: 0px 1px 9.6px 0px #0000001A; */
    border-radius: 6px !important;
}

.nb-26-06-blog-newsletter-button {
    /* background: #034FA5; */
    display: inline-block;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.nb-26-06-blog-newsletter-button:hover {
    background: #fff;
    color: #086AD8;
}


.nb-26-06-blog-newsletter-input::placeholder {
    font-size: 13px;
}

.nb-26-06-blog-newsletter-footer {
    font-size: 12px;
    line-height: 20px;
    color: #DBEAFE;
}

.nb-26-06-blog-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.nb-26-06-blog-tags a {
    background: #F8FAFC;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 13px;
    text-decoration: none;
    color: #4B4B4B;
    border: 1px solid #E2E8F0;
}

.nb-26-06-blog-tags a.active_cat {
    background: #E5F0FC;
    color: #086AD8;
    border-color: #086AD8;
}





@media(max-width:767px) {

    .nb-26-06-blog-sidebar {
        position: relative;
        top: auto;
    }

    .nb-26-06-blog-post-card {
        flex-direction: column;
    }

    .nb-26-06-blog-post-card img {
        width: 100%;
        height: 200px;
    }
}




.nb-26-06-blog .nb-26-06-blog-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    /* max-height: 387px;
    height: 100%; */
    height: auto;
    cursor: pointer;
}

.nb-26-06-blog .nb-26-06-blog-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.nb-26-06-blog .nb-26-06-blog-card:hover img {
    transform: scale(1.08);
}

.nb-26-06-blog .nb-26-06-blog-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, .9) 5%,
            rgba(0, 0, 0, .45) 45%,
            rgba(0, 0, 0, .1) 100%);
}

.nb-26-06-blog .nb-26-06-blog-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 22px;
    color: #fff;
    z-index: 2;
}

.nb-26-06-blog .nb-26-06-blog-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    background: #086AD8;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 30px;
    letter-spacing: .4px;
    z-index: 3;
}

.nb-26-06-blog .nb-26-06-blog-title a {
    font-size: 32px;
    line-height: 100%;
    font-weight: 700;
    margin-bottom: 12px;
    text-decoration: none;
    color: #fff;
    transition: .3s;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-decoration-thickness: 2px;
    transition: text-decoration-color 0.4s ease;
}

.nb-26-06-blog .nb-26-06-blog-lg .nb-26-06-blog-title a {
    font-size: 32px;
    margin-bottom: 16px;
    text-decoration: none;
    color: #fff;
    transition: .3s;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-decoration-thickness: 2px;
    transition: text-decoration-color 0.4s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 100%;
    max-height: calc(1.5em * 2);
    /* 2 lines */
}

.nb-26-06-blog .nb-26-06-blog-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-height: calc(1.5em * 2);
    /* 2 lines */
}

@media(max-width:768px) {
    .nb-26-06-blog .nb-26-06-blog-lg .nb-26-06-blog-title a {
        font-size: 26px;
    }

    .nb-26-06-blog .nb-26-06-blog-title a {
        font-size: 26px;
    }

}

.nb-26-06-blog-card:hover .nb-26-06-blog-title a,
.nb-26-06-blog-card:hover .nb-26-06-blog-lg .nb-26-06-blog-title a {
    text-decoration-color: #fff;
}

.nb-26-06-blog .nb-26-06-blog-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #ececec;
    margin-bottom: 18px;
}

.nb-26-06-blog .nb-26-06-blog-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nb-26-06-blog .nb-26-06-blog-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    /* background: #e5e5e5; */
    flex-shrink: 0;
    overflow: hidden;
}

.nb-26-06-blog .nb-26-06-blog-name {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 3px;
}

.nb-26-06-blog .nb-26-06-blog-meta {
    font-size: 12px;
    color: #d4d4d4;
}

.nb-26-06-blog .nb-26-06-blog-small {
    /* max-height: 220px; */
    height: auto;
}

.nb-26-06-blog .nb-26-06-blog-small .nb-26-06-blog-content {
    padding: 18px;
}

.nb-26-06-blog .nb-26-06-blog-small .nb-26-06-blog-meta {
    color: #d9d9d9;
}

.nb-26-06-blog .nb-26-06-blog-meta i {
    margin-right: 4px;
}

@media(max-width:768px) {

    .nb-26-06-blog .nb-26-06-blog-lg {
        /* min-height: 450px; */
        margin-bottom: 24px;
    }

    .nb-26-06-blog .nb-26-06-blog-title {
        font-size: 18px;
    }

    .nb-26-06-blog .nb-26-06-blog-lg .nb-26-06-blog-title {
        font-size: 24px;
    }
}

@media(max-width:575px) {

    .nb-26-06-blog .nb-26-06-blog-lg {
        /* min-height: 400px; */
    }

    .nb-26-06-blog .nb-26-06-blog-lg .nb-26-06-blog-title {
        font-size: 22px;
    }

    .nb-26-06-blog .nb-26-06-blog-desc {
        font-size: 14px;
    }
}


.nb-26-06-category-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 32px 0px 20px 0px;
    flex-wrap: wrap;
    gap: 15px;
}

.nb-26-06-category-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    color: #0F172A;
}

.nb-26-06-category-link {
    text-decoration: none;
    color: #086AD8;
    font-size: 14px;
    font-weight: 500;
}

@media(max-width:768px) {

    .nb-26-06-category-link {
        font-size: 12px;
    }
}

.nb-26-06-category-link i {
    margin-left: 5px;
}

.nb-26-06-category-card {
    display: block;
    text-decoration: none;
    background: #F8FAFC;
    border-radius: 12px;
    padding: 20px 15px;
    text-align: center;
    height: 100%;
    /* box-shadow: 0 2px 12px rgba(0, 0, 0, .08); */
    transition: .3s;
    border: 1px solid #F1F5F9;
    box-shadow: 2px 2px 11.3px 0px #00000026;
}

.nb-26-06-category-card:hover {
    transform: translateY(-5px);
}

.nb-26-06-category-card.active_cat {
    transform: translateY(-5px);
    border-color: #086AD8;
    background-color: #E5F0FC;
}

.nb-26-06-category-icon {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-size: 20px;
}

/* Colors using nth-child */

.col-lg-2:nth-child(1) .nb-26-06-category-icon {
    background: #dbeafe;
    color: #2563eb;
}

.col-lg-2:nth-child(2) .nb-26-06-category-icon {
    background: #f3e8ff;
    color: #9333ea;
}

.col-lg-2:nth-child(3) .nb-26-06-category-icon {
    background: #dcfce7;
    color: #16a34a;
}

.col-lg-2:nth-child(4) .nb-26-06-category-icon {
    background: #ffedd5;
    color: #ea580c;
}

.col-lg-2:nth-child(5) .nb-26-06-category-icon {
    background: #e0f2fe;
    color: #0284c7;
}

.col-lg-2:nth-child(6) .nb-26-06-category-icon {
    background: #fce7f3;
    color: #e11d48;
}

.nb-26-06-category-name {
    font-size: 12px;
    font-weight: 700;
    color: #000;
    line-height: 15px;
    margin-bottom: 4px;
}

.nb-26-06-category-count {
    color: #4B4B4B;
    font-size: 12px;
}

@media(max-width:767px) {

    .nb-26-06-category-title {
        font-size: 18px;
    }

    .nb-26-06-category-name {
        font-size: 12px;
    }
}

@media(max-width:767px) {

    .nb-26-06-category-title {
        font-size: 18px;
    }

    .nb-26-06-category-heading {
        /* flex-direction: column; */
        align-items: flex-start;
    }
}


.nb-26-06-latest-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 32px 0px 20px 0px;
    flex-wrap: wrap;
}

.nb-26-06-latest-title {
    font-size: 22px;
    font-weight: 700;
    color: #0F172A;
}

.nb-26-06-view-all {
    text-decoration: none;
    color: #086AD8;
    font-weight: 500;
    font-size: 14px;
    /* transition: .3s; */
}

.nb-26-06-view-all i {
    margin-left: 5px;
}

@media(max-width:767px) {

    .nb-26-06-view-all {
        font-size: 12px;
    }
}

.nb-26-06-tabs .nav-link {
    border: 1px solid #e5e7eb;
    background: #fff;
    color: #4B4B4B;
    padding: 4px 20px;
    margin-right: 10px;
    font-size: 14px;
    border-radius: 30px;
    /* text-transform: uppercase; */
    font-weight: 500;
    margin-bottom: 10px;
}

.nb-26-06-tabs .nav-link.active {
    background: #0d6efd;
    color: #fff;
}

.nb-26-06-article {
    display: flex;
    gap: 18px;
    align-items: flex-start;
}

.nb-26-06-article a img {
    width: 140px;
    /* height: 155px; */
    object-fit: cover;
    border-radius: 12px;
    flex-shrink: 0;
}

@media(max-width:500px) {
    .nb-26-06-article a img {
        width: 100px;
        /* height: 100px; */

    }
}

.nb-26-06-article-content {
    flex: 1;
}

.nb-26-06-badge {
    background: #E5F0FC;
    color: #033977;
    font-size: 9px;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 30px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 10px;
}

.nb-26-06-badge.cloud {
    background: #e0f2fe;
    color: #0284c7;
}

.nb-26-06-article-title a {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 5px;
    color: #0F172A;
    text-decoration: none;
    transition: .3s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.nb-26-06-article-title a:hover {
    color: #086AD8;
}

.nb-26-06-article-desc {
    color: #4B4B4B;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.nb-26-06-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #494747;
    font-size: 12px;
    flex-wrap: wrap;
}

.nb-26-06-meta-author {
    color: #4B4B4B;
    font-weight: 500;
    font-size: 12px;
}

.nb-26-06-meta img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

@media(max-width:500px) {

    /* .nb-26-06-article {
        flex-direction: column;
    } */

    /* .nb-26-06-article a img {
        width: 100%;
        height: 220px;
    } */

    .nb-26-06-latest-title {
        font-size: 18px;
    }
}

.nb-26-06-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 40px;
}

.nb-26-06-page-item {
    width: 39px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    color: #086AD8;
    background: #fff;
    /* border: 1px solid #e5e7eb; */
    /* border: 0.2px solid #86BFFF; */
    border-radius: 6px;
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, .08); */
    transition: all .3s ease;
    box-shadow: 1px 1px 4px 0px #00000040;
}

.nb-26-06-page-item:hover {
    background: #eff6ff;
    border-color: #bfdbfe;
    color: #2563eb;
}

.nb-26-06-page-item.active {
    background: #E5F0FC;
    color: #2563eb;
    /* border-color: #2563eb; */
    border: none;
}

.nb-26-06-page-item i {
    font-size: 11px;
}


.nb-26-06-blog-page-trending {
    background: #ffffff;
    /* border: 1px solid #ececec; */
    border: 1px solid #F1F5F9;
    border-radius: 12px;
    padding: 20px;
    /* box-shadow: 0 2px 12px rgba(0, 0, 0, .05); */
    box-shadow: 2px 2px 13px 0px #0000001A;
    margin-bottom: 20px;
}

.nb-26-06-blog-page-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 20px;
}

.nb-26-06-blog-page-header i {
    color: #ff6b00;
    font-size: 18px;
}

.nb-26-06-blog-page-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.nb-26-06-blog-page-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

.nb-26-06-blog-page-number {
    min-width: 24px;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    color: #8b8b8b;
}

.nb-26-06-blog-page-content {
    flex: 1;
}

.nb-26-06-blog-page-title {
    display: block;
    text-decoration: none;
    color: #1f2937;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    transition: .3s ease;
}

.nb-26-06-blog-page-title:hover {
    color: #2563eb;
}

.nb-26-06-blog-page-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 4px;
    font-size: 12px;
    color: #4B4B4B;
}

.nb-26-06-blog-page-category {
    color: #086AD8;
    font-weight: 500;
}

.nb-26-06-blog-page-dot {
    color: #4B4B4B;
}

.nb-26-06-blog-page-footer {
    border-top: 1px solid #ededed;
    margin-top: 20px;
    padding-top: 10px;
    text-align: center;
}

.nb-26-06-blog-page-view-all {
    text-decoration: none;
    color: #2563eb;
    font-size: 14px;
    font-weight: 500;
    transition: .3s ease;
}

@media(max-width:768px) {
    .nb-26-06-blog-page-view-all {
        font-size: 12px;
    }
}

.nb-26-06-blog-page-view-all:hover {
    color: #0d47c7;
}

.nb-26-06-blog-page-view-all i {
    margin-left: 6px;
    font-size: 12px;
}

@media(max-width:767px) {

    .nb-26-06-blog-page-title {
        font-size: 14px;
    }

    .nb-26-06-blog-page-number {
        font-size: 20px;
    }

    .nb-26-06-blog-page-header {
        font-size: 20px;
    }
}


.nb-26-06-blog-popular-tags {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #F1F5F9;
    box-shadow: 2px 2px 13px 0px #0000001A;
    margin-bottom: 20px;
}

.nb-26-06-blog-popular-tags-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #111827;
    margin-bottom: 12px;
}

.nb-26-06-blog-popular-tags .nb-26-06-blog-tags {
    gap: 8px;
    margin-top: 20px;
}


.nb-26-06-blog-hire-box {
    background: linear-gradient(106.09deg, #023269 0.19%, #523390 99.81%);

    color: #fff;
    border-radius: 12px;
    padding: 32px;
}

@media(max-width:991px) {
    .nb-26-06-blog-hire-box {
        padding: 20px;
    }
}

.nb-26-06-blog-hire-box-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 12px;
}

.nb-26-06-blog-hire-box-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #C0C0C0;
    margin-bottom: 12px;
}

.nb-26-06-blog-hire-box-btn {
    display: inline-block;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.nb-26-06-blog-hire-box-btn:hover {
    background: #fff;
    color: #086AD8;
    border-color: #fff;
}


.nb-26-06-blog-contribution {
    background: #F8FAFC;
    border-radius: 12px;
    padding: 24px;
    border: 1px solid #E2E8F0;
    /* box-shadow: 2px 2px 13px 0px #0000001A; */
    margin-top: 30px;
}

.nb-26-06-blog-contribution-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

@media(max-width:991px) {
    .nb-26-06-blog-contribution-inner {
        flex-direction: column;
        justify-content: center;
    }
}

.nb-26-06-blog-contribution-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid #F1F5F9;
    box-shadow: 0px 1px 2px 0px #0000000D;
    flex-shrink: 0;
}

.nb-26-06-blog-contribution-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #111827;
    margin-bottom: 4px;
}

.nb-26-06-blog-contribution-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #4B4B4B;
    margin-bottom: 0px;
}

.nb-26-06-blog-contribution-action a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #086AD8;
    color: #fff;
    padding: 8px 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.nb-26-06-blog-contribution-action a:hover {
    color: #fff;
}


.nb-26-06-blog-cta-section {
    margin-top: 30px;
}

.nb-26-06-blog-cta-inner {
    border-radius: 12px;
    background: linear-gradient(90deg, #023269 0%, #523390 100%);
    padding: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}



.nb-26-06-blog-cta-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #086AD8;
    position: relative;
    z-index: 10;
    box-shadow: 0px 4px 6px -4px #2563EB80,
        0px 10px 15px -3px #2563EB80;
    flex-shrink: 0;

}

@media(max-width:1199px) {
    .nb-26-06-blog-cta-inner {
        padding: 30px;
        flex-direction: column
    }

    .nb-26-06-blog-cta-icon {
        width: 54px;
        height: 54px;
    }
}

.nb-26-06-blog-cta-icon svg {
    color: #fff;
}

.nb-26-06-blog-cta-content {
    max-width: 580px;
}

.nb-26-06-blog-cta-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 10px;
}

.nb-26-06-blog-cta-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #E2E1E1;
    margin-bottom: 0px;
}

.nb-26-06-blog-cta-btn-one {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #fff;
    color: #086AD8;
    padding: 10px 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    width: fit-content;
    border: 1px solid #fff;
}

.nb-26-06-blog-cta-btn-one:hover {
    background: transparent;
    color: #fff;

}

.nb-26-06-blog-cta-btn-two {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    width: fit-content;
}

.nb-26-06-blog-cta-btn-two:hover {
    background: #fff;
    color: #086AD8;
}

.nb-26-06-blog-sidebar-search {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #F1F5F9;
    box-shadow: 2px 2px 13px 0px #0000001A;
    margin-bottom: 20px;
}

.nb-26-06-blog-sidebar-search-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #111827;
    margin-bottom: 12px;
}

.nb-26-06-blog-sidebar-search-field {
    position: relative;
}

.nb-26-06-blog-sidebar-search-field input {
    width: 100%;
    border: 1px solid #E2E8F0;
    background: #fff;
    padding: 10px 20px;
    padding-right: 40px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    color: #111827;
    border-radius: 6px;
    outline: none;
    transition: all 0.3s ease;
}

.nb-26-06-blog-sidebar-search-field input:focus {
    border-color: #2563EB;
}

.nb-26-06-blog-sidebar-search-field button {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #64748B;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nb-26-06-blog-sidebar-search-field button:hover {
    color: #2563EB;
}

@media(max-width:767px) {
    .nb-26-06-blog-cta-inner {
        padding: 24px 20px 28px;
        text-align: center;
    }


    .nb-26-06-blog-cta-action {
        margin: 0 auto;
    }

    .nb-26-06-blog-cta-icon {
        margin: 0 auto;
        margin-bottom: 12px;
    }

    .nb-26-06-blog-cta-title {
        font-size: 18px;
    }
}

/* Sitemap Styles */
.sitemap-section {
    background-color: #f8fafc;
}

.sitemap-box {
    margin-top: 20px;
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    height: 100%;
    border: 1px solid #F1F5F9;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sitemap-box:hover {
    transform: translateY(-5px);
    box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.08);
}

.sitemap-title {
    font-size: 20px;
    font-weight: 700;
    color: #0F172A;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #E2E8F0;
    display: flex;
    align-items: center;
}

.sitemap-title i {
    color: #086AD8;
    margin-right: 12px;
    font-size: 20px;
}

.sitemap-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sitemap-list li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 20px;
}

.sitemap-list li::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 2px;
    color: #086AD8;
    font-size: 14px;
}

.sitemap-list li a {
    color: #475569;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.3s ease, padding-left 0.3s ease;
    display: inline-block;
}

.sitemap-list li a:hover {
    color: #086AD8;
    padding-left: 5px;
}

.sitemap-list ul.children {
    list-style: none;
    padding-left: 20px;
    margin-top: 10px;
}

.sitemap-list ul.children li::before {
    content: "\f111";
    font-size: 8px;
    top: 6px;
    color: #94A3B8;
}

@media(max-width:767px) {
    .sitemap-title {
        font-size: 18px;
    }

    .sitemap-box {
        padding: 20px;
    }
}

.article-card .article-image .brand-overlay {
    text-transform: capitalize;
}

li.disabled>a:first-of-type {
    pointer-events: none;
    cursor: default;
}

#custom-contact-form button {
    width: 100% !important;
}

.linklist li a:hover .icon-circle svg {
    transform: translateX(0px);
}




/* single post */

        /* ===== Top category strip ===== */
        .nb-26-blog-details-page-topstrip {
            background: #161a20;
            color: #c9ced6;
            font-size: 13px;
            padding: 10px 0;
        }

        .nb-26-blog-details-page-topstrip a {
            color: #ffd43b;
            text-decoration: none;
            font-weight: 600;
        }

        /* ===== Category badge ===== */
        .nb-26-blog-details-page-category {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: #086AD8;
            color: #ffffff;
            font-weight: 600;
            font-size: 13px;
            padding: 7px 16px;
            border-radius: 30px;
        }

        .nb-26-blog-details-page-category i {
            color: #fff;
        }

        .nb-26-blog-details-page-readtime {
            color: #6b7280;
            font-size: 14px;
            font-weight: 500;
        }

        .nb-26-blog-details-page-readtime i {
            color: #306998;
            margin-right: 6px;
        }

        /* ===== Title ===== */
        .nb-26-blog-details-page-title {
            /* color: #12151a; */
            /* font-weight: 800; */
            font-size: clamp(28px, 4vw, 42px);
            line-height: 1.2;
        }

        .nb-26-blog-details-page-dek {
            color: #4a4f58;
            font-size: 18px;
            line-height: 1.6;
        }

        /* ===== Author row ===== */
        .nb-26-blog-details-page-avatar {
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background: linear-gradient(180deg, #0276FA 0%, #005BC4 100%);
            color: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-family: 'Poppins', sans-serif;
            font-size: 16px;
        }

        .nb-26-blog-details-page-author-name {
            color: #161a20;
            font-weight: 700;
            font-size: 14.5px;
        }

        .nb-26-blog-details-page-author-date {
            color: #6b7280;
            font-size: 13px;
        }

        /* ===== Featured image ===== */
        .nb-26-blog-details-page-featured-img {
            width: 100%;
            /* max-height: 450px; */
            border-radius: 16px;
            object-fit: cover;
            box-shadow: 0 20px 40px -18px rgba(48, 105, 152, 0.35);
        }

        .nb-26-blog-details-page-inline-img {
            width: 100%;
            border-radius: 14px;
            margin: 8px 0 6px;
            /* max-height: 450px; */
        }

        .nb-26-blog-details-page-caption {
            color: #8a8f99;
            font-size: 13px;
            font-style: italic;
            margin-bottom: 15px;
        }

        /* ===== Article body ===== */
        .nb-26-blog-details-page-body-card {
            background: #ffffff;
            border-radius: 18px;
            padding: clamp(20px, 4vw, 48px);
            box-shadow: 0 4px 26px rgba(20, 30, 50, 0.05);
        }

        .nb-26-blog-details-page-body p {
            color: #33373f;
            font-size: 16.5px;
            line-height: 1.9;
            margin-bottom: 5px;
        }

        .nb-26-blog-details-page-body h3 {
            /* font-family: 'Poppins', sans-serif; */
            /* font-weight: 700; */
            color: #333;
            font-size: 24px;
            margin-top: 24px;
            margin-bottom: 14px;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .nb-26-blog-details-page-body h3 .num {
            background: #086AD8;
            color: #fff;
            width: 34px;
            height: 34px;
            border-radius: 10px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 15px;
            flex-shrink: 0;
        }

        .nb-26-blog-details-page-body ul {
            margin-bottom: 22px;
            padding-left: 0;
            list-style: none;
        }

        .nb-26-blog-details-page-body ul li {
            color: #33373f;
            font-size: 16px;
            line-height: 1.7;
            padding-left: 30px;
            position: relative;
            margin-bottom: 10px;
        }

        .nb-26-blog-details-page-body ul li::before {
            content: '\f121';
            font-family: 'Font Awesome 6 Free';
            font-weight: 900;
            color: #306998;
            position: absolute;
            left: 0;
            top: 2px;
            font-size: 13px;
        }

        .nb-26-blog-details-page-body pre {
            background: #161a20;
            color: #e9edf2;
            border-radius: 12px;
            padding: 20px 22px;
            font-size: 14px;
            line-height: 1.7;
            overflow-x: auto;
            margin: 24px 0;
        }

        .nb-26-blog-details-page-body pre .kw {
            color: #ffd43b;
        }

        .nb-26-blog-details-page-body pre .str {
            color: #7ee787;
        }

        .nb-26-blog-details-page-body pre .cmt {
            color: #7d8590;
        }

        .nb-26-blog-details-page-body blockquote {
            border-left: 4px solid #086AD8;
            background: #0d6efd24;
            padding: 18px 22px;
            color: #4a4020;
            font-style: italic;
            font-size: 17px;
            border-radius: 0 12px 12px 0;
            margin: 28px 0;
        }

        /* ===== Sidebar ===== */
        .nb-26-blog-details-page-sidebar-card {
            border: none;
            border-radius: 16px;
            padding: 0px 22px;
            /* background: #ffffff; */
            /* box-shadow: 0 4px 22px rgba(20, 30, 50, 0.05); */
        }

        .nb-26-blog-details-page-toc-list li:last-child {
                margin-bottom: 0;
            }

        .nb-26-blog-details-page-sidebar-title {
            font-weight: 600;
            color: #333;
            font-size: 18px;
            /* text-transform: uppercase; */
            /* letter-spacing: 0.03em; */
            margin-bottom: 10px;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .nb-26-blog-details-page-sidebar-title i {
            color: #086AD8;
        }

        .nb-26-blog-details-page-toc-list {
            list-style: none;
            padding: 0;
            margin: 0;
            counter-reset: toc;
        }

        .nb-26-blog-details-page-toc-list li {
            margin-bottom: 14px;
            counter-increment: toc;
        }

        .nb-26-blog-details-page-toc-list a {
            color: #33373f;
            text-decoration: none;
            font-size: 14.5px;
            font-weight: 500;
            display: flex;
            gap: 10px;
            line-height: 1.4;
            transition: color 0.15s ease;
        }

        .nb-26-blog-details-page-toc-list a:hover {
            color: #086AD8;
        }

        .nb-26-blog-details-page-toc-list a::before {
            content: "➤";
            /* background: #0d6efd26; */
            color: #086AD8;
            font-family: 'Poppins', sans-serif;
            font-weight: 700;
            font-size: 14px;
            /* width: 22px; */
            /* height: 22px; */
            /* border-radius: 6px; */
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }

        .nb-26-blog-details-page-social-icon {
            width: 38px;
            height: 38px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            text-decoration: none;
            font-size: 15px;
            transition: transform 0.15s ease, opacity 0.15s ease;
        }

        .nb-26-blog-details-page-social-icon:hover {
            transform: translateY(-3px);
            opacity: 0.9;
            color: #ffffff;
        }

        .nb-26-blog-details-page-social-fb {
            background: #086AD8;
        }

        .nb-26-blog-details-page-social-ig {
            background: #c2185b;
        }

        .nb-26-blog-details-page-social-pin {
            background: #e60023;
        }

        .nb-26-blog-details-page-social-in {
            background: #0a66c2;
        }

        .nb-26-blog-details-page-social-x {
            background: #111111;
        }

        .nb-26-blog-details-page-social-link {
            background: #306998;
        }

        .nb-26-blog-details-page-related-item {
            display: flex;
            gap: 12px;
            text-decoration: none;
            padding: 10px 0;
            border-bottom: 1px solid #f0f2f5;
        }

        .nb-26-blog-details-page-related-item:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }

        .nb-26-blog-details-page-related-thumb {
            width: 64px;
            height: 64px;
            border-radius: 10px;
            object-fit: cover;
            flex-shrink: 0;
        }

        .nb-26-blog-details-page-related-cat {
            color: #086AD8;
            font-size: 11px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.03em;
        }

        .nb-26-blog-details-page-related-title {
            color: #161a20;
            font-size: 14px;
            font-weight: 600;
            line-height: 1.35;
        }

        .nb-26-blog-details-page-author-card {
            text-align: center;
        }

        .nb-26-blog-details-page-author-card .nb-26-blog-details-page-avatar-lg {
            width: 72px;
            height: 72px;
            margin: 0 auto 14px;
            font-size: 22px;
        }

        .nb-26-blog-details-page-author-card p {
            color: #6b7280;
            font-size: 13.5px;
            margin-bottom: 16px;
        }

        .nb-26-blog-details-page-follow-btn {
            background: #086AD8;
            color: #ffffff;
            border: none;
            border-radius: 30px;
            padding: 9px 24px;
            font-weight: 600;
            font-size: 13.5px;
            transition: background 0.15s ease;
        }

        .nb-26-blog-details-page-follow-btn:hover {
            background: #086AD8;
            color: #fff;
        }

        .nb-26-blog-details-page-tags .badge {
            background: #0d6efd1a;
            color: #086AD8;
            font-weight: 600;
            font-size: 12.5px;
            padding: 8px 14px;
            border-radius: 20px;
            margin-right: 8px;
            margin-bottom: 8px;
            display: inline-block;
        }


        .nb-26-blog-details-page-read-time {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #6c757d;
    font-size: 14px;
    font-weight: 500;
}

.nb-26-blog-details-page-share-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0px 12px;
    border: 1px solid #086AD8;
    border-radius: 50px;
    background: #fff;
    color: #086AD8;
    font-weight: 600;
    transition: .3s;
    font-size: 13px;
}

.nb-26-blog-details-page-share-btn:hover {
    background: #086AD8;
    color: #fff;
}

.nb-26-blog-details-page-action-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #dee2e6;
    background: #fff;
    color: #495057;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    font-size: 13px;
}

.nb-26-blog-details-page-action-btn:hover {
    background: #086AD8;
    border-color: #086AD8;
    color: #fff;
}

@media (max-width: 767px) {
    .nb-26-blog-details-page-share-btn {
        padding: 0px 14px;
    }

    .nb-26-blog-details-page-read-time {
        font-size: 12px;
    }
}
        @media (min-width: 992px) {
            .nb-26-blog-details-page-sticky {
                position: sticky;
                top: 110px;
            }
        }


        /* Scroll 30px above the heading */
.nb-26-blog-details-page-body h3 {
    scroll-margin-top: 90px; /* Change to 70px, 80px, etc. if needed */
}

/* TOC Active State */
.nb-26-blog-details-page-toc-list li.active a {
    color: #086AD8;
    font-weight: 700;
}

.nb-26-blog-details-page-toc-list li.active a::before {
    color: #086AD8;
}

.nb-26-blog-details-page-toc-list li.active {
    transform: translateX(4px);
}

.nb-26-blog-details-page-toc-list li {
    transition: .3s ease;
}

.nb-26-blog-details-page-toc-list a {
    transition: .3s ease;
}
.text-danger,
.field-error{
    color: #e96060;
    font-size: 13px;
    margin-top: 6px;
    font-weight: 500;
}