.google-reviews__ {
    width: 100%;
    max-width: 80rem;
    margin: 0 auto;
    padding: 2rem 0;
    box-sizing: border-box;
    height: 699px;
    overflow-y: auto;
    scrollbar-width: thin;
    background: #fff;
    /* padding: 4px; */
}

.gr-container {
    position: relative;
    width: 100%;
    max-width: 80rem;
    margin: 0 auto; 
    box-sizing: border-box;
}

.gr-header-card {
    border-radius: 0.5rem;
    box-shadow:
        0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -2px rgba(0, 0, 0, 0.05);
    padding: 1rem;
    margin-bottom: 2.5rem;
    /* display: flex; */
    /* flex-direction: row; */
    /* align-items: center; */
    justify-content: space-between;
    gap: 1rem;
    background-color: #ffffff;
    color: #333333;
}

.gr-header-left {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.gr-google-logo {
    width: 2.5em;
    height: 2.5em;
}

.gr-google-logo svg {
    width: 100%;
    height: 100%;
}

.gr-header-text h3 {
    font-weight: 600;
    font-size: 1.25rem;
    margin: 0;
}

.gr-header-text p {
    font-size: 0.875rem;
    margin: 0.15rem 0 0;
}

.gr-header-text span {
    font-weight: 700;
}

.gr-cta {
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    text-align: center;
    background: #1567f1;
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
}

.gr-viewport {
    position: relative;
    overflow: hidden;
}

.gr-track {
    display: flex;
    gap: 20px;
    transition: 500ms ease-in-out;
}

.gr-slide {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    width: 350px;
}

.gr-card {
    background-color: #ffffff;
    width: 100%;
    margin: 0;
    height: 100%;
    border-radius: 0.5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    padding: 1.25rem;
    color: #333333; 
}

.swiper-slide {
    display: inline-block;
    height: auto;
}

.gr-card-head {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.gr-avatar {
    width: 2.1em;
    height: 2.1em;
    min-width: 2.1em;
    min-height: 2.1em;
    border-radius: 50%;
    background: #1567f1;
    color: #ffffff;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
    object-fit: cover;
}

.gr-card-meta {
    display: flex;
    flex-direction: column;
    margin-top: 0.25rem;
}

.gr-name {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
}

.gr-time {
    color: #333333;
    opacity: 0.8;
    font-size: 0.75rem;
}

.gr-stars {
    margin-top: 0.5rem;
    display: inline-flex;
}

.gr-stars svg {
    width: 25px;
    height: 25px;
    fill: #ffc107;
    margin-right: -3px;
    opacity: 0.25;
}

.gr-stars svg.filled {
    opacity: 1;
}

.gr-text {
    margin-top: 0.75rem;
    color: #333333;
    max-height: 6.5em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 16px;
    overflow: hidden;
}

.gr-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    border-radius: 9999px;
    padding: 0.5rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    z-index: 99;
    opacity: 1;
    color: #333333;
    background: #ffffff;
    display: block;
    border: none;
    cursor: pointer;
    border: 1px solid #ddd;
}

/* .gr-nav:before {
    position: absolute;
    content: "";
    top: -128px;
    width: 55px;
    height: 500px;
    background: #ffffff;
    left: -10px;
    z-index: -4;
} */

.gr-nav-prev {
    left: 0.5rem;
}

.gr-nav-next {
    right: 0.5rem;
}

.gr-dots {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    gap: 0.25rem;
    width: 100%;
    height: 1.5rem;
}

.gr-dot {
    height: 0.5rem;
    width: 0.5rem;
    transition: 300ms;
    background-color: #333333;
    opacity: 0.2;
    border: none;
    padding: 0;
    margin: 0 2px;
    cursor: pointer;
    border-radius: 0;
}

.gr-dot.active {
    width: 1rem;
    opacity: 1;
}

.gr-powered {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}
.gr-powered small {
    font-size: 0.75rem;
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    color: #333333;
    background-color: #ffffff;
}

.gr-powered strong {
    font-weight: 700;
}

.gr-empty {
    background: #ffffff;
    border-radius: 0.5rem;
    padding: 1.5rem;
    text-align: center;
    color: #5f6368;
    font-size: 0.875rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.gr-empty code {
    background: #e8e8e6;
    padding: 0.2em 0.4em;
    border-radius: 4px;
    font-size: 0.9em;
}

@media (max-width: 768px) {
    .gr-slide {
        width: 100% !important;
    }
        .gr-nav {
    display: none;
}

}

span.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 0px;
    margin: 0px 1px !important;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    background: #000;
    width: 15px !important;
}