.elementor-kit-5{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#214A9A;--e-global-color-af63167:#000000;--e-global-color-2029cca:#EEF4FF;--e-global-color-d57b25a:#E0E0E0;--e-global-color-8d37267:#FFFFFF;--e-global-color-effcdf2:#FFFFFF40;--e-global-color-3d4123d:#2B3851;--e-global-color-86e5056:#FFFFFF80;--e-global-color-dc39905:#00000080;--e-global-color-a8fd8cf:#212121;--e-global-color-338a2b8:#CCCCCC;--e-global-typography-primary-font-family:"Manrope";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Manrope";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Manrope";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Manrope";--e-global-typography-accent-font-weight:500;background-color:var( --e-global-color-2029cca );}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{color:var( --e-global-color-8d37267 );font-family:"Manrope", Sans-serif;font-weight:400;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */.blue-overlay {
  position: relative; 
  z-index: 0; 
}

.blue-overlay::after {
  content: "";
  position: absolute;
  inset: 0; /* 100% width & height */
  background: #214A9A;
  opacity: 0; 
  pointer-events: none;
  transition: opacity 0.25s ease;
  z-index: 1;
}

.blue-overlay:hover::after {
  opacity: 0.5; /* 50% opacity */
}

#map {
  width: 100%;
  height: 600px;
}

/* Mobile height */
@media (max-width: 768px) {
  #map {
    height: 400px;
  }
}

#map {
  width: 100%;
  height: 600px;
  border-radius: 12px;
}

@media (max-width: 768px) {
  #map {
    height: 400px;
  }
}/* End custom CSS */