/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://elementor.com/
 Description:  Child theme voor Hello Elementor
 Author:       Jouw Naam
 Template:     hello-elementor
 Version:      1.0.0
*/


h1, h2, h3, h4,p,.footer-txt,.contact-txt {
  font-family: 'Titillium Web', sans-serif!important;
}

.prefooter-txt {font-family: 'Titillium Web', sans-serif!important;}
.prefooter-txt span {font-size:60px;}
.link-style {text-decoration:underline;}
.form-title span {font-size:25px!important;}
.metform-btn {box-shadow:none!important;font-family: 'Titillium Web', sans-serif!important;font-weight:600!important;}
.voorwaarden-txt p a{color:#474747!important;}
.grecaptcha-badge {
    visibility: hidden !important;
}


/* Archivo Fonts */

/* Thin */
@font-face {
    font-family: 'Archivo';
    src: url('Fonts/Archivo-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo';
    src: url('Fonts/Archivo-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
}

/* ExtraLight */
@font-face {
    font-family: 'Archivo';
    src: url('Fonts/Archivo-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo';
    src: url('Fonts/Archivo-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

/* Light */
@font-face {
    font-family: 'Archivo';
    src: url('Fonts/Archivo-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo';
    src: url('Fonts/Archivo-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

/* Regular */
@font-face {
    font-family: 'Archivo';
    src: url('Fonts/Archivo-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo';
    src: url('Fonts/Archivo-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

/* Medium */
@font-face {
    font-family: 'Archivo';
    src: url('Fonts/Archivo-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo';
    src: url('Fonts/Archivo-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

/* SemiBold */
@font-face {
    font-family: 'Archivo';
    src: url('Fonts/Archivo-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo';
    src: url('Fonts/Archivo-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}

/* Bold */
@font-face {
    font-family: 'Archivo';
    src: url('Fonts/Archivo-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo';
    src: url('Fonts/Archivo-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

/* ExtraBold */
@font-face {
    font-family: 'Archivo';
    src: url('Fonts/Archivo-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo';
    src: url('Fonts/Archivo-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}

/* Black */
@font-face {
    font-family: 'Archivo';
    src: url('Fonts/Archivo-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Archivo';
    src: url('Fonts/Archivo-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}



.hfe-nav-menu__layout-horizontal li a{font-family: 'Archivo'!important;text-transform: uppercase;}
.box-diensten {box-shadow: 0px 0px 15px #0000001F;}

#btn-1,#btn-2 {font-family: 'Archivo'!important;}
#btn-2 .elementor-button-text {
  position: relative;
  display: inline-block;
}

#btn-2 .elementor-button-text::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 0;
  height: 1px;
  background: #fff;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

#btn-2:hover .elementor-button-text::after {
  width: 100%;
}

#btn-2 .elementor-button-icon svg {
  animation: moveArrow 2s ease-in-out infinite;
}

@keyframes moveArrow {
  0%   { transform: translateX(0); }
  50%  { transform: translateX(4px); }  /* pijltje schuift 4px naar rechts */
  100% { transform: translateX(0); }
}


.my-animated-line {
  display: block;
  width: 0;
  height: 2px;
/*   background: #fff;  */
  animation: growLine 1.2s ease-out forwards;
}

@keyframes growLine {
  from { width: 0; }
  to   { width: 100%; }
}

/* Voor MacBooks 13-inch tot 16-inch */
@media (min-width: 1280px) and (max-width: 1792px) {
.menu-totaal,.mac-width{
    padding-left: 5%;
    padding-right: 5%;
  }
}


/* Whatsapp button */
.whatsapp-container {
  position: fixed;
  bottom: 25px;
  right: 60px;
  z-index: 10000;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 10px;
    font-family: 'Titillium Web', sans-serif!important;
transform: scale(1.3);
}

.whatsapp-button {
  padding: 12px;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  transition: transform 0.2s ease;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.whatsapp-button:hover {
  transform: scale(1.1);
}

.whatsapp-button img {
  display: block;
}

.whatsapp-chatbubble {
  background-color: white;
  color: #333;
  padding: 10px 14px;
  border-radius: 18px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2)!important;
  font-size: 14px;
  max-width: 260px;
  white-space: nowrap;
  text-decoration: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.6s ease;
}

.whatsapp-container:hover .whatsapp-chatbubble {
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* Toon bubble na delay */
.whatsapp-chatbubble.show {
  opacity: 1;
  pointer-events: auto;
}

/* MOBILE */

@media (max-width: 600px) {
  .prefooter-txt span {font-size:40px;}
	.whatsapp-chatbubble {transform: scale(0.7);position:relative;right:-45px;}
	.whatsapp-container {right:45px;}
	.form-title span {font-size:20px!important;}
}
