.elementor-kit-2269{--e-global-color-primary:#000000;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#899D85;--e-global-typography-primary-font-family:"Source Sans Pro";--e-global-typography-primary-font-size:32px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:uppercase;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:300;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-cd5cc8d-font-family:"Open Sans";--e-global-typography-cd5cc8d-font-size:14px;--e-global-typography-cd5cc8d-font-weight:300;--e-global-typography-cd5cc8d-line-height:19px;--e-global-typography-cd5cc8d-word-spacing:0px;--e-global-typography-12f60ca-font-family:"Open Sans";--e-global-typography-12f60ca-font-size:24px;--e-global-typography-12f60ca-font-weight:400;--e-global-typography-12f60ca-text-transform:uppercase;--e-global-typography-12f60ca-line-height:33px;}.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;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-2269 e-page-transition{background-color:#FFBC7D;}@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 *//* General menu item styles */
.elementor-kit-2269 .elementor-nav-menu a {
    position: relative;
    text-decoration: none;
}

/* Underline on hover */
.elementor-kit-2269 .elementor-nav-menu a:hover::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px; /* Adjust based on your design */
    width: 100%;
    height: 2px; /* Line thickness */
    background-color: #000; /* Line color */
    transition: width 0.3s ease;
}

/* Active page underline */
.elementor-kit-2269 .elementor-nav-menu .elementor-item-active::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background-color: #000; /* Line color for active item */
}

/* Transition effect for hover underline */
.elementor-kit-2269 .elementor-nav-menu a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -5px; 
    width: 0;
    height: 2px;
    background-color: #000; /* Line color */
    transition: width 0.3s ease;
}/* End custom CSS */