body {
  background: rgba(23, 61, 77, 0.2);
}



button {
  font-family: Rubik, sans-serif;
}



.indexxx,
.begin-kaart {
  overflow: hidden;
}


.hidden {
  display: none;
}





h1 {
  font-size: 7rem;

  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: bold;
  font-family: MILKER;

  color: #233D4D;
}


.indexxx h1 {
  text-align: center;
  text-shadow: 2px 2px 2px white;

  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);

  z-index: 500;
}


.btn-start {
  display: flex;
  align-items: center;
  justify-content: space space-between;
  gap: 20px;

  z-index: 10;

  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.btn-start button {
  padding: 10px 20px;
  font-size: 1.5rem;
  background-color: #FE7F2D;
  color: #233D4D;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-start button:hover {
  background-color: #ff6d0c;
}



.indexxx img {
  width: 70vw;
  height: auto;
  object-fit: cover;

  display: block;
  margin: 0 auto;
}

.kaart {
  opacity: 0.5;
}



img.logo-footer {
  width: 100px;
  height: auto;

  max-width: max-content;

  position: absolute;
  bottom: 20px;
}

img.logo-footer:first-of-type {
  left: 20px;
}

img.logo-footer:last-of-type {
  right: 20px;
}


.tekeningen {
  position: absolute;
  top: 0px;
  left: 0px;
}


/* arbeidmigratie en opbouw*/

.horizontal-scroll {
  display: flex;
  overflow-x: scroll;
  overflow-y: auto;
  /* white-space: nowrap; */
}



.arbeid {
  background: rgba(255, 113, 19, 0.5);
}


.section-arbeidsmigratie {
  position: relative;
  background-size: cover;
  background-position: center;
}

.section-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: 1;
}


.cls-1 {
  fill: #fff;

}

.cls-2 {
  fill: #fe7f2d;
}

#klikbaar:hover path {
  fill: #ff6b08;
  cursor: pointer;
}


.kennis svg,
.studie svg,
.arbeid svg {
  width: 100vw;
  /* height: 100vh; */
  object-fit: cover;

}


.content-overlay {
  position: absolute;


  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.welkom {
  background-color: #FE7F2D;
  border-radius: 15px;
  padding: 40px 50px;
  max-width: 600px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 50px;
}

.welkom h2 {
  color: white;
  font-size: 2rem;
  font-family: MILKER, sans-serif;
  text-align: center;
}

.welkom p {
  color: white;
  font-family: Rubik, sans-serif;
  line-height: 1.4;
  font-size: 1.1rem;
  text-align: center;
  max-width: 500px;

}

.extra-wel {
  font-weight: bold;

  margin-top: 10px;
}


p strong {
  color: #233D4D;
}

.arrow-btn {
  position: absolute;
  top: 50%;
  right: 5%;
  /* transform: translateX(-50%) translateY(50%); */
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #FE7F2D;
  color: white;
  font-size: 3rem;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
  z-index: 20;
}

.arrow-btn:hover {
  background-color: #ff6d0c;
  transform: scale(1.1);
}


.arrow-btn-down {
  position: absolute;
  bottom: 10%;
  left: 48%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #FE7F2D;
  color: white;
  font-size: 3rem;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
  z-index: 20;
}

.arrow-btn-down:hover {
  background-color: #ff6d0c;
  transform: scale(1.1);
}


.arrow-btn.back-btn {
  text-decoration: none;
  left: 48%;
  top: 55%;
}

.item {
  min-width: 300px;
  height: 200px;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}





.wrapper {
  display: flex;
  width: 400vw;
  height: 100vh;
}

.section img {
  width: 100vw;
  height: 100vh;
  flex-shrink: 0;
  object-fit: cover;

  z-index: 3;
}


.section {
  position: relative;
  width: 100vw;
  height: auto;
  flex-shrink: 0;
}




.section h1 {
  position: absolute;
  font-size: 4rem;
  color: white;
  z-index: 10;
  background-color: #FE7F2D;
  padding: 20px 40px;
  border-radius: 10px;
  top: 20%;
  left: 50vw;
  transform: translateX(-50%);
  width: fit-content;
  text-align: center;


}


.section h3 {
  line-height: 1.4;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: Rubik, sans-serif;
  top: 35%;
  max-width: 200px;

  position: absolute;
  color: white;

  background-color: #FE7F2D;
  padding: 20px 40px;
  border-radius: 10px;
  left: 50vw;
  transform: translateX(-50%);
  text-align: center;
  z-index: 10;
}






/* kennis */


.kennis .welkom,
.kennis .arrow-btn,
.kennis .arrow-btn-down,
.kennis .arrow-btn.back-btn,
.kennis.arrow-btn:hover,
.kennis .section h1,
.kennis .section h2,
.kennis .section h3 {
  background-color: #619B8A;
}



.studie .welkom,
.studie .arrow-btn,
.studie .arrow-btn-down,
.studie .arrow-btn.back-btn,
.studie.arrow-btn:hover,
.studie .section h1,
.studie .section h2,
.studie .section h3 {
  background-color: #ffc02e;
}






/* beginvideo */
.video-page {
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 100vh;
}

.fullscreen-video-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10000;
}

