.gray_bg {
    padding: 60px 0;
    background-color: #f7f7f7;
}

.white_bg {
    padding: 60px 0;
    background-color: #fff;
}

.heading_commons {
    font-size: 40px;
    font-weight: 800;
    font-family: Montserrat;
    padding-top: 15px;
    color: #000;
    position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;
}


.heading_commons:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    background: #00b2ff;
    width: 80px;
    height: 7px;
}

.banner_blk .banner_contant p {
    font-size: 22px;
    font-weight: 800;
    font-family: Montserrat;
    color: #ffffff;
    margin-bottom: 0px;
    line-height: 30px;
    text-transform: uppercase;
}

.overview_contants p {
    font-size: 15px;
}

.stats-pill {
    background: #ffffff;
    border-radius: 100px;
    padding: 32px 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 90px;
    flex-wrap: wrap;
    max-width: 1000px;
    width: 100%;
    margin: auto;
    margin-top: 2rem;
}

.stat {
    text-align: center;
}

.stat__value {
    font-size: 44px;
    font-weight: 400;
    line-height: 1.1;
    background: linear-gradient(90deg, #0dccff 0%, #4760ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.stat__label {
    margin-top: 4px;
    font-size: 15px;
    font-weight: 400;
    color: #000;
}



.accelerate_section {
    padding: 80px 0;
    background-color: #000;
    background-image: url(../images/accelerate-wifi8.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 70%;
}

.content_text p {
    font-size: 20px;
    color: #fff;
    margin: 6px 0 0;
    font-weight: 500;
}

.contactBtn a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff !important;
    padding: 10px 40px;
    background-image: linear-gradient(90deg, #6400ff, #30adff);
    overflow: hidden;
    position: relative;
    border-radius: 0px;
    cursor: pointer;
}

.text_common {
    color: #3a3a3a;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    margin: 0;
    font-size: 15px;
}
.extended_text{
    font-size: 31px;
}
.edge_ai_use_case {
    padding: 80px 0;
    background-color: #000;
    background-image: url(../images/edge_ai_use_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.odm_devices_Box {
    background: rgb(0 0 0 / 60%);
    padding: 25px 20px;
    min-height: 285px;
    border: 1px solid #00b2ff;
    margin-top: 40px;
}

.odm_devices_Box picture {
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
}

.odm_devices_Box h4 {
    font-size: 18px;
    font-weight: 700;
    font-family: Montserrat;
    margin: 24px 0 10px;
    color: #ffffff;
}

.odm_devices_Box p {
    font-size: 18px;
    color: #ffffff;
    margin: 0;
}

.new_our_expertise_blog {
    margin-top: 24px;
}

.new_our_ex_blog_text h3 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    font-family: Montserrat;
    margin: 24px 0 0;
}

.new_our_ex_blog_text p {
    font-size: 16px;
    margin-top: 15px;
}

/* Tab pane content */

.solutions_tabing {
    margin-top: 40px;
}

.solutions_tabing .tab-content {
    padding: 35px 50px;
    border: 1px solid #77d6ff;
    margin-top: -5px;
}

.solutions_tabing .nav-tabs {
    border-bottom: 0px;
}

.tab_pane_heading {
    font-size: 24px;
    font-weight: 700;
    font-family: Montserrat;
    color: #000;
    margin: 0 0 20px;
}

.tab_pane_img img {
    width: 100%;
    height: auto;
    display: block;
}

.tab_pane_slider .carousel-control-prev,
.tab_pane_slider .carousel-control-next {
    width: 44px !important;
    height: 44px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.45);
    border-radius: 50%;
    opacity: 1;
    transition: background 0.3s ease;
}

.tab_pane_slider .carousel-control-prev {
    left: 12px;
}

.tab_pane_slider .carousel-control-next {
    right: 12px;
}

.tab_pane_slider .carousel-control-prev:hover,
.tab_pane_slider .carousel-control-next:hover {
    background: #00b2ff;
}

.tab_pane_slider .carousel-control-prev-icon,
.tab_pane_slider .carousel-control-next-icon {
    width: 18px;
    height: 18px;
}

.tab_pane_contant {
    padding-left: 30px;
}

.tab_pane_contant p {
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    margin: 0;
}

.tab_pane_subheading {
    font-size: 26px;
    font-weight: 700;
    font-family: Montserrat;
    color: #000;
    margin: 40px 0 20px;
}

.tab_pane_subheading span {
    color: #00b2ff;
}

ul.tab_pane_list {
    padding-left: 16px;
    font-size: 16px;
}

.solutions_tabing .nav-item .nav-link {
    font-weight: 600;
    color: #00b2ff;
    font-size: 15px;
    border: 0px;
}

.solutions_tabing .nav-item .nav-link.active {
    border: none;
    color: #ffffff;

    font-family: Montserrat;
    transition: all 0.3s ease;
    background: rgb(30, 87, 153);
    background: -moz-linear-gradient(left, rgba(30, 87, 153, 1) 0%, rgba(22, 98, 228, 1) 0%, rgba(4, 165, 251, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(30, 87, 153, 1) 0%, rgba(22, 98, 228, 1) 0%, rgba(4, 165, 251, 1) 100%);
    background: linear-gradient(to right, rgba(30, 87, 153, 1) 0%, rgba(22, 98, 228, 1) 0%, rgba(4, 165, 251, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#04a5fb', GradientType=1);
    position: relative;
    border-radius: 0px;
}






/* media Query */

@media (min-width: 1600px) {

    .custom_container,
    .container {
        max-width: 1500px;
        margin: 0 auto;
    }

    .overview_contants p {
        font-size: 20px;
    }
}


@media (max-width: 1599px) {
  
    .heading_commons {
        font-size: 34px;
    }

    .tab_pane_heading {
        font-size: 16px;
    }

    .tab_pane_contant p {
        font-size: 16px;
    }

    .tab_pane_subheading {
        font-size: 16px;
        margin: 20px 0 15px;
    }

    .odm_devices_Box picture {
        width: 48px;
        height: 48px;
    }

    .odm_devices_Box h4 {
        font-size: 16px;
    }

    .odm_devices_Box p {
        font-size: 16px;
    }

    .new_our_ex_blog_text h3 {
        font-size: 16px;
    }

    .new_our_ex_blog_text p {
        font-size: 16px;
    }

    .content_text p {
        font-size: 16px;
    }

    ul.tab_pane_list {
        font-size: 14px;
    }

    .contactBtn a {
        font-size: 15px;
    }

    .stat__value {
        font-size: 36px;
    }

    .stat__label {
        font-size: 14px;
    }

    .stats-pill {
        max-width: 926px;
        gap: 80px;
    }
     .stat__value.extended_text{
        font-size: 25px;
    }
}

@media (max-width: 1366px) {
    .accelerate_section {
        padding: 40px 0;
    }
}

@media (max-width: 1280px) {
    .heading_commons {
        font-size: 30px;
    }
}

@media (max-width: 1199px) {
    .heading_commons {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .stat__value.extended_text{
     font-size: 23px;
    }
    .heading_commons {
        font-size: 24px;
    }
    .stat {
        width: 46%;
    }
    .banner_contant .heading_commons {
        font-size: 24px;
    }

    .stats-pill {
        gap: 45px 10px;
    }
}


@media (max-width: 768px) {
    .solutions_tabing .tab-content {
        padding: 35px 22px;
    }
    .tab_pane_contant p {
        margin-top: 25px;
    }
    .tab_pane_contant {
     padding-left: 0px; 
    }
    .stats-pill {
        gap: 40px 60px;
        padding: 32px 40px;

    }

    .stat__value {
        font-size: 32px;
    }

    .banner_blk .banner_contant p {
        font-size: 16px;
    }

    .solutions_tabing {
        margin-top: 0px;
    }
}

@media (max-width: 575px) {
      .stat__value.extended_text{
     font-size: 18px;
    }
    /* .stats-pill {
        flex-direction: column;
        gap: 24px;
    } */

    /* .stat {
        text-align: center;
    } */
    .odm_devices_Box {
        min-height: auto;
    }

    .stats-pill {
        gap: 20px 40px;
        padding: 30px 20px;
        background: none;
    }
}