/* Our Beliefs Your Benefits css */
.rewild-belief-icon {
	position: absolute;
    top: 9px;
    left: 18px;
}
.rewild-belief-icon-col {
	width: 100% !important;
    max-width: 50px;
    max-height: 50px;
}

/* category-section */
/* .category-section {
    background: url(/wp-content/uploads/2025/08/groepsreizen.webp) no-repeat center center / cover;
    min-height: 961px;
    display: flex;
    align-items: flex-end;
    color: #fff;
}
 */
#loadMoreGalleryBtn {
  display: block;
  margin: 20px auto;
  padding: 10px 26px;
  cursor: pointer;
  border-radius: 37px;
  border: 1px solid #2F393F;
  background-color: white; /* Optional: add background color */
  color: #2F393F;           /* Optional: text color */
  transition: all 0.3s ease;
 font-family: 'Open Sans', sans-serif;
font-weight: 600;
font-style: normal; /* "SemiBold" is not a valid CSS value; use font-weight instead */
font-size: 14px;
line-height: 150%;
letter-spacing: 0;
}

#loadMoreGalleryBtn:hover {
  background-color: #2F393F;
  color: white;
}
.sub-menu a {
    pointer-events: auto !important;
    position: relative;
    z-index: 9999;
}
 .language-selector {
    display: inline-flex;
    align-items: center;
    gap: 8px;
/*     border-radius: 50px; */
    padding: 6px 12px;
/*     border: 1px solid #ddd; */
    font-family: Arial, sans-serif;
    font-weight: 600;
	 font-size : 12px;
    cursor: default;
/*     background-color: #fff; */
  }

  .language-selector img {
    width: 18px;
    height: 18px;
    border-radius: 50%;
  }

  .language-selector .arrow {
      width: 8px;
    height: 8px;
  }

@media (max-width: 425px) {
	.upcoming-view-btn {
		width: 100% !important;
	}
}
@media (max-width: 768px) {
	.data-field-mobile{
		display: grid !important;
		grid-template-columns: repeat(2, 1fr) !important;
		justify-items: center;
	}
}