.elementor-kit-10{--e-global-color-primary:#4E770A;--e-global-color-secondary:#062653;--e-global-color-text:#4B5563;--e-global-color-accent:#61CE70;--e-global-color-f7b459c:#FFFFFF;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-weight:500;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--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: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:768px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Lenis Smooth Scroll Styles */
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/* Custom scrollbar styling */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f5f9;
}

::-webkit-scrollbar-thumb {
  background: #4e770a;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #062653;
}

/* Remove default smooth scrolling */
html {
  scroll-behavior: auto;
}





/* Custom scrollbar */
::-webkit-scrollbar {
  width: 10px;
  border-radius: 10px; /* Round the scrollbar edges */
}

::-webkit-scrollbar-track {
  background: rgb(241, 245, 249);
  border-radius: 10px; /* Round the track edges */
}

::-webkit-scrollbar-thumb {
  background: #4e770a;
  border-radius: 10px; /* Round the thumb edges */
}

::-webkit-scrollbar-thumb:hover {
  background: #062653;
}

/* For Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #4e770a rgb(241, 245, 249);
}




.gradient-text {
  background: linear-gradient(to right, #4e770a, #062653);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* Global CSS class for the animation */
.container-animation {
    animation-name: sgAnimUpDown;
    -webkit-animation-name: sgAnimUpDown;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    -webkit-animation-duration: 3s;
}

/* Keyframes for the animation */
@keyframes sgAnimUpDown {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}/* End custom CSS */