.video_banner.common_banner {
    .banner-content {
        top: 20%;

        h3 {
            margin: 1.5rem 0rem;
        }

        h2 {
            margin-bottom: 2.5rem;
        }

        .discover_product_btn {
            background: var(--green-level-2);
        }
    }
}

.common_slider_sec {
    .slider_heading_sec {
        h3 {
            background: linear-gradient(to right, var(--green-level-3), var(--green-level-2)) !important;
            webkit-text-fill-color: transparent !important;
            -webkit-background-clip: text !important;

        }
    }
}

.common_slider_sec {
    .slider_section.ai_competence_slider_section {
        background-image: url(../../images/home/ai/ai_slider_bg.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;

        .carousel-caption {
            height: 125px;
        }

        .slider_kpi.slider_kpi_4 {
            right: 64px;
            bottom: 58px;
            left: unset;

            img {
                width: auto;
            }
        }

        .carousel-item img {
            margin: unset;
        }

        .carousel-caption {
            height: 125px;
        }
    }
}

h2,
h3 {
    font-family: "CalSans-SemiBold";
}

/* new css start 11/12/2024 */
.heading-one h2,
.heading-one span,
.heading-one h5 {
    color: #fff;
}

.heading-one h2 {
    font-size: 52px;
    font-weight: 500;
    margin-bottom: 15px !important;
}

.heading-one span {
    font-size: 24px;
    font-weight: normal;
}

.heading-one h5 {
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 50px !important;
}

.ai_sec {
    position: relative;
    padding: 6rem 0rem;

    .light-effect-right {
        position: absolute;
        right: 0px;
        top: -100px;
    }
}

.central_hub_sec {
    position: relative;

    .light-effect-left {
        position: absolute;
        left: 0px;
        top: -600px;
    }
}

.data_section {
    position: relative;
    z-index: 1;
}

.data_box {
    width: 100%;
}

.data_box p {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 25px;
}

.data_box p:last-child {
    margin-bottom: 0;
}

.data_box p span {
    font-size: 30px;
    font-weight: 500;
    padding: 0;
}

.data_box2 {
    background-image: url('../../images/ace/ai_everywhere.svg');
    background-repeat: no-repeat;
    background-size: contain;
    height: 345px;
}

.section3 {
    background-image: url('../../images/ace/aice_bg_01.svg');
    background-size: cover;
    padding-bottom: 185px;

}

.section3 .row_margin .col-md-6 {
    padding: 0px 7.5px;
}

.section3 .data_box {
    width: 100%;
    height: 350px;
    border-radius: 20px;
    background: url(../../images/ace/core_focus_area_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.section3 .data_box {
    padding: 30px;
}

.list_card h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
}

.list_card ul {
    margin: 0;
    padding: 0;
    margin-left: 30px;
}

.list_card ul li {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 130%;
}

.list_card ul li:last-child {
    margin-bottom: 0px;
}

/* .section4{
    background-color: #1D74F5;
} */
.section4 {
    position: relative;
    padding-bottom: 220px;

    &::before {
        content: "";
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
    }
}

.strategic_envisioning_sec {
    padding-top: 50px;

    .data_box3 {
        background-image: url('../../images/ace/aice_frame_01.svg');
        background-repeat: no-repeat;
        background-size: contain;
    }

    &::before {
        background-image: url('../../images/ace/aice_bg_02.svg');
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.ai_driven_sec {
    .data_box3 {
        background-image: url('../../images/ace/aice_frame_02.svg');
        background-repeat: no-repeat;
        background-size: contain;
    }

    &::before {
        background-image: url('../../images/ace/aice_bg_03.svg');
        background-repeat: no-repeat;
    }
}

.industry_specific_sec {
    .data_box3 {
        background-image: url('../../images/ace/aice_frame_03.svg');
        background-repeat: no-repeat;
        background-size: contain;
    }

    padding-bottom: 288px;
    padding-top: 100px;

    &::before {
        background-image: url('../../images/ace/aice_bg_04.svg');
        background-repeat: no-repeat;
        top: 0px;
    }
}

.full_scale_sec {
    .data_box3 {
        background-image: url('../../images/ace/aice_frame_04.svg');
        background-repeat: no-repeat;
        background-size: contain;
    }

    &::before {
        background-image: url('../../images/ace/aice_bg_05.svg');
        background-repeat: no-repeat;
        top: -12px;
    }
}

.list {
    background: var(--black-level-17);

    .nav {
        justify-content: space-between;
    }

    .nav-pills .nav-link {
        font-size: 18px;
        color: #ffffff;
        border: none;
        border-radius: 0px;
        padding: 22px 10px;
        cursor: pointer;
    }

    .nav-pills .nav-link.active {
        color: var(--black);
        font-family: "Geist-Bold";
        background: linear-gradient(to right, var(--green-level-2), var(--green-level-5));
    }
}

.list_content {
    padding: 4rem 0rem;

    .carousel {
        width: 85%;
        margin: auto;

        .carousel-control-prev,
        .carousel-control-next {
            width: 50px;
            height: 45px;
            border: none;
            opacity: 1;
            cursor: pointer;
            background: transparent;
        }

        .carousel-control-prev {
            left: -90px;

        }

        .carousel-control-next {
            right: -90px;

        }

        .carousel-control-prev-icon {
            background: url(https://www.click2cloud.com/img/home-new/Black_02.svg);
        }

        .carousel-control-next-icon {
            background: url(https://www.click2cloud.com/img/home-new/Black_01.svg);
        }

        .carousel-control-next-icon,
        .carousel-control-prev-icon {
            width: 35px;
            height: 36px;
        }
    }
}

.section4 h2 {
    font-size: 52px;
    color: #fff !important;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
}

.section4 .data_box h5 {
    font-size: 40px;
    color: #fff !important;
    font-family: "CalSans-SemiBold";
    line-height: auto;
}

.section4 .data_box {
    h2 {
        font-size: 90px;
        font-family: "CalSans-SemiBold";
        margin-bottom: 0px;
        text-align: left;
        margin-right: 15px;
    }
}

.section4 .data_box h6 {
    font-size: 24px;
    font-weight: 500;
    line-height: 36px;
    margin: 20px 0;
    font-family: "Geist-Bold";
}

.strategic_envisioning_sec,
.industry_specific_sec {
    .data_box h6 {
        color: var(--green-level-2);
    }

    .data_box3 .list_card ul li {
        color: var(--green-level-2);
    }
}

.ai_driven_sec,
.full_scale_sec {
    .data_box h6 {
        color: var(--green-level-5);
    }

    .data_box3 .list_card ul li {
        color: var(--green-level-5);
    }
}

.section4 .data_box p {
    font-size: 18px;
    font-weight: normal;
    line-height: 36px;
}

.data_box3 {
    padding: 30px;
    border-radius: 6px;
    height: auto;
}

.data_box3 .list_card h3 {
    margin: 20px 0;
}

.data_box3 .list_card ul {
    margin-left: 21px;
}

.data_box3 .list_card ul li {
    margin-bottom: 15px;
    font-size: 18px;
}

.data_img_box {
    background-image: url('../../images/ace/aice_strategic.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 266px;
    width: 100%;
}

.data_img_box2 {
    background-image: url('../../images/ace/aice_ai_driven_image.svg');
}

.data_img_box3 {
    background-image: url('../../images/ace/aice_ai_industry_image.svg');
}

.data_img_box4 {
    background-image: url('../../images/ace/aice_fullscale.svg');
}

.section4 .data_box {
    margin-top: 75px;

    .top_head {
        display: flex;
    }
}

.ai_excellence_sec {
    padding-top: 5rem;
}

.section5 h3 {
    font-size: 52px;
    font-weight: 500;
    margin-bottom: 25px;
}

.section5 h5 {
    font-size: 20px;
    font-weight: normal;
    line-height: 130%;
    margin-bottom: 20px;
}

.card_box {
    margin-top: 30px;
}

.card_box .row_margin {
    margin: 0px -10px;
}

.card_box .row_margin .col-md-3 {
    padding: 0px 10px;
}

.industry_serve_sec {
    padding: 2rem 0rem;
}

.industry_serve_sec_box {
    padding: 6rem 0rem 3rem;
    display: flex;
    align-items: flex-start;

    h2 {
        font-weight: bold;
        font-size: 52px;
        margin-right: 3rem;
    }

    p {
        font-size: 16px;
    }

    .get_in_touch_btn {
        padding: 15px 65px;
        cursor: pointer;
        display: inline-block;
        color: var(--light);
        text-decoration: none;
        border-radius: 30px;
        font-size: 20px;
        font-family: "Geist-SemiBold";
        margin-top: 20px;
        border: 2px solid var(--light);
    }
}

.card_box .card_box_item {
    height: 280px;
    background-color: var(--black-level-17);
    border-radius: 15px;
    padding: 30px;
    position: relative;
}

.card_box .card_box_item img {
    height: 55px;
}

.card_box .card_box_item p {
    font-size: 20px;
    color: #fff !important;
    font-weight: 500;
    line-height: 26px;
    margin-top: 50px;
}

.section6 {
    background-image: url('../../images/ace/Embrace_future.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 500px;
    width: 100%;
    position: relative;
}

.section6 h3,
.section6 p {
    color: #fff !important;
}

.section6 h3 {
    font-size: 52px;
    font-weight: 500;
    margin-bottom: 30px;
}

.section6 p {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
}

.section6 .text_relative {
    position: absolute;
    left: 50%;
    top: 55px;
}

.metaKeyMain,
.metaKey {
    display: none;
}

.dark-green-light,
.green-light {
    position: relative;

    &::before {
        content: "";
        position: absolute;
        bottom: 86px;
        left: -104px;
        width: 300px;
        height: 300px;
        border-radius: 50%;
        background: var(--green-level-6);
        filter: blur(200px);
    }
}

.green-light {
    &::before {
        left: unset;
        right: -104px;
        background: var(--green-level-5);
    }
}

@media only screen and (max-width:991px) {
    .video_banner.common_banner {
        .banner-content {
            h2 {
                margin-bottom: 1.5rem;
                font-size: 18px;
                line-height: 25px;
            }
        }
    }

    .common_slider_sec {
        padding-top: 3rem;

        .slider_heading_sec {
            padding: 0px !important;

            h3 {
                font-size: 28px !important;
                line-height: 35px !important;
            }
        }

        .slider_section.ai_competence_slider_section {
            margin: 0px !important;

            .carousel-caption {
                height: unset;

                h2 {
                    font-size: 18px;
                }

                p {
                    font-size: 15px;
                }
            }

            .carousel-item {
                height: unset;

                img {
                    max-width: 100%;
                }
            }

            .slider_kpi {
                display: none;
            }
        }
    }

    .data_box {
        p {
            font-size: 16px;

            span {
                font-size: 21px;
            }
        }
    }

    .data_box2 {
        height: 205px;
        margin-top: 2rem;
    }

    .ai_sec {
        padding: 3rem 0rem;

        .light-effect-right {
            display: none;
        }
    }

    .central_hub_sec {
        .light-effect-left {
            max-width: 100%;
            top: 50px;
        }
    }

    .section3 .data_box {
        height: auto;
        background-size: 100% 100%;
        margin-bottom: 25px;

    }

    .list_card h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .list_card ul li {
        font-size: 16px;
        margin-bottom: 15px;
        line-height: 20px;
    }

    .section5 h3 {
        font-size: 28px;
    }

    .section5 h5 {
        font-size: 16px;
        line-height: 20px;
    }

    .card_box .card_box_item {
        height: 250px;
        margin-bottom: 20px;

        p {
            font-size: 18px;
        }
    }

    .industry_serve_sec_box {
        flex-direction: column;
        padding-top: 2rem;

        h2 {
            margin-right: 0rem;
            font-size: 28px;
            letter-spacing: 2px;
        }
    }

    .list {
        .nav {
            justify-content: flex-start;
        }

        .nav-pills .nav-link {
            padding: 15px 10px;
            margin-right: 20px;
        }
    }

    .section6 {
        background-image: none;
        height: auto;

        .text_relative {
            position: unset;
        }

        p {
            font-size: 16px;
            line-height: 25px;
        }

        h3 {
            font-size: 28px;
        }
    }

    .industry_specific_sec {
        padding-top: 0px;
    }

    .strategic_envisioning_sec,
    .industry_specific_sec {
        &::before {
            background: none;
        }

        .data_box3 {
            border: solid 1px transparent;
            background: linear-gradient(rgb(17 24 24) 0 0) padding-box, linear-gradient(177deg, #132928, #275a57, #2d7a77) border-box;
        }
    }

    .ai_driven_sec,
    .full_scale_sec {
        &::before {
            background: none;
        }

        .data_box3 {
            border: solid 1px transparent;
            background: linear-gradient(rgb(17 24 24) 0 0) padding-box, linear-gradient(177deg, #193529, #2f8f41, #144334) border-box;
        }
    }

    .dark-green-light,
    .green-light {
        &::before {
            left: 0px;
            width: 200px;
            height: 200px;
        }
    }

    .section4 {
        padding-bottom: 2rem;

        h2 {
            font-size: 24px;
        }

        .data_box {
            margin-top: 30px;

            h2 {
                font-size: 55px;
            }

            h5 {
                font-size: 28px;
            }

            p {
                font-size: 16px;
                line-height: 25px;
            }

            h6 {
                font-size: 20px;
                line-height: 25px;
                margin: 10px 0;
            }
        }
    }

    .section3 {
        padding-bottom: 0;
        background-image: none;
    }
}

@media only screen and (max-width:991px) and (min-width:768px) {
    .data_img_box {
        height: 150px;
    }

    .section6 {
        background-image: url(../../images/ace/Embrace_future.svg);
        height: 260px;
        margin: 4rem 0;

        .text_relative {
            position: absolute;
            top: 0px
        }
    }

    .section4 {
        padding-bottom: 4rem;
    }

    .ai_excellence_sec {
        padding-top: 3rem;
    }

    .section3 .data_box {
        height: 100%;
    }

    .client_section {
        margin-top: 10rem !important;
    }

    .video_banner.common_banner {
        top: -85px !important;

        .banner-content {
            top: 25% !important;
        }
    }
  .common_slider_sec {
        & .slider_section.ai_competence_slider_section {
            & .carousel-item {
                img {
                    max-width: 80%;
                }
            }
            .slider_kpi.slider_kpi_4 {
                right: 25px;
                bottom: 20px;
                display: block;
                width: 250px;
            }
        }
    }

}
@media only screen and (max-width:1199px) and (min-width:992px) {
    .strategic_envisioning_sec,.industry_specific_sec  {
        .data_box3 {
            border: solid 1px transparent;
            background: linear-gradient(rgb(17 24 24) 0 0) padding-box, linear-gradient(177deg, #132928, #275a57, #2d7a77) border-box;
            border-radius: 20px;
        }
    }
    .green-light {
    &::before {
        right: 0;
    }
}
    .ai_driven_sec, .full_scale_sec {
        .data_box3 {
            border: solid 1px transparent;
            background: linear-gradient(rgb(17 24 24) 0 0) padding-box, linear-gradient(177deg, #193529, #2f8f41, #144334) border-box;
              border-radius: 20px;
        }
    }
    .industry_specific_sec {
        &::before {
            top: -2px;
        }
   }
   .full_scale_sec {
    &::before {
        top: -16px;
    }
}
.card_box .card_box_item {
    margin-bottom: 25px;
}
.list {
    .nav-pills .nav-link {
        font-size: 16px;
    }
}
.list_card{
 h3 {
    font-size: 25px;
 } 
 ul li {
    font-size: 18px;
    margin-bottom: 10px;
}
}
}
@media only screen and (1199.98px <=width <=1439.98px) {
    .common_banner {
        .banner-content {
            h2 {
                font-size: 20px !important;
                line-height: 24px !important;
            }

            h3 {
                margin: 1rem 0rem !important;
            }
        }
    }
    .green-light {
    &::before {
        right: 0;
    }
}
}