/*
==================
    1.0  Header Builder
        1.1 Site Identity
        1.2 Primary Menu
        1.3 Search
        1.4 Dark Mode
==================
*/

/* Social Icons */
/* Official Colors */
/* Facebook */
.official--on .facebook i {
    color: var(--bnv-site-facebook-color);
}

.official--on.outline .facebook i {
    border-color: var(--bnv-site-facebook-color);
}

.official--on.outline .facebook i:hover {
    color: #fff;
    background: var(--bnv-site-facebook-color);
}

.official--on.filled .facebook i {
    color: #fff;
    background: var(--bnv-site-facebook-color);
}

.official--on.filled .facebook i:hover {
    background: #4191f9;
}

/* Twitter */
.official--on .twitter i {
    color: var(--bnv-site-twitter-color);
}

.official--on.outline .twitter i {
    border-color: var(--bnv-site-twitter-color);
}

.official--on.outline .twitter i:hover {
    color: #fff;
    background: var(--bnv-site-twitter-color);
}

.official--on.filled .twitter i {
    color: #fff;
    background: var(--bnv-site-twitter-color);
}

.official--on.filled .twitter i:hover {
    background: #42b5fb;
}

/* Instagram */
.official--on .instagram i {
    background: var(--bnv-site-instagram-color);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.official--on.outline .instagram i {
    border-color: #f56040;
}

.official--on.outline .instagram i:hover {
    -webkit-text-fill-color: #fff;
    background: var(--bnv-site-instagram-color);
}

.official--on.filled .instagram i {
    -webkit-text-fill-color: #fff;
    background: var(--bnv-site-instagram-color);
}

.official--on.filled .instagram i:hover {
    background: linear-gradient(192deg, #5A73EB, #6F6AE3, #9A57C2, #D04C96, #E5527A, #FF4A4A, #F77A57, #F88C55, #FDBB5F, #FFE39A);
}

/* Threads */
.official--on .threads i {
    color: var(--bnv-site-threads-color);
}

.official--on.outline .threads i {
    border-color: var(--bnv-site-threads-color);
}

.official--on.outline .threads i:hover {
    color: #fff;
    background: var(--bnv-site-threads-color);
}

.official--on.filled .threads i {
    color: #fff;
    background: var(--bnv-site-threads-color);
}

.official--on.filled .threads i:hover {
    background: #585858;
}

/* WhatsApp */
.official--on .whatsapp i {
    color: var(--bnv-site-whatsapp-color);
}

.official--on.outline .whatsapp i {
    border-color: var(--bnv-site-whatsapp-color);
}

.official--on.outline .whatsapp i:hover {
    color: #fff;
    background: var(--bnv-site-whatsapp-color);
}

.official--on.filled .whatsapp i {
    color: #fff;
    background: var(--bnv-site-whatsapp-color);
}

.official--on.filled .whatsapp i:hover {
    background: #38e378;
}

/* X */
.official--on .x i {
    color: var(--bnv-site-x-color);
}

.official--on.outline .x i {
    border-color: var(--bnv-site-x-color);
}

.official--on.outline .x i:hover {
    color: #fff;
    background: var(--bnv-site-x-color);
}

.official--on.filled .x i {
    color: #fff;
    background: var(--bnv-site-x-color);
}

.official--on.filled .x i:hover {
    background: #585858;
}

/* TikTok */
.official--on .tiktok i {
    color: var(--bnv-site-tiktok-color);
}

.official--on.outline .tiktok i {
    border-color: var(--bnv-site-tiktok-color);
}

.official--on.outline .tiktok i:hover {
    color: #fff;
    background: var(--bnv-site-tiktok-color);
}

.official--on.filled .tiktok i {
    color: #fff;
    background: var(--bnv-site-tiktok-color);
}

.official--on.filled .tiktok i:hover {
    background: #585858;
}

/* Snapchat */
.official--on .snapchat i {
    color: var(--bnv-site-snapchat-color);
}

.official--on.outline .snapchat i {
    border-color: var(--bnv-site-snapchat-color);
}

.official--on.outline .snapchat i:hover {
    color: #fff;
    background: var(--bnv-site-snapchat-color);
}

.official--on.filled .snapchat i {
    color: #fff;
    background: var(--bnv-site-snapchat-color);
}

.official--on.filled .snapchat i:hover {
    background: #e1df26;
}

/* Pinterest */
.official--on .pinterest i {
    color: var(--bnv-site-pinterest-color);
}

.official--on.outline .pinterest i {
    border-color: var(--bnv-site-pinterest-color);
}

.official--on.outline .pinterest i:hover {
    color: #fff;
    background: var(--bnv-site-pinterest-color);
}

.official--on.filled .pinterest i {
    color: #fff;
    background: var(--bnv-site-pinterest-color);
}

.official--on.filled .pinterest i:hover {
    background: #ff3e5b;
}

/* Reddit */
.official--on .reddit i {
    color: var(--bnv-site-reddit-color);
}

.official--on.outline .reddit i {
    border-color: var(--bnv-site-reddit-color);
}

.official--on.outline .reddit i:hover {
    color: #fff;
    background: var(--bnv-site-reddit-color);
}

.official--on.filled .reddit i {
    color: #fff;
    background: var(--bnv-site-reddit-color);
}

.official--on.filled .reddit i:hover {
    background: #fd8559;
}

/* Tumblr */
.official--on .tumblr i {
    color: var(--bnv-site-tumblr-color);
}

.official--on.outline .tumblr i {
    border-color: var(--bnv-site-tumblr-color);
}

.official--on.outline .tumblr i:hover {
    color: #fff;
    background: var(--bnv-site-tumblr-color);
}

.official--on.filled .tumblr i {
    color: #fff;
    background: var(--bnv-site-tumblr-color);
}

.official--on.filled .tumblr i:hover {
    background: #536e91;
}

/* Mastodon */
.official--on .mastodon i {
    color: var(--bnv-site-mastodon-color);
}

.official--on.outline .mastodon i {
    border-color: var(--bnv-site-mastodon-color);
}

.official--on.outline .mastodon i:hover {
    color: #fff;
    background: var(--bnv-site-mastodon-color);
}

.official--on.filled .mastodon i {
    color: #fff;
    background: var(--bnv-site-mastodon-color);
}

.official--on.filled .mastodon i:hover {
    background: #8384fb;
}

/* Bluesky */
.official--on .bluesky i {
    color: var(--bnv-site-bluesky-color);
}

.official--on.outline .bluesky i {
    border-color: var(--bnv-site-bluesky-color);
}

.official--on.outline .bluesky i:hover {
    color: #fff;
    background: var(--bnv-site-bluesky-color);
}

.official--on.filled .bluesky i {
    color: #fff;
    background: var(--bnv-site-bluesky-color);
}

.official--on.filled .bluesky i:hover {
    background: #41a4ff;
}

/* LinkedIn */
.official--on .linkedin i {
    color: var(--bnv-site-linkedin-color);
}

.official--on.outline .linkedin i {
    border-color: var(--bnv-site-linkedin-color);
}

.official--on.outline .linkedin i:hover {
    color: #fff;
    background: var(--bnv-site-linkedin-color);
}

.official--on.filled .linkedin i {
    color: #fff;
    background: var(--bnv-site-linkedin-color);
}

.official--on.filled .linkedin i:hover {
    background: #4483c3;
}

/* YouTube */
.official--on .youtube i {
    color: var(--bnv-site-youtube-color);
}

.official--on.outline .youtube i {
    border-color: var(--bnv-site-youtube-color);
}

.official--on.outline .youtube i:hover {
    color: #fff;
    background: var(--bnv-site-youtube-color);
}

.official--on.filled .youtube i {
    color: #fff;
    background: var(--bnv-site-youtube-color);
}

.official--on.filled .youtube i:hover {
    background: #ff6060;
}

/* Twitch */
.official--on .twitch i {
    color: var(--bnv-site-twitch-color);
}

.official--on.outline .twitch i {
    border-color: var(--bnv-site-twitch-color);
}

.official--on.outline .twitch i:hover {
    color: #fff;
    background: var(--bnv-site-twitch-color);
}

.official--on.filled .twitch i {
    color: #fff;
    background: var(--bnv-site-twitch-color);
}

.official--on.filled .twitch i:hover {
    background: #8769bf;
}

/* Vimeo */
.official--on .vimeo i {
    color: var(--bnv-site-vimeo-color);
}

.official--on.outline .vimeo i {
    border-color: var(--bnv-site-vimeo-color);
}

.official--on.outline .vimeo i:hover {
    color: #fff;
    background: var(--bnv-site-vimeo-color);
}

.official--on.filled .vimeo i {
    color: #fff;
    background: var(--bnv-site-vimeo-color);
}

.official--on.filled .vimeo i:hover {
    background: #57d3fb;
}

/* Dailymotion */
.official--on .dailymotion i {
    color: var(--bnv-site-dailymotion-color);
}

.official--on.outline .dailymotion i {
    border-color: var(--bnv-site-dailymotion-color);
}

.official--on.outline .dailymotion i:hover {
    color: #fff;
    background: var(--bnv-site-dailymotion-color);
}

.official--on.filled .dailymotion i {
    color: #fff;
    background: var(--bnv-site-dailymotion-color);
}

.official--on.filled .dailymotion i:hover {
    background: #5fc2f3;
}

/* Discord */
.official--on .discord i {
    color: var(--bnv-site-discord-color);
}

.official--on.outline .discord i {
    border-color: var(--bnv-site-discord-color);
}

.official--on.outline .discord i:hover {
    color: #fff;
    background: var(--bnv-site-discord-color);
}

.official--on.filled .discord i {
    color: #fff;
    background: var(--bnv-site-discord-color);
}

.official--on.filled .discord i:hover {
    background: #848df3;
}

/* Telegram */
.official--on .telegram i {
    color: var(--bnv-site-telegram-color);
}

.official--on.outline .telegram i {
    border-color: var(--bnv-site-telegram-color);
}

.official--on.outline .telegram i:hover {
    color: #fff;
    background: var(--bnv-site-telegram-color);
}

.official--on.filled .telegram i {
    color: #fff;
    background: var(--bnv-site-telegram-color);
}

.official--on.filled .telegram i:hover {
    background: #359bcf;
}

/* Skype */
.official--on .skype i {
    color: var(--bnv-site-skype-color);
}

.official--on.outline .skype i {
    border-color: var(--bnv-site-skype-color);
}

.official--on.outline .skype i:hover {
    color: #fff;
    background: var(--bnv-site-skype-color);
}

.official--on.filled .skype i {
    color: #fff;
    background: var(--bnv-site-skype-color);
}

.official--on.filled .skype i:hover {
    background: #36bbed;
}

/* Viber */
.official--on .viber i {
    color: var(--bnv-site-viber-color);
}

.official--on.outline .viber i {
    border-color: var(--bnv-site-viber-color);
}

.official--on.outline .viber i:hover {
    color: #fff;
    background: var(--bnv-site-viber-color);
}

.official--on.filled .viber i {
    color: #fff;
    background: var(--bnv-site-viber-color);
}

.official--on.filled .viber i:hover {
    background: #8d7ef5;
}

/* WeChat */
.official--on .weixin i {
    color: var(--bnv-site-weixin-color);
}

.official--on.outline .weixin i {
    border-color: var(--bnv-site-weixin-color);
}

.official--on.outline .weixin i:hover {
    color: #fff;
    background: var(--bnv-site-weixin-color);
}

.official--on.filled .weixin i {
    color: #fff;
    background: var(--bnv-site-weixin-color);
}

.official--on.filled .weixin i:hover {
    background: #3dcf83;
}

/* QQ */
.official--on .qq i {
    color: var(--bnv-site-qq-color);
}

.official--on.outline .qq i {
    border-color: var(--bnv-site-qq-color);
}

.official--on.outline .qq i:hover {
    color: #fff;
    background: var(--bnv-site-qq-color);
}

.official--on.filled .qq i {
    color: #fff;
    background: var(--bnv-site-qq-color);
}

.official--on.filled .qq i:hover {
    background: #3bc5f9;
}

/* KK */
.official--on .kk i {
    color: var(--bnv-site-kk-color);
}

.official--on.outline .kk i {
    border-color: var(--bnv-site-kk-color);
}

.official--on.outline .kk i:hover {
    color: #fff;
    background: var(--bnv-site-kk-color);
}

.official--on.filled .kk i {
    color: #fff;
    background: var(--bnv-site-kk-color);
}

.official--on.filled .kk i:hover {
    background: #efdc32;
}

/* Odnoklassniki */
.official--on .odnoklassniki i {
    color: var(--bnv-site-odnoklassniki-color);
}

.official--on.outline .odnoklassniki i {
    border-color: var(--bnv-site-odnoklassniki-color);
}

.official--on.outline .odnoklassniki i:hover {
    color: #fff;
    background: var(--bnv-site-odnoklassniki-color);
}

.official--on.filled .odnoklassniki i {
    color: #fff;
    background: var(--bnv-site-odnoklassniki-color);
}

.official--on.filled .odnoklassniki i:hover {
    background: #ed9d43;
}

/* Weibo */
.official--on .weibo i {
    color: var(--bnv-site-weibo-color);
}

.official--on.outline .weibo i {
    border-color: var(--bnv-site-weibo-color);
}

.official--on.outline .weibo i:hover {
    color: #fff;
    background: var(--bnv-site-weibo-color);
}

.official--on.filled .weibo i {
    color: #fff;
    background: var(--bnv-site-weibo-color);
}

.official--on.filled .weibo i:hover {
    background: #e54254;
}

/* Renren */
.official--on .renren i {
    color: var(--bnv-site-renren-color);
}


.official--on.outline .renren i {
    border-color: var(--bnv-site-renren-color);
}

.official--on.outline .renren i:hover {
    color: #fff;
    background: var(--bnv-site-renren-color);
}

.official--on.filled .renren i {
    color: #fff;
    background: var(--bnv-site-renren-color);
}

.official--on.filled .renren i:hover {
    background: #277cc3;
}


/* .official--on .slack i {
    color: #4A154B;
}

.official--on .github i {
    color: #181717;
}

.official--on .gitlab i {
    color: #FC6D26;
}

.official--on .jira i {
    color: #0052CC;
}

.official--on .confluence i {
    color: #172B4D;
}

.official--on .google i {
    color: #4285F4;
}

.official--on .gmail i {
    color: #EA4335;
}

.official--on .amazon i {
    color: #FF9900;
}

.official--on .spotify i {
    color: #1DB954;
}

.official--on .apple-music i {
    color: #FC3C44;
}

.official--on .sound-cloud i {
    color: #FF6B35;
}

.official--on .youtube-music i {
    color: #FF0000;
} */

/* ========= Global ================ */

/* Text Alignment  */
    .align--center .content-wrapper,
    .align--center .entry-inner {
        text-align: center;
    }

    .align--right .content-wrapper,
    .align--right .entry-inner {
        text-align: right;
    }

    .align--center .content-wrapper .entry-categories,
    .align--center .content-wrapper .entry-categories,
    .align--center .content-wrapper .entry-meta,
    .align--center .entry-inner .entry-categories,
    .align--center .entry-inner .entry-meta {
        justify-content: center;
    }

    .align--right .content-wrapper .entry-categories,
    .align--right .content-wrapper .entry-meta,
    .align--right .entry-inner .entry-categories,
    .align--right .entry-inner .entry-meta {
        justify-content: right;
    }

/* Button Hover Effects */
    .controller-wrap .filled {
        --bnv-site-bg-color: #30344b;
        background: var(--bnv-site-bg-color);
        
    } 

    .controller-wrap .outline {
        border: 1px solid var(--bnv-site-border-color);
    }

    .controller-wrap .rounded {
        border-radius: 6px;
    }

    .controller-wrap .circle {
        border-radius: 30px;
    }

/*Column alignment*/
    .site .bnv-sections-wrap .column--one .content-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .site .bnv-sections-wrap .column--two .content-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .site .bnv-sections-wrap .column--three .content-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }

    .site .bnv-sections-wrap .column--four .content-wrapper {
        grid-template-columns: repeat(4, 1fr);
    }

    .site .bnv-sections-wrap .column--five .content-wrapper {
        grid-template-columns: repeat(5, 1fr);
    }

    .site .bnv-sections-wrap .column--six .content-wrapper {
        grid-template-columns: repeat(6, 1fr);
    }

    .site .bnv-sections-wrap .column--seven .content-wrapper {
        grid-template-columns: repeat(7, 1fr);
    }

    .site .bnv-sections-wrap .column--eight .content-wrapper {
        grid-template-columns: repeat(8, 1fr);
    }

    .site .bnv-sections-wrap .column--nine .content-wrapper {
        grid-template-columns: repeat(9 , 1fr);
    }

    .site .bnv-sections-wrap .column--ten .content-wrapper {
        grid-template-columns: repeat(10, 1fr);
    }

/* ============ Meta Seperator ================ */
    .entry-meta > * + *::before {
        font-weight: 600;
        color: rgb(181, 181, 181);
        margin-right: 8px;
    }

    body.meta-seperator--circle .entry-meta > * + *::before,
    .bnv-category-collection.layout--four.meta-seperator--circle .cat-item + .cat-item::before {
        content: "○";
        font-size: 14px;
    }
    
    body.meta-seperator--dot .entry-meta > * + *::before,
    .bnv-category-collection.layout--four.meta-seperator--dot .cat-item + .cat-item::before {
        content: "•";
    }
    
    body.meta-seperator--dash .entry-meta > * + *::before,
    .bnv-category-collection.layout--four.meta-seperator--dash .cat-item + .cat-item::before {
        content: "-";
    }

    body.meta-seperator--slash .entry-meta > * + *::before,
    .bnv-category-collection.layout--four.meta-seperator--slash .cat-item + .cat-item::before {
        content: "/";
    }

    body.meta-seperator--pipe .entry-meta > * + *::before,
    .bnv-category-collection.layout--four.meta-seperator--pipe .cat-item + .cat-item::before {
        content: "|";
    }

    .entry-meta > *:has(.icon)::before {
        content: none !important;
    }
    

/*
=========================================
MARK: 3.1 Category Collection
=========================================
*/
    .bnv-category-collection {
        background-color: var(--bnv-site-bg-color);
    }

    .bnv-category-collection .content-wrapper {
        display: grid;
        gap: 30px;
    }

    .bnv-category-collection .bnv-article-figure {
        position: relative;
        border-radius: 6px;
        overflow: hidden;
        transition: var(--transition-1);
    }

/* Category Collection layout - One  */
    .bnv-category-collection .bnv-article-figure {
        border-radius: 0px;
        height: 240px;
        width: 100%;
        background-color: #6fd1ff;
    }

    .bnv-category-collection.layout--one .cat-item .bnv-article-figure::before {
        content: "";
        position: absolute;
        inset: 0;
        background:
            linear-gradient(
                to top,
                rgba(15, 23, 42, 0.34) 0%,
                rgba(15, 23, 42, 0.10) 35%,
                rgba(15, 23, 42, 0.04) 60%,
                rgba(15, 23, 42, 0.34) 100%
            );
        z-index: 1;
        pointer-events: none;
    }

    .bnv-category-collection.layout--one .cat-item-link {
        --bnv-site-meta-font-weight: 400;
        --bnv-site-meta-font-size: 14px;
        --bnv-site-meta-font-lineheight: 1.4;
        color: var(--bnv-site-color);
        position: absolute;
        left: 50%;
        bottom: 18px;
        transform: translateX(-50%);
        z-index: 3;
        text-align: center;
        width: 85%;
        padding: 9px 15px;
        background-color: #fff;
        border-radius: inherit;
        text-decoration: none;
    }

    .bnv-category-collection.layout--one .bnv-article-figure .cat-item-count {
        --bnv-site-font-weight: 500;
        --bnv-site-font-size: 12px;
        --bnv-site-font-lineheight: 1.4;
        --bnv-site-color: var(--bnv-theme-color);
        font-size: 12px;
        font-weight: 500;
        line-height: 1.4;
        color: var(--bnv-theme-color);

        position: absolute;
        top: 16px;
        right: 16px;
        z-index: 3;
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 2px 10px;
        border-radius: inherit;
        background: #fff7ed;
    }

    .bnv-category-collection.layout--one .cat-item-count::after {
        content: "→";
        font-size: 14px;
        display: flex;
        align-items: center;
        transform: translateY(-2.5px);
        line-height: 1.4;
    }

/* Category Collection layout - Two */
    .bnv-category-collection.layout--two .bnv-article-figure {
        border-radius: 12px;
    }

    .bnv-category-collection.layout--two .bnv-article-figure::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0));
    }

    .bnv-category-collection.layout--two .cat-item-link,
    .bnv-category-collection.layout--two .cat-item-count {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
        z-index: 2;
        text-decoration: none;
        text-align: center;
    }

    .bnv-category-collection.layout--two .cat-item-link {
        --bnv-site-font-weight: 600;
        --bnv-site-font-size: 18px;
        --bnv-site-font-lineheight: 1.4;
        --bnv-site-color: var(--bnv-theme-color);
        font-size: 18px;
        font-weight: 600;
        bottom: 45px;
    }

    .bnv-category-collection.layout--two .cat-item-count {
        --bnv-site-font-size: 14px;
        font-size: 14px;
        bottom: 20px;
        opacity: 0.85;
    }

