/* ====== Hero Section ====== */
section.section--hero-carousel {
    padding-top: 0;
}

.hero {
    padding: 3rem 1rem;
}

.hero__subtitle {
    font-family: 'Ms Madi', cursive;
    font-size: clamp(2rem, 4vw + 1rem, 6rem);
    color: #697D88;
    font-weight: normal;
    position: relative;
    left: -2rem;
    line-height: 65%;
    animation-delay: 0.3s;
}

.hero__title {
    font-family: var(--font-family-heading);
    font-weight: 400;
    font-size: clamp(2rem, 4vw + 1rem, 6rem);
    line-height: 90%;
    color: #0a2d3e;
    margin-bottom: 1.5rem;
    animation-delay: 0.4s;
    animation-duration: 0.1s;
}

.hero__image {
    display: block;
    width: 100%;
    max-height: auto;
}

.hero__image img {
    width: 100%;
    max-height: 35rem;
    object-fit: cover;
    object-position: top;
}

.hero__text {
    font-size: 1rem;
    color: #555;
    margin-bottom: 2rem;
    animation-delay: 0.6s;
}

.hero__actions {
    animation-delay: 0.7s;
}

.hero__link {
    font-weight: 500;
    color: #0a2d3e;
    text-decoration: none;
    display: inline-block;
    align-self: center;
    transition: color 0.3s;
    font-size: var(--font-size-medium);
}

.hero__link:hover {
    color: #444;
}

.carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: unset;
}

.carousel-caption.carousel-caption-sub-page {
    align-items: flex-start;
    padding: 1rem 0;
    position: absolute;
    width: 100%;
    height: auto;
    inset: auto 0 0 0;
    background: rgb(11 11 11 / 54%);
    backdrop-filter: blur(21.5px);
    transform: unset;
}

.carousel-caption.carousel-caption-sub-page h3.hero__title {
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.carousel-caption.carousel-caption-sub-page p.hero__text {
    font-size: clamp(1rem, 1.5vw, 1.125rem);
    color: #ffffff;
    margin-bottom: 0;
}

/* ====== Blog Intro Section ====== */
.blog-intro__title {
    font-size: 1.8rem;
    font-weight: 700;
}

.heading .icon {
    position: absolute;
    right: -4rem;
    transform: translateY(-50%);
}

.blog-intro__desc {
    margin: 1.5rem 0;
    font-size: clamp(1rem, 1.5vw, 1rem);
}

.blog-intro__desc p {
    line-height: 150%;
}

.blog-intro__stats {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
    background: #F1F7FF;
    padding: 1rem 1.5rem;
    border-radius: 0.5rem;
    width: max-content;
}

.blog-intro__stat {
    border-right: 1px solid #C2D2E9;
    padding-right: 1.5rem;
}

.blog-intro__stat:last-child {
    padding: 0;
    border: none;
}

.blog-intro__stats h4 {
    color: var(--primary-color);
    font-weight: 700;
    font-size: calc(1.375rem + 1vw);
}

.blog-intro__stats small {
    font-size: 0.9rem;
    color: var(--color-text);
}

.blog-intro__video-wrapper {
    position: relative;
    overflow: hidden;
}

.blog-intro__video-thumbnail {
    border-radius: 0;
    object-fit: cover;
    width: 100%;
    display: block;
}

.blog-intro__play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/icons/icon-play-video.svg) no-repeat center center;
    background-size: cover;
    border: none;
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    font-size: 1.5rem;
    color: var(--color-primary);
    cursor: pointer;
    box-shadow: var(--shadow);
    transition: all 0.3s ease;
}

.blog-intro__play-btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

.blog-intro__video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog-intro__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog {
    padding: 2rem 0;
}

.blog__heading {
    font-size: 2rem;
    font-weight: 700;
}

.blog__subheading {
    font-size: 1rem;
    font-weight: 600;
    color: #1b2c41;
}

.blog-card {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #C1CBD9;
}

