@media (min-width: 2601px){
    .Advance-Slider{
        height: calc(65vh - 80px);
    }
}

@media (min-width: 1025px) and (max-width: 1360px) {
  
    .whats-next .wn-item p{
        letter-spacing: inherit;
    }
    .industries-section{
        grid-template-columns: repeat(auto-fit, minmax(18%, 1fr));
    }
    /************** What We Do **********/
        .services-section{
            padding: 70px 5% 0px;
        }
        .st-tab{ width: 23%;}

}

@media (min-width: 901px) and (max-width: 1024px) {
    .expanding-box{
        flex: auto;
        margin-top: 20px;
        grid-template-columns: repeat(auto-fit, minmax(48%, 1fr));
    }
    .expanding-content{
        max-width: 90%;
        text-align: center;
    }
    .expanding-content p {
      margin: 0 auto;
      text-align: center;
      max-width: 90%;
    }
    .ch-cards-title{
        font-size: 14px;
    }
    /************** What We Do **********/
        .services-section{
            padding: 70px 5% 0px;
        }
        .st-tab{ width: 23%;}

}

@media (max-width: 900px) {
    .expanding-section {
      text-align: center;
      justify-content: center;
      flex-direction: column;
    }
    .expanding-box{
        flex: auto;
        margin-top: 20px;
    }
    .expanding-content{
        max-width: 90%;
    }
    .expanding-content p {
      margin: 0 auto;
      text-align: center;
      max-width: 90%;
    }
   
    .contact-header h2 {
        font-size: 32px;
    }

    /************ what we do *************/
        .services-section{
            padding: 50px 5% 0px;   
        }
        .st-tabs{
            gap: 30px;
            overflow: auto;
            flex-wrap: nowrap;
            scrollbar-width: none; 
        }
        .st-tabs::-webkit-scrollbar {
            display: none;
        }
        .st-tab {
            width: 170px;
            min-width: 170px;
            margin-bottom: 0px;
        }

        .st-tab-content {
            flex-direction: column-reverse;
            border-radius: 12px;
            overflow: hidden;
        }
        .content-left {
            border-radius: 0px;
            padding: 40px 20px;
        }
        .content-left h3{
            font-size: 32px;
        }
    
    /**************** why-choose-us *******************/   
        .choose-card{
            max-width: 345px;
        }
        .ch-cards-title{
            font-size: 15px;
        }

    /**********************************/
    .whats-next .wn-item {
        flex-direction: column;
    }

}

@media screen and (min-width: 768px) {
    .for-mobile-sm{
        display: none;
    }
}
  
@media (max-width: 767px) {  
    .Advance-Slider .img-fill img{
        object-position: right;
    }
    /********** Trusted Partners *******/
        .trusted-wrap{
            padding: 1rem 0px;
        }     
        .industry-card span {
            font-size: 17px;
            max-width: 90%;
        }
    /*********** Why matter **************/
        .why-matter{
            padding: 70px 0px;   
        }
    /************ what we do *************/
        .what-we-do {
            padding: 70px 0px;
        }
        .services-section{
            padding: 50px 1% 0px;
        }
        .st-tabs{
            display: none;
        }
        .st-tab-content{
            display: flex;
            opacity: 1;
            margin-bottom: 25px;
            transform: translateY(0px);
            pointer-events: auto;
        }
        .content-left ul{max-width: 100%;}
        .content-wraper li{
            font-size: 15px; line-height: 1.3;
        }
        .content-wraper{
            padding-left: 0px;
        }
        .content-left h3{
            font-size: 28px;
        }
       
    
    /**************** Our Expertise *******************/
        .our-expertise{
            padding: 70px 0px 35px;   
        }
        .our-expertise .title-header p b, .our-expertise .title-header p strong{
            font-size: 21px;
        }

    /**************** why-choose-us *******************/   
        .why-choose-us{
            padding: 70px 0px;   
        }
        .choose-cards{
            margin-top: 30px;
        }
        .choose-card{
            max-width: 48%;
        }
        .ch-cards-title{
            font-size: 14px;
        }
        .ch-card-icon{
            min-width: 60px;
            width: 60px;
            min-height: 60px;
            height: 60px;
        }
        .ch-card-icon img {
            scale: 0.9;
        }
    
    /**************** who we serve ********************/
        .who-we-serve{
            padding: 70px 0px;     
        }
        .industries-section {
            padding-top: 100px;
            grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
        }
        .industry-card.top-space{
            margin-top: 0px;
        }
    
    /**************** Whats next ******************/
        .whats-next{
            padding: 70px 0px;   
        }
        .expanding-content h3{
            font-size: 30px;
        }
        .expanding-content p{
            font-size: 20px;
            max-width: 100%;
        }
        .wn-figure {
            min-width: 115px;
            width: 115px;
            height: 160px;
        }
        .whats-next .wn-item img {
            aspect-ratio: 110 / 160;
        }
        .expanding-content{
            min-width: auto;
            max-width: 100%;
        }

        .whats-next .wn-item p{
            font-size: 15px;    
            letter-spacing: inherit;
        }
    
    /***************** Testimonials ***************/
        .testimonials {
            padding: 70px 0px 40px;
        }
        .testimonial-slider .slick-prev {
            right: 48%;
        }
        .testimonial-slider .slick-next {
            right: 42%;
        }
    
    /**************** Relation Contact ***********/
        .relation-contact{
            padding: 70px 0px;   
        }
        .contact-form .form-row p{
            grid-template-columns: repeat(1, 1fr);
            gap: 15px;
        }
        .form-action{
            justify-content: center;
        }
    

        .for-tab-desk{
            display: none;
        }
        
}

