.elementor-19 .elementor-element.elementor-element-0a1338c{--display:flex;--min-height:89px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-19 .elementor-element.elementor-element-a31848f{width:100%;max-width:100%;}@media(min-width:768px){.elementor-19 .elementor-element.elementor-element-0a1338c{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-a31848f *//* =========================================
   FIX: RESET HEADER MENU BUTTONS
   ========================================= */
/* This strips the green background from the menu items */
#custom-header-wrapper button:not(.cgp-btn-calc),
.cgp-dropdown-wrap button {
    background-color: transparent !important;
    box-shadow: none !important;
    color: var(--cgp-text-muted) !important;
    padding: 10px 16px !important; /* Keep original spacing */
    transform: none !important;
}

/* restore the hover effect */
#custom-header-wrapper button:not(.cgp-btn-calc):hover {
    background-color: rgba(132, 204, 22, 0.1) !important;
    color: #111 !important;
}

/* Ensure the Calculate button STAYS green */
.cgp-btn-calc {
    background-color: #84cc16 !important;
    color: #000 !important;
}/* End custom CSS */