.elementor-kit-9{--e-global-color-primary:#2D437E;--e-global-color-secondary:#FD1616;--e-global-color-text:#010C29;--e-global-color-accent:#010C29;--e-global-color-d6d800f:#BBBBBB;--e-global-color-23867da:#696969;--e-global-typography-primary-font-family:"Nunito";--e-global-typography-primary-font-weight:700;--e-global-typography-primary-text-transform:capitalize;--e-global-typography-secondary-font-family:"Nunito";--e-global-typography-secondary-font-weight:500;--e-global-typography-secondary-text-transform:capitalize;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-size:16px;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 h1{font-size:42px;}.elementor-kit-9 h2{color:var( --e-global-color-primary );font-family:"Nunito", Sans-serif;font-weight:700;text-transform:capitalize;}.elementor-kit-9 h3{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );text-transform:var( --e-global-typography-primary-text-transform );}.elementor-kit-9 h4{font-size:20px;}.elementor-kit-9 h5{font-size:18px;}.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-kit-9{font-size:14px;}.elementor-kit-9 h1{font-size:34px;}.elementor-kit-9 h2{font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.parent:hover .child-heading h3, .parent:hover .child-text, .parent:hover .child-icon svg{
    color: #fff !important;
    fill: #fff !important;
}

p strong{
    font-weight: 600;
}


/* Apply to the UL/OL (or a wrapper around it) */
.wrap-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 15px; 
  list-style: none;     /* remove default bullets/numbers */
  margin: 1;
  padding: 0;
}

/* Each list item becomes a flex item */

/* Optional: make items look like “pills” (remove if not needed) */
.wrap-list > li {
  padding: 8px 12px;
  border-radius: 30px;
  background: #f3f5f7;
  box-shadow: 0px 5px 20px -5px rgba(0, 0, 0, 0.18823529411764706); 
}
.wrap-list > li:last-child {
  background: var(--e-global-color-accent);
  color: #fff;
  font-weight: 400;
}/* End custom CSS */