/*
	Theme Name: gerflorLS
	Template: hello-elementor
	Theme URI: https://leap.net/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
	Description: gerflorLS is a child theme, based on the Hello Elementor theme that was built specifically to work seamlessly with the Elementor site builder plugin. The Hello Elementor theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
	Author: Developed by Leap, based on work done by the Elementor Team
	Author URI: https://leap.net/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
	Version: 1.1.0
	Stable tag: 1.1.0
	Requires at least: 6.0
	Tested up to: 6.8
	Requires PHP: 7.4
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: gerflorLS
	Tags: accessibility-ready, flexible-header, custom-colors, custom-menu, custom-logo, featured-images, rtl-language-support, threaded-comments, translation-ready,
*/

/* FONTS */
/* ------------------------------------- RESTORE IF NOT LOADING THROUGH THEME!!!
@font-face {
    font-family: 'Inter';
    src: url('assets/fonts/Inter/Inter.woff2') format('truetype-variations');
    font-weight: 100 900; 
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('assets/fonts/Inter/Inter-Italic.woff2') format('truetype-variations');
    font-weight: 100 900; 
    font-style: italic;
    font-display: swap;
}
*/
/* SOCIAL ICONS */
/* -------------------------------------  RESTORE IF NOT LOADING THROUGH THEME!!!
@font-face {
    font-family: 'social-icons';
    src:url('assets/fonts/social/social.eot?5oq4lx');
    src:url('assets/fonts/social/social.eot?5oq4lx#iefix') format('embedded-opentype'),
        url('assets/fonts/social/social.ttf?5oq4lx') format('truetype'),
        url('assets/fonts/social/social.woff?5oq4lx') format('woff'),
        url('assets/fonts/social/social.svg?5oq4lx#social') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/

:root {
    --color-primary: #18163E;
    --color-secondary: #C1573F;
    --color-text: #18163E;
    --color-light: #f8f9fa;
	--color-gray: #FAF9F6;
    --color-warm-gray: #96928E;
    --color-gslate: #332F21;
    --color-accent-gray: #EAE6E3;
	--color-black: #231F20;
	--white: #FFF;
    --black: #000;

	--font-fallback: 'Montserrat', Corbel, 'URW Gothic', source-sans-pro;
	--font-default: 'Inter', var(--font-fallback), sans-serif; 
}

body {
	font-family: var(--font-default);
    color: var(--color-text) !important;
    font-weight: 400;
    font-optical-sizing: auto;  /* lets the browser pick opsz based on font-size */
    background-color: var(--color-gray);
}
body.single-iwf_exhibitor {
    background-color: var(--white);
}
body.theme-dark, .theme-dark {
    background-color: var(--color-black);
}
body.theme-warm, .theme-warm {
    background-color: var(--color-gray);
}
body.theme-light, .theme-light {
    background-color: var(--white);
}
body.theme-brand, .theme-brand {
    background-color: var(--color-primary);
}

.elementor-widget-template.theme-dark, .elementor-widget-template.theme-warm, .elementor-widget-template.theme-light, .elementor-widget-template.theme-brand {
    background-color: transparent !important;
}

.elementor-widget-template.theme-dark p, .elementor-widget-template.theme-dark em, .elementor-widget-template.theme-dark b, .elementor-widget-template.theme-dark i, .elementor-widget-template.theme-dark span, .elementor-widget-template.theme-dark strong, .elementor-widget-template.theme-dark a {
    color: var(--white) !important;
}

.elementor-widget-template.theme-light p, .elementor-widget-template.theme-light em, .elementor-widget-template.theme-light b, .elementor-widget-template.theme-light i, .elementor-widget-template.theme-light span, .elementor-widget-template.theme-light strong, .elementor-widget-template.theme-light a, .elementor-widget-template.theme-brand p, .elementor-widget-template.theme-brand em, .elementor-widget-template.theme-brand b, .elementor-widget-template.theme-brand i, .elementor-widget-template.theme-brand span, .elementor-widget-template.theme-brand strong, .elementor-widget-template.theme-brand a, .elementor-widget-template.theme-warm p, .elementor-widget-template.theme-warm em, .elementor-widget-template.theme-warm b, .elementor-widget-template.theme-warm i, .elementor-widget-template.theme-warm span, .elementor-widget-template.theme-warm strong, .elementor-widget-template.theme-warm a {
    color: var(--color-black) !important;
}

a {
    background-color: transparent;
    color: inherit;
    /*text-decoration: none;*/
    text-decoration-line: underline; /* Ensures the line is present */
    text-underline-offset: 4px; /* Adjusts the space */
    text-decoration-thickness: 2px;
    transition: color 0.5s ease; 
}
a:hover {
    color: var(--color-secondary);
    /*text-decoration: none !important;*/
    text-decoration-line: underline; /* Ensures the line is present */
    text-underline-offset: 4px; /* Adjusts the space */
    text-decoration-thickness: 2px;
}
a:hover span {
    color: var(--color-secondary);
}

a.elementor-button:hover {
    text-decoration-line: none;
}
a.elementor-button:hover span {
    color: inherit;
}

span.a-style, a.a-style, .a-style {
    text-decoration-line: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
    font-weight:700;
    cursor: pointer;
    color: inherit !important;
}
span.a-style:hover, a.a-style:hover, .a-style:hover {
    color: inherit !important;
}

