/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* 518px hero, 25 spaties ondertitel */

/* Add your custom styles here */

/*** GLOBAL STYLES ***/

:root {
  --dk-purple: #343274;
  --lg-purple: #4f4d9c;
  --purple: #9a65c9;
  --md-blue: #85c5eb;
  --lg-blue: #e9f4fc;
  --black: #000;
  --gray: #808080;
  --lg-gray: #f7f6fa;
  --white: #fff;
}

/*** UTILITY CLASSES ***/

.hidden {
  visibility: hidden;
  opacity: 0;
}

.none {
  display: none !important;
}

.opacity-02 {
  opacity: 0.2;
}

/*** ANIM CLASSES ***/

.fade-in {
  opacity: 0;
  animation: fadeIn 1s forwards; /* 1s duration, forwards to persist final state */
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* flex */

.flex {
  display: flex;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-column {
  flex-direction: column;
}

/* padding */

.p-l-10 {
  padding-left: 10px;
}

/* clipped corners */

.clip-btm-right {
  clip-path: polygon(0 0, 100% 0, 100% 70%, 80% 100%, 0 100%);
}

.clip-btm-left {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%, 0 70%);
}

.clip-top-left {
  clip-path: polygon(0 30%, 20% 0, 100% 0, 100% 100%, 0 100%);
}

.clip-top-right {
  clip-path: polygon(80% 0, 100% 30%, 100% 100%, 0 100%, 0 0);
}

/* text */

.lg-purple {
  color: var(--lg-purple);
}

.white,
.white a {
  color: var(--white) !important;
}

.white a:hover {
  color: var(--lg-purple) !important;
}

/*** ELEMENT CLASSES ***/

/* ios */

/* body {
  background-image: url("https://wkf.boemagency.be/wp-content/uploads/2025/02/geruite-background_v3_060225.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
} */

.bg-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  /* background-image: url("https://wkfengineering.be/wp-content/uploads/2025/03/geruite-background_v7_180325.png"); */

  background-image: url("https://wkfengineering.be/wp-content/uploads/2025/03/geruite-background_v8_180325.png");

  /* background-image: url("https://wkf.boemagency.be/wp-content/uploads/2025/03/geruite-background_v9_180325_grote_blokken.png"); */
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1; /* Push it behind everything */
  opacity: 0.5;
}

/* chrome & firefox */

/* body {
  background-image: url("https://wkf.boemagency.be/wp-content/uploads/2025/02/geruite-background_v3_060225.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
} */

.def-btn {
  /* display: flex;
  align-items: center;
  justify-content: center; */
  background-color: #f9f9f9;
  color: #000;
  padding: 10px 20px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 16px;
}

.def-btn .fas.fa-chevron-right {
  font-size: 14px;
}