.blog-card .heading--main {
    font-family: var(--font-family-base);
    font-weight: 600;
    font-size: 1.5rem;
}

.blog-card:last-child {
    border: none;
    padding-bottom: 0;
}

.blog-card__img {
    position: relative;
}

.blog-card__img img {
    width: 100%;
}

.blog-card__date {
    position: absolute;
    bottom: 3rem;
    left: 0;
    background: rgba(0, 0, 0, 0.39);
    backdrop-filter: blur(13.25px);
    color: #fff;
    font-size: 1rem;
    padding: 0.8rem;
}

.blog-card__content {
    padding: 1rem 0;
}

.sidebar__title {
    font-weight: 600;
    margin-bottom: 1rem;
}

.sidebar__item {
    margin-bottom: 0.75rem;
    font-size: 0.95rem;
    color: #1b2c41;
}

.sidebar__recent img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 0.3rem;
}

.blog-categories ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.blog-categories ul li.blog-categories__item a.blog-categories__link {
    display: block;
    padding: 0.5rem 1rem;
    background: #F5F5F5;
    border-radius: 0.25rem;
    color: var(--primary-color);
    transition: all 0.3s ease-in-out;
}

.blog-categories ul li.blog-categories__item a.blog-categories__link:hover {
    background: #E0E0E0;
    color: var(--primary-color-dark);
}

.blog-categories ul li.blog-categories__item a.blog-categories__link.active {
    background: var(--primary-color);
    color: #ffffff;
}

