/*read more */
.gr-google-reviews-list .gr-reviews-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.gr-google-reviews-list .gr-reviews-container .gr-review-item-list {
    width: calc((100% - 80px) / 3);
}

.gr-load-more-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.gr-load-more.button {
    font-family: "Oswald";
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 12px 29.5px;
    margin: 0;
    border-radius: 0px;
    border-width: 1px;
    border-color: #D32020;
    border-style: solid;
    transition: all 0.5s ease;
}

.gr-load-more-container .gr-load-more.button:hover {
    background-color: #D32020;
}

.gr-load-more.button:focus {
    background-color: transparent;
}



/*read more */

.review-block {
    border: 1px solid #FFFFFF0D;
    background: #161616;
    text-align: left;
    padding: 32px 32px 80px;
    position: relative;
    height: 100%;
}

.gr-review-item {
    padding: 0 18.5px;
}

.gr-google-reviews:not(.slick-initialized) {
    display: flex;
}

.gr-google-reviews .slick-list {
    margin: 0 -18.5px;
}

.gr-google-reviews .slick-track {
    display: flex !important;
}

.gr-google-reviews:not(.slick-initialized) {
    width: 100%;
    overflow: hidden;
    flex-wrap: wrap;
    max-height: 412px;
}

.gr-google-reviews:not(.slick-initialized) .gr-review-item {
    width: 33.33% !important;
}

.gr-google-reviews .slick-slide {
    height: inherit !important;
}

h2.gr-popup-title {
    padding-right: 0 !important;
}

body .review-block h3,
body h2.gr-popup-title {
    font-family: 'Oswald';
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

body h2.gr-popup-title {
    margin-bottom: 15px;
}

body .review-block h3 {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    width: calc(100% - 64px);
    font-family: 'Oswald';
    padding-top: 24px;
    border-top: 1px solid #FFFFFF33;
}

body h2.gr-popup-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
}

.review-block p.gr-review-text {
    font-family: 'Inter';
    font-weight: 300;
    font-style: Italic;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    margin-bottom: 32px;
}

/* Common arrow button */
.gr-google-reviews .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background-color: #E7000B33;
    border: none;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    transition: all 0.3s ease;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gr-google-reviews .slick-arrow:hover {
    background: #E7000B4D;
}

.gr-google-reviews .slick-next {
    right: -55px;
}

.gr-google-reviews .slick-prev {
    left: -55px;
}

.review-block .gr-review-rating {
    display: flex;
    margin-bottom: 10px;
}

.star svg {
    width: 20px;
    height: 28px;
}

.star.filled {
    color: #CC9F21;
    display: flex;

}

.star.filled path {
    fill: #CC9F21;
}

.star.empty path {
    fill: #ccc;
}

.star.empty {
    color: #ccc;
}

.review-block p.gr-review-time {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    font-family: 'Inter';
    margin-bottom: 15px;
    color: #000;
}

/* Popup */
div#gr-review-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}

.gr-popup-content {
    position: absolute;
    /* background: #fff; */
    max-width: 870px;
    width: 90%;
    padding: 0;
    border-radius: 0;
    z-index: 10000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    gap: 0;
    justify-content: center;
    height: auto;
    overflow: auto;
    display: block;
    border: 1px solid #FFFFFF33;
}

.gr-inner {
    height: auto;
    padding: 40px;
    max-height: 50vh;
    overflow: auto;
    background: #161616;
}

.gr-popup-body p {
    color: #D1D5DB;
}

a.gr-read-more {
    color: #D32020;
    font-family: 'Inter';
    font-weight: 600;
    font-style: Italic;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0px;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

a.gr-read-more:hover {
    color: #fff;
}

.gr-inner::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #000000;
}

.gr-inner::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.gr-inner::-webkit-scrollbar-thumb {
    background-color: #D1D5DB;
}

.close-popup {
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    transition: all 0.5s;
    position: absolute;
    top: 16px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    overflow: hidden;
    box-sizing: border-box;
    width: 16px;
    height: 20px;
}

span.close-popup:hover {
    color: #D32020;
}

