:root {
  --site-background: #a4be5c;
  --site-text: #e6db74;
  --site-ink: #020101;
  --site-link: #4682b4;
  --site-content-width: 1280px;
  --site-header-breakpoint: 922px;
  --e-global-color-astglobalcolor0: #2fcbef;
  --e-global-color-astglobalcolor6: #e6db74;
  --e-global-typography-primary-font-family: "Roboto";
  --e-global-typography-primary-font-weight: 600;
  --e-global-typography-text-font-family: "Roboto";
  --e-global-typography-text-font-weight: 400;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 100%;
}

body {
  min-height: 100vh;
  margin: 0;
  color: var(--site-text);
  background: var(--site-background) url("https://www.atomisoft.be/wp-content/uploads/2023/03/bg-01.png") top left / auto no-repeat;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.29vw;
  font-weight: 400;
  line-height: 1;
}

body.elementor-kit-68 {
  background-color: var(--site-background);
  background-image: url("https://www.atomisoft.be/wp-content/uploads/2023/03/bg-01.png");
  background-position: top left;
  background-repeat: no-repeat;
}

a {
  color: var(--e-global-color-astglobalcolor0);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1;
}

.elementor-kit-68 h1 { font-size: 8vw; }
.elementor-kit-68 h2 { font-size: 7vw; }
.elementor-kit-68 h3 { font-size: 3.1vw; }
.elementor-kit-68 h4 { font-size: 2.6vw; }
.elementor-kit-68 h5 { font-size: 2vw; }
.elementor-kit-68 h6 { font-size: 1.15vw; }

p {
  margin: 0 0 1.6em;
}

img {
  max-width: 100%;
  height: auto;
}

.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.site-content {
  flex: 1 0 auto;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.site-header {
  position: absolute;
  z-index: 99;
  width: 95%;
  margin-inline: 2.5%;
}

.ast-primary-header-bar {
  position: relative;
}

.site-primary-header-wrap,
.ast-builder-footer-grid-columns {
  display: grid;
  padding-inline: 35px;
}

.site-primary-header-wrap > .ast-builder-grid-row {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  align-items: center;
  column-gap: 20px;
}

.site-header-section,
.ast-flex,
.main-navigation,
.main-header-menu,
.main-header-menu > li,
.main-header-menu .menu-link {
  display: flex;
  align-items: center;
}

.site-header-primary-section-right {
  justify-content: flex-end;
}

.site-logo-img,
.custom-logo-link {
  display: inline-block;
}

.custom-logo {
  width: 500px;
  vertical-align: middle;
}

.main-header-menu {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-header-menu > li {
  position: relative;
  justify-content: center;
  line-height: 80px;
}

.main-header-menu .menu-link {
  height: 80px;
  padding-inline: 17px;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 80px;
  text-decoration: none;
}

.site-below-footer-wrap {
  display: grid;
  padding: 20px 2.5%;
}

.ast-builder-footer-grid-columns {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: flex-start;
  column-gap: 50px;
}

.site-footer p {
  margin: 0;
  color: #000;
}

.ast-footer-html-1 p,
.ast-footer-html-2 p {
  font-size: 11pt;
  line-height: 0.95;
}

.ast-footer-html-1 p {
  transform: translateY(-2px);
}

.ast-footer-html-1 p > span {
  display: block;
}

.ast-footer-html-1 p > span:not(:last-of-type) {
  margin-bottom: 8px;
}

.ast-footer-html-1 p > br {
  display: none;
}

.ast-footer-html-2 p > br,
.ast-footer-html-2 p > span:first-of-type > br {
  display: block;
  margin-bottom: 6px;
  content: "";
}

.ast-container {
  width: 100%;
  max-width: var(--site-content-width);
  margin-inline: auto;
}

.ast-page-builder-template .site-content > .ast-container {
  max-width: none;
  padding: 0;
}

.elementor-section,
.elementor-column,
.elementor-widget-wrap,
.elementor-widget {
  position: relative;
}

.elementor-inner-section {
  width: 100%;
}

.elementor-container {
  display: flex;
  width: 100%;
  margin-inline: auto;
}

.elementor-section-full_width > .elementor-container {
  max-width: none;
}

.elementor-column {
  display: flex;
  min-height: 1px;
}

.elementor-col-100 {
  width: 100%;
}

.elementor-widget-wrap {
  display: flex;
  width: 100%;
  align-content: flex-start;
  flex-wrap: wrap;
}

.elementor-widget {
  width: 100%;
}

.elementor-widget:not(:last-child) {
  margin-block-end: 20px;
}

.elementor-widget-icon-box .elementor-icon-box-wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.elementor-widget-icon-box .elementor-icon-box-content {
  width: 100%;
  flex-grow: 1;
}

.elementor-widget-icon-box .elementor-icon-box-title a {
  color: inherit;
}

.elementor-widget-icon-box .elementor-icon-box-description {
  margin: 0;
}

.elementor-widget-container > :first-child {
  margin-top: 0;
}

.elementor-widget-container > :last-child {
  margin-bottom: 0;
}

.uael-fancy-text-wrap {
  margin: 0;
}

.uael-fancy-text-main,
.uael-fancy-stack,
.uael-typed-main-wrap {
  display: inline;
}

.uael-text-holder {
  display: none;
}

.typed-cursor {
  animation: site-cursor-blink 0.7s infinite;
}

@keyframes site-cursor-blink {
  0%, 45% { opacity: 1; }
  50%, 95% { opacity: 0; }
  100% { opacity: 1; }
}

body.site-menu-open {
  overflow-x: hidden;
}

@media (min-width: 922px) {
  body {
    background-attachment: fixed;
  }

  .site-primary-header-wrap > .ast-builder-grid-row {
    min-height: 116.125px;
  }

  #ast-desktop-header {
    display: block;
  }

  #ast-mobile-header {
    display: none;
  }
}

