.ai-hero .content h2 span {
    font-weight: 700;
    color: var(--dark-blue-clr);
}

.ai-hero .content h2 b {
    font-weight: 700;
}

.ai-hero .content h2 {
    margin-bottom: 50px;
}

.ai-hero .content .border {
    border: 1px solid #D9D9D9 !important;
    margin-top: 50px;
    margin-bottom: 50px;
}

.ai-hero .content2 {
    min-height: 275px;
    background-image: url(https://deftsoft.com/wp-content/uploads/2025/08/hero-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.ai-hero .content2 .h6-fw-25 {
    text-align: center;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 35px;
}

.ai-hero .content2 h4 {
    text-align: center;
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 6px;
}

.ai-hero .content2 p {
    color: #FFFFFF;
    margin-top: 0px;
    margin-bottom: 0px;
}

.ai-hero .content3 {
    min-height: 275px;
    background-image: url(https://deftsoft.com/wp-content/uploads/2025/08/hero-bg2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    padding: 40px 25px;
}

.ai-hero .content3 .h6-fw-25 {
    color: #111111;
    margin-top: 0px;
    margin-bottom: 0px;
}

@media (max-width: 1199px) {
    .ai-hero .content h2 {
        margin-bottom: 30px;
    }

    .ai-hero .content .border {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .ai-hero .content2,
    .ai-hero .content3 {
        min-height: 250px;
    }
}

@media (max-width: 991px) {

    .ai-hero .content2,
    .ai-hero .content3 {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {

    .ai-client-container .inner-clients::before,
    .ai-client-container .inner-clients::after {
        display: none;
    }
}