@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 2rem; }

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 2rem; }

html {
  font-size: 16px; }

body {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #333; }

/* Headings */
h1 {
  font-size: 2.5rem;
  font-weight: 700; }

h2 {
  font-size: 2rem;
  font-weight: 700; }

h3 {
  font-size: 1.5rem;
  font-weight: 600; }

h4 {
  font-size: 1.25rem;
  font-weight: 600; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

/* Paragraphs */
p {
  font-size: 1rem;
  line-height: 1.6; }

/* Helpers */
.text-small {
  font-size: 0.875rem; }

.text-large {
  font-size: 1.125rem; }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

html,
body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333; }

#h1 {
  font-weight: bolder; }

#h2 {
  font-weight: bolder;
  padding: 0 3rem 3rem 0;
  text-align: center; }

.content-wrapper, .footer-container, .product-cards-hero-container, .marketing-site-hero-content {
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 2rem;
  padding-right: 2rem; }

.stream-block {
  padding-top: 5rem;
  padding-bottom: 5rem; }

.work-feature-block-subheader {
  font-weight: bolder; }

h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
  outline: 2px dashed #e72168;
  outline-offset: 4px; }

.marketing-site-hero {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100vh;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 30%, rgba(255, 255, 255, 0) 70%);
  background-size: cover;
  background-position: center center;
  color: #fff;
  position: relative;
  overflow: hidden; }

.marketing-video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: -1; }

/* Content styling */
.marketing-site-hero-content {
  width: 100%;
  z-index: 2; }

.marketing-site-hero-content h1 {
  font-weight: bold; }

.marketing-site-hero-content .subheader {
  line-height: 1.8; }

.marketing-site-hero-content .button {
  padding: 0.75rem 1.5rem;
  background-color: #E72168;
  color: white;
  text-decoration: none;
  border-radius: 25px;
  font-size: 1rem; }

.marketing-site-hero-content .button:hover {
  background-color: #E72168;
  opacity: 80%;
  color: white; }

/* Voor de knoppen in de hero-sectie */
.hero-buttons {
  margin-top: 1.5rem;
  gap: 1rem;
  padding-bottom: 5rem; }

.hero-buttons .button {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  border-radius: 25px;
  text-decoration: none;
  color: white;
  background-color: #E72168;
  border: none;
  cursor: pointer;
  text-align: center; }