@media (max-width: 921px) {
  body {
    font-size: 2.5vw;
  }

  .elementor-kit-68 h1 { font-size: 8vw; }
  .elementor-kit-68 h2 { font-size: 7vw; }
  .elementor-kit-68 h3 { font-size: 4.8vw; }
  .elementor-kit-68 h4 { font-size: 4vw; }
  .elementor-kit-68 h5 { font-size: 3.25vw; }
  .elementor-kit-68 h6 { font-size: 2.5vw; }

  #ast-desktop-header {
    display: none;
  }

  #ast-mobile-header {
    display: block;
  }

  #ast-mobile-header .ast-mobile-header-content {
    display: none;
  }

  body.site-menu-open #ast-mobile-header .ast-mobile-header-content {
    display: block;
  }

  .site-header {
    width: calc(100% - 60px);
    margin-inline: 30px;
  }

  #ast-mobile-header .ast-primary-header-bar {
    min-height: 80px;
    line-height: 3;
  }

  #ast-mobile-header .site-primary-header-wrap {
    position: relative;
    padding-inline: 20px;
  }

  #ast-mobile-header .site-primary-header-wrap > .ast-builder-grid-row {
    grid-template-columns: minmax(0, 1fr) auto;
    min-height: 80px;
  }

  #ast-mobile-header .custom-logo {
    width: 100%;
    max-width: 500px;
  }

  #ast-mobile-header .site-logo-img {
    display: block;
    padding-inline: 5px;
  }

  .menu-toggle {
    display: flex;
    width: 49.25px;
    height: 49.25px;
    align-items: center;
    justify-content: center;
    padding: 14.625px;
    border: 0;
    color: var(--e-global-color-astglobalcolor0);
    background: transparent;
  }

  .menu-toggle .mobile-menu-toggle-icon,
  .menu-toggle .ahfb-svg-iconset {
    display: inline-flex;
    align-items: center;
  }

  .menu-toggle .ast-close-svg {
    display: none;
  }

  .menu-toggle.toggled .ast-menu-svg {
    display: none;
  }

  .menu-toggle.toggled .ast-close-svg {
    display: block;
  }

  #ast-mobile-site-navigation:not(.site-menu-is-open) {
    display: none;
  }

  #ast-mobile-site-navigation.site-menu-is-open {
    display: block;
  }

  #ast-mobile-header .ast-builder-menu,
  #ast-mobile-header .main-header-bar-navigation,
  #ast-mobile-header .main-navigation,
  #ast-mobile-header .main-header-menu {
    width: 100%;
  }

  #ast-mobile-header .main-header-menu {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: normal;
    background: #212121;
  }

  #ast-mobile-header .main-header-menu > li {
    width: 100%;
    height: 59.5px;
    align-items: normal;
    justify-content: center;
    background: transparent;
    line-height: 3;
  }

  #ast-mobile-header .main-header-menu .menu-link {
    display: block;
    width: 100%;
    height: 59.5px;
    padding: 0 20px;
    color: var(--site-text);
    background: #212121;
    font-family: "Source Sans Pro", sans-serif;
    font-size: inherit;
    font-weight: 400;
    line-height: 3;
  }

  #ast-mobile-header .main-header-menu .current-menu-item > .menu-link,
  #ast-mobile-header .main-header-menu .current_page_item > .menu-link {
    color: var(--e-global-color-astglobalcolor0);
  }

  .elementor-container {
    flex-wrap: wrap;
  }

  .elementor-column {
    width: 100%;
  }

  .ast-builder-footer-grid-columns {
    grid-template-columns: 1fr;
  }

  .ast-builder-footer-grid-columns > .site-footer-section {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 5vw;
  }

  .elementor-kit-68 h1 { font-size: 12vw; }
  .elementor-kit-68 h2 { font-size: 9.5vw; }
  .elementor-kit-68 h3 { font-size: 8vw; }
  .elementor-kit-68 h4 { font-size: 6.5vw; }
  .elementor-kit-68 h5 { font-size: 5.5vw; }
  .elementor-kit-68 h6 { font-size: 4vw; }
}

