/* Boje menu */
.sub-menu li {
	background-color:rgba(5,74,145,0.7);
}

label#wpforms-4983-field_2 {
    color: white;
}
button#wpforms-submit-4983 {
    color: white;
}
button#wpforms-submit-4983 {
    border-color: white;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: 70%;
}
.woocommerce-checkout .form-row label.checkbox {
	display: none;
}

.wpforms-field.wpforms-field-email.white-text {
    color: white;
}

@media screen and (max-width: 1468px) {
	a.menu-link {
    font-size: 19px !important;
}
}

@media screen and (max-width:1433px){
		a.menu-link {
    font-size: 18px !important;
	}
}

@media screen and (max-width:1398px){
		a.menu-link {
    font-size: 16px !important;
	}
}
@media screen and (max-width:1328px){
		a.menu-link {
    font-size: 15px !important;
	}
}

.grecaptcha-badge {
	visibility: hidden;
	opacity: 0;
	height: 0;
}


#wpforms-9292 form {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: flex-end !important;
  gap: 0 !important;
}

#wpforms-9292 .wpforms-field-container {
  flex: 1 !important;
  margin: 0 !important;
}

#wpforms-9292 .wpforms-submit-container {
  flex-shrink: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
	padding-top: 32px !important;
  align-items: flex-end !important;
}

#wpforms-9292 .wpforms-submit {
  margin: 0 !important;
}

.apple-liquid-glass {
  /* Translucent background */
  background: rgba(255, 255, 255, 0.00);

  /* The frosted glass blur */
  backdrop-filter: blur(5px) saturate(180%);
  -webkit-backdrop-filter: blur(5px) saturate(180%);

  /* Soft glass border */
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;

  /* Subtle top highlight (the "liquid" sheen) */
  box-shadow:
    0 4px 30px rgba(0, 0, 0, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -1px 0 rgba(255, 255, 255, 0.1);

  /* Smooth interactions */
  transition: all 0.3s ease;
}

/* Optional: slight lift on hover */
.apple-liquid-glass:hover {
  background: rgba(255, 255, 255, 0.22);
  box-shadow:
    0 8px 40px rgba(0, 0, 0, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    inset 0 -1px 0 rgba(255, 255, 255, 0.15);
  transform: translateY(-1px);
}
