.elementor-kit-6{--e-global-color-primary:#E30613;--e-global-color-secondary:#000000;--e-global-color-text:#575756;--e-global-color-accent:#E30613;--e-global-color-e8c46e7:#FFFFFF;--e-global-color-60ac26d:#CFCFCF;--e-global-color-a03539c:#9D0117;--e-global-typography-primary-font-family:"Nulshock";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Nulshock";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.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);}.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;}}
/* Start custom CSS *//* Keeping the original fade 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,30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}

/* Optimized animations for non-fade effects */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translate3d(0, 30px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translate3d(30px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 30px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -30px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes zoomOut {
    from {
        opacity: 0;
        transform: scale(1.2);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

/* Apply animations */
.elementor-element.zoomIn {
    animation-name: zoomIn;
}

.elementor-element.zoomOut {
    animation-name: zoomOut;
}

.elementor-element.slideIn {
    animation-name: slideIn;
}

.elementor-element.slideInLeft {
    animation-name: slideInLeft;
}

.elementor-element.slideInRight {
    animation-name: slideInRight;
}

.elementor-element.slideInUp {
    animation-name: slideInUp;
}

.elementor-element.slideInDown {
    animation-name: slideInDown;
}

/* Apply general settings to animations */
.elementor-element {
    animation-duration: 1s;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Nulshock';
	font-style: normal;
	font-weight: bold;
	font-display: auto;
	src: url('https://voltstream.cm/wp-content/uploads/2026/04/nulshock-bd-2.woff2') format('woff2');
}
/* End Custom Fonts CSS */