.case-link, a.case-link {
    text-decoration-line: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
    font-weight:700;
    cursor: pointer;
    color: #96928E;
}
.case-link:hover, a.case-link:hover {
    text-decoration-line: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 1px;
    font-weight:700;
    cursor: pointer;
    color: var(--color-secondary);
}

a.elementor-element[data-e-type="container"]:hover, a.elementor-element[data-e-type="container"]:hover * {
    text-decoration-line: none !important;
}
/*
a.elementor-element[data-e-type="container"]:hover .elementor-heading-title {
    color: var(--color-secondary);
}
*/

ul {
    margin-bottom:15px;
}



/* Theme wrapper for a tags */

/* Headings - Desktop */
.elementor-widget-heading .elementor-heading-title {
    font-size: inherit;
    line-height: inherit;
	font-weight: inherit;
}

p {
    font-size: 1rem;      /* 16px */
    line-height: 1.625em;
	font-weight: inherit;
}

.subcallout p, .subcallout {
    font-size: 1.125rem !important;   /* 18px */
    line-height: 1.25em !important;
}
.callout p, .callout {
    font-size: 1.5rem !important;   /* 24px */
    line-height: 1.25em !important;
	font-weight:400;
}

h1, h1.elementor-heading-title {
    font-size: 3.375rem !important;      /* 54px */
    line-height: 1.1em !important;
	font-weight:900;
}

h2, h2.elementor-heading-title {
    font-size: 3rem !important;      /* 48px */
    line-height: 1em !important;
	font-weight:900;
}

h3, h3.elementor-heading-title {
    font-size: 2.25rem !important;   /* 36px */
    line-height: 1.2em !important;
	font-weight:700;
}

h4, h4.elementor-heading-title {
    font-size: 1.75rem !important;   /* 28px */
    line-height: 1.25em !important;
	font-weight:700;
}

.post-title-loop h4.elementor-heading-title {
    font-size: 1.5rem !important;   /* 24px */
    line-height: 1.1em !important;
	font-weight:700 !important;
}

.post-title-loop h4.elementor-heading-title a {
    text-decoration-line: underline; /* Ensures the line is present */
    text-underline-offset: 4px; /* Adjusts the space */
    text-decoration-thickness: 1px;
}

h5 {
    font-size: 1.125rem !important;   /* 18px */
    line-height: 1.25em !important;
}
h5.elementor-heading-title {
    font-size: 1.25rem !important;   /* 20px */
    line-height: 1.3em !important;
}

h6, h6.elementor-heading-title {
    font-size: 1rem !important;      /* 16px */
    line-height: 1.4em !important;
	font-weight:700 !important;
    
}



.micro-text {
    font-size: 0.75rem !important;      /* 12px */
    line-height: 1.4em !important;
    text-transform: uppercase;
}


.reg-mark {
    /*display:inline-block;*/
    font-size: 0.6em;         /* Scale down */
    vertical-align: super;    /* Lift to super position */
    line-height: 0;           /* Prevents changing line height */
    position: relative;       /* For fine-tuning */
    top: -0.2em;              /* Nudge up if necessary */
    font-family: sans-serif;  /* Ensure clean display */
    color:inherit;
}

.text-light, .text-light .elementor-widget-text-editor {
    color: var(--white) !important;
}
.text-dark, .text-dark .elementor-widget-text-editor {
    color: var(--color-black) !important;
}


/* Main Navigation */
.mainnav-logo>a>img {
    width:150px !important;
}

.e-n-menu-content .elementor-icon-list-item>a, .mainnav-logo .e-n-menu-content .elementor-icon-list-item>a:hover, .e-n-menu-item:hover>.e-n-menu-title>a, .e-n-menu-item>.e-n-menu-title>a:hover {
    text-decoration: none;
}

.e-n-menu-content .elementor-icon-list-item>a>.elementor-icon-list-icon svg {
    stroke: var(--color-primary);
    transition: margin-left 0.5s ease-in-out;
}

.e-n-menu-content .elementor-icon-list-item>a:hover>.elementor-icon-list-icon svg {
    stroke: var(--color-secondary) !important;
    margin-left: 2px;
}

.e-n-menu-content .elementor-icon-list-item>a {
     display: block;
}

.e-n-menu-content .elementor-icon-list-item>a::after {
    content: "";
    display: block;
    background-color: var(--color-primary);
    width:50px;
    height:3px;
    margin: 6px 0 4px 0;
    transition: width 0.5s;
}
.e-n-menu-content .elementor-icon-list-item:hover>a::after {
    content: "";
    display: block;
    background-color: var(--color-secondary);
    width:100%;
    height:3px;
    margin: 6px 0 4px 0;
}

/* Mobile Menu */
.gls-linklist > .elementor-icon-list-items > .elementor-icon-list-item > a {
    text-decoration: none;
    display:block;
}
.gls-linklist > .elementor-icon-list-items > .elementor-icon-list-item > a:hover {
    text-decoration: none;
}
.gls-linklist > .elementor-icon-list-items > .elementor-icon-list-item > a::after {
    content: "";
    display: block;
    background-color: var(--color-primary);
    width:50px;
    height:3px;
    margin: 6px 0 4px 0;
    transition: width 0.5s;
}
.gls-linklist > .elementor-icon-list-items > .elementor-icon-list-item:hover > a::after {
    content: "";
    display: block;
    background-color: var(--color-secondary);
    width:100%;
    height:3px;
    margin: 6px 0 4px 0;
}