/* Contact page */
.elementor-15 .elementor-element-2b9db970 h5.elementor-heading-title {
  font-size: clamp(16px, 1.7vw, 24px);
  line-height: 1.25;
}

@media (max-width: 767px) {
  .elementor-15 .elementor-element-2b9db970 h5.elementor-heading-title {
    font-size: clamp(16px, 4.8vw, 20px);
    line-height: 1.3;
  }
}

/* Services page */
body.page-id-23 #content,
body.page-id-23 #content > .ast-container,
body.page-id-23 #primary,
body.page-id-23 #main,
body.page-id-23 #post-23,
body.page-id-23 #post-23 > .entry-content,
body.page-id-23 .elementor-23,
body.page-id-23 .elementor-23 > .elementor-top-section,
body.page-id-23 .elementor-23 > .elementor-top-section > .elementor-container,
body.page-id-23 .elementor-23 > .elementor-top-section > .elementor-container > .elementor-column {
  width: 100%;
  max-width: none;
  margin-inline: auto;
}

body.page-id-23 .elementor-23 .elementor-widget-wrap,
body.page-id-23 .elementor-23 .elementor-widget,
body.page-id-23 .elementor-23 .elementor-widget-container {
  margin-inline: auto;
}

body.page-id-23 .elementor-23 .elementor-widget-heading,
body.page-id-23 .elementor-23 .elementor-widget-text-editor,
body.page-id-23 .elementor-23 .elementor-widget-uael-fancy-heading,
body.page-id-23 .elementor-23 .elementor-widget-icon-box {
  text-align: center;
}

