    /* Case-study CSS */
    .ml-quote-banner {
        background: url(/machine-learning/img/strip-bg.webp) no-repeat center center;
        background-size: cover;
        padding: 25px 20px;
        text-align: center;
        color: white;
        font-family: Arial, sans-serif;
    }

    .sap-img-content-section img {
        min-height: 330px;
        object-fit: contain;
    }

    .img-content-section img {
        /* max-height: 400px; */
        width: 100%;
    }

    .powered-sap img {
        max-width: 400px;
    }

    .img-content-section {
        text-align: right;
    }


    .case-study-logo {
        height: 60px;
    }


    .study-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .highlight-orange {
        font-weight: 800;
    }

    .study-box {
        background: #fff;
        border: 2px solid #00A5B5;
        border-radius: 6px;
        padding: 45px;
        flex: 1 1 calc(50% - 40px);
        max-width: 550px;
        min-width: 280px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .case-title {
        color: #1991a3;
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 10px;
    }

    .case-heading {
        color: #C0471B;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 15px;
        line-height: 1.4;
    }

    .case-description {
        font-size: 16px;
        color: #333;
        line-height: 1.5;
        margin-bottom: 15px;
        text-align: left;
    }

    .case-description b {
        color: #007A8D;
    }

    .case-study-underline {
        width: 80%;
        height: 2px;
        background-color: #a5a5a5;
        margin: 0 auto 15px auto;
    }

    .logo-wrapper {
        margin-top: auto;
    }

    .brand-logo {
        max-height: 50px;
        width: auto;
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }

    .it-leader-sec {
        background-color: #edfafc;
    }

    .drawline-3:after {
        background: transparent;
    }

    /* .img-content-section img{
        min-height:230px;
    } */
    .it-leaderimg-sec img {
        min-height: 350px;
    }

    .itsm-client-list {
        min-height: 150px;
    }

    .sap-product-implementation ul li {
        margin-bottom: 25px;
    }

    .youtube-head {
        line-height: 1.1;
    }

    .drawline-3:before {
        position: absolute;
        content: "";
        width: 2px;
        height: 100%;
        background: #5ebdc6;
        left: -2%;
    }

    .bg-grey {
        background: #e9e9ea;
    }

    .bg-blue {
        background: #e7f9fb;
    }

    .equal-div {
        display: flex;
    }

    .equal-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .ml-grid-container {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        margin: auto;
        margin-bottom: 30px;
    }

    .ml-grid-container1 {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        margin: auto;
        max-width: 1000px;
        margin-bottom: 30px;
    }

    .ml-item {
        background: #fff;
        border: 2px solid #ff5a1f;
        padding: 25px 20px;
        text-align: center;
        font-size: 20px;
        font-weight: bold;
    }

    /* Tablet */
    @media (max-width:900px) {
        .ml-grid-container {
            grid-template-columns: repeat(2, 1fr);
        }

        .ml-grid-container1 {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    /* Mobile */
    @media (max-width:500px) {
        .ml-grid-container {
            grid-template-columns: 1fr;
        }

        .ml-grid-container1 {
            grid-template-columns: 1fr;
        }
    }

    .frameworks {
        position: relative;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        max-width: 1000px;
        margin: auto;
        background: #fff;
        text-align: center;
        margin-bottom: 30px;
    }

    .frameworks1 {
        position: relative;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        /* max-width: 1000px; */
        margin: auto;
        background: #fff;
        text-align: center;
        margin-bottom: 30px;
    }

    /* outer border using pseudo element */
    .frameworks::before {
        content: "";
        position: absolute;
        inset: 0;
        border: 2px solid #ff5a1f;
        pointer-events: none;
    }

    .frameworks1::before {
        content: "";
        position: absolute;
        inset: 0;
        border: 2px solid #ff5a1f;
        pointer-events: none;
    }

    .item {
        padding: 25px 10px;
        font-size: 22px;
        font-weight: bold;
        position: relative;
    }

    /* vertical lines using after */
    .item:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 2px;
        background: #ff5a1f;
    }


    @media (max-width:480px) {
        .frameworks {
            grid-template-columns: 1fr;
        }

        .frameworks1 {
            grid-template-columns: 1fr;
        }

        .item::after {
            display: none;
        }

        .item:not(:last-child) {
            border-bottom: 2px solid #ff5a1f;
        }

    }

    @media (max-width: 1100px) and (min-width: 992px) {
        .equal-div {
            width: 100% !important;
        }

        .bg-grey {
            background: #ecf5f4;
            width: 100%;
        }
    }

    @media (min-width: 0px) and (max-width: 1100px) {
        .equal-image img {
            width: auto;
            height: 100%;
            object-fit: cover;
        }
    }

    @media (max-width: 1100px) and (min-width: 320px) {
        .equal-div {
            flex-direction: column;
        }
    }


    @media(max-width:1200px) {
        .img-content-section {
            padding-left: 0px;
        }
    }

    @media(max-width: 991px) {
        .it-leaderimg-sec {
            text-align: center;
            padding: 0 15px;
        }

        .drawline-3:before {
            display: none;
        }

        .img-content-section img {
            min-height: unset;
            width: auto;

        }

        .it-leader-sec {
            background-color: #ffffff;
        }

        .img-content-section {
            text-align: center;
        }

        .img-content-section-list {
            background-color: transparent;
        }


    }


    @media(max-width:768px) {
        .it-leaderimg-sec img {
            padding: 0 15px;
        }

        .sap-img-content-section img {
            min-height: auto;
        }

        .img-content-section img,
        .it-leaderimg-sec img {
            min-height: auto;
        }

        .img-content-section img {
            max-height: 300px;
            width: auto;
        }

    }

    /* Container style */
    .nvidia-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* 2 columns in a row */
        gap: 40px;
        padding: 20px;
    }

    /* Card style */
    .nvidia-card {
        background-color: #fff;
        color: black;
        border-radius: 10px;
        padding: 20px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease;
    }

    .ml-shadow {
        box-shadow: 8px 8px 5px #0f8b8d;
    }

    .nvidia-card:hover {
        transform: translateY(-2px);
    }

    /* Number style */
    .nvidia-card-number {
        background-color: #0097a4;
        color: white;
        font-weight: bold;
        width: 70px;
        height: 70px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
        font-size: 2.2rem;
        margin-bottom: 15px;

    }

    /* Responsive behavior */
    @media (max-width: 768px) {
        .nvidia-container {
            grid-template-columns: 1fr;
        }
    }


    .nvidia-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 40px;
        max-width: 1400px;
        margin: 15px;
    }

    .nvidia-card1 {
        background: #ffffff;
        padding: 30px 20px;
        border-radius: 16px;
        border: 2px solid #5f1f9e;
        box-shadow: 8px 10px 0 #5f1f9e;
        text-align: center;
        transition: 0.3s ease;
    }

    .nvidia-card2 {
        background: #ffffff;
        padding: 30px 20px;
        border-radius: 16px;
        border: 2px solid #ee5a23;
        box-shadow: 8px 10px 0 #ee5a23;
        text-align: center;
        transition: 0.3s ease;
    }

    .nvidia-card3 {
        background: #ffffff;
        padding: 30px 20px;
        border-radius: 16px;
        border: 2px solid #0096a3;
        box-shadow: 8px 10px 0 #0096a3;
        text-align: center;
        transition: 0.3s ease;
    }

    .nvidia-card4 {
        background: #ffffff;
        padding: 30px 20px;
        border-radius: 16px;
        border: 2px solid #1fc0da;
        box-shadow: 8px 10px 0 #1fc0da;
        text-align: center;
        transition: 0.3s ease;
    }

    .nvidia-card5 {
        background: #ffffff;
        padding: 30px 20px;
        border-radius: 16px;
        border: 2px solid #b48af2;
        box-shadow: 8px 10px 0 #b48af2;
        text-align: center;
        transition: 0.3s ease;
    }

    .nvidia-card6 {
        background: #ffffff;
        padding: 30px 20px;
        border-radius: 16px;
        border: 2px solid #797a7b;
        box-shadow: 8px 10px 0 #797a7b;
        text-align: center;
        transition: 0.3s ease;
    }

    .nvidia-card1:hover,
    .nvidia-card2:hover,
    .nvidia-card3:hover,
    .nvidia-card4:hover,
    .nvidia-card5:hover,
    .nvidia-card6:hover {
        transform: translateY(-6px);
    }

    .heading-card1 {
        color: #5f1f9e;
    }

    .heading-card2 {
        color: #ee5a23;
    }

    .heading-card3 {
        color: #0096a3;
    }

    .heading-card4 {
        color: #1fc0da;
    }

    .heading-card5 {
        color: #b48af2;
    }

    .heading-card6 {
        color: #797a7b;
    }

    @media (max-width: 1400px) {
        .nvidia-grid {
            grid-template-columns: repeat(2, 1fr);
        }

    }

    @media (max-width: 768px) {
        .nvidia-grid {
            grid-template-columns: 1fr;
        }
    }

    .line-height-40 {
        line-height: 40px;
    }

    .line-height-25 {
        line-height: 25px;
    }