.elementor-843 .elementor-element.elementor-element-217081d9{--display:flex;--min-height:0px;}.elementor-843 .elementor-element.elementor-element-57d1ecb3{border-style:none;}.elementor-843 .elementor-element.elementor-element-4421ea95{--display:flex;}.elementor-843 .elementor-element.elementor-element-5a1af9dd{--display:flex;--min-height:0px;}.elementor-843 .elementor-element.elementor-element-5a1af9dd:not(.elementor-motion-effects-element-type-background), .elementor-843 .elementor-element.elementor-element-5a1af9dd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EEEEEE;}.elementor-843 .elementor-element.elementor-element-7091c430{--display:flex;--min-height:0px;}@media(min-width:768px){.elementor-843 .elementor-element.elementor-element-4421ea95{--content-width:1173px;}.elementor-843 .elementor-element.elementor-element-5a1af9dd{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-57d1ecb3 *//* -------------------------------------------------------
   CLEAN HEADER – 50-50 STYLE
------------------------------------------------------- */

.header-clean {
  position: sticky;
  top: 0;
  z-index: 50;
  width: 100%;
  background: #ffffff;
}

.header-clean-inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

/* LOGO */

.header-clean-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none !important;
}

.header-clean-logo img {
  height: 54px;
  width: auto;
}

.header-clean-text {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.3px;
  color: #0A1B3F;
  font-family: "Inter", "Montserrat", sans-serif;
}

/* NAV MENU */

.header-clean-nav ul {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-clean-nav a {
  font-size: 16px;
  text-decoration: none !important;
  color: #24324f;
  transition: color 0.25s ease, opacity 0.25s ease;
  border: none !important;
  box-shadow: none !important;
}

/* Clean hover */
.header-clean-nav a:hover {
  color: #0A1B3F;
  opacity: 0.8;
}

/* Kill all pseudo-lines globally */
.header-clean-nav a::before,
.header-clean-nav a::after {
  content: none !important;
  display: none !important;
}

/* CTA BUTTON */

.header-clean-cta {
  display: inline-block;
  padding: 12px 26px;
  border-radius: 999px;
  background: #0A1B3F;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  transition: 0.22s ease;
}

.header-clean-cta:hover {
  transform: translateY(-2px);
  opacity: 0.95;
}

/* -------------------------------------------------------
   RESPONSIVE
------------------------------------------------------- */

@media (max-width: 900px) {

  .header-clean-inner {
    height: auto;
    padding: 12px 0;
    flex-wrap: wrap;
    row-gap: 12px;
  }

  .header-clean-nav {
    width: 100%;
    order: 3;
  }

  .header-clean-nav ul {
    justify-content: center;
    gap: 18px 22px;
  }

  .header-clean-cta {
    order: 2;
  }
}

@media (max-width: 600px) {

  .header-clean-text {
    font-size: 15px;
  }

  .header-clean-nav ul {
    gap: 14px 18px;
  }

  .header-clean-nav a {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-784f284f *//* ======================================================
   CTA SANDRA – TRANSPARANT
====================================================== */
.cta-sandra {
  width: 100%;
  padding: 140px 0 150px;
  background: transparent; /* <<< HIER */
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  font-family: system-ui, sans-serif;
}

/* ======================================================
   TOP ELEMENTEN – LinkedIn + ballon
====================================================== */
.cta-top-elements {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  margin-bottom: 30px;
  z-index: 5;
}

/* LinkedIn knop */
.cta-sandra-linkedin-clean {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  background: #0a1b3f;
  color: #ffffff;
  text-decoration: none;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  box-shadow: 0 10px 25px rgba(10,27,63,0.18);
  transition: 0.25s ease;
}

.cta-sandra-linkedin-clean:hover {
  background: #15285c;
  transform: translateY(-3px);
}

.cta-sandra-linkedin-icon {
  width: 20px;
  height: 20px;
}

/* ======================================================
   WITTE PRAATBALLON
====================================================== */
.cta-sandra-bubble-clean.white-version {
  background: #ffffff;
  color: #0a1b3f;
  padding: 16px 22px;
  border-radius: 18px;
  font-size: 15px;
  line-height: 1.55;
  max-width: 280px;
  box-shadow: 0 8px 22px rgba(10, 27, 63, 0.12);
  position: relative;
  border: 1px solid #e1e6f6;
}

/* Tail van ballon */
.cta-sandra-bubble-clean.white-version::after {
  content: "";
  position: absolute;
  left: 24px;
  bottom: -10px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #e1e6f6;
  border-top: none;
  border-right: none;
  transform: rotate(45deg);
  box-shadow: 2px 2px 4px rgba(10, 27, 63, 0.08);
}

/* ======================================================
   SANDRA FOTO – half boven kaart
====================================================== */
.cta-sandra-photo {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  overflow: hidden;
  border: 6px solid #ffffff;
  box-shadow: 0 22px 38px rgba(0,0,0,0.25);
  margin-bottom: -95px;
  z-index: 10;
  position: relative;
  background: #ffffff;
}

.cta-sandra-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ======================================================
   CTA CARD
====================================================== */
.cta-sandra-card {
  width: 92%;
  max-width: 900px;
  background: #ffffff;
  border-radius: 26px;
  padding: 110px 60px 60px;
  box-shadow: 0 22px 40px rgba(10,27,63,0.14);
  text-align: center;
  position: relative;
}

.cta-sandra-main h2 {
  font-size: 32px;
  font-weight: 700;
  color: #0a1b3f;
  margin-bottom: 12px;
}

.cta-sandra-main p {
  font-size: 17px;
  line-height: 1.6;
  color: #283657;
  max-width: 600px;
  margin: 0 auto 28px;
}

.cta-sandra-btn {
  display: inline-block;
  padding: 16px 36px;
  border-radius: 999px;
  background: #0a1b3f;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(10,27,63,0.25);
  transition: .25s ease;
}

.cta-sandra-btn:hover {
  background: #15285c;
  transform: translateY(-3px);
}

/* ======================================================
   RESPONSIVE
====================================================== */
@media (max-width: 780px) {

  .cta-top-elements {
    flex-direction: column;
  }

  .cta-sandra-card {
    padding: 130px 24px 48px;
  }

  .cta-sandra-main h2 {
    font-size: 26px;
  }

  .cta-sandra-photo {
    width: 160px;
    height: 160px;
    margin-bottom: -80px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3fc01e66 *//* ===========================
   FOOTER MAIN
=========================== */
.footer-5050 {
  position: relative;
  background: #0a1b3f;
  color: #ffffff;
  padding: 90px 0 30px; /* extra top-space ivm floating foto */
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* ===========================
   FLOATING ROUND PHOTO
=========================== */
.footer-floating-photo {
  position: absolute;
  top: -80px;            /* steekt boven de footer uit */
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  pointer-events: none;  /* geen rare klik issues */
}

.footer-photo-wrap {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.45);
  background: radial-gradient(circle at 30% 20%, #5b1993, #0a1b3f);
}

/* Glow ring */
.footer-photo-wrap::before {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.35);
  box-shadow:
    0 0 25px rgba(91, 25, 147, 0.7),
    0 0 60px rgba(10, 27, 63, 0.9);
  z-index: -1;
}

.footer-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
}

/* ===========================
   FOOTER CONTENT GRID
=========================== */
.footer-inner {
  width: 92%;
  max-width: 1320px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1.2fr 1.4fr;
  gap: 50px;
}

/* Brand / tagline / CTA */
.footer-brand h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}

.footer-tagline {
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,0.85);
  margin-bottom: 20px;
}

.footer-cta {
  display: inline-block;
  padding: 12px 26px;
  border-radius: 999px;
  background: #ffffff;
  color: #0a1b3f;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  transition: .25s ease;
}

.footer-cta:hover {
  background: #f3f4ff;
  transform: translateY(-2px);
}

/* ===========================
   NAVIGATIECOL / LINKS
=========================== */
.footer-col h3,
.footer-col h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  text-decoration: none;
  transition: .2s;
}

.footer-links a:hover {
  color: #ffffff;
}

/* ===========================
   CONTACT & SOCIALS
=========================== */
.footer-contact {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255,255,255,0.8);
  margin-bottom: 20px;
}

.footer-contact a {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-socials {
  display: flex;
  gap: 12px;
}

.social-pill {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  text-transform: lowercase;
  color: #ffffff;
  text-decoration: none;
  transition: .25s ease;
}

.social-pill:hover {
  background: #ffffff;
  color: #0a1b3f;
}

/* ===========================
   BOTTOM BAR
=========================== */
.footer-bottom {
  margin-top: 40px;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.18);
  padding-top: 14px;
}

.footer-bottom p {
  font-size: 12px;
  color: rgba(255,255,255,0.6);
  margin: 0;
}

/* ===========================
   RESPONSIVE
=========================== */
@media (max-width: 960px) {
  .footer-inner {
    grid-template-columns: 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .footer-5050 {
    padding: 90px 0 24px;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-col {
    margin-bottom: 10px;
  }

  .footer-floating-photo {
    top: -70px;
  }

  .footer-photo-wrap {
    width: 140px;
    height: 140px;
  }
}/* End custom CSS */