.industires_title {
    font-size: 26px;
    font-weight: 400;
}
@media (min-width:966px){
    .industires_title {
        font-size: 32px;
        font-weight: 400;
    } 
}
@media (min-width:765px){
    .industires_title {
        font-size:29px;
        font-weight: 400;
    } 
}
.industires_sub_title {
    font-size: 14px;
    font-weight: 300;
}

@media (min-width:966px){
    .industires_sub_title {
        font-size: 18px;
        font-weight: 300;
    } 
}
@media (min-width:765px){
    .industires_sub_title {
        font-size: 16px;
        font-weight: 300;
    } 
}

.check_mark {
    width: 80%;
}

.Exfharmonize_title {
    font-size: 26px;

}
@media (min-width:966px){
    .Exfharmonize_title {
        font-size: 28px;
    } 
}
@media (min-width:765px){
    .Exfharmonize_title {
        font-size: 30px;
    } 
}

.col_tab_data {
    color: #F7A12A;
    font-size: 12px;
    font-weight: 400;
}
.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;
    }
}
table td {
    vertical-align: middle;
    /* Centers content vertically */
    text-align: center;
    /* Centers content horizontally */
}
.logosv6{
    height:200px;
}
.nav-tabs-wrapper {
    background-color: #EEEEEE;
    width: fit-content;
}

.nav-tabs {
    border-bottom: none;
    display: flex;
    /* 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: 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;
}
.logos {
    width: 90px;
    display: inline-block;
}

.logosv4 {
    width: 150px;
    display: inline-block;
}

.logosv2 {
    width: 65px;
    display: inline-block;
}

.logosv3 {
    width: 50px;
    display: inline-block;
}
.trending-title{
    font-weight:500 !important;
    font-size:22px;
}