.dialog-close-button svg {
    fill: var(--color-warm-gray) !important;
    height: .85em;
    width: .85em;
    cursor: pointer;
}

.elementor-popup-modal .dialog-close-button svg {
    height: 1.5em !important;
    width: 1.5em !important;
}



/* Button styles */
/* classes that change styling: body.theme-dark, body.theme-warm, body.theme-light, body.theme-brand */

.elementor-button, .elementor-button.elementor-button-link {
    font-family: var(--font-default) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 32px !important;
    border-radius: 0 !important;
    padding: 8px 32px 8px 32px !important;
    min-width:172px !important;
    cursor: pointer;
}

.inline-link > .elementor-button, .inline-link > .elementor-button.elementor-button-link {
    padding: 0px 0px 0px 0px !important;
}
.inline-link .elementor-button-content-wrapper {
    justify-content: start;
}
.btn-primary>a.elementor-button, a.btn-primary {
    background-color: transparent !important;
    color:  var(--color-black) !important;
    border-style: solid !important;
    border-width: 2px 2px 2px 2px !important;
    border-color: var(--color-black) !important;
}
.btn-primary:hover>a.elementor-button, a.btn-primary:hover {
    background-color:  var(--color-black) !important;
    color:  var(--white) !important;
    border-width: 2px 2px 2px 2px !important;
    border-color: var(--color-black) !important;
    text-decoration-line: none !important;
}

.btn-cta>a.elementor-button {
    background-color:  var(--color-primary) !important;
    color:  var(--color-black) !important;
    border-style: solid !important;
    border-width: 2px 2px 2px 2px !important;
    border-color: var(--color-primary) !important;
}
.btn-cta:hover>a.elementor-button {
    background-color:  var(--color-black) !important;
    color:  var(--white) !important;
    border-width: 2px 2px 2px 2px !important;
    border-color: var(--color-black) !important;
    text-decoration-line: none !important;
}

/* Theme wrapper for mainnav cta button */
.btn-secondary>a.elementor-button, .theme-brand #mainnav-grid .btn-cta>a.elementor-button {
    background-color:  var(--color-black) !important;
    color:  var(--white) !important;
    border-style: solid !important;
    border-width: 2px 2px 2px 2px !important;
    border-color: var(--color-black) !important;
}
.btn-secondary:hover>a.elementor-button, .theme-brand #mainnav-grid .btn-cta:hover>a.elementor-button {
    background-color:  var(--white) !important;
    color:  var(--color-black) !important;
    border-width: 2px 2px 2px 2px !important;
    border-color: var(--white) !important;
    text-decoration-line: none !important;
}

.theme-dark.btn-cta:hover>a.elementor-button {
    background-color:  var(--white) !important;
    color:  var(--color-black) !important;
    border-style: solid !important;
    border-width: 2px 2px 2px 2px !important;
    border-color: var(--white) !important;
}

.btn-linelite .elementor-button, .btn-linelite .elementor-button.elementor-button-link {
    color: var(--color-primary);
    border: 0 !important;
    border-radius: 0 !important;
    padding: 8px 0 8px 0 !important;
}

.btn-linelite .elementor-button::after, .btn-linelite .elementor-button.elementor-button-link::after {
    content: "";
    display: block;
    background-color: var(--color-primary);
    width:50px;
    height:3px;
    margin: 4px 0 -8px 0;
    transition: width 1s;
}

.btn-linelite .elementor-button:hover, .btn-linelite .elementor-button.elementor-button-link:hover {
    color: var(--color-secondary);
}

.btn-linelite .elementor-button:hover::after, .btn-linelite .elementor-button.elementor-button-link:hover::after {
    content: "";
    display: block;
    background-color: var(--color-secondary);
    width:100%;
    height:3px;
    margin: 4px 0 -8px 0;
}

.elementor-button-text {
    text-align: left;
    line-height: 1.25;
}




/* SVG Styles */
.svg-stroke-only svg {
    fill:none !important;
}

a.blocklink-primary .svg-stroke-only svg {
    stroke: var(--color-primary);
    transition: margin-right 0.5s ease-in-out; /* Transitions the property over 0.5 seconds */
}

a.blocklink-primary .svg-stroke-only.icon-alt svg {
    stroke: var(--color-warm-gray);
}

a.blocklink-primary .elementor-heading-title {
    color: var(--color-primary);
}

a.blocklink-primary .elementor-heading-title::after {
    content: "";
    display: block;
    background-color: var(--color-primary);
    width:50px;
    height:3px;
    margin: 6px 0 -8px 0;
    transition: width 1s;
}

a.blocklink-primary:hover .svg-stroke-only svg {
    stroke: var(--white) !important;
    margin-right: -8px;
}

a.blocklink-primary:hover .elementor-heading-title {
    color: var(--white) !important;
}

