@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body{
	font-family: "Poppins", sans-serif;
}
/*==================================================*/
			/*-------Slider-------*/
/*==================================================*/

.landing-pag-sec {
    background-image: url(https://www.ecomstreet.com/wp-content/uploads/2026/01/mobl-banrs-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    position: relative;
    height: 710px;
}
.landing-pag-conts {
    padding: 30px 0px;
}
.landing-pag-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(270deg, rgba(1, 5, 53, 0.28) 43.57%, rgb(1 5 53 / 98%) 100%);
    width: 100%;
    height: 100%;
}
.landing-pag-slider-content-sec {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 100px;
}
.slider-navbsr li a {
    color: #fff !important;
    font-size: 17px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    padding-right: 30px !important;
}

.lading-pag-btns-bors button {
    border: 2px solid #fff;
    color: #fff;
    font-family: "Poppins", sans-serif;
    padding: 7px 17px;
    border-radius: 100px;
    background: #ffffff54;
    margin-left: 50px;
}
.lang-pag-flex {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 40px;
    align-items: center;
}

.lading-pag-btns button {
    color: #fff;
    font-family: "Poppins", sans-serif;
    padding: 12px 30px;
    border-radius: 10px;
    background: #0084ff;
    border: 2px solid #0084ff;
    box-shadow: 0 10px 30px rgb(0 107 159 / 64%);
}
.lading-pag-btns button:hover {
    color: #fff;
    transition: .5s;
    background: transparent;
    border: 2px solid #fff;
}
.lading-pag-btns-borrs button {
    color: #fff;
    font-family: "Poppins", sans-serif;
    padding: 10px 15px;
    border-radius: 10px;
    background: #0084ff00;
    border: 2px solid #ffffff;
    box-shadow: 0 10px 30px rgb(0 107 159 / 64%);
}
.lading-pag-btns-borrs button:hover {
    color: #fff;
    transition: .5s;
    background: #0084ff;
    border: 2px solid #0084ff;
}
.cta-bts-calls-navs a {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    font-family: Poppins, sans-serif;
}

.cta-bts-calls-navs i {
    padding-right: 10px;
}

.landing-pag-conts h1 {
    font-size: 50px;
    color: #fff;
    font-weight: 600;
    padding: 20px 0px;
    line-height: 65px;
}

.landing-pag-conts p {
    color: #fffffff7;
    font-size: 18px;
    font-weight: 300;
}
.service-content-inner {
    padding: 20px 0px;
}
.advanc-servs-boxs {
    padding: 20px 0px;
}
.cta-bts-calls-slidr a {
    font-size: 25px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
}
.cta-bts-calls-slidr i {
    margin-right: 10px;
    background: #ffffff4a;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    border: 2px solid #ffffff;
}
.nab-flx-btns {
    display: flex;
    align-items: center;
    gap: 25px;
}

    .landing-pag-sec .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0px;
    }

    .trst-logs-conts h5 {
    text-align: center;
    color: #ffffffa1;
    font-size: 16px;
    margin-top: 20px;
}
.trst-logs-conts {
    position: relative;
}

.trst-logs-conts h5:before {
    content: "";
    position: absolute;
    width: 240px;
    height: 2px;
    background: #ffffffa1;
    right: 0px;
    top: 9px;
}
.trst-logs-conts h5:after {
    content: "";
    position: absolute;
    width: 240px;
    height: 2px;
    background: #ffffffa1;
    left: 0px;
    top: 9px;
}
.cta-lefts-mobis img {
    width: 330px;
}
.navrs-sticky-navbar {
    background: #1b3166;
    position: fixed;
    width: 100%;
    z-index: 9;
    padding: 15px 0px;
} 
.mobil-servs-conts-icons img {
    width: 80px;
    margin-bottom: 20px;
}
/* =====================
   UNIQUE FORM STYLES
===================== */
/*.req-form-section{
    background:#f6f8fc;
    padding:60px 0;
    font-family:Inter, sans-serif;
}
*/
.req-form-card{
    max-width:460px;
    margin:auto;
    background:#fff;
    border-radius:18px;
    padding:32px 28px;
    box-shadow:0 12px 30px rgba(0,0,0,.06);
}

.req-form-title {
    font-weight: 600;
    color: #0b132b;
    font-size: 23px;
}

.req-form-desc{
    font-size:14px;
    color:#6c757d;
}

/* inputs */
.req-input,
.req-select,
.req-textarea{
    height:52px;
    border-radius:12px;
    border:1px solid #e5eaf1;
    font-size:14px;
    background: #f6f7f9;
}

.req-textarea{
    height:110px;
    resize:none;
}

/* phone */
.req-phone-wrapper .req-select{
    max-width:90px;
    border-radius:12px 0 0 12px;
}
.req-phone-wrapper .req-input{
    border-radius:0 12px 12px 0;
}

/* verify */
.req-verify-row{
    display:flex;
    align-items:center;
    gap:12px;
    font-size:14px;
}

/* button */
.req-submit-btn{
    background:#0b132b;
    color:#fff;
    height:54px;
    border-radius:14px;
    font-weight:600;
    border:none;
}
.req-submit-btn:hover{
    background:#111c44;
}