.gradient-font.elementor-widget-heading .elementor-widget-container h2.elementor-heading-title {
  background: linear-gradient(to right, #85c5eb 10%, #4c4e9c 40%, #343274 90%);
  -webkit-background-clip: text !important;
  color: transparent !important; /* Makes the text color transparent so the gradient shows through */
  padding: 5px 0 !important;
}

/* buttons */

span.elementor-button-icon {
  height: 18px;
}

/* home */

.def-btn.hp-hero-btn {
  position: relative;
  bottom: 10px;
  left: 30px;
}

.number-title {
  text-align: center;
  font-family: "Exo 2", Sans-serif;
  font-size: 50px;
  font-weight: 500;
  visibility: hidden;
}

.number-para {
  font-size: 22px;
  visibility: hidden;
}

.number-title.fade-in,
.number-para.fade-in {
  visibility: visible;
}
@media (max-width: 1015px) and (min-width: 768px) {
  /* .elementor-element.elementor-element-530c022 {
    flex-direction: column; 
  } */
  .elementor-element.elementor-element-530c022 {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .elementor-element.elementor-element-530c022 p.number-para,
  .elementor-element.elementor-element-530c022 p.number-title {
    text-align: center;
    width: 120px !important;
  }
}

@media (max-width: 768px) {
  .number-title {
    font-size: 30px;
  }

  .number-para {
    font-size: 16px;
  }
  .hp-hero-title {
    font-size: 30px;
    line-height: 15px;
  }
}

/* values-elem-widget */

.values-elem-widget .elementor-testimonial__text .uitgelicht-title {
  color: var(--black);
  font-size: 25px;
  font-weight: 400;
  padding-top: 1rem;
  text-align: left;
  font-style: normal;
}

.values-elem-widget .swiper-slide {
  height: 360px !important;
  box-sizing: border-box;
  padding: 10px 80px 10px 10px !important;
  text-align: left;
  background-color: var(--white);
  margin: 1px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.06), 0 0px 4px 0 rgba(0, 0, 0, 0.06);
}

.values-elem-widget .swiper-wrapper .elementor-testimonial__content {
  width: 300px;
  text-align: left;
  display: flex;
}

.values-elem-widget .swiper-wrapper .elementor-testimonial__image img {
  object-fit: unset !important;
  width: 120px !important;
}

.values-elem-widget .swiper-wrapper .elementor-testimonial__footer {
  text-align: left;
  margin-bottom: 0 !important;
  justify-content: flex-start !important;
}

@media (max-width: 767px) {
  .values-elem-widget .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 400px) {
  .values-elem-widget .swiper-slide {
    padding: 10px !important;
  }
}

/* about */

/* testimonial slider icons */

/* .elementor-swiper-button.elementor-swiper-button-next::after {
  position: absolute;
  z-index: 10;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  content: url(/wp-content/uploads/2025/01/wkf-testimonial-arrow-right.svg);
}

.elementor-swiper-button.elementor-swiper-button-prev::after {
  position: absolute;
  z-index: 10;
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  content: url(/wp-content/uploads/2025/01/wkf-testimonial-arrow-left.svg);
} */

.elementor-swiper-button.elementor-swiper-button-next {
  z-index: 10;
  width: 20px;
  height: 20px;
  top: unset;
  left: unset;
  background: url("/wp-content/uploads/2025/01/double_chevron_R.svg") no-repeat center center;
  background-size: 12px;
  padding: 1.5rem;
}

.elementor-swiper-button.elementor-swiper-button-prev {
  z-index: 10;
  width: 20px;
  height: 20px;
  top: unset;
  left: unset;
  background: url("/wp-content/uploads/2025/01/double_chevron_L.svg") no-repeat center center;
  background-size: 12px;
  padding: 1.5rem;
}

.elementor-swiper-button.elementor-swiper-button-next::after,
.elementor-swiper-button.elementor-swiper-button-prev::after {
  content: unset;
}

.elementor-swiper-button.elementor-swiper-button-prev,
.elementor-swiper-button.elementor-swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.06), 0 0px 4px 0 rgba(0, 0, 0, 0.06);
  background-color: #edeff5;
  transition: all 0.3s ease-in-out;
}

.elementor-swiper-button.elementor-swiper-button-prev:hover,
.elementor-swiper-button.elementor-swiper-button-next:hover {
  opacity: 1;
  background-color: var(--lg-blue);
  box-shadow: 0;
}

/* .elementor-testimonial--layout-image_right .elementor-testimonial {
  justify-content: center;
} */

/* .elementor-testimonial__content {
  max-width: 350px;
} */

/* over ons */

/* swiper elem */

.elementor-testimonial__content {
  width: 650px;
}

.elementor-testimonial__footer {
  width: 250px;
  text-align: end;
  justify-content: center;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.elementor-866 .elementor-element.elementor-element-84981a4 .swiper-slide[data-swiper-slide-index="4"] .elementor-testimonial__image img {
  height: 120px;
}

.elementor-866 .elementor-element.elementor-element-84981a4 .elementor-testimonial__image img {
  width: 100%;
  height: 165px;
  object-fit: contain;
  border-radius: 0px;
}

.elementor-866 .elementor-element.elementor-element-84981a4 .elementor-testimonial__image img {
  width: 100%;
  height: 165px;
  object-fit: contain;
  border-radius: 0px;
}

/* core values imgs*/
@media (max-width: 1024px) {
  .elementor-element.elementor-element-1b57615.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded img {
    width: 100px;
  }
}

/*tablet & mobile comp */

.elementor-element-979bd2d .elementor-testimonial__image img {
  object-fit: contain;
}

.elementor-element-979bd2d.elementor-testimonial--layout-image_above .elementor-testimonial {
  align-items: center;
}

@media (max-width: 1024px) {
  .elementor-element-979bd2d .elementor-testimonial__text {
    padding: 0 10%;
  }
}

@media (max-width: 768px) {
  .elementor-element-979bd2d .elementor-testimonial__text {
    padding: 0 30%;
  }

  .elementor-element-979bd2d .swiper .elementor-swiper-button-prev {
    top: 75px;
  }

  .elementor-element-979bd2d .swiper .elementor-swiper-button-next {
    top: 75px;
  }
}

/* contact */

/* gform */

#gform_1 input,
#gform_1 #input_1_2,
#gform_1 #input_1_7,
#gform_1 #input_1_8 {
  border: none;
  border-bottom: 0.5px solid lightgray;
  border-radius: 0px;
}

