#hero-11::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: opacity(0.3);
    background-color: #000000;
}

#hero-11 {
    filter: brightness(1);
}

.whatsapp-button {
    background-color: #61CE70;
}

.whatsapp-button img {
    width: 24px;
    height: 24px;
    color: #FFFFFF;
}

.review-container {
    display: flex;
    background-color: #A97F79;
    overflow: scroll;
}

/* Google review */

.review-container .google-review {
    border-radius: 5px;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 290px;
    height: 257px;
    text-align: center;
    margin: 5px;
    position: relative;
    flex-shrink: 0;
}


.review-container .google-review .profile-details {
    display: block;    
}

.review-container .google-review img {
    border-radius: 50%;
    align-self: flex-start;
    width: 64px;
    height: 64px;
}

.review-container .google-review .review-name {
    font-weight: bold;
}
.review-container .google-review .review-date {
    font-size: 0.8em;
}

.review-container .google-review .stars {
    color: #f6ba30;
}

.review-container .google-review .review-text p {
    font-size: 15px;
}

.review-container .google-review .profile-details:after {
    background-color: #ffffff;
    border-radius: 50%;
    overflow: hidden;
    width: 26px;
    height: 26px;
    border: solid 2px #ffffff;    
    background-image: url(https://cdn.trustindex.io/assets/platform/Google/icon.svg);
    background-size: 100% 100%;
    content: '';    
    position: absolute;
    top: 41px;
    left: 151px;
    display: block;
}

.whatsapp-icon-small::before {
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(/images/amanda-amelini/whatsapp-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    background-color: #5fcd78;
    border-radius: 50%;
}

.hover-overlay {
    text-align: center;
}

.carousel-image .hover-overlay img {
    max-height: 225px;
    width: auto;
    display: inline-block;
}