/* footer info */
.req-info-list{
    margin-top:22px;
}
.req-info-list li{
    font-size:13px;
    color:#6c757d;
    display:flex;
    gap:8px;
}
.req-info-list i{
    color:#2d5bff;
}
.captcha-box {
    max-width: 80px;
    text-align: center;
}
.small-text {
    font-size: 13px;
    color: #6c757d;
}
.small-text span {
    color: #0d6efd;
    font-weight: 500;
}
/*.req-input:focus {
    box-shadow: none;
    border-bottom-color: rgb(37, 99, 235);
}*/
.landig-pags-slidr-logs-box {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* ================================
   LOGO SLIDER STYLES (UNIQUE)
================================ */
.lp-logo-slider-section{
    padding:0;
    background:transparent; /* no background */
}

.lp-logo-slider-wrapper{
    overflow:hidden;
    position:relative;
}

.lp-logo-track{
    display:flex;
    align-items:center;
    gap:40px;
    animation: lpLogoScroll 22s linear infinite;
}

.lp-logo-item{
    flex:0 0 auto;
    /*min-width:160px;*/
    display:flex;
    justify-content:center;
    align-items:center;
}

/* MAKE LOGOS WHITE */
.lp-logo-item img{
    max-height:60px;
    width:auto;
    filter: brightness(0) invert(1); /* turns logos white */
    opacity:1;
    transition:all .3s ease;
}
/* OPTIONAL: hover effect */
.lp-logo-item img:hover{
    opacity:.85;
}

/* animation */
@keyframes lpLogoScroll{
    0%{
        transform:translateX(0);
    }
    100%{
        transform:translateX(-50%);
    }
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width:991px){
    .lp-logo-track{
        gap:40px;
    }
    .lp-logo-item img{
        max-height:50px;
    }
}

@media (max-width:576px){
    .lp-logo-track{
        gap:28px;
    }
    .lp-logo-item{
        min-width:120px;
    }
    .lp-logo-item img{
        max-height:42px;
    }
}
/*==================================================*/
      /*-------Ai Development-------*/
/*==================================================*/
.deployment-tools-logos img {
    width: 180px;
}

.deployment-tools-logos {
    background: #ededed;
    text-align: center;
    height: 100%;
    border-radius: 20px;
    padding: 20px;
}
.deployment-tools-heading h3 {
    color: #171624;
    font-family: Poppins, sans-serif;
    font-size: 33px;
    font-weight: 600;
    margin-bottom: 30px;
}
.deployment-tools-sec-wrps {
    margin: 70px 0px;
}
.deliver-roi-sec-wrps {
    padding: 90px 0px;
}
.deliver-roi-box {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #959595;
}
.lading-pages-ai-devlp-boxs {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
}
.deliver-roi-box-icons i {
    font-size: 30px;
    color: #0084ff;
}
.mobil-aps-servs-wrps.aid-inrs-pags {
    background: #111827;
}
.landing-pag-sec.ais-devlp-pags-slider {
    background-image: url(https://www.ecomstreet.com/wp-content/uploads/2026/02/Hero-Banner-1.png);
}
.landing-pag-sec.ais-devlp-pags-slider:before {
    content: "";
    background: #071019cc;
}
.lading-pags-heing.ai-devlp-pags {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.first-cta-sec-wrps.ais-devlp-pags {
    background-image: url(https://www.ecomstreet.com/wp-content/uploads/2026/01/subscribe-bgdfgg.jpg);
}
.cta-lefts-mobis-ais {
    padding: 10px 0px 40px;
}
.ais-servs-boxs-main {
    position: relative;
}
.deliver-roi-box-contnet h6 {
    font-size: 20px;
}

.deliver-roi-box-contnet p {
    font-size: 16px;
    color: #64748b;
}
.ais-servs-boxs-imgs {
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}
.ais-servs-boxs-imgs:before {
    content: "";
    background:#1b3166a1;
    position: absolute;
    width: 100%;
    height: 100%;
}
.ais-servs-boxs-conts {
    position: absolute;
    bottom: 0px;
    padding: 20px;
}
.ais-servs-boxs-conts {
    position: absolute;
    bottom: 0px;
    padding: 25px;
    background: #0084ffd4;
    margin: 20px;
    border-radius: 30px;
}
.ais-servs-boxs-conts h4 {
    color: #fff;
    font-size: 20px;
}
.ais-servs-boxs-conts p {
    color: #fff;
    font-size: 15px;
}
.ais-servs-boxs-main:hover {
      transition: .5s;
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.servs-ones-main-ais-devlop {
    background: #0b2f52;
    padding: 70px 0px;
}
.ais-uniq-design-box {
    background: #1f2937;
    border: 2px solid #354153;
    padding: 30px;
    border-radius: 30px;
    height: 100%;
}




/* Section background */
.custom-section {
    background-color: #f5f7fb;
    padding: 90px 0;
}

/* Card styling */
.custom-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
    height: 100%;
}

/* Header icon */
.custom-header-icon {
    width: 48px;
    height: 48px;
    background: #eef2ff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #4f46e5;
    margin-right: 15px;
}

/* Title */
.custom-title {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 2px;
}

/* Subtitle */
.custom-subtitle {
    color: #6c757d;
    font-size: 18px;
}
.aid-inrs-pags .mobil-aps-servs-heaing p {
    color: #bfb8b8;
}
/* List styling */
.custom-list {
    margin-top: 25px;
    padding-left: 0;
    list-style: none;
}

.custom-list li {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    font-size: 17px;
    color: #374151;
}

/* Check icon */
.custom-check {
    width: 28px;
    height: 28px;
    background: #eef2ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4f46e5;
    font-size: 14px;
    margin-right: 12px;
}

/* Responsive spacing */
@media (max-width: 767px) {
    .custom-card {
        padding: 20px;
    }

    .custom-title {
        font-size: 18px;
    }
}

.ais-uniq-design-imgs {
    border-radius: 20px;
    overflow: hidden;
}

.ais-uniq-design-box h5 {
    color: #fff;
}

.ais-uniq-design-box p {
    color: #8997ac;
    padding: 10px 0px;
}
.uniqs-icons-imgs-all img {
    width: 60px;
    margin-bottom: 20px;
}
/* .ais-uniq-design-box i {
    font-size: 50px;
    color: #f92a00;
} */
/* ----Tabs------ */
/* LEFT TAB SCROLL WRAPPER */
#avinash-ai-tabs-scroll-wrapper{
width:100%;
}
/* TAB NAV */
#avinash-ai-tabs-nav{
gap:20px;
}
/* TAB BUTTON */
.avinash-ai-tab-button{
width:100%;
background:#123b63;
border-radius:10px;
padding:20px;
border:none;
color:#fff;
display:flex;
justify-content:space-between;
align-items:center;
font-size:18px;
transition:0.3s;
}
/* ACTIVE TAB */
.avinash-ai-tab-button.active{
background:#1c5d99;
color:#fff;
}
/* HOVER */
.avinash-ai-tab-button:hover{
background:#184a78;
color:#fff;
}
/* ICON */
.avinash-ai-tab-icon{
display:flex;
flex-direction:column;
gap:4px;
}
.avinash-ai-tab-icon span{
width:22px;
height:2px;
background:#fff;
display:block;
}
/* RIGHT CONTENT */
#avinash-ai-tabs-content-wrapper{
background:#123b63;
padding:40px;
border-radius:10px;
color:#fff;
}
.avinash-ai-tab-pane h2{
font-size:32px;
margin-bottom:15px;
}
.avinash-ai-tab-pane p{
font-size:16px;
}
.ais-tas-iner-conts {
    display: flex;
    gap: 30px;
}
.ais-tas-iner-listd p {
    font-size: 16px;
    font-weight: 300;
}

.ais-tas-iner-listd i {
    padding-right: 10px;
    color: #0084ff;
}
.ais-tas-iner-conts-imgs {
    border-radius: 20px;
    overflow: hidden;
}
h2.ais-hedng-conts {
    color: #fff;
    padding: 10px 0px 0px;
}
.avinash-ai-tab-pane h6 {
    color: #0084ff;
    padding: 10px 0px;
    font-weight: 600;
    font-size: 18px;
}
/* MOBILE RESPONSIVE SCROLL */
@media(max-width:991px){
#avinash-ai-tabs-scroll-wrapper{
overflow-x:auto;
overflow-y:hidden;
}
/* horizontal scroll */
#avinash-ai-tabs-nav{
flex-direction:row !important;
flex-wrap:nowrap;
overflow-x:auto;
white-space:nowrap;
scrollbar-width:none;
}
/* hide scrollbar chrome */
#avinash-ai-tabs-nav::-webkit-scrollbar{
display:none;
}

