:root {
--accent: #003b90 !important;
--primary: #274760 !important;
--secondary: #7D91A0 !important;
--primary-font: Inter, sans-serif;
--secondary-font: Poppins, sans-serif;
}

/* Alternative: if overlay is on the section wrapper */
section[id*=&quot;hero&quot;]::before,
section:has(.cs_hero.cs_style_1)::before {
    content: &quot;&quot;;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
    75deg,
    rgba(7, 33, 66, 0.78) 0%,
    rgba(7, 33, 66, 0.55) 25%,
    rgba(7, 33, 66, 0.0) 70%
);

    z-index: 1;
    pointer-events: none;
}
.cs_hero.cs_style_1 .cs_hero_wrap.cs_bg_filed {
    filter: brightness(0.94) contrast(1.05);
}

section:has(.cs_hero.cs_style_1) {
    position: relative;
}


.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;
}