.elementor-kit-5{--e-global-color-primary:#1F242E;--e-global-color-secondary:#FFFEFE;--e-global-color-text:#989792;--e-global-color-accent:#EC1D25;--e-global-color-4dd1337:#B2B0A8;--e-global-color-e842a0a:#D11219;--e-global-color-693a379:#E3E1D6;--e-global-color-5873e9b:#EEEDE4;--e-global-color-f19cf9e:#FAF9F4;--e-global-color-b679eb0:#251A17;--e-global-color-697afb1:#B8BCC4;--e-global-typography-primary-font-family:"Lexend";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Lexend";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Work Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-f19cf9e );font-family:"Work Sans", Sans-serif;font-size:16px;font-weight:400;line-height:1.625em;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-accent );}.elementor-kit-5 a:hover{color:var( --e-global-color-e842a0a );}.elementor-kit-5 h1{font-family:"Lexend", Sans-serif;font-size:clamp(36px, calc(36px + 21 * ((100vw - 766px) / 674)), 57px);font-weight:500;line-height:1.1052em;letter-spacing:-0.02em;}.elementor-kit-5 h2{font-family:"Lexend", Sans-serif;font-size:clamp(31px, calc(31px + 16 * ((100vw - 766px) / 674)), 47px);font-weight:500;line-height:1.1276em;}.elementor-kit-5 h3{font-family:"Lexend", Sans-serif;font-size:clamp(26px, calc(26px + 9 * ((100vw - 766px) / 674)), 35px);font-weight:500;line-height:1.1142em;}.elementor-kit-5 h4{font-family:"Lexend", Sans-serif;font-size:clamp(23px, calc(23px + 5 * ((100vw - 766px) / 674)), 28px);font-weight:500;}.elementor-kit-5 h5{font-family:"Lexend", Sans-serif;font-size:clamp(19px, calc(19px + 4 * ((100vw - 766px) / 674)), 23px);font-weight:500;line-height:1.2174em;}.elementor-kit-5 h6{font-family:"Lexend", Sans-serif;font-size:clamp(17px, calc(17px + 2 * ((100vw - 766px) / 674)), 19px);font-weight:500;line-height:1.2632em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1290px;}.e-con{--container-max-width:1290px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:30px;}.elementor-element{--widgets-spacing:30px 30px;--widgets-spacing-row:30px;--widgets-spacing-column:30px;}{}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:1279px){.elementor-kit-5{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:765px){.elementor-kit-5{font-size:15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@keyframes FadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 60px, 0); /* Less movement than default */
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.elementor-element.animated.fadeInUp {
  animation-name: FadeInUp !important; /* Ensure this takes precedence */
  animation-duration: 1.2s !important;
  animation-fill-mode: both !important;
  animation-timing-function: cubic-bezier(0.25, 0.9, 0.3, 1) !important; /* Motion Science smooth ease */
}

@keyframes FadeInUpMobile {
  from {
    opacity: 0;
    transform: translate3d(0, 60px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (max-width: 767px) {
    .elementor-element.animated.fadeInUp {
    animation-name: FadeInUpMobile !important;
    animation-duration: 1s !important;
    animation-fill-mode: both !important;
    animation-timing-function: ease !important;
  }
}

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

.elementor-icon-wrapper {
line-height: 0;
}
.event-icon svg {
    display: inline-block;
    transform-origin: center;
    animation: glowPopWiggle 1.6s ease-in-out infinite;
}

@keyframes glowPopWiggle {
  0% {
    transform: scale(1) rotate(0deg);
    filter: drop-shadow(0 0 0 rgba(255, 50, 80, 0));
  }
  20% {
    transform: scale(1.22) rotate(-6deg);
    filter: drop-shadow(0 0 10px rgba(255, 50, 80, 0.7));
  }
  40% {
    transform: scale(0.95) rotate(6deg);
    filter: drop-shadow(0 0 12px rgba(255, 50, 80, 0.8));
  }
  60% {
    transform: scale(1.18) rotate(-4deg);
    filter: drop-shadow(0 0 15px rgba(255, 50, 80, 1));
  }
  80% {
    transform: scale(1.05) rotate(3deg);
    filter: drop-shadow(0 0 6px rgba(255, 50, 80, 0.5));
  }
  100% {
    transform: scale(1) rotate(0deg);
    filter: drop-shadow(0 0 0 rgba(255, 50, 80, 0));
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Lexend';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://ekarva.mycloudworkspace.in/wp-content/uploads/2025/11/Lexend-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Lexend';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://ekarva.mycloudworkspace.in/wp-content/uploads/2025/11/Lexend-Medium.woff2') format('woff2');
}
@font-face {
	font-family: 'Lexend';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://ekarva.mycloudworkspace.in/wp-content/uploads/2025/11/Lexend-Light.ttf') format('truetype');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://ekarva.mycloudworkspace.in/wp-content/uploads/2025/11/WorkSans-Regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Work Sans';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://ekarva.mycloudworkspace.in/wp-content/uploads/2025/11/WorkSans-Medium.woff2') format('woff2');
}
/* End Custom Fonts CSS */
