.elementor-kit-12{--e-global-color-primary:#001968;--e-global-color-secondary:#097389;--e-global-color-text:#0B1733;--e-global-color-accent:#33D6D9;--e-global-color-a12955e3:#FAFAF7;--e-global-color-abe067bc:#FFFFFF;--e-global-color-479ec280:#E2EBF5;--e-global-color-198150bb:#4B5775;--e-global-color-bd69638e:#E6E6E0;--e-global-color-418b28fa:#002549;--e-global-color-075e71a:#075E71;--e-global-color-cfcb7f16:#C75B3A;--e-global-typography-primary-font-family:"Jost";--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-line-height:1.05em;--e-global-typography-primary-letter-spacing:-0.025em;--e-global-typography-secondary-font-family:"Jost";--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-text-transform:none;--e-global-typography-secondary-line-height:1.04em;--e-global-typography-secondary-letter-spacing:-0.025em;--e-global-typography-text-font-family:"Jost";--e-global-typography-text-font-weight:400;--e-global-typography-text-text-transform:none;--e-global-typography-text-letter-spacing:0em;--e-global-typography-accent-font-family:"Jost";--e-global-typography-accent-font-size:11px;--e-global-typography-accent-font-weight:700;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-line-height:1.2em;--e-global-typography-accent-letter-spacing:0.16em;--e-global-typography-8703d56c-font-family:"JetBrains Mono";--e-global-typography-8703d56c-font-weight:600;--e-global-typography-8703d56c-letter-spacing:-0.01em;}.elementor-kit-12 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1180px;}.e-con{--container-max-width:1180px;}.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);}@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 { --federal-blue:#001968; --french-blue:#097389; --robin-egg:#33D6D9; --surface:#F0F5FC; --border:#C5D4E8; --jost:Jost; }
/* Start custom CSS *//* === Synergetic Button System — hover & transitions ===================== */

/* Smooth transitions on all Elementor buttons */
.elementor-button {
  transition: background-color .15s ease, border-color .15s ease,
              color .15s ease, box-shadow .15s ease !important;
  font-family: 'Jost', sans-serif !important;
}

/* PRIMARY (navy fill) — lighten to Oxford blue on hover */
.elementor-button[style*="#001968"]:hover {
  background-color: #002549 !important;
  border-color: #002549 !important;
}

/* SECONDARY (ghost, navy border) — fill navy on hover */
.elementor-button[style*="rgba(0, 0, 0, 0)"][style*="#001968"]:hover {
  background-color: #001968 !important;
  color: #FEFEFE !important;
}

/* TEXT LINK (French Blue) — fade on hover */
.elementor-button[style*="#097389"]:hover {
  opacity: 0.72;
}

/* Trust bar — ensure visibility */
.syn-trust-bar { background: #F0F5FC; }/* End custom CSS */