body {
    font-family: 'Poppins', sans-serif;
    background: #f9f9f9;
}

img {
    max-width: 100%;
}




/* section1--------------------- */


.home-sec-1 {
    margin: 50px 0px;
}


.banner-text {
    font-size: 36px;
    color: #333333;
}

/* .banner-text h2{
    line-height: 48px;
} */

.banner-text span {
    color: #005DE9;
}

.banner-para {

    padding: 25px 10px;
    padding-left: 0;
    margin: 0;
    /* line-height: 32px; */
    margin-bottom: 25px;
}


.banner-btn {
    text-decoration: none;
    background: #005DE9;
    color: #fff;
    padding: 15px 20px;
    font-size: 18px;
    border-radius: 5px;
    font-weight: var(--neutral-font-medium);
    border: none;
}

.banner-btn:hover {
    background: #276fdc;
    color: #fff;
}



/* advantages section --------------------------------- */

.home-sec-2 {
    margin: 50px 0px;
}


.advantages {
    background: #005DE9;
    border-radius: 20px;
    padding: 35px 50px;
}

.advan-heading {
    /* font-size: 32px; */
    color: #fff;
    margin: 0;
}

/* .advan-heading span {
    font-weight: 500;
} */

.percent-box {
    background-color: #fff;
    text-align: center;
    padding: 22px 15px;
    border-radius: 10px;
}

.percent-box span {
    color: #013687;
    /* font-size: 20px; */
    /* font-weight: 600; */
}

.advan-box {
    display: flex;
    align-items: center;
}

.advan-box p {
    /* font-size: 18px; */
    color: #fff;
    padding-left: 30px;
    margin: 0;
}


/* about nuron home ----------------------------- */

.home-sec-3 {
    margin: 100px 0px;
}

.about-box {
    padding-left: 50px;
}


.section-heading {
    /* font-size: 32px;
    font-weight: 600; */
    border-bottom: 4px solid #005de9;
    display: inline;
}

.about-box p {
    padding: 32px 0px;
    /* font-size: 18px;
    line-height: 32px; */
}
.solut-multi-img-div{
    display: flex;
    justify-content: center;
}

/* what we do---------------------------------------------------------------- */


.home-sec-4 {
    margin: 100px 0px;
    padding: 100px 0px;
    background: #E4EDFF;
}

.what-we-do p {
    padding: 40px 0px;
    margin: 0;
    /* font-size: 18px;
    line-height: 32px; */
}

.what-we-do p span {
    color: #005DE9;
    /* font-weight: 600; */
}