#gform_1 input:not(#input_1_10_1):focus,
#gform_1 #input_1_7:focus,
#gform_1 #input_1_8:focus {
  all: unset;
  width: 100%;
  color: var(--lg-purple);
  border-bottom: 0.5px solid lightgray;
}

#gform_1 #input_1_2:focus,
#gform_1 #input_1_2:active,
#gform_1 #input_1_2:focus-visible {
  margin-bottom: 50px !important;
}

@media (min-width: 769px) {
  #gform_1 #input_1_2 {
    margin-bottom: 50px;
  }
}

#gform_1 input::placeholder,
#gform_1 #input_1_8::placeholder {
  color: var(--lg-purple);
}

#gform_1 #input_1_7 {
  color: var(--lg-purple);
}

.gform_required_legend {
  display: none;
}

#gform_1 .btn--shine .elementor-button {
  display: flex;
  align-items: center;
  gap: 10px;
  border: none;
}

#gform_1 .ginput_container.ginput_container_consent {
  display: flex;
  gap: 10px;
  padding-bottom: 10px;
  color: var(--lg-purple);
}

span.gfield_required.gfield_required_custom {
  display: none !important;
}

#gform_1 .ginput_container.ginput_container_consent a {
  color: var(--lg-purple);
}

p.oblig-gform-txt {
  color: var(--lg-purple);
  font-size: 16px;
}

/* delete footer part with css for contact page */

.page-id-2502 .elementor-element.elementor-element-55c4373.e-con-full.e-flex.e-con.e-child {
  display: none;
}

.page-id-2502 .elementor-element.elementor-element-5212a71.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
  display: none;
}

.page-id-999 .elementor-element.elementor-element-55c4373.e-con-full.e-flex.e-con.e-child {
  display: none;
}

.page-id-999 .elementor-element.elementor-element-5212a71.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded {
  display: none;
}

/* header */

.elementor-element.elementor-element-8997292.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded.elementor-sticky {
  z-index: 99;
}