.recent-posts {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.recent-posts__item {
    display: flex;
    align-items: start;
    gap: 1rem;
    padding: 0.5rem;
    border-radius: 0.75rem;

    .recent-posts__img {
        width: 4rem;
        height: 4rem;
        border-radius: 0.3rem;
        overflow: hidden;
        object-fit: cover;
        object-position: center center;
        flex-shrink: 0;
    }

    .recent-posts__title {
        font-size: 0.875rem;
        margin-bottom: 0;
    }

    .recent-posts__date {
        font-size: 0.75rem;
        color: #7a7a7a;
        margin-bottom: 0;
    }
}

.recent-posts__item:hover {
    background: #F5F5F5;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

/* ====== Testimonial ====== */
.testimonial__container {
    margin: 0 auto;
    position: relative;
}

.testimonial__slider {
    display: flex;
    align-items: stretch;
}

/*
.testimonial__card {

    padding: 2rem 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    min-height: 320px;
}

*/

.testimonial__slider .testimonial__card {
    margin: 0 0.75rem;
    /* Half of 1.5rem on each side = total 1.5rem gap */
}

.testimonial__slider .slick-list {
    margin: 0 -0.75rem;
    /* Negative half margin to balance */
}

.testimonial__avatar {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 1rem;
}

.testimonial__name {
    font-size: 1.125rem;
    font-weight: 600;
    color: #0a2d3e;
    margin-bottom: 0.25rem;
}

.testimonial__date {
    font-size: 0.875rem;
    color: #7a7a7a;
    margin-bottom: 1rem;
}

.testimonial__text {
    font-size: 1rem;
    font-style: italic;
    color: #333;
    margin-bottom: 1rem;
    min-height: 4rem;
}

.testimonial__link {
    display: inline-block;
    font-size: 0.95rem;
    color: #0a2d3e;
    text-decoration: underline;
    transition: color 0.3s;
}

.testimonial__link:hover {
    color: #06304e;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .gallery__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .hero__text {
        display: block !important;
    }
}

@media (max-width: 768px) {
    .gallery__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .gallery__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .gallery__item {
        aspect-ratio: 1/1;
        /* 🧠 Make all images square and same size in mobile */
    }

    .gallery__image {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .blog-intro__stat {
        padding-right: 1rem;
    }

    .section-jb-experience {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255 255 255 / 70%) 16.5%, rgb(255 255 255 / 87%) 25%, #ffffffd4 100%), url(../images/gallery/about-us-image-bg.png) no-repeat, #012840;
        background-size: cover;
        margin-block: 2rem !important;
    }

    .heading .icon {
        display: none;
    }

    .section-vision {
        padding-block: 2rem !important;
    }
}

/* ====== Blog Details ====== */
* Blog Basic */ .goldsmith-blog-card .goldsmith-posts-row {
    margin-bottom: -30px;
}

.syler-blog-slider .goldsmith-blog-post-content {
    padding: 30px;
}

.goldsmith-blog-classic .excerpt-none .goldsmith-blog-post-content .goldsmith-post-title {
    margin-bottom: 0;
}

.goldsmith-post-title a {
    color: var(--primary-color);
}

.blog-sticky {
    background: var(--goldsmith-green);
    color: #fff;
    padding: 3px 10px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 15px;
    display: inline-block;
    border-radius: 3px;
}

/* Blog Basic */


/* Blog Widgets */
.goldsmith-blog-grid {
    display: flex;
    flex-wrap: wrap;
}

.goldsmith-blog-grid>* {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.goldsmith-post-item {
    flex: 0 0 auto;
    width: 25%;
}

.goldsmith-posts-row .goldsmith-blog-posts-item {
    margin-bottom: 20px;
    border: 1px solid #eee;
    padding: 10px;
    margin: 10px;
    max-width: 31%;
    border-radius: 4px;
    height: max-content;
}

.goldsmith-posts-row .goldsmith-blog-posts-item.style-card {
    margin-bottom: 30px;
}

.instagram-media {
    margin: 2rem auto !important;
}

.goldsmith-blog-post-content {
    background-color: #fff;
}

.goldsmith-blog-thumb+.goldsmith-blog-post-content {
    margin-top: 20px;
}

.goldsmith-blog-post-content .goldsmith-post-meta-title,
.goldsmith-blog-post-content .goldsmith-post-title,
.goldsmith-blog-post-content .goldsmith-post-excerpt {
    margin: 0;
}

.goldsmith-blog-slider .goldsmith-blog-post-content {
    margin: 0;
    padding: 20px;
}

.goldsmith-post-excerpt {
    line-height: 1.5;
}

.goldsmith-blog-post-content .goldsmith-blog-post-meta {
    margin-bottom: 5px;
}

.goldsmith-blog-post-content .goldsmith-post-title {
    margin-bottom: 10px;
}

.goldsmith-blog-thumb.image-fit {
    position: relative;
    overflow: hidden;
    display: block;
    padding-top: 0;
}

.goldsmith-blog-thumb.image-fit img {
    position: static;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.style-default .goldsmith-blog-post-category {
    position: absolute;
    display: block;
    right: 15px;
    top: 15px;
}

/* blog card */
.style-card .goldsmith-blog-post-item-inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 450px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 30px;
    overflow: hidden;
}

.style-card .goldsmith-blog-post-item-inner.category-none {
    justify-content: flex-end;
}

.style-card .goldsmith-blog-post-item-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(57 57 58 / 10%);
}

.style-card.thumb-none .goldsmith-blog-post-item-inner {
    background-color: var(--goldsmith-bg-soft);
}

.style-card.thumb-none .goldsmith-blog-post-item-inner:before {
    content: none;
}

.style-card .goldsmith-blog-post-content {
    padding: 0;
    background-color: transparent;
    z-index: 1;
}

.style-card .goldsmith-blog-post-content,
.style-card .goldsmith-blog-post-content .goldsmith-blog-post-meta h6,
.style-card .goldsmith-blog-post-content .goldsmith-post-title {
    color: #fff;
    margin-right: 20px;
}

.style-card.thumb-none .goldsmith-blog-post-content,
.style-card.thumb-none .goldsmith-blog-post-content .goldsmith-blog-post-meta h6,
.style-card.thumb-none .goldsmith-blog-post-content .goldsmith-post-title {
    color: #060606;
}

.style-card .goldsmith-blog-post-content .goldsmith-post-title a:hover {
    color: #fff;
    opacity: 0.7;
}

.style-card .goldsmith-blog-post-category {
    text-align: right;
    z-index: 1;
    margin-bottom: 30px;
}

.goldsmith-blog-post-category span {
    padding: 7px 15px;
    display: inline-block;
    text-align: center;
    background: #fff;
    line-height: 1;
}

.goldsmith-blog-post-meta {
    margin-bottom: 10px;
    display: flex;
    justify-content: flex-start;
}

.goldsmith-blog-post-meta .goldsmith-post-author,
.goldsmith-blog-post-meta .goldsmith-post-date {
    text-transform: uppercase;
    font-size: 12px;
    margin-right: 20px;
    margin-bottom: 0;
    color: var(--goldsmith-dark-soft);
}

.goldsmith-blog-post-meta .goldsmith-post-meta-title,
.goldsmith-blog-post-meta .goldsmith-post-meta-title a,
.goldsmith-blog-post-meta .goldsmith-post-meta-date a,
.goldsmith-blog-post-meta .goldsmith-post-meta-date {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.5px;
    margin-right: 5px;
    color: var(--goldsmith-dark-soft);
    line-height: 2;
}

.goldsmith-blog-post-meta .goldsmith-post-meta-date {
    font-weight: 500;
}

.goldsmith-blog-post-meta .goldsmith-post-meta-date a {
    font-size: 11px;
    margin-right: 10px;
}

.content-alignment-center .goldsmith-blog-post-meta {
    justify-content: center;
    align-items: baseline;
}

/* goldsmith blog card */


/* goldsmith blog split */
.style-split .goldsmith-blog-post-item-inner {
    display: inline-flex;
    flex-wrap: wrap;
    width: 100%;
}

.style-split .goldsmith-blog-post-thumb-wrapper {
    flex: 0 0 40%;
    position: relative;
    overflow: hidden;
    min-height: 250px;
}

.style-split .goldsmith-blog-post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.style-split.thumb-none .goldsmith-blog-post-thumb {
    background-color: var(--goldsmith-bg-soft);
}

.style-split .goldsmith-blog-post-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 100%;
    object-fit: cover;
}