/* Category Collection layout - Three */

    .bnv-category-collection.layout--three .cat-item {
        text-align: center;
        transition: var(--transition-1);
    }

    .bnv-category-collection.layout--three .bnv-article-figure {
        margin: 0 0 12px;
        overflow: hidden;
    }

    .bnv-category-collection.layout--three .cat-item-link {
        display: block;
        --bnv-site-font-weight: 600;
        --bnv-site-font-size: 16px;
        font-size: var(--bnv-site-font-size);
        font-weight: var(--bnv-site-font-weight);
        color: var(--bnv-site-color);
        text-decoration: none;
        margin-bottom: 4px;
    }

    .bnv-category-collection.layout--three .cat-item-count {
        display: block;
        --bnv-site-meta-font-weight: 400;
        --bnv-site-meta-font-size: 14px;
        --bnv-site-meta-color: #777;
        font-size: var(--bnv-site-meta-font-size);
        font-weight: var(--bnv-site-meta-font-weight);
        color: var(--bnv-site-meta-color);
        text-decoration: none;
    }

/* ============ Category Collection layout - Four ======================= */
    .bnv-category-collection.layout--four .content-wrapper {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 30px;
    }

    .bnv-category-collection.layout--four .cat-item {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 3px;
        text-decoration: none;
    }

    .bnv-category-collection.filled.layout--four .cat-item {
        background-color: var(--bnv-theme-color);
        color: #fff;
        padding: 8px 22px;
    }
    .bnv-category-collection.rounded.layout--four .cat-item {
        border-radius: 3px;
        padding: 8px 22px;
    }

    .bnv-category-collection.circle.layout--four .cat-item {
        padding: 8px 22px;
        border-radius: 30px;
    }

    .bnv-category-collection.outline.layout--four .cat-item {
        border: 1px solid var(--bnv-site-border-color);
        padding: 8px 22px;
    }

    .bnv-category-collection.layout--four .cat-item + .cat-item::before {
        content: "/";
        position: absolute;
        left: -20px;
        top: 50%;
        transform: translateY(-50%);
        color: var(--bnv-theme-color);
    }

    .bnv-category-collection.layout--four .cat-item .cat-item-link {
        --bnv-site-font-weight: 500;
        --bnv-site-font-size: 14px;
        font-size: var(--bnv-site-font-size);
        font-weight: var(--bnv-site-font-weight);
        color: inherit;
        text-decoration: none;

        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .bnv-category-collection.layout--four .cat-item .cat-item-count {
        font-size: 12px;
        transition: var(--transition-1);
        color: inherit;
        width: 20px;
        height: 20px;
        line-height: 20px;
        border-radius: 3px;
        text-align: center;
    }

    /* Responsive */
     @media (max-width: 940px) {
        .site .bnv-sections-wrap .column--three .content-wrapper,
        .site .bnv-sections-wrap .column--four .content-wrapper,
        .site .bnv-sections-wrap .column--five .content-wrapper {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 700px) {
        .site .bnv-sections-wrap .column--two .content-wrapper,
        .site .bnv-sections-wrap .column--three .content-wrapper,
        .site .bnv-sections-wrap .column--four .content-wrapper,
        .site .bnv-sections-wrap .column--five .content-wrapper {
            grid-template-columns: repeat(1, 1fr);
        }
    }

/*  
==================================================
MARK: Three Blocks  
==================================================
*/
    .bnv-three-blocks .row {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
        gap: 30px;
    }

    .bnv-three-blocks .row .content-wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
    }

    .bnv-three-blocks .block-item .entry-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 12px;
        border-radius: inherit;
    }