a.blocklink-primary:hover .elementor-heading-title::after {
    content: "";
    display: block;
    background-color: var(--white);
    width:100%;
    height:3px;
    margin: 6px 0 -8px 0;
}
/* a.blocklink-primary:hover .elementor-element[data-e-type="container"] */
a.blocklink-primary:hover {
    background-color: var(--color-primary) !important;
    cursor: pointer;
}

/*
a.blocklink-primary:hover>.elementor-element[data-e-type="container"] {
    background-size: 150%;
    background-position: center center;
}
*/





/*
.btn-primary:hover::after {
    content: "";
    display: block;
    background-color: #C00D0D;
    width:33%;
    height:3px;
    margin:-5px 0 0 16px;
}
.btn-secondary {
    background-color:#1D1D1B;
    border-color:#1D1D1B;
    border-width: 1px;
    color:#FFFFFF;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
     -o-transition: background 0.5s;
    transition: background 0.5s;
}
.btn-secondary:hover {
    background-color:#C00D0D;
    border-color:#C00D0D;
    color:#FFFFFF;
}
*/


.theme-light.btn-secondary.btn-outline:hover>a.elementor-button {
    border-color: var(--color-black) !important;
}
.theme-dark.btn-cta.btn-outline:hover>a.elementor-button {
    border-color: var(--white) !important;
}

.underscored::after {
    content: "";
    display: block;
    background-color: var(--color-primary);
    width:50px;
    height:3px;
    margin: 6px 0 -8px 0;
    transition: width 1s;
}



/* Layout Styles */
.aspect-ratio-1-1 {
    aspect-ratio: 1 / 1;
}
.aspect-ratio-16-9 {
    aspect-ratio: 16 / 9;
}
.aspect-ratio-2-1 {
    aspect-ratio: 2 / 1;
}
.aspect-ratio-3-1 {
    /*aspect-ratio: 3 / 1;*/
    aspect-ratio: 3.25 / 1;
}
.aspect-ratio-50-23 {
    aspect-ratio: 50 / 23;
}
.aspect-ratio-23-16 {
    aspect-ratio: 23 / 16;
}

/* Max-width standards */
.max-480 {
    max-width: 480px !important;
    margin: 0 auto;
}
.max-640 {
    max-width: 640px !important;
    margin: 0 auto;
}
.max-700 {
    max-width: 700px !important;
    margin: 0 auto;
}
.max-900 {
    max-width: 900px !important;
    margin: 0 auto;
}
.max-1000 {
    max-width: 1000px !important;
    margin: 0 auto;
}


/* Carousel Styles */
.swiper-pagination-bullets .swiper-pagination-bullet {
    background: var(--color-white);
    border: solid 1px var(--color-warm-gray);
    width:8px;
    height:8px;
}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--color-warm-gray);
    border: solid 1px var(--color-warm-gray);
}

.swiper-pagination-bullets .swiper-pagination-bullet:hover {
    background: var(--color-secondary);
    border: solid 1px var(--color-secondary);
}

/* Footer */
.footer-logo>a>img {
    width:164px !important;
}

/* Animated Backgrounds */
/* ============================================================
   Canvas background for .bg-* containers
   ============================================================ */

.bg-plexus, .bg-lattice, .bg-grid, .bg-hexagon {
  position: relative;
}

.bg-plexus > #plexus-canvas, .bg-lattice > #lattice-canvas, .bg-grid > #grid-canvas, .bg-hexagon > #hexagon-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none; /* allow clicks to pass through to content */
}

/* Ensure Elementor content sits above the canvas */
.bg-plexus > *:not(#plexus-canvas), .bg-lattice > *:not(#lattice-canvas), .bg-grid > *:not(#grid-canvas), .bg-hexagon > *:not(#hexagon-canvas) {
  position: relative;
  z-index: 1;
}

.dialog-close-button.dialog-lightbox-close-button {
    z-index:10000;
}




