/**de*/
@media (max-width: 980px) {
  .faq-items > .et_pb_column {
        width: 100%;
        margin-bottom: 10px;
    }
}   

.page-id-11284  #top-header {
	display:none !important;
	 }

 .menu_cta-custom {
  display: inline-block !important;
  background-color: #e09900 !important; /* Ensure the background is set */
  border: 1px solid #bf6631 !important; /* Border color matches the desired look */
  font-family: Arial, sans-serif !important; /* Ensure consistent font appearance */
  color: #000000 !important; /* Force black font color */
  padding: 4px 20px !important; /* Balanced padding for clickability */
  font-size: 12px !important; /* Maintain readability */
  text-align: center !important; /* Center the text inside the button */
  border-radius: 0px !important; /* Ensure sharp edges */
  cursor: pointer !important; /* Make it look clickable */
}

/* Hover state for the button */
.menu_cta-custom:hover {
  background-color: #000000 !important; /* Highlight with the border color on hover */
  color: #ffffff !important; /* Change text color to white on hover */
} 

body.scrolled .menu_cta-custom {
  color: #000000 !important;
}

.menu_cta-custom {
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out !important; /* Smooth and natural effect */
}


.menu_cta.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-10019 {
  display: inline-block !important;
  background-color: #e09900 !important; /* Ensure the background is set */
  border: 1px solid #bf6631 !important; /* Border color matches the desired look */
  font-family: Arial, sans-serif !important; /* Ensure consistent font appearance */
  color: #000000 !important; /* Force black font color */
  padding: 4px 20px !important; /* Balanced padding for clickability */
  font-size: 12px !important; /* Maintain readability */
  text-align: center !important; /* Center the text inside the button */
  border-radius: 0px !important; /* Ensure sharp edges */
  cursor: pointer !important; /* Make it look clickable */
	margin-bottom: 8px !important; /* Make it look clickable */
}

/* Hover state for the button */
.menu_cta.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-10019:hover {
  background-color: #000000 !important; /* Highlight with the border color on hover */
  color: #ffffff !important; /* Change text color to white on hover */
} 

body.scrolled .menu_cta.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-10019 {
  color: #000000 !important;
}

.menu_cta.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-10019 {
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out !important; /* Smooth and natural effect */
}

/* Styling for the specific menu item */
.menu_cta.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-12386 {
  display: inline-block !important;
  background-color: #e09900 !important; /* Ensure the background is set */
  border: 1px solid #bf6631 !important; /* Border color matches the desired look */
  font-family: Arial, sans-serif !important; /* Ensure consistent font appearance */
  color: #000000 !important; /* Force black font color */
  padding: 4px 20px !important; /* Balanced padding for clickability */
  font-size: 12px !important; /* Maintain readability */
  text-align: center !important; /* Center the text inside the button */
  border-radius: 0px !important; /* Ensure sharp edges */
  cursor: pointer !important; /* Make it look clickable */
  margin-bottom: 8px !important; /* Adjust spacing from the bottom */
}

/* Hover effect */
.menu_cta.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-12386:hover {
  background-color: #000000 !important; /* Change background on hover */
  color: #ffffff !important; /* Change text color on hover */
}

/* Maintain text color when scrolled */
body.scrolled .menu_cta.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-12386 {
  color: #000000 !important;
}

/* Smooth transition effect */
.menu_cta.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-12386 {
  transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out !important;
}

.wpcf7-acceptance input {
    display: inline-block !important;
    visibility: visible !important;
}


/* Adjust Divi mobile menu breakpoint */
@media all and (max-width: 1060px) {
    #et_mobile_nav_menu {
        display: block !important;
    }
    #top-menu {
        display: none !important;
    }
    .mobile_menu_bar {
        display: block !important;
    }
}

.et_mobile_menu {
    border-top: 3px solid #E5A82F !important;
}



@media only screen and (min-width: 981px) {
    .et-fixed-header #top-menu li.current-menu-ancestor>a, .et-fixed-header #top-menu li.current-menu-item>a, .et-fixed-header #top-menu li.current_page_item>a {
        color: #ffffff !important;
    }
}

/* 🎨 Match input and textarea style to Dutch version */
.et_pb_contact_form input[type="text"],
.et_pb_contact_form input[type="email"],
.et_pb_contact_form input[type="tel"],
.et_pb_contact_form textarea {
  background-color: #f2f2f2;
  border: 1px solid #ccc;
  padding: 12px 15px;
  font-size: 16px;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 15px;
}

/* 📩 Style submit button */
.et_pb_contact_form input[type="submit"],
.et_pb_contact_form [type="submit"] {
  background-color: #e8b336;
  color: white;
  font-weight: bold;
  padding: 12px 30px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
}

/* .et_pb_contact_form select,
.wpcf7-form-control.wpcf7-select {
  border: 1px solid #ccc !important;
} */

/* Make <select> match the styled inputs */
.et_pb_contact_form select,
.et_pb_contact_form .wpcf7-form-control.wpcf7-select {
  background-color: #f2f2f2 !important;
  border: 1px solid #ccc !important;
  padding: 12px 15px !important;
  font-size: 16px !important;
  border-radius: 4px !important;
  width: 100% !important;
  box-sizing: border-box !important;
  margin-bottom: 15px !important;
  color: #222 !important;
  line-height: 1.3;

  /* reset native styles */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Optional: custom dropdown arrow */
.et_pb_contact_form select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px 8px;
  padding-right: 40px !important; /* space for arrow */
}

/* Placeholder (first option) color */
.et_pb_contact_form select:invalid {
  color: #777 !important;
}

.brlbs-cmpnt-cb-main {
  display: none !important;
}