.footer-social.ricon a {
    background-color: rgb(189 149 14);
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
}

.breadcrumb-item+.breadcrumb-item::before {
 color:#fff;   
}

/*======================Blog Details=============================*/

    /* Custom Styles */
    .blog-detail-hero-banner, .blog-hero-banner {
        padding: 5rem 0;
       background: 
    linear-gradient(135deg, rgba(30, 60, 114, 0.7), rgba(42, 82, 152, 0.7)),
    url('https://images.unsplash.com/photo-1611974789855-9c2a0a7236a3');
background-size: cover;
background-position: center; 
    }

    .custom-shape-divider-bottom {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        overflow: hidden;
        line-height: 0;
    }
    

    .custom-shape-divider-bottom svg {
        position: relative;
        display: block;
        width: calc(100% + 1.3px);
        height: 60px;
    }

    .custom-shape-divider-bottom .shape-fill {
        fill: #f8f9fa;
    }

    .blog-content {
        font-size: 1.1rem;
        line-height: 1.8;
    }

    .blog-content h2 {
        font-size: 1.8rem;
        margin-top: 3rem;
        margin-bottom: 1.5rem;
        color: #1e3c72;
    }

    .blog-content h3 {
        font-size: 1.5rem;
        margin-top: 2.5rem;
        margin-bottom: 1.25rem;
    }

    .featured-image {
        border-radius: 0.5rem;
        overflow: hidden;
    }

    .social-sharing .btn {
        width: 36px;
        height: 36px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .list-check {
        list-style: none;
        padding-left: 0;
    }

    .list-check li {
        position: relative;
        padding-left: 2rem;
        margin-bottom: 0.75rem;
    }

    .list-check li:before {
        content: "\f00c";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        left: 0;
        top: 0;
        color: #0d6efd;
    }

    .comment-reply {
        border-left: 3px solid #eee;
    }

    .category-list li a {
        color: #333;
        text-decoration: none;
        transition: all 0.3s ease;
        border-bottom: 1px solid #eee;
    }

    .category-list li:last-child a {
        border-bottom: none;
        font-weight: 600;
    }

    .category-list li a:hover {
        color: #0d6efd;
        padding-left: 5px;
    }

    .popular-posts .post h6 {
        font-size: 0.95rem;
    }

    .popular-posts .post a {
        text-decoration: none;
    }

    .popular-posts .post a:hover {
        color: #0d6efd !important;
    }
    
    /*===============================Start Blog===========================================*/

    /* Custom Styles */
    
    .featured-post-card {
        transition: transform 0.3s ease;
        border-radius: 0.5rem;
    }

    .featured-post-card:hover {
        transform: translateY(-5px);
    }

    .tag-cloud {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .tag {
       display: inline-block;
    padding: 0.20rem 0.50rem;
    background-color: #f8f9fa;
    border-radius: 50rem;
    font-size: 0.6rem;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    }

    .tag:hover {
        background-color: #0d6efd;
        color: white;
    }

    .popular-posts a {
        text-decoration: none;
    }

    .popular-posts a:hover {
        color: #0d6efd !important;
    }

    .card-img-overlay-top {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 1rem;
        background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, transparent 100%);
    }

    .object-fit-cover {
        object-fit: cover;
    }

