
/* Created on : 17 Aug 2026, 5:37:49 pm Author : Jay Pandya | Weborative */
jp-blog-detail {
    background: #fffdf7;
}
/* ---------- ARTICLE HERO ---------- */
.jp-blog-detail-hero {
    padding: 70px 0 55px;
    background: linear-gradient( 135deg, #fffaf0 0%, #fffdf8 55%, #f5efe1 100% );
    position: relative;
    overflow: hidden;
}
.jp-blog-detail-hero::before {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(245, 166, 35, 0.10);
    right: -120px;
    top: -160px;
}
.jp-blog-detail-hero::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(0, 85, 52, 0.07);
    left: -80px;
    bottom: -100px;
}
.jp-blog-detail-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.jp-blog-detail-breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    font-size: 13px;
    font-weight: 600;
    color: #777;
}
.jp-blog-detail-breadcrumb a {
    color: #005534;
    text-decoration: none;
}
.jp-blog-detail-breadcrumb i {
    font-size: 9px;
    color: #b8860b;
}
.jp-blog-detail-category {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 17px;
    border-radius: 50px;
    background: #005534;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.jp-blog-detail-category i {
    color: #f5b942;
}
.jp-blog-detail-title {
    max-width: 900px;
    margin: 0 auto 22px;
    font-family: "Fraunces", serif;
    font-size: clamp(42px, 6vw, 76px);
    line-height: 1.04;
    font-weight: 800;
    color: #252015;
    letter-spacing: -1.5px;
}
.jp-blog-detail-intro {
    max-width: 720px;
    margin: 0 auto 25px;
    font-size: 17px;
    line-height: 1.8;
    color: #686157;
}
.jp-blog-detail-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    color: #777;
    font-size: 12px;
    font-weight: 500;
}
.jp-blog-detail-meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}
.jp-blog-detail-meta i {
    color: #005534;
}
/* ---------- FEATURED IMAGE ---------- */
.jp-blog-detail-featured {
    max-width: 1180px;
    margin: -5px auto 0;
    padding: 0 20px;
    position: relative;
    z-index: 5;
}
.jp-blog-detail-featured-wrap {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(45, 35, 15, 0.14);
    background: #eee;
}
.jp-blog-detail-featured img {
    display: block;
    width: 100%;
    height: 590px;
    object-fit: cover;
}
/* ---------- ARTICLE ---------- */
.jp-blog-detail-content {
    padding: 85px 0 100px;
}
.jp-blog-detail-layout {
    display: grid;
    grid-template-columns: 90px minmax(0, 780px);
    justify-content: center;
    gap: 45px;
}
/* ---------- SHARE ---------- */
.jp-blog-share {
    padding-top: 10px;
}
.jp-blog-share-inner {
    position: sticky;
    top: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.jp-blog-share-title {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 9px;
    letter-spacing: 2px;
    font-weight: 800;
    color: #999;
    margin-bottom: 8px;
}
.jp-blog-share a, .jp-blog-share button {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #e7dfcf;
    background: #fff;
    color: #005534;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    transition: all .25s ease;
}
.jp-blog-share a:hover, .jp-blog-share button:hover {
    background: #005534;
    color: #fff;
    border-color: #005534;
    transform: translateY(-3px);
}
/* ---------- ARTICLE TYPOGRAPHY ---------- */
.jp-blog-article {
    color: #514b42;
    font-size: 16px;
    line-height: 1.95;
}
.jp-blog-article p {
    margin: 0 0 25px;
}
.jp-blog-article .article-lead {
    font-family: "Fraunces", serif;
    font-size: 24px;
    line-height: 1.65;
    color: #302a20;
    font-weight: 600;
    margin-bottom: 35px;
}
.jp-blog-article h2 {
    font-family: "Fraunces", serif;
    color: #005534;
    font-size: 38px;
    line-height: 1.2;
    margin: 55px 0 22px;
}
.jp-blog-article h3 {
    font-family: "Fraunces", serif;
    color: #302a20;
    font-size: 27px;
    margin: 40px 0 17px;
}
/* ---------- ARTICLE IMAGE ---------- */
.jp-blog-article-image {
    margin: 42px 0;
}
.jp-blog-article-image img {
    display: block;
    width: 100%;
    border-radius: 22px;
}
.jp-blog-article-image figcaption {
    margin-top: 10px;
    font-size: 11px;
    color: #999;
    text-align: center;
    font-style: italic;
}
/* ---------- QUOTE ---------- */
.jp-blog-quote {
    position: relative;
    margin: 48px 0;
    padding: 42px 45px;
    border-radius: 24px;
    background: #005534;
    color: #fff;
    overflow: hidden;
}
.jp-blog-quote::before {
    content: "“";
    position: absolute;
    right: 20px;
    top: -45px;
    font-family: "Fraunces", serif;
    font-size: 180px;
    line-height: 1;
    color: rgba(255,255,255,.08);
}
.jp-blog-quote i {
    color: #f5b942;
    font-size: 27px;
    margin-bottom: 18px;
}
.jp-blog-quote p {
    position: relative;
    z-index: 2;
    font-family: "Fraunces", serif;
    font-size: 29px;
    line-height: 1.45;
    margin: 0 0 14px;
    color: #fff;
}
.jp-blog-quote cite {
    color: #f5b942;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
}
/* ---------- TAKEAWAYS ---------- */
.jp-blog-takeaways {
    margin: 45px 0;
    padding: 35px;
    border-radius: 24px;
    background: #fff4c9;
    border: 1px solid #f0d97c;
}
.jp-blog-takeaways-label {
    display: block;
    color: #005534;
    font-size: 10px;
    letter-spacing: 1.7px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.jp-blog-takeaways h3 {
    margin: 0 0 20px;
    font-size: 28px;
    color: #302a20;
}
.jp-blog-takeaways ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.jp-blog-takeaways li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 14px;
    line-height: 1.7;
}
.jp-blog-takeaways li:last-child {
    margin-bottom: 0;
}
.jp-blog-takeaways li i {
    color: #c5281c;
    margin-top: 5px;
}
/* ---------- AUTHOR ---------- */
.jp-blog-author {
    margin-top: 65px;
    padding: 28px 0;
    border-top: 1px solid #e7dfd0;
    border-bottom: 1px solid #e7dfd0;
    display: flex;
    align-items: center;
    gap: 18px;
}
.jp-blog-author-icon {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #005534;
    color: #f5b942;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    flex-shrink: 0;
}
.jp-blog-author span {
    display: block;
    font-size: 9px;
    letter-spacing: 1.5px;
    font-weight: 800;
    color: #999;
    margin-bottom: 3px;
}
.jp-blog-author strong {
    display: block;
    font-family: "Fraunces", serif;
    font-size: 20px;
    color: #302a20;
}
/* ---------- BOTTOM SHARE ---------- */
.jp-blog-bottom-share {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0;
}
.jp-blog-bottom-share-text strong {
    display: block;
    font-family: "Fraunces", serif;
    color: #302a20;
    font-size: 20px;
}
.jp-blog-bottom-share-text span {
    font-size: 12px;
    color: #999;
}
.jp-blog-bottom-share-icons {
    display: flex;
    gap: 8px;
}
.jp-blog-bottom-share-icons a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f4eee0;
    color: #005534;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: .25s;
}
.jp-blog-bottom-share-icons a:hover {
    background: #005534;
    color: #fff;
    transform: translateY(-3px);
}
/* ---------- RELATED BLOGS ---------- */
.jp-blog-related {
    padding: 95px 0;
    background: #f7f0df;
}
.jp-blog-related-heading {
    text-align: center;
    margin-bottom: 45px;
}
.jp-blog-related-heading span {
    display: block;
    color: #c5281c;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.jp-blog-related-heading h2 {
    margin: 0 0 12px;
    font-family: "Fraunces", serif;
    color: #302a20;
    font-size: clamp(34px, 4vw, 48px);
}
.jp-blog-related-heading p {
    max-width: 600px;
    margin: auto;
    color: #777;
    font-size: 14px;
    line-height: 1.8;
}
.jp-blog-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.jp-blog-related-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(50,35,10,.08);
    transition: .3s ease;
}
.jp-blog-related-card:hover {
    transform: translateY(-7px);
    box-shadow: 0 20px 45px rgba(50,35,10,.13);
}
.jp-blog-related-image {
    position: relative;
    height: 230px;
    overflow: hidden;
}
.jp-blog-related-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}
.jp-blog-related-card:hover .jp-blog-related-image img {
    transform: scale(1.06);
}
.jp-blog-related-category {
    position: absolute;
    left: 15px;
    bottom: 15px;
    padding: 7px 12px;
    border-radius: 30px;
    background: #005534;
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.jp-blog-related-info {
    padding: 23px;
}
.jp-blog-related-meta {
    color: #999;
    font-size: 10px;
    margin-bottom: 10px;
}
.jp-blog-related-info h3 {
    margin: 0 0 12px;
    font-family: "Fraunces", serif;
    font-size: 24px;
    line-height: 1.3;
}
.jp-blog-related-info h3 a {
    color: #302a20;
    text-decoration: none;
}
.jp-blog-related-info p {
    margin: 0 0 18px;
    color: #777;
    font-size: 12px;
    line-height: 1.7;
}
.jp-blog-related-link {
    color: #c5281c;
    text-decoration: none;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .7px;
}
.jp-blog-related-link i {
    margin-left: 5px;
    transition: .25s;
}
.jp-blog-related-link:hover i {
    margin-left: 10px;
}
/* ---------- CTA ---------- */
.jp-blog-detail-cta {
    padding: 75px 0;
    background: #005534;
    color: #fff;
}
.jp-blog-detail-cta-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}
.jp-blog-detail-cta-label {
    display: block;
    color: #f5b942;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 8px;
}
.jp-blog-detail-cta h2 {
    margin: 0 0 10px;
    font-family: "Fraunces", serif;
    font-size: 42px;
    line-height: 1.15;
    color: #fff;
}
.jp-blog-detail-cta p {
    max-width: 560px;
    margin: 0;
    color: rgba(255,255,255,.75);
    font-size: 14px;
    line-height: 1.8;
}
.jp-blog-detail-cta .main-btn {
    flex-shrink: 0;
}
/* ---------- READING PROGRESS ---------- */
.jp-reading-progress {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 4px;
    width: 0;
    background: #c5281c;
    transition: width .08s linear;
}
/* ===================================================== RESPONSIVE ===================================================== */
@media (max-width: 991px) {
    .jp-blog-detail-featured img {
        height: 470px;
    }
    .jp-blog-detail-layout {
        grid-template-columns: 1fr;
    }
    .jp-blog-share {
        order: 2;
    }
    .jp-blog-share-inner {
        position: static;
        flex-direction: row;
        justify-content: center;
    }
    .jp-blog-share-title {
        writing-mode: initial;
        transform: none;
        margin: 0 5px 0 0;
    }
    .jp-blog-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .jp-blog-detail-cta-inner {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media (max-width: 767px) {
    .jp-blog-detail-hero {
        padding: 50px 0 45px;
    }
    .jp-blog-detail-title {
        font-size: 43px;
        letter-spacing: -.8px;
    }
    .jp-blog-detail-intro {
        font-size: 15px;
    }
    .jp-blog-detail-featured {
        padding: 0 15px;
    }
    .jp-blog-detail-featured img {
        height: 350px;
    }
    .jp-blog-detail-content {
        padding: 55px 0 70px;
    }
    .jp-blog-article .article-lead {
        font-size: 20px;
    }
    .jp-blog-article h2 {
        font-size: 31px;
        margin-top: 42px;
    }
    .jp-blog-quote {
        padding: 30px;
    }
    .jp-blog-quote p {
        font-size: 24px;
    }
    .jp-blog-related-grid {
        grid-template-columns: 1fr;
    }
    .jp-blog-bottom-share {
        flex-direction: column;
        align-items: flex-start;
    }
    .jp-blog-detail-cta h2 {
        font-size: 34px;
    }
}
@media (max-width: 480px) {
    .jp-blog-detail-title {
        font-size: 36px;
    }
    .jp-blog-detail-meta {
        flex-direction: column;
        gap: 8px;
    }
    .jp-blog-detail-featured img {
        height: 260px;
    }
    .jp-blog-takeaways {
        padding: 25px;
    }
    .jp-blog-author {
        align-items: flex-start;
    }
}


/* =====================================================
   BLOG DETAIL - RELATED ARTICLES
===================================================== */

.jp-blog-related-section {
    padding-top: 75px;
    padding-bottom: 75px;
}

.jp-blog-related-section .jp-home-blog-title {
    margin-bottom: 38px;
}

.jp-blog-related-view-all {
    display: flex;
    justify-content: center;
    margin-top: 38px;
}

.jp-blog-related-view-all .main-btn {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.jp-blog-related-view-all .main-btn i {
    transition: transform .25s ease;
}

.jp-blog-related-view-all .main-btn:hover i {
    transform: translateX(4px);
}


/* Keep final CTA compact */

.jp-blog-detail-cta {
    padding: 55px 0;
}

.jp-blog-detail-cta-inner {
    min-height: 0;
}