/* main wrapper related css */
.nd__blog-main-wrapper {
	max-width:1200px;
	margin:40px auto;
}

/* if the image is not available then show the container (css for those containers) */
.no__image-card,
.no__image-single {
	background:var(--nd-theme-dark);
	color:var(--nd-theme-white);
	display:flex;
	align-items:center;
	justify-content:center;
	min-width:100%;
	font-family: 'Montserrat', sans-serif;
}
.no__image-card {
	min-height: 200px;
	border-radius: 12px;
}
.no__image-single {
	min-height: 400px;	
}

/* clerk section css starts from here */
.nd__blog-single-wrapper .clerk-design-component-mdOnw7Lw a.overlay-link,
.nd__blog-single-wrapper .clerk-design-component-mdOnw7Lw {
    position:absolute;
    min-width: 100%;
    min-height: 100%;
}
.single-post {
	background: #F7F8F9;
}
.nd__blog-single-wrapper .clerk-design-component-4ZMFlte1 {
	background: transparent;
}
.nd__blog-single-wrapper .product-pricing {
    font-size: 13px;
    font-weight: bolder;
}
.nd__blog-single-wrapper .product-slider h2 {
	text-align:center;
	margin-bottom: 32px;
}
.nd__blog-single-wrapper .custom-section-description,
.nd__blog-single-wrapper .product-slider-cta-wrapper {
	display:none;
}
.nd__blog-single-wrapper .product-slider {
	width: 1240px;
	margin-left: 50%;
	transform:translateX(-50%);
	margin-bottom: 60px;
	margin-top: 60px;
}
.nd__blog-single-wrapper .clerk-design-component-TENU44TV>div:first-child {
	gap: 0;
	padding: 0;
}
.nd__blog-single-wrapper #topRatedSlider {
	display: flex;
	overflow-x: scroll;
	scroll-behavior: smooth !important;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
}
.nd__blog-single-wrapper .custom-product-card {
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.nd__blog-single-wrapper .regular-price {
	color: var(--nd-theme-dark);
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
}
.nd__blog-single-wrapper .product-rating {
	background: var(--nd-theme-white);
	color: var(--nd-theme-dark);
	border: 0.5px solid var(--nd-theme-dark);
	gap: 8px;
}
.nd__blog-single-wrapper .product-pricing {
	display: flex;
	align-items: center;
	gap: 6px;
}
.nd__blog-single-wrapper .sale-price {
	font-weight: 700;
	font-size: 16px;
	color: var(--nd-theme-dark);
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	line-height: 20px
}
.nd__blog-single-wrapper .sale-price + .regular-price {
	font-size: 14px;
	text-decoration: line-through;
}
.nd__blog-single-wrapper .regular-price {
	font-weight: 700;
	font-size: 16px;
	color: var(--nd-theme-dark);
	font-family: 'Montserrat', sans-serif;
	margin: 0;
	font-size: 16px
}
.nd__blog-single-wrapper .custom-strength-label {
	font-weight: 700;
	font-size: 14px;
	color: var(--nd-theme-dark);
	font-family: 'Montserrat', sans-serif;
	margin: 0;
}
.nd__blog-single-wrapper .price-difference {
	background: #1D5C3A;
	color: var(--nd-theme-white);
	border-radius: 100px;
	padding: 0px 8px;
	font-weight: 500;
	margin-left: 4px;
	letter-spacing: 0.2px;
	font-size: 14px;
}
.nd__blog-single-wrapper .custom-strength-wrapper {
	display: inline-flex;
	align-items: center;
	justify-content: start;
	gap: 8px;
}
.nd__blog-single-wrapper .custom-strength-wrapper .custom-strength-dots {
	display: inline-flex;
}
.nd__blog-single-wrapper .price-strength-wrapper {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: start;
	gap: 8px;
	margin-bottom: 16px;
}
.nd__blog-single-wrapper .custom-strength-label {
	font-weight: 500;
	text-transform: capitalize;
}
.nd__blog-single-wrapper .price-strength-wrapper .card-tags {
	line-height: 32px;
	text-wrap: nowrap;
	background: transparent;
	gap: 5px;
	border-radius: 100px;
	font-size: 13px;
	font-weight: 500;
	color: var(--nd-theme-dark);
}
.nd__blog-single-wrapper .signals-wrapper {
	display: inline-flex;
	align-items: end;
	gap: 2px;
	justify-content: center;
	height: 12px;
}
.nd__blog-single-wrapper .signals-wrapper span {
	width: 2px;
	background: #adb1a5;
	border-radius: 100px !important;
}
.nd__blog-single-wrapper .signals-wrapper span.active {
	background: var(--nd-theme-dark);
}
.nd__blog-single-wrapper .signals-wrapper .signal-dot:first-child {
	height: 4px;
}
.nd__blog-single-wrapper .signals-wrapper .signal-dot:nth-child(2) {
	height: 6px;
}
.nd__blog-single-wrapper .signals-wrapper .signal-dot:nth-child(3) {
	height: 8px;
}
.nd__blog-single-wrapper .signals-wrapper .signal-dot:nth-child(4) {
	height: 10px;
}
.nd__blog-single-wrapper .signals-wrapper .signal-dot:nth-child(5) {
	height: 12px;
}
.nd__blog-single-wrapper .custom-strength-wrapper .custom-strength-dots {
	display: inline-flex;
	align-items: center;
	margin-left: 8px;
	gap: 4px;
}
.nd__blog-single-wrapper .custom-strength-wrapper .custom-strength-dots .dot {
	min-width: 12px;
	border-radius: 100px;
	min-height: 12px;
	background: var(--nd-theme-white);
}
.nd__blog-single-wrapper .custom-strength-wrapper .custom-strength-dots .dot.active {
	min-width: 12px;
	border-radius: 100px;
	min-height: 12px;
	background: var(--nd-theme-dark);
}


/* css for blog listing page css */
.page-template-template-blogs {
    background:#f7f8f9;
}
/* .navbar-block {
    height: auto !important;
} */
.nd__blog-main-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;      
    margin-bottom: 40px;
}
.nd__blog-btn-primary {
    padding: 8px 16px;
    border-radius: 100px;
    color: #333 !important;
    font-size: 20px;
    font-weight: 600;
    background: #E7E7E7;
    font-family: 'montserrat', sans-serif;
    text-decoration: none;
    display:flex;
    align-items:center;
    justify-content:center;
    gap: 10px;
}
.nd__blog-btn-primary.active {
    background: var(--nd-theme-dark);
    color: var(--nd-theme-white) !important;
}
.nd__blog-btn-primary:hover {
    opacity: 0.8;
}
.nd__blog-btn-primary.active:hover {
    opacity: 0.8;
    color: var(--nd-theme-white) !important;
}
.nd__blog-category-header .nd__blog-btn-primary {
    background: transparent;
    padding-right: 0px;
}
.nd__blog-category-section {
    margin-bottom: 60px;
}
.nd__blog-category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid var(--nd-theme-dark);
    margin-bottom: 20px;
}
.nd__blog-main-para-head {
    font-size: 20px;
    font-family: 'montserrat', sans-serif;
    margin-top: 0;
}
.nd__blog-main-row-grid {
    gap: 20px;
    display: flex;
	align-items:center;
	justify-content:start;
    overflow-x: scroll;
    scroll-behavior: smooth !important;
}
/* .category .nd__blog-main-row-grid,
.archive .nd__blog-main-row-grid {
	display:grid;
	grid-template-columns: repeat(4, 1fr);
	grid-row-gap: 40px;
	grid-column-gap: 20px;
	overflow-x:hidden !important;
} */
.category .nd__blog-main-row-grid {
	display:grid;
	grid-template-columns: repeat(4, 1fr);
	grid-row-gap: 40px;
	grid-column-gap: 20px;
	overflow-x:hidden !important;
}
.nd__blog-col a {
    text-decoration: none;
    color: inherit;
}
.nd__blog-main-row-grid article {
    min-width: 285px;
	width: 285px;
}
.nd__blog-thumb img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
}
.nd__blog-main-para {
    padding-top: 8px;
}
.nd__blog-main-para span {
    font-size: 15px;
    font-weight: 500;
    font-family: 'montserrat', sans-serif;
}
.nd__blog-main-para h4 {
    font-size: 20px;
    margin: 6px 0;
    font-weight: 600;
    font-family: 'montserrat', sans-serif;
    letter-spacing: 0;
    -webkit-line-clamp: 2;
    height: 48px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nd__blog-main-para p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: 'montserrat', sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    height: 72px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nd__blog-read-more {
    display: flex;
    gap: 8px;
    border: none;
    padding: 0;
    color: var(--nd-theme-dark);
}
.nd__blog-read-more:hover {
    background-color: transparent;
    color: var(--nd-theme-dark);
}
.nd__blog-read-more span {
    border-bottom: 1px solid var(--nd-theme-dark);
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 4px;
    font-weight: 600;
    font-family: "montserrat", sans-serif;
}

/* previous and next button styling of sliders starts from here */
.nd__blog-category-section .slider-nav-top-right {
    justify-content:end !important;
    gap: 20px !important;
    display:flex;
    align-items:center;
    justify-content:center;
    padding-top: 10px !important;
}
.nd__blog-category-section .slider-nav-top-right button{ 
    background:transparent;
}
.nd__blog-category-section .slider-nav-top-right button {
    padding-right: 0px;
    padding-left: 0px;
    border:none;
    display:flex;
    align-items:center;
    justify-content:center;
    padding: 0px !important;
}
.nd__blog-main-row-grid.custom-slider.overflow-x-hidden {
    overflow: hidden !important;
}
/* previous and next button styling of sliders ends here */

@media (max-width: 1024px) {
    .nd__blog-main-row-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 600px) {
    .nd__blog-main-row-grid {
        grid-template-columns: 1fr;
    }
}

/* BLOG LISTING PAGE CSS ENDS */


/* BLOG DETAIL PAGE CSS STARTS FROM HERE */
.nd__blog-related-articles {
	margin-bottom: 40px;
	text-align:center;
}
.nd__blog-single-wrapper span,
.nd__blog-single-wrapper a, 
.nd__blog-single-content p,
.nd__blog-single-content ul li,
.nd__blog-single-content ol li{
    font-family:'Montserrat', sans-serif;
}
.nd__blog-hero-wrapper h1, 
.nd__blog-content h2,
.nd__blog-content h3,
.nd__blog-related-articles {
    font-family: "anchor-web", sans-serif;
}
.nd__blog-content h2 {
    font-size: clamp(24px, 2vw, 32px);
}
.nd__blog-content h3 {
    font-size: clamp(24px, 1.8vw, 28px);
}
.nd__blog-hero-wrapper h1 {
    color: var(--nd-theme-dark);
    font-size: clamp(22px, 5vw, 48px);
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    text-transform: capitalize;
}
.nd__blog-content h2, 
.nd__blog-content h3 {
    color: var(--nd-theme-dark);
    font-weight: 600;
    line-height: 44.8px;
    text-transform: capitalize;
    margin-top: 16px;
    text-align:start;
    margin-bottom: 0px;
}
.nd__blog-single-content p {
    color: var(--nd-theme-dark);
    font-size: clamp(14px, 1.1vw, 16px);
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
    margin-top: 16px;
    text-align:start !important;
}
.nd__blog-breadcrumb span,
.nd__blog-breadcrumb a {
    position:relative;
    top: -2px;
}
.nd__blog-single-wrapper {
    max-width: 1240px;
    margin:auto;
}
.nd__blog-breadcrumb {
    padding-top: 16px;
    padding-bottom: 24px;
}
.nd__blog-breadcrumb a {
    color: #F23F3A;
    transition: 0.2s;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.5px;
    letter-spacing: 0.26px;
}
.nd__blog-breadcrumb span {
    color: var(--nd-theme-dark);
    font-size: 13px;
    font-weight: 500;
    line-height: 19.5px;
    letter-spacing: 0.26px;
}
.nd__blog-hero-wrapper {
    display:flex;
    align-items:center;
    gap: 40px;
    justify-content:center;
}
.nd__blog-hero-wrapper .nd__blog-hero-left {
    width: 35%;
}
.nd__blog-hero-wrapper .nd__blog-hero-right
{
    width: 65%;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    border-radius: 16px;
    max-height: 400px;
}
.nd__blog-hero-wrapper .nd__blog-hero-left p,
.nd__blog-hero-wrapper .nd__blog-hero-left span 
{
    color: var(--nd-theme-dark);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; 
    letter-spacing: 0.08px
}
.nd__blog-hero-wrapper .nd__blog-hero-right img {
    max-height:fit-content;
}
.nd__blog-meta {
    display:flex;
    flex-direction:column;
    align-items:start;
    justify-content:center;
    gap: 10px;
}
.nd__author-wrapper {
    display:flex;
    align-items:center;
    justify-content:center;
    gap: 10px;
}
.nd__author-wrapper img,
.nd__author-wrapper .no-author-avatar {
    height: 32px;
    width: 32px;
    border-radius: 100px;
}
.nd__author-wrapper .no-author-avatar {
    background:var(--nd-theme-dark);
}
.nd__blog-single-content {
    max-width: 820px;
    margin:auto;
    margin-top: 60px;
    margin-bottom: 80px;
}
.nd__blog-single-content a {
    color: #345A99;
    text-decoration: underline;
}
.bullet__ {
    margin-left: 40px;
}

/* BLOG DETAIL PAGE CSS ENDS HERE */


/* BLOG CATEGORY PAGE CSS STARTS */

.pagination {
	display:flex;
	align-items:center;
	justify-content:center;
	gap: 12px;
}

.pagination span.current {
	background:var(--nd-theme-yellow) !important;
	color:var(--nd-theme-dark) !important;
}
.pagination span.current:hover,
.pagination a.current:hover {
	color:var(--nd-theme-dark) !important;
}
.blog__no-post {
	font-family: 'Montserrat', sans-serif;
}
.pagination span:hover,
.pagination a:hover {
	color:var(--nd-theme-white) !important;
}
.pagination span, 
.pagination a {
	font-family: 'Montserrat', sans-serif;
	height: 40px;
	min-width: 40px;
	color:var(--nd-theme-white);
	display:flex;
	align-items:center;
	justify-content:center;
	font-weight: 500;
	width: fit-content;
	background:var(--nd-theme-dark);
	border-radius: 100px;
	padding-right: 20px;
	padding-left: 20px;
}

/* BLOG CATEGORY PAGE CSS ENDS */




/* @media (max-width: 880px) {
	.trp-header-container {
		justify-content: center !important;
	}
	.nd__blog-single-wrapper .trp-header-content-container {
		justify-content: center !important;
		align-items: center;
	}
	.nd__blog-single-wrapper .custom-section-description {
		text-align: center !important;
		padding-right: 0 !important;
	}
	.nd__blog-single-wrapper .product-slider-cta-wrapper {
		display: none;
	}
	.nd__blog-single-wrapper .product-slider-cta-wrapper.bottom-btn {
		display: flex;
	}
	.nd__blog-single-wrapper .slider-section {
		padding: 0 !important;
	}
	.nd__blog-single-wrapper #topRatedSlider {
		display: flex;
		overflow-x: scroll;
		scroll-behavior: smooth !important;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}
	.nd__blog-single-wrapper .clerk-slider .clerk-slider-item {
		left: 0 !important;
	}
	.nd__blog-single-wrapper .clerk-slider {
		display: flex;
		gap: 20px;
	}
} */

/* @media only screen and (max-width: 576px) {
	.nd__blog-single-wrapper .product-slider-cta-wrapper a {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		text-transform: uppercase;
		margin-right: 16px;
	}
	.nd__blog-single-wrapper #topRatedSlider {
		gap: 10px;
	}
	.nd__blog-single-wrapper .shop-all-btn {
		padding: 10px;
		min-width: 100%;
		font-size: 20px;
	}
	.nd__blog-single-wrapper .clerk-slider {
		gap: 20px !important;
	}
	.nd__blog-single-wrapper .clerk-slider-item {
		min-width: 180px !important;
	}
	.nd__blog-single-wrapper .clerk-design-component-t3t0DqlU {
		top: 8px;
		left: 0px;
		padding :0 8px;
	}
	.nd__blog-single-wrapper .price-strength-wrapper .card-tags,
	.price-strength-wrapper .card-tags {
		font-size: 11px !important;
		line-height: 24px !important;
	}
	.nd__blog-single-wrapper .price-strength-wrapper .card-tags .custom-strength-label {
		font-size: 11px !important;
		margin-left: 0px !important;
	}
	.nd__blog-single-wrapper .price-strength-wrapper {
		gap: 8px !important;
	}
	.nd__blog-single-wrapper .clerk-design-component-t3t0DqlU .tags-wrapper [class^="common-use"]:first-of-type {
		min-width: fit-content;
		font-size: 11px;
		font-weight: 600;
		max-height: 20px;
	}
	.nd__blog-single-wrapper .clerk-design-component-t3t0DqlU .tags-wrapper {
		gap: 4px;
	}
	.nd__blog-single-wrapper .product-rating {
		display: flex;
		gap: 4px;
		padding: 0px 4px;
		margin-bottom: 0 !important;
		font-size: 12px;
	}
	.nd__blog-single-wrapper .product-pricing {
		gap: 4px;
	}
	.nd__blog-single-wrapper .price-difference {
		font-size: 11px;
	}
	.nd__blog-single-wrapper .sale-price {
		font-size: 13px;
	}
	.nd__blog-single-wrapper .regular-price {
		font-size: 13px;
	}
	.nd__blog-single-wrapper .sale-price+.regular-price {
		font-size: 11px;
	}
} */