/* Complete Solution Interactive Map on Products */
  .ls-map-wrapper {
    max-width: 1290px;
    margin: 0 auto;
  }

  /* The map container — referenced by id #ls-map */
  #ls-map {
    position: relative;
    width: 100%;
    max-width: 1290px;
    margin: 0 auto;
    line-height: 0; /* removes inline-image gap */
  }

  #ls-map img.ls-map-image {
    width: 100%;
    height: auto;
    display: block;
  }

  /* Dot styling */
  .ls-dot {
    position: absolute;
    width: 18px;
    height: 18px;
    margin-left: -9px;  /* center the dot on its coordinate */
    margin-top: -9px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #ffffff;
    box-shadow: 0 0 0 2px rgba(24, 22, 62, 0.25), 0 2px 6px rgba(0,0,0,0.3);
    cursor: pointer;
    padding: 0;
    z-index: 5;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .ls-dot::before {
    content: "";
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .ls-dot:hover,
  .ls-dot.is-active {
    transform: scale(1.15);
    box-shadow: 0 0 0 3px rgba(24, 22, 62, 0.4), 0 2px 8px rgba(0,0,0,0.4);
  }

  .ls-dot:hover::before,
  .ls-dot.is-active::before {
    opacity: 1;
    animation: ls-pulse 1.5s ease-out infinite;
  }

  @keyframes ls-pulse {
    0%   { transform: scale(1); opacity: 0.6; }
    100% { transform: scale(1.8); opacity: 0; }
  }

  /* Connector layer (SVG) */
  .ls-connector {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 4;
    overflow: visible;
  }

  .ls-connector polyline {
    fill: none;
    stroke: #96928E;
    stroke-width: 1;
    stroke-linejoin: miter;
    stroke-linecap: butt;
    opacity: 0;
    transition: opacity 0.4s ease;
  }

  .ls-connector polyline.is-visible {
    opacity: 1;
  }

  /* Info label — the title row sits at the y-coordinate (corner of
     the L), with the rest of the content extending downward. We do
     NOT translateY(-50%) here, because that would center the whole
     box on the corner — which means the line would meet the box
     somewhere in the middle of the product list rather than at the
     title. Instead, JS calculates a small upward offset so the
     title's vertical center aligns with the corner Y. */
  .ls-info {
    position: absolute;
    z-index: 6;
    pointer-events: none;
    opacity: 0;
    width: 220px;
    line-height: 1.4;
    transition: opacity 0.3s ease 0.15s;
    text-align: left;
  }

  .ls-info.is-visible {
    opacity: 1;
    pointer-events: auto;
  }

  .ls-info-title {
    font-family: "Inter", Sans-serif;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #96928E;
    margin: 0 0 4px 0;
  }

  .ls-info-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .ls-info-list li {
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    color: #18163E;
    font-weight: 400;
    line-height: 1.5;
  }

  /* Product links inside the info box. The info box itself has
     pointer-events: none so it doesn't interfere with the dot's
     hover state, but links re-enable pointer events on themselves. */
  .ls-info-link {
    color: #18163E;
    text-decoration: none;
    pointer-events: auto;
    transition: color 0.15s ease;
  }

  .ls-info-link:hover,
  .ls-info-link:focus-visible {
    color: #96928E;
    text-decoration: underline;
  }

  /* Mobile fallback list */
  .ls-mobile-list {
    display: none;
    max-width: 1290px;
    margin: 24px auto 0 auto;
    padding: 0;
    list-style: none;
  }

  .ls-mobile-list > li {
    padding: 16px 0;
    border-bottom: 1px solid #e5e5e5;
  }

  .ls-mobile-list > li:last-child {
    border-bottom: none;
  }

  .ls-mobile-list .ls-info-title {
    margin-bottom: 6px;
  }

  /* Mobile breakpoint */
  @media (max-width: 1145px) {
    .ls-dot,
    .ls-connector,
    .ls-info {
      display: none !important;
    }
    .ls-mobile-list {
      display: block;
    }
  }


/* Form elements */
#ls-contact-form {
    max-width: 768px;
}

input.elementor-field, input[type=text], input[type=tel], input[type=email] {
    font-family: var(--font-default) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 32px !important;
    background-color: #ffffff;
    border-color:  var(--color-text);
    border-radius: 0; /* 10px 10px 10px 10px */
    min-height:50px !important;
}

label, .ls-form label, label.entry__label {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom:4px;
}

.entry__label::after {
    content: attr(data-required);
    font-size: 1em;
    color: var(--color-secondary);
    text-decoration: none;
    word-wrap: break-all;
    word-wrap: break-word;
    display: inline;
}

.entry__choice label span p {
    font-weight: 400;
    line-height:1.125em;
}
.entry__choice label p {
    display: inline
}
.entry__choice {
    padding-left: 1.5em;
    text-indent: -1.5em
}

.entry__choice .checkbox,
.entry__choice .radio-button {
    margin-right: .5em
}

.entry__choice .sib-toggletip {
    text-indent: 0
}

label.entry__error, label.entry__error--primary {
    font-weight:400;
    font-size:1rem;
    color: var(--color-secondary);
    padding-left:15px;
    border-left: solid 3px var(--color-secondary);
    line-height:1;
    margin-top:4px;
    margin-bottom:10px;
}

.form__label-row {
    display:block;
    padding-bottom:8px;
}

.ls-form .form-section {
    /*padding-bottom:30px;
    border-bottom: 1px solid var(--color-warm-gray);*/
    margin-bottom:30px;
}

.ls-form input.elementor-field, .ls-form input[type=text], .ls-form input[type=tel], .ls-form input[type=email] {
    color: var(--color-warm-gray);
    border-color:  var(--color-warm-gray) !important;
    border-radius: 0 !important;
}
.ls-form .elementor-button, .ls-form button {
    background-color:  var(--color-primary) !important;
    color:  var(--color-warm-gray) !important;
    border-style: solid !important;
    border-width: 2px 2px 2px 2px !important;
    border-color: var(--color-primary) !important;
}
.ls-form .elementor-button:hover, .ls-form button:hover {
    background-color:  var(--color-warm-gray) !important;
    color:  var(--color-warm-gray) !important;
    border-width: 2px 2px 2px 2px !important;
    border-color: var(--color-warm-gray) !important;
}

/* Standard syntax for modern browsers */
.ls-form input.elementor-field::placeholder, .ls-form input[type=text], .ls-form input[type=tel], .ls-form input[type=email]::placeholder, #sib-container input::placeholder, #sib-container textarea::placeholder {
    color: var(--color-warm-gray) !important;
    font-weight: 700 !important;
    opacity: 1;
}

