.elementor-kit-4{--e-global-color-primary:#1B4976;--e-global-color-secondary:#95CDFA;--e-global-color-text:#7A7A7A;--e-global-color-accent:#EB4790;--e-global-color-79131d4:#00243D;--e-global-color-b7f3644:#FFFFFF00;--e-global-color-7bdf9ac:#000000;--e-global-color-d9f5f76:#F8F8F7;--e-global-color-ed91e1a:#111111;--e-global-color-5493c20:#3D3D3D;--e-global-color-19c9555:#00497A;--e-global-color-f67ef7a:#000000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-d9f5f76 ) 0%, #FFFFFF 100%);}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4 img{filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}.elementor-kit-4 img:hover{border-radius:0px 0px 0px 0px;opacity:0;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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 *//* Reset image hover behavior */
img:hover {
  filter: none !important;
  opacity: 1 !important;
  transition: none !important;
}

/* Default link styling inside .inner container */
.inner a {
  color: #ffffff !important;
  font-weight: 600;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.6);
  background: transparent;
  transition: all 0.3s ease;
}

/* Hover effect for .inner links */
.inner a:hover {
  background: #00497A;
  border-radius: 8px;
  box-shadow: 0 0 12px rgba(0, 73, 122, 0.5);
  transition: all 0.3s ease;
  color: #ffffff !important;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
}

/* Submenu container */
.q_menu ul.sub_menu {
  background: transparent;
  padding: 10px 0;
  border-radius: 8px;
  box-shadow: none;
  backdrop-filter: blur(4px);
}

/* Each submenu item as a solid navy blue box */
.q_menu ul.sub_menu li a {
  display: block;
  margin: 6px 12px;
  padding: 14px 18px;
  background: #00497A;
  backdrop-filter: blur(4px);
  color: #ffffff !important;
  font-weight: 600;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.6);
  border-radius: 8px;
  transition: all 0.3s ease;
  text-align: left;
}

/* Hover effect: brighter blue + glow */
.q_menu ul.sub_menu li a:hover {
  background: #005f9e;
  box-shadow: 0 0 12px rgba(0, 73, 122, 0.5);
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.9);
}

/* On scroll or white background: switch to black submenu */
body.scrolled .q_menu ul.sub_menu li a,
body.sticky_header .q_menu ul.sub_menu li a {
  background: #000000 !important;
  color: #ffffff !important;
  text-shadow: 0 0 6px rgba(255, 255, 255, 0.4);
}/* End custom CSS */