.elementor-kit-442{--e-global-color-primary:#FF5EA2;--e-global-color-secondary:#4BCB90;--e-global-color-text:#76757A;--e-global-color-accent:#FF5EA2;--e-global-typography-primary-font-family:"Montserrat";--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-442 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){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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.scroll-font-color {
  transition: color 0.3s ease;
}
.scroll-font-colored {
  color: #f563a0 !important;
}


/* === Scrollbar Styling for All Browsers and Devices === */

/* WebKit Browsers (Chrome, Safari, Edge) */
::-webkit-scrollbar {
  width: 10px;
  height: 10px; /* Supports horizontal scrollbars too */
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background-color: #ff5ea2;
  border-radius: 10px;
  border: 2px solid #f1f1f1;
}

/* Optional: Horizontal scroll thumb (same pink color) */
::-webkit-scrollbar-thumb:horizontal {
  background-color: #ff5ea2;
}

/* Firefox Support */
* {
  scrollbar-width: thin; /* makes the scrollbar thinner */
  scrollbar-color: #ff5ea2 #f1f1f1; /* thumb color, track color */
}/* End custom CSS */