.v005 .bullets {
    display: flex;
    flex-direction: column;
    row-gap: 11px;
}

@media screen and (max-width: 1144px) {
    .v005 .bullets a {
        display: flex;
        justify-content: center;
    }
}

.v005 h5 {
    margin: 0;
}

/* Main Review Section */
.v005.review-section {
    width: 100%;
    background-color: transparent;
    display: flex;
    align-items: flex-start;
	font-family: 'Din-2014';
}

/* Review Header */
.v005 .review-header {
    width: 40%;
    display: flex;
    flex-direction: column;
    padding-right: 80px;
    flex-grow: 1 !important;
    justify-content: space-between;
    align-self: stretch;
}

/* Div Holding "5/5 reviews by google" + "Our Reviews" */
.v005 .review-rating_title-google {
    display: flex;
    flex-direction: row;
    row-gap: 16px;
    width: 100%;
	justify-content: space-between;
}

.v005 .reviewer-info{
    display: flex;
    flex-direction: column;
    row-gap: 8px;

}

/* Review Rating - "5/5 reviews by google" */
.v005 .review-rating {
    
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: left;
    column-gap: 4px;
    border-radius: 40px;
/*     border: 1px solid var(--e-global-color-primar, #F3F3F3); */
/*     background: var(--Pure-White, #FFF); */
/*     box-shadow: -1px 4px 8px 0px rgba(0, 0, 0, 0.05); */
    padding: 0px;
    width: fit-content;
}

/* (11+ reviews) + "by google" */
.v005 .out-of-text {
    width: 100%;
}

/* Google image in the review ratings */
.v005 .review-rating > img {
    width: 20px;
    height: 20px;
}

/* 5/5 Text */
.v005 .review-out-of {
    text-align: center;
   
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    background: var(--e-global-color-primary, linear-gradient(180deg, #44C0FC 0%, #44C0FC 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Review Title - "Our Reviews" */
.v005 .review-header h2 {
    font-size: 47px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.47px;
    Width: 100%;
    color: #295016;
}
.v005 .review-header h2 p {
    margin: 0;
    color: #303030;
    
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1.6px;
}

/* Review Description */
.v005 .review-header p {
    color: var(--e--global-color-text, #000);
    text-align: left;
    
    font-size: 16px;
    line-height: 1.4;
    margin-top: 10px;
}

/* Get In Touch Button */
.v005 .get-in-touch {
    display: inline-flex;
    align-items: center;
    border: none;
    color: #FFFFFF;
    background-color: var(--e-global-color-primary);
    
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    padding: 8px 12px 8px 0px;
    cursor: pointer;
    padding: 12px 20px;
    align-items: center;
    gap: 6px;
    border-radius: 999px;
}

.v005 .get-in-touch:hover {
    background-color: var(--e-global-color-accent);
    color: #FFFFFF;
}

/* Carousel Body */
.v005 .review-body {
    width: 100%;
    height: auto;
    position: relative;
    margin-right: -22px;
}

/* Carousel Container */
.v005 .carousel-container {
    position: relative;
    width: 100%;
    height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

/* Slide Styles */
.v005 .carousel-slide {
    position: absolute;
    max-width: 100%;
    height: auto;
    background-color: #fff;
/*     border-top: 5px solid var(--e-global-color-primary); */
    border-radius: 16px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.5rem;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    height: 100%;
    padding: 40px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.v005 .review-box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
/*     justify-content: center; */
    gap: 20px;
    text-align: center;
}

/* Stars */
.v005 .reviewStars {
    display: flex !important;
    flex-direction: row !important;
    padding-bottom: 20px;
	gap: 10px;
}

.v005 .reviewStars img{
	width: 32px;
	height 30px;
}

/* Title - removed */
.v005 .titleReviewSnippet {
    color: var(--Neutral, #303030) !important;
   
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

/* Gradient Text */
.v005 .gradient-text {
    background: var(--e-global-color-primary, linear-gradient(180deg, #44C0FC 0%, #44C0FC 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
   
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1.6px;
}

/* Review Text */
.v005 .review-text > p {
    color: var(--Neutral, #303030);
    text-align: left;
   
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    align-self: stretch;
}

/* Reviewer Info */
.v005 .reviewer-name {
   
    font-size: 22px;
    text-align: center;
    padding: 0px;
    font-weight: 700;
    width: fit-content;
    border-radius: 40px;
    margin: 0;
    color: var(--e-global-color-primary);

}

/* Navigation Buttons */

.review-buttons-container {
    display: flex
;
    gap: 20px;
    flex-grow: 1;
    align-items: flex-end;
    padding-bottom: 20px;
}
.v005 .carousel-btn, .v005 .carousel-btn:focus {
    
    
    font-size: 1.5em;
    color: #fff;
    background: #295016;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    padding: 0px;
}

.v005 .carousel-btn:hover  {
    filter: brightness(0.7);
}

.v005 .carousel-btn.prev {
  
}

.v005 .carousel-btn.next {
   
}

.v005 .carousel-btn.prev img,
.v005 .carousel-btn.next img {
    width: 18px;
}

@media screen and (max-width: 1024px) {
	
	.v005 .reviewer-name {
	font-size: 24px;
	font-weight: 400;
	line-height: 24px;
		
	}
	
	

.v005 .reviewStars {
	padding: 0;
	}
	
	
    .v005 .review-header {
        align-items: center;
        width: 100%;
        padding-right: 0px;
        row-gap: 16px;
    }
	
	.review-buttons-container {
    display: none;
}

    .v005.review-section {
        flex-direction: column;
        align-items: center;
        row-gap: 24px;
    }
	
	.review-body {
    margin: 0;
}
	
    .v005 .review-rating {
/*         align-self: center; */
        width: fit-content;
    }

    .v005 .review-header p,
    .v005 .review-header h2 {
        text-align: center;
    }
	
	.v005 .review-header h2 {
	width: 65%;
	}
       .v005 .review-rating_title-google {
        flex-direction: column;
        gap: 8px;
        align-items: center;
    }
	
	.v005 .reviewer-info {
		align-items: center;
	}
}

@media screen and (max-width: 767px) {
	
	    .v005 .review-header h2 {
       width: 90%;
		font-size: 34px;	
    }
	
	.v005 .review-text > p {
    text-align: center;
	}
	
    .v005 .review-body {
        width: 100%;
        margin: 0px;
    }

    .v005 .carousel-btn.prev {
        display: none;
    }

    .v005 .carousel-btn.next {
        display: none;
    }
}