.fullscreen-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-controls {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
  z-index: 10;

}

.video-btn {
  padding: 10px 20px;
  font-size: 1.5rem;
  background-color: #233D4D;
  color: white;
  ;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-weight: bold;


}

.video-btn:hover {
  background-color: #233D4D;
}

.skip-btn {
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 10px 20px;
  font-size: 1.5rem;
  background-color: #233D4D;
  color: white;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-weight: bold;
  z-index: 10;
}

.skip-btn:hover {
  background-color: #28526c;
}






/* begin kaart */

.begin-kaart {
  overflow: hidden;
}

.begin-kaart h1 {
  max-width: 500px;

  position: absolute;
  top: 3%;
  left: 3%;

  font-size: 6rem;
  text-align: center;

  z-index: 10;
}

.begin-kaart p {
  max-width: 300px;

  text-align: center;
  position: absolute;
  top: 35%;
  left: 10%;
  font-size: 1.3rem;
  color: #233D4D;
  font-family: Rubik, sans-serif;
  z-index: 10;
}

.begin-kaart .kaart {
  width: 70vw;
  height: auto;
  display: block;
  margin: 0 auto;
  opacity: 0.5;
}

.arrow {
  position: absolute;
  cursor: pointer;
  transition: transform 0.3s ease;
  z-index: 20;
}

.arrow:hover {

  transform: scale(1.05);
}


.arrow img {
  width: 900px;
  height: auto;
}




.oranje_pijl svg {
  width: 50vw;
  position: absolute;
  translate: -50% -50%;
  top: calc(50% + -254px);
  left: calc(50% + 513px);
  transform: rotate(10deg);
  z-index: 0;
}

.oranje_pijl svg:hover {
  cursor: pointer;
  transform: scale(1.02);
  transition: transform 0.5s ease;
}

.arrow-studiemigratie {
  position: absolute;


  transform: rotate(-5deg);

  z-index: 10;

  width: 60vw;

  translate: -50% -50%;
  bottom: calc(50% + -724px);
  left: calc(50% + -513px);

}

.arrow-kennismigratie {
  position: absolute;


  transform: rotate(-10deg);

  z-index: 15;

  width: 60vw;

  translate: -50% -50%;
  bottom: calc(50% + -1400px);
  left: calc(50% + 313px);

}


/* dialog*/
.modal {
  position: fixed;
  inset: 0;
  padding: 20px;
  border: none;
  border-radius: 12px;
  background: transparent;
  max-width: none;
  width: auto;
  height: auto;
}