.gr-popup-body {
    margin-bottom: 0;
}

.gr-popup-body p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Inter';
    font-weight: 400;
    color: #D1D5DB;
    font-style: italic;
}

img.review_img {
    display: flex;
    padding-bottom: 0px;
    margin-bottom: 12px;
    height: 38.5px;
    width: 38.5px;
}

div#gr-review-popup img.review_img {
    margin: 0;
    margin-bottom: 18px;
}

body.popup-open {
    overflow: hidden;
}

.review-block img.emoji,
.gr-popup-content img.emoji {
    display: inline;
    border: none;
    box-shadow: none;
    height: 1em;
    width: 1em;
    margin: 0 0.07em;
    vertical-align: -0.1em;
    background: none;
    padding: 0;
}

body.popup-open .et_pb_section.gallery-section.et_section_regular {
    overflow: hidden;
    z-index: 0;
}

/* new css */
/* home start */
body .elementor .gr-google-reviews .slick-arrow {
    top: -98px;
    bottom: auto;
    transform: none;
    width: 48px;
    height: 48px;
    background-color: transparent;
    border: 1px solid #FFFFFF33;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.4s ease, border-color 0.4s ease;
}

body .elementor .gr-google-reviews .slick-arrow:hover {
    background-color: #D32020;
    border-color: #D32020;
}

body .elementor .gr-google-reviews .slick-prev {
    left: auto;
    right: 72px;
}

body .elementor .gr-google-reviews .slick-next {
    right: 4px;
    left: auto;
}

body .elementor .gr-google-reviews .slick-arrow svg path {
    fill: transparent;
    color: #ffffff;
}

body .elementor .gr-google-reviews .slick-arrow svg {
    opacity: 60%;
    transition: opacity 0.4s ease;
}

body .elementor .gr-google-reviews .slick-arrow:hover svg {
    opacity: 100%;
}

/* home end */


@media screen and (max-width: 1439px) {
    .gr-google-reviews-list .gr-reviews-container .gr-review-item-list {
        width: calc((100% - 60px) / 3);
    }

    .gr-google-reviews-list .gr-reviews-container {
        gap: 30px;
    }

    .gr-google-reviews .slick-prev {
        left: -1px;
    }

    .gr-google-reviews .slick-next {
        right: -1px;
    }

    .gr-google-reviews .slick-arrow {
        width: 30px;
        height: 30px;
    }

    .gr-review-item {
        padding: 0 15px;
    }

    .gr-google-reviews .slick-list {
        margin: 0 -15px;
    }

    body .elementor .gr-google-reviews .slick-next {
        right: 0;
    }

    body .elementor .gr-google-reviews .slick-prev {
        right: 68px;
    }
}

@media screen and (max-width: 1199px) {
    .gr-google-reviews-list .gr-reviews-container .gr-review-item-list {
        width: calc((100% - 40px) / 3);
    }

    .gr-google-reviews-list .gr-reviews-container {
        gap: 20px;
    }

    .gr-load-more-container {
        margin-top: 35px;
    }

    .gr-load-more.button {
        padding: 11px 25px;
    }

    .review-block {
        padding: 24px 24px 68px;
    }

    .review-block p.gr-review-text {
        margin-bottom: 24px;
    }

    .gr-google-reviews {
        padding: 0;
        /* padding-bottom: 60px; */
    }

    .gr-review-item {
        padding: 0 10px;
    }

    .gr-google-reviews .slick-list {
        margin: 0 -10px;
    }

    a.gr-read-more {
        font-size: 15px;
        line-height: 25px;
    }

    .gr-inner {
        padding: 40px 34px 30px 30px;
    }

    img.review_img {
        width: 100%;
        max-width: 35px;
    }

    /* .gr-google-reviews .slick-arrow {
        top: auto !important;
        bottom: -16px !important;
        height: 30px;
    }

    .gr-google-reviews .slick-prev {
        left: calc(50% - 35px) !important;
    }

    .gr-google-reviews .slick-next {
        right: calc(50% - 35px) !important;
    } */

    div#gr-review-popup img.review_img {
        margin-bottom: 15px;
    }

    body .review-block h3 {
        bottom: 24px;
        width: calc(100% - 48px);
        padding-top: 20px;
    }

    .star.filled,
    .star svg {
        width: 18px;
        height: 18px;
    }

    body h2.gr-popup-title {
        font-size: 18px;
        line-height: 28px;
    }

    .gr-popup-body p {
        font-size: 16px;
        line-height: 26px;
    }

    body .elementor .gr-google-reviews .slick-arrow {
        height: 45px;
        width: 45px;
    }

    body .elementor .gr-google-reviews .slick-prev {
        right: 60px;
    }

    body .elementor .gr-google-reviews .slick-arrow {
        top: -78px;
    }
}

