/*
Theme Name: Hello Elementor Child
Theme URI:  https://vecto.digital
Author:     VECTO Digital
Author URI: https://vecto.digital
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/



.custom-tabs  .e-n-tabs-heading {
    border-radius: 8px;
    background: var(--e-global-color-secondary);
   
}

.custom-tabs .e-n-tabs-heading button[aria-selected="true"] span:before {
    content: '';
    width: 15px;
    height: 2px;
    background: white;
    left: 0;
    position: absolute;
}

.custom-tabs .e-n-tabs-heading button[aria-selected="true"] span {
    font-size: 38px;
}

.custom-tabs .e-n-tabs-heading button:before {
    margin-left: -70px;
    padding-right: 30px
}
.custom-tabs .e-n-tabs-heading button:nth-child(1):before {
    content: '01';
}
.custom-tabs .e-n-tabs-heading button:nth-child(2):before {
    content: '02';
}
.custom-tabs .e-n-tabs-heading button:nth-child(3):before {
    content: '03';
}
.custom-tabs .e-n-tabs-heading button:nth-child(4):before {
    content: '04';
}
.custom-tabs .e-n-tabs-heading button:nth-child(5):before {
    content: '05';
}
.custom-tabs .e-n-tabs-heading button:nth-child(6):before {
    content: '06';
}

.custom-tabs .e-n-tabs-heading button:nth-child(7):before {
    content: '07';
}


.custom-tabs.custom-tabs-v2  .e-n-tabs-heading {
    background: transparent;
}
.custom-tabs-v2 .e-n-tabs-heading button:not(:first-child):not(:last-child) {
     border-radius:  0;
}
.custom-tabs-v2 .e-n-tabs-heading button:first-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.custom-tabs-v2 .e-n-tabs-heading button:last-child {
      border-top-right-radius: 0;
    border-top-left-radius: 0;
}