.tc-wrapper-ee1eff8c {
    width: 100%;
    overflow: hidden;
}
.tc-header-ee1eff8c {
    text-align: center;
    margin: 0 auto 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1200px;
}
.tc-badge-ee1eff8c {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: var( --e-global-color-9fb9924 );
    color: var( --e-global-color-59f1a927 );
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.2;
	border: solid 1px var( --e-global-color-9fb9924 );
    margin-bottom: 15px;
	text-transform: uppercase;
}
.tc-heading-ee1eff8c {
    font-size: 36px;
    font-weight: 700;
    line-height: 43px;
    color: var( --e-global-color-59f1a927 );
    margin: 0 0 10px 0;
}
.tc-description-ee1eff8c {
    font-size: 16px;
    color: #666;
    margin: 0 0 10px 0 !important;
}
.tc-track-ee1eff8c {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
/* 	padding: 0 11px; */
}
.tc-track-ee1eff8c::-webkit-scrollbar { display: none; }
.tc-card-ee1eff8c {
	flex: 0 0 calc(33.33% - 14px);
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    scroll-snap-align: start;
    box-shadow: inset 0 0px 15px 0px #ddd;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.tc-quote-icon-ee1eff8c {
    font-size: 40px;
    color: #e0f2f1;
    margin-bottom: 10px;
}
.tc-overall-rating-ee1eff8c h3 {
    font-size: 28px;
    font-weight: 800;
    color: var( --e-global-color-59f1a927 );
    margin: 0;
}
.tc-stars-ee1eff8c {
    color: var(--e-global-color-b29210d);
    font-size: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    width: fit-content;
}

.tc-author-ee1eff8c {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 20px;
    margin-top: 20px;
    border-top: solid 1px #eee;
}
.tc-avatar-ee1eff8c {
    width: 40px; height: 40px;
    background: var( --e-global-color-59f1a927 ); color: #fff;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
}
.tc-avatar-img-ee1eff8c {
    width: 40px; height: 40px !important;
    border-radius: 50% !important;
    object-fit: cover !important;
}
.tc-controls-ee1eff8c {
    display: flex; justify-content: center; align-items: center; gap: 15px; margin-top: 30px;
}
.tc-controls-ee1eff8c button {
    width: 40px; height: 40px; border-radius: 50%; border: 1px solid var( --e-global-color-59f1a927 ); background: #fff; color: var( --e-global-color-59f1a927 ); cursor: pointer; display:flex;align-items: center; justify-content: center;
}
.tc-overall-rating-ee1eff8c {
    text-align: center; margin-top: 40px;
}
.tc-testimonial-footer {
    display: flex;
    flex-direction: column;
    line-height: 19px;
}

.tc-testimonial-footer span {
    font-size: 13px;
    color: #666;
}

.tc-overall-rating-ee1eff8c .tc-stars-ee1eff8c {
    margin: 5px auto;
}

@media (max-width: 1024px) {
    /* show 2 cards */
    .tc-card-ee1eff8c {
        flex-basis: calc(50% - 10px);
        min-width: calc(50% - 10px);
    }
	.tc-heading-ee1eff8c {
		font-size: 26px;
	}
}

@media (max-width: 767px) {
    .tc-card-ee1eff8c {
        flex-basis: 100%;
        min-width: 100%;
        scroll-snap-align: start;
    }
    .tc-track-ee1eff8c {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }
	.tc-heading-ee1eff8c {
		font-size: 22px;
		line-height: 26px;
	}
}



/*  Business Page  */
.page-id-7607 .tc-controls-ee1eff8c button {
    color: var( --e-global-color-81b0d2f ) !important;
    border-color: var( --e-global-color-81b0d2f ) !important;
}

.page-id-7607 .tc-controls-ee1eff8c button:focus {background-color: var( --e-global-color-81b0d2f ) !important;color: #fff !important;}

.page-id-7607 .tc-overall-rating-ee1eff8c h3 {
    color: var( --e-global-color-81b0d2f ) !important;
}
.tc-testimonial-footer strong {
    color: var( --e-global-color-59f1a927 );
	font-weight: 600;
}