.elementor-kit-8{--e-global-color-primary:#0B4F6C;--e-global-color-secondary:#1A93A4;--e-global-color-text:#053B51;--e-global-color-accent:#E2A85C;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:600;background-color:#FAF9F6;}.elementor-kit-8 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){--kit-widget-spacing: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-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;}}:root { --brilla-deep-pac-slate:#0B4F6C; --brilla-white:#ffffff; }
/* Start custom CSS *//* ============================================ */
/* Transparent Header Before Scroll */
/* ============================================ */

.elementor-sticky--active {
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  box-shadow: none; /* no shadow before scroll */
}

/* ============================================ */
/* Sticky Header After Scroll */
/* ============================================ */
.elementor-sticky--effects {
  background-color: #0B4F6C !important; /* brand color on scroll */
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

/* ============================================ */
/* Menu Links Before Scroll */
/* ============================================ */
 .elementor-nav-menu a {
  color: #333; /* text color before scroll */
  transition: color 0.3s ease;
}

/* ============================================ */
/* Menu Links After Scroll */
/* ============================================ */
.elementor-sticky--effects  .elementor-nav-menu--main .elementor-item{
  color: #ffffff !important; /* white text on dark background */
}
.elementor-sticky--effects  .elementor-nav-menu--main .elementor-item svg path { fill: #fff; }

.elementor-sticky--effects .elementor-social-icon svg { fill:#ffffff !important }

.elementor-sticky--effects .elementor-menu-toggle .e-font-icon-svg { fill:#ffffff !important }


/* ============================================ */
/* Menu Link Hover */
.elementor-nav-menu a:hover {
  color: #AB8747 !important; /* accent color */
}/* End custom CSS */