.ls-form input.elementor-field::-webkit-input-placeholder, .ls-form input[type=text], .ls-form input[type=tel], .ls-form input[type=email]::-webkit-input-placeholder {
    color: var(--color-warm-gray) !important;
    font-weight: 700 !important;
    opacity: 1;
}

.ls-form input.elementor-field::-moz-placeholder, .ls-form input[type=text], .ls-form input[type=tel], .ls-form input[type=email]::-moz-placeholder {
    color: var(--color-warm-gray) !important;
    font-weight: 700 !important;
    opacity: 1;
}

.ls-form input.elementor-field:-ms-input-placeholder, .ls-form input[type=text], .ls-form input[type=tel], .ls-form input[type=email]:-ms-input-placeholder, #sib-container input:-ms-input-placeholder {
    color: var(--color-warm-gray) !important;
    font-weight: 700 !important;
    opacity: 1;
}

.ls-form .elementor-button-icon {
    margin-left:-8px;
    display: inline;
}

.ls-form button {
    min-width: 180px;
    font-weight: 700 !important;
}


/* Elementor Form Stack */
/* =============================================================
   IWF2026 — Elementor Form Styles v2
   Clean, minimal, elegant. No gradients. No text-shadows.
   Refactored to match .ls-form design intent.
   Includes .theme-dark overrides.
   ============================================================= */

/* -------------------------------------------------------------
   BASE — Inputs
   ------------------------------------------------------------- */

.elementor-form input.elementor-field,
.elementor-form input[type=text],
.elementor-form input[type=tel],
.elementor-form input[type=email],
.elementor-form input[type=url],
.elementor-form input[type=number] {
    font-family: var(--font-default) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 32px !important;
    background-color: var(--white);
    color: var(--color-warm-gray);
    border-color: var(--color-warm-gray);
    border-width: 1px;
    border-style: solid;
    border-radius: 0;
    min-height: 50px !important;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    appearance: none;
    -webkit-appearance: none;
}

.elementor-form input.elementor-field:focus,
.elementor-form input[type=text]:focus,
.elementor-form input[type=tel]:focus,
.elementor-form input[type=email]:focus,
.elementor-form input[type=url]:focus,
.elementor-form input[type=number]:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(var(--color-primary-rgb, 0,0,0), 0.10);
}

/* Placeholders */
.elementor-form input.elementor-field::placeholder,
.elementor-form input[type=text]::placeholder,
.elementor-form input[type=tel]::placeholder,
.elementor-form input[type=email]::placeholder,
.elementor-form input[type=url]::placeholder {
    color: var(--color-warm-gray) !important;
    font-weight: 400 !important;
    opacity: 1;
}

.elementor-form input.elementor-field::-webkit-input-placeholder,
.elementor-form input[type=text]::-webkit-input-placeholder,
.elementor-form input[type=tel]::-webkit-input-placeholder,
.elementor-form input[type=email]::-webkit-input-placeholder {
    color: var(--color-warm-gray) !important;
    font-weight: 400 !important;
    opacity: 1;
}

.elementor-form input.elementor-field::-moz-placeholder,
.elementor-form input[type=text]::-moz-placeholder,
.elementor-form input[type=tel]::-moz-placeholder,
.elementor-form input[type=email]::-moz-placeholder {
    color: var(--color-warm-gray) !important;
    font-weight: 400 !important;
    opacity: 1;
}

/* -------------------------------------------------------------
   TEXTAREA
   ------------------------------------------------------------- */

.elementor-form textarea.elementor-field {
    font-family: var(--font-default) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    background-color: var(--white);
    color: var(--color-warm-gray);
    border: 1px solid var(--color-warm-gray);
    border-radius: 0;
    min-height: 140px;
    padding: 16px 20px;
    width: 100%;
    box-sizing: border-box;
    resize: vertical;
    line-height: 1.6;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    appearance: none;
    -webkit-appearance: none;
}

.elementor-form textarea.elementor-field:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(var(--color-primary-rgb, 0,0,0), 0.10);
}

.elementor-form textarea.elementor-field::placeholder {
    color: var(--color-warm-gray) !important;
    font-weight: 400 !important;
    opacity: 1;
}

/* -------------------------------------------------------------
   SELECT
   ------------------------------------------------------------- */
select {
  /* Hides default arrow in modern browsers */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Required for IE 10+ */
  background: transparent;
}

/* Hides the arrow specifically in Internet Explorer 10/11 */
select::-ms-expand {
  display: none;
}
/* Hide default behavior of Elementor Select Dropdown icon for custom solution */
.select-caret-down-wrapper {
    display:none !important;
}

