@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
      font-display: fallback;
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    /*height: 20px;*/
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}
.slick-prev:before, .slick-next:before 
{ 
    font-family: "slick"; 
    font-size: 70px; 
    color: #000; 
    opacity: 0.75; 
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
}   

.slick-prev:before { content: "‹"; }
[dir="rtl"] .slick-prev:before { content: "›"; }

[dir="rtl"] .slick-next { left: -10px; top: 70px; right: auto; }
.slick-next:before { content: "›"; }
[dir="rtl"] .slick-next:before { content: "‹"; }

.slick-prev
{
    left: -40px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}


/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
    position: relative;
    display: inline-block!important;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    border-bottom: 0px!important;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: #fff;
    border: 0;
    border-radius: 100%;
    outline: none;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 0;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: 1;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 100%;
    background-color: white;
    border: 2.5px solid #248a9d;
}
.slick-dots li.slick-active button:before
{
    opacity: 1;
    color: black;
    background-color: #248a9d;
    border-radius: 100%;
}

/* Google badge */
.google-rating-badge {
    display: flex;
    gap: 8px;
    margin-top: 1rem;
    font-family: Arial, sans-serif;
    justify-content: center;
}

.google-g-icon {
  width: 35px;
  height: 35px;
}

.google-rating-text {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.google-rating-value {
  font-weight: bold;
  font-size: 1.3rem;
  color: #333;
}

.star {
  font-size: 1.3rem;
  color: orange;
  margin-left: 2px;
}

.star.empty {
  color: #ccc;
}

.star.half {
  position: relative;
  color: #ccc;
}

.star.half::before {
  content: '★';
  position: absolute;
  left: 0;
  width: 50%;
  overflow: hidden;
  color: orange;
}

.google-rating-label {
  font-size: 0.95rem;
  color: #555;
}
.multiple {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  padding: 15px;
  border-radius: 10px;
  backdrop-filter: blur(15px);
  background-color: #f3f6fb;
  transition: background-color 0.1s ease 0s;
  margin-right: 20px;
  margin-bottom: 25px;
  box-shadow: 0 2px 6px -5px rgb(123 124 122 / 22%), 0 13px 12px -11px rgb(180 181 176 / 32%);
}

.outerWrapper {
  position: relative;
  width: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.circle {
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}

.stars {
  font-size: 1.3rem;
}