.elementor-2792 .elementor-element.elementor-element-ff8fb15{--spacer-size:50px;}.elementor-2792 .elementor-element.elementor-element-7e84178 > .elementor-background-overlay{background-image:url("https://en.zekerzicht.nl/wp-content/uploads/2024/04/iStock-911762114-scaled.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;opacity:0.06;}.elementor-2792 .elementor-element.elementor-element-7e84178{padding:80px 0px 80px 0px;}.elementor-2792 .elementor-element.elementor-element-e5387f0 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:134px 0px 0px 0px;}.elementor-2792 .elementor-element.elementor-element-e5387f0{text-align:center;}.elementor-2792 .elementor-element.elementor-element-e5387f0 .elementor-heading-title{font-size:32px;line-height:42px;color:#FFFFFF;}.elementor-2792 .elementor-element.elementor-element-5a5aa74 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-2792 .elementor-element.elementor-element-5a5aa74{text-align:center;}.elementor-2792 .elementor-element.elementor-element-5a5aa74 .elementor-heading-title{font-size:60px;line-height:70px;color:#FFFFFF;}.elementor-2792 .elementor-element.elementor-element-62d055b{width:auto;max-width:auto;top:0px;}.elementor-2792 .elementor-element.elementor-element-62d055b > .elementor-widget-container{margin:0px 0px 0px -47.5px;border-radius:50% 50% 50% 50%;}body:not(.rtl) .elementor-2792 .elementor-element.elementor-element-62d055b{left:50%;}body.rtl .elementor-2792 .elementor-element.elementor-element-62d055b{right:50%;}.elementor-2792 .elementor-element.elementor-element-62d055b .elementor-icon-wrapper{text-align:center;}.elementor-2792 .elementor-element.elementor-element-62d055b.elementor-view-stacked .elementor-icon{background-color:#30B2D2;}.elementor-2792 .elementor-element.elementor-element-62d055b.elementor-view-framed .elementor-icon, .elementor-2792 .elementor-element.elementor-element-62d055b.elementor-view-default .elementor-icon{color:#30B2D2;border-color:#30B2D2;}.elementor-2792 .elementor-element.elementor-element-62d055b.elementor-view-framed .elementor-icon, .elementor-2792 .elementor-element.elementor-element-62d055b.elementor-view-default .elementor-icon svg{fill:#30B2D2;}.elementor-2792 .elementor-element.elementor-element-62d055b .elementor-icon{font-size:48px;}.elementor-2792 .elementor-element.elementor-element-62d055b .elementor-icon svg{height:48px;}@media(max-width:1024px){.elementor-2792 .elementor-element.elementor-element-7e84178{padding:70px 15px 60px 15px;}}@media(max-width:767px){.elementor-2792 .elementor-element.elementor-element-7e84178{padding:50px 15px 30px 15px;}.elementor-2792 .elementor-element.elementor-element-194eb74 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-2792 .elementor-element.elementor-element-e5387f0 > .elementor-widget-container{padding:110px 0px 0px 0px;}.elementor-2792 .elementor-element.elementor-element-e5387f0 .elementor-heading-title{font-size:18px;line-height:1.5em;}.elementor-2792 .elementor-element.elementor-element-5a5aa74 .elementor-heading-title{font-size:32px;line-height:42px;}}/* Start custom CSS for html, class: .elementor-element-66036a6 *//* --- GENERAL --- */
.belafspraak-pagina {
  font-family: sans-serif; /* Replace with your website's font if needed */
  color: #333;
  line-height: 1.6;
}

.ba-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.ba-section, .ba-cta {
  padding: 60px 0;
}

.ba-light-bg {
  background-color: #f4f4f4;
}

h1, h2, h3, h4 {
  color: #114b78; /* Dark blue for titles */
  margin-bottom: 20px;
  line-height: 1.3;
}

h2 { font-size: 2em; }

.ba-center-text { text-align: center; }

/* --- BUTTONS --- */
.ba-button {
  display: inline-block;
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  text-align: center;
}

.ba-button-primary { background-color: #18dbdb; color: #fff; }
.ba-button-primary:hover { background-color: #114b78; color: #fff; }

/* --- HERO SECTION --- */
.ba-hero {
  background-size: cover;
  background-position: center;
  color: white;
  padding: 100px 0;
  text-align: center;
  position: relative;
}

.ba-hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(17, 75, 120, 0.75);
}

.ba-hero-content {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.ba-hero h1 { font-size: 3em; color: white; }
.ba-hero p { font-size: 1.3em; margin-bottom: 30px; }

/* --- FLEX CONTAINER (TEXT & IMAGE) --- */
.ba-flex-container {
  display: flex;
  align-items: center;
  gap: 40px;
}

.ba-flex-item { flex: 1; }
.ba-flex-item.ba-image img { width: 100%; height: auto; border-radius: 8px; }
.ba-flex-item ul { list-style-type: '✓ '; padding-left: 20px; }
.ba-flex-item ul li { margin-bottom: 10px; }

/* --- NOTICE BOX ('What is it NOT?') --- */
.ba-notice-box {
    background-color: #fdf5f5;
    border: 1px solid #e6b8b7;
    border-left: 5px solid #c0392b;
    padding: 20px;
    margin-top: 20px;
    border-radius: 5px;
}
.ba-notice-box h4 {
    color: #c0392b;
    margin-top: 0;
}
.ba-notice-box p {
    margin-bottom: 0;
}

/* --- BENEFITS GRID --- */
.ba-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-top: 40px;
  text-align: center;
}
.ba-benefit-item {
    background-color: #fff;
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

/* --- STEP LIST --- */
.ba-step-list {
    list-style: none;
    padding-left: 0;
    counter-reset: step-counter;
}
.ba-step-list li {
    position: relative;
    padding-left: 50px;
    margin-bottom: 25px;
}
.ba-step-list li::before {
    content: counter(step-counter);
    counter-increment: step-counter;
    position: absolute;
    left: 0;
    top: -5px;
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
    background-color: #18dbdb;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.ba-step-list h3 { margin-bottom: 5px; }

/* --- CTA SECTION --- */
.ba-cta { background-color: #114b78; color: white; }
.ba-cta h2, .ba-cta p { color: white; }
.ba-cta p { font-size: 1.2em; margin-bottom: 30px; }

/* --- RESPONSIVE DESIGN --- */
@media (max-width: 992px) {
  .ba-benefits-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .ba-hero h1 { font-size: 2.2em; }
  .ba-hero p { font-size: 1.1em; }
  h2 { font-size: 1.8em; }
  
  .ba-flex-container { flex-direction: column; }
  .reverse-on-mobile { flex-direction: column-reverse; }
  .ba-benefits-grid { grid-template-columns: 1fr; }
}/* End custom CSS */