.custom-accordion-item {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    padding: 40px;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}


.about-ai-info .section-title .title {
    font-size: 1.5rem !important;
    font-weight: 300;
    line-height: 1.5;
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #163027 !important;
    margin-top: 44px;
}

.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    padding: 0.75rem 5% !important;
    margin: 0;
    text-align: left;
    color: #fff;
    border-top: 1px solid #383838;
    border-top: 1px solid rgba(255, 255, 255, .5);
    text-decoration: none;
    text-transform: uppercase;
}

.breadcrumb-info h1 {
    font-size: clamp(26px, 4vw, 40px) !important;
    font-weight: 600;
}

.apply-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 8px 16px;
    text-decoration: none;
    color: inherit;
    white-space: nowrap;
    background: transparent !important;
    border: 1px solid #fff !important;
    animation: blink 1s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 576px) {
    .apply-btn {
        width: 100%;
        margin-top: 10px;
    }
}

.industries-info {
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    box-sizing: border-box;

    .industries-info p {
        margin: 0;
        font-size: 16px;
    }


    @media (max-width: 768px) {
        .industries-info {
            padding: 10px;
        }

        .industries-info p {
            font-size: 14px;
            line-height: 1.4;
        }
    }


}

h3 > strong, h3 {
    color: white !important;
    text-align: justify;
    margin-top: 10px;
}

.modal-content {
    background: transparent !important;
}

.modal-body {
    background-image: url(../images/shapes/line.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.about-title {
    font-size: 20px !important;
}

