body.wp-theme-Avada .skyciv-hero-tabs.fusion-tabs {
    margin-bottom: 50px;
}

body.wp-theme-Avada .skyciv-hero-tabs.fusion-tabs>.nav {
    display: flex;
    justify-content: flex-end;
    padding: 0 20px;
    margin-bottom: -52px;
    position: relative;
    z-index: 5;
    border: none !important;
}

body.wp-theme-Avada .skyciv-hero-tabs.fusion-tabs>.nav .nav-tabs {
    display: inline-flex !important;
    position: relative;
    width: auto !important;
    align-items: center;
    gap: 4px;
    background: #ffffff !important;
    border: none !important;
    border-radius: 14px;
    padding: 6px;
    /* box-shadow: 0 12px 30px -8px rgba(0, 0, 0, 0.25), 0 0 0 1px rgba(0, 0, 0, 0.04); */
}

body.wp-theme-Avada .skyciv-hero-tabs.fusion-tabs>.nav .nav-tabs:before {
    content: '';
    display: block;
    position: absolute;
    top: -16px;
    width: 200px;
    height: 200px;
    left: 20px;
    transform: translateY(-100%);
    background-image: url('../icons/ClickMe.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

body.wp-theme-Avada .skyciv-hero-tabs.fusion-tabs .nav-tabs li {
    display: flex !important;
    float: none !important;
    width: auto !important;
    margin: 0;
}


body.wp-theme-Avada .skyciv-hero-tabs.fusion-tabs .nav-tabs li .tab-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border: none !important;
    border-radius: 10px;
    background: transparent !important;
    color: #6b7280;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
    box-shadow: none !important;
}

body.wp-theme-Avada .skyciv-hero-tabs.fusion-tabs .nav-tabs li h4 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

body.wp-theme-Avada .skyciv-hero-tabs.fusion-tabs .nav-tabs li h4:before {
    content: '';
    width: 24px;
    height: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    flex-shrink: 0;
}

body.wp-theme-Avada .skyciv-hero-tabs.fusion-tabs .nav-tabs li:nth-child(1) h4:before {
    background-image: url('../icons/UniteSquare.svg');
}
body.wp-theme-Avada .skyciv-hero-tabs.fusion-tabs .nav-tabs li:nth-child(2) h4:before {
    background-image: url('../icons/CheckFat.svg');
}
body.wp-theme-Avada .skyciv-hero-tabs.fusion-tabs .nav-tabs li:nth-child(3) h4:before {
    background-image: url('../icons/PaintBrushBroad.svg');
}

body.wp-theme-Avada .skyciv-hero-tabs.fusion-tabs .nav-tabs li.active:nth-child(1) h4:before {
    background-image: url('../icons/UniteSquareActive.svg');
}
body.wp-theme-Avada .skyciv-hero-tabs.fusion-tabs .nav-tabs li.active:nth-child(2) h4:before {
    background-image: url('../icons/CheckFatActive.svg');
}
body.wp-theme-Avada .skyciv-hero-tabs.fusion-tabs .nav-tabs li.active:nth-child(3) h4:before {
    background-image: url('../icons/PaintBrushBroadActive.svg');
}
body.wp-theme-Avada .skyciv-hero-tabs.fusion-tabs .nav-tabs li .tab-link .fusion-tab-heading,
body.wp-theme-Avada .skyciv-hero-tabs.fusion-tabs .nav-tabs li .tab-link h4 {
    color: inherit !important;
    margin: 0 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1 !important;
}

body.wp-theme-Avada .skyciv-hero-tabs.fusion-tabs .nav-tabs li .tab-link .fontawesome-icon,
body.wp-theme-Avada .skyciv-hero-tabs.fusion-tabs .nav-tabs li .tab-link .skyciv-tab-icon {
    font-size: 14px;
    color: inherit;
    margin: 0;
    display: inline-flex;
}

body.wp-theme-Avada .skyciv-hero-tabs.fusion-tabs .nav-tabs li .tab-link:hover,
body.wp-theme-Avada .skyciv-hero-tabs.fusion-tabs .nav-tabs li .tab-link:focus {
    color: #1f2937;
    background: rgba(0, 0, 0, 0.05) !important;
}

body.wp-theme-Avada .skyciv-hero-tabs.fusion-tabs .nav-tabs>.active>.tab-link,
body.wp-theme-Avada .skyciv-hero-tabs.fusion-tabs .nav-tabs>.active>.tab-link:hover,
body.wp-theme-Avada .skyciv-hero-tabs.fusion-tabs .nav-tabs>.active>.tab-link:focus {
    background: #eaf2ff !important;
    color: #2b57ff;
    box-shadow: none !important;
}

body.wp-theme-Avada .skyciv-hero-tabs.fusion-tabs .tab-content,
body.wp-theme-Avada .skyciv-hero-tabs.fusion-tabs .tab-pane {
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    margin-top: 60px;
    text-align: center;
}

@media (max-width: 1024px) {
    body.wp-theme-Avada .skyciv-hero-tabs.fusion-tabs>.nav .nav-tabs:before {
        display: none !important;
    }

    body.wp-theme-Avada .skyciv-hero-tabs.fusion-tabs .fusion-mobile-tab-nav {
        display: none !important;
    }

}

@media (max-width: 640px) {
    body.wp-theme-Avada .skyciv-hero-tabs.fusion-tabs>.nav {
        justify-content: flex-end;
        margin-bottom: 16px;
    }

    body.wp-theme-Avada .skyciv-hero-tabs.fusion-tabs .fusion-mobile-tab-nav {
        display: none !important;
    }

    body.wp-theme-Avada .skyciv-hero-tabs.fusion-tabs .tab-content, body.wp-theme-Avada .skyciv-hero-tabs.fusion-tabs .tab-pane {
        margin-top: 20px;
    }

    .section-hero .fusion-builder-row:after {
        height: 30%;
    }
}