[google-reviews-container] {
    display: flex;
    flex-direction: row;
    height: 100vh;
    min-width: 1300px;
    max-width: 1500px;
    background: #070707;
    position: relative;
}

[google-reviews-arrow] {
    right: 10px;
    font-size: 25px;
    color: #fff;
    align-self: flex-end;
    text-align: center;
    border-radius: 120px;
    position: absolute;
    top: 10px;
}

[google-reviews-view-all] {
    width: max-content;
    display: block;
}

[google-reviews-intro-container] {
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100vh;
    width: 650px;
    padding-top: 20vh;
    padding-left: 100px;
    padding-right: 100px;
    position: relative;
    flex-shrink: 0;
}

[google-reviews-intro] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

[google-reviews-intro] h2 {
    margin: 0;
    display: block;
    color: #fff;
    font-size: 62px;
    line-height: 1.1;
    font-weight: 700;
}

[google-reviews-intro] p {
    color: #f5f5f5;
    font-size: 20px;
    line-height: 30px;
}



[google-reviews-stars-container] {
    position: relative;
    display: inline-block;
    color: #fff;
    line-height: 1;
}

[google-reviews-rating] {
    font-weight: 700;
}

[google-reviews-quantity] {
    font-weight: 700;
}

[google-reviews-count-and-quantity] {
    font-size: 18px;
    font-family: 'inter';
}

[google-reviews-stars] {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
}

[google-reviews-stars]::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    letter-spacing: 3px;
    font-size: 18px;
}


[google-reviewer-rating-container] {
    margin-top: 10px;
    display: flex;
    justify-content: center;
}

[reviews-slide-header] {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    flex-direction: column;
    gap: 20px;
    box-sizing: border-box;
    width: 100%;
}

[google-reviews-reviewer-image] {
    border-radius: 50%;
    width: 65px !important;
    height: 65px !important;
    box-shadow: 0px 0px 20px #0000001c;
}

[google-reviewer-info] {
    flex: 1;
    flex-grow: 0;
    box-sizing: border-box;
    width: 100%;
}

[google-reviewer-name] {
    margin: 0;
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    font-family: 'inter';
    line-height: 27px;
}

[google-reviews-body] {
    margin-bottom: 10px;
}

[google-reviews-view-all] span {
    width: min-content;
    white-space: nowrap;
    margin-top: 8px;
    position: relative;
    background-color: var(--moroc-view-all-reviews-bg);
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    padding: 13px 17px;
    border-radius: 8px;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-flow: nowrap;
    font-weight: 600;
    font-family: 'inter';
    transition: background 0.3s, transform 0.2s;
}

[google-reviews-view-all] span:hover {
    background-color: var(--moroc-view-all-reviews-bg-hover);
}

[google-review-reviewer-text] {
    font-size: 17px;
    line-height: 23px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-align: center;
    color: #f5f5f5;
    max-width: 500px;
}

[google-reviewer-date] {
    font-size: 16px;
    color: #f5f5f5;
}

.swiper-container.reviews-swiper {
    height: 100vh;
    overflow: hidden;
    padding-right: 5vh;
    cursor: grab;
    position: relative;
    width: 750px;
}

.swiper-container.reviews-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--moroc-vertical-swiper-card-bg);
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    box-sizing: border-box;
    border: 1px solid var(--moroc-section-divider-colour);
    transition: opacity 0.3s;
    opacity: 0.4;
    flex-direction: column;
}

.swiper-container.reviews-swiper .swiper-slide-active {
    opacity: 1;
}

[google-reviews-arrows-container] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: absolute;
    right: 35px;
    bottom: 35px;
}

[google-reviews-arrow-nav] {
    background: rgba(255, 255, 255, 0.09);
    border-radius: 120px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
    box-shadow: 0 4px 10px rgb(0 0 0 / 19%);
}

[google-reviews-arrow-nav] i {
    font-size: 18px;
    color: #fff;
}

[google-reviews-arrow-nav]:hover {
    background: rgba(255, 255, 255, 0.20);
    transform: scale(1.05);
}

[google-reviews-arrow-nav]:active {
    transform: scale(0.95);
}

@media only screen and (max-height: 550px) {
    [google-reviews-intro-container] {
        padding-top: 12vh;
    }
}

@media only screen and (max-height: 470px) {
    [google-reviews-intro] p {
        display: none;
    }

    [google-reviews-intro-container] {
        padding-top: 18vh;
    }
}


[google-reviewer-rating-stars] {
    position: relative;
    display: inline-block;
    color: #fff;
}

[google-reviewer-rating-stars]::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    letter-spacing: 3px;
    font-size: 13px;
    opacity: 0.6;
}

[google-reviewer-rating-container] [google-reviewer-rating-stars]::before {
    font-size: 12px;
}

[google-reviewer-rating-stars-inner] {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    letter-spacing: 3px;
}

[google-reviewer-rating-stars-inner]::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
}

[google-reviews-stars-outer]::before {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    opacity: 0.6;
}

[google-reviews-stars-outer] {
    position: relative;
    display: inline-block;
    color: #fff;
    letter-spacing: 3px;
}