.modal::backdrop {
  background: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background: #ffffff;
  border-radius: 12px;
  padding: 24px 28px;
  max-width: 480px;
  width: min(480px, 90vw);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.modal .close {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #233D4D;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  line-height: 1;
  transition: color 0.3s ease;
}

.modal .close:hover {
  color: #FE7F2D;
}

/* modal image variant */
.modal--image {
  padding: 0;
  background: transparent;
}

.modal--image .modal-content {
  padding: 0;
  background: #FFC6A0;
  box-shadow: none;
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  border-radius: 0;
}

.modal-image {
  width: 90vw;
  max-width: 90vw;
  max-height: 100vh;
  height: auto;
  display: block;
  object-fit: cover;
}

.modal--image .close {
  position: absolute;
  top: 16px;
  right: 24px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  line-height: 1;
  padding: 6px 12px;
  z-index: 10;
  font-size: 1.5rem;
  font-weight: bold;
  color: #233D4D;
  cursor: pointer;
}

.modal--image .close:hover {
  color: #FE7F2D;
}

.modal-dialog {
  border: none;
  padding: 0;
  width: 90vw;
  border-radius: 20px;
}

.modal-dialog::backdrop {
  background: rgba(0, 0, 0, 0.65);
}

.modal-card {
  position: relative;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}


.modal-close {
  position: fixed;
  top: 45px;
  right: 100px;
  font-size: 28px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
  color: #233D4D;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.modal-hero {
  position: relative;
}

.modal-hero img {
  width: 100%;
  display: block;
}

.modal-title {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  background: #FE7F2D;
  color: white;
  padding: 10px 28px;
  border-radius: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 35px;
}


.modal-stats {
  background: #ffd8c1;
  padding: 32px 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.stats-message {
  background: #FE7F2D;
  color: white;
  font-family: 'Milker', sans-serif;
  padding: 20px;
  border-radius: 12px;
  max-width: 400px;
  text-align: center;
  line-height: 1.3;
  font-size: 1.6rem;

}


.stats-message strong {
  color: #233D4D;
}

.stats-number {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  max-width: 400px;
  margin-left: auto;
  margin: 0;
  align-self: flex-end;
  margin: 30px;
}

.stats-caption {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  max-width: 400px;
  color: #233D4D;
}

.stats-value {
  font-family: 'Milker', sans-serif;
  font-size: 4rem;
  color: #FE7F2D;
  margin: 8px 0 0;
}

.stats-type {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  max-width: 400px;
  color: #233D4D;
}

.modal-image {
  width: 100%;
  display: block;
}


.modal-text {
  background: #ffd8c1;
  padding: 24px 20px 32px;
}

.modal-text h2 {
  font-family: 'Milker', sans-serif;
  font-size: 2.5rem;
  margin: 50px auto;
  color: #FE7F2D;
  text-align: center;
  max-width: 700px;

}

.modal-text h2 strong {
  color: #233D4D;
  text-shadow: 3px 3px 3px white;
}

.modal-text p {
  font-family: 'Rubik', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #233D4D;
  margin: 30px auto;
  max-width: 500px;
  text-align: center;
}


.modal-subsection {
  display: flex;
  flex-direction: column;
}

.subsection-header {
  background: #FE7F2D;
  border-radius: 10px;
  padding: 16px 20px;
  text-align: center;
}

.subsection-header h3 {
  font-family: 'Milker', sans-serif;
  font-size: 32px;
  color: white;
  margin: 0;
  letter-spacing: 3px;
}

.subsection-text {
  background: #FFC6A0;
  padding: 20px;
  border-radius: 10px;
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #233D4D;
  margin: 0;
}

.aankomst-text p {
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  max-width: 320px;
}



.pijl1 {
  width: 60vw;
  height: auto;
  position: absolute;
  top: 20%;
  left: -30%;
  transform: rotate(60deg);
  z-index: 0;
}


.pijl2 {
  width: 65vw;
  height: auto;
  position: absolute;
  top: 23%;
  left: -25%;
  transform: rotate(63deg);
  z-index: 0;
}


#popup-huisvesting .modal-text h2 {
  color: white;
}

#popup-huisvesting .modal-text p {
  font-size: 1.4rem;
}


