.elementor-kit-27{--e-global-color-primary:#F3F3F3;--e-global-color-secondary:#86868B;--e-global-color-text:#86868B;--e-global-color-accent:#F2B618;--e-global-color-a3031cf:#0B0B0B;--e-global-color-f5a66c1:#2D2D2D;--e-global-color-1ea75a9:#999999;--e-global-color-9ee3c4e:#1A1A1A;--e-global-typography-primary-font-family:"SF Pro Display";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"SF Pro Display";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"SF Pro Display";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"SF Pro Display";--e-global-typography-accent-font-weight:500;}.elementor-kit-27 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);}@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 *//*------------------------------------------------*
    Improve Elementor Animations
*------------------------------------------------*/

/*------ Fades: Directional ------*/

/* FadeInDown */
@keyframes kgFadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -12px, 0); /* Less movement than default */
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.elementor-element .animated.fadeInDown {
    animation-name: kgFadeInDown !important; /* Ensure this takes precedence */
}

/* FadeInLeft */
@keyframes kgFadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-12px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.elementor-element .animated.fadeInLeft {
    animation-name: kgFadeInLeft !important;
}

/* FadeInRight */
@keyframes kgFadeInRight {
    from {
        opacity: 0;
        transform: translate3d(12px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.elementor-element .animated.fadeInRight {
    animation-name: kgFadeInRight !important;
}

/* FadeInUp */
@keyframes kgFadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 12px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.elementor-element .animated.fadeInUp {
    animation-name: kgFadeInUp !important;
}

.elementor-widget-text-editor p:last-child{ margin-bottom:0px;}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://hitfame.com/wp-content/uploads/2025/11/SFPRODISPLAYREGULAR.woff') format('woff');
}
@font-face {
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://hitfame.com/wp-content/uploads/2025/11/SFPRODISPLAYMEDIUM.woff') format('woff');
}
@font-face {
	font-family: 'SF Pro Display';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://hitfame.com/wp-content/uploads/2025/11/SFPRODISPLAYBOLD.woff') format('woff');
}
/* End Custom Fonts CSS */