.elementor-23 .elementor-element.elementor-element-7e754059 > .elementor-container {
  min-height: 50vh;
}

.elementor-23 .elementor-element.elementor-element-1715b66e > .elementor-element-populated {
  margin: 0 4%;
  padding: 10% 0 0;
  border-left: 1px solid var(--e-global-color-astglobalcolor6);
  text-align: center;
}

.elementor-23 .elementor-element.elementor-element-693fabf0 .uael-fancy-heading {
  color: #fff;
  font-family: var(--e-global-typography-primary-font-family), sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-23 .elementor-element.elementor-element-693fabf0 .uael-fancy-text-main {
  color: var(--e-global-color-astglobalcolor0);
}

.elementor-23 .elementor-element.elementor-element-94d052f > .elementor-widget-container {
  padding-inline: 10%;
}

.elementor-23 .elementor-element.elementor-element-94d052f {
  color: #000;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  text-align: center;
}

.elementor-23 .elementor-element.elementor-element-3de88004 {
  border-top: 1px solid transparent;
  background-color: rgba(47, 203, 239, 0);
}

.elementor-23 .elementor-element.elementor-element-32e4645d > .elementor-element-populated {
  margin: 0 4%;
  padding: 6% 0 4%;
  border-left: 1px solid var(--e-global-color-astglobalcolor6);
  text-align: center;
}

.elementor-23 .elementor-element.elementor-element-60f72bd .elementor-heading-title {
  color: #4f4ed5;
  font-family: var(--e-global-typography-primary-font-family), sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
}

.elementor-23 .elementor-element.elementor-element-ac5b686 > .elementor-element-populated {
  padding-inline: 50px;
  text-align: start;
}

.elementor-23 .elementor-element.elementor-element-22c7e22c > .elementor-widget-container {
  padding-inline: 28%;
}

.elementor-23 .elementor-element.elementor-element-22c7e22c .elementor-icon-box-title,
.elementor-23 .elementor-element.elementor-element-22c7e22c .elementor-icon-box-title a {
  font-family: var(--e-global-typography-primary-font-family), sans-serif;
  font-weight: var(--e-global-typography-primary-font-weight);
  text-align: center;
}

@media (max-width: 1024px) {
  .elementor-23 .elementor-element.elementor-element-7e754059 > .elementor-container {
    min-height: 0;
  }

  .elementor-23 .elementor-element.elementor-element-1715b66e > .elementor-element-populated {
    padding-top: 20%;
  }

  .elementor-23 .elementor-element.elementor-element-94d052f > .elementor-widget-container {
    padding-inline: 12%;
  }

  .elementor-23 .elementor-element.elementor-element-32e4645d > .elementor-element-populated {
    padding: 12% 0 8%;
  }

  .elementor-23 .elementor-element.elementor-element-22c7e22c > .elementor-widget-container {
    padding-inline: 24%;
  }
}

@media (max-width: 767px) {
  .elementor-23 .elementor-element.elementor-element-7e754059 > .elementor-container {
    min-height: 0;
  }

  .elementor-23 .elementor-element.elementor-element-1715b66e > .elementor-element-populated,
  .elementor-23 .elementor-element.elementor-element-32e4645d > .elementor-element-populated {
    margin-inline: 8%;
  }

  .elementor-23 .elementor-element.elementor-element-1715b66e > .elementor-element-populated {
    padding-top: 40%;
  }

  .elementor-23 .elementor-element.elementor-element-94d052f > .elementor-widget-container {
    padding: 0 0 0 8%;
  }

  .elementor-23 .elementor-element.elementor-element-32e4645d > .elementor-element-populated {
    padding: 24% 0 16%;
  }

  .elementor-23 .elementor-element.elementor-element-ac5b686 > .elementor-element-populated {
    padding: 0;
  }

  .elementor-23 .elementor-element.elementor-element-22c7e22c > .elementor-widget-container {
    padding-inline: 12%;
  }
}
