.elementor-kit-73{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#202020;--e-global-color-accent:#61CE70;--e-global-color-7dfd3c0:#FF9601;--e-global-color-2bc58b4:#F7610F;--e-global-color-770571f:#202020;--e-global-color-2cb9e61:#4E4F55;--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;--e-global-typography-d9cf487-font-family:"Proxima Nova";--e-global-typography-d9cf487-font-size:15px;--e-global-typography-d9cf487-font-weight:300;--e-global-typography-d9cf487-font-style:normal;--e-global-typography-d9cf487-line-height:24px;background-color:#F5F5F5;}.elementor-kit-73 button,.elementor-kit-73 input[type="button"],.elementor-kit-73 input[type="submit"],.elementor-kit-73 .elementor-button{background-color:var( --e-global-color-7dfd3c0 );font-family:"Roboto", Sans-serif;font-size:18px;color:#FFFFFF;border-radius:50px 50px 50px 50px;padding:12px 32px 12px 32px;}.elementor-kit-73 button:hover,.elementor-kit-73 button:focus,.elementor-kit-73 input[type="button"]:hover,.elementor-kit-73 input[type="button"]:focus,.elementor-kit-73 input[type="submit"]:hover,.elementor-kit-73 input[type="submit"]:focus,.elementor-kit-73 .elementor-button:hover,.elementor-kit-73 .elementor-button:focus{background-color:var( --e-global-color-2bc58b4 );color:#FFFFFF;}.elementor-kit-73 e-page-transition{background-color:#FFBC7D;}.elementor-kit-73 a{color:var( --e-global-color-7dfd3c0 );}.elementor-kit-73 a:hover{color:var( --e-global-color-2bc58b4 );}.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;--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:767px){.elementor-kit-73{--e-global-typography-primary-font-size:17px;--e-global-typography-text-font-size:15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Hide sticky-feature when testimonials section is in view */
.sticky-feature {
  position: sticky;
  top: 0;
  z-index: 10;
  transition: opacity 0.2s;
}

#testimonials {
  position: relative;
}

@media (min-width: 768px) { /* Optional: adjust for desktop only */
  .sticky-feature {
    display: block;
  }
}

/* Hide sticky-feature when testimonials section is at the top of viewport */
@media (min-width: 0px) {
  #testimonials:target ~ .sticky-feature,
  #testimonials.in-view ~ .sticky-feature {
    display: none !important;
  }
}
html {
  scroll-behavior: smooth;
}
::selection {
  background: #8FBCFF; /* your highlight color */
  color: #ffffff;       /* text color on top of it */
}/* End custom CSS */