.innovative_sec_title {
    font-size: 26px;
}
@media (min-width: 765px) {
    .innovative_sec_title {
        font-size: 36px;
    }
}
@media (min-width: 966px) {
    .innovative_sec_title {
        font-size: 42px;
    }
}
.nav-tabs-wrapper {
    background-color: #EEEEEE;
    width: fit-content;
}
.nav-tabs {
    border-bottom: none;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    /* Keep the tabs inline */
}
@media (min-width: 966px) {
    .nav-tabs {
        border-bottom: none;
        display: flex;
        font-size: 16px;
        font-weight: 500;
        /* Keep the tabs inline */
    }
}
.nav-tabs .nav-link {
    color: #333;
    /* Add space between the tabs */
    transition: background-color 0.3s ease, color 0.3s ease;
    border: none;
    background-color: transparent;
}

.nav-tabs .nav-link.active {
    background-color: #e74c3c;
    /* Red background for active tab */
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    /* Adds a slight shadow for depth */
}

@media (min-width: 966px) {
    .nav-tabs .nav-link.active {
        background-color: #e74c3c;
        /* Red background for active tab */
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        width: 100%;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        /* Adds a slight shadow for depth */
    }
    
}
.nav-tabs .nav-link:hover {
    background-color: transparent;
    color: #333;
}

/* Persistent active state on hover */
.nav-tabs .nav-link.active:hover {
    background-color: #e74c3c;
    /* Maintain red background for active tab */
    color: #fff;
}
.btn-low:hover {
    color: #E42527 !important;
    font-weight: 500 !important;
    margin-left: 3px;
}
.btn-low{
    font-weight: 400 ! important;
}
.inv_sec_img {
    width: 28px;
    height: 30px;
}
.Exfhar_title{
    font-size:30px;
    font-weight:400;
}
@media (min-width: 768px) {
    .Exfhar_title{
        font-size:30px;
        font-weight:400;
    }
    
}
.Exfhar_sub_title{
    font-size:14px;
    font-weight:300;
}
@media (min-width: 768px) {
    .Exfhar_sub_title{
        font-size:18px;
        font-weight:300;
    }
    
}
.exfhar_more{
    font-size:16px;
    font-weight:300;
}
@media (min-width: 768px) {
    .exfhar_more{
        font-size:14px;
        font-weight:300;
    }
    
}
.streamdata_img{
    width:100% !important;
    height:100% !important;

}