.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: start;
    font-family: "Lexend Deca" !important;
}

/* Review Header */
.v005 .review-header {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    row-gap: 16px;
}

/* 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-reverse;
    row-gap: 16px;

}

@media screen and (max-width: 1144px) {
    .v005 .reviewer-info{
        align-items: center;
    }
}

/* 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(--accent-2, #F3F3F3);
    background: var(--Pure-White, #FFF);
    box-shadow: -1px 4px 8px 0px rgba(0, 0, 0, 0.05);
    padding: 8px 16px;
    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;
}

@media screen and (max-width: 767px) {
    .v005 .review-out-of {
        font-size: 12px !important;
    }
    .v005 .out-of-text {
        font-size: 12px !important;
    }
    .v005 .carousel-slide {
        padding: 20px !important;
    }
}

/* Review Title - "Our Reviews" */
.v005 .review-header h2 {
    width: 100%;
    color: #303030;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1.6px;
}

.v005 .review-header h2 p {
    margin: 0;
    color: #303030;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1.6px;
    width: 60%;
}
@media screen and (max-width: 1144px) {
    .v005 .review-header h2 p{
        width: 100%;
    }
}

/* 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-secondary);
    color: #FFFFFF;
}

/* Carousel Body */
.v005 .review-body {
    width: 60%;
    height: auto;
    position: relative;
}

/* 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: left;
}

/* Stars */
.v005 .reviewStars {
    display: flex !important;
    flex-direction: row !important;
    padding-bottom: 20px !important;
}
@media screen and (max-width: 1144px) {
    .v005 .review-box {
        text-align: center;
    }
    .v005 .reviewStars {
        justify-content: center;
        column-gap: 16px;
    }
}

.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: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%; /* 24px */
}

@media screen and (max-width: 1144px) {
    .v005 .review-text > p {
        text-align: center;
    }
}

/* Reviewer Info */
.v005 .reviewer-name {
    padding: 0px;
    width: fit-content;
    border-radius: 40px;
    margin: 0;
    color: var(--e-global-color-primary);
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 24px */
}

/* Navigation Buttons */
.v005 .carousel-btn, .v005 .carousel-btn:focus {
    position: absolute;
    top: 50%;
    transform: translateY(-100%);
    font-size: 1.5em;
    color: #fff;
    background: var(--e-global-color-primary, linear-gradient(180deg, #44C0FC 0%, #44C0FC 100%));
    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 {
    left: 0px;
    top: 90%;
}

.v005 .carousel-btn.next {
    left: 60px;
    top: 90%;
}
@media screen and (max-width: 1144px) {
    .v005 .carousel-btn.next,
    .v005 .carousel-btn.prev {
        display: none;
    }
}

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

@media screen and (max-width: 1144px) {
    .v005 .review-body {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .v005.review-section {
        flex-direction: column;
        align-items: center;
        row-gap: 24px;
    }

    .v005 .review-header {
        align-items: center;
        width: 100%;
        row-gap: 16px;
    }

    .v005 .review-rating {
/*         align-self: center; */
        width: fit-content;
    }

    .v005 .review-header p,
    .v005 .review-header h2 {
        text-align: center;
    }

    .v005 .review-rating_title-google {
        flex-direction: column-reverse;
        row-gap: 6px;
    }
}

@media screen and (max-width: 767px) {
    .v005 .review-header {
        width: 100%;
        row-gap: 8px;
    }

    .v005 .review-body {
        width: 100%;
        margin: 0px;
    }

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

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