/* content spacing */
#avinash-ai-tabs-content-wrapper{
margin-top:25px;
}
}
/* SMALL MOBILE */
@media(max-width:576px){
#avinash-ai-tabs-nav .nav-item{
min-width:270px;
}
	.avinash-ai-tab-button {
    font-size: 15px;
}
.avinash-ai-tab-pane h2{
font-size:24px;
}
.avinash-ai-tab-pane p{
font-size:16px;
}
}
.av-whychoose-img-box-unique {
    overflow: hidden;
}

.av-whychoose-img-box-unique img {
    height: 700px;
    border-radius: 30px;
}
/* ------why-chhos---- */
 /* Section */
#av-whychoose-sec-unique {
    background: #f6f8fc;
    padding: 90px 0px;
}

/* Heading */
.av-whychoose-small-title-unique {
  font-size: 14px;
  font-weight: 600;
  color: #3b82f6;
  letter-spacing: 1px;
}

.av-whychoose-main-title-unique {
  font-size: 36px;
  font-weight: 600;
  color: #0f172a;
  line-height: 1.3;
}

.av-whychoose-main-title-unique span {
  color: #3b82f6;
}

/* Card */
.av-whychoose-card-unique {
  background: #ffffff;
  padding: 25px;
  border-radius: 16px;
  height: 100%;
  transition: 0.3s;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.av-whychoose-card-unique:hover {
  transform: translateY(-5px);
}

/* Icon */
/* .av-whychoose-icon-unique {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    font-size: 20px;
    color: #2563eb;
    background: #cfe2ff;
} */
.avi-why-chose-imgs img {
    width: 40px;
}

.avi-why-chose-imgs {
    width: 60px;
    height: 60px;
    background: #10172a;
    text-align: center;
    line-height: 60px;
    border-radius: 20px;
    margin-bottom: 20px;
}
/* Card Text */
.av-whychoose-card-unique h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.av-whychoose-card-unique p {
  font-size: 16px;
  color: #64748b;
  margin: 0;
}

/* Image */
.av-whychoose-img-box-unique img {
  max-width: 100%;
}

/* Responsive */
@media (max-width: 991px) {

  .av-whychoose-main-title-unique {
    font-size: 32px;
  }

}

@media (max-width: 576px) {

  .av-whychoose-main-title-unique {
    font-size: 26px;
  }

}
/*==================================================*/
      /*-------About Us-------*/
/*==================================================*/

.landing-pg-abuts-sec {
    padding: 90px 0px;
}
.lading-spn {
    font-size: 18px;
    font-weight: 600;
    color: #0084ff;
}
.lading-titles {
    color: #171624;
    font-family: Poppins, sans-serif;
    font-size: 33px;
    font-weight: 600;
    padding: 10px 0px;
    line-height: 42px;
}
.lading-subtitels {
    font-size: 16px;
    color: rgb(102, 102, 102);
    text-align: left;
    font-family: Poppins, sans-serif;
    font-weight: 400;
}
.lading-pages-aboust-iner-boxs {
    display: grid;
    gap: 10px;
    margin: 30px 0px;
    grid-template-columns: auto auto auto;
}
.lading-pags-heing h5 {
    font-size: 16px;
    padding-top: 10px;
}
.lading-pags-heing i {
    background: #071d37;
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    border-radius: 10px;
    color: #fff;
}
.hovr-btns-about button {
    color: #fff;
    font-family: "Poppins", sans-serif;
    padding:10px;
    border-radius: 10px;
    background: #0084ff;
    border: 2px solid #0084ff;
    box-shadow: 0 10px 30px rgb(0 132 255 / 38%);
}

.hovr-btns-about button:hover {
    color: #fff;
    transition: .5s;
    background: #1e1e1e;
    border: 2px solid #1e1e1e;
}

.landin-pg-bouts-imgs {
    border-radius: 40px;
    overflow: hidden;
    width: 550px;
    margin: 0 auto;
}

/*==================================================*/
      /*-------Services-------*/
/*==================================================*/
.service-tabs-wrapper {
    /*background: #0d0d0d;*/
    padding: 80px 0px 60px;
    color: #fff;
    background: radial-gradient(circle at top, #0e1a2b, #050b14);
}
.fst-cta-contnt.servis-tabs-heaing {
    padding: 0px 0px 20px;
}
.service-tabs-scroll{
  overflow-x:auto;
}

/*.service-tabs-list{
  display:flex;
  flex-wrap:wrap;
  gap:20px;
}*/
.servs-ones-main .service-tabs-list {
    display: grid;
    gap: 20px;
    grid-template-columns: 48% 48%;
}

.servs-ones-main span {
    text-align: left;
}
.servs-ones-main .service-tab-btn {
    background: #1b2637;
    border-radius: 14px;
    padding: 20px;
    min-width: 300px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    border: 1px solid #1e1e1e;
    transition: all .3s ease;
    height: 85px;
}
.servs-ones-main .service-content-box {
    background: #1b2637;
    border-radius: 20px;
    padding: 0px 40px;
    height: 100%;
}
.servs-ones-main .service-tabs-wrapper {
    background: #10172a;
    padding: 80px 0px 60px;
    color: #fff;
    /*background: radial-gradient(circle at top, #0e1a2b, #050b14);*/
}
.service-tabs-list{
  display:flex;
  flex-wrap:wrap;
  gap:20px;
}
.service-tab-btn {
    background: #262626;
    border-radius: 14px;
    padding: 20px;
    min-width: 300px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    border: 1px solid #1e1e1e;
    transition: all .3s ease;
}
.service-tabs-scroll .nav-link:hover {
    color: #ffffff;
}

.service-tab-btn i{
  font-size:22px;
}

.service-tab-btn.active{
  background:#1565ff;
  border-color:#1565ff;
  color: #fff;
}

.service-content-box {
    background: #0e0e0e;
    border-radius: 20px;
    padding: 0px 40px;
    height: 100%;
}
.service-main-icon{
  font-size:38px;
  margin-bottom:15px;
}

.service-feature-list{
  margin-top:20px;
  padding:0;
  list-style:none;
}

.service-feature-list li{
  margin-bottom:12px;
  display:flex;
  gap:10px;
}

@media (max-width: 991px){
  .service-tabs-list{
    flex-wrap:nowrap;
  }
  .service-tab-btn{
    min-width:220px;
  }
}


/*==================================================*/
      /*-------Cta-------*/
/*==================================================*/

.first-cta-sec-wrps {
    background-image: url("https://www.ecomstreet.com/wp-content/uploads/2026/02/pattern-bgs-2.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.fst-cta-contnt {
    text-align: left;
    padding: 70px 0px;
}

.fst-cta-contnt h3 {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
}

.fst-cta-contnt p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    padding: 10px 0px;
}

.cta-bts-calls a {
    font-size: 35px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
}

.lang-pag-flex-cta {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
    flex-wrap: wrap;
    padding-top: 10px;
}
.cta-bts-calls i {
    padding-right: 10px;
}

/*.first-cta-sec-wrps:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.78;
    background-image: linear-gradient(127deg, #3680D6 0%, #4B0FBF 91%);
}*/


/*==================================================*/
      /*-------Mobile App -------*/
/*==================================================*/
.mobil-aps-servs-wrps {
    padding: 90px 0px;
}
.mobil-aps-servs-heaing {
    text-align: center;
}

.mobil-aps-servs-heaing h2 {
    color: #171624;
    font-family: Poppins, sans-serif;
    font-size: 33px;
    font-weight: 600;
}

.mobil-aps-servs-heaing p {
    font-size: 18px;
    color: rgb(102, 102, 102);
    text-align: center;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    padding: 5px 0px 20px;
}
.mobil-servs-conts-box {
    padding: 20px;
    border: 1px solid #555555;
    border-radius: 20px;
    text-align: center;
}
.mobil-servs-conts-box:hover {
    margin-top: -10px;
    transition: .5s;
        -webkit-box-shadow: 0 0 14px 0 #d6d6d6;
    -moz-box-shadow: 0 0 14px 0 #d6d6d6;
    box-shadow: 0 0 14px 0 #d6d6d682;
}
.mobil-servs-conts-icons i {
    font-size: 70px;
    color: #555;
}

.mobil-servs-conts h4 {
    font-size: 20px;
    font-weight: 600;
}

.mobil-servs-conts p {
    font-size: 16px;
    color: rgb(102, 102, 102);
    font-family: Poppins, sans-serif;
    font-weight: 400;
}

/*==================================================*/
      /*-------Mobile App -------*/
/*==================================================*/

.work-process-section{
  background: radial-gradient(circle at top, #0e1a2b, #050b14);
  padding: 90px 0;
  color: #fff;
}

/* Heading */
.work-process-title{
  font-size: 33px;
  font-weight: 500;
}

.work-process-subtitle{
  color: #9fb0c8;
  margin-top: 10px;
}

/* Wrapper */
.work-process-wrapper{
  position: relative;
  margin-top: 60px;
}

/* Center dotted line */
.process-line{
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  height: 1px;
  border-top: 1px dashed rgba(255,255,255,.25);
}

/* Items */
.work-process-row{
  display: flex;
  text-align: center;
}

.process-item{
  position: relative;
  padding: 0 15px;
}

/* Icon */
.process-icon{
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #0d1b2e;
  border: 2px solid #1c2f4a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  color: #8fa6c9;
  font-size: 26px;
  z-index: 1;
}

/* .process-icon.active{
  border-color: #1e90ff;
  color: #1e90ff;
  box-shadow: 0 0 0 6px rgba(30,144,255,.15);
} */

/* Text */
.process-title{
  margin-top: 18px;
  font-weight: 500;
}

.process-text{
  font-size: 14px;
  color: #a6b6cf;
  margin-top: 6px;
}

/* Mobile */
@media (max-width: 991px){
  .process-line{
    display: none;
  }

  .work-process-row{
    flex-direction: column;
    gap: 40px;
  }

  .process-item{
      display: inline-block;
      gap: 20px;
      text-align: center;
  }

.process-icon {
        margin: 0 auto;
    }
}


/*==================================================*/
      /*-------Technologies-------*/
/*==================================================*/

.devlop-technology-wrps {
    padding: 90px 0px;
}

.devlop-sec-heading h2 {
    color: #171624;
    font-family: Poppins, sans-serif;
    font-size: 33px;
    font-weight: 600;
}

.devlop-tech-inner.tech-small-card .item-text-title {
    padding-top: 7px;
}

.devlop-tech-inner.tech-small-card {
    display: inherit;
    text-align: center;
}

.devlop-tech-inner {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    height: 70px;
    padding: 15px;
    cursor: pointer;
}

.devlop-tech-inner:hover {
    background: #fff;
    border: 1px solid #d1d1d1;
    transition: .5s;
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.sub-headin-blue {
    font-size: 18px;
    font-weight: 600;
    color: #0084ff;
    text-transform: uppercase;
}

/*==================================================*/
      /*-------Industries-------*/
/*==================================================*/
.industries-sec-wrps-main {
    padding: 70px 0px;
    background: #10172a;
}


.industries-box-inres-flaxs:hover {
    margin-top: -10px;
    transition: .5s;
}
.industries-box-inres-flaxs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #fff;
    padding: 15px 0px;
    gap: 20px;
}
.industries-icons-news img {
    width: 40px;
}
.indst-news-pags-boxs {
    margin-bottom: 25px;
}
.industries-box-inres-flaxs h6 {
    color: #fff;
    font-weight: 300;
    margin: 0px;
    font-size: 20px;
}
.indst-news-pags-boxs a {
    text-decoration: none;
}

.icons-industry-sec i {
    color: #ffffff;
    font-size: 18px;
    margin: 0px;
}

.industries-heading-sec.landg-pgs {
    text-align: center;
}

.industries-heading-sec.landg-pgs h3 {
    color: #fff;
    font-size: 33px;
    font-weight: 600;
}

.industries-heading-sec.landg-pgs p {
    color: #9ca3af;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 0px 20px;
}

/*==================================================*/
      /*-------Cta Second-------*/
/*==================================================*/

.cta-second-sec-wrps {
    background-image: linear-gradient(to left, #22028e, #23028e) !important;
    margin: 90px 0px 20px;
}
.cta-second-conts {
    padding: 70px 0px;
}

.cta-second-conts h3 {
    color: #fff;
    font-weight: 500;
    font-size: 35px;
}

.cta-second-conts p {
    font-size: 18px;
    color: #fff;
    padding: 10px 0px 0px;
    width: 720px;
}
/* .ctas-bnsr-mobs img {
    width: 220px;
    padding: 50px 0px;
} */
.ctas-bnsr-mobs {
    padding: 30px 0px;
}
/*==================================================*/
      /*-------Advanced Mobile App-------*/
/*==================================================*/
.advanced-mobile-app-sec {
    background-image: linear-gradient(to top, #041427, #07264a);
    padding: 90px 0px;
}
.advanced-tabs-heaing {
    text-align: center;
}

.advanced-tabs-heaing h2 {
    color: #fff;
    font-size: 33px;
    font-weight: 500;
}

.advanced-tabs-heaing p {
    color: #fff;
    padding: 10px 0px 30px;
    font-size: 18px;
}
.advanced-mobile-app-sec .service-content-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 0px 40px;
    height: 100%;
}
.advanced-mobile-app-sec .service-tab-btn.active {
    background: #1565ff;
    border-color: #1565ff;
    color: #fff;
}
.advanced-mobile-app-sec .service-tab-btn {
    border-radius: 14px;
    padding: 20px;
    min-width: 300px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    transition: all .3s ease;
    background: #071d37;
    border: 2px solid #666f78;
}


/*==================================================*/
      /*-------Who We Are-------*/
/*==================================================*/
.why-choos-us-landin-sec-wrps {
    padding: 90px 0px 0px;
} 
.lading-pag-why-chos-cont-box {
    display: flex;
    padding: 22px;
    background: #f3f3f3;
    margin-bottom: 20px;
    border-radius: 20px;
    border: 2px solid #c8c8c8;
    gap: 10px;
    min-height: 140px;
}

.lading-pag-why-chos-cont-imgs {
    width: 80px;
}

.lading-pag-why-chos-cont-imgs img {
    width: 55px;
    margin: 0 auto;
    display: block;
}

.lading-pag-why-chos-cont-inres p {
    margin: 0px;
}
.cwhy-trus-us-box-fles {
    display: grid;
    gap: 20px;
    grid-template-columns: 50% 50%;
}

.lading-pag-why-chos-cont-inres h5 {
    font-size: 16px;
}

.lading-pag-why-chos-cont-inres p {
    font-size: 14px;
}
.footer-pgs-main-contnts-one {
    padding-left: 80px;
}
/*==================================================*/
      /*-------Portfolio-------*/
/*==================================================*/
.custom-portfolio-sec-wrps {
    padding: 90px 0px 0px;
}
.benifets-heading-protflio {
    text-align: center;
}

.benifets-heading-protflio h3 {
    font-size: 33px;
    font-weight: 500;
}

.benifets-heading-protflio p {
    font-size: 18px;
    color: rgb(102, 102, 102);
    text-align: center;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    padding: 5px 0px 0px;
}
.iners-conts-portflio-box {
    display: grid;
    grid-template-columns: 50% 50%;
    border-radius: 20px;
    border: 2px solid #eaeaea;
    overflow: hidden;
    background: #fff;
    margin: 30px 0px 90px;
}

.iners-conts-boxs {
    padding: 10px;
}

.iners-conts-boxs h5 {
    font-family: "Poppins", sans-serif;
    color: #006b9f;
    font-size: 18px;
    font-weight: 500;
    padding-top: 15px;
}
.andoid-iners-flexs {
    display: flex;
    gap: 20px;
}

.android_item p {
    font-family: "Poppins", sans-serif;
    color: #666;
    font-size: 14px;
    font-weight: 400;
}

.case-blk-btns a:hover {
    border: 2px solid #006b9f;
    background-color: #006b9f;
    transition: .5s;
    color: #fff !important;
}
.stafs-bts .case-blk-btns a {
    text-align: center;
    border: 2px solid #006b9f;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    padding: 5px 5px 5px 25px;
    border-radius: 100px;
    color: #006b9f;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 15px;
    height: 15px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #636363;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

/*==================================================*/
      /*-------Award-------*/
/*==================================================*/

.award-sec-wrprs {
    padding: 70px 0px;
}

.cluth-boxs-contn {
    text-align: right;
}

.cluth-boxs-contn h6 {
    font-size: 140px;
    font-weight: 700;
    margin: 0px;
    line-height: 120px;
    padding: 20px 0px;
}

.cluth-starts ul {
    list-style-type: none;
}

.cluth-starts li {
    display: inline-block;
    padding: 0px 5px;
}

.cluth-starts i {
    font-size: 40px;
    color: #ffb800;
}

.logos-reviws:hover {
    box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.20);
    margin-top: -8px;
    transition: .5s;
}
.logos-reviws {
    background: #f2f2f2;
    text-align: center;
    height: 250px;
    border-radius: 30px;
    line-height: 240px;
    border: 1px solid #e5e5e5;
}

.award-heading-boxs h2 {
    font-size: 33px;
    font-weight: 500;
}

.award-heading-boxs p {
    font-size: 18px;
    color: rgb(102, 102, 102);
    font-family: Poppins, sans-serif;
    font-weight: 400;
    padding: 5px 0px 0px;
}

/*==================================================*/
      /*-------Footer------*/
/*==================================================*/
.fotter-content-right {
    display: flex;
    gap: 20px;
    align-items: center;
}
.fotter-content-right a {
    text-decoration: none;
}
.fotter-content-right p {
    color: #fff;
    text-align: left;
}
.fotr-adrs-sec-main h6 {
    font-size: 22px;
    color: #fff;
    text-align: left;
    font-weight: 500;
    padding-bottom: 20px;
}
.fotter-content-twos p {
    color: #fff;
    text-align: left;
    padding-top: 30px;
}
.footer-heading {
    text-align: left;
}
.footer-pgs-main-contnts-one h6 {
    font-size: 22px;
    color: #fff;
    text-align: left;
    font-weight: 500;
    padding-bottom: 20px;
}

.footer-pgs-main-contnts-one ul {
    list-style-type: none;
    text-align: left;
    padding: 0px;
}

.footer-pgs-main-contnts-one a {
    text-decoration: none;
    line-height: 40px;
    color: #fff;
}

.footer-pgs-sec-wrps {
    background: #151516;
    padding: 70px 0px 10px;
    text-align: center;
}
.mobil-fix-btns-wprs {
    background: #222529;
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 16px 0px;
    z-index: 9;
}
.fix-btns-secn {
    display: grid;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    grid-template-columns: 50% 50%;
    gap: 5px;
    text-align: center;
}
.mobil-form-btns {
    text-decoration: none;
    border: 2px solid #006b9f;
    padding: 10px;
    border-radius: 10px;
    color: #ffffff;
    background: #006b9f;
    font-family: "Open Sans", system-ui;
    font-weight: 500;
    width: 100%;
}
.mobil-calls-btns {
    text-decoration: none;
    border: 2px solid #f44321;
    padding: 10px;
    border-radius: 10px;
    color: #ffffff;
    background: #f44321;
    font-family: "Open Sans", system-ui;
    font-weight: 500;
    width: 100%;
}
.fix-btns-secn a {
    color: #fff;
    text-decoration: none;
}
.fix-btns-secn a {
    color: #fff;
    text-decoration: none;
}
.footer-pgs-main-contnt ul {
    list-style-type: none;
}

.footer-pgs-main-contnt li {
    display: inline-block;
    padding: 25px 30px;
}

.footer-pgs-main-contnt a {
    text-decoration: none;
    color: #9ba6b3;
    font-size: 16px;
    font-weight: 500;
}

.footer-pgs-main-contnt a:hover {
    color: #0084ff;
    transition: .5s;
}

.social-media-list-footer ul {
    list-style-type: none;
}

.social-media-list-footer li {
    display: inline-block;
    margin-right: 10px;
    width: 50px;
    height: 50px;
    background: #324963;
    line-height: 50px;
    border-radius: 100px;
/*     box-shadow: 0 10px 30px rgb(0 107 159 / 64%); */
}
.social-media-list-footer li:hover{
    background: #0084ff;
    transition: .5s;
/*     box-shadow: 0 10px 30px rgb(0 107 159 / 64%); */
}
.copy-right-sec-footer {
    padding-top: 20px;
    border-top: 2px solid #ffffff75;
    margin-top: 40px;
}

.copy-right-sec-footer p {
    font-size: 14px;
    color: #ffffff75;
}
.social-media-list-footer a {
    color: #fff;
}

.fst-cta-contnt.servis-tabs-heaing {
    text-align: center;
}

.landing-iconss {
    background: #071d37;
    width: 60px;
    height: 60px;
    border-radius: 15px;
    text-align: center;
    line-height: 60px;
}

.landing-iconss img {
    width: 35px;
}

.iners-conts-portflio-box.aids-imges-bnrs {
    align-items: center;
}








/*=================================================*/
/* -------Popup Css New 07-01-2026 */
/*================================================*/
/* MODAL */
.ux-modal-box {
  border-radius: 22px;
  border: none;
  overflow: hidden;
}

.ux-modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 5;
}

/* LEFT */
.ux-left-panel {
    padding: 20px;
    /*background-image: url(https://www.ecomstreet.com/wp-content/uploads/2026/01/bac-apous.jpg);*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background: linear-gradient(170deg, #120464 43.57%, #006b9f 100%);
}

.ux-title {
  color: #fff;
  font-weight: 600;
}
.ux-testimonial-card .slider-testimonials-wrap {
    padding: 0;
    background: transparent;
}
.ux-testimonial-card .testimonial-box {
    background: #fff;
    padding: 0px;
    max-width: 700px;
    margin: auto;
    border-radius: 20px;
    text-align: center;
}
.ux-subtitle {
  font-size: 16px;
  color: #fff;
}

.ux-testimonial-card {
    background: #fff;
    border-radius: 18px;
    padding: 30px;
    margin-top: 30px;
    position: relative;
    box-shadow: 0 12px 35px rgba(0, 0, 0, .15);
    height: 270px;
}

.ux-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  margin: -65px auto 10px;
  display: block;
  border: 4px solid #fff;
}

.ux-name {
  font-weight: 700;
  margin-bottom: 4px;
}

.ux-role {
  font-size: 13px;
  border: 1px solid #ccc;
  padding: 6px 16px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 15px;
}

.ux-quote {
  font-size: 14px;
  line-height: 1.6;
}

/* ARROWS */
.ux-nav {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 36px;
  background: #e5e7eb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.ux-nav.left { left: -18px; }
.ux-nav.right { right: -18px; }

/* RIGHT */
.ux-right-panel {
  padding: 40px;
}

.ux-form-title {
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 20px;
}
.ux-info li {
    font-family: Poppins, sans-serif;
    font-size: 14px;
}
/* INPUT */
.ux-input {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  padding-left: 0;
}

.ux-input:focus {
  box-shadow: none;
  border-bottom-color: #2563eb;
}

/* BUTTON */
.ux-submit-btn {
    background: #006b9f;
    color: #fff;
    font-weight: 500;
    padding: 13px;
    border-radius: 10px;
}

.ux-submit-btn:hover {
    background: #000;
    color: #fff;
    transition:.5s;
}

/* FOOT NOTES */
.ux-info {
  margin-top: 22px;
  font-size: 13px;
  color: #555;
}
.clint-logos-popus-boxs h6 {
    text-align: center;
    color: #fff;
    padding: 20px 0px 10px;
    text-transform: capitalize;
    font-size: 18px;
}
.clint-logos-popus-boxs img {
    filter: brightness(0) invert(1);
    opacity: 1;
}
.clint-logos-popus-boxs {
    position: relative;
}

.clint-logos-popus-boxs h6:before {
    content: "";
    position: absolute;
    width: 130px;
    height: 2px;
    background: #ffffff;
    right: 0px;
    top: 31px;
}

.clint-logos-popus-boxs h6:after {
    content: "";
    position: absolute;
    width: 130px;
    height: 2px;
    background: #ffffff;
    left: 0px;
    top: 31px;
}
/* MOBILE */
@media (max-width: 991px) {
  .ux-nav {
    display: none;
  }
}
.devlop-tech-inner.tech-small-card .item-text-title {
    padding-top: 7px;
}
/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .ai-left-panel {
        text-align: center;
    }
    .ai-arrow {
        display: none;
    }
}

.rows-ins-bnrs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.testimonial-box p {
    font-size: 15px;
    padding: 5px;
    text-align: center;
}
/*=================================================*/
          /* -------Responsive-------*/
/*================================================*/

@media only screen and (min-width: 320px) and (max-width: 767px)  {
.footer-pgs-main-contnts-one {
    padding-left: 0px;
}
.landing-pag-sec {
    height: 1450px;
}
	.lading-pages-ai-devlp-boxs {
    display: inline-block;
}
	.hovr-btns-about.btsn-ai-dev-land {
    text-align: center;
}
	h2.ais-hedng-conts br {
    display: none;
}
	.ais-tas-iner-conts {
    display: inline-block;
}
	.mobil-aps-servs-heaing br {
    display: none;
}
	.landing-pg-abuts-sec {
    padding: 40px 0px;
}
	.deliver-roi-sec-wrps {
    padding: 60px 0px;
}
	#av-whychoose-sec-unique {
    padding: 50px 0px;
}
	.industries-heading-sec.landg-pgs h3 {
    font-size: 26px;
    font-weight: 500;
}
	.fst-cta-contnt p {
    font-size: 17px;
}
	.avinash-ai-tab-icon {
    display: none;
}
	.devlop-sec-heading h2 {
    font-size: 27px;
    font-weight: 500;
}
	.iners-conts-portflio-box {
    display: inline !important;
}
.advanced-tabs-heaing h2 br {
    display: none;
}
	.work-process-title {
    font-size: 26px;
    font-weight: 500;
}
	.work-process-section {
    padding: 60px 0;
}
	.cta-second-sec-wrps {
    margin: 40px 0px 20px;
}
	.cta-second-conts {
    padding: 20px 0px;
    text-align: center;
}
	.cta-second-conts h3 {
    font-size: 28px;
}
	.cta-second-conts h3 br {
    display: none;
}
	.advanced-tabs-heaing p br {
    display: none;
}
	.custom-section {
    padding: 50px 0;
}
	.fst-cta-contnt h3 {
    font-size: 28px;
    font-weight: 500;
    text-align: center;
}
	.fst-cta-contnt {
    text-align: center;
    padding: 20px 0px 40px;
}
	.lang-pag-flex-cta {
    text-align: center;
    display: inline-block;
}
	.cta-bts-calls-slidr a {
    font-size: 18px;
    margin-top: 20px;
    display: inline-block;
}
.navrs-sticky-navbar {
    max-width: 420px;
}
.landing-pag-conts h1 {
    font-size: 28px;
    font-weight: 500;
    padding: 0px 0px 10px;
    line-height: 38px;
}
.trst-logs-conts h5:before {
    display: none;
}
.trst-logs-conts h5:after {
   display: none;
}
	.social-media-list-footer {
    margin-top: 15px;
}
.trst-logs-conts h5 {
    text-align: center;
    margin-top: 0px;
}
    .lang-pag-flex {
        gap: 15px;
        margin-top: 30px;
    display: block; 
    }
	.lang-pag-flex.devlp-aids-devlop {
    display: flex;
    align-items: center;
    justify-content: center;
}
	.av-whychoose-img-box-unique {
    overflow: hidden;
    display: none;
}
.lading-titles {
    font-size: 24px;
    line-height: 32px;
}
.landin-pg-bouts-imgs {
    width: 100%;
}
.cwhy-trus-us-box-fles {
    display: inherit;
    gap: 20px;
}
.mobil-aps-servs-heaing h2 {
    font-size: 24px;
    font-weight: 600;
}
.lading-pages-aboust-iner-boxs {
    flex-wrap: wrap;
}
.servs-ones-main .service-tabs-list {
    display: flex;
}
.cta-second-conts p {
    width: 100%;
}
    .cluth-boxs-contn {
        display: flex;
        align-items: center;
    }
.cluth-boxs-contn h6 {
        font-size: 60px;
        font-weight: 600;
        line-height: 50px;
    }
        .cluth-starts i {
        font-size: 30px;
    }
    .logos-reviws {
    margin-bottom: 20px;
}
	    .clint-logos-popus-boxs img {
        width: 100px;
    }
	.ux-testimonial-card {
    height: 380px;
}
	    .rows-ins-bnrs {
        display: grid;
        grid-template-columns: auto auto auto;
    }
	.clint-logos-popus-boxs h6:before {
   display:none;
}
	.clint-logos-popus-boxs h6:after {
    display:none;
}
}
