.elementor-1181 .elementor-element.elementor-element-2903744c{--display:flex;--min-height:0px;}.elementor-1181 .elementor-element.elementor-element-69104d4d{border-style:none;}.elementor-1181 .elementor-element.elementor-element-7323be71{background-image:url("http://50-50financevacatures.nl/wp-content/uploads/2025/08/rotterdam.webp");background-size:cover;}.elementor-1181 .elementor-element.elementor-element-7f1e4263{--display:flex;--min-height:0px;}/* Start custom CSS for html, class: .elementor-element-69104d4d *//* -------------------------------------------------------
   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-7323be71 *//* ---------------------------
   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-115adf27 *//* ===========================
   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 */