.elementor-form select.elementor-field,
.elementor-form .elementor-field-select select,
.elementor-form .elementor-field-type-select select.elementor-field-textual.elementor-size-md {
    font-family: var(--font-default) !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    background-color: var(--white);
    color: var(--color-warm-gray);
    border: 1px solid var(--color-warm-gray);
    border-radius: 0;
    min-height: 50px;
    padding: 0 44px 0 20px;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23000000' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.elementor-form select.elementor-field:focus,
.elementor-form .elementor-field-select select:focus,
.elementor-form .elementor-field-type-select select.elementor-field-textual.elementor-size-md:focus {
    outline: none;
    border-color: var(--color-primary);
    box-shadow: 0 0 0 3px rgba(var(--color-primary-rgb, 0,0,0), 0.10);
}

/* -------------------------------------------------------------
   LABELS
   ------------------------------------------------------------- */

.elementor-form label,
.elementor-form .elementor-field-label {
    font-family: var(--font-default);
    font-size: 18px;
    font-weight: 700 !important;
    line-height: 32px;
    margin-bottom: 4px;
    display: block;
    color: var(--color-warm-gray);
}

/* Required asterisk */
.elementor-form .elementor-mark-required .elementor-field-label:after {
    content: " *";
    color: var(--color-secondary);
}

/* -------------------------------------------------------------
   FIELD GROUP SPACING
   ------------------------------------------------------------- */

.elementor-form .elementor-field-group {
    margin-bottom: 16px;
}

/* -------------------------------------------------------------
   CUSTOM RADIO BUTTONS
   30x30px circle, 2px border
   ------------------------------------------------------------- */

.elementor-form .elementor-field-type-radio input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.elementor-form .elementor-field-type-radio .elementor-field-option label {
    position: relative;
    padding-left: 44px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    color: var(--color-warm-gray);
    margin-bottom: 8px;
}

.elementor-form .elementor-field-type-radio .elementor-field-option label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    width: 30px;
    border: 2px solid var(--color-warm-gray);
    background-color: var(--white);
    border-radius: 50%;
    transition: border-color 0.2s ease, background-color 0.2s ease;
    box-sizing: border-box;
}

.elementor-form .elementor-field-type-radio .elementor-field-option label::after {
    content: "";
    position: absolute;
    display: none;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-color: var(--color-primary);
    border-radius: 50%;
}

.elementor-form .elementor-field-type-radio input[type="radio"]:checked + label::before {
    border-color: var(--color-primary);
}

.elementor-form .elementor-field-type-radio input[type="radio"]:checked + label::after {
    display: block;
}

.elementor-form .elementor-field-type-radio input[type="radio"]:focus + label::before {
    box-shadow: 0 0 0 3px rgba(var(--color-primary-rgb, 0,0,0), 0.10);
}

/* -------------------------------------------------------------
   CUSTOM CHECKBOXES — Standard checkbox fields
   30x30px square, 6px border-radius, 2px border
   ------------------------------------------------------------- */

.elementor-form .elementor-field-type-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.elementor-form .elementor-field-type-checkbox .elementor-field-option label {
    position: relative;
    padding-left: 44px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    color: var(--color-warm-gray);
    margin-bottom: 8px;
}

.elementor-form .elementor-field-type-checkbox .elementor-field-option label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    width: 30px;
    border: 2px solid var(--color-warm-gray);
    background-color: var(--white);
    border-radius: 6px;
    transition: border-color 0.2s ease, background-color 0.2s ease;
    box-sizing: border-box;
}

.elementor-form .elementor-field-type-checkbox .elementor-field-option label::after {
    content: "";
    position: absolute;
    display: none;
    left: 10px;
    top: 50%;
    transform: translateY(-60%) rotate(45deg);
    width: 7px;
    height: 13px;
    border: solid var(--white);
    border-width: 0 3px 3px 0;
}

