.blog-back {
    margin-bottom: 20px;
}

.back-btn {
    display: inline-block;
    padding: 8px 16px;
    background: #f5f5f5;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    transition: 0.3s ease;
}

.back-btn:hover {
    background: #0073e6;
    color: #fff;
}
.blog-navigation {
    display: flex;
    justify-content: space-between;
    margin: 0px 20px 20px 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.blog-navigation a {
    padding: 10px 18px;
    background: #0073e6;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
}

.blog-navigation a:hover {
    background: #005bb5;
}
.gl-grv-section {
    display: none !important;
}

/* Blog Detail */
.blog-detail-section {
    padding: 20px 0;
    font-family: 'Poppins', sans-serif;
}

.blog-featured-img img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 20px;
}

.blog-detail-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #002346;
}


.blog-content h2 {
    font-size: 22px;
    margin-top: 30px;
    color: #002346;
}
.blog-content p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 15px;
    color: #333;
}

/* ===== BLOG TOC WRAPPER ===== */
/* ===== TABLE OF CONTENTS ===== */
/* =========================
   TABLE OF CONTENT (TOC)
   ========================= */

.blog-toc {
    background: #f8faff;
    border-radius: 10px;
    padding: 16px 18px;
    margin-bottom: 30px;
}

.blog-toc h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #002346;
}


/* REMOVE DEFAULT LIST STYLE */
.blog-toc ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

/* H2 ITEMS */
.blog-toc li.h2 a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #002346;
    text-decoration: none;
    margin-bottom: 6px;
}

/* H3 ITEMS (INDENTED) */
.blog-toc li.h3 {
    padding-left: 16px;
}

.blog-toc li.h3 a {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #002346;
    text-decoration: none;
    margin-bottom: 5px;
}

/* HOVER */
.blog-toc a:hover {
    color: #0b68ff;
}
/* =========================
   BLOG CONTENT TYPOGRAPHY
   ========================= */

.gl-blog-content h1 {
    font-size: 34px;
    line-height: 1.35;
    margin: 35px 0 22px;
    font-weight: 700;
    color: #002346;
}

.gl-blog-content h2 {
    font-size: 26px;
    line-height: 1.4;
    margin: 32px 0 16px;
    font-weight: 600;
    color: #002346;
}

.gl-blog-content h3 {
    font-size: 20px;
    line-height: 1.5;
    margin: 22px 0 12px;
    font-weight: 500;
    color: #00367d;
}
.gl-blog-content h4 {
    font-size: 18px;
    line-height: 1.5;
    margin: 22px 0 12px;
    font-weight: 500;
    color: #00367d;
}

.gl-blog-content p {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 18px;
    color: #333;
}
/* =========================
   TOC COLLAPSE STYLE
   ========================= */

.toc-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.toc-toggle {
    font-size: 18px;
    font-weight: 600;
    color: #0b68ff;
    line-height: 1;
}

.blog-toc.collapsed #toc-list {
    display: none;
}
.blog-container {
    padding: 0px 40px;
}

@media (max-width: 991px) {
	.blog-container {
    padding: 0px 20px;
}
	.blog-detail-section {
    padding: 30px 0;
}	
.blog-detail-title {
    font-size: 24px;
}
.gl-blog-content p {
    font-size: 14px;
}	
.gl-blog-content li {
    font-size: 14px;
}	
.gl-blog-content h2 {
    font-size: 20px;
}
.gl-blog-content h3 {
    font-size: 18px;
    margin: 0px 0 0px;
}
.gl-blog-content h4 {
    font-size: 16px;
}
}

@media (max-width: 575px) {
	.blog-detail-title {
    font-size: 20px;
}	
}