/* ==================== [ list Layout ] ========================== */
    .bnv-three-blocks .block-item.layout--list .bnv-article {
        display: flex;
        align-items: stretch;
    }

    .bnv-three-blocks .block-item.layout--list .bnv-article .bnv-article-figure {
        flex: 0 0 40%;
    }

    .bnv-three-blocks .block-item.layout--list .bnv-article .entry-content {
        padding-left: 15px;
        flex: 0 1 60%;
    }

    .bnv-three-blocks .block-item.left-block .entry-title a {
        --bnv-site-font-size: 18px;
        --bnv-site-font-lineheight:1.4;
    }

/* ==================== list- type-two ========================== */
    .bnv-three-blocks .block-item.layout--list.type--two .bnv-article:first-child {
        display: block;
        align-items: initial;
        grid-row: 1 / span 2;
    }

    .bnv-three-blocks .block-item.layout--list.column--two.type--two .bnv-article:first-child,
    .bnv-three-blocks .block-item.layout--list.column--three.type--two .bnv-article:first-child,
    .bnv-three-blocks .block-item.layout--list.column--four.type--two .bnv-article:first-child,
    .bnv-three-blocks .block-item.layout--list.column--five.type--two .bnv-article:first-child {
        grid-row: 1 / span 2;
    }

    /* .bnv-three-blocks .block-item.layout--list.column--four.type--two .bnv-article:first-child {
        grid-column: 1 / span 2;
        grid-row: 1 / span 2;
    } */

    /* .bnv-three-blocks .block-item.layout--list.column--four.type--two .bnv-article:nth-of-type(2),
    .bnv-three-blocks .block-item.layout--list.column--four.type--two .bnv-article:nth-of-type(3) {
        grid-column: span 2;
    } */

    .bnv-three-blocks .block-item.layout--list.column--five.type--two .bnv-article:first-child {
        grid-column: 1 / span 3;
        grid-row: 1 / span 3;
    }

    .bnv-three-blocks .block-item.layout--list.column--five.type--two .bnv-article:nth-of-type(2),
    .bnv-three-blocks .block-item.layout--list.column--five.type--two .bnv-article:nth-of-type(3),
    .bnv-three-blocks .block-item.layout--list.column--five.type--two .bnv-article:nth-of-type(4) {
        grid-column: span 2;
    }

    .bnv-three-blocks .block-item.layout--list.type--two .bnv-article:first-child .entry-content {
        padding-left: 0;
        padding-top: 15px;
        flex: initial;
    }

