.elementor-kit-6{--e-global-color-primary:#0062A7;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#76C043;--e-global-color-6663a98:#78C8FF;--e-global-color-413fff0:#EFEFEF;--e-global-color-b67c6ac:#F6FAFC;--e-global-color-f3963ae:#333333;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-accent );}.elementor-kit-6 h1{color:var( --e-global-color-primary );font-size:1px;font-weight:bold;}.elementor-kit-6 h2{color:var( --e-global-color-primary );font-weight:700;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.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 */.alternate {background:var( --e-global-color-primary );}
.alternate h6,.alternate h5,.alternate h4,.alternate h3,.alternate h2,.alternate h1,  .alternate .elementor-element .elementor-heading-title{color:white !important;}
.alternate p{color: #efefef;}
.alternate .icon-box .icon-main svg,
.alternate .icon-box-grid .icon-box .icon-main svg,
.alternate .ot-counter-2 svg{fill:white;}

.elementor-element.elementor-button-info .elementor-button{background-color: var( --e-global-color-primary ) !important;}

.elementor-button-text{color:white !important;}

.button-lg a.elementor-button{    padding: 24px !important;
    font-size: 16px !important;
    border-radius: 30px !important;}
    
    .page-header {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0; /* ensure we can layer elements inside */
}

/* semi-transparent black overlay */
.page-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2); /* adjust opacity as needed */
  z-index: 1; /* sits above background image */
}

/* ensure text stays above overlay */
.page-header .container,
.page-header .inner,
.page-header .page-title {
  position: relative;
  z-index: 2;
  text-align: center;
  font-weight: 500;
  text-transform:uppercase;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.65);
}/* End custom CSS */