/* Blog Post Page Styles */
/* .blog-single-wrap {
    max-width: 850px;
    margin: 0 auto;
} */

.blog-single-wrap .post-header {
    margin-bottom: 35px;
}

.blog-single-wrap .post-header h1 {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
    color: #1A1729;
    margin-bottom: 20px;
}

.blog-single-wrap .post-header title {
    display: block;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
    color: #1A1729;
    margin-bottom: 20px;
}

/* H1 styling for content sections */
.blog-content-body h1#why-essential,
.blog-content-body h1#overview {
    font-size: 26px;
    font-weight: 700;
    color: #1A1729;
    margin-bottom: 18px;
    padding-top: 10px;
    line-height: 1.3;
    scroll-margin-top: 100px;
}

.blog-single-wrap .entry-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    padding-bottom: 25px;
    border-bottom: 1px solid #e8e8e8;
}

.blog-single-wrap .entry-meta span {
    font-size: 15px;
    color: #625F71;
    display: flex;
    align-items: center;
    gap: 6px;
}

.blog-single-wrap .entry-meta span i {
    color: #ff6933;
    font-size: 14px;
}

/* Featured Image */
.blog-featured-img {
    margin-bottom: 40px;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    height: 610px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Table of Contents */
.blog-toc {
    background: #fff5f2;
    border-left: 4px solid #ff6933;
    border-radius: 0 10px 10px 0;
    padding: 25px 30px;
    margin-bottom: 40px;
}

.blog-toc h3 {
    font-size: 20px;
    font-weight: 700;
    color: #1A1729;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog-toc h3 i {
    color: #ff6933;
}

.blog-toc ol {
    padding-left: 20px;
    margin-bottom: 0;
    list-style: decimal;
}

.blog-toc ol li {
    padding: 5px 0;
}

.blog-toc ol li a {
    color: #625F71;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s;
    text-decoration: none;
}

.blog-toc ol li a:hover {
    color: #ff6933;
}

/* Custom list and text styles */
.purple-text {
    color: #8B7E9B;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.bullet-list {
    list-style: disc;
    padding-left: 20px;
}

.bullet-list li {
    margin-bottom: 12px;
}

.numbered-list {
    padding-left: 20px;
}

.numbered-list li {
    margin-bottom: 10px;
}

.benefits-list {
    line-height: 1.8;
}

.benefits-list li {
    margin-bottom: 15px;
}

.choosing-list {
    line-height: 1.8;
    padding-left: 20px;
}

.choosing-list li {
    margin-bottom: 15px;
}

.tag-icon {
    color: #ff6933;
    margin-right: 5px;
}

/* Blog Content Styles */
.blog-content-body h2 {
    font-size: 26px;
    font-weight: 700;
    color: #1A1729;
    /* margin-top: 45px; */
    margin-bottom: 18px;
    padding-top: 10px;
    line-height: 1.3;
    scroll-margin-top: 100px;
}

.blog-content-body p {
    font-size: 17px;
    line-height: 1.85;
    color: #625F71;
    margin-bottom: 20px;
}

.blog-content-body .intro-text {
    font-size: 19px;
    line-height: 1.8;
    color: #4e4e4e;
    margin-bottom: 30px;
}

/* Highlight Box */
.blog-highlight {
    background: #FCF9EF;
    border-radius: 10px;
    padding: 25px 30px;
    margin: 30px 0;
    border: 1px solid #f0e8d0;
}

.blog-highlight p {
    margin-bottom: 0;
    font-style: italic;
    color: #4e4e4e;
}

/* Blockquote */
.blog-content-body blockquote {
    background: #f8f8f8;
    border-left: 4px solid #ff6933;
    padding: 25px 30px;
    margin: 30px 0;
    border-radius: 0 10px 10px 0;
}

.blog-content-body blockquote p {
    font-size: 18px;
    font-weight: 500;
    color: #1A1729;
    margin-bottom: 0;
    line-height: 1.7;
    font-style: italic;
}

/* Tags Section */
.blog-tags {
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #e8e8e8;
}

.blog-tags h4 {
    font-size: 16px;
    font-weight: 700;
    color: #1A1729;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.blog-tags .tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.blog-tags .tag-list a {
    display: inline-block;
    padding: 6px 16px;
    background: #f2f2f2;
    color: #1A1729;
    font-size: 14px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s;
    font-weight: 500;
}

.blog-tags .tag-list a:hover {
    background: #ff6933;
    color: #fff;
}

/* Share Section */
.blog-share {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
}

.blog-share span {
    font-size: 15px;
    font-weight: 600;
    color: #1A1729;
}

.blog-share a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    transition: all 0.3s;
    text-decoration: none;
}

.blog-share .share-fb {
    background: #3b5998;
}

.blog-share .share-tw {
    background: #1da1f2;
}

.blog-share .share-li {
    background: #0077b5;
}

.blog-share .share-wa {
    background: #25d366;
}

.blog-share a:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* CTA Box */
.blog-cta-box {
    background: #1A1729;
    border-radius: 15px;
    padding: 45px 40px;
    text-align: center;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}

.blog-cta-box::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 300px;
    height: 300px;
    background: rgba(255, 105, 51, 0.15);
    border-radius: 50%;
}

.blog-cta-box::after {
    content: '';
    position: absolute;
    bottom: -40%;
    left: -5%;
    width: 200px;
    height: 200px;
    background: rgba(255, 105, 51, 0.1);
    border-radius: 50%;
}

.blog-cta-box h3 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
    z-index: 1;
}

.blog-cta-box p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    max-width: 600px;
    margin: 0 auto 25px;
    line-height: 1.7;
    position: relative;
    z-index: 1;
}

.blog-cta-box .cta-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ff6933;
    color: #fff;
    padding: 15px 35px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    position: relative;
    z-index: 1;
}

.blog-cta-box .cta-button:hover {
    background: #e55a27;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 105, 51, 0.3);
}

.blog-cta-box .cta-button-icon {
    font-size: 14px;
}

/* Page Title Shadow */
.page-title-shadow {
    background: #FCF9EF;
}

/* Helper Classes */
.h4_txt {
    font-size: 20px;
    font-weight: 700;
}

.h3_txt {
    font-size: 20px;
    font-weight: 700;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .blog-single-wrap .post-header h1 {
        font-size: 30px;
    }

    .blog-featured-img {
        height: 420px;
    }

    .blog-content-body h2 {
        font-size: 23px;
        margin-top: 35px;
    }

    .blog-cta-box {
        padding: 35px 25px;
    }

    .blog-cta-box h3 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .blog-single-wrap .post-header h1 {
        font-size: 25px;
    }

    .blog-single-wrap .entry-meta {
        gap: 12px;
    }

    .blog-featured-img {
        height: 420px;
    }

    .blog-toc {
        padding: 20px;
    }

    .blog-content-body h2 {
        font-size: 21px;
        margin-top: 30px;
    }

    .blog-content-body p {
        font-size: 16px;
    }

    .blog-content-body .intro-text {
        font-size: 17px;
    }

    .blog-content-body blockquote {
        padding: 20px;
    }

    .blog-content-body blockquote p {
        font-size: 16px;
    }

    .blog-cta-box {
        padding: 30px 20px;
    }

    .blog-cta-box h3 {
        font-size: 22px;
    }

    .blog-cta-box .cta-button {
        padding: 12px 25px;
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .blog-single-wrap .post-header h1 {
        font-size: 22px;
    }

    .blog-featured-img {
        height: 320px;
    }

    .blog-share {
        flex-wrap: wrap;
    }
}
