.elementor-kit-6{--e-global-color-primary:#7BE72F;--e-global-color-secondary:#26563D;--e-global-color-text:#252525;--e-global-color-accent:#FF6A00;--e-global-color-9f7caa3:#F7F7F7;--e-global-color-8e902ae:#3E3E3E;--e-global-color-4218851:#FFFFFF;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:clamp(3rem, 2.5385rem + 2.0513vw, 4rem);--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:5rem;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:clamp(1.5rem, 1.4rem + 1vw, 2.5rem);--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:3.5rem;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:1rem;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.625rem;--e-global-typography-accent-font-family:"Unbounded";--e-global-typography-accent-font-size:clamp(1.25rem, 1.1rem + 1vw, 2rem);--e-global-typography-accent-font-weight:500;--e-global-typography-16a454e-font-family:"Poppins";--e-global-typography-16a454e-font-size:clamp(1.8rem, 1.7077rem + 0.4103vw, 2rem);--e-global-typography-16a454e-line-height:2.5rem;background-color:var( --e-global-color-9f7caa3 );}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-primary );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );border-radius:50px 50px 50px 50px;padding:5px 20px 5px 20px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-accent );color:var( --e-global-color-text );border-radius:50px 50px 50px 50px;}.elementor-kit-6 e-page-transition{background-color:var( --e-global-color-text );}.elementor-kit-6 a{color:var( --e-global-color-text );}.elementor-kit-6 a:hover{color:var( --e-global-color-accent );}.elementor-kit-6 h1{color:var( --e-global-color-text );}.elementor-kit-6 h2{color:var( --e-global-color-text );}.elementor-kit-6 h3{color:var( --e-global-color-text );}.elementor-kit-6 h4{color:var( --e-global-color-text );}.elementor-kit-6 h5{color:var( --e-global-color-text );}.elementor-kit-6 h6{color:var( --e-global-color-text );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1350px;}.e-con{--container-max-width:1350px;--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){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.elementor-kit-6 {
    scroll-behavior: smooth;
}

::selection {
  background: #FDDB32;
  color: #000000;
}

::-moz-selection {
  background: #FDDB32;
  color: #000000;
}

.hover {
    cursor: none !important; /* Hide default cursor */
  }

  #custom-cursor {
    position: fixed;
    pointer-events: none;
    z-index: 9999;
    width: 96px;
    height: 96px;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.1s ease; /* Smooth scale transition */
  }



::-webkit-scrollbar {
  width: 0.5em;
  background: #252525;
}

::-webkit-scrollbar-track {
  background: #252525;
  margin-block: 0.5em;
}

::-webkit-scrollbar-thumb {
  background: #FDDB32;
  border-radius: 100vw;
}

::-webkit-scrollbar-thumb:hover {
  background: #FDDB32;
}/* End custom CSS */