@media screen and (max-width: 991px) {
    .gr-google-reviews-list .gr-reviews-container .gr-review-item-list {
        width: calc((100% - 40px) / 2);
    }
}

@media screen and (max-width: 980px) {
    .gr-google-reviews:not(.slick-initialized) {
        max-height: 340px;
    }

    .gr-google-reviews:not(.slick-initialized) .gr-review-item {
        width: 50% !important;
    }
}

@media screen and (max-width: 767px) {
    body h2.gr-popup-title {
        font-size: 16px;
        line-height: 26px;
    }

    body h2.gr-popup-title {
        margin-bottom: 10px;
    }

    .gr-load-more-container {
        margin-top: 30px;
    }

    .review-block {
        padding: 20px 20px 54px;
    }

    .review-block p.gr-review-text {
        margin-bottom: 18px;
    }

    .gr-google-reviews-list .gr-reviews-container .gr-review-item-list {
        width: 100%;
    }

    .gr-google-reviews-list .gr-reviews-container {
        gap: 16px;
    }

    .review-block p.gr-review-text,
    .gr-popup-body p {
        font-size: 15px;
        line-height: 25px;
    }

    .gr-load-more.button {
        padding: 10px 20px;
    }

    img.review_img {
        margin-bottom: 15px;
    }

    .review-block p.gr-review-time {
        margin-bottom: 12px;
    }

    .review-block .elementor-widget-rating {
        margin-bottom: 15px;
    }

    .gr-popup-content {
        max-width: 100%;
    }

    .gr-google-reviews:not(.slick-initialized) {
        max-height: 320px;
    }

    .gr-google-reviews:not(.slick-initialized) .gr-review-item {
        width: 100% !important;
    }

    body .review-block h3 {
        bottom: 16px;
        padding-top: 12px;
    }

    /* 
    .gr-google-reviews .slick-prev {
        left: calc(50% - 34px) !important;
    }

    .gr-google-reviews .slick-next {
        right: calc(50% - 34px) !important;
    } */

    body .review-block h3 {
        font-size: 15px;
        line-height: 25px;
        width: calc(100% - 40px);
    }

    body h2.gr-popup-title {
        font-size: 15px;
        line-height: 25px;
    }

    body .elementor .gr-google-reviews .slick-arrow {
        height: 40px;
        width: 40px;
    }

    body .elementor .gr-google-reviews .slick-arrow svg {
        height: 15px;
        width: 15px;
    }

    body .elementor .gr-google-reviews .slick-arrow {
        top: -66px;
    }

    body .elementor .gr-google-reviews .slick-prev {
        right: 55px;
    }
}
@media screen and (max-width: 576px) {
  body .elementor .gr-google-reviews {
    padding-bottom: 60px;
  }

  body .elementor .gr-google-reviews .slick-arrow {
    top: auto;
    bottom: 0;
  }

  body .elementor .gr-google-reviews .slick-prev {
    left: calc(50% - 47.5px);
    right: auto;
  }

  body .elementor .gr-google-reviews .slick-next {
    left: calc(50% + 7.5px);
    right: auto;
  }
}
@media screen and (max-width: 479px) {
    .gr-inner {
        max-height: 60vh;
        height: auto;
    }

    .gr-inner {
        padding: 25px;
    }

    /* .gr-google-reviews .slick-arrow svg {
        width: 18px;
        height: 18px;
    } */
}