/* font-family: "Outfit", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

* {
    box-sizing: border-box;
}

html {
    margin: 0;
}

body {
    margin: 0;
}

ol li,
ul li,
p {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin-top: 0;
}

.container {
    width: 100%;
    max-width: 1720px;
    margin-left: auto;
    margin-right: auto;
}

.google-reviews-section {
    position: relative;
    z-index: 9; 
}

.google-reviews-section .google-reviews-main-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 85px;
}

.google-reviews-section .google-reviews-main-title .google-main-title .section-title {
    font-family: 'SangBleuOGSansTrialRegular';
    font-size: 60px;
    line-height: 130%;
    letter-spacing: 2%;
    text-transform: uppercase;
    color: #172B4C;
    border-bottom: 1px solid rgba(23, 43, 76, 0.1);
}

.google-reviews-section .google-reviews-main-title .google-main-title .section-title * {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    max-width: 700px;
    margin-top: 0;
    margin-bottom: 0;
}

.google-reviews-section .google-reviews-main-title .google-main-title .section-title a {
    text-decoration: cadetblue;
}

.google-reviews-section .google-reviews-main-title .google-main-title .section-title a:hover {
    color: #ABCADC;
}

.google-reviews-section .google-reviews-main-title .google-main-detail {
    padding-top: 50px;
}

.google-reviews-section .google-reviews-main-title .google-main-detail .google-detail {
    width: 100%;
    font-family: 'MYRIADPROREGULAR';
    margin-left: auto;
    text-align: right;
    font-size: 20px;
    line-height: 150%;
    color: #757575;
    max-width: 400px;
}

.google-reviews-section .google-reviews-main-title .google-main-detail .google-detail *:last-child {
    margin-bottom: 0;
}

.google-reviews-slider {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 50px;
    overflow: hidden;
}

.google-reviews-slider .review-slide-item {
    flex: 0 0 auto;
    width: 450px !important;
    border: none !important;
    height: auto !important;
    margin: 0 20px 0 0 !important;
    text-align: left;
    line-height: 0;
    border: none !important;
}

.google-reviews-slider .review-block {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
    background: #ffffff;
    border: 1px solid rgba(23, 43, 76,0.1);
    padding: 30px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.google-reviews-slider .review-block:hover {
    background: rgba(171, 202, 220,0.2);
}

.google-reviews-slider .review-block .review-detail .detail {
    font-family: 'MYRIADPROREGULAR';
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 2%;
    color: #757575;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.google-reviews-slider .review-block .review-profile {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,0.10);
    width: 100%;
    gap: 20px;
    margin-top: 20px;
}

.google-reviews-slider .review-block .review-profile > * {
    flex: 1 0 0;
    max-width: 100%;
}

.google-reviews-section .google-reviews-slider .star-rating {
    margin-bottom: 5px;
}

.google-reviews-section .star-rating ul {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 16px !important;
}

.google-reviews-section .star-rating ul li {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #FFB822 !important;
}

.google-reviews-section .star-rating ul li a {
    text-decoration: none;
}

.google-reviews-slider .review-block .client-name {
    flex: 1 0 0;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
}

.google-reviews-slider .review-block .client-name .client-img {
    flex: 0 0 auto;
    width: 54px;
    height: 54px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.google-reviews-slider .review-block .client-name .client-img * {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.google-reviews-slider .review-block .client-name .detail {
    flex: 1 0 0;
    max-width: 100%;
    font-family: 'MYRIADPROREGULAR';
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 2%;
    color: #757575;
}

.google-reviews-slider .review-block .client-name .detail *:last-child {
    margin-bottom: 0;
}

.google-reviews-slider .review-block .client-name .detail span {
    display: block;
    font-family: 'MYRIADPROSEMIBOLD';
    font-weight: 600;
    font-size: 20px;
    line-height: 125%;
    color: #172B4C;
}

.google-reviews-slider .review-block .review-profile .social-list {
    flex: 0 0 auto;
}

.google-reviews-slider .review-block .review-profile .social-list ul {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
    gap: 20px;
}

.google-reviews-slider .review-block .review-profile .social-list ul li {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.google-reviews-slider .review-block .review-profile .social-list ul li a {
    text-decoration: none;
}

.google-reviews-slider .review-block .review-profile .social-list ul li svg,
.google-reviews-slider .review-block .review-profile .social-list ul li img {
    max-width: 30px;
    max-height: 30px;
}

@media (max-width: 1399px){
.google-reviews-section { padding: 70px 0; }
.google-reviews-section .google-reviews-main-title { margin-bottom: 70px; }
.google-reviews-section .google-reviews-main-title .google-main-title .section-title { font-size: 50px; }
.google-reviews-section .google-reviews-main-title .google-main-title .section-title > * { max-width: 550px; }
.google-reviews-section .google-reviews-main-title .google-main-detail { padding-top: 35px; }
}

@media (max-width: 1199px){
.google-reviews-section { padding: 60px 0; }
.google-reviews-slider .review-slide-item { width: 400px !important; }
.google-reviews-section .google-reviews-main-title { margin-bottom: 60px; }
.google-reviews-section .google-reviews-main-title .google-main-title .section-title { font-size: 42px; }
.google-reviews-section .google-reviews-main-title .google-main-title .section-title > * { max-width: 550px; }
.google-reviews-section .google-reviews-main-title .google-main-detail { padding-top: 35px; }
}

@media (max-width: 991px){
.google-reviews-section { padding: 50px 0; }
.google-reviews-slider .review-slide-item { width: 350px !important; }
.google-reviews-slider .review-block { padding: 20px; }
.google-reviews-section .google-reviews-main-title { margin-bottom: 60px; }
.google-reviews-section .google-reviews-main-title .google-main-title .section-title { font-size: 35px; }
.google-reviews-section .google-reviews-main-title .google-main-title .section-title > * { max-width: 550px; }
.google-reviews-section .google-reviews-main-title .google-main-detail { padding-top: 35px; }
}

@media (max-width: 767px){
.google-reviews-section { padding: 35px 0; }
.google-reviews-slider .review-slide-item { width: 288px !important; }
.google-reviews-slider .review-block { padding: 20px; }
.google-reviews-slider .review-block .client-name .client-img { width: 42px; height: 42px; }
.google-reviews-section .google-reviews-main-title { margin-bottom: 20px; }
.google-reviews-section .google-reviews-main-title .google-main-title .section-title { font-size: 30px; text-align: center; }
.google-reviews-section .google-reviews-main-title .google-main-title .section-title > * { max-width: 100%; }
.google-reviews-section .google-reviews-main-title .google-main-detail .google-detail { margin-right: auto; text-align: center; }
.google-reviews-section .google-reviews-main-title .google-main-detail { padding-top: 20px; }
.google-reviews-slider .review-block .client-name .detail span { font-size: 18px; }
}

@media (max-width: 575px){
.google-reviews-slider .swiper-slide { width: 260px !important; }
}