/* === Blog Detail Template Start === */
.blog_detail__template {
    padding-top: min(max(8.875rem, 10.729vw), 12.875rem);
}

.blog_detail__template .custom-heading {
    flex-direction: column;
    row-gap: min(max(0.875rem, 0.833vw), 1rem);
}

.blog_detail__template .custom-heading .heading {
    font-family: var(--theme-font-poppins);
    letter-spacing: -2.88px;
    line-height: 1.1;
}

.blog_detail_template_img {
    width: 100%;
    margin-top: min(max(2.5rem, 3.333vw), 4rem);
}

.blog_detail_template_img img {
    width: 100%;
}
/* === Blog Detail Template End === */


/* === Blog Detail Start === */
.blog_detail_left {
    padding-top: min(max(0.9375rem, 1.25vw), 1.5rem);
    padding-bottom: min(max(0.75rem, 0.99vw), 1.1875rem);
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: var(--theme-gray);
    position: sticky;
    top: min(max(5.625rem, 7.813vw), 9.375rem);
    z-index: 2;
}

.table_heading {
    padding: 0 min(max(0.9375rem, 1.25vw), 1.5rem) 20px;
}

.table_heading h3 {
    margin: 0;
    color: var(--theme-white);
}

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

.blog_deatil_tabbing {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.blog_deatil_tabbing li a {
    position: relative;
    display: block;
    padding: min(max(0.75rem, 0.938vw), 1.125rem) min(max(0.9375rem, 1.25vw), 1.5rem);
    color: rgba(255, 255, 255, 0.55);
    font-size: min(max(1rem, 0.938vw), 1.125rem);
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
}

/* Active item — set permanently on whichever <li><a> needs it */
.blog_deatil_tabbing li a.active {
    color: var(--theme-white);
    font-weight: 600;
}

.blog_deatil_tabbing li a.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--theme-red);
}

.blog_detail_right {
    margin-right: min(max(2.8125rem, 4.063vw), 4.875rem);
}

.blog_detail_right h1,
.blog_detail_right h2,
.blog_detail_right h3,
.blog_detail_right h4,
.blog_detail_right h5,
.blog_detail_right h6 {
    color: var(--theme-white);
    font-weight: 400;
    margin-top: min(max(1.25rem, 1.667vw), 2rem);
}

.blog_detail_right h1:first-child,
.blog_detail_right h2:first-child,
.blog_detail_right h3:first-child,
.blog_detail_right h4:first-child,
.blog_detail_right h5:first-child,
.blog_detail_right h6:first-child {
    margin-top: 0px;
}

.blog_detail_right p {
    color: rgba(255, 255, 255, 0.80);
    font-size: min(max(1rem, 0.938vw), 1.125rem);
    font-weight: 400;
    margin-top: min(max(1.25rem, 1.667vw), 2rem);
}

.blog_detail_right img {
    border-radius: min(max(0.875rem, 0.833vw), 1rem);
    margin-top: min(max(1.875rem, 2.5vw), 3rem);
}

.blogs_card_btn .secondary-btn {
    color: #5B5B5D;
}

.blog_detail_right a{
    color: #3B6AEB;
}

@media screen and (max-width: 991px) {
    .blog_deatil_tabbing ul {
        display: flex;
        align-items: center;
        column-gap: 20px;
        width: max-content;
        flex-wrap: nowrap;
    }

    .table_heading {
        text-align: center;
    }

    .blog_deatil_tabbing {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .blog_detail_right {
        margin-right: 0px;
        margin-top: 30px;
    }
	
}
/* === Blog Detail End === */

/* .breadcrumb__list li a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
} */

/* .breadcrumb__list li.active a {
    color: #fff;
    font-weight: 700;
} */