.industry-buttons-wrapper {
    margin-top: 10px;
    text-align: center;
}

.carousel-item img {
    height: 672px;
    /* width: 100%;
    object-fit: cover; */
}

/* .industry-buttons-wrapper button {
    background: white;
    color: black;
    font-size: 21px;
    padding: 3px 11px;
}

.industry-buttons-wrapper .btn-primary:focus,
.industry-buttons-wrapper .btn-primary:active {
    background: white;
    color: black;
} */


/* Responsive improvements */
@media (max-width: 576px) {
    .carousel-item img {
        height: auto;
    }
}



.showmoreless {
    cursor: pointer;
    color: #0E2D52;
    text-decoration: underline !important;
    font-weight: bold;
    float: right;
}

.industry-info ul {
    margin-bottom: 0px;
}

.industry-info {
    line-height: 1.5em;
    max-height: 4.5em;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.industry-info.expanded {
    max-height: none;
}

.industry-wrapper .nav-tabs {
    border-bottom: none;
}

.industry-wrapper .nav-tabs .nav-link {
    border: none;
    color: #6c757d;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
}

.industry-wrapper .nav-tabs .nav-link.active {
    color: #002d62;
    border-bottom: 2px solid #002d62;
    font-weight: 600;
    background: none;
    padding-bottom: 2px;
}

.ind-icon {
    width: 20px;
    height: 20px;
}

.industry-wrapper .nav-tabs .nav-link.active .ind-icon {
    filter: grayscale(1) sepia(1) hue-rotate(182deg) saturate(520%) brightness(0.4);
}

.industry-wrapper img.img-fluid.w-100 {
    max-height: 350px;
}

.certificate-images-wrapper {
    position: absolute;
    bottom: 0;
    background: #0000004a;
    height: 90px;
    left: 0;
    right: 0;
    z-index: 100;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-top: 15px;
    text-align: center;
}

.certificate-images-wrapper img {
    max-height: 60px;
    margin: 0 5px;
}

.industry-wrapper {
    display: block;
    padding-left: 10px;
}

@media (max-width: 576px) {
    .certificate-images-wrapper img {
        max-height: 30px;
        margin: 2px 5px;
    }
}