/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 05 2025 | 06:42:13 */
:root{
    --albert-font: "Albert Sans", sans-serif;
}

#reviews{
    padding: 104px 0 130px;
    background: white;
}
.reviews-title{
    font: 700 45px/48px var(--albert-font);
    color: black;
    text-align: center;
    margin-bottom: 73px;
}

.rating-part{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 58px;
    border-bottom: 1px solid #E8E8E8;
}
.rating-left{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 260px;
}
.rating-left-btn, .rating-right-btn{
    width: 100%;
    max-width: 134px;
    height: 35px;
    font: 700 11px/24px var(--albert-font);
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.rating-left-btn{
    background: #F79E1B;
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
    color: white;
}
.rating-right-btn{
    background: white;
    border-top-right-radius: 13px;
    border-bottom-right-radius: 13px;
    color: #F79E1B;
    border: 1px solid #F79E1B;
}
.rating-middle{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 30px;
    flex: 1;
}
.rating-middle-left{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 5px;
    height: 117px;
    border-right: 1px solid #E8E8E8;
}
.rating-middle-right{
    width: 100%;
    max-width: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
}
.rating-rate{
    font: 900 40px/48px var(--albert-font);
    color: black;
}
.rating-rate-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.rating-star{
    display: flex;
    align-items: center;
    margin-top: 3px;
    span{
        font-size: 22px;
        color: #F79E1B;
    }
}
.reviews-count{
    font: 400 12px/19px var(--albert-font);
    color: black;
}
.star-rating_n{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}
.star{
    font: 700 12px/19px var(--albert-font);
    color: black;
	margin:0px;
}
.rating-progress{
    position: relative;
    width: 152px;
    height: 8px;
    border-radius: 12px;
    background: #E8E8E8;
    overflow: hidden;
}
.progress-bar{
    position: absolute;
    width: 80%;
    height: 100%;
    top: 0%;
    left: 0%;
    background: #F79E1B;
    border-radius: 12px;
}
.review-count{
    font: 400 12px/19px var(--albert-font);
    color: black;
	margin-bottom:0px;
}
.custom-selector select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font: 700 12px/19px var(--albert-font);
    color: black;
    padding: 14px 35px 14px 18px;   
    border: 1px solid #ccc;
    border-radius: 60px;
    background: #F1F1F1;
}
.custom-selector {
    position: relative;
    display: inline-block;
}
.custom-selector i {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-46%);
    pointer-events: none;
    font-size: 16px;
    color: #333;
}
.smal-device{
    display: none;
}
.photo-heading{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.photo-heading h5, h6{
    font: 700 14px/19px var(--albert-font);
    color: black;
    margin: 10px 0;
} 
.photo-heading h6{
    color: #F79E1B;
}
.photo-all{
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    column-gap: 20px;
}

.photo-all::-webkit-scrollbar {
    display: none;
}
.photo-all {
    scrollbar-width: none;
}
.photo-all img{
    width: 114px;
    height: 114px;
    border-radius: 13px;
}
.testimonial-row{
    margin-top: 47px;
}
.testimonial-col{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-start;
    align-items: start;
    padding: 49px 0 41px;
    border-top: 1px solid #E8E8E8;
}
.testimonial-item {
    width: 30%;
}
.testimonial-middle {
    width: 65%;
}
.testimonial-icon{
    width: 50px;
    height:  50px;
    border-radius: 100%;
    background: #D9D9D9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.testimonial-icon img{
    width: 100%;
}
.testimonial-info h3{
    font: 700 14px/19px var(--albert-font);
    color: black;
}
.testimonial-info h4{
    font: italic 12px/22px var(--albert-font);
    color: #656565;
    margin: 1px 0 4px;
}
.testimonial-info p{
    font: 700 14px/19px var(--albert-font);
    color: #F79E1B;
}
.testimonial-left{
    display: flex;
    column-gap: 26px;
}
.testimonial-middle .rating-star span{
    font-size: 18px;
}
.testimonial-middle h5{
    font: 700 14px/19px var(--albert-font);
    color: black;
    margin: 6px 0 8px;
}
.testimonial-middle p{
    width: 100%;
    max-width: 658px;
    font: 400 14px/22px var(--albert-font);
    color: #656565;
    span{
        color: #F79E1B;
        cursor: pointer;
    }
}
.testimonial-date{
    font: 400 14px/22px var(--albert-font);
    color: #656565;
}

@media (max-width: 768px) {
    .photo-all{
        overflow-x: scroll; 
    }
    .photo-all img {
        width: 120px; 
    }
	.testimonial-col {
		flex-direction: column;
		position: relative;
	}

	.testimonial-item,
	.testimonial-middle {
		width: 100%!important;
	}

	.testimonial-right {
		position: absolute;
		top: 46px;
		right: 5px;
	}
	.modal-container {
		overflow: scroll!important;
	}

	.modal-review-content {
		padding: 30px 20px 30px 20px;
	}

	h3.reviewer-name {
		font-size: 16px;
	}

	.testimonial-icon {
		width: 40px;
		height: 40px;
	}

	.reviewer-verified {
		font-size: 13px;
		margin-top: 2px;
		margin-bottom: 5px;
	}

	.review-title {
		font-size: 20px;
	}
	
	#reviews {
		padding: 60px 0 0px;
		background: white;
	}
	.rating-part {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		padding-bottom: 40px;
		border-bottom: 1px solid #E8E8E8;
		flex-direction: column;
		gap: 30px;
	}
	.rating-middle-left {
    	border-right: 0px solid #E8E8E8;
	}
}