.elementor-24827 .elementor-element.elementor-element-de2ae7e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-9417555 *//* ===========================
   GLOBAL STYLING
   =========================== */
body {
    font-family: "Inter", "Segoe UI", Roboto, Arial, sans-serif;
    color: #1a1a1a;
    line-height: 1.7;
    font-size: 17px;
}

/* ===========================
   HEADINGS STIJL
   =========================== */
h1, h2, h3 {
    font-weight: 700;
    color: #0a2540;
    line-height: 1.3;
    margin-bottom: 12px;
}
h1 { font-size: 32px; }
h2 { font-size: 26px; margin-top: 34px; }
h3 { font-size: 22px; margin-top: 28px; }

/* ===========================
   BREADCRUMBS
   =========================== */
.breadcrumb {
    font-size: 14px;
    margin-bottom: 22px;
    color: #5a6b7d;
}
.breadcrumb a { color: #2B7DE9; text-decoration: none; }
.breadcrumb a:hover { text-decoration: underline; }

/* ===========================
   CTA KNOP – PRIMARY
   =========================== */
.cta-btn {
    display: inline-block;
    background: #42a54a;
    color: #ffffff !important;
    padding: 14px 28px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
    margin: 18px 0;
    transition: 0.25s ease;
}
.cta-btn:hover {
    background: #2f8736;
    transform: translateY(-1px);
}

/* ===========================
   SECTION CARDS
   =========================== */
section {
    background: #fff;
    padding: 28px;
    border-radius: 12px;
    margin-bottom: 40px;
    box-shadow: 0 3px 18px rgba(0,0,0,0.05);
}

/* ===========================
   LIJSTEN – mooier & strakker
   =========================== */
ul {
    margin-top: 10px;
    margin-bottom: 10px;
}
ul li {
    margin: 5px 0;
    padding-left: 18px;
    position: relative;
}
ul li::before {
    content: "•";
    font-weight: bold;
    color: #42a54a;
    position: absolute;
    left: 0;
    top: 2px;
}

/* ===========================
   RESPONSIVE MOBILE
   =========================== */
@media(max-width:768px){
    h1 {font-size: 28px;}
    h2 {font-size: 22px;}
    section {padding: 20px;}
    .cta-btn {width: 100%; text-align:center;}
}/* End custom CSS */