.fl-contact-banner {
    position: relative;
    background: #2c84ed;
    background-size: 650px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-bottom: 90px;
    padding-top: 90px;
}

ul#subnav-desktop-blog {
    margin-top: 65px;
}

.blog-section {
    background: #fff;
}

.blog-search-bar {
    display: none;
}

.blog-mobile-category {
    display: none;
}

ul#subnav-desktop-blog a {
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    color: #0056D2;
}

ul#subnav-desktop-blog a:hover {
    color: #199819;
}

ul#subnav-desktop-blog li:not(:last-child) {
    margin-right: 0;
    padding-right: 2rem;
    border-right: 1px solid #767676;
}

ul#subnav-desktop-blog li:not(:first-child) {
    padding-left: 2rem;
}

.view_all.text-center a {
    color: #0056D2;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
}

.blog-date {
    color: #0056D2;
}

section.blog-section h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
}

header.blue-header .container {
    background: #0059ce;
}

.view_all.text-center {
    margin-top: 50px;
    margin-bottom: 80px;
    color: #0056D2;
}

/* Overlay implementation */
.fl-contact-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('/images/Banner-bg.webp');
    background-size: cover;
    opacity: 0.12;
    z-index: 1;
}

.fl-contact-banner .container {
    position: relative;
    z-index: 2;
}

.fl-contact-banner .banner-title {
    color: #ffffff;
}

.fl-contact-banner .breadcrumb-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #ffffff;
}

.banner-content h5 {
    font-size: 21px !important;
    color: #fff;
    font-weight: 400;
}

.fl-contact-banner .breadcrumb-item {
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: "Poppins", Sans-serif;
}


.fl-contact-banner .arrow-icon {
    font-size: 18px;
}

html .blog-section .container {
    max-width: 1160px !important;
}

.fadeblur {
    animation: fadeblur 0.6s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
}


.blog-title,
.blog-title a {
    font-size: 16px;
}

.blog-date {
    font-size: 14px;
}



@keyframes fadeblur {
    0% {
        filter: blur(10px);
        opacity: 0;
    }

    100% {
        filter: blur(0px);
        opacity: 1;
    }
}

/* Responsive Adjustments */
/* @media(min-width:1400px) {
    .fl-contact-banner .container {
        max-width: 1140px !important;
    }
} */

@media (min-width: 768px) {
    section.fl-contact-banner {
        margin-top: -90px;
        padding-top: 125px;
    }

    .fl-contact-banner .breadcrumb-wrap > :last-child {
        white-space: nowrap;
    }
}

@media (min-width: 1025px) {
    body.blogs section.fl-contact-banner {
        background-color: #3395f4;
        background-image: none;
        background-size: auto;
        background-repeat: no-repeat;
        background-position: center right;
        padding-bottom: 90px;
        padding-top: 125px;
    }

    body.blogs section.fl-contact-banner::before {
        right: auto;
        width: 63%;
        background-image: url('/images/Banner-bg.webp');
        background-size: cover;
        background-position: center left;
        opacity: 0.12;
        z-index: 1;
    }

    body.blogs section.fl-contact-banner::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 37%;
        background-image: url('/images/blog-hero-growth-desktop.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        z-index: 1;
        pointer-events: none;
    }

    body.blogs .fl-contact-banner .banner-content {
        max-width: 63%;
    }

    body.blogs .blog-search-bar {
        display: block;
        width: min(776px, calc(100% - 48px));
        margin: 42px auto 40px;
    }

    body.blogs .blog-search-input {
        box-sizing: border-box;
        width: 100%;
        height: 38px;
        border: 1px solid #767676;
        border-radius: 4px;
        background: #ffffff;
        color: #000000;
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.25;
        padding: 8px;
        outline: none;
    }

    body.blogs .blog-search-input::placeholder {
        color: #6f6f6f;
        opacity: 1;
    }

    body.blogs .blog-search-input:focus {
        border-color: #0059ce;
        box-shadow: 0 0 0 3px rgba(0, 89, 206, 0.1);
    }
}




