.elementor-kit-120{--e-global-color-primary:#03488D;--e-global-color-secondary:#11A294;--e-global-color-text:#696969;--e-global-color-accent:#9A9A9A;--e-global-color-a34a625:#F4F4F4;--e-global-color-0154152:#FFFFFF;--e-global-color-ff4be73:#EFFFFD;--e-global-color-f05da39:#E7F3FF;--e-global-color-5ae2d6c:#444444;--e-global-color-18691b8:#F2F8FD;--e-global-color-42b788e:#CCCCCC;--e-global-color-411df58:#F2F8FD;--e-global-typography-primary-font-size:45px;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-text-transform:capitalize;--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:300;--e-global-typography-text-letter-spacing:0.3px;--e-global-typography-accent-font-size:20px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:2px;--e-global-typography-accent-word-spacing:2px;--e-global-typography-55732be-font-size:18px;--e-global-typography-55732be-text-transform:uppercase;--e-global-typography-1325f5f-font-size:24px;--e-global-typography-1325f5f-font-weight:400;--e-global-typography-1325f5f-text-transform:capitalize;--e-global-typography-1325f5f-letter-spacing:0.3px;--e-global-typography-d481b16-font-size:17px;--e-global-typography-d481b16-font-weight:300;--e-global-typography-d481b16-letter-spacing:0.3px;--e-global-typography-c86ccad-text-transform:uppercase;--e-global-typography-c86ccad-letter-spacing:3px;--e-global-typography-c86ccad-word-spacing:3px;--e-global-typography-ae8f01c-font-size:20px;--e-global-typography-ae8f01c-font-weight:400;--e-global-typography-ae8f01c-line-height:22px;--e-global-typography-71e8210-font-size:20px;--e-global-typography-71e8210-font-weight:400;--e-global-typography-71e8210-line-height:22px;--e-global-typography-a416328-font-size:20px;--e-global-typography-a416328-font-weight:400;--e-global-typography-a416328-line-height:1.5em;color:var( --e-global-color-5ae2d6c );font-family:"Open Sans", Sans-serif;font-size:17px;font-weight:300;line-height:1.5em;letter-spacing:0.3px;}.elementor-kit-120 e-page-transition{background-color:#FFBC7D;}.elementor-kit-120 h1{color:var( --e-global-color-primary );line-height:1.4em;}.elementor-kit-120 h2{color:var( --e-global-color-primary );}.elementor-kit-120 h3{color:var( --e-global-color-primary );line-height:1.4em;}.elementor-kit-120 h4{color:var( --e-global-color-primary );line-height:1.4em;}.elementor-kit-120 h5{color:var( --e-global-color-primary );line-height:1.4em;}.elementor-kit-120 h6{color:var( --e-global-color-primary );line-height:1.4em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-120{--e-global-typography-primary-font-size:40px;--e-global-typography-accent-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-120{--e-global-typography-primary-font-size:36px;--e-global-typography-secondary-font-size:26px;--e-global-typography-text-font-size:17px;--e-global-typography-d481b16-font-size:17px;--e-global-typography-a416328-font-size:20px;font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* --- FIX FOR ELEMENTOR NESTED TABS --- */

/* 1. Force Gradient on the ACTIVE Tab */
.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected="true"],
.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected="true"]:hover {
    background-image: linear-gradient(90deg, var(--e-global-color-secondary) 0%, var(--e-global-color-primary) 100%) !important;
    background-color: transparent !important;
    color: #ffffff !important;
}

/* 2. Force Gradient on the INACTIVE Tab (When Hovering) */
.elementor-widget-n-tabs .e-n-tabs-heading .e-n-tab-title[aria-selected="false"]:hover {
    /* I pulled this specific gradient from your screenshot's crossed-out rule */
    background-image: linear-gradient(90deg, var(--e-global-color-primary) 0%, #11A294 100%) !important;
    background-color: transparent !important;
    color: #ffffff !important;
    transition: all 0.3s ease; /* Makes the hover effect smooth */
}/* End custom CSS */