.elementor-kit-5{--e-global-color-primary:#3B82F6;--e-global-color-secondary:#1E293B;--e-global-color-text:#60A5FA;--e-global-color-accent:#374151;--e-global-color-04e1a05:#0F172A;--e-global-color-8cc5386:#F8FAFC;--e-global-color-47db919:#10B981;--e-global-color-cde3740:#F59E0B;--e-global-color-c975948:#EF4444;--e-global-color-563b60a:#FFFFFF;--e-global-color-498d05a:#F1F5F9;--e-global-color-2121867:#64748B;--e-global-color-a2481d9:#2563EB;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;color:#64748B;font-size:16px;font-weight:300;line-height:1.6rem;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-animation-duration:1500ms;}.elementor-kit-5 e-page-transition{background-color:var( --e-global-color-text );}.elementor-kit-5 h1{color:#1E293B;font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;font-size:48px;font-weight:700;}.elementor-kit-5 h2{color:#1E293B;font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;font-size:36px;font-weight:700;line-height:1.3rem;}.elementor-kit-5 h3{color:#374151;font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;font-weight:600;}.elementor-kit-5 h4{color:#374151;font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;font-size:18px;font-weight:600;}.elementor-kit-5 h5{color:#374151;font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;font-size:18px;font-weight:600;}.elementor-kit-5 h6{color:#374151;font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;font-size:18px;font-weight:600;}.elementor-kit-5 img{border-radius:8px 8px 8px 8px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-5 h1{font-size:36px;}.elementor-kit-5 h2{font-size:28px;}.elementor-kit-5 h3{font-size:20px;}.elementor-kit-5 h4{font-size:16px;}.elementor-kit-5 h5{font-size:16px;}.elementor-kit-5 h6{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-5{font-size:15px;}.elementor-kit-5 h1{font-size:28px;}.elementor-kit-5 h2{font-size:24px;}.elementor-kit-5 h3{font-size:18px;}.elementor-kit-5 h4{font-size:14px;}.elementor-kit-5 h5{font-size:14px;}.elementor-kit-5 h6{font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Custom scrollbar */
::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #3B82F6;
  border-radius: 4px;
}

/* Selection color */
::selection {
  background: #3B82F6;
  color: white;
}/* End custom CSS */