/* ========== TAB ========== */
/* TAB: CUSTOM STYLE 1 */
.tabs-style1 .e-n-tabs-heading {
    border: 1px solid var(--color-secondary);
    border-radius: 50px;
    padding: 10px;
    justify-content: flex-start !important;
    background-color: var(--color-cream);
}

.tabs-style1 button.e-n-tab-title {
    border-radius: 50px;
    padding: 10px 40px;
    color: var(--color-black) !important;
    background-color: var(--color-transparent) !important;
}

.tabs-style1 button.e-n-tab-title:not(:first-child):not(:last-child) {
    margin: auto;
}

.tabs-style1 button.e-n-tab-title[aria-selected=true] {
    color: var(--color-white) !important;
    background: linear-gradient(60deg, var(--color-desert), var(--color-assist)) !important;
}

/* TAB: CUSTOM STYLE 2 */
.tabs-style2 .e-n-tabs-heading {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
}

.tabs-style2 button.e-n-tab-title {
    /* width: 398px; */
    min-height: 94px;
    padding: 10px;
    border-radius: 15px;
    color: var(--color-black) !important;
    background-color: var(--color-cream-100) !important;
    font-size: 24px;
    font-weight: bold;
}

.tabs-style2 button.e-n-tab-title[aria-selected=true] {
    color: var(--color-white) !important;
    background-color: var(--color-primary) !important;
}

/* TAB: CUSTOM STYLE 3 */
.tabs-style3 .e-n-tabs.e-activated {
    flex-direction: row-reverse;
    align-items: flex-start;
}

.tabs-style3 .e-n-tabs-heading {
    display: grid !important;
    grid-template-columns: 1fr;
    margin-top: 10px;
}

.tabs-style3 button.e-n-tab-title {
    min-width: 397px;
    max-width: 397px;
    height: 75px;
    padding: 5px;
    border-radius: 15px;
    color: var(--color-black) !important;
    background-color: var(--color-stone) !important;
}

.tabs-style3 button.e-n-tab-title[aria-selected=true] {
    color: var(--color-white) !important;
    background-color: var(--color-primary) !important;
}

/* TAB: CUSTOM STYLE 4 */
.tabs-style4 .e-n-tabs-heading {
    justify-content: space-between !important;
}

.tabs-style4 .e-n-tab-title {
    flex: 1 !important;
    /* width: 100% !important;
    height: fit-content !important;
    min-width: 355px;
    max-width: 355px; */
    padding: 7px 55px !important;
    border-radius: 50px !important;
    background-color: var(--color-assist) !important;
    color: var(--color-black) !important;
    font-weight: 600;
}

.tabs-style4 button.e-n-tab-title[aria-selected=true] {
    background-color: var(--color-primary) !important;
    color: var(--color-white) !important;
}

.tabs-style4 .e-active {
    padding: 0;
}

/* TAB: CUSTOM STYLE 5 */
.tabs-style5 .e-n-tabs-heading {
    justify-content: space-between !important;
    gap: 0 !important;
    flex-wrap: nowrap !important;
}

.tabs-style5 .e-n-tab-title {
    width: 100% !important;
    height: auto !important;
    padding: 1.6% 16% !important;
    border-radius: 50px !important;
    background-color: var(--color-caramel) !important;
    color: var(--color-white) !important;
    font-weight: bold;
    text-wrap-mode: nowrap !important;
}

.tabs-style5 button.e-n-tab-title[aria-selected=true] {
    background-color: var(--color-assist) !important;
    color: var(--color-black) !important;
}

.tabs-style5 .e-active {
    padding: 0;
}

/* TAB: NAVIGATOR */
.tabs-navigator .tab-nav-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.tabs-navigator .tab-nav-buttons button {
    padding: 10px 20px;
    background-color: #0073e6;
    color: white;
    border: none;
    cursor: pointer;
}

.tabs-navigator .tab-nav-buttons button:hover {
    background-color: #005bb5;
}

/* TAB: SPECIAL */
.tabs-style2-special button.e-n-tab-title {
    justify-content: space-evenly;
}

.tabs-style2-special button.e-n-tab-title img {
    height: 90px;
    margin-left: 20px;
}

.tabs-style2-special button.e-n-tab-title:nth-child(3) img {
    margin-left: auto;
}

.tabs-style2-special button.e-n-tab-title:last-child img {
    height: 70px;
}

.tabs-style2-special button.e-n-tab-title .e-n-tab-title-text {
    font-size: 24px;
    width: 65%;
    justify-content: center;
    font-weight: bold;
}

.tabs-style2-special button.e-n-tab-title .e-n-tab-title-text {
    color: var(--color-primary);
}

.tabs-style2-special button.e-n-tab-title:nth-child(1) {
    background-color: var(--color-tab-special-1) !important;
}

.tabs-style2-special button.e-n-tab-title:nth-child(2) {
    background-color: var(--color-tab-special-2) !important;
}

.tabs-style2-special button.e-n-tab-title:nth-child(3) {
    background-color: var(--color-tab-special-3) !important;
}

.tabs-style2-special button.e-n-tab-title:nth-child(4) {
    background-color: var(--color-tab-special-4) !important;
}

.tabs-style2-special button.e-n-tab-title:nth-child(5) {
    background-color: var(--color-tab-special-5) !important;
}

.tabs-style2-special button.e-n-tab-title:nth-child(6) {
    background-color: var(--color-tab-special-6) !important;
}

.tabs-style2-special button.e-n-tab-title:nth-child(7) {
    background-color: var(--color-tab-special-7) !important;
}

.tabs-style2-special button.e-n-tab-title:nth-child(8) {
    background-color: var(--color-tab-special-8) !important;
}

.tabs-style2-special h5.elementor-heading-title {
    color: var(--color-secondary);
    font-weight: bold;
}

/* TAB: SPECIAL 2 */
.tabs-style2-special2 button.e-n-tab-title:nth-child(1),
.tabs-style2-special2 button.e-n-tab-title:nth-child(3),
.tabs-style2-special2 button.e-n-tab-title:nth-child(6),
.tabs-style2-special2 button.e-n-tab-title:nth-child(8) {
    background-color: var(--color-caramel) !important;
    color: var(--color-white) !important;
}

.tabs-style2-special2 button.e-n-tab-title:nth-child(2),
.tabs-style2-special2 button.e-n-tab-title:nth-child(4),
.tabs-style2-special2 button.e-n-tab-title:nth-child(5),
.tabs-style2-special2 button.e-n-tab-title:nth-child(7) {
    background-color: var(--color-cream) !important;
    color: var(--color-caramel) !important;
}