.elementor-321 .elementor-element.elementor-element-acb5394{--display:flex;}body.elementor-page-321:not(.elementor-motion-effects-element-type-background), body.elementor-page-321 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#00153A;}/* Start custom CSS for html, class: .elementor-element-e8f2054 */<style>
    /* Change the background color of the dropdown box */
    .sub-menu, 
    .elementor-nav-menu--dropdown,
    ul.sub-menu {
        background-color: #141b4d !important; /* Deep Navy Blue */
        border: 1px solid #375ca6 !important; /* Optional: Bright blue border */
    }

    /* Change the text color of the submenu items */
    .sub-menu li a, 
    .elementor-nav-menu--dropdown a {
        color: #ffffff !important; /* White text */
        transition: 0.3s ease;
    }

    /* Change the color when you hover over a submenu item */
    .sub-menu li a:hover, 
    .elementor-nav-menu--dropdown a:hover {
        background-color: #375ca6 !important; /* Bright Blue Hover */
        color: #ffffff !important;
    }
</style>/* End custom CSS */