.elementor-7005 .elementor-element.elementor-element-fdafb40{--display:flex;--min-height:600px;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:5%;--padding-bottom:5%;--padding-left:5%;--padding-right:5%;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-fdafb40 *//* wrapper */
.werk-in-uitvoering {
  max-width: 500px;
  margin: 40px auto;
  text-align: center;
  font-family: 'Manrope', sans-serif;
  font-size: 16px;
  font-weight: 500; /* medium */
  padding: 30px;
  border-radius: 30px;
  background: #f8f9fa; /* light grey background */
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
}

/* heading */
.werk-in-uitvoering h2 {
  margin-top: 0;
  font-size: 22px;
  font-weight: 600;
  color: #1976d2; /* same blue as button */
}

/* text */
.werk-in-uitvoering p {
  margin-bottom: 20px;
}

/* progress bar container */
.progress-bar {
  width: 100%;
  height: 12px;
  background: #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

/* progress fill */
.progress-fill {
  width: 60%; /* adjust to show progress */
  height: 100%;
  background: #1976d2;
  border-radius: 6px;
  animation: progressAnim 2s ease-out;
}

/* optional animation */
@keyframes progressAnim {
  from { width: 0; }
  to { width: 60%; }
}/* End custom CSS */