.elementor .sector-tab:hover,.elementor .sector-tab:focus-visible{color:#00A9CE;}.elementor .sector-tab:active{color:#ffffff;backdrop-filter:blur(0px);}.elementor .sector-tab:focus{color:#00A9CE;border-color:#00A9CE;background-color:#ffffff;}.elementor .sector-tab.e--selected{color:#ffffff;background-color:#ffffff;}.elementor .sector-tab{color:#000000;border-style:solid;/* Normal */
selector .e-n-tabs-heading .e-n-tab-title {
background-color: #ffffff !important;
border: 1px solid #d9d9d9 !important;
color: #000000 !important;
transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

selector .e-n-tabs-heading .e-n-tab-title * {
color: #000000 !important;
}

/* Hover: white tab, cyan text */
selector .e-n-tabs-heading .e-n-tab-title:hover {
background-color: #ffffff !important;
border-color: #00A9CE !important;
color: #00A9CE !important;
}

selector .e-n-tabs-heading .e-n-tab-title:hover * {
color: #00A9CE !important;
}

/* Active: cyan tab, white text */
selector .e-n-tabs-heading .e-n-tab-title[aria-selected="true"],
selector .e-n-tabs-heading .e-n-tab-title.e-active {
background-color: #00A9CE !important;
border-color: #00A9CE !important;
color: #ffffff !important;
}

selector .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] *,
selector .e-n-tabs-heading .e-n-tab-title.e-active * {
color: #ffffff !important;
}\n}