@media (max-width: 767px) {
    section.fl-contact-banner {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    body.blogs section.fl-contact-banner {
        background-color: #3395f4;
        background-image: none;
        padding: 50px 0px;
    }

    body.blogs section.fl-contact-banner::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 36%;
        background-image: url('/images/blog-hero-growth-mobile.webp');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        z-index: 1;
        pointer-events: none;
    }

    body.blogs .fl-contact-banner .banner-content {
        max-width: 67%;
    }

    body.blogs .blog-search-bar {
        display: block;
        width: calc(100% - 44px);
        margin: 34px auto 92px;
    }

    body.blogs .blog-mobile-category {
        display: block;
        width: calc(100% - 44px);
        margin: 34px auto 0;
    }

    body.blogs .blog-category-toggle {
        box-sizing: border-box;
        width: 100%;
        height: 38px;
        border: 1px solid #767676;
        border-radius: 4px;
        background-color: #ffffff;
        color: #333333;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.25;
        padding: 8px 12px 8px 8px;
        text-align: left;
    }

    body.blogs .blog-category-toggle::after {
        margin-left: 12px;
        border-top-color: #333333;
    }

    body.blogs .blog-category-toggle:focus,
    body.blogs .blog-category-toggle.show {
        border-color: #0059ce;
        box-shadow: 0 0 0 3px rgba(0, 89, 206, 0.1);
    }

    body.blogs .blog-category-menu {
        width: 100%;
        border: 1px solid #767676;
        border-radius: 4px;
        padding: 6px 0;
        margin-top: 6px;
        font-family: "Poppins", sans-serif;
    }

    body.blogs .blog-category-menu .dropdown-item {
        color: #333333;
        font-size: 15px;
        line-height: 1.3;
        padding: 9px 12px;
        white-space: normal;
    }

    body.blogs .blog-category-menu .dropdown-item:active,
    body.blogs .blog-category-menu .dropdown-item:hover {
        background-color: rgba(0, 89, 206, 0.08);
        color: #0059ce;
    }

    body.blogs .blog-search-input {
        box-sizing: border-box;
        width: 100%;
        height: 38px;
        border: 1px solid #767676;
        border-radius: 4px;
        background: #ffffff;
        color: #000000;
        font-family: "Poppins", sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.25;
        padding: 8px;
        outline: none;
    }

    body.blogs .blog-search-input::placeholder {
        color: #6f6f6f;
        opacity: 1;
    }

    body.blogs .blog-search-input:focus {
        border-color: #0059ce;
        box-shadow: 0 0 0 3px rgba(0, 89, 206, 0.1);
    }

    section.fl-contact-banner.mt-3 {
        padding: 20px 0px 40px 0px;
        text-align: left;
        background-position: bottom right;
        margin-top: 0 !important;
    }



    .fl-contact-banner .breadcrumb-wrap {
        justify-content: flex-start;
        gap: 10px;
        max-width: 80%;
    }



    .fl-contact-banner .breadcrumb-item {
        gap: 8px;
        line-height: 1.4;
    }

    .fl-contact-banner .breadcrumb-wrap > :not(:last-child) {
        flex-shrink: 0;
    }

    .fl-contact-banner .breadcrumb-wrap > :last-child {
        display: block;
        min-width: 0;
        flex: 1 1 auto;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .fl-contact-banner .arrow-icon {
        font-size: 12px;
    }

    .blogs section.blog-section h2.text-anime-style-3 {
        font-size: clamp(21px, 6.7vw, 31px) !important;
        font-weight: 600 !important;
        line-height: 1.2 !important;
        letter-spacing: 0 !important;
        margin-bottom: 24px !important;
    }

    .blogs section.blog-section .row > h2.text-anime-style-3 {
        margin-bottom: 0 !important;
    }

    .blogs section.blog-section .view_all.text-center + h2.text-anime-style-3 {
        margin-top: 10px;
    }
}
