@font-face {
	font-family: 'Gotham-Book';
	src: url('../fonts/Gotham-Book.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family:'Gotham-Bold';src:url('../fonts/Gotham-Bold.woff') format('woff');font-weight:normal;font-style:normal;font-display:swap;
}

@font-face {
	font-family:'Gotham-Black';src:url('../fonts/Gotham-Black.woff') format('woff');font-weight:normal;font-style:normal;font-display:swap;
}





/*.banner, .cta-section {*/

/*    position: relative;*/

/*    min-height: 600px;*/

/*    display: flex;*/

/*    align-items: center;*/

/*    justify-content: center;*/

/*    background-image: url('../images/art-banner-bg-image.jpg');*/

/*    background-size: cover;*/

/*    background-position: center;*/

/*    background-attachment: fixed;*/

/*    height: auto;*/

/*}*/

/*.banner-txt {*/

/*    position: relative;*/

/*    z-index: 10;*/

/*    padding: 60px 20px;*/

/*    max-width: 900px;*/

/*    margin: 0 auto;*/

/*    transform: none;*/

/*}*/

/*:is(.banner, .cta-section)::before {*/

/*    content: '';*/

/*    position: absolute;*/

/*    top: 0;*/

/*    left: 0;*/

/*    right: 0;*/

/*    bottom: 0;*/

/*    background: rgba(0, 0, 0, 0.7);*/

/*    z-index: 1;*/

/*}*/

 

/* .bg-dark-yellow-box {

    background: rgba(232, 185, 35, 0.1);

    border-left: 4px solid var(--color-primary);

    padding: 32px;

    margin-bottom: 32px;

} */



.bg-dark-yellow-box h3 {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 16px;
}

.bg-dark-yellow-box h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 24px;
}

.bg-dark-yellow-box p {
	line-height: 1.8;
	margin-bottom: 16px;
	background-color: #0000;
	color: #000;
	padding: 0;
}

.distinctions-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 24px;
}

.distinctions-list {
	margin-bottom: 24px;
}

.distinction-item:not(:last-child) {
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 16px;
	margin-bottom: 16px;
}

.distinction-item {
	position: relative;
    /* padding-left: 42px; */
	display: grid;
	grid-template-columns: max-content auto;
	align-items: center;
	gap: 10px;
}

.distinction-item:before {
	content: '';
	position: relative;
    /* left: -12px; */
	left: 0px;
	top: 0;
	display: inline-block;
	width: 38px;
	height: 38px;
	background: url(https://www.turmericearth.com/ln/like.png) center / contain no-repeat;
}



/* .checkmark {

    color: #E8B923;

    font-weight: bold;

    font-size: 20px;

    flex-shrink: 0;

} */

.insurance-logos {
	display: flex;
	flex-wrap: wrap;
	gap: 24px 12px;
	margin-top: 32px;
	justify-content: space-evenly;
}

.insurance-logos .logo-badge img {
	object-fit: contain;
	height: 50px;
	width: auto;
	max-width: 100%;
	filter: grayscale(100%);
}

.benefit-item {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 24px;
	flex-direction: column;
	border: 6px solid #e8b923;
	background-color: #FFFFFF;
	padding: 18px;
	height: 100%;
	text-wrap: pretty;
}

.benefit-icon {
	text-align: center;
	width: 68px;
	height: 68px;
	margin-inline: auto;
}

.benefit-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	font-size: 24px;
	flex-shrink: 0;
}

.benefit-item p {
	margin: 0;
	padding-top: 8px;
	text-align: center;
}



/* Art Box / Category Cards */

.art-box {
	background-color: #FFFFFF;
	border: 1px solid #E8B923;
	padding: 32px!important;
	margin-bottom: 24px;
	text-align: center;
	transition: all 0.3s ease;
	min-height: 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	text-wrap: pretty;
}

.art-box .category-icon {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: rgba(232, 185, 35, 0.1);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 32px;
	margin: 0 auto 24px;
}

.art-box h3 {
	font-size: 20px;
	font-weight: 600;
	margin: 0;
}



/* Process Steps */

.process-steps {
	margin-bottom: 32px;
}

.process-step {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	gap: 24px;
	padding: 28px;
	background-color: #fdf8e9;
	border: 1px solid #E5E5E5;
	margin-bottom: 20px;
	transition: all 0.3s ease;
	height: 100%;
}

.step-number {
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #E8B923;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 24px;
	flex-shrink: 0;
}

.step-content h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 8px;
}

.step-content p {
	color: #6c757d;
	margin: 0;
}

.accordion .card {
	border-radius: 0;
}

.accordion button {
	padding-right: 32px;
	position: relative;
}

.accordion button:after {
	content: '';
	position: absolute;
	right: 16px;
	top: 50%;
	translate: 0 -50%;
	rotate: 45deg;
	transition: rotate 0.3s ease;
	width: 16px;
	height: 16px;
	background: url("../images/plus-yellow-icon-2.svg") center/contain no-repeat;
}

.accordion button.collapsed:after {
	rotate: 0deg;
}

.cta-section p a {
	font-size: 22px;
}

#report-is-for .art-box h3 {
	margin-bottom: 16px;
}

#report-is-for .art-box p {
	margin-bottom: 0;
}

.custom-hero-banner{
	    background-color: #000000ba;
    background-blend-mode: overlay;
}

/* Post Cards */
.post-cards-wrap .post-card{
       border-radius: 10px;
    border: 1px solid #E8E8E8;
    background: #fff;
    overflow: hidden; 
    height: 100%;
}
.post-cards-wrap .post-img{
    width: 100%;
}
.post-cards-wrap .post-img img {
        width: 100%;
    height: 100%;
    aspect-ratio: 768 / 401;
    object-fit: cover;
    object-position: top;
}
.post-cards-wrap .post-content{
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
}
.post-cards-wrap .post-content h3 {
    color: #000;
}
.post-cards-wrap .post-content h3 + p{
	margin-top: 16px;
}
.post-cards-wrap .post-content .read-more-cta {
        color: #FEB41D;
    font-family: 'Gotham-Book';
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.16px;
    text-decoration-line: underline; 
}

/* Post Cards end */
