.google-rating-badge {background: #fff;border-radius: 0;box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);max-width: 300px;font-family: Poppins, sans-serif;border-radius: 2px;}
.google-rating-badge-border { width: 100% !important; height: 6px !important; background: #012850 !important; border-radius: 2px 2px 0 0 !important; }
.google-badge-inner {display: flex;align-items: center;padding: 10px;}.google-logo img {width: 50px;height: 50px;margin-right: 10px;margin-top: 15px;}.rating-info {text-align: left;}
.google-badge-inner .title {font-size: 16px;font-weight: 500;margin: 0 !important;line-height: 25px;}
.google-badge-inner .title a { color: #000; text-decoration: underline; }
.rating {font-size: 20px;line-height: 25px;font-weight: bold;color: #ffa500;display: flex;align-items: center;justify-content: space-between;margin: 0 !important;}
.stars {color: #ffa500;font-size: 22px;line-height: 30px;letter-spacing: 5.5px; margin-top: -2px; margin-left: 10px;}
.reviews {font-size: 15px;line-height: 20px;color: #012850;margin: 0;font-weight: 500;}

.owl-nav button {
    font-size: 24px !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 50%;
    background: #012850 !important;
    color: white !important;
    border: none !important;
}

.owl-nav button:hover {
    background: #aaeac9 !important;
}

.owl-nav button:hover svg path { stroke: #012850; }

.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-prev {
    left: -50px;   
}

.owl-prev svg { margin-top: -3px; margin-left: -2px; }
.owl-next svg { margin-top: -3px; margin-left: 2px; }

.owl-next {
    right: -50px;
}

