.elementor-kit-6{--e-global-color-primary:#4934F8;--e-global-color-secondary:#141414;--e-global-color-text:#7A7A7A;--e-global-color-accent:#F4F4F4;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-family:"Figtree", Sans-serif;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#0044FF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:16px;}.elementor-element{--widgets-spacing:16px 16px;--widgets-spacing-row:16px;--widgets-spacing-column:16px;}{}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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --text-primary:#171717; --text-secondary:#3b3b3b; --text-accent:#6b6b6b; --text-muted:#949494; --text-inverted:#f9f9f9; --color-primary:#171717; --color-primary-hover:#262626; --color-accent:#0044ff; --color-light:#f0f7ff; --bg-primary-light:#ffffff; --bg-secondary-light:#fafafa; --bg-foreground-light:#f2f2f2; --bg-primary-dark:#0a0a0a; --bg-secondary-dark:#0c0c0c; --color-border:#e5e7eb; }
/* Start custom CSS *//* Global: avoid accidental overflow */
html, body {
  overflow-x: hidden;           /* clip any stray width */
  max-width: 100%;
}

/* Stop horizontal overscroll chaining on modern browsers (incl. iOS 16+) */
html, body {
  overscroll-behavior-x: none;  /* no rubber-band horizontally */
}

/* Tell the browser we only allow vertical panning (stops horizontal flick) */
html, body {
  touch-action: pan-y;          /* still allows vertical scroll, pinch-zoom, etc. */
}

@media (max-width: 1024px) {
  #book-demo-button {
    display: none;
  }
}


/* Noise effect for images */

.noisy-image {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.noisy-image img {
  display: block;
  width: 100%;
  height: auto;
}

.noisy-image::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.20;
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'>\
<filter id='n'>\
<feTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='1' stitchTiles='stitch'/>\
</filter>\
<rect width='100%' height='100%' filter='url(%23n)'/>\
</svg>");
  background-size: 140px 140px;
  mix-blend-mode: soft-light;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Figtree';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://ardion.io/wp-content/uploads/2026/03/figtree-400.woff2') format('woff2');
}
@font-face {
	font-family: 'Figtree';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://ardion.io/wp-content/uploads/2026/03/figtree-500.woff2') format('woff2');
}
@font-face {
	font-family: 'Figtree';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://ardion.io/wp-content/uploads/2026/03/figtree-600.woff2') format('woff2');
}
/* End Custom Fonts CSS */