.elementor-253 .elementor-element.elementor-element-13eec1b{--display:flex;--min-height:0px;}.elementor-253 .elementor-element.elementor-element-0e0af91{border-style:none;}.elementor-253 .elementor-element.elementor-element-e12a7b0{background-image:url("https://50-50financevacatures.nl/wp-content/uploads/2025/08/rotterdam.webp");background-size:cover;}.elementor-253 .elementor-element.elementor-element-ba6b080{--display:flex;}.elementor-253 .elementor-element.elementor-element-db58a72{--display:flex;}.elementor-253 .elementor-element.elementor-element-d2c269b{--display:flex;--min-height:0px;}.elementor-253 .elementor-element.elementor-element-d2c269b:not(.elementor-motion-effects-element-type-background), .elementor-253 .elementor-element.elementor-element-d2c269b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EEEEEE;}.elementor-253 .elementor-element.elementor-element-9dde337{--display:flex;--min-height:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-253 .elementor-element.elementor-element-db58a72{--width:100%;}.elementor-253 .elementor-element.elementor-element-d2c269b{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-0e0af91 *//* -------------------------------------------------------
   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-e12a7b0 *//* ---------------------------
   HERO BACKGROUND
---------------------------- */
.hero-5050 {
  width: 100%;
  padding: 80px 0;
  background: linear-gradient(135deg, #eef2ff 0%, #dde6ff 40%, #cfd9ff 100%);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
               Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* ---------------------------
   2-COLUMN LAYOUT
---------------------------- */
.hero-inner {
  width: 92%;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

/* ---------------------------
   LEFT VISUAL AREA
---------------------------- */
.hero-visual {
  flex: 1;
  display: flex;
  justify-content: center;
}

.visual-orbit {
  position: relative;
  width: 520px;
  height: 520px;
}

/* MAIN VISUAL */
.visual-center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 460px;
  height: 460px;
  transform: translate(-50%, -50%);
  object-fit: contain;
  border-radius: 50%;
  pointer-events: none;
  filter: drop-shadow(0 10px 26px rgba(10, 27, 63, 0.3));
  z-index: 1;
}

/* ---------------------------
   ICON BADGES (BLUE)
---------------------------- */
.orbit-icon {
  position: absolute;
  width: 90px;
  height: 90px;
  padding: 18px;
  background: #0a1b3f;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(10, 27, 63, 0.25);
  z-index: 3;
  cursor: pointer;
}

.orbit-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

/* ---------------------------
   ECOSYSTEM TOOLTIPS
---------------------------- */
.icon-label {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  background: rgba(10, 27, 63, 0.95);
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 13px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
  box-shadow: 0 6px 14px rgba(10, 27, 63, 0.25);
  z-index: 9;
}

.icon-label::after {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(10, 27, 63, 0.95);
}

.orbit-icon:hover .icon-label {
  opacity: 1;
  transform: translateX(-50%) translateY(0px);
}

.orbit-bottom .icon-label {
  bottom: -50px;
}

/* ---------------------------
   ICON POSITIONS
---------------------------- */
.orbit-top {
  top: 2%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: floatTop 4s ease-in-out infinite;
}

.orbit-right {
  right: 2%;
  top: 50%;
  transform: translate(50%, -50%);
  animation: floatRight 4.2s ease-in-out infinite;
}

.orbit-bottom {
  bottom: 2%;
  left: 50%;
  transform: translate(-50%, 50%);
  animation: floatBottom 4.4s ease-in-out infinite;
}

.orbit-left {
  left: 2%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: floatLeft 4.1s ease-in-out infinite;
}

/* ---------------------------
   FLOAT ANIMATIONS
---------------------------- */
@keyframes floatTop {
  0%, 100% { transform: translate(-50%, -50%); }
  50%      { transform: translate(-50%, -62%); }
}

@keyframes floatRight {
  0%, 100% { transform: translate(50%, -50%); }
  50%      { transform: translate(62%, -50%); }
}

@keyframes floatBottom {
  0%, 100% { transform: translate(-50%, 50%); }
  50%      { transform: translate(-50%, 62%); }
}

@keyframes floatLeft {
  0%, 100% { transform: translate(-50%, -50%); }
  50%      { transform: translate(-62%, -50%); }
}

/* ---------------------------
   RIGHT CONTENT AREA
---------------------------- */
.hero-content {
  flex: 1;
  max-width: 520px;
}

.hero-content h1 {
  font-size: 44px;
  line-height: 1.15;
  font-weight: 700;
  color: #0a1b3f;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}

.hero-content p {
  font-size: 20px;
  line-height: 1.6;
  color: #283657;
  margin-bottom: 35px;
}

/* CTA BUTTON */
.hero-btn {
  display: inline-block;
  padding: 15px 32px;
  border-radius: 999px;
  background: #0a1b3f;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 10px 25px rgba(10, 27, 63, 0.25);
  transition: .25s;
}

.hero-btn:hover {
  background: #15285c;
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(10, 27, 63, 0.35);
}

/* ---------------------------
   RESPONSIVE
---------------------------- */
@media (max-width: 960px) {
  .hero-inner {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .hero-visual {
    order: -1;
  }
}

@media (max-width: 640px) {
  .visual-orbit {
    width: 320px;
    height: 320px;
  }

  .visual-center {
    width: 260px;
    height: 260px;
  }

  .orbit-icon {
    width: 70px;
    height: 70px;
    padding: 14px;
  }

  .hero-content h1 {
    font-size: 32px;
  }

  .hero-content p {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8d69046 *//* SECTION */
.partners-loop-5050 {
  padding: 80px 0;
  background: #ffffff;
}

.partners-loop-inner h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  color: #0a1b3f;
  margin-bottom: 50px;
}

/* BASE MARQUEE WRAPPER */
.partners-marquee {
  overflow: hidden;
  width: 100%;
  margin-bottom: 35px;
}

/* TRACK */
.partners-track {
  display: flex;
  gap: 100px;                 /* meer lucht tussen grote logo's */
  align-items: center;
  will-change: transform;
}

/* RIJ 1 — links → rechts */
.marquee-row-1 .partners-track {
  animation: marquee-left 26s linear infinite;
}

/* RIJ 2 — rechts → links */
.marquee-row-2 .partners-track {
  animation: marquee-right 26s linear infinite;
}

/* LOGO STYLE (DESKTOP) */
.partners-track img {
  height: 150px;              /* 2x groter gemaakt */
  opacity: 0.6;
  filter: grayscale(1) brightness(1.2);
  transition: 0.25s ease;
}

.partners-track img:hover {
  opacity: 1;
  filter: grayscale(0) brightness(1.05);
  transform: translateY(-4px);
}

/* ANIMATIES */
@keyframes marquee-left {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes marquee-right {
  0%   { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

/* RESPONSIVE (MOBILE KEEP SMALLER) */
@media (max-width: 768px) {
  .partners-track {
    gap: 50px;
  }

  .partners-track img {
    height: 55px;             /* mobiel blijft klein */
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-827523b *//* -------------------------------------------------------
   50-50 USP SECTION (modern corporate)
------------------------------------------------------- */

.fifty-usp {
  width: 100%;
  background: #ffffff;
  padding: 100px 0;
}

.fifty-usp-inner {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}

/* LABEL */
.fifty-label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #7d8aa5;
  margin-bottom: 14px;
}

/* TITEL */
.fifty-usp-inner h2 {
  font-size: 38px;
  line-height: 1.25;
  font-weight: 700;
  color: #0A1B3F;
  margin-bottom: 22px;
}

/* INTRO */
.fifty-intro {
  font-size: 19px;
  line-height: 1.75;
  color: #24324f;
  margin-bottom: 32px;
}

/* BULLET LIST */
.fifty-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

.fifty-list li {
  font-size: 18px;
  color: #0A1B3F;
  margin-bottom: 18px;
  position: relative;
  padding-left: 28px;
}

/* Strakke moderne bullet */
.fifty-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 12px;
  height: 12px;
  background: #0A1B3F;
  border-radius: 50%;
}

/* HIGHLIGHT BOX */
.fifty-highlight {
  margin: 50px 0;
  padding: 32px;
  border-radius: 16px;
  background: #f4fcff;
  border: 1px solid #dde8f5;
}

.fifty-highlight h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: #0A1B3F;
}

.fifty-highlight p {
  font-size: 17px;
  line-height: 1.7;
}

/* FAQ */
.fifty-faq h3 {
  font-size: 26px;
  margin-bottom: 20px;
  color: #0A1B3F;
}

.fifty-faq details {
  margin-bottom: 18px;
  border-bottom: 1px solid #eef3f7;
  padding-bottom: 14px;
}

.fifty-faq summary {
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  color: #0A1B3F;
}

.fifty-faq p {
  font-size: 17px;
  line-height: 1.7;
  color: #24324f;
  margin-top: 12px;
}

/* CTA BLOCK */
.fifty-cta {
  margin-top: 60px;
  padding: 40px 35px;
  border-radius: 18px;
  background: #0A1B3F;
  text-align: center;
  color: #ffffff;
}

.fifty-cta h3 {
  font-size: 26px;
  margin-bottom: 10px;
}

.fifty-cta p {
  font-size: 18px;
  margin-bottom: 24px;
  opacity: 0.9;
}

/* CTA BUTTON */
.fifty-btn {
  display: inline-block;
  background: #ffffff;
  color: #0A1B3F !important;
  padding: 14px 32px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.25s ease;
  box-shadow: 0 4px 14px rgba(0,0,0,0.18);
}

.fifty-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.26);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .fifty-usp {
    padding: 70px 0;
  }

  .fifty-usp-inner h2 {
    font-size: 30px;
  }

  .fifty-intro {
    font-size: 17px;
  }

  .fifty-btn {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-61e0e8a *//* ======================================================
   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-8053850 *//* ===========================
   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 */