.elementor-form .elementor-field-type-checkbox input[type="checkbox"]:checked + label::before {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.elementor-form .elementor-field-type-checkbox input[type="checkbox"]:checked + label::after {
    display: block;
}

.elementor-form .elementor-field-type-checkbox input[type="checkbox"]:focus + label::before {
    box-shadow: 0 0 0 3px rgba(var(--color-primary-rgb, 0,0,0), 0.10);
}

/* -------------------------------------------------------------
   ACCEPTANCE CHECKBOX — Special case
   Elementor renders this differently: .elementor-acceptance-field
   inside span.elementor-field-option, NOT inside
   .elementor-field-type-checkbox — requires its own selectors
   ------------------------------------------------------------- */

.elementor-form .elementor-field-type-acceptance input[type="checkbox"].elementor-acceptance-field {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.elementor-form .elementor-field-type-acceptance .elementor-field-option label {
    position: relative;
    padding-left: 44px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
    color: var(--color-warm-gray);
}

/* Acceptance checkbox box */
.elementor-form .elementor-field-type-acceptance .elementor-field-option label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 30px;
    width: 30px;
    border: 2px solid var(--color-warm-gray);
    background-color: var(--white);
    border-radius: 6px;
    transition: border-color 0.2s ease, background-color 0.2s ease;
    box-sizing: border-box;
}

/* Acceptance checkmark */
.elementor-form .elementor-field-type-acceptance .elementor-field-option label::after {
    content: "";
    position: absolute;
    display: none;
    left: 10px;
    top: 50%;
    transform: translateY(-60%) rotate(45deg);
    width: 7px;
    height: 13px;
    border: solid var(--white);
    border-width: 0 3px 3px 0;
}

.elementor-form .elementor-field-type-acceptance input[type="checkbox"]:checked + label::before {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.elementor-form .elementor-field-type-acceptance input[type="checkbox"]:checked + label::after {
    display: block;
}

.elementor-form .elementor-field-type-acceptance input[type="checkbox"]:focus + label::before {
    box-shadow: 0 0 0 3px rgba(var(--color-primary-rgb, 0,0,0), 0.10);
}

/* -------------------------------------------------------------
   SUBMIT BUTTON
   ------------------------------------------------------------- */

.elementor-form .elementor-button,
.elementor-form button[type="submit"] {
    font-family: var(--font-default) !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    min-width: 180px;
    min-height: 50px;
    border-radius: 0;
    background-color: var(--color-primary) !important;
    color: var(--white) !important;
    border-style: solid !important;
    border-width: 2px !important;
    border-color: var(--color-primary) !important;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    letter-spacing: 0.02em;
}

.elementor-form .elementor-button:hover,
.elementor-form button[type="submit"]:hover {
    background-color: var(--white) !important;
    color: var(--color-primary) !important;
    border-color: var(--color-primary) !important;
}

.elementor-form .elementor-button-icon {
    margin-left: -8px;
    display: inline;
}

/* -------------------------------------------------------------
   FORM MESSAGES
   ------------------------------------------------------------- */

.elementor-form .elementor-message {
    font-family: var(--font-default);
    font-size: 0.9rem;
    font-weight: 600;
    padding: 12px 20px;
    border-radius: 0;
    margin-top: 12px;
    border: 1px solid transparent;
}

.elementor-form .elementor-message.elementor-message-success {
    background-color: #f0fdf4;
    color: #166534;
    border-color: #bbf7d0;
}

.elementor-form .elementor-message.elementor-message-danger {
    background-color: #fef2f2;
    color: #991b1b;
    border-color: #fecaca;
}

.elementor-form .elementor-field-group .elementor-message {
    font-size: 0.8rem;
    padding: 6px 16px;
    margin-top: 6px;
    border-radius: 20px;
}






/* Media Queries */
@media (max-width: 1300px) {
    .mainnav-logo {
        max-width:200px !important;
    }
}
/* Tablet - 1024px and below */
@media (max-width: 1024px) {
    .callout p, .callout {
        font-size: 1.5rem !important;   /* 24px */
        line-height: 1.1em !important;
    }

    h1, h1.elementor-heading-title {
        font-size: 2.5rem !important;      /* 40px */
        line-height: 1.125em !important;
    }

    h2, h2.elementor-heading-title {
        font-size: 2.25rem !important;    /* 36px */
        line-height: 1.2em !important;
    }

    h3, h3.elementor-heading-title {
        font-size: 2rem !important;      /* 32px */
        line-height: 1.2em !important;
    }

    h4, h4.elementor-heading-title {
        font-size: 1.5rem !important;    /* 24px */
        line-height: 1.25em !important;
    }

    h5, h5.elementor-heading-title {
        font-size: 1.125rem !important;  /* 18px */
        line-height: 1.35em !important;
    }

    h6, h6.elementor-heading-title {
        font-size: 1rem !important;      /* 16px */
        line-height: 1.4em !important;
    }
}

/* Mobile - 767px and below */
@media (max-width: 767px) {
    a {
         overflow-wrap: break-word !important;
    }
    
    .callout p, .callout {
        font-size: 1.25rem !important;   /* 24px */
        line-height: 1.1em !important;
    }

    h1, h1.elementor-heading-title {
        font-size: 2.25rem !important;   /* 36px */
        line-height: 1.2em !important;
    }

    h2, h2.elementor-heading-title {
        font-size: 1.875rem !important;  /* 30px */
        line-height: 1.2em !important;
    }

    h3, h3.elementor-heading-title {
        font-size: 1.5rem !important;    /* 24px */
        line-height: 1.25em !important;
    }

    h4, h4.elementor-heading-title {
        font-size: 1.25rem !important;   /* 20px */
        line-height: 1.3em !important;
    }

    h5, h5.elementor-heading-title {
        font-size: 1.125rem !important;  /* 18px */
        line-height: 1.35em !important;
    }

    h6, h6.elementor-heading-title {
        font-size: 1rem !important;      /* 16px */
        line-height: 1.4em !important;
    }

    /* Make buttons 100% width on mobile */
    .elementor-widget-button, .elementor-widget-button .elementor-button, .elementor-widget-button .elementor-button.elementor-button-link {
        width:100%;
    }

    header .elementor-widget-button, header .elementor-widget-button .elementor-button, header .elementor-widget-button .elementor-button.elementor-button-link {
        width:auto;
        max-width:0;
    }
    

    .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item.elementor-inline-item {
        padding:8px 0;
    }

    .icon-stats .elementor-counter {
        max-width:200px;
    }

    .icon-stats .elementor-counter>.elementor-counter-number-wrapper>.elementor-counter-number {
        font-size: 68px !important;
        margin-top: 10px;
    }

    /* Fix Elementor Animated Headline widget */
    .elementor-headline-dynamic-wrapper {
        /*white-space: normal !important;
        word-break: break-word !important;*/
        max-width: 100% !important;
    }
    /*.elementor-headline-dynamic-wrapper, .elementor-headline-dynamic-text {
        display: inline !important;
        white-space: normal !important;
    }*/
    .elementor-widget-animated-headline {
        overflow: hidden !important;
    }
}