/* ==================== [ Grid Layout ] ========================== */
    .bnv-three-blocks .block-item.layout--grid .bnv-article .entry-content {
        padding-top: 15px;
    }
/* ==================== grid- type-two ========================== */
    .bnv-three-blocks .block-item.layout--grid.type--two .bnv-article {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

/* ==================== [ Overlay Layout ] ========================== */
    .bnv-three-blocks .block-item.layout--overlay .entry-categories a,
    .bnv-three-blocks .block-item.layout--overlay .entry-title a {
        --bnv-site-excerpt-color: #fff;
        color: var(--bnv-site-excerpt-color);
    }

    .bnv-three-blocks .block-item.layout--overlay .bnv-article .entry-read-more a,
    .bnv-three-blocks .block-item.layout--overlay .bnv-article .entry-meta > div,
    .bnv-three-blocks .block-item.layout--overlay .bnv-article .entry-excerpt p {
        --bnv-site-meta-color: #fff;
        color: var(--bnv-site-meta-color)
    }

    .bnv-three-blocks .block-item.layout--overlay .entry-content .entry-meta > * + *::before {
        color: #fff;
    }

/* ==================== overlay- type-One ========================== */
    .bnv-three-blocks .block-item.layout--overlay.type--one .bnv-article-figure {
        position: relative;
        border-radius: 0px;
        overflow: hidden;
    }

    .bnv-three-blocks .block-item.layout--overlay.type--one .bnv-article-figure .entry-content {
        --bnv-site-bg-color: rgba(0, 0, 0, 0.7);
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 20px;
        background: linear-gradient(to top, var(--bnv-site-bg-color), rgba(0, 0, 0, 0));
    }

    /* ==================== overlay- type-one [Center] ========================== */
   .bnv-three-blocks .block-item.layout--overlay.type--one.position--center .bnv-article {
        position: relative;
        border-radius: 0px;
        overflow: hidden;
    }

   .bnv-three-blocks .block-item.layout--overlay.type--one.position--center .entry-content {
        position: absolute;
        top: 0px;
        height: 100%;
        width: 100%;
        align-items: center;
        text-align: center;
        padding: 50px;
        background: rgb(0 0 0 / 14%);
   }

   .bnv-three-blocks .block-item.layout--overlay.type--one.position--center .entry-read-more a:hover {
        color: var(--bnv-theme-color);
    }
    /* ==================== overlay- type-two [Center] ========================== */
   .bnv-three-blocks .block-item.layout--overlay.type--two.position--center .bnv-article {
        position: relative;
        border-radius: 0px;
        overflow: hidden;
    }

   .bnv-three-blocks .block-item.layout--overlay.type--two.position--center .entry-content {
        position: absolute;
        top: 0px;
        height: 100%;
        width: 100%;
        align-items: center;
        text-align: center;
        padding: 20px;
        background: rgb(0 0 0 / 14%);
   }

   .bnv-three-blocks .block-item.layout--overlay.type--two.position--center .entry-read-more a:hover {
        color: var(--bnv-theme-color);
    }

/* ==================== overlay- type-two ========================== */
    .bnv-three-blocks .block-item.layout--overlay.type--two .bnv-article {
        position: relative;
        border-radius: 0px;
        overflow: hidden;
    }

    .bnv-three-blocks .block-item.layout--overlay.type--two .entry-content {
        position: absolute;
        top: 0px;
        height: 100%;
        width: 100%;
        padding: 20px;
        background: rgb(0 0 0 / 14%);
    }

    .bnv-three-blocks .block-item.layout--overlay.type--two .entry-read-more {
        margin-top: auto;
    }

    .bnv-three-blocks .block-item.layout--overlay.type--two .entry-read-more a {
        display: inline-block;
        padding: 6px 12px;
        border: 1px solid #fff;
        color: #fff;
        text-decoration: none;
        font-size: 12px;
        border-radius: 3px;
        transition: var(--transition-1);
    }

    .bnv-three-blocks .block-item.layout--overlay.type--two .entry-read-more a:hover {
        color: #000;
        background-color: #fff;
    }

/* =================== Left-Block ================================ */
    .bnv-three-blocks .row .left-block {
        background: var(--bnv-site-bg-color);
    }

/* =================== Center-Block ================================ */
    .bnv-three-blocks .row .center-block{
        background: var(--bnv-site-bg-color);
    }

/* =================== Right-Block ================================ */
    .bnv-three-blocks .row .right-block{
        background: var(--bnv-site-bg-color);
    }

/* ==================== Horizontal Layout ====================== */
    
    .bnv-three-blocks.layout--horizontal .row {
        grid-template-columns: 1fr;
    }

    .bnv-three-blocks.layout--horizontal .bnv-article + .bnv-article {
        margin: 0;
    }

/* ==================== layout--one-horizontal ====================== */
    
    .bnv-three-blocks.layout--one-horizontal .row {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
    }

    .bnv-three-blocks.layout--one-horizontal .row .left-block {
        grid-column: 1 / 3;
    }

    .bnv-three-blocks.layout--one-horizontal .block-item.left-block .bnv-article + .bnv-article {
            margin: 0;
    }

/* ==================== layout--three-horizontal ====================== */
    
    .bnv-three-blocks.layout--three-horizontal .row {
        grid-template-columns: 1fr 1fr;
    }

    .bnv-three-blocks.layout--three-horizontal .row .right-block {
        grid-column: 1 / 3;
    }

    .bnv-three-blocks.layout--three-horizontal .row .right-block .content-wrapper {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
    }

    .bnv-three-blocks.layout--three-horizontal .block-item.right-block .bnv-article + .bnv-article {
            margin: 0;
    }

/* ==================== layout--one-two-horizontal ====================== */
    
    .bnv-three-blocks.layout--one-two-horizontal .row {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto;
    }

    .bnv-three-blocks.layout--one-two-horizontal .row .left-block,
    .bnv-three-blocks.layout--one-two-horizontal .row .center-block,
    .bnv-three-blocks.layout--one-two-horizontal .row .right-block {
        grid-column: 1 / 3;
    }

    .bnv-three-blocks.layout--one-two-horizontal .row .left-block .content-wrapper,
    .bnv-three-blocks.layout--one-two-horizontal .row .center-block .content-wrapper {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
    }

    .bnv-three-blocks.layout--one-two-horizontal .block-item.left-block .bnv-article + .bnv-article,
    .bnv-three-blocks.layout--one-two-horizontal .block-item.center-block .bnv-article + .bnv-article {
            margin: 0;
    }

/* ==================== layout--two-three-horizontal ====================== */
    
    .bnv-three-blocks.layout--two-three-horizontal .row {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto;
    }

    .bnv-three-blocks.layout--two-three-horizontal .row .left-block,
    .bnv-three-blocks.layout--two-three-horizontal .row .center-block,
    .bnv-three-blocks.layout--two-three-horizontal .row .right-block {
        grid-column: 1 / 3;
    }

    .bnv-three-blocks.layout--two-three-horizontal .row .right-block .content-wrapper,
    .bnv-three-blocks.layout--two-three-horizontal .row .center-block .content-wrapper {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 30px;
    }

    .bnv-three-blocks.layout--two-three-horizontal .block-item.right-block .bnv-article + .bnv-article,
    .bnv-three-blocks.layout--two-three-horizontal .block-item.center-block .bnv-article + .bnv-article {
            margin: 0;
    }

        /* Responsive */
     @media (max-width: 940px) {
        .site .bnv-sections-wrap .bnv-three-blocks.layout--vertical .row {
            grid-template-columns: repeat(2, 1fr);
        }
        .site .bnv-sections-wrap .bnv-three-blocks.layout--vertical .column--three .content-wrapper,
        .site .bnv-sections-wrap .bnv-three-blocks.layout--vertical .column--four .content-wrapper,
        .site .bnv-sections-wrap .bnv-three-blocks.layout--vertical .column--five .content-wrapper {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (max-width: 700px) {
        .site .bnv-sections-wrap .bnv-three-blocks.layout--vertical .row {
            grid-template-columns: repeat(1, 1fr);
        }

        .bnv-three-blocks.layout--three-horizontal .row {
            display: flex;
            flex-direction: column;
        }

        .site .bnv-sections-wrap .bnv-three-blocks.layout--vertical .column--two .content-wrapper,
        .site .bnv-sections-wrap .bnv-three-blocks.layout--vertical .column--three .content-wrapper,
        .site .bnv-sections-wrap .bnv-three-blocks.layout--vertical .column--four .content-wrapper,
        .site .bnv-sections-wrap .bnv-three-blocks.layout--vertical .column--five .content-wrapper {
            grid-template-columns: repeat(1, 1fr);
        }
    }

/* ==================== Cursor-Layout-One ================================= */

/*  
==================================================
MARK: Widgets 
==================================================
*/

/* ================================= Aurthor Info ================================= */
    .widget_blognova_author_info_widget .author-info-widget .author-info {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .widget_blognova_author_info_widget .author-info-widget .bnv-article-figure {
        width: 140px;
        height: 140px;
        border-radius: 50%;
        overflow: hidden;
        flex-shrink: 0;
        background: #eee;
    }

    .widget_blognova_author_info_widget .author-info-widget .bnv-article-figure a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        font-size: 13px;
        color: #777;
        text-decoration: none;
    }

    .widget_blognova_author_info_widget .author-info-widget .author-info-inner {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .widget_blognova_author_info_widget .author-info-widget .author-name {
        font-size: 18px;
        font-weight: 600;
        margin: 0;
    }

    .widget_blognova_author_info_widget .author-info-widget .author-name a {
        --bnv-site-color: #30344b;
        color: var(--bnv-site-color);
        text-decoration: none;
        transition: var(--transition-1);
    }

    .widget_blognova_author_info_widget .author-info-widget .author-name a:hover {
        color: var(--bnv-theme-color);
    }

    .widget_blognova_author_info_widget .author-info-widget .author-tag {
        font-size: 14px;
        color: var(--bnv-site-meta-color);
        letter-spacing: 0.3px;
    }

    .widget_blognova_author_info_widget .author-info-widget .athor-desc {
        font-size: 14px;
        line-height: 1.5;
        color: var(--bnv-site-meta-color);
        margin: 0;
    }

/*  
==================================================
MARK: Search Page
==================================================
*/
    .page-header {
        --bnv-site-border-color: #e0e0e0;
        padding: 32px 16px;
        border-bottom: 1px solid var(--bnv-site-border-color);
        background: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
        margin-bottom: 30px;
    }

    .page-title {
        font-size: 32px;
        font-weight: 600;
        color: var(--bnv-site-color);
        text-align: center;
        letter-spacing: 0.5px;
    }

    .search-form {
        --bnv-site-border-color: #ccc;
        display: flex;
        align-items: center;
        max-width: 500px;
        width: 100%;
        border: 1px solid var(--bnv-site-border-color);
        border-radius: 3px;
        overflow: hidden;
        background: #fafafa;
    }

    .search-form label{
        width: 100%;
    }

    .search-form input.search-field {
        width: 100%;
        padding-left: 16px;
        border: none;
        font-size: 16px;
        background: transparent;
        transition: var(--transition-1);
    }

    .search-form input.search-field:focus {
        outline: none;
        background: #fff;
    }

    .search-form .icon {
        --bnv-site-border-color: #ccc;
        background: none;
        border-left: 1px solid var(--bnv-site-border-color);
        padding: 10px 10px;
        cursor: pointer;
        color: var(--bnv-site-meta-color);
        transition: var(--transition-1);
    }

    .search-form .icon.close-icon {
        display: none;
    }

    .search-form .icon:hover {
        color: #000;
        background-color: #e4e4e4;
    }

/* Responsive */
    @media (max-width: 600px) {
        .page-title {
            font-size: 24px;
        }

        .search-form {
            max-width: 100%;
        }
    }

/* ==================== Filter Wrapper ==================== */
    .filter-wrapper {
        display: flex;
        gap: 12px;
        background: #fff;
        border-radius: 3px;
        margin-bottom: 24px;
    }

    .filter-wrapper .filter.has-dropdown {
        position: relative;
        flex: 1 1 220px;
    }

    .filter-wrapper .filter .head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 6px 12px;
        cursor: pointer;
        --bnv-site-font-size: 13px;
        color: var(--bnv-site-color);
        border: 1px solid #ccc;
        border-radius: 3px;
        background: #fafafa;
        transition: var(--transition-2);
    }

    .filter-wrapper .filter .head:hover {
        background: #f0f0f0;
    }

    .filter-wrapper .filter .body {
        position: absolute;
        top: 100%;
        left: 0;
        width: 220px;
        max-height: 250px;
        overflow-y: auto;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 3px;
        box-shadow: 0 4px 10px -2px rgba(0,0,0,0.1);
        padding: 12px;
        opacity: 0;
        visibility: hidden;
        transform: translateY(10px);
        transition: var(--transition-2);
        z-index: 9999;
    }

    .filter .item input[type="checkbox"] {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 18px;
        height: 18px;
        border: 2px solid #ccc;
        border-radius: 3px;
        display: inline-block;
        position: relative;
        cursor: pointer;
        transition: var(--transition-1);
    }
    

    .filter .item input[type="checkbox"]:checked {
        background-color: var(--bnv-theme-color, #30344b);
        border-color: var(--bnv-theme-color, #30344b);
    }

    .filter .item input[type="checkbox"]:checked::after {
        content: "✔";
        color: #fff;
        font-size: 12px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -55%);
    }

    .filter .item label {
        margin-left: 6px;
        font-size: 14px;
        color: var(--bnv-site-color);
        cursor: pointer;
    }


    .filter-wrapper .filter .body label {
        font-size: 14px;
        font-weight: 400;
        text-transform: capitalize;
    }

    .filter-wrapper .filter.has-dropdown.active .body {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }

    .filter-wrapper .filter .body::-webkit-scrollbar {
        width: 6px;
    }

    .filter-wrapper .filter .body::-webkit-scrollbar-track {
        background: #f5f5f5;
        border-radius: 3px;
    }

    .filter-wrapper .filter .body::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 3px;
    }

    .filter-wrapper .filter .body::-webkit-scrollbar-thumb:hover {
        background: #999;
    }

    .filter-wrapper .filter .items {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .filter-wrapper .filter .item {
        display: flex;
        align-items: center;
        padding: 6px 8px;
        border-radius: 3px;
        transition: var(--transition-1);
    }

    .filter-wrapper .filter .item:hover {
        background: #f5f5f5;
    }

    .filter-wrapper .filter .item input[type="checkbox"] {
        margin-right: 8px;
        accent-color: var(--bnv-theme-color, #30344b);
    }

    .filter-wrapper .filter .body .clear {
        margin-top: 10px;
        background: #f5f5f5;
        border: 1px solid #ccc;
        border-radius: 3px;
        padding: 6px 12px;
        font-size: 13px;
        cursor: pointer;
        transition: var(--transition-1);
    }

    .filter-wrapper .filter .body .clear:hover {
        background: #e4e4e4;
    }

    .filter-wrapper .filter.before input,
    .filter-wrapper .filter.after input {
        border: 1px solid #ccc;
        border-radius: 3px;
        padding: 6px 12px;
        font-size: 14px;
        width: 150px;
    }

    .action-btn {
        padding: 6px 12px;
        border-radius: 3px;
        border: none;
        font-size: 14px;
        cursor: pointer;
        transition: var(--transition-1);
    }

    .filter-button {
        background: var(--bnv-theme-color, #30344b);
        color: #fff;
    }

    .filter-button.disabled {
        background: #ccc;
        cursor: not-allowed;
    }

    .clear-button {
        background: #f5f5f5;
        color: #444;
    }

    .clear-button:hover:not(.disabled) {
        background: #e4e4e4;
    }

    
/* ==================== Datepicker ==================== */
    .ui-datepicker {
        font-family: inherit;
        font-size: 12px;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 3px;
        padding: 8px;
    }

    .ui-datepicker-header {
        display: flex;
        align-items: center;
    }

    .ui-datepicker-title {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .ui-datepicker select {
        --bnv-site-border-color: #ccc;
        border: 1px solid var(--bnv-site-border-color);
        background: #fff;
        font-size: 13px;
        padding: 2px 4px;
        border-radius: 3px;
    }

    .ui-datepicker-prev,
    .ui-datepicker-next {
        cursor: pointer;
        color: #333;
        padding: 10px;
    }

    .ui-datepicker-calendar {
        border-collapse: collapse;
        margin-top: 6px;
    }

    .ui-datepicker-calendar th {
        text-align: center;
        font-weight: 600;
        color: #555;
        padding: 4px;
    }

    .ui-datepicker-calendar td {
        text-align: center;
        padding: 4px;
    }

    .ui-datepicker-calendar a {
        display: block;
        padding: 6px;
        border-radius: 4px;
        text-decoration: none;
        color: #333;
    }

    .ui-datepicker-calendar a:hover {
        background: #eee;
    }

    .ui-datepicker-calendar .ui-state-active,
    .ui-datepicker-calendar .ui-state-highlight {
        background: var(--bnv-theme-color);
        color: #fff;
    }

    .ui-datepicker-unselectable .ui-state-disabled {
        color: #ccc ;
    }


/* ====================== Responsive =======================*/
    @media (max-width: 768px) {
        .filter-wrapper {
            flex-direction: column;
        }
        .filter.has-dropdown {
            flex: 1 1 100%;
        }
}

/* ===================== widget - Carousel  ================================ */
    .widget-area .slick-slider .slick-track, .widget-area .slick-slider .slick-list {
        max-height: 500px !important;
    }

    /* .widget_blognova_carousel_posts_widget .bnv-article {
        width: 100% !important;
    } */

    .widget_blognova_carousel_posts_widget .bnv-article .slick-current {
        opacity: 1 !important;
    }

    .widget-area .widget_blognova_carousel_posts_widget .article-wrap {
        display: flex;
    }

    .widget-area .widget_blognova_carousel_posts_widget .entry-content {
        display: block;
        margin-top: 15px;
        gap: 0;
    }

    .widget-area .widget_blognova_carousel_posts_widget .entry-content .entry-title a {
        --bnv-site-color: #404040;
        color: var(--bnv-site-color);
    }

    .widget-area .widget_blognova_carousel_posts_widget .entry-content .entry-title a:hover {
        color: var(--bnv-theme-color);
    }

    .widget-area .widget_blognova_carousel_posts_widget .entry-content .entry-date a {
        color: var(--bnv-site-meta-color);
    }

    .widget-area .widget_blognova_carousel_posts_widget .entry-content .entry-date .icon {
        font-size: calc(var(--bnv-site-meta-font-size) * 0.89);
        margin-right: 6px;
        color: var(--bnv-site-meta-color);
    }

/* ===================== widget - Category Collection ================================ */

    .widget_blognova_category_collection_widget .category-wrap {
        display: flex;
        flex-direction: column;
        gap: 25px;
        list-style: none;
    }

    .widget_blognova_category_collection_widget .category-wrap .bnv-article-figure {
        position: relative;
        aspect-ratio: 16 / 5;
        overflow: unset;
    }

    .widget_blognova_category_collection_widget .category-wrap .bnv-article-figure .entry-content {
        position: absolute;
        bottom: 20%;
        left: -20px;
        z-index: 3;
        display: flex;
    }

    .widget_blognova_category_collection_widget .category-wrap .bnv-article-figure .entry-content .cat-item-link,
    .widget_blognova_category_collection_widget .category-wrap .bnv-article-figure .entry-content .cat-item-count {
        display: flex;
        align-items: center;
        background-color: #1a1a1a;
        color: #ffffff;
        padding: 12px 14px;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        text-decoration: none;
        line-height: 1;
        transition: var(--transition-1);
    }

    .widget_blognova_category_collection_widget .category-wrap .bnv-article-figure .entry-content .cat-item-count {
        background-color: #4b4b4b;
    }

/* ===================== widget - Tag Collection ================================ */
    .widget_blognova_tag_collection_widget .tag-wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .widget_blognova_tag_collection_widget .tag-wrap .tag-item .tag-item-link {
        --bnv-site-color: #30344b;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        color: var(--bnv-site-color);
        text-decoration: none;
        padding: 3px 5px;
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        transition: var(--transition-1);
    }

    .widget_blognova_tag_collection_widget .tag-wrap .tag-item .tag-item-link:hover {
        background-color: var(--bnv-theme-color);
        color: #fff;
    }

    .widget_blognova_tag_collection_widget .tag-wrap .tag-item .tag-item-link .label {
        font-size: 14px;
        font-weight: 500;
    }

    .widget_blognova_tag_collection_widget .tag-wrap .tag-item .tag-item-link .count {
        display: none;
    }

/* ===================== widget - Social Platforms ================================ */
    .social-platforms-widget.bnv-sidebar-widget > div {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        padding: 0;
        margin: 0;
    }
    
    .widget_blognova_social_platforms_widget .social-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid #f0f0f0;
        text-decoration: none;
        transition: var(--transition-1);
    }

    .widget_blognova_social_platforms_widget .social-icon .fa-facebook {
        padding-left: 2px;
    }

    .widget_blognova_social_platforms_widget .animation--grow .social-icon:hover {
        background-color: #e0e0e0;
        color: #111;
    }

    .widget_blognova_social_platforms_widget .social-icon i {
        font-size: 16px;
        line-height: 1;
    }

    .widget_blognova_social_platforms_widget .social-icon .label {
        display: none;
    }

/*  
==================================================
MARK: You - May - Have - Missed 
==================================================
*/

    .bnv-you-may-have-missed {
        padding: 30px 0;
        background: var(--bnv-site-bg-color);
    }

    .bnv-you-may-have-missed .article-wrap {
        display: grid;
        gap: 30px;
    }

    .bnv-you-may-have-missed.column--five .article-wrap {
        grid-template-columns: repeat(5, 1fr);
    }
    
    .bnv-you-may-have-missed.column--four .article-wrap {
        grid-template-columns: repeat(4, 1fr);
    }

    .bnv-you-may-have-missed.column--three .article-wrap {
        grid-template-columns: repeat(3, 1fr);
    }

    .bnv-you-may-have-missed.column--two .article-wrap {
        grid-template-columns: repeat(2, 1fr);
    }

    .bnv-you-may-have-missed.column--one .article-wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .bnv-you-may-have-missed .bnv-article {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .bnv-you-may-have-missed .bnv-article .bnv-article-figure {
        margin-bottom: 12px;
    }

        /* Image Ratio */
        .bnv-you-may-have-missed.ratio--wide .bnv-article .bnv-article-figure {
            aspect-ratio: var(--bnv-ratio-16-9);
        }

        .bnv-you-may-have-missed.ratio--boxy .bnv-article .bnv-article-figure {
            aspect-ratio: var(--bnv-ratio-4-3);
        }

        .bnv-you-may-have-missed.ratio--banner .bnv-article .bnv-article-figure {
            aspect-ratio: var(--bnv-ratio-2-1);
        }

        .bnv-you-may-have-missed.ratio--square .bnv-article .bnv-article-figure {
            aspect-ratio: var(--bnv-ratio-1-1);
        }

    .bnv-you-may-have-missed .bnv-article .entry-title {
        --bnv-site-font-size: 17px;
        --bnv-site-font-lineheight: 1.48;
    }

/* ===================== TABLET - RESPONSIVE ================================ */
    @media (max-width: 1024px) {
        .bnv-you-may-have-missed.tab-column--five  .article-wrap {
            grid-template-columns: repeat(5, 1fr);
        }

        .bnv-you-may-have-missed.tab-column--four  .article-wrap {
            grid-template-columns: repeat(4, 1fr);
        }

        .bnv-you-may-have-missed.tab-column--three .article-wrap {
            grid-template-columns: repeat(3, 1fr);
        }

        .bnv-you-may-have-missed.tab-column--two   .article-wrap {
            grid-template-columns: repeat(2, 1fr);
        }
        
        .bnv-you-may-have-missed.tab-column--one   .article-wrap {
            grid-template-columns: repeat(1, 1fr);
        }
    }

/* ===================== MOBILE - RESPONSIVE ================================= */
    @media (max-width: 767px) {
        .bnv-you-may-have-missed.mobile-column--five  .article-wrap {
            grid-template-columns: repeat(5, 1fr);
        }

        .bnv-you-may-have-missed.mobile-column--four  .article-wrap {
            grid-template-columns: repeat(4, 1fr);
        }

        .bnv-you-may-have-missed.mobile-column--three .article-wrap {
            grid-template-columns: repeat(3, 1fr);
        }

        .bnv-you-may-have-missed.mobile-column--two   .article-wrap {
            grid-template-columns: repeat(2, 1fr);
        }
        
        .bnv-you-may-have-missed.mobile-column--one   .article-wrap {
            grid-template-columns: repeat(1, 1fr);
        }

        .bnv-you-may-have-missed .section-head {
            font-size: 20px;
        }

        .bnv-you-may-have-missed .entry-title {
            font-size: 14px;
        }
    }

/*  
==================================================
MARK: Insta Gallery 
==================================================
*/
    .bnv-insta-gallery {
        padding: 30px 0;
        background-color: var(--bnv-site-bg-color);
    }

    .bnv-insta-gallery .content-wrapper {
        position: relative;
    }

    .bnv-insta-gallery .gallery {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
        margin: 0;
    }

    .bnv-insta-gallery.slider--on .gallery {
        display: block;
        margin: 0 -5px;
    }

    .bnv-insta-gallery.slider--on .gallery .gallery-image {
        margin: 0 5px;
    }

    .bnv-insta-gallery .gallery .gallery-image a img {
        border-radius: 0;
    }

    .bnv-insta-gallery.ratio--wide .gallery .gallery-image a img {
        aspect-ratio: var(--bnv-ratio-16-9);
    }

    .bnv-insta-gallery.ratio--boxy .gallery .gallery-image a img {
        aspect-ratio: var(--bnv-ratio-4-3);
    }

    .bnv-insta-gallery.ratio--banner .gallery .gallery-image a img {
        aspect-ratio: var(--bnv-ratio-2-1);
    }

    .bnv-insta-gallery.ratio--square .gallery .gallery-image a img {
        aspect-ratio: var(--bnv-ratio-1-1);
    }

/* Instagram Layout Two */
    .bnv-insta-gallery.layout--two .gallery {
        grid-template-columns: repeat(8, 1fr);
        grid-template-rows: repeat(2, 1fr);
        grid-auto-rows: auto;
        position: relative;
        gap: 10px;
    }

    .bnv-insta-gallery.layout--two .gallery .gallery-image:nth-child(2),
    .bnv-insta-gallery.layout--two .gallery .gallery-image:nth-child(4) {
        grid-row: span 2;
        grid-column: span 2;
    }

    .bnv-insta-gallery.layout--two .gallery .gallery-image:nth-child(3) {
        grid-row: span 1;
        grid-column: span 2;
    }

/* ===================== Instagram Slider Arrow ================================ */
    .bnv-insta-gallery .content-wrapper .controller-wrap {
        display: flex;
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        justify-content: space-between;
        align-items: center;
        padding: 0 20px;
        opacity: 0;
        visibility: hidden;
        transition: var(--transition-1);
    }

    .bnv-insta-gallery .content-wrapper:hover .controller-wrap {
        opacity: 1;
        visibility: visible;
    }

    .bnv-insta-gallery .controller-wrap .icon.slick-arrow {
        position: relative;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 1px solid #e9e9e9;
        background: #fff;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        transition: var(--transition-1);
        cursor: pointer;
    }

    .bnv-insta-gallery .controller-wrap .icon:hover {
        border-color: var(--bnv-site-border-color-hover);
    }

    .bnv-insta-gallery .controller-wrap .icon:hover {
        --bnv-site-border-color-hover: #000;
        border-color: var(--bnv-site-border-color-hover);
    }

    .bnv-insta-gallery .slick-arrow i {
        position: absolute;
        font-size: 10px;
        transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        z-index: 1;
        color: var(--bnv-site-color);
    }

    .bnv-insta-gallery .slick-arrow i {
        --bnv-site-color: #000;
        color: var(--bnv-site-color);
    }

/* SLICK - LEFT ARROW (prev-arrow) */
    .bnv-insta-gallery .prev-arrow i:first-child {
        transform: translateX(0);
        opacity: 1;
    }

    .bnv-insta-gallery .prev-arrow i:last-child {
        transform: translateX(25px);
        opacity: 0;
    }

    .bnv-insta-gallery .prev-arrow:hover i:first-child {
        transform: translateX(-25px);
        opacity: 0;
    }

    .bnv-insta-gallery .prev-arrow:hover i:last-child {
    transform: translateX(0);
    opacity: 1;
    }

/* SLICK - RIGHT ARROW (next-arrow) */
    .bnv-insta-gallery .next-arrow i:first-child {
        transform: translateX(0);
        opacity: 1;
    }

    .bnv-insta-gallery .next-arrow i:last-child {
        transform: translateX(-25px);
        opacity: 0;
    }

    .bnv-insta-gallery .next-arrow:hover i:first-child {
        transform: translateX(25px);
        opacity: 0;
    }

    .bnv-insta-gallery .next-arrow:hover i:last-child {
        transform: translateX(0);
        opacity: 1;
    }

/* SLICK Arrow - Disabled state */
    .bnv-insta-gallery .slick-arrow.slick-disabled {
        opacity: 0.35;
        cursor: not-allowed;
        border-color: #ddd;
    }

    .bnv-insta-gallery .slick-arrow.slick-disabled:hover {
        transform: none;
        box-shadow: none;
        border-color: #ddd;
        color: #999;
    }

    .bnv-insta-gallery .view-all {
        --bnv-site-font-weight: 400;
        --bnv-site-font-size: 14px;
        --bnv-site-font-lineheight: 1.8;
        --bnv-site-color: #fff;
        display: flex;
        align-items: center;
        gap: 6px;
        padding: 2px 22px;
        color: var(--bnv-site-color);
    }

    .bnv-insta-gallery .view-all i {
        border: none;
        font-size: 11px;
        height: initial;
        width: initial;
        background-color: transparent;
        border-radius: unset;
    }

    .bnv-insta-gallery .view-all:hover i {
        color: inherit;
    }
/* ===================== Instagram Button ================================ */

    .bnv-insta-gallery .insta-gallery-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-decoration: none;
        color: var(--bnv-site-bg-color);
        padding: 12px 28px;
        transition: var(--transition-1);
    }

    .bnv-insta-gallery .insta-gallery-button.filled {
        --bnv-site-bg-color: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
        background: var(--bnv-site-bg-color);
        color: var(--bnv-site-color);
    }

    .bnv-insta-gallery .insta-gallery-button.rounded {
        border-radius: 6px;
    }

    .bnv-insta-gallery .insta-gallery-button.outline {
        --bnv-site-border-color:#ccc;
        border: 1px solid var(--bnv-site-border-color);
    }

    .bnv-insta-gallery .insta-gallery-button.circle {
        border-radius: 50px;
    }

    .bnv-insta-gallery .insta-gallery-button:hover {
        --bnv-site-bg-color-hover: linear-gradient(135deg, #ffb347, #ff7043, #e63e62, #d63384, #c218a8);
        background: var(--bnv-site-bg-color-hover);
    }

    .bnv-insta-gallery .insta-gallery-button .label {
        transition: var(--transition-1);
    }

    .bnv-insta-gallery .insta-gallery-button:hover .label {
        --bnv-site-color-hover: #fff;
        color: var(--bnv-site-color-hover);
    }

    .bnv-insta-gallery .insta-gallery-button .section-head {
        margin: 0;
        font-size: 15px;
        font-weight: 700;
        color: var(--bnv-site-color);
        letter-spacing: 0.5px;
    }

    /* .bnv-insta-gallery .insta-gallery-button .section-head > span.label {
        --bnv-site-font-size: 18px;
        --bnv-site-font-weight: 700;
        --bnv-site-font-texttransform: uppercase;
        color: var(--bnv-site-color);
    } */

    .bnv-insta-gallery .insta-gallery-button.filled .section-head {
        --bnv-site-color: #fff;
        color: var(--bnv-site-color);
    }


/* ===================== MOBILE (max 767px) ================================= */
    @media (max-width: 767px) {

        .bnv-insta-gallery.layout--two .gallery {
            grid-template-columns: repeat(4, 1fr);
            grid-template-rows: repeat(2, 1fr);
            gap: 5px;
        }

        .bnv-insta-gallery.layout--two .gallery .gallery-image:nth-child(2) {
            grid-row: span 2;
            grid-column: span 2;
        }

        .bnv-insta-gallery.layout--two .gallery .gallery-image:nth-child(3),
        .bnv-insta-gallery.layout--two .gallery .gallery-image:nth-child(4) {
            grid-row: span 1;
            grid-column: span 1;
        }

        .bnv-insta-gallery .insta-gallery-button {
            padding: 8px 16px;
        }

        .bnv-insta-gallery .insta-gallery-button .section-head > span.label {
            font-size: calc(var(--bnv-site-font-size)*0.67);
        }
    }

    @media (max-width: 480px) {
        .bnv-insta-gallery .gallery {
            grid-template-columns: repeat(2, 1fr);
        }

        .bnv-insta-gallery.layout--two .gallery {
            grid-template-columns: repeat(3, 1fr);
        }

        .bnv-insta-gallery.layout--two .gallery .gallery-image:nth-child(n+6) {
            display: none;
        }

        .bnv-insta-gallery.layout--two .gallery .gallery-image:nth-child(2) {
            grid-row: span 2;
            grid-column: span 1;
        }
    }

/*
============================
MARK: Content sidebar block
============================
*/
    .bnv-content-sidebar {
        padding: 30px 0;
        background: var(--bnv-site-bg-color);
    }

    .bnv-content-sidebar .content-wrapper {
        display: flex;
        flex-direction: row;
        gap: 30px;
    }

    .bnv-content-sidebar .content-wrapper {
        display: flex;
    }

    .bnv-content-sidebar .content-wrapper .article-wrap {
        flex: 0 1 75%;
        position: sticky;
        top: 0;
    }

    .bnv-content-sidebar .content-wrapper .sidebar-block {
        flex: 0 1 25%;
    }

    .bnv-content-sidebar .content-wrapper .article-wrap:only-child {
        flex: 0 1 100%;
    }

    .bnv-content-sidebar .content-wrapper .article-wrap .featured-post {
        margin-bottom: 35px;
        padding-bottom: 30px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .bnv-content-sidebar .content-wrapper .article-wrap .featured-post .entry-title a {
        --bnv-site-font-size: 30px;
        --bnv-site-font-lineheight: 1.4;
    }

    .bnv-content-sidebar .content-wrapper .article-wrap .list-post .entry-title a {
        --bnv-site-font-size: 30px;
        --bnv-site-font-lineheight: 1.4;
        font-size: calc(var(--bnv-site-font-size)*0.60);
    }

    .bnv-content-sidebar .content-wrapper .article-wrap .featured-post .divider {
        width: 40px;
        height: 1.5px;
        background: var(--bnv-theme-color);
        margin: 0.25rem auto 0;
        opacity: 0.6;
    }

    .bnv-content-sidebar .content-wrapper .article-wrap .featured-post .entry-excerpt {
        text-align: center;
    }

    .bnv-content-sidebar .content-wrapper .article-wrap .featured-post .entry-inner {
        align-items: center;
    }

    .bnv-content-sidebar .content-wrapper .article-wrap .featured-post .bnv-article-figure {
        aspect-ratio: var(--bnv-ratio-2-1);
        margin-bottom: 30px;
    }

    .bnv-content-sidebar .content-wrapper .article-wrap .list-post {
        display: grid;
        grid-template-columns: repeat(2 , 1fr);
        gap: 30px;
    }

    .bnv-content-sidebar .content-wrapper .article-wrap .list-post .bnv-article {
        display: flex;
        gap: 30px;
    }

    .bnv-content-sidebar .content-wrapper .article-wrap .list-post .bnv-article figure {
        flex: 0 0 30%;
    }

    .bnv-content-sidebar .content-wrapper .article-wrap .list-post .bnv-article .entry-inner {
        flex: 1;
        justify-content: center;
    }

    .bnv-content-sidebar .sidebar-block .widget_blognova_post_list_widget .post-list-widget .article-wrap {
        display: grid;
        gap: 30px;
    }

/* =================== Content - Sidebar - Layout - Two =================== */
    .bnv-content-sidebar.layout--two .content-wrapper .article-wrap .featured-post {
        border: none;
        padding: 0;
    }

    .bnv-content-sidebar.layout--two .featured-post .bnv-article {
        display: flex;
    }

    .bnv-content-sidebar.layout--two .content-wrapper .article-wrap .list-post {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
    }

    .bnv-content-sidebar.layout--two .content-wrapper .article-wrap .list-post .bnv-article {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .bnv-content-sidebar.layout--two .content-wrapper .article-wrap .list-post .bnv-article-figure {
        flex: 0 0 auto;
        width: 100%;
        aspect-ratio: var(--bnv-ratio-4-3);
        margin: 0 0 15px 0;
    }

    .bnv-content-sidebar.layout--two .content-wrapper .article-wrap .list-post .entry-inner {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    @media screen and (min-width: 40em) {
        .bnv-content-sidebar.layout--two .featured-post .bnv-article .bnv-article-figure {
            flex: 0 0 40%;
            max-width: 40%;
            min-height: 400px;
            margin: 0;
        }

        .bnv-content-sidebar.layout--two .featured-post .bnv-article .entry-inner {
            flex: 0 0 60%;
            max-width: 60%;
            padding: 50px;
            justify-content: center;
            background-color: #f75454;
        }
    }
