.elementor-kit-29{--e-global-color-primary:#0E2346;--e-global-color-secondary:#00B0E7;--e-global-color-text:#0E2346;--e-global-color-accent:#00000026;--e-global-color-setup_wizard_cutom_color_0:#F1F6FF;--e-global-color-setup_wizard_cutom_color_1:#FFFFFF;--e-global-typography-primary-font-family:"Poster Gothic Round ExCond Bold";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Aileron";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Aileron";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poster Gothic Round ExCond Bold";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;color:var( --e-global-color-text );font-family:"Mukta", Sans-serif;font-size:16px;}.elementor-kit-29 a{color:var( --e-global-color-primary );}.elementor-kit-29 h1{color:var( --e-global-color-primary );font-family:"Yeseva One", Sans-serif;font-size:48px;}.elementor-kit-29 h2{color:var( --e-global-color-primary );font-family:"Yeseva One", Sans-serif;font-size:40px;}.elementor-kit-29 h3{color:var( --e-global-color-primary );font-family:"Yeseva One", Sans-serif;font-size:33px;}.elementor-kit-29 h4{color:var( --e-global-color-primary );font-family:"Yeseva One", Sans-serif;font-size:28px;}.elementor-kit-29 h5{color:var( --e-global-color-primary );font-family:"Yeseva One", Sans-serif;font-size:23px;}.elementor-kit-29 h6{color:var( --e-global-color-primary );font-family:"Yeseva One", Sans-serif;font-size:19px;}.elementor-kit-29 button,.elementor-kit-29 input[type="button"],.elementor-kit-29 input[type="submit"],.elementor-kit-29 .elementor-button{color:#fff;}.elementor-kit-29 button:hover,.elementor-kit-29 button:focus,.elementor-kit-29 input[type="button"]:hover,.elementor-kit-29 input[type="button"]:focus,.elementor-kit-29 input[type="submit"]:hover,.elementor-kit-29 input[type="submit"]:focus,.elementor-kit-29 .elementor-button:hover,.elementor-kit-29 .elementor-button:focus{color:#fff;}.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 *//* ================================
   LOGO: swap, size, contain, align
   ================================ */

/* Show light logo by default; swap to dark logo in system dark mode */
.light-logo { display: block !important; }
.dark-logo  { display: none  !important; }
@media (prefers-color-scheme: dark){
  .light-logo { display: none  !important; }
  .dark-logo  { display: block !important; }
}

/* Keep logos identical size and kill baseline dip */
.elementor-location-header .elementor-widget-image{ display:flex; align-items:center; }
.elementor-location-header .elementor-widget-image img.light-logo,
.elementor-location-header .elementor-widget-image img.dark-logo{
  height:100px; max-height:100px; width:auto;
  display:block; line-height:0; vertical-align:middle; margin:0; padding:0;
}

/* Contain inside the bar (normal + sticky) */
.elementor-location-header{ overflow:hidden; padding-block:12px; }
.elementor-sticky--effects.elementor-location-header{ overflow:hidden; padding-block:10px; }
.elementor-sticky--effects.elementor-location-header .elementor-widget-image img.light-logo,
.elementor-sticky--effects.elementor-location-header .elementor-widget-image img.dark-logo{
  height:94px; max-height:94px; transform: translateY(-1px); /* set to 0 if not needed */
}

/* ================================
   HEADER / BAR: light ↔ dark switch
   ================================ */

/* Brand color variables — adjust as needed */
:root{
  --wl-header-bg-light: #0B2B4A;  /* header bg in LIGHT mode */
  --wl-header-bg-dark:  #0E2346;  /* header bg in DARK mode  */
  --wl-graybar-light:   #F2F4F7;  /* light gray bar in LIGHT */
  --wl-graybar-dark:    #0E2346;  /* dark navy bar in DARK  */
  
}

/* LIGHT (default) */
.elementor-location-header,
.elementor-sticky--effects.elementor-location-header{
  background: var(--wl-header-bg-light) !important;
}
.darkbar{
  background: var(--wl-graybar-light) !important;
}

/* DARK override */
@media (prefers-color-scheme: dark){
  .elementor-location-header,
  .elementor-sticky--effects.elementor-location-header{
    background: var(--wl-header-bg-dark) !important;
  }
  .darkbar{
    background: var(--wl-graybar-dark) !important;
  }

  /* Raven/Jupiter menu text */
  header.elementor-location-header nav[class*="raven"] li > a.raven-link-item.raven-menu-item,
  header.elementor-location-header nav[class*="raven"] li > a.raven-link-item.raven-menu-item > span.link-text,
  header.elementor-location-header nav[class*="raven"] li > a.raven-link-item.raven-menu-item > span.link-text > span.link-label{
    color:#ffffff !important;
    -webkit-text-fill-color:#ffffff !important;
    fill:#ffffff !important;
    background:transparent !important;
  }

  /* States: hover/focus/current */
  header.elementor-location-header nav[class*="raven"] li > a.raven-link-item.raven-menu-item:hover,
  header.elementor-location-header nav[class*="raven"] li > a.raven-link-item.raven-menu-item:focus,
  header.elementor-location-header nav[class*="raven"] li.current-menu-item > a.raven-link-item.raven-menu-item{
    color:#00b0e7 !important;
    -webkit-text-fill-color:#00b0e7 !important;
  }

  /* Submenu chevrons / SVG in the nav */
  header.elementor-location-header nav[class*="raven"] svg {
    fill:#ffffff !important;
    color:#ffffff !important;
  }

  /* Mobile dropdown background + links */
  .elementor-location-header .elementor-nav-menu--dropdown,
  .elementor-location-header .elementor-menu-dropdown,
  .elementor-location-header .elementor-nav-menu__container{
    background: var(--wl-header-bg-dark) !important;
  }
  .elementor-location-header .elementor-nav-menu--dropdown a,
  .elementor-location-header .elementor-menu-dropdown a{
    color:#ffffff !important;
  }

  /* Social icons & hamburger toggle */
  .elementor-location-header .elementor-social-icon i,
  .elementor-location-header .elementor-social-icon svg,
  .darkbar .elementor-social-icon i,
  .darkbar .elementor-social-icon svg,
  .elementor-location-header .elementor-menu-toggle,
  .elementor-location-header .elementor-menu-toggle i,
  .elementor-location-header .elementor-menu-toggle svg{
    color:#ffffff !important;
    fill:#ffffff !important;
  }
}

    .icon-headerfooter {
        font-size:24px !important;
    }/* End custom CSS */