.grecaptcha-badge {
    display: none !important;
}

/*===============================*/
/* Menu dropdown icon color*/
/*===============================*/
.hfe-menu-toggle {
	color: #FFA907 !important;
}



@media screen and (max-width: 767px) {
	
	footer .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-menu-item {
    justify-content: center;
}
	
}


/*===============================*//* Styling van tabs*/
/*===============================*/
.cs-tabs-styling .e-n-tabs-heading {
	border-radius: 999px;
	background: rgba(157, 157, 157, 0.20);
	backdrop-filter: blur(30px);
	padding: 4px
}

.cs-tabs-styling .e-n-tab-title {
	flex: 1 0 0;
}

.cs-tabs-styling .gform_title {
	display: none;
}

.faq-accordion__item-content p:nth-of-type(2) {
  margin-top: 24px;
}

/*===============================*//* Styling van blogs*/
/*===============================*/
.blogs-item .description p {
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}


.cs-background-eclipse {
	border-radius: 1006px;
background: linear-gradient(90deg, rgba(19, 162, 255, 0.50) 0%, rgba(154, 113, 255, 0.50) 20%, rgba(227, 115, 123, 0.50) 50%, rgba(255, 169, 7, 0.50) 75%, rgba(255, 232, 84, 0.50) 100%);
filter: blur(120px) !important;
}

.cs-liquid-button {
  border: 2px solid rgba(255,255,255,0.6);
  border-radius: 999px;
  background: rgba(255,255,255,0.1);
  color: white;
  backdrop-filter: blur(10px) saturate(150%);
  -webkit-backdrop-filter: blur(10px) saturate(150%);
  overflow: hidden;
  transition: all 0.3s ease;
}

/* Pseudo-element voor de bordervervorming */
.cs-liquid-button::before {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border-radius: inherit;
  border: 2px solid transparent;
  pointer-events: none;
  filter: url(#liquid-glass-border-filter);
  mask: 
    linear-gradient(white, white) content-box, 
    linear-gradient(white, white);
  mask-composite: exclude; /* of use mask-image etc. */
  -webkit-mask-composite: destination-out;
}

/* Hover effect */
.cs-liquid-button:hover {
  background: rgba(255,255,255,0.2);
  border-color: rgba(255,255,255,0.5);
}
