:root {
--accent: #ff9600 !important;
--primary: #183641 !important;
--secondary: #7D91A0 !important;
--primary-font: Prompt, sans-serif;
--secondary-font: Poppins, sans-serif;
}

/* Remove gradient overlay from Hero Style 4 */
.cs_hero.cs_style_2.cs_type_1 {
    background: transparent !important;
}

/* Remove any gradient overlays from Hero Style 4 background */
.cs_hero.cs_style_2.cs_type_1::before,
.cs_hero.cs_style_2.cs_type_1 .cs_hero_bg::before {
    display: none !important;
    background: none !important;
}


.my-hero-white-text .cs_hero_title{
    color: #003B90 !important;
}

.my-hero-white-text .cs_hero_subtitle {
    color: #ffffff !important;  
  }
  
  .my-hero-white-text .cs_banner_title {
    color: #003B90 !important;
}

.my-hero-white-text .cs_banner_subtitle {
    color: #ffffff !important;
}