  /* Wrap all styles inside .custom-tab-widget-style */

    .custom-tab-widget-style {

        /* Paragraph text */
        .text-normal {
            margin-left: 50px !important;
            font-family: 'Nexa', 'Helvetica Neue', Arial, sans-serif;
            font-size: 20px;
            line-height: 33px;
            font-weight: 700;
            color: rgb(65, 66, 65);
            margin: 0;
            stroke-width: 0px !important;
            -webkit-text-stroke-width: 0px !important;
        }

        /* Highlighted words */
        .text-normal b {
            font-weight: 600;
            color: rgb(230, 129, 71);
        }

        /* Hover state */
        .e-n-tab-title:hover .text-normal,
        .e-n-tab-title:hover .text-normal b {
            color: #ffffff;
        }

        /* Active tab */
        .e-n-tab-title[aria-selected="true"] .text-normal,
        .e-n-tab-title[aria-selected="true"] .text-normal b {
            color: #ffffff !important;
        }

        /* Radius */
        #radius-decrease-custom {
            border-bottom-left-radius: 25px;
        }
    }

    /* ===================== */
    /* RESPONSIVE BREAKPOINTS */
    /* ===================== */
    @media (max-width: 1500px) {
        .custom-tab-widget-style .text-normal {
            font-size: 18px;
            line-height: 30px;
            margin-left: 30px !important;
        }
    }

    @media (max-width: 1200px) {
        .custom-tab-widget-style .text-normal {
            font-size: 17px;
            line-height: 28px;
            margin-left: 20px !important;
        }
    }

    @media (max-width: 800px) {
        .custom-tab-widget-style .text-normal {
            font-size: 16px;
            line-height: 26px;
            margin-left: 15px !important;
        }
    }

    @media (max-width: 600px) {
        .custom-tab-widget-style .text-normal {
            line-height: 24px;
            margin-left: 13px !important;
        }
    }

    @media (max-width: 1024px) {
        .custom-tab-widget-style #radius-decrease-custom {
            border-bottom-left-radius: 0px;
        }
    }

    @media (max-width: 767px) {
        .custom-tab-widget-style #radius-decrease-custom {
            border-bottom-left-radius: 0px;
        }
    }

.custom-tab-style-global {
	  .elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon svg {
    fill: white !important;
    filter: brightness(9.5);
}
.elementor-widget-n-tabs 
.e-n-tab-title[aria-selected="true"] .e-n-tab-icon svg,
.elementor-widget-n-tabs 
.e-n-tab-title:hover .e-n-tab-icon svg {
    fill: white !important;
    filter: brightness(9.5);
}
	.elementor-widget-n-tabs 
.e-n-tab-title[aria-selected="true"] .e-n-tab-icon svg,
.elementor-widget-n-tabs 
.e-n-tab-title:active .e-n-tab-icon svg {
    fill: white !important;
    filter: brightness(9.5);
}
	#radius-decrease-custom {
            border-bottom-left-radius: 0px;
        }
}
.o-vedica-table .rselements-table-body tr td:first-child {
    color: #E68147;
    font-weight: 700 !important;
}