.elementor-kit-12{--e-global-color-primary:#222222;--e-global-color-secondary:#222222;--e-global-color-text:#575757;--e-global-color-accent:#222222;--e-global-color-efd00e9:#F5F2EB;--e-global-typography-primary-font-family:"Goudy Titling";--e-global-typography-primary-font-weight:500;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-letter-spacing:1px;--e-global-typography-primary-word-spacing:2px;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-12 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;
}

p {
  margin-bottom: 8px; 
}


.elementor-widget-text-editor p:last-child{ margin-bottom:0px;}

.hero-wrap{
    height:180vh;
    position:relative;
}

.hero-sticky{
    position:sticky;
    top:0;
    height:100vh;
    z-index:1;
    overflow:visible;
}

.hero-slide{
    transform-origin:center center;
    will-change:transform;
}

.next-section{
    position:relative;
    z-index:2;
    margin-top:-80vh;
    background:#F6F1EC;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Goudy Titling';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://photography.inmotiondemos.in/wp-content/uploads/2025/11/Goudy-Titling-W05-Regular.eot');
	src: url('https://photography.inmotiondemos.in/wp-content/uploads/2025/11/Goudy-Titling-W05-Regular.eot?#iefix') format('embedded-opentype'),
		url('https://photography.inmotiondemos.in/wp-content/uploads/2025/11/Goudy-Titling-W05-Regular.woff2') format('woff2'),
		url('https://photography.inmotiondemos.in/wp-content/uploads/2025/11/Goudy-Titling-W05-Regular.woff') format('woff'),
		url('https://photography.inmotiondemos.in/wp-content/uploads/2025/11/Goudy-Titling-W05-Regular.ttf') format('truetype'),
		url('https://photography.inmotiondemos.in/wp-content/uploads/2025/11/Goudy-Titling-W05-Regular.svg#GoudyTitling') format('svg');
}
/* End Custom Fonts CSS */