.elementor-kit-6{--e-global-color-primary:#FF0115;--e-global-color-secondary:#090909;--e-global-color-text:#414043;--e-global-color-accent:#FF0115;--e-global-color-6a07a25:#61CE7000;--e-global-color-65fabf3:#FEFEFE;--e-global-color-8953fe4:#B8B8B8;--e-global-typography-primary-font-family:"Futura Medium";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Futura Medium";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Futura Book";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Futura PT";--e-global-typography-accent-font-size:12px;--e-global-typography-accent-font-weight:500;--e-global-typography-d65c0f9-font-family:"Futura PT";--e-global-typography-d65c0f9-font-size:56px;--e-global-typography-d65c0f9-font-weight:700;--e-global-typography-d65c0f9-text-transform:uppercase;--e-global-typography-d65c0f9-line-height:2lh;--e-global-typography-942fa79-font-family:"Futura PT";--e-global-typography-942fa79-font-size:16px;--e-global-typography-942fa79-font-weight:500;--e-global-typography-942fa79-text-transform:uppercase;--e-global-typography-d63922d-font-family:"Futura PT";--e-global-typography-d63922d-font-size:36px;--e-global-typography-d63922d-font-weight:600;--e-global-typography-d63922d-text-transform:uppercase;--e-global-typography-d63922d-line-height:1em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-accent );}.elementor-kit-6 a:hover{color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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-kit-6{--e-global-typography-accent-font-size:10px;--e-global-typography-d65c0f9-font-size:36px;--e-global-typography-d65c0f9-line-height:1em;--e-global-typography-d63922d-font-size:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:20px;--container-default-padding-right:20px;--container-default-padding-bottom:20px;--container-default-padding-left:20px;}}/* Start custom CSS *//* make service box clickable */
.service-box {
  position: relative;
  cursor: pointer;
}
.service-box .service-box-icon .elementor-icon-list-items {
  padding-left: 10px;
  transition: padding-left 0.3s ease;
}
.service-box:hover .service-box-icon .elementor-icon-list-items {
  padding-left: 25px;
}
/* service box hover animation */
.service-box {
    position: relative;
    overflow: hidden;
    transition: color 0.3s ease;
    z-index: 0;
}

.service-box * {
    position: relative;
    z-index: 2;
    transition: color 0.3s ease;
}

.service-box::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background-color: #ff0016;
    transition: height 0.4s ease;
    z-index: 1;
}

.service-box:hover::before {
    height: 100%;
}

.service-box:hover,
.service-box:hover * {
    color: #ffffff !important;
}

.service-box:hover {
    border-color: #ff0016 !important;
}

.service-box {
    transition: color 0.3s ease, box-shadow 0.3s ease;
}

.service-box:hover {
    box-shadow: 0 8px 20px 2px rgba(255, 0, 22, 0.2);
}

/* change background of website */
body {
  background-color: #ffffff;
  background-image:
    linear-gradient(rgba(255,0,22,0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,0,22,0.03) 1px, transparent 1px);
  background-size: 28px 28px;
  background-attachment: fixed;
}

/* rotate icon on hover menu */
.e-n-menu-item .e-n-menu-title .icon-inactive i {
    transition: transform 0.3s ease;
}

.e-n-menu-item.e-open .e-n-menu-title .icon-inactive i,
.e-n-menu-item:hover .e-n-menu-title .icon-inactive i {
    transform: rotate(180deg);
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Futura Medium';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://norriselectrical.com.au/wp-content/uploads/2026/03/FuturaCyrillicMedium.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Futura Book';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://norriselectrical.com.au/wp-content/uploads/2026/03/FuturaCyrillicBook.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Futura PT';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://norriselectrical.com.au/wp-content/uploads/2026/03/FuturaCyrillicBold.ttf') format('truetype');
}
/* End Custom Fonts CSS */