#popup-huisvesting .stats-value {
  color: #233D4D;
  font-size: 6rem;
  text-shadow: #eee 2px 2px 2px;

}


#popup-huisvesting .stats-number {
  background: none;
  text-align: start;
}


#popup-huisvesting .stats-message {
  font-family: Rubik, sans-serif;
  font-weight: 300;
  position: absolute;
  top: 45%;
  left: 8%;
  padding: 30px;
  font-size: 1.6rem;
}

.flex-box {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  gap: 50px;
}


#popup-werkplek .modal-text p {
  margin: 60px auto;
}


#popup-werkplek section {
  background: #FFC6A0;
}



#popup-werkplek .subsection-text {
  margin: 20px auto 150px;
  border-radius: 10px;
  font-family: 'Rubik', sans-serif;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #233D4D;
  max-width: 500px;
  text-align: center;
}


.pijl3 {
  width: 60vw;
  height: auto;
  position: absolute;
  top: 28%;
  right: -34%;
  transform: rotate(-210deg);
  z-index: 0;
}



#popup-reizen section,
#popup-werk section,
#popup-herkomst section {
  background: #c3d6d0;
}


.bl_pijl {
  width: 70vw;
  position: absolute;
  top: 12%;
  right: -45%;
  transform: rotate(7deg);
  z-index: 0;
}


#popup-reizen .modal-title,
#popup-werk .modal-title,
#popup-herkomst .modal-title {
  background: #619B8A;
}



#popup-reizen .modal-text h2 {
  color: #ffffff;
  text-align: start;
  max-width: 500px;
  margin: 40px;
}


#popup-reizen .modal-text p {
  font-size: 1.3rem;
  line-height: 1.3;
  margin: 40px;
  max-width: 500px;
  text-align: start;
}

#klikbaar-popup .modal-close {
  top: 65px;
  color: #eee;
}




#popup-reizen p strong,
#popup-werk p strong,
#popup-herkomst p strong {
  font-size: 2rem;
  font-weight: bold;
  text-shadow: #eee 2px 2px 2px;
}

#popup-reizen h3,
#popup-herkomst h3 {
  color: white;
  font-size: 2.5rem;
  font-family: MILKER, sans-serif;
  text-align: center;
  margin: 80px;
}

.grafiek {
  width: 60vw;
  display: block;
  margin: 20px auto;
}

.extra {
  font-size: 1.3rem;
  line-height: 1.3;
  max-width: 650px;
  margin: 60px auto;
  font-family: Rubik, sans-serif;
  text-align: center;
  color: #233D4D;
}

#popup-werk .modal-text p {
  margin: 60px auto;
}

#popup-werk .subsection-header {
  background: #619B8A;
}

#popup-werk .subsection-text {
  margin: 20px auto 150px;
  border-radius: 10px;
  font-family: 'Rubik', sans-serif;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #233D4D;
  max-width: 500px;
  text-align: center;
  background: none;
}



#popup-werk .modal-text h2 {
  color: #ffffff;
  text-align: start;
  max-width: 500px;
  margin: 40px;
}

#popup-werk .modal-text p {
  font-size: 1.3rem;
  line-height: 1.3;
  margin: 40px;
  max-width: 500px;
  text-align: start;
  color: #233D4D;
}


.pijl4 {
  width: 60vw;
  height: auto;
  position: absolute;
  top: 14%;
  right: -34%;
  transform: rotate(0deg);
  z-index: 0;
}

.diagram {
  width: 50vw;
  display: block;
  object-fit: cover;
  margin: 40px auto 100px;
}