.style-split a.blog-thumb-link {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.style-split a.goldsmith-blog-post-category {
    position: absolute;
    top: 10px;
    left: 10px;
}

.style-split .goldsmith-blog-post-content {
    padding: 15px 30px 0;
    background-color: #fff;
    flex: 0 0 60%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.style-split .goldsmith-blog-post-meta.goldsmith-inline-two-block {
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 20px;
    padding: 10px 0;
    border-top: 1px solid var(--goldsmith-gray-softer);
}

@media (max-width: 992px) {
    .goldsmith-blog-sidebar {
        margin-top: 60px;
    }

    .goldsmith-posts-row .goldsmith-blog-posts-item {
        max-width: 28%;
    }
}

@media(max-width:768px) {
    .style-split .goldsmith-blog-post-item-inner {
        flex-direction: column;
    }

    .style-split .goldsmith-blog-post-content {
        padding: 15px 0 0;
    }

    .goldsmith-posts-row .goldsmith-blog-posts-item {
        max-width: 45%;
    }
}

@media(max-width:576px) {
    .style-split .goldsmith-blog-post-thumb-wrapper {
        min-height: auto;
    }

    .style-split .goldsmith-blog-post-thumb {
        padding-bottom: 0;
        position: relative;
    }

    .style-split .goldsmith-blog-post-thumb img {
        position: relative;
    }

    .goldsmith-posts-row .goldsmith-blog-posts-item {
        max-width: 95%;
    }
}

/* blog split item */



.nt-icon-blog:before {
    content: "\f145";
}


.blog-rc-post ul li {
    display: flex;
}

.blog-rc-post .rc-post-content {
    padding: 20px;
}

.blog-rc-post .rc-post-content h5 {
    margin-bottom: 10px;
}

.blog-rc-post>ul>li+li {
    margin-top: 10px;
}

.bloglistmain-block {
    width: 100%;
    padding: 40px;
    margin: 0;
    max-width: 100%;
    border: none;
    outline: none;
    text-decoration: none;
}

.bloglistmain-block .goldsmith-post-title {
    width: 100%;
    font-family: "Manrope", Sans-serif;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    line-height: 1.4;
    color: #060606;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bloglistmain-block p {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    color: #7d7d7d;
    font-family: "Jost", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    font-style: normal;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}



.nt-goldsmith-content .mb-40,
.mb-40 {
    margin-bottom: 40px !important;
}

.nt-sidebar-inner-widget-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Manrope', sans-serif;
    color: #060606;
    margin-top: 0px;
    font-style: normal;
    font-weight: 700;
}

.widget_block .wp-block-group__inner-container h1,
.widget_block .wp-block-group__inner-container h2,
.widget_block .wp-block-group__inner-container h3,
.widget_block .wp-block-group__inner-container h4,
.widget_block .wp-block-group__inner-container h5,
.widget_block .wp-block-group__inner-container h6,
.nt-sidebar-inner-widget-title h1,
.nt-sidebar-inner-widget-title h2,
.nt-sidebar-inner-widget-title h3,
.nt-sidebar-inner-widget-title h4,
.nt-sidebar-inner-widget-title h5,
.nt-sidebar-inner-widget-title h6 {
    font-size: 18px;
}

h5,
h5.elementor-heading-title {
    font-size: 16px;
    line-height: 1.6;
}

.nt-sidebar-inner-widget ol,
.nt-sidebar-inner-widget ul {
    margin: 0;
    padding: 0;
    text-transform: capitalize;
    list-style-type: none;
}

.nt-sidebar-inner-widget ol li,
.nt-sidebar-inner-widget ul li {
    margin: 0px;
    font-size: 15px;
    position: relative;
    line-height: 1.6;
    font-weight: 400;
}

.nt-sidebar-inner-widget a {
    text-decoration: none;
    position: relative;
}

.widget-list-span {
    position: absolute;
    font-size: 14px;
    width: 25px;
    right: 0;
    top: -4px;
    left: 95%;
    padding: 0;
    text-align: center;
    color: var(--goldsmith-dark-soft);
    line-height: 2;
}

.nt-sidebar-inner-widget ol li,
.nt-sidebar-inner-widget ul li {
    margin: 0px;
    font-size: 15px;
    position: relative;
    line-height: 1.6;
    font-weight: 400;
}

.nt-sidebar-inner-widget .goldsmith-widget-product-list-item a {
    text-decoration: none;
    position: relative;
    display: flex;
}

.goldsmith-widget-product-list-details {
    display: flex;
    margin-left: 15px;
    flex-direction: column;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-variation-price .price,
.goldsmith-price {
    color: #7a7a7a;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    float: left;
    margin: 0 10px 0 0;
    width: 48px;
    height: auto;
    box-shadow: none;
}

.goldsmith-blog-sidebar span.product-title {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    font-size: 12px;
    font-family: "Manrope", Sans-serif;
    color: #060606;
}


/* 6. Pager */
/* pagination */
.pagination {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 40px;
    width: 100%;
}

.pagination .pagination-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: -10px;
    list-style-type: none;
}



.pagination .pagination-inner .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin: 4px;
    padding: 0;
    border: 0;
    color: #060606;
    background-color: #f8f9fa;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 50px;
    border-radius: 4px;
}

