.elementor-kit-6{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#0074F0;--e-global-color-text:#C6C8C9;--e-global-color-accent:#F47737;--e-global-color-b75e8c3:#C8C8C8;--e-global-color-6aebea4:#0D0E13;--e-global-color-b9416ca:#000000;--e-global-color-11eec63:#02050A;--e-global-color-5ce7200:#DFDFDF;--e-global-color-d1a0181:#F47737;--e-global-color-a77ff7b:#4A4A4A;--e-global-color-87d92ab:#1C1D20;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 a{color:#FFFFFF;}.elementor-kit-6 a:hover{color:#FFFFFF;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}@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 */.button-with-hover-effect {
  position: relative;
}

.button-with-hover-effect::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: white;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.button-with-hover-effect:hover::after {
  transform: scaleX(1);
}

.button-with-hover-effect-b {
  position: relative;
}

.button-with-hover-effect-b::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: black;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.button-with-hover-effect-b:hover::after {
  transform: scaleX(1);
}


/* add this to your custom CSS in the site settings */

html {
  scroll-behavior: auto !important;
}
html.lenis {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto;
}
.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}
.lenis.lenis-stopped {
  overflow: hidden;
}/* End custom CSS */