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

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

.v001 h5 {
    margin: 0;
}

/* Main Review Section */
.v001.review-section {
    width: 100%;
    background-color: transparent;
    display: flex;
    align-items: center;
}

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

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

/* Review Rating - "5/5 reviews by google" */
.v001 .review-rating {
    font-family: 'Poppins', sans-serif;
    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: 8px 16px;
    width: fit-content;
}

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

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

/* 5/5 Text */
.v001 .review-out-of {
    text-align: center;
    font-family: Poppins, sans-serif;
    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" */
.v001 .review-header h2 {
    color: #303030;
    font-family: Poppins, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1.6px;
}

.v001 .review-header h2 p {
    margin: 0;
    color: #303030;
    font-family: Poppins, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1.6px;
}

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

/* Get In Touch Button */
.v001 .get-in-touch {
    display: inline-flex;
    align-items: center;
    border: none;
    color: #FFFFFF;
    background-color: var(--e-global-color-primary);
    font-family: Poppins, sans-serif;
    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;
}

.v001 .get-in-touch:hover {
    background-color: #0f8680;
    color: #FFFFFF;
}

/* Carousel Body */
.v001 .review-body {
    width: 60%;
    height: auto;
    position: relative;
    margin-right: 25px; /* add margin for the right button to have space */
}

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

/* Slide Styles */
.v001 .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;
}

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

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

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

/* Gradient Text */
.v001 .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-family: Poppins, sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1.6px;
}

/* Review Text */
.v001 .review-text > p {
    color: var(--Neutral, #303030);
    text-align: center;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    align-self: stretch;
}

/* Reviewer Info */
.v001 .reviewer-name {
    font-size: 14px;
    text-align: center;
    padding: 12px 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 21px;
    width: fit-content;
    border-radius: 40px;
    background: var(--accent-1, #ECF9FF);
    margin: 0;
    margin-block-start: .5rem;
    margin-block-end: 1rem;
    color: #303030;
}

/* Navigation Buttons */
.v001 .carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    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;
}

.v001 .carousel-btn:hover {
    background: var(--e-global-color-primary, linear-gradient(180deg, #44C0FC 0%, #44C0FC 100%));
}

.v001 .carousel-btn.prev {
    left: -25px;
}

.v001 .carousel-btn.next {
    right: -25px;
}

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

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

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

    .v001 .review-header {
        align-items: center;
        width: 80%;
        padding-right: 0px;
        row-gap: 16px;
    }

    .v001 .review-rating {
        align-self: center;
        width: fit-content;
    }

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

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

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

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

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

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