.hero-buttons .secondary-button {
  background-color: transparent;
  color: white;
  border: 2px solid #E72168; }

.hero-buttons .button:hover {
  opacity: 0.8;
  color: white; }

.hero-buttons .secondary-button:hover {
  background-color: #E72168;
  color: white; }

.contact-button-home {
  background-color: #E72168;
  color: white;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  padding: 1rem;
  transition: background-color 0.3s ease-in-out; }

.product-cards-hero-container {
  position: relative;
  z-index: 10;
  transform: translateY(-35%);
  padding-bottom: 5rem;
  width: 100%; }

.product-cards-hero {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap; }

.product-card-hero {
  background-color: #fff;
  padding: 1rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  width: 250px;
  flex-grow: 1;
  text-align: center; }

.product-card-hero p {
  margin-bottom: 1rem; }

.product-card-title {
  font-size: 1rem;
  font-weight: bold; }

.marketing-site-hero-content .button.round {
  border-radius: 5000px;
  text-transform: uppercase;
  font-size: 0.75rem;
  margin-bottom: 0; }

.work-feature-block {
  padding: 3rem;
  background: #f9fafb;
  border-radius: 1rem; }

.work-feature-block-content {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: center; }

.work-feature-block-image {
  width: 100%;
  max-height: 600px;
  object-fit: cover;
  border-radius: 1rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto; }

.work-feature-block-media {
  max-width: 520px;
  width: 100%;
  margin: 0 auto; }

.work-feature-block-header {
  margin-bottom: 2rem;
  text-align: center; }

.work-feature-block p {
  line-height: 1.7;
  margin-bottom: 1rem;
  color: #374151; }

.work-feature-block ul {
  list-style: none;
  padding: 0; }

.work-feature-block .button {
  margin-top: 1.5rem; }

.work-feature-block-list li::before {
  content: "✔";
  color: #E72168;
  font-weight: bold;
  margin-right: 0.5rem; }

.work-feature-block-text {
  display: flex;
  flex-direction: column; }

.work-feature-block-text .contact-button-home {
  margin-top: 1.5rem;
  align-self: flex-start; }

.contact-button-home:hover {
  opacity: 0.8;
  color: #fff; }

.product-cards-title {
  margin-bottom: 2rem;
  text-align: center; }

.product-cards {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 3rem 0; }

.product-card {
  background-color: #fefefe;
  border: 1px solid #e6e6e6;
  padding: 1rem;
  width: 300px;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease; }

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); }

.product-card-title {
  font-family: 'Open sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  margin-top: 1rem;
  color: #E72168;
  font-weight: bolder; }

.product-card-desc {
  color: #8a8a8a;
  display: block;
  font-family: 'Open sans', sans-serif;
  font-size: 0.875rem;
  margin-top: 0.5rem; }

.product-card-price {
  color: #3e3e3e;
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: 0.5rem; }

.product-card-sale {
  color: #cacaca;
  text-decoration: line-through;
  margin-left: 0.3rem; }

.subject-cards {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 3rem;
  border-radius: 1rem; }
  .subject-cards .subject-card {
    background-color: #fefefe;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    text-align: center; }
    .subject-cards .subject-card .subject-card-title {
      font-size: 1.5rem;
      font-weight: bold;
      margin-bottom: 0.5rem; }
    .subject-cards .subject-card .subject-card h4 {
      font-size: 1rem;
      color: #555;
      margin-bottom: 0.5rem; }
    .subject-cards .subject-card .subject-card-image {
      margin-bottom: 0.5rem; }
    .subject-cards .subject-card .subject-card p {
      font-size: 0.875rem;
      color: #777;
      line-height: 1.5;
      padding-bottom: 5rem;
      padding-top: 3rem; }
    .subject-cards .subject-card .subject-card-button {
      display: block;
      background-color: #163542;
      color: #fff;
      border: none;
      border-radius: 4px;
      padding: 0.75rem 0;
      font-size: 1rem;
      cursor: pointer;
      margin-top: 1rem;
      width: 100%;
      box-sizing: border-box;
      text-align: center; }
      .subject-cards .subject-card .subject-card-button:hover {
        opacity: 80%;
        color: #fff; }

.latest-blog-posts {
  text-align: center;
  background-color: #fff;
  padding: 3rem;
  border-radius: 1rem; }
  .latest-blog-posts .blog-section-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
    color: #001f54; }
  .latest-blog-posts .blog-posts-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between; }
  .latest-blog-posts .blog-post {
    display: flex;
    flex-direction: column;
    width: 350px;
    min-height: 500px;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); }
    .latest-blog-posts .blog-post .blog-post-image {
      position: relative; }
      .latest-blog-posts .blog-post .blog-post-imageimg {
        width: 100%;
        height: auto;
        display: block; }
    .latest-blog-posts .blog-post .post-date {
      position: absolute;
      top: 10px;
      left: 10px;
      background-color: #fff;
      padding: 0.5rem 1rem;
      border-radius: 8px;
      text-align: center;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
      .latest-blog-posts .blog-post .post-date.date-day {
        font-size: 1.2rem;
        font-weight: bold;
        color: #001f54; }
      .latest-blog-posts .blog-post .post-date.date-month {
        font-size: 0.9rem;
        text-transform: uppercase;
        color: #555; }
    .latest-blog-posts .blog-post .blog-post-content {
      display: flex;
      flex-direction: column;
      padding: 1rem;
      flex: 1; }
    .latest-blog-posts .blog-post .blog-post-title {
      font-weight: bold;
      color: #001f54;
      margin: 0 0 .5rem; }
    .latest-blog-posts .blog-post .blog-post-description {
      flex: 1;
      color: #555; }
    .latest-blog-posts .blog-post .blog-post-author {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: auto;
      gap: 0.5rem;
      padding: 1rem; }
      .latest-blog-posts .blog-post .blog-post-author .author-name {
        color: #001f54; }
      .latest-blog-posts .blog-post .blog-post-author img {
        border-radius: 50%;
        width: 40px;
        height: 40px; }
    .latest-blog-posts .blog-post .read-more {
      display: flex;
      justify-content: center; }
      .latest-blog-posts .blog-post .read-more .read-more-button {
        background-color: #E72168;
        color: #fff;
        padding: .5rem 1rem;
        border-radius: 5px;
        font-size: 1rem;
        text-decoration: none;
        transition: opacity .2s; }
        .latest-blog-posts .blog-post .read-more .read-more-button:hover {
          opacity: .8; }
  .latest-blog-posts .view-all-news {
    margin-top: 2rem; }
  .latest-blog-posts .see-all-news-button {
    display: inline-block;
    padding: 0.75rem 2rem;
    background-color: #072c3e;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 25px;
    text-decoration: none; }
    .latest-blog-posts .see-all-news-button:hover {
      color: #fff;
      opacity: 80%; }

.testimonial-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fdfdfd;
  padding: 1rem 0;
  padding-bottom: 5rem; }

.slider-container {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start; }

.slider-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 200%; }

.slide {
  flex: 0 0 100%;
  display: flex;
  align-items: center;
  gap: 2rem;
  background-color: white;
  border-radius: 12px; }

.slide-image img {
  width: 250px;
  height: 200px;
  border-radius: 12px;
  object-fit: cover; }

.slider-controls {
  display: none; }

.slider-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem; }

.slider-footer .prev-slide,
.slider-footer .next-slide {
  background-color: #E72168;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  border-radius: 4px;
  cursor: pointer; }

.slider-footer .prev-slide:hover,
.slider-footer .next-slide:hover {
  opacity: 0.8; }

.slider-footer .slider-indicators {
  display: flex;
  gap: 0.5rem; }

.slider-footer .indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #e0e0e0;
  cursor: pointer; }

.slider-footer .indicator.active {
  background-color: #e72168; }

.slider-controls button {
  background-color: #E72168;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  border-radius: 4px;
  cursor: pointer; }

.slider-controls button:hover {
  opacity: 80%;
  color: white; }

.slider-indicators {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 1rem; }

.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #e0e0e0;
  cursor: pointer; }

.indicator.active {
  background-color: #e72168; }

/* Footer Styles */
.footer {
  background-color: #072c3e;
  color: #fff;
  padding: 2rem 0rem;
  font-family: 'Arial', sans-serif;
  max-width: 100%; }

.footer-container {
  display: flex;
  justify-content: space-around;
  gap: 2rem; }

.footer-title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #ffffff; }

.footer p,
.footer a {
  line-height: 1.6;
  color: #cdd3d8;
  text-decoration: none; }

.footer a:hover {
  color: #e72168; }

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.footer-list li {
  margin-bottom: 0.5rem;
  display: flex;
  justify-content: space-between; }

.footer-list a {
  flex: 1; }

.footer-date {
  color: #999999;
  margin-left: 1rem; }

.newsletter-form {
  display: flex;
  align-items: center;
  margin-top: 1rem; }

.newsletter-input {
  flex: 1;
  padding: 0.5rem;
  border: 1px solid #cdd3d8;
  border-radius: 5px 0 0 5px; }

.newsletter-button {
  padding: 0.5rem 1rem;
  background-color: #e72168;
  color: #fff;
  border: none;
  border-radius: 0 5px 5px 0;
  cursor: pointer; }

.newsletter-button:hover {
  background-color: #E72168;
  opacity: 80%;
  color: #fff; }

.footer-bottom {
  text-align: center;
  margin-top: 2rem;
  border-top: 1px solid #1b3b4f;
  padding-top: 1rem;
  font-size: 0.8rem;
  color: #cdd3d8; }

/* Mobile spacing */
@media (max-width: 768px) {
  .stream-block {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .content-wrapper, .marketing-site-hero-content, .product-cards-hero-container, .footer-container {
    padding-left: 0;
    padding-right: 0; }
  .marketing-video-bg {
    width: 100%;
    height: auto;
    min-height: 100%;
    min-width: auto;
    object-fit: cover; } }

@media (min-width: 481px) and (max-width: 768px) {
  .marketing-video-bg {
    max-width: 120%;
    left: 50%;
    transform: translateX(-50%); } }

/* Desktop */
@media (min-width: 1440px) {
  .marketing-site-hero {
    height: 100vh;
    align-items: center;
    padding-top: 0; }
  .marketing-site-hero-content {
    text-align: left; }
  .product-cards-hero-container {
    transform: translateY(-35%); } }

/* Tablet + Mobile */
@media (max-width: 1023px) {
  .marketing-site-hero {
    flex-direction: column;
    height: auto;
    padding: 3rem 1.5rem;
    text-align: center; }
  .marketing-site-hero-content {
    padding-right: 0; }
  .product-cards-hero-container {
    transform: none;
    padding-top: 3rem; }
  .product-cards-hero {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem; }
  .product-card-hero {
    width: 100%;
    max-width: 90%; }
  .work-feature-block-content {
    grid-template-columns: 1fr;
    gap: 2rem; }
  .work-feature-block-media {
    order: 2; }
  .work-feature-block-text {
    order: 1; }
  .work-feature-block-image {
    max-height: none;
    width: 100%; }
  .product-cards {
    justify-content: center;
    gap: 1rem; } }

/* Small mobile */
@media (max-width: 480px) {
  .hero-buttons {
    flex-direction: column;
    width: 100%; }
  .hero-buttons .button {
    width: 100%; } }