@media screen and (min-width: 641px) {
    #slide-for-mobile{
        display: none;
    }
}

@media screen and (max-width: 640px) {
    #slide-for-desk{
        display: none;
    }
    div.Advance-Slider {
        height: calc(100vh - 230px);
    }
    .Advance-Slider .item-theme-dark h5, .Advance-Slider .item-theme-dark p {
        color: #fff !important;
    }
    .item-theme-dark .info-button .talk-button{
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.37);
    }
    .Advance-Slider .item h3{
        background: linear-gradient(90deg, #00BFFF 0%, #0F63D6 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-weight: 400;
    }
    .Advance-Slider .item h3,
    .Advance-Slider .item h5{
        font-size: 32px;
    }
    .Advance-Slider .item p{
        font-size: 15px;
        letter-spacing: 0px;
    }
    .Advance-Slider .info-button{
        margin-top: 25px;
    }
    .Advance-Slider ul.slick-dots{
        flex-direction: row;
        gap: 5px;
        right: 0 !important;
        align-items: flex-end;
        width: 100%;
        height: 20px !important;
        bottom: 30px;
        top: inherit;
        display: none !important;
    }
    .Advance-Slider .item .contain-wrapper{
        align-items: flex-end;
        padding-bottom: 20px;
    }
    .Advance-Slider ul.slick-dots li button:before {
        left: 6px;
        border-left-color: transparent;
        border-top-color: #fff;
        bottom: calc(100% + -8px);
    }
    .Advance-Slider ul.slick-dots li button a {
        left: -70px;
        bottom: calc(100%);
    }
    .Advance-Slider ul.slick-dots li button img {
        left: 0%;
        top: 0%;
    }
    .slide-number {
        display: none;
    }
    .expanding-box {
        grid-template-columns: 1fr;
        min-width: auto;
        background: transparent;
        padding: 0px;
    }
    .whats-next .wn-item {
        flex-direction: row;
        background: #fff;
    }

    .trusted-partners .container {padding: 0;}
    .trusted-wrap h4{ display: none; }
    .trusted-carousel{width: 100%;}

    .title-header h3{font-size: 27px;}

    .testimonial-slider .slick-prev{ right: 55%;}
    .testimonial-slider .slick-next { right: 35%; }
   
}

@media screen and (max-width: 560px) {
    .industries-section {
        padding-top: 150px;
    }
}

@media screen and (max-width: 548px) {
    /*************** why choose us **************/
        .choose-card{
            max-width: 485px;
            width: 100%;
        }
        .ch-cards-title{
            font-size: 16px;
        }

}


@media screen and (max-width: 520px) {
    .whats-next .wn-item{
        flex-direction: column;
    }
    .whats-next .wn-item h3{
        letter-spacing: inherit;
    }
    .whats-next .wn-item p{
        font-size: 15px;
        letter-spacing: inherit;
    }
    .testimonial-card-header h5{
        font-size: 26px;
    }
    .testimonial-card-content p{
        font-size: 18px;
    }
    .card-profile-name{
        font-size: 16px;
    }
    .card-profile-designation {
        font-size: 14px;
    }

    /* .Advance-Slider {
        height: calc(100vh - 64px);
    } */
    .Advance-Slider .item.slick-active{
        animation: inherit;
    }

}
