.elementor-kit-13{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-4dc1f6c:#4054B2;--e-global-color-49e6d517:#23A455;--e-global-color-744a24d7:#000;--e-global-color-6b1f5d9e:#FFF;--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;font-size:14px;}.elementor-kit-13 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 *//* Link Colors */
a {
  color: #0047AB; /* Cobalt Blue */
  text-decoration: none;
  transition: color 0.3s ease !important;
}

a:hover,
a:link:hover,
a:visited:hover {
  color: #6A0DAD !important; /* Purple that complements cobalt blue */
}

a:visited {
  color: #0047AB;
}

a:active {
  color: #6A0DAD;
}

/* Active/Current Page Link - Eggplant Purple (WordPress specific) */
.current-menu-item > a,
.current_page_item > a,
.current-menu-ancestor > a,
.current_page_ancestor > a,
a.active,
a.current,
a[aria-current="page"] {
  color: #614051 !important; /* Eggplant Purple */
  font-weight: bold; /* Optional: makes active link stand out more */
}

/* Keep eggplant purple even on hover for active page */
.current-menu-item > a:hover,
.current_page_item > a:hover {
  color: #614051 !important;
}

/* Scrollbar Styling */
/* For Webkit browsers (Chrome, Safari, Edge) */
::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

::-webkit-scrollbar-track {
  background: #E8EEF7; /* Light blue-gray */
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #0047AB; /* Cobalt Blue */
  border-radius: 10px;
  border: 2px solid #E8EEF7;
}

::-webkit-scrollbar-thumb:hover {
  background: #6A0DAD; /* Purple on hover */
}

/* For Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #0047AB #E8EEF7; /* thumb color, track color */
}/* End custom CSS */