.nt-pagination-link i {
    font-size: 10px;
}

.pagination .pagination-inner .page-numbers.current,
.pagination .pagination-inner .page-numbers:hover {
    color: #ffffff;
    background-color: #060606;
}

.nt-pagination-item.-is-disabled .nt-pagination-link,
.nt-pagination-link.-is-disabled {
    pointer-events: none;
    color: #7a7a7a;
}

.pagination .pagination-inner .page-numbers.dots {
    background-color: transparent;
    color: #7a7a7a !important;
}

.pagination .pagination-inner a.next.page-numbers,
.pagination .pagination-inner .prev.page-numbers {
    width: auto !important;
    background: transparent !important;
    color: #7a7a7a !important;
}

/*/////*/

.singal-blog-details-mainblock {
    width: 100%;
    padding: 30px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
}

.goldsmith-blog-post-meta-top {
    width: 100%;
    padding: 10px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    font-size: 14px;
    clear: both;
}


.singal-blog-details-mainblock .goldsmith-blog-post-details {
    max-width: 90%;
    margin: auto;
}


.singal-blog-details-mainblock img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}


.singal-blog-details-mainblock h2,
.singal-blog-details-mainblock h3,
.singal-blog-details-mainblock h4,
.singal-blog-details-mainblock h5 {
    width: 100%;
    font-family: "Manrope", Sans-serif;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    line-height: 1.4;
    color: #060606;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 10px;
}

