.elementor-kit-25{--e-global-color-primary:#1C3F60;--e-global-color-secondary:#F9F9F9;--e-global-color-text:#2E2E2E;--e-global-color-accent:#1C3F60;--e-global-color-2f0b43d:#2E2E2E;--e-global-color-474f0a9:#02010100;--e-global-color-312855e:#FFFFFF;--e-global-color-4764461:#FFB423;--e-global-typography-primary-font-family:"Archivo Black";--e-global-typography-primary-font-size:80px;--e-global-typography-primary-font-weight:900;--e-global-typography-primary-text-transform:none;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-text-decoration:none;--e-global-typography-primary-line-height:1.2em;--e-global-typography-primary-letter-spacing:0px;--e-global-typography-primary-word-spacing:0em;--e-global-typography-secondary-font-family:"Archivo Black";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-text-decoration:none;--e-global-typography-secondary-line-height:1.1em;--e-global-typography-secondary-letter-spacing:0px;--e-global-typography-secondary-word-spacing:0em;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-text-transform:none;--e-global-typography-text-font-style:normal;--e-global-typography-text-text-decoration:none;--e-global-typography-text-line-height:1.5em;--e-global-typography-text-letter-spacing:0px;--e-global-typography-text-word-spacing:0em;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-text-transform:capitalize;--e-global-typography-accent-font-style:normal;--e-global-typography-accent-text-decoration:none;--e-global-typography-accent-line-height:1em;--e-global-typography-accent-letter-spacing:0px;--e-global-typography-accent-word-spacing:0em;background-color:var( --e-global-color-474f0a9 );}.elementor-kit-25 e-page-transition{background-color:#FFBC7D;}.elementor-kit-25 a{color:var( --e-global-color-accent );}.elementor-kit-25 a:hover{color:var( --e-global-color-primary );}.elementor-kit-25 h4{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1170px;}.e-con{--container-max-width:1170px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-25{--e-global-typography-primary-font-size:45px;--e-global-typography-secondary-font-size:25px;--e-global-typography-text-font-size:14px;--e-global-typography-accent-font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-25{--e-global-typography-primary-font-size:28px;--e-global-typography-primary-line-height:1.1em;--e-global-typography-secondary-font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Base styles for sub-menus */
li.menu-item-has-children > ul.sub-menu {
  display: none;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  background-color: #fff;
  position: absolute;
  z-index: 999;
}

/* Show sub-menu when parent has 'active' class */
li.menu-item-has-children.active > ul.sub-menu {
  display: block;
  max-height: 500px;
  opacity: 1;
  visibility: visible;
}

/* Desktop hover support */
@media (min-width: 1024px) {
  li.menu-item-has-children:hover > ul.sub-menu {
    display: block;
    max-height: 500px;
    opacity: 1;
    visibility: visible;
  }
}

/* Style sub-menu items */
ul.sub-menu li {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

/* Parent menu positioning */
li.menu-item-has-children {
  position: relative;
  cursor: pointer;
}/* End custom CSS */