.elementor-kit-7{--e-global-color-primary:#E0E0E0;--e-global-color-secondary:#F4D204;--e-global-color-text:#000000;--e-global-color-accent:#BFB6A9;--e-global-typography-primary-font-family:"Gravesend Sans";--e-global-typography-primary-font-weight:bold;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"AR One Sans";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"AR One Sans";--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-text-transform:uppercase;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-secondary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-primary-font-size:26px;--e-global-typography-text-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.65em 2.6em 0.65em calc(2em + 16px);
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  border: none;
  background: transparent;
  color: #fff;
  letter-spacing: 0.01em;
  isolation: isolate;
  /*margin-left:-44px;*/
}

/* button shape — z-index: -1 puts it behind the text */
.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #000;
  clip-path: polygon(34px 0%, 100% 0%, 100% 100%, 16px 100%);
  border-radius: 0 100px 100px 0;
  z-index: -1;
  transition: filter 0.15s;
}

/* slice */
.btn::after {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 30px;
  background: #F4D204;
  clip-path: polygon(18px 0%, 30px 0%, 12px 100%, 0px 100%);
  z-index: -1;
  transition: transform 0.18s ease;
  transform: translateX(-3px);
}

.btn:hover::before { filter: brightness(1.6); }
.btn:hover::after  { transform: translateX(-13px); }

/* Hide the Hello Elementor theme's default page title block.
   Reason: on pages where "Hide Title" is not toggled in the Elementor page settings,
   the theme renders <div class="page-header"><h1 class="entry-title">...</h1></div>
   ABOVE the Elementor canvas. That pushes the hero ~72px down and produces a white
   strip behind the fixed/absolute navigation (instead of the yellow hero image).
   Every page on this site designs its own title inside the Elementor hero, so the
   theme-level title block is always redundant. */
main#content > .page-header { display: none; }/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Gravesend Sans';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://svdservices.be/wp-content/uploads/2026/04/GravesendSans-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Gravesend Sans';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://svdservices.be/wp-content/uploads/2026/04/GravesendSans-Bold.ttf') format('truetype');
}
/* End Custom Fonts CSS */