.singal-blog-details-mainblock h2 {
    font-size: 24px;
}

.singal-blog-details-mainblock p {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    color: #7d7d7d;
    font-family: "Jost", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    font-style: normal;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 20px;

}

/*/////blogpage-main-banner////*/

.blog-divider {
    width: 100%;
    padding: 50px 0 20px 0;
    margin: 0;
}

.blog-divider span {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #E6E6E6;
    padding: 0;
    margin: 0;
}

section.blogpage-main-banner {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background-color: #ffffff;
    max-width: 100%;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

section.blogpage-main-banner .blog-mainbanner-inner {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.7);
    position: relative;
    border: none;
    outline: none;
    text-decoration: none;
}

.blog-innercontent {
    width: 100%;
    padding: 0 50px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border: none;
    outline: none;
    text-decoration: none;
}

.blog-innercontent .banner-lefttext-block {
    display: flex;
    width: 70%;
    min-width: 70%;
    padding: 50px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    min-height: 90vh;
}

.blog-innercontent .banner-lefttext-block .banner-titel {
    font-family: "Lora", Sans-serif;
    font-size: 3vw;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.3em;
    color: #191919;
    max-width: 730px;
}

.banner-rightimage-block {
    width: 30%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    min-width: 30%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
}

.mainbanner-thumimage {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.mainbanner-thumimage img {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: auto;
}

.blog-innercontent .latest-text {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 5px;
    font-size: 14px;
    rotate: -90deg;
    position: absolute;
    top: 50%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}



.read-more-buttonblock {
    width: 100%;
    padding: 10px 0 0 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.read-more-buttonblock a {
    display: inline-block;
    font-family: "Lora", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
    text-decoration: none;
    line-height: 1.2em;
    background-image: url(https://staging-jewelboxcoin.kinsta.cloud/wp-content/themes/jewelbox_v2/images/blog-more-arrow.png);
    background-color: #02010100;
    padding: 0px 15px 5px 0px;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 30px auto;
    transition: all 0.3s;
}

.read-more-buttonblock a:hover {
    text-decoration: none;
    background-position: right bottom;
    background-size: 35px auto;
}

/*////*/

.blog-newsletter-block {
    width: 100%;
    text-align: center;
    padding: 30px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
}

.blog-newsletter-block .container {
    text-align: center;
}

.blog-newsletter-block .blog-newsletter-innerbox {
    background-color: transparent;
    background-image: linear-gradient(90deg, #012f49 40%, #034a73 100%);
    padding: 60px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    display: flex;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
    max-width: 950px;
    margin: 0 auto;

}

.blog-newsletter-block .blog-newsletter-text-block {
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
}

.blog-newsletter-block .blog-newsletter-text-block .titel {
    color: #ffffff;
}

.blog-newsletter-block .blog-newsletter-text-block p {
    color: #ffffff;
}

.blog-newsletter-block .blog-newsletter-inputbox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0 auto;
    border: none;
    outline: none;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #313131;
    max-width: 740px;
}

.blog-newsletter-block .blog-newsletter-inputbox .wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: absolute;
    top: 0;
    left: 0;
}

.wpcf7 {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    background-color: transparent;
}

.wpcf7 .wpcf7-form {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    background-color: transparent;
}

.blog-newsletter-block .blog-newsletter-inputbox p {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
    background-color: transparent;
}

.blog-newsletter-block .wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
}


.blog-newsletter-block .blog-newsletter-inputbox input {
    width: 100%;
    padding: 5px 15px;
    height: 42px;
    background-color: #ffffff;
    color: #191919;
    font-size: 16px;
    text-align: left;
    transition: all 0.3s;
    border: none;
    box-shadow: none;
    outline: none;
    text-decoration: none;
}

.blog-newsletter-block .blog-newsletter-inputbox .subscribe-btn {
    width: 100%;
    max-width: 200px;
    padding: 5px 15px;
    height: 48px;
    background-color: #fac213;
    color: #012f49;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    border: none;
    box-shadow: none;
}

.blog-newsletter-block .blog-newsletter-textblock {
    width: 100%;
    padding: 50px 0 0 0;
    margin: 0;
    border: none;
    outline: none;
    text-align: left;
}

.blog-newsletter-block .blog-newsletter-textblock span {
    color: #2f556b;
    font-family: "Herr Von Muellerhoff", Sans-serif;
    font-size: 70px;
    line-height: 0.3em;
    letter-spacing: 2px;
}

/*//////*/

.blog-post-header {
    width: 100%;
    padding: 50px 0;
    margin: 0;
    text-align: center;
    border: none;
    outline: none;
    text-decoration: none;
}

.blog-post-header-innerbox {
    width: 100%;
    max-width: 830px;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    border: none;
    outline: none;
    text-decoration: none;
}

.blog-post-header .post-title {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    margin: 0;
    font-family: var(--font-family-base);
    font-weight: 500;
    text-transform: capitalize;
    font-size: 3rem;
    line-height: 120%;
    color: var(--primary-color);
}

.blog-detailsrow {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    text-align: center;
}

.blog-detailsrow .container {
    width: 100%;
    max-width: 70%;
    padding: 0;
    margin: 0 auto;
    border: none;
    text-align: left;
}

.blog-detailsrow .goldsmith-post-thumb-wrapper {
    width: 100%;
    padding: 0 0 30px 0;
    margin: 0;
    border: none;
    text-align: center;
}

.blog-detailsrow .goldsmith-post-thumb-wrapper img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    text-decoration: none;
}