.list-hed {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.list-hed h4 {
    margin: 0;
    margin-left: 20px;
}

/* .what-list span {
    font-size: 14px;
} */
.genAi-main-div{
    margin-top: 3rem;
}
.bigData-main-div{
    margin-top: 3rem;
}
/* industry sec ------------------------------------ */

.home-sec-5 {
    margin: 64px 0px;
}

.indust-hed {
    text-align: center;
}

.indust-hed p {

    width: 72%;
    /* font-size: 16px; */
    margin: auto;
    margin-top: 27px;
}

.indust-card-img { 
    margin-bottom: 30px;
   
}
.indust-card{
    /* padding-bottom: 40px; */
    /* text-align: center; */
}


.indust-card h6 {
    color: #005DE9;

}

.indust-card h4{
    /* font-weight: 600; */
    margin: 15px 0px;

}

.indust-card p{
    /* font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; 150% */
color: #525252;
margin-bottom: 45px;
}
.solution-multi-indus{
    margin-top: 3rem;
}
.solution-multi-indus hr{
    display: none;
}


/* testimonials -------------------------------- */

.home-sec-6{
    margin: 100px 0px;
}


.home-sec-6 .slick-track{
    align-items: stretch;
    display: flex!important;
}

.home-sec-6 .slick-track .slick-slide{
    height: inherit!important;
}

.home-sec-6 .slick-track .slick-slide .testimonials-box{
    height: 100%!important;
}

.testimonials-box{
    
    box-shadow: 0px 2px 12px 0px rgba(138, 165, 234, 0.25);
    padding: 24px;
    text-align: center;
    border-radius: 16px;
    margin: 0px 10px;
    /* min-height: 33vh; */
}

.testimonials-box img{
    margin: auto;
}

.testimonials-box p{
    margin: 0px;
    margin-top: 25px;
}

.slick-list {
    padding: 15px 60px  ;
}

.slick-dots li button:before {
    font-size: 10px !important; 
    color: #A1BBFF !important;
    
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #005DE9 !important;
    width: 0px !important;
    border: 5px solid !important;
    content: '' !important;
    border-radius: 10px !important;
    left: 5px !important;
}

.slick-dots {
    
    bottom: -50px !important;
  
}

.slick-dotted.slick-slider {
    margin-bottom: 30px;
    margin-top: 60px;
}


/* newsletter ----------------------------------- */

.home-sec-7{
    background: #005de9;
    position: relative;
    margin-top: 200px;
}

.newsletter{
    border-radius: 16px;
background: var(--blue-secundary, #013687);
padding: 64px;
position: relative;
top: -85px;
}

.newsletter-p{
    color: #fff;
    font-size: 24px;
    margin: 0;
}


.newsletter-form form{
    display: flex;
    flex-direction: row;
}

.newsletter-form form input{
    
        outline: none;
        
        padding: 12px;
        
        border-radius: 8px;
        border: 2px solid rgba(82, 82, 82, 0.30);
        background: var(--neutral-white, #FFF);
        
        width: 70%;
    
}

.newsletter-form form button{
    outline: none;
    border: none;
    border-radius: 8px;
    border: 2px solid var(--blue-primary, #005DE9);
    background: var(--blue-primary, #005DE9);
    padding: 12px 24px;
    color: #fff;
    margin-left: 10px;
    min-width: 142px;
    flex-grow: 1;
}
a:hover.banner-btn-anchor {
    color: var(--neutral-white);
}
.banner-btn-anchor{
    color: var(--neutral-white-bg);
    text-decoration: none;
}

#subscribeNuron.active{
    pointer-events: none;
}

#subscribeNuron.active input{
    background: #eee;
}
#subscribeNuron.active button .text{
    display: none;
}
#subscribeNuron button .spin-container{
    display: none;
}
#subscribeNuron.active button .spin-container{
    position: relative;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}





/* responsive */

/* // X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {

    .newsletter-form form input {
            width: 65%;
    }
}

/* // Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
    
    .testimonials-box{

        min-height: 24vh;
    }
    
    .nav-link {
        font-size: 15px;
    }

    .signup-links {
        font-size: 15px;
    }

    .Schedule {
        font-size: 12px;
    }

    /* .banner-text {
        font-size: 30px;
    } */

    .banner-btn {

        font-size: 16px;

    }

    /* .advan-heading {
        font-size: 26px;

    } */
    .advan-box p {
        /* font-size: 14px; */
        
        padding-left: 16px;
        
    }

    /* .about-box p {
        
        font-size: 15px;
        
    } */
    /* .what-we-do p {
        
        font-size: 15px;
       
    } */
    /* .indust-card h4 {
      
        font-size: 23px;
    } */
    /* .indust-card p {
        font-size: 15px;
        
    } */

    /* .testimonials-box p {
        
        font-size: 15px;
    } */

    .newsletter-p {
        
        font-size: 18px;
       
    }

    .newsletter-form form input {
        
        width: 60%;
    }

   
}

/* // Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    
    .testimonials-box{

        min-height: 30vh;
    }
  
  .home-sec-1{
    text-align: center;
  }


    .banner-text p {
        margin: 0;
    }

    .banner-para {
        padding: 20px 10px;
    }
    .banner-img{
        margin-top: 30px;
    }

    .advan-box{
        margin: 10px 0px;
    }

    .about-box {
        padding-left: 0px;
        padding-top: 35px;
    }

    .what-list{
        margin-top: 20px;
    }

    .what-we-do p {
        
        padding-bottom: 10px;
    }

    .what-img{
        margin-top: 40px;
    }
    .newsletter {
        
        padding: 38px;
       
    }

    .newsletter-p {
        margin-bottom: 20px;
    }

    .home-sec-7 {
       
        height: 120px;
    }
    .footer-links {
        border-right: none;
        padding-left: 0px;
        margin-top: 35px;
    }
    .navbar-nav{
        text-align: center;
        margin: 0!important;
    }
    .signup {
        display: block;
        text-align: center;
    }

    .signup-links {
        font-size: 15px;
        margin-bottom: 15px;
        margin-top: 20px;
    }
    .Schedule {
         margin: 0 !important;
    }
    .section-heading {
        
        line-height: 60px;
    }
    .home-sec-2{
        margin: 0px;
    }
    .mbl-margin{
        margin-bottom: 32px;
    }
    .advantages {
        background: #005DE9;
        border-radius: 20px;
        padding: 24px;
    }
    .mbl-content-btm-order{
        order: 2;
        margin: 24px 0px;
    }
    .mbl-content-top-order{
        order: 1;
    }
    .about-box{
        padding-top: 0px;
    }
    .about-box p {
        padding: 16px 0px;
    }
    .home-sec-3 {
        margin: 32px 0px;
    }
    .responsive-banner ul{
        display: flex;
        flex-direction: column;
        gap: 32px;
    }
    .responsive-banner-box{
        /* margin: 0px 0px 32px 0px !important; */
        gap: 16px;
    }
    .mbl-block-img{
        margin-top: 24px !important;
        margin-bottom: 24px !important;
    }
  
}

/* // Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    .indust-hed p {
        width: 100%;
        
    }
    .testimonials-box{

        min-height: 27vh;
    }
    .home-sec-1{
        margin: 32px 0px;
        padding: 0px 4px;
    }
    .banner-img{
        margin-top: 24px;
        padding-bottom: 24px;
    }
    .responsive-banner{
        gap: 16px;
    }
   
    .what-we-do p{
        padding: 0px;
        margin: 16px 0px 24px 0px;
    }
    .what-list{
        margin-top: 0px;
    }
    .mbl-gaping-difference{
        gap: 24px;
    }
    .what-img{
        margin-top: 24px;
    }
    .list-hed{
        margin-bottom: 16px;
    }
    .home-sec-5{
        margin: 0px;
    }
    .home-sec-5 .container{
        padding: 24px 16px;
    }
    .indust-card{
        padding-bottom: 24px;
    }
    .indust-card.case-study-mbl{
        padding-bottom: 0px;
    }
    .indust-hed p{
        margin-top: 20px;
        text-align: justify;
    }
    .solution-multi-indus{
        margin-top: 32px;
    }   
    .indust-card-img{
        margin-bottom: 16px;
    }
    .indust-card h4{
        margin: 0px;
        margin-top: 4px;
        margin-bottom: 8px;
    }
    .indust-card p{
        margin-bottom: 24px;
    }
    .solution-multi-indus hr{
        margin: 0px;
        display: block;
    }
    .home-sec-6{
        margin: 32px 0px;
        padding: 0px 4px;
    }
    .slick-dotted.slick-slider{
        margin: 20px 0px 24px 0px;
    }
    .slick-list{
        padding: 0px;
        margin: 0px 24px;
    }
    .testimonials-box p{
        margin-top: 16px;
    }
    .banner-para{
        padding: 0px;
        margin: 16px 0px 24px 0px;
    }
  
}

@media (max-width: 575.98px) {
    .testimonials-box{

        min-height: 22vh;
    }
    
    .newsletter-form form{
        flex-direction: column;
    }
    .newsletter-form form input {
        width: 100%;
        margin-bottom: 15px;
    }

    .newsletter-form form button {
       width: 100%;
        margin-left: 0px;
    }
    .home-sec-4{
        margin: 32px 0px;
        padding: 24px 4px;
    }
    .indust-hed h3 span{
        display: none;
    }
    .home-sec-7 {
        height: 200px;
    }

}