
.custom-navbar{

background:#fff;
padding:18px 0;
transition:.3s;
box-shadow:0 5px 30px rgba(0,0,0,.05);

}




@media (min-width: 1200px) {
    .nav-inner {
        max-width: 1140px;
    }
}


@media (min-width: 1400px) {
    .nav-inner {
        max-width: 1320px;
    }
}

.nav-link{

font-weight:600;
margin:0 10px;
color:#1b2340!important;

}

.hero{

/*padding:170px 0 120px;*/

background:linear-gradient(135deg,#ffffff 10%,#eef4ff 55%,#dde9ff 100%);

overflow:hidden;

}

.hero h2{

font-size:40px;
font-weight:800;
line-height:1.15;
margin:25px 0;

}

/*.hero p{

font-size:19px;
color:#666;
max-width:620px;

}*/

.hero-badge{

display:inline-block;

background:#eef2ff;

color:#4f46e5;

padding:8px 10px;

border-radius:30px;

font-weight:700;

}

.hero-btn{

padding:14px 30px;
border-radius:40px;
font-weight:600;

}

.hero-image{

animation:float 5s infinite ease-in-out;

}

@keyframes float{

50%{

transform:translateY(-15px);

}

}

.client-box{

margin-top:35px;
display:flex;
align-items:center;

}

.avatars img{

width:45px;
height:45px;
border-radius:50%;
margin-right:-10px;
border:3px solid #fff;

}

.client-box span{

margin-left:25px;
font-weight:600;

}

.stats{

margin-top:-150px;
padding-bottom:80px;

}

.stat-card{

background:#fff;
padding:35px;
text-align:center;
border-radius:20px;
box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.stat-card i{

font-size:40px;
color:#4f46e5;

}

.stat-card h2{

font-size:36px;
font-weight:800;
margin:15px 0;

}

.stat-card p{

margin:0;
font-weight:600;

}

.btn-primary{

background:#4f46e5;
border:none;

}

.btn-primary:hover{

background:#4338ca;

}










/*=========================
Section Title
=========================*/

.section-title span{
    color:#4f46e5;
    font-weight:700;
    font-size:13px;
    letter-spacing:2px;
}

.section-title h2{
    font-size:36px;
    font-weight:800;
    margin-top:10px;
}

.section-title p{
    color:#777;
}

/*=========================
Services
=========================*/

.service-card{
    background:#fff;
    border-radius:20px;
    padding:35px 25px;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
    transition:.35s;
    height:100%;
}

.service-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 45px rgba(79,70,229,.18);
}

.service-icon{
    width:80px;
    height:80px;
    margin:auto;
    border-radius:20px;
    background:linear-gradient(135deg,#4f46e5,#2ea6ff);
    display:flex;
    justify-content:center;
    align-items:center;
    color:#fff;
    font-size:34px;
    margin-bottom:25px;
}

.service-card h4{
    font-weight:700;
    margin-bottom:15px;
}

.service-card p{
    color:#777;
    min-height:70px;
}

.service-card a{
    color:#4f46e5;
    font-weight:600;
    text-decoration:none;
}


.rounded-4{
  border-radius: 5px;
}

/*=========================
Why Us
=========================*/

.small-title{
    color:#4f46e5;
    font-weight:700;
    letter-spacing:2px;
}

.why-us h2{
    font-size:35px;
    font-weight:800;
    margin:15px 0;
}

.why-list{
    list-style:none;
    padding:0;
    margin-top:25px;
}

.why-list li{
    margin-bottom:14px;
    font-size:17px;
}

.why-list i{
    color:#4f46e5;
    margin-right:10px;
}

/*=========================
Industries
=========================*/

.industry-box{
    background:#fff;
    border-radius:18px;
    padding:25px;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:15px;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
    transition:.3s;
}

.industry-box:hover{
    background:linear-gradient(135deg,#4f46e5,#2ea6ff);
    color:#fff;
    transform:translateY(-6px);
}

.industry-box i{
    font-size:36px;
}

.industry-box span{
    font-weight:600;
}


/*=========================
TECHNOLOGY
==========================*/

.tech-card{

background:#fff;

padding:10px;

border-radius:20px;

text-align:center;

transition:.35s;

box-shadow:0 10px 30px rgba(0,0,0,.05);

height:100%;

}

.tech-card:hover{

transform:translateY(-8px);

box-shadow:0 20px 45px rgba(79,70,229,.18);

}

.tech-card img{

width:100%;

height:55px;

object-fit:contain;

margin-bottom:15px;

}

.tech-card h6{

font-weight:700;

}

/*=========================
PROCESS
==========================*/

.process{

background:#f8fbff;

}

.process-box{

position:relative;

}

.process-icon{

width:85px;

height:85px;

margin:auto;

border-radius:50%;

background:linear-gradient(135deg,#4f46e5,#23b6ff);

display:flex;

justify-content:center;

align-items:center;

color:#fff;

font-size:32px;

margin-bottom:18px;

box-shadow:0 12px 25px rgba(79,70,229,.25);

}

.process-box h6{

font-weight:700;

}

/*=========================
SOLUTIONS
==========================*/

.solution-card{

background:#fff;

padding:35px;

border-radius:22px;

text-align:center;

transition:.35s;

box-shadow:0 12px 30px rgba(0,0,0,.05);

height:100%;

}

.solution-card:hover{

background:linear-gradient(135deg,#4f46e5,#23b6ff);

color:#fff;

transform:translateY(-10px);

}

.solution-card i{

font-size:36px;

margin-bottom:20px;

display:block;

}

.solution-card h5{

font-weight:700;

margin-bottom:15px;

}




/*=========================
CASE STUDY
=========================*/

.case-card{

background:#fff;

border-radius:20px;

overflow:hidden;

box-shadow:0 15px 40px rgba(0,0,0,.06);

transition:.35s;

height:100%;

}

.case-card:hover{

transform:translateY(-10px);

}

.case-card img{

width:100%;

height:240px;

object-fit:cover;

}

.case-content{

padding:30px;

}

.case-content span{

color:#4f46e5;

font-weight:700;

font-size:13px;

text-transform:uppercase;

}

.case-content h4{

margin:15px 0;

font-weight:700;

}

.case-content a{

text-decoration:none;

font-weight:600;

color:#4f46e5;

}

/*=========================
TESTIMONIAL
=========================*/

.testimonials{

background:#f7f9ff;

}

.testimonial-card{

max-width:700px;

margin:auto;

text-align:center;

background:#fff;

padding:50px;

border-radius:25px;

box-shadow:0 15px 40px rgba(0,0,0,.06);

}

.testimonial-card img{

width:90px;

height:90px;

border-radius:50%;

margin-bottom:20px;

}

.testimonial-card p{

font-size:20px;

line-height:1.8;

color:#555;

}

.testimonial-card h5{

font-weight:700;

margin-top:20px;

}

.carousel-control-next-icon,
.carousel-control-prev-icon{

background-color:#4f46e5;

padding:20px;

border-radius:50%;

}

/*=========================
CLIENT LOGO
=========================*/

.logo-slider{

overflow:hidden;

position:relative;

}

.logo-track{

display:flex;

width:max-content;

animation:logos 25s linear infinite;

}

.logo-track img{
border: solid 1px #ccc;
border-radius: 5px;
width:190px;

height:90px;

object-fit:contain;

margin:0 15px;


/*filter:grayscale(100%);*/

transition:.3s;

}

.logo-track img:hover{

filter:none;

}

@keyframes logos{

0%{transform:translateX(0);}

100%{transform:translateX(-50%);}

}

/*=========================
CTA
=========================*/

.cta-section{

background:linear-gradient(135deg,#fff,#fff);

padding:90px 0;

color:#fff;

}

.cta-section h2{

font-size:36px;

font-weight:800;

}

.cta-section p{

font-size:18px;

margin-top:15px;

opacity:.9;

}

.cta-section .btn{

padding:18px 40px;

border-radius:50px;

font-weight:700;

}




/*=========================
FOOTER
=========================*/

.footer{

background:#fff;

color:#d6dcec;

padding:90px 0 20px;

}

.footer-logo{

height:60px;

}

.footer h5{

color:#0f172a;

margin-bottom:25px;

font-weight:700;

}

.footer ul{

padding:0;

list-style:none;

}

.footer ul li{

margin-bottom:12px;

}

.footer a{

color:#475569;

text-decoration:none;

transition:.3s;

}

.footer a:hover{

color:#4f46e5;

}

.footer p{

line-height:1.5;

}

.social-links a{

width:42px;

height:42px;

display:inline-flex;

align-items:center;

justify-content:center;

background:rgba(255,255,255,.08);

border-radius:50%;

margin-right:10px;

font-size:18px;

}

.social-links a:hover{

background:#4f46e5;

color:#fff;

}

.footer-line{

margin:60px 0 30px;

border-color:rgb(22 22 22 / 11%);

}

#Services ul li{
font-size: 14px;
}



#Services ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.copyright{

font-size:14px;

color:#475569;

}

/*=========================
TOP BUTTON
=========================*/

#topBtn{

position:fixed;

right:25px;

bottom:25px;

width:55px;

height:55px;

background:#4f46e5;

color:#fff;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

font-size:22px;

text-decoration:none;

opacity:0;

visibility:hidden;

transition:.3s;

z-index:999;

}


.plus{
    color:#0d6efd;
    font-weight:700;
    margin-left:2px;
}

#topBtn.active{

opacity:1;

visibility:visible;

}

/*=========================
RESPONSIVE
=========================*/

@media(max-width:991px){

.hero{

padding:140px 0 70px;

text-align:center;

}

.hero h1{

font-size:36px;

}

.hero-image{

margin-top:50px;

}

.process .col{

margin-bottom:30px;

}

}


.pt-10{
    padding-top: 150px;
}

@media(max-width:768px){


    .mission-box{
        padding: 30px;
    }


    .mob-bottom{
        margin-bottom: 10px;
    }

    .nav-inner{
        padding: 0 14px;
    }

    .ai-hero-auto{
        background: linear-gradient(135deg, #ffffff 10%, #eef4ff 55%, #dde9ff 100%) !important;
    }

    .benefit-card1{
        margin-bottom: 10px;
    }


    .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px !important;
}


    .pt-10 {
    padding-top: 130px;
}


.hero-badge {
    margin-bottom: 19px;
        margin-top: 20px;
}

    .benefits-grid1{
        margin-bottom: 5px;
        display: block !important;
    }

.solution-card{
    padding: 15px;
}
    .solution-card i {
    font-size: 36px;
    margin-bottom: 10px;
    display: block;
}

    .industry-box{
        gap: 5px;
    }

    .mob-bottom{
        margin-bottom: 20px;
    }

    .mob-top{
        padding-top: 20px;
    }

    .hero h2{
        font-size: 1.625rem;
    }

    .badge{
        text-transform: none;
    }

.font-big {
    font-size: 0.9rem !important;
}
    .stat-card{
        padding: 25px;
    }

    .stat-card h2{
        margin-top: 0px;
        margin-bottom: 15px;
    }

.section-title h2{

font-size:32px;

}

    .hero {
        padding: 80px 0 0px;
        text-align: center;
        
    }


    .maxwell-logo{
        width: 220px;
    }

       

.hero h1{

font-size:24px;

}

.hero h1{
    line-height: 1.3 !important;
}

.badge{
    font-size: 0.75rem !important;
    padding: 5px 10px;
}


.no-mob-top{
    padding-top: 0px;
}

.stats{

margin-top:0;

}

.hero-btn{

width:100%;

margin-bottom:15px;

}

.client-box{

justify-content:center;

}

}


