.elementor-kit-7{--e-global-color-primary:#BE1E2D;--e-global-color-secondary:#A80010;--e-global-color-text:#000000;--e-global-color-accent:#FFDE59;--e-global-color-05e800e:#FFF3F3;--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:"Poppins", Sans-serif;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{font-family:"Poppins", Sans-serif;}.elementor-kit-7 h1{color:#BE1E2D;font-family:"ibrand", Sans-serif;}.elementor-kit-7 h2{color:#BE1E2D;font-family:"ibrand", Sans-serif;}.elementor-kit-7 h3{font-family:"Lazy_dog", Sans-serif;}.elementor-kit-7 h4{font-family:"ibrand", Sans-serif;}.elementor-kit-7 h5{font-family:"ibrand", Sans-serif;}.elementor-kit-7 h6{font-family:"ibrand", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.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);}@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;}}/* Start custom CSS *//* Marquee animation for scrolling content */
.marquee-content .elementor-widget-container {
   display: flex;
   width: 5000px; /* Large width for continuous scrolling */
   transform: translateX(0);
   animation: marquee 30s linear infinite;
   white-space: nowrap;
   will-change: transform;
}
/* Stroke effect on text within icon lists */
.marquee-content .elementor-icon-list-text {
   -webkit-text-stroke: 1px #02050a;
}
/* Keyframes for marquee animation */
@keyframes marquee {
   100% { transform: translateX(-2000px); } /* Move content left */
}
/* Reverse marquee animation for right-to-left scrolling */
.marquee-right .elementor-widget-container {
   animation: marquee-right 30s linear infinite;
   transform: translateX(0);
}
@keyframes marquee-right {
   100% { transform: translateX(2000px); } /* Move content right */
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'ibrand';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://alexpackaging.com.au/wp-content/uploads/2025/01/ibrand.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Lazy_dog';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://alexpackaging.com.au/wp-content/uploads/2025/01/lazy_dog.ttf') format('truetype');
}
/* End Custom Fonts CSS */