.elementor-kit-8{--e-global-color-primary:#D90D21;--e-global-color-secondary:#FD9637;--e-global-color-text:#3C3C3C;--e-global-color-accent:#D90D21;--e-global-color-eb08417:#212121;--e-global-color-fa7b93b:#FCFCFC;--e-global-color-fe841e1:#D90D21;--e-global-color-941ea0f:#1D4E9E;--e-global-color-3e66274:#FBC707;--e-global-typography-primary-font-family:"Oswald";--e-global-typography-primary-font-size:48px;--e-global-typography-secondary-font-family:"Oswald";--e-global-typography-secondary-font-size:32px;--e-global-typography-text-font-family:"Average";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Average";--e-global-typography-accent-font-weight:500;--e-global-typography-43eea6a-font-family:"Oswald";--e-global-typography-43eea6a-font-size:40px;--e-global-typography-42e7405-font-family:"Average";--e-global-typography-42e7405-font-size:24px;--e-global-typography-42e7405-font-weight:600;--e-global-typography-42e7405-letter-spacing:0.5px;--e-global-typography-0619cbc-font-family:"Average";--e-global-typography-0619cbc-font-size:18px;--e-global-typography-0619cbc-font-weight:600;--e-global-typography-0619cbc-letter-spacing:0.5px;--e-global-typography-c2711a3-font-family:"Average";--e-global-typography-c2711a3-font-size:16px;--e-global-typography-969e4cb-font-family:"Poppins";--e-global-typography-969e4cb-font-size:14px;--e-global-typography-7e56e60-font-family:"Poppins";--e-global-typography-7e56e60-font-size:18px;--e-global-typography-7e56e60-font-weight:500;}.elementor-kit-8 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{padding-inline-end:0px;padding-inline-start:0px;}@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 */body {
  height: 100vh;
  margin: 0;
  background: linear-gradient(135deg, #fff0f0 0%, #f9feff 50%, #f0faff 100%);
  background-size: 400% 400%;
  animation: gradientShift 20s ease infinite;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* --Scrollbar Style-- */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #fff0f0; /* Light track */
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, #ff0000, #ffea00); /* Red to Yellow */
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #ff4500, #ffee00); /* Slightly richer hover */
}

/* Firefox Support */
* {
  scrollbar-width: thin;
  scrollbar-color: #ff0000 #fff0f0;
}
html, body {
  overflow-x: hidden;
  max-width: 100%;
}/* End custom CSS */