.elementor-kit-8{--e-global-color-primary:#000000;--e-global-color-secondary:#D7231C;--e-global-color-text:#525252;--e-global-color-accent:#FFFFFF;--e-global-color-88e2c35:#FFFFFFC7;--e-global-typography-primary-font-family:"ELY";--e-global-typography-primary-font-weight:500;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:bold;--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;color:var( --e-global-color-text );font-family:"Roboto", Sans-serif;font-size:18px;font-weight:300;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:var( --e-global-color-secondary );font-family:"ELY", Sans-serif;font-size:20px;font-weight:500;border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-secondary );border-radius:50px 50px 50px 50px;}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:#D7231C00;color:var( --e-global-color-accent );}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 a{color:var( --e-global-color-secondary );}.elementor-kit-8 a:hover{color:#FF534C;}.elementor-kit-8 h1{color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;font-size:2.5em;font-weight:bold;}.elementor-kit-8 h2{color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;font-size:2em;font-weight:bold;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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:1023px){.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;}}/* Start custom CSS *//* GENERAL */

p:last-of-type {
    margin-bottom: 0;
}

[data-elementor-type="wp-page"] {
    ul {
        margin: 1rem 0;
        padding-left: 2rem;
        
        li {
            margin: 1rem 0;
            
            &::marker {
                color: var(--e-global-color-primary);
            }
            
            ul li {
                margin: 0.5rem 0;
            }
        }
    }
}

.elementor-widget-container {
    ul {
        &:first-child {
            margin-top: 0;
            
            li:first-child {
                margin-top: 0;
            }
        }
        
        &:last-child {
            margin-bottom: 0;
            
            li:last-child {
                margin-bottom: 0;
            }
        }
    }
}
@media (min-width: 1400px) {
	.parallax,
	.parallax > .elementor-background-overlay {
		background-attachment: fixed !important;
	}
}


/* ANIMATIONS */

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,50px,0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}
.logo-carousel img {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.logo-carousel img:hover {
  filter: grayscale(0%);
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'ELY';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://www.novaglass.bluetimeproduction.be/wp-content/uploads/2025/09/elyrounded-medium.eot');
	src: url('https://www.novaglass.bluetimeproduction.be/wp-content/uploads/2025/09/elyrounded-medium.eot?#iefix') format('embedded-opentype'),
		url('https://www.novaglass.bluetimeproduction.be/wp-content/uploads/2025/09/elyrounded-medium.woff2') format('woff2'),
		url('https://www.novaglass.bluetimeproduction.be/wp-content/uploads/2025/09/elyrounded-medium.woff') format('woff'),
		url('https://www.novaglass.bluetimeproduction.be/wp-content/uploads/2025/09/elyrounded-medium.ttf') format('truetype'),
		url('https://www.novaglass.bluetimeproduction.be/wp-content/uploads/2025/09/elyrounded-medium.svg#ELY') format('svg');
}
/* End Custom Fonts CSS */