.solns_sec_title {
    font-size: 26px;
    font-weight: 400;
}
@media (min-width: 765px) {
    .solns_sec_title {
        font-size: 36px;
        font-weight: 
        400;
    }
}

@media (min-width: 966px) {
    .solns_sec_title {
        font-size: 42px;
        font-weight: 400;
    }
}

.solns_sec_title {
    font-size: 24px;
    font-weight: 400;
}
@media (min-width: 765px) {
    .solns_sec_title {
        font-size: 34px;
        font-weight: 400;
    }
}
@media (min-width: 966px) {
    .solns_sec_title {
        font-size: 44px;
        font-weight: 400;
    }
}
.stream_images {
    width: 40px;
}
@media (min-width: 765px) {
    .stream_images {
        width: 56px;
    }
}
.transform {
    width: 56px !important;
}

.card_item1_title {
    font-size: 18px;
    font-weight: 500;
}

.card_item1 {
    background-image: url('../images/Rectangle3.webp');
    background-repeat: round;
    background-size:cover;
    font-size: 22px;
}
.logos {
    width: 70px;
    display: inline-block;
}
@media (min-width:765px){
    .logos {
        width: 90px;
        display: inline-block;
    }
}
.logosv4 {
    width: 105px;
    display: inline-block;
}
@media (min-width:765px){
    .logosv4 {
        width: 150px;
        display: inline-block;
    }
}
.logosv8 {
    width: 80px;
    display: inline-block;
}
@media (min-width:765px){
    .logosv8 {
        width: 100px;
        display: inline-block;
    }
}
.logosv9 {
    width: 100px;
    display: inline-block;
}
@media (min-width:765px){
    .logosv9 {
        width: 120px;
        display: inline-block;
    }
}
.logosv2 {
    width: 65px;
    display: inline-block;
}

.logosv3 {
    width: 50px;
    display: inline-block;
}
.check_mark {
    width: 80%;
}
table td {
    vertical-align: middle;
    /* Centers content vertically */
    text-align: center;
    /* Centers content horizontally */
}

.logo-title {
    font-size: 14px;
    font-weight: 300;
}
@media (min-width:966px){
    .logo-title {
        font-size: 28px;
        font-weight: 300;
    }
}
@media (min-width:768px){
    .logo-title {
        font-size: 21px;
        font-weight: 300;
    }
}
.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;
    } 
}
.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;
    /* 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;
}
.solns_sec_sub_title {
    font-size: 16px;
    font-weight: 500;
}
@media (min-width: 768px) {
    .solns_sec_sub_title {
        font-size: 17px;
        font-weight: 500;
    }
}

@media (min-width: 966px) {
    .solns_sec_sub_title {
        font-size: 18px;
        font-weight: 500;
    }
}