/* Start custom CSS for html, class: .elementor-element-e24bf65 */#content .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100%;
}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 10px 0;
}
.Page-hero {
  background: var(--header-color);
  padding-top: 10px;
}
.Page-hero .container-fluid {
    width: 1320px !important;
}
.member-page.mt-5 {
    margin-bottom: 6rem !important;
}
.member-page img {
  max-width: 400px;
  display: block;
  margin: 0 auto;
}

.member-page h2 {
    font-size: 38px;
}

.korting {
  background: var(--header-color);
}

.korting h3 {
  color: white;
  padding-bottom: 10px;
  font-weight: 600;
}

.korting p {
  margin: 0px;
  color: white;
  font-weight: 500;
}

.discount-price {
  font-size: 14px;
  font-weight: 500;
  color: #fdbe5e;
}

.member-price {
  font-size: 18px;
  font-weight: 800;
}

.members-howitworks img {
  display: block;
  margin: 0 auto;
}

.primary-link {
  background: var(--primary-color);
  box-shadow: var(--box-shadow);
  color: white;
  font-weight: 600;
  border-radius: 4px;
  padding: 15px 20px;
  text-decoration: none;
  transition: all 200ms ease-in-out;
}

.primary-link:hover {
  background-color: var(--car-header-color);
  color: var(--primary-color);
}

.secondary-link {
  background: var(--secondary-color);
  box-shadow: var(--box-shadow);
  color: white;
  font-weight: 600;
  border-radius: 4px;
  padding: 15px 20px;
  text-decoration: none;
  transition: all 200ms ease-in-out;
  display: block;
  margin: 0 auto;
  width: fit-content;
}

.secondary-link:hover {
  background-color: var(--car-header-color);
  color: var(--primary-color);
}


.cards {
  background: #e3e3e3;
}



@media (max-width: 993px) {
  .container {
    padding: 0px;
  }

  .members img {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .row.how {
       display: flex;
    flex-flow: column-reverse;
  }
  img.alignleft,
  img.alignright {
      float: none !important;
  }
}

@media (max-width: 576px) {
  .member-page {
      text-align: center;
  }
  
  .members-howitworks p {
      text-align: left;
  }
  
}
@media (min-width: 468px) {
    .mt-5 .row {
      padding: 0 !important;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d05cfe5 */.card.lift {
  text-decoration: none;
  color: inherit;
}

.card img {
  max-height: 200px;
  overflow: hidden;
  object-fit: cover;
  object-position: 30% 30%;
}

.lift:hover {
  transform: translateY(-0.3333333rem);
  box-shadow: 0 0.5rem 2rem 0, rbg(33 40 50 / 25%);
}

.small {
  color: var(--header-color);
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
}

.price {
  font-size: 18px;
  font-weight: 800;
}

.member-page img {
  max-width: 400px;
  display: block;
  margin: 0 auto;
}


.fleet .card img {
  max-height: 220px;
  object-position: 62% 62%;
}

.High-deck img {
  max-height: 220px;
  object-position: 90% 90%;
}

.primary-link {
  background: var(--primary-color);
  box-shadow: var(--box-shadow);
  color: white;
  font-weight: 600;
  border-radius: 4px;
  padding: 15px 20px;
  text-decoration: none;
  transition: all 200ms ease-in-out;
}

.primary-link:hover {
  background-color: var(--car-header-color);
  color: var(--primary-color);
}

.secondary-link {
  background: var(--secondary-color);
  box-shadow: var(--box-shadow);
  color: white;
  font-weight: 600;
  border-radius: 4px;
  padding: 15px 20px;
  text-decoration: none;
  transition: all 200ms ease-in-out;
  display: block;
  margin: 0 auto;
  width: fit-content;
}

.secondary-link:hover {
  background-color: var(--car-header-color);
  color: var(--primary-color);
}

.services h3 {
  font-size: 38px;
}


@media (max-width: 993px) {

  .container {
    padding: 0px;
  }

  .members img {
    margin-top: 50px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a3d63b5 */.primary-link {
  background: #80c3bc;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  color: white;
  font-weight: 600;
  border-radius: 4px;
  padding: 15px 20px;
  text-decoration: none;
  transition: all 200ms ease-in-out;
  display: block;
  margin: 0 auto;
  max-width: fit-content;
}

.primary-link:hover {
  background-color: #2e8c9d;
  color: #80c3bc;
}/* End custom CSS */