#popup-herkomst .herkomst-heading {
  background: linear-gradient(rgba(97, 155, 138, 0.3), rgba(97, 155, 138, 0.3));
  padding: 60px 20px;
  text-align: center;
}

#popup-herkomst .herkomst-heading h2 {
  font-family: 'Milker', sans-serif;
  font-size: 3.75rem;
  color: white;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#popup-herkomst .herkomst-description {
  background: rgba(193, 214, 208, 0.5);
  padding: 40px 20px;
  text-align: center;
  max-width: 100%;
}

#popup-herkomst .herkomst-description p {
  font-family: 'Rubik', sans-serif;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #233D4D;
  margin: 15px auto;
  max-width: 900px;
}

#popup-herkomst .herkomst-map {
  padding: 40px 20px;
  text-align: center;
}

.europa {
  max-width: 90%;
  height: auto;
  display: block;
  margin: 0 auto;
}

#popup-herkomst .herkomst-countries {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 40px 20px;
  max-width: 1000px;
  margin: 0 auto;
}

#popup-herkomst .country-card {
  background: #619B8A;
  color: white;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}

#popup-herkomst .country-card h3 {
  font-family: 'Milker', sans-serif;
  font-size: 1.8rem;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#popup-herkomst .country-card p {
  font-family: 'Rubik', sans-serif;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}

#popup-herkomst .country-card strong {
  color: #233D4D;
  font-weight: bold;
}

#popup-herkomst .country-card.country-5 {
  grid-column: 1 / -1;
  max-width: 450px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #popup-herkomst .herkomst-heading h2 {
    font-size: 2.5rem;
  }

  #popup-herkomst .herkomst-countries {
    grid-template-columns: 1fr;
  }
}






#popup-huis section,
#popup-aan section {
  background: #ffe8aa;
}


#popup-huis .modal-title,
#popup-aan .modal-title {
  background: #FCCA46;
}


.pijl5 {
  width: 60vw;
  height: auto;
  position: absolute;
  top: 16%;
  right: -34%;
  transform: rotate(0deg);
  z-index: 0;
}


#popup-aan .modal-text h2 {
  color: #ffffff;
}

#popup-aan .stats-number {
  background: #FCCA46;
  color: #233D4D;
  margin: 50px;
}


#popup-aan .stats-value {
  color: white;
  margin: 14px 0;
}


#popup-aan .modal-text p {
  font-size: 1.3rem;
  line-height: 1.3;
  margin: 40px auto 120px;
  max-width: 600px;
}


.study-fields {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  padding: 40px 20px;
  max-width: 1000px;
  margin: 0 auto;
}

.field-card {
  background: #ffffff;
  color: #FCCA46;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  gap: 20px;
}

.field-card h3 {
  font-family: 'Milker', sans-serif;
  font-size: 1.6rem;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.field-card p {
  font-family: 'Rubik', sans-serif;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 400px;
}

.icoon {
  width: 10vw;
  height: auto;
  display: block;
  margin: 0 auto 10px;
}


#popup-huis p strong {
  font-family: milker, sans-serif;
  font-size: 1.8rem;
  text-shadow: #eee 2px 2px 2px;
  margin-top: 20px;
}






#popup-huis .nederland {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 40px 20px;
  max-width: 1000px;
  margin: 0 auto;
}

#popup-huis .prov {
  background: #FCCA46;
  color: white;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}

#popup-huis .prov h3 {
  font-family: 'Milker', sans-serif;
  font-size: 1.8rem;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#popup-huis .prov p {
  font-family: 'Rubik', sans-serif;
  font-size: 0.95rem;
  line-height: 1.5;
  margin: 0;
}


.pijl6 {
  width: 60vw;
  height: auto;
  position: absolute;
  top: 19%;
  left: -39%;
  transform: rotate(-125deg);
  z-index: 0;
}



#popup-huis .modal-text h2 {
  color: white;

}