:root {
    --br-font: "Outfit", Sans-serif;
}

.testimonial-wrapper {
    color: #fff;
    font-family: var(--br-font);
}

.testimonial-wrapper h2,
.testimonial-wrapper h3,
.testimonial-wrapper h4,
.testimonial-wrapper h5 {
    color: #fff !important;
    margin: 0;
}

#testimonial-wrapper .testimonial-main-heading {
    font-family: Outfit;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: -0.02em;
    text-align: left;
    margin-bottom: 48px;
}

#testimonial-wrapper .testimonial-item {
    background-color: #fff;
    padding: 38px 47px 28px 33px;
    border-radius: 16px;
    min-height: 380px;
    overflow: hidden;
    max-height: 360px;
}

#testimonial-wrapper .testimonial-item .testimonial-content {
	max-height: 230px !important;
    overflow: hidden;
}

#testimonial-wrapper .testimonial-item::after {
    content: url('/wp-content/uploads/2024/10/testimonial-icon.png');
    position: absolute;
    bottom: -8px;
    right: 21px;
}

#testimonial-wrapper .testimonial-image img {
    width: 60px;
    height: 60px;
    display: block;
	border-radius: 10px;
}

/* #testimonial-wrapper .testimonial-description p {
    max-height: 160px;
    overflow-y: auto;
} */

#testimonial-wrapper .testimonial-description {
    max-height: 230px;
    overflow-y: scroll;
    padding-right: 8px;
}

#testimonial-wrapper .testimonial-description::-webkit-scrollbar {
    width: 10px;
}
  
/* Track */
#testimonial-wrapper .testimonial-description::-webkit-scrollbar-track {
    background: #cdb73d;
    border-radius: 100vw;
    margin-block: .5em;
}

/* Handle */
#testimonial-wrapper .testimonial-description::-webkit-scrollbar-thumb {
    background: #FFDE17; 
    border-radius: 100vw;
}

#testimonial-wrapper .testimonial-description p {
    font-family: Outfit;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.02em;
    text-align: left;
    color: #071A34;
}

#testimonial-wrapper .testimonial-flex-container {
    display: flex;
    align-items: center;
    gap: 20px;
    position: absolute;
    bottom: 28px;
}

#testimonial-wrapper .testimonial-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #071A34 !important;
}

#testimonial-wrapper .testimonial-position {
    font-family: Outfit;
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    color:#9999AB !important;
}

#testimonial-wrapper .testimonial-heading-flex {
    display: flex;
    justify-content: space-between;
}

#testimonial-wrapper .testimonial-heading-flex .testimonial-arrows {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-top: 10px;
}

#testimonial-wrapper .testimonial-heading-flex .testimonial-arrows img {
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    #testimonial-wrapper .testimonial-heading-flex .testimonial-arrows {
        display: none;
    }
	
	#testimonial-wrapper .testimonial-item::after {
		bottom: -13px;
		right: -8px;
	}
}