.elementor-nav-menu .sub-arrow {
  align-items: center;
  display: flex;
  line-height: 1;
  margin-block-end: 0px;
  margin-block-start: 0px;
  padding: 1px;
  padding-inline-end: 0;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-1003 {
  background-color: var(--purple);
  margin-left: 10px;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-1003:hover {
  background-color: var(--lg-purple);
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-1003 .elementor-item::after {
  display: none;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-1003 a {
  color: white !important;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-2523 {
  background-color: var(--purple);
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-2615 {
  background-color: var(--purple);
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-2523:hover {
  background-color: var(--lg-purple);
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-2523 a {
  color: white !important;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-2615 a {
  color: white !important;
}

.underline .wpml-ls-native {
  text-decoration: underline;
  color: var(--dk-purple);
}

/* li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-1003 a:hover {
  color: black !important;
} */

/* add padding to header */

@media (max-width: 1320px) {
  .elementor-element-0af8f92 {
    padding-right: 0.5%;
  }

  .elementor-element-9fa5c4b {
    padding-left: 0.5%;
  }
}

@media (max-width: 1300px) {
  .elementor-element-0af8f92 {
    padding-right: 11px;
  }

  .elementor-element-9fa5c4b {
    padding-left: 11px;
  }
}

/* footer */

.boem-logo-wpr {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 50px;
}

.boem-logo {
  display: inline-block; /* Allows animation */
  position: absolute;
  opacity: 0;
  top: 20px;
  z-index: 10;
}

.flex-logos element-widget-container {
  display: flex;
  align-items: flex-end;
}

@keyframes bounceUp {
  0% {
    transform: translateY(100%); /* Start below */
    opacity: 0;
  }
  70% {
    transform: translateY(-10%); /* Bounce slightly too high */
    opacity: 1;
  }
  100% {
    transform: translateY(0); /* Settle back down */
    opacity: 1;
  }
}

.boem-logo.animate-up {
  animation: bounceUp 0.6s ease-out;
  opacity: 1;
}

.cky-banner-element {
  cursor: pointer;
}

/* .vl-logo {
  right: 25px;
  position: relative;
} */

@media (max-width: 1200px) {
  body .elementor-553 .elementor-element.elementor-element-b03bbba {
    --width: 1000px !important;
  }
}

@media (max-width: 1080px) and (min-width: 1024px) {
  body .elementor-10 .elementor-element.elementor-element-c97b86a {
    --content-width: 100% !important;
  }
}

@media (max-width: 1024px) {
  body .elementor-element-979bd2d .elementor-testimonial__text {
    /* padding: 0; */
    font-size: 16px !important;
  }

  @media (max-width: 768px) {
    body .elementor-location-footer a {
      font-size: 16px;
    }

    body .elementor-location-footer .elementor-element.e-flex.e-con.e-child {
      gap: 10px;
    }

    body .elementor-location-footer .wp-image-230 {
      width: 160px;
    }
  }

  body .elementor-widget-reviews .swiper-slide,
  .elementor-widget-testimonial-carousel .swiper-slide {
    height: inherit;
  }
}

/* certificate slider */

@media (max-width: 1024px) {
  body .elementor-553 .elementor-element.elementor-element-f9dcc61 img.swiper-slide-image {
    width: 150px;
  }

  body .elementor-866 .elementor-element.elementor-element-979bd2d .elementor-testimonial__image img {
    width: 150px;
  }
}

/* shrink h2's on services pages */

@media (max-width: 1024px) {
  body.parent-pageid-513 .elementor-element .elementor-widget-container h2.elementor-heading-title {
    font-size: 38px;
    line-height: normal;
  }

  body.parent-pageid-2488 .elementor-element .elementor-widget-container h2.elementor-heading-title {
    font-size: 38px;
    line-height: normal;
  }

  body.parent-pageid-2489 .elementor-element .elementor-widget-container h2.elementor-heading-title {
    font-size: 38px;
    line-height: normal;
  }

  body.parent-pageid-2491 .elementor-element .elementor-widget-container h2.elementor-heading-title {
    font-size: 38px;
    line-height: normal;
  }
}

/* onze cerificaten */

.elementor-element-b03bbba img {
  width: 100px !important;
}

.elementor-element-b03bbba .elementor-element-2677bb1 img {
  width: 130px !important;
}

.elementor-element-b03bbba .elementor-element-e79020c img {
  width: 140px !important;
}

/* override icons */

.elementor-button-wrapper span.elementor-button-icon {
  height: 15px !important;
}
.elementor-button-wrapper .elementor-button-content-wrapper {
  align-items: center;
}

#gform_fields_1 span.elementor-button-icon {
  height: 15px !important;
}

/* gform_2 */

div#gform_confirmation_message_2 {
  text-align: center;
}

/* adjust text on mobile */

/* highlight-para */
@media (max-width: 768px) {
  /* home  */
  .highlight-para {
    font-size: 18px;
    line-height: 30px;
  }

  .elementor-10 .elementor-element.elementor-element-e32df27 .elementor-testimonial__text {
    font-size: 16px;
  }

  h3.elementor-heading-title.elementor-size-default {
    font-size: 30px !important;
  }
  body.home .elementor-testimonial__text {
    font-size: 16px !important;
  }

  .values-elem-widget .elementor-testimonial__text .uitgelicht-title {
    font-size: 18px !important;
  }
}

/* video header */

.video-header .elementor-widget-video {
  height: 530px;
}

.video-header .elementor-widget-video .e-hosted-video .elementor-video {
  object-fit: contain;
  position: relative;
  bottom: 13%;
}

.video-header .elementor-widget-video {
  height: 530px;
}

@media (max-width: 1311px) {
  .video-header .elementor-widget-video {
    height: 500px;
  }
}

@media (max-width: 1239px) {
  .video-header .elementor-widget-video {
    height: 480px;
  }
}

@media (max-width: 1191px) {
  .video-header .elementor-widget-video {
    height: 440px;
  }
}

@media (max-width: 1095px) {
  .video-header .elementor-widget-video {
    height: 380px;
  }
}

@media (max-width: 951px) {
  .video-header .elementor-widget-video {
    height: 350px;
  }
}

@media (max-width: 879px) {
  .video-header .elementor-widget-video {
    height: 300px;
  }
}


.over-video-hero {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background-color: #000;
  z-index: 1;
  clip-path: polygon(0% 0, 100% 0%, 100% 70%, 85% 100%, 0% 100%, 0 28%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.over-video-hero video.hero-video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
  z-index: 0;
}



.over-video-hero .hero-overlay {
    position: absolute;
    z-index: 2;
    width: 100%;
    text-align: center;
    bottom: 0;
    left: 0;
    transform: translate(3%, -70%);
}

/* .over-video-hero .hero-content {
  max-width: calc(100% - 20px);
  margin: 0 auto;
} */


.custom-video-hero .hero-content {
  padding: 0 10px;
  width: 100%;
  max-width: 1400px; /* or whatever your design container width is */
  margin: 0 auto;
}
.over-video-hero .hero-content h1 {
  color: white;
  font-size: 3rem;
  line-height: 1.2;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
  margin: 0;
}

.over-video-hero .space-filler {
  visibility: hidden;
}

.over-video-hero .header-title {
      text-align: left;

}

@media (max-width: 600px) {
  .over-video-hero .hero-content h1 {
    font-size: 2rem;
  }
}

