.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-69e7270:#272197;--e-global-color-96143d2:#B01D51;--e-global-color-969aa11:#FFFFFF;--e-global-color-f2b9556:#000000;--e-global-color-027dcb9:#004AAD;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:normal;--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;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.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);}.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:1025px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:768px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */@media (min-width: 768px){

  /* Default hidden (Elementor normally handles this, but we enforce it) */
  .two-col-menu .menu-item-has-children > .sub-menu{
    display: none !important;
  }

  /* Show ONLY on hover */
  .two-col-menu .menu-item-has-children:hover > .sub-menu{
    display: grid !important;
  }

  /* 2-col grid styling */
  .two-col-menu .sub-menu{
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0 !important;

    width: 520px !important;
    padding: 0 !important;

    background: #fff !important;
    border: 1px solid rgba(0,0,0,.12) !important;
    border-radius: 8px !important;
    overflow: hidden !important;
  }

  .two-col-menu .sub-menu li{
    margin: 0 !important;
    padding: 0 !important;
  }

  .two-col-menu .sub-menu li a{
    display: block !important;
    padding: 12px 16px !important;
    white-space: nowrap;
    border-bottom: 1px solid rgba(0,0,0,.06);
  }

  .two-col-menu .sub-menu li:nth-last-child(-n+2) a{
    border-bottom: 0;
  }
}/* End custom CSS */