.elementor-kit-525{--e-global-color-primary:#122F4D;--e-global-color-secondary:#235588;--e-global-color-text:#FDFFFE;--e-global-color-accent:#B6DAFF;--e-global-color-d3a2502:#2E7DC9;--e-global-color-ee9ace7:#1B5B8A;--e-global-color-8ec8e3d:#5B9BD5;--e-global-color-2e2d1b1:#E6F1FB;--e-global-color-537eb6c:#D6EBFF;--e-global-color-33f57c5:#0C447C;--e-global-color-e9193cc:#D64541;--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;background-color:#FDFFFE;font-family:"Inter", Sans-serif;font-size:16px;font-weight:400;line-height:1.7lh;}.elementor-kit-525 e-page-transition{background-color:#FFBC7D;}.elementor-kit-525 h1{font-family:"Poppins", Sans-serif;font-size:36px;text-transform:none;}.elementor-kit-525 h2{font-family:"Poppins", Sans-serif;font-size:28px;text-transform:none;}.elementor-kit-525 h3{font-family:"Poppins", Sans-serif;font-size:20px;}.elementor-kit-525 h4{font-family:"Poppins", Sans-serif;font-size:16px;}.elementor-kit-525 h5{font-family:"Poppins", Sans-serif;font-size:14px;}.elementor-kit-525 h6{font-family:"Inter", Sans-serif;font-size:12px;}.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);}@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 *//* KCS GLOBAL DESIGN SYSTEM */

/* Root variables for use in custom HTML */
:root {
  --kcs-navy: #0B2640;
  --kcs-sky: #B6DAFF;
  --kcs-cta: #2E7DC9;
  --kcs-accent: #1B5B8A;
  --kcs-warm: #F6F5F3;
  --kcs-radius: 12px;
}

/* Smooth scrolling */
html { scroll-behavior: smooth; }

/* Better button hover */
.elementor-button {
  transition: all 0.3s ease !important;
}
.elementor-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

/* Card hover animation class */
.elementor-kit-525 .kcs-card {
  transition: all 0.3s ease;
}
.elementor-kit-525 .kcs-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

/* Scroll fade-in animation */
.kcs-fade-up {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.6s ease;
}
.kcs-fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Form language pills */
.kcs-lang-pill {
  display: inline-block;
  padding: 6px 14px;
  margin: 3px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #B6DAFF;
  color: #0B2640;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.2s;
}
.kcs-lang-pill:hover {
  background: #0B2640;
  color: #fff;
}

/* Insurance badge chips */
.kcs-chip {
  display: inline-block;
  padding: 6px 14px;
  margin: 3px;
  border-radius: 8px;
  background: #F2F7FD;
  border: 1px solid #E2E8F0;
  font-size: 12px;
  color: #0B2640;
}

/* Phone link mobile style */
@media (max-width: 767px) {
  a[href^="tel:"] {
    display: inline-block;
    padding: 12px 20px;
    background: #0B2640;
    color: #fff !important;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
  }
}

/* Focus accessibility */
a:focus-visible, button:focus-visible {
  outline: 3px solid #B6DAFF;
  outline-offset: 2px;
}

/* Remove Elementor default margin on last widget */
.elementor-widget:last-child {
  margin-bottom: 0 !important;
}/* End custom CSS */