/* Review buttons - Dit later aanpassen */

.google-review-button {display:none}
.google-reviews-fallback {display: none}

/* Review buttons */



.google-reviews-slider {
  width: 100%;
  background: #e6e6e6;
  /*padding: 2rem 0;*/
}


/*.google-reviews-slider .swiper-wrapper {
  justify-content: center;
}*/

.google-review {
 
  padding: 1.5rem;
  border-radius: 15px;
  position: relative;
  max-width: 500px;
  min-height: 200px;
  margin: 0 auto;
 
}

.review-text {
  background: #fafafa;
  padding: 25px;
  margin-bottom: 1rem;
  position: relative;
  border-radius: 10px;
  font-weight: 600;
  color: #646464;
}

.google-review-item .review-text {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0.7rem;
  /*padding-left:0;*/
}

.google-review-button-list {
	display: block;
	margin-bottom:50px;
}

.google-review-button-list a {
	padding:10px; 
	font-weight:600!important;
}

.review-text::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 25px;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #fafafa;
}
.review-text::before {
  content: \"\\201C\";
  font-size: 3rem;
  position: absolute;
  left: -1rem;
  top: -1rem;
  color: #ccc;
}

.review-author {
  text-align: right;
  font-weight: bold;
  color: #444;
  margin-top: 1rem;
}

.review-author {
  margin-top: 1.5rem;
  text-align: left;
  margin-left:20px;
  font-weight: bold;
  color: #e48f23;
}
.site-id-6 .review-author {color: #303030}

.google-review-button a {
	padding:10px; 
	font-weight:600!important;
}

/* Uitzetten op mobiel */
@media screen and (max-width: 768px) {
  .google-reviews-slider .swiper-wrapper {
    justify-content: flex-start;
  }
}


.google-reviews-fallback {
  background: #f4f4f4;
  padding: 2rem;
  text-align: center;
  border-radius: 12px;
  max-width: 600px;
  margin: 2rem auto;
}

.google-reviews-fallback p {
  font-size: 1rem;
  color: #555;
  margin-bottom: 1rem;
}

.google-reviews-fallback .review-button {
  background-color: #0066cc;
  color: #fff;
  padding: 0.75rem 1.2rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
}

.google-reviews-fallback .review-button:hover {
  background-color: #004999;
}
.google-reviews-container {
  background: #e6e6e6;
  padding: 3rem 1rem;
}

.google-reviews-slider {
  max-width: 1100px;
  margin: 0 auto;
}

.google-review-portal {
  background: #f7f7f7;
  padding: 2rem;
  border-radius: 10px;
  /*max-width: 800px;*/
  margin: 2rem auto;
}

.google-review-portal select {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.google-review-portal .button {
  background-color: #0076a8;
  color: #fff;
  padding: 0.8rem 1.2rem;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
}

.google-review-portal .locatie-review-overzicht {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}

.google-review-portal .locatie-rating {
  background: #fff;
  padding: 1rem;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
}

.locatie-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 6px 14px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}



.thumb-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #f0f0f0;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  aspect-ratio: 4 / 3; /* houd dit vast voor consistente verhouding */
}

.locatie-thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160%;
  height: 110%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  transition: transform 2.5s ease;
}

.locatie-card:hover .locatie-thumb {
  transform: translate(-50%, -50%) scale(1.08);
}


.card-content {
  position: relative;
  padding: 1.4rem 1rem 1.6rem;
  text-align: center;
background-color: #e8e8e8;
  /*background: 
    url('/wp-content/uploads/sites/3/2025/07/tk-patroon.jpg'), #e5e4e4e0; */
  background-blend-mode: lighten; /* of soft-light */
  min-height: 52%; 
}


.locatie-titel {
  font-size: 1.1rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 0.7rem;
}

.stars {
  margin-bottom: 1.2rem;
}

.star {
  font-size: 1.6rem;
  color: #ccc;
  margin: 0 1px;
}

.star.full { color: #f89925; }
.star.half { 
  color: #f89925;
  background: linear-gradient(90deg, #f89925 50%, #ccc 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.star.empty { color: #ccc; }

.numeric {
  margin-left: 6px;
  font-weight: 800;
  color: #555;
  font-size: 0.95rem;
}

.rating-none {
  color: #777;
  font-size: 0.95rem;
  margin-bottom: 1.4rem;
}

.review-btn {
  display: inline-block;
  background: #0076a8;
  color: #fff !important;
  text-decoration: none;
  padding: 8px 18px;
  border-radius: 25px;
  transition: all 0.25s ease;
  font-size: 0.9rem;
}

.review-btn:hover {
  background: #005f87;
  box-shadow: 0 4px 10px rgba(0,118,168,0.25);
  transform: translateY(-2px);
  color: #3e3e3e!important;
}

/* Dark mode-friendly */
@media (prefers-color-scheme: dark) {
  .locatie-card {
    background: #1e1f24;
    box-shadow: 0 6px 14px rgba(0,0,0,0.6);
  }
  .locatie-titel { color: #fff; }
  .rating-none { color: #bbb; }
  .numeric { color: #eee; }
}


.google-review-button-list .button {padding: 10px; margin-bottom: 20px!important}

.button--text {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    text-decoration: none;
}

.button--review svg {
    width: 18px;
    height: 18px;
    transition: transform .2s ease;
}

.button--review:hover svg {
    transform: translateX(3px);
}

.google-review-button-list svg {width:20px; height:20px;}

.google-review-portal-dropdown {
  text-align: left;
  margin-bottom: 2rem;
}

#review-locatie-select {
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #ccc;
  font-size: 1rem;
  margin-top: 10px;
}