.elementor-kit-12{--e-global-color-primary:#1B3A5C;--e-global-color-secondary:#0FA5B5;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-rishi1:rgba(41, 41, 41, 0.9);--e-global-color-rishi2:#292929;--e-global-color-rishi3:#216BDB;--e-global-color-rishi4:#5081F5;--e-global-color-rishi5:#ffffff;--e-global-color-rishi6:#EDF2FE;--e-global-color-rishi7:#e9f1fa;--e-global-color-rishi8:#F9FBFE;--e-global-color-rishi9:var(--paletteColor5);--e-global-color-rishi10:var(--paletteColor5);--e-global-color-rishi11:var(--paletteColor5);--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:500;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:600;}.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);}.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 *//* ===== Scroll-triggered fade animations ===== */

/* Base hidden state for all animated elements */
.animate-up,
.animate-left,
.animate-right,
.animate-scale {
  opacity: 0;
  transition: opacity 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Direction-specific starting positions */
.animate-up    { transform: translateY(40px); }
.animate-left  { transform: translateX(-40px); }
.animate-right { transform: translateX(40px); }
.animate-scale { transform: scale(0.9); }

/* Visible state — added by JS when element enters viewport */
.animate-up.visible,
.animate-left.visible,
.animate-right.visible,
.animate-scale.visible {
  opacity: 1;
  transform: translate(0) scale(1);
}

/* Stagger delays for list items */
.delay-1 { transition-delay: 0.1s; }
.delay-2 { transition-delay: 0.2s; }
.delay-3 { transition-delay: 0.3s; }
.delay-4 { transition-delay: 0.4s; }
.delay-5 { transition-delay: 0.5s; }

/* ===== Hero load animations ===== */
@keyframes fadeSlideUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero-tagline {
  animation: fadeSlideUp 0.6s ease-out 0.3s both;
}
.hero-heading {
  animation: fadeSlideUp 0.8s ease-out 0.5s both;
}
.hero-subtitle {
  animation: fadeSlideUp 0.6s ease-out 0.7s both;
}
.hero-buttons {
  animation: fadeSlideUp 0.6s ease-out 1.1s both;
}

/* ===== Scroll indicator bounce ===== */
@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(10px); }
}
.scroll-indicator {
  animation: bounce 2s infinite;
}/* End custom CSS */
