:root {
    --h1-home-font-size: 50px;
    --h1-home-font-family: 'Epilogue', sans-serif;
    --h1-home-font-weight: 400;

    --h2-home-font-size: 48px;
    --h2-home-font-family: 'Epilogue', sans-serif;
    --h2-home-font-weight: 400;
    --h2-home-line-height: 60px;

    --h3-home-font-size: 22px;
    --h3-home-font-family: 'Epilogue', sans-serif;
    --h3-home-font-weight: 500;
    --h3-home-line-height: 62px;

}

h1 {
    font-size: var(--h1-home-font-size);
    font-family: var(--h1-home-font-family);
    font-weight: var(--h1-home-font-weight);
    color: #fff;
}

h2,
h2.h2-title {
    font-size: var(--h2-home-font-size);
    font-family: var(--h2-home-font-family);
    font-weight: var(--h2-home-font-weight);
    line-height: var(--h2-home-line-height);
    color: #FFFFFF;
}

h3 {
    font-size: var(--h3-home-font-size);
    font-family: var(--h3-home-font-family);
    font-weight: var(--h3-home-font-weight);
    line-height: var(--h3-home-line-height);
    color: #FFFFFF;
    ;
}

section {
    margin: 55px 0;
}

/* Blog List Layout */

.nsc-blog-thumb img {
    width: 100%;
    height: 554px;
    object-fit: cover;
}

.nsc-blog-content {
    margin: 20px 0;
}

.nsc-blog-content p {
    font-family: Sora;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #A6A6A6;
}

#nsc-blog-list .nsc-blog-item h2.nsc-blog-title a {
    color: #FFFFFF;
}

.nsc-blog-date {
    font-family: Inconsolata;
    font-weight: 400;
    font-size: 15.17px;
    line-height: 20px;
    color: #BFA37C;
}

.nsc-blog-excerpt {
    font-family: Sora;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #A6A6A6;
}

.nsc-blog-btn {
    padding: 12px 20px;
    display: inline-block;
    background: #000;
    color: #fff;
    border-radius: 4px;
    transition: 0.3s;
}

.nsc-blog-list-wrapper a#primary-button {
    max-width: 182px;
    text-align: center;
    margin: 20px 0;
}

.nsc-blog-pagination {
    margin-top: 40px;
    text-align: center;
}

.nsc-blog-pagination a {
    padding: 8px 16px;
    margin: 0 5px;
    background: #eee;
    border-radius: 4px;
}

.nsc-blog-pagination .current {
    background: #000;
    color: #fff;
}

article.nsc-blog-item {
    margin-bottom: 100px;
}

article.nsc-blog-item h2.h2-title {
    margin: 0;
}




/* Blog Pagination Styling */
.nsc-blog-pagination {
    margin-top: 40px;
    text-align: center;
}

.nsc-blog-pagination .page-numbers {
    display: inline-block;
    padding: 10px 16px;
    margin: 0 4px;
    border: 1px solid #BFA37C;
    color: #fff;
    border-radius: 4px;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
    background: transparent;
}

/* Active Page */
.nsc-blog-pagination .current {
    background: #BFA37C;
    color: #000;
    border-color: #BFA37C;
}

/* Hover State */
.nsc-blog-pagination .page-numbers:hover {
    background: #BFA37C;
    color: #000;
}

/* Dots */
.nsc-blog-pagination .dots {
    border: none !important;
    background: transparent !important;
    color: #555 !important;
    padding: 10px 6px;
}

/* Next/Prev Buttons */
.nsc-blog-pagination .next,
.nsc-blog-pagination .prev {
    font-weight: 500;
}



/* Single Blog Page */
.nsc-single-post-page h1 {
    font-family: var(--h1-home-font-family);
    font-weight: var(--h1-home-font-weight);
    font-size: 48px;
    line-height: 60px;
}

.nsc-single-post-page p.nsc-blog-date {
    margin: 0;
    line-height: 20px;
    font-family: Sora;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

/* .nsc-custom-container:not(.nsc-custom-container.first) {
    padding-left: 25px;
} */
.nsc-custom-container .nsc-content-single .nsc-toc-box ul.nsc-toc-list li,
.nsc-custom-container .nsc-content-single .nsc-toc-box ul.nsc-toc-list li a {
    list-style-type: disc;
    font-family: Sora;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #BFA37C;
}

.nsc-toc-list {
    padding-left: 12px;
}

.nsc-content-single p,
.nsc-content-single ol li {
    font-family: Sora;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #A6A6A6;
    list-style-type: auto;
}

.nsc-content-single ul li {
    font-family: Sora;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #A6A6A6;
    list-style-type: disc;
}

.nsc-content-single ul.wp-block-list,
.nsc-content-single ol.wp-block-list {
    margin-left: 1rem;
}

.nsc-content-single h3 {
    font-family: Epilogue;
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    margin: 10px 0;
}

.nsc-content-single p>a {
    color: #BFA37C;
}

.nsc-content-single h2 {
    font-size: 46px;
    margin-bottom: 15px;
}


@media(max-width: 768px) {

    .nsc-single-post-page h1,
    .nsc-content-single h2 {
        font-size: 34px;
        line-height: 45px;
    }

    .page-template-nsc-blog #hero-banner {
        margin: 10px 0;
    }

    .page-template-nsc-blog #hero-banner div {
        height: 300px !important;
    }

    article.nsc-blog-item {
        margin-bottom: 40px;
    }

    .single-post .nsc-single-post-page img.post-thumb {
        height: 300px;
        object-fit: cover;
        object-position: center;
    }

    .nsc-blog-thumb img {
        height: 300px;
    }
}

@media(max-width: 576px) {
    .page-template-nsc-blog .h2-title {
        margin-bottom: 10px !important;
        line-height: 30px !important;
        font-family: Epilogue;
        font-weight: 400;
        font-size: 34px;
        line-height: 45px;
    }

    .nsc-blog-pagination .page-numbers {
        padding: 10px 15px !important;
    }

    .nsc-blog-pagination .page-numbers {
        margin: 10px 5px !important;
    }
}