.blog-detailsrow ul {
    padding: 10px 0;
    margin: 0;
    text-align: left;
    list-style: none;
}

.blog-detailsrow h3 {
    width: 100%;
    padding: 10px 0;
    margin: 0;
    text-align: left;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
}


@media (max-width: 767px) {

    .blog-innercontent .banner-lefttext-block {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }

    .blog-innercontent .banner-lefttext-block .banner-titel {
        font-size: 5.8vw;
    }

    section.blogpage-main-banner {
        overflow: visible;
    }

    .blog-innercontent .banner-lefttext-block {
        min-height: 50vh;
        padding: 120px 0;
    }

    .banner-rightimage-block {
        width: 60%;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        min-width: 60%;
        padding: 0;
        margin: 0;
        border: none;
        outline: none;
        position: absolute;
        right: 0;
        bottom: -50px;
    }

}

.pagination-custom {
    margin-bottom: 2rem;
}

.pagination-custom .page-numbers {
    display: inline-block;
    padding: 0.5rem 0.7rem;
    margin: 0 0.2rem;
    background-color: #f5f5f5;
    color: #060606;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
}

.pagination-custom .page-numbers:hover {
    background-color: #e0e0e0;
    color: #060606;
}

.pagination-custom .page-numbers.current {
    background-color: #003049;
    color: #ffffff;
}