@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;
    font-family: "Poppins", serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", serif;
    font-weight: 700 !important;
}

header img {
    object-fit: contain;
}

.here-section {
    background-image: linear-gradient(#000000a8, #000000a8), url(../images/banner/bnr.jpg);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.here-section h1 {
    font-size: 32px;
    font-weight: 700;
}

.bns img{
    width: 25%;
    position: absolute;
    z-index: 11111;
    top: 360px;
    right: 550px;

}

.as_txt{
    padding-top: 60px;
}

.form-text-color {

    font-weight: 600;
    background: -webkit-linear-gradient(#900648, #05207f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 20px;
}

input:focus,
input:active,
textarea:focus,
textarea:active, select:active, select:focus {
    outline: none;
    border: none;
}


input:focus, input:active, textarea:focus, textarea:active, select:active, select:focus {
  border:1px solid #000;
}

input, textarea, select {
    /* background-color: #FE90003D; */
    margin-top: 15px;
    border-radius: 50px;
    border: 1px solid #bcbcbc;
}

.af-form-wrapper {
    border-radius: 30px;
}

input::placeholder,
textarea::placeholder {
    color: black;
}

#submit {
    background-image: linear-gradient(to right, #1D97F0, #051F7E) !important;
    color: #fff !important;
    margin: 0 auto;
    text-align: center;
    padding: 50px 50px;
}
.bodyText p{
    color: #CF0017;
}
.bg-orange {
    background-color: #FE9000;
    width: 35px;
    height: 35px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 6px 0px 35px 0px;
}

/* .overflowhidden{
    overflow: hidden;
} */

.bg-orange1 {
    background-color: #FE9000;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 0px;
    bottom: -16px;
    border-radius: 35px 0px 5px 0px;
}

.bg-raod-img {
    position: relative;
}

.maxtra-taxi {
    position: absolute;
    margin-top: -60px;
    left: 37px;
    width: 100px;
    animation: moveTaxi 10s linear infinite;
    /* Control speed with duration */
    overflow: hidden;
}

.taxi-container {
    overflow: hidden;
}

.road img {
    object-fit: cover;
    width:100%;
}

.as_txts {
    padding-left: 20%;
    padding-top: 10%;
}

.rbt img {
    position: absolute;
    left: 13px;
    z-index: 11111;
    width: 16%;
}

.as-title__text::before {
    content: "";
    /* position: absolute; */
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(87deg, #6a11cb, #d8005a);
    border-radius: 0px;
    border: 3px solid;
    /* border: 10px solid #000; */
    border-block-end-width: #fff;
    padding-left: 1px;
    margin-right: 20px;
}
@keyframes moveTaxi {
    0% {
        left: 0px;
        /* Start from the left, just outside the view */
    }

    100% {
        left: 92%;
        /* Move to the right, just outside the view */
    }
}






.bg-light-orange {
    background-color: #FE900033;
    width: 100%;
    height: 100%;
}



.bg-same {
    background-color: #FE9000;
    display: block;
    color: rgb(0, 0, 0);
    text-align: center;
    padding: 8px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: bold;
}






.relatives .text-absolute {
    position: absolute;
    bottom: 45px;
    left: 13px;
    right: 13px;
    color: white;
    font-size: 22px;
    font-weight: 600;
    line-height: 34px;
    text-align: center;
}

.relatives img {
    border-radius: 10px;
    transition: 0.5s ease-in-out;
    width: 100%;
    height: 100%;
}


.relatives {
    position: relative;
    overflow: hidden;
    transition: 0.5s ease-in-out;
}

.relatives::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #00000054; */
    background-image: linear-gradient(to bottom, #00000000, #000);
    border-radius: 10px;
}

.as_p{
    color: #fff;
    font-size: 22px;
}

.as_h2{
    color: #fff;
    font-weight: 600;
    font-size: 48px;
}

.ims img {
    width: 80%;
    border-radius: 50%;
    margin-top: 20px;
}

.business-banner {
    background-image: url(../images/banner/bussiness-banner.webp);
}

.bg-developer-img {
    background-image: url(../images/banner/bnj.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.bg-light-blue {
    background-image: linear-gradient(to right, #1D97F0, #051F7E) !important;
    width: 100%;
    height: 100%;
    border-radius: 50px !important;
    color: #fff !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}


.tab-container {
  display: flex;
  max-width: 1000px;
  margin: 40px auto;
  background: linear-gradient(135deg, #3a0ca3, #7209b7);
  border-radius: 12px;
  overflow: hidden;
  color: white;
}



.tab-buttons button {
  padding: 20px;
  border: none;
  outline: none;
  text-align: left;
  background: none;
  color: white;
  cursor: pointer;
  font-size: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  transition: 0.3s;
}

.tab-buttons button:hover {
  background: rgba(255, 255, 255, 0.2);
}

.tab-buttons button.active {
  background: white;
  color: black;
  font-weight: bold;
  border-left: 5px solid #ff6b00;
}

/* Right Content */
.tab-content {
  flex: 1;
  padding: 30px;
  background: rgba(255,255,255,0.05);
}

.tab-content h2 {
  margin-top: 0;
  font-size: 26px;
}

.tab-content ul {
  margin-top: 15px;
  list-style: none;
  padding: 0;
}

.tab-content ul li {
  margin: 8px 0;
}


  /* Hide all panels by default */
  .tab-panel {
    display: none;
  }

  /* Show only the first panel by default */
  .tab-panel.active {
    display: block;
  }


.nav-item {
    padding-left: 20px;
    padding-right: 20px;
}


.customer-img img {
    background-color: #FE900033;
    padding: 5px;
    border-radius: 10px;
}

.design-text {
    background-color: transparent;
    color: transparent;
    -webkit-text-stroke: 1.5px #FE9000;
    text-shadow: 0 0 0 #fff;
    transition: all 250ms;
    font-size: 30px;
}

.customer-pannel-img img {
    width: 100%;
    height: 480px;
    object-fit: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}



.technology {
    background-image: url(../images/banner/technology-banner.webp);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}


.tech-img img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.company-logo img {
    width: 150px;
    height: 150px;
    object-fit: contain;
    background-color: #FBDED0;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #FE9000;
    box-shadow: 11px -2px 1px #fe900054;
    margin: 0 40px;
}


.logo-slider {
    overflow: hidden;
    /* padding: 30px 0 0 0; */
    white-space: nowrap;
    position: relative;
}

.logo-slider:hover .logos-slide {
    animation-play-state: paused;
}

.logos-slide {
    display: inline-block;
    animation: 45s slide infinite linear;
}



@keyframes slide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}


.app-logo {
    border: 4px dotted #5b105d;
    padding: 10px;
    border-radius: 50%;
    /* line-height: 50px; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    width: 150px;
    /* box-shadow: gray 0px 0px 10px inset; */
    transition: 0.5s ease-in-out;
}

.app-logo:hover {
    box-shadow: #d8005a 0px 0px 10px;
    transform: scale(1.08);
}

.app-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bg-choose-us {
    background-image: linear-gradient(to right, #FDFDFD, #FE9000);
    /* padding: 120px; */
}

.rotate img {
    animation: rotation 8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}


.phone-img img {
    position: absolute;
    left: 30%;
    top: 37px;
    width: 157px;
}

marqee {
    overflow: hidden;
}

.choose-img img {
    background-color: white;
    padding: 5px;
    border-radius: 5px;
}

.choose-img p {
    font-size: 13px;
}

button:active,
button:focus {
    background-color: transparent;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.bgorange {
    background-color: #FE9000;
    color: white;
    border-radius: 50%;
    display: block;
    padding: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.accordion-item:first-of-type>.accordion-header .accordion-button, .accordion-button {
    padding: 15px 10px 15px 15px !important;
}
.accordion-item {
    border-top: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)!important;
    border-radius: 5px;
    margin-top: 20px;
}
.as_fq {
    position: relative;
    border: 1px solid #d9d9d9;
    padding: 60px 40px 40px;
    text-align: center;
    border-radius: 10px;
    background: #fff;
  }
  
  .fq_img {
    position: absolute;
    top: -55px;   /* half outside */
    left: 50%;
    transform: translateX(-50%);
    background: #fff;  /* makes it look cut into border */
    padding: 5px;
    border-radius: 50%;
  }
  
  .fq_img img {
    width: 100px;   /* adjust as needed */
    height: 100px;
    border-radius: 50%;
    display: block;
  }

  .accordion-item {
    color: var(--bs-accordion-color);
    background-color: #f4f4f4!important;
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #f4f4f4!important;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
    background: #fff }

.accordion-button:not(.collapsed) {
    background-color: #f0f0f0 !important !important;
    border-radius: 50px !important;
    padding: 15px 15px 15px 15px !important;
    color: rgb(0, 0, 0) !important;
    font-weight: 600;
    box-shadow:none!important;
}


.li-in {
    display: inline-block;
    vertical-align: top;
    width: 86%;
    margin-top: -10px;
    margin-left: 20px;
  }
  
  .text4 {
    color: #616161;
    font-size: 18px;
    line-height: 34px;
    font-family: roboto;
  }
  
  .touch2-in {
    background: #000;
    padding: 10px 0 10px;
  }
  
  .touch2-in p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
  }
  
  .carousel-caption {
    position: relative;
    right: auto;
    left: auto;
  }
  
  .carousel-caption img {
    max-width: 1200px;
    height: auto;
  }
  
  .carousel-indicators [data-bs-target] {
    background-color: #fff;
    border: 2px solid #005de5;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 5px 20px;
  }
  
  .carousel-indicators {
    position: relative;
  }
  
  .carousel-control-next,
  .carousel-control-prev {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 10px 10px;
  }
  
  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    color: #000;
    background-image: none;
    border: 1px solid #555;
    border-radius: 50%;
    line-height: 30px;
    font-weight: 600;
  }

   /* small helper styles - adjust to your design */
   .card1-img { max-width: 357px; width: 100%; height: auto; border-radius: 6px; display:block; margin:auto; }
   .carousel-slide-content { padding: 18px 0; } /* we avoid .carousel-caption to prevent conflicts */
   .review .name { font-weight: 700; font-size: 1.05rem; }
   .text4 { margin-top: 8px; }
   /* make sure carousel items are visible */
   #myCarousel .carousel-item { min-height: 180px; }
  


   .carousel-caption {
    position: relative!important;
    right: 0%!important;
    bottom: 1.25rem;
    left: 0%!important;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

  .carousel-indicators .indicator {
    border: none;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    /* opacity: 0.5; */
    transition: opacity 0.3s ease;
    border: 2px solid #005de5;
  }
  
  .carousel-indicators .indicator:hover {
    opacity: 1;
  }
  
  .carousel-indicators .indicator.active {
    opacity: 1;
  }
  
  .carousel-indicators .slide1 {
    background-image: url("../images/basem.webp");
    background-size: cover;
    background-position: center;
  }
  
  .carousel-indicators .slide2 {
    background-image: url("../images/rajesh.webp");
    background-size: cover;
    background-position: center;
  }
  
  .carousel-indicators .slide3 {
    background-image: url("../images/dominion.webp");
    background-size: cover;
    background-position: center;
  }
  
  .carousel-indicators .slide4 {
    background-image: url("../images/Mask\ group.webp");
    background-size: cover;
    background-position: center;
  }
  
  .carousel-indicators .slide5 {
    background-image: url("../images/aron.webp");
    background-size: cover;
    background-position: center;
  }
  
  .carousel-indicators .slide6 {
    background-image: url("../images/jerry.webp");
    background-size: cover;
    background-position: center;
  }
  
  .carousel-indicators .slide7 {
    background-image: url("../images/mr-ben.webp");
    background-size: cover;
    background-position: center;
  }
  
  .review,
  .card1 {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
  }
  
  .card1 img {
    width: 80%;
    height: auto;
  }
  
  .review {
    width: 56%;
  }
  
  .review p {
    text-align: left;
    margin: 10px 0;
  }
  
  .client-say {
    max-width: 1680px;
    margin: 30px auto 0;
    text-align: center;
  }
  
  .pic,
  .review-content {
    display: inline-block;
    vertical-align: middle;
    margin: 20px 10px;
    width: 45%;
  }
  
  .review-content {
    text-align: left;
  }
  
  .name {
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    text-align: left;
    color: #333;
  }
  
  .feature2 ul li:hover {
    background: linear-gradient(225deg, #192c6b 0%, #1a41c0 100%);
    background: -webkit-linear-gradient(225deg, #192c6b 0%, #1a41c0 100%);
    color: #fff;
  }
  
  .dynamic-image {
    display: none;
  }
  
  #image1 {
    display: block;
  }
  
  .feature2 li:hover~.dynamic-image {
    display: none;
  }
  
  .feature2 li:hover .dynamic-image {
    display: block;
  }
  
  
  
  
  

.text-color {
    color: #fff;
}

.footer-img {
    background:#041A2B;
    width: 100%;
    height: 100%;
}

.circle {
    background-color: #CF0017;
    padding: 10px;
    border-radius: 50%;
    display: block;
    width: 20px;
    height: 20px;
}

.circle {
    background-color: #CF0017;
    padding: 10px;
    border-radius: 50%;
    display: block;
    width: 20px;
    height: 20px;
}

.circleredgreen {
    background-color: forestgreen;
    padding: 10px;
    border-radius: 50%;
    display: block;
    width: 20px;
    height: 20px;
}

.circleredgblue {
    background-color: #fe9000;
    padding: 10px;
    border-radius: 50%;
    display: block;
    width: 20px;
    height: 20px;
}


.process-img,
.process-imgg {
    text-align: center;
    height: 100%;
    width: 120px;
    position: relative;
}

.process-img img,
.process-imgg img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border: 1px solid #FE9000;
    border-radius: 50%;
    padding: 10px;
    box-shadow: #fe9000a1 0px 0px 10px inset;

}

.process-img::after {
    content: "";
    background-image: url(../images/icons/process.webp);
    position: absolute;
    width: 47px;
    height: 20px;
    /* background-color: red; */
    top: 25px;
    right: -60px;
}

.line-img {
    position: absolute;
    position: absolute;
    top: -49px;
    left: -9%;
    z-index: -1;
}

.line-img img {
    width: 100%;
    height: 400px;
    object-fit: contain;
}

.taxi-img {
    display: flex;
    justify-content: end;
}


@media screen and (max-width: 640px) {
    .here-section h1 {
        font-size: 35px;
    }

    .tab-button p {
        display: none;
    }

    .line-img {
        display: none;
    }

    .taxi-img {
        display: flex;
        justify-content: center !important;
    }

 
    

    .process-img::after {
        display: none;
    }


    .how-to-img {
        top: 40% !important;
        width: 50px;
    }

    .tech-img{
        justify-content: center !important;
    }
}


@media screen and (max-width: 768px) {

    .how-to-img{
        top: 41% !important;
        width: 50px;
    }

    .d-imf-none{
        display: none;
    }
}


@media screen and (max-width: 1080px) {
    .taxi-img {
        display: flex;
        justify-content: center !important;
    }

    /* .process-img::after{
        display: none;
    } */

    .revres {
        flex-direction: column-reverse;
    }

    .simple-none {
        display: none !important;
    }

 


    .maxtra-taxi {
        position: absolute;
        margin-top: -60px;
        left: 37px;
        width: 100px;
        animation: moveTaxi 2s linear infinite;
        /* Control speed with duration */
        overflow: hidden;
    }

    @keyframes moveTaxi {
        0% {
            left: 0px;
            /* Start from the left, just outside the view */
        }

        100% {
            left: 72%;
            /* Move to the right, just outside the view */
        }
    }
}





.technology .rounded {
    border-radius: 50px 0px 50px 0px !important;

}




.customer-hover-img {
    transition: 0.5s ease-in-out;
    cursor: pointer;
    padding: 5px;
    border-radius: 5px;
}

.driver-panel-hover {
    transition: 0.5s ease-in-out;
    cursor: pointer;
    padding: 5px;
    border-radius: 5px;
}

.admin-img-hover {
    transition: 0.5s ease-in-out;
    cursor: pointer;
    padding: 5px;
    border-radius: 5px;
}

.driver-panel-hover:hover {
    box-shadow: 0px 0px 5px #FE9000;
    /* padding: 10px; */
    border-radius: 4px;
}

.customer-hover-img:hover {
    box-shadow: 0px 0px 5px #FE9000;
    /* padding: 10px; */
    border-radius: 4px;
}



.admin-img-hover:hover {
    box-shadow: 0px 0px 5px #FE9000;
    /* padding: 10px; */
    border-radius: 4px;
}

.active-cus {
    box-shadow: 0px 0px 5px #FE9000;
    /* padding: 10px; */
    border-radius: 4px;
    /* background-color: #FE9000;
    color: white !important; */
}

.how-to-img {
    position: absolute;
    top: 48%;
    left: 0;
    z-index: 1;

    animation: hottoimg 10s linear infinite;
}

@keyframes hottoimg {
    0% {
        left: 0px;
        /* Start from the left, just outside the view */
    }

    100% {
        left: 92%;
        /* Move to the right, just outside the view */
    }
}


.btn-consult {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 5px 5px 10px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    /* background: linear-gradient(90deg, #0052cc, #00b4ff); */
    border: none;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    border: 1px solid #fff;
}
  
.consul{
background: linear-gradient(90deg, #0052cc, #00b4ff); 
    padding: 10px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
}
  .btn-consult i {
    transition: transform 0.3s ease;
  }
  
  .btn-consult:hover {

    color: #fff;
  }
  
  .btn-consult:hover i {
    transform: translateX(5px);
  }
.btn-consult:hover .consul{
    background:none; 
        padding: 10px;
        border-radius: 50px;
        width: 40px;
        height: 40px;
    }
  






  .btn-consults {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 5px 5px 10px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(90deg, #0052cc, #00b4ff); 
    border: none;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
  
.consuls{
background: #fff;
    padding: 10px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
}
  .btn-consults i {
    transition: transform 0.3s ease;
  background: linear-gradient(90deg, #0052cc, #00b4ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; 
  color: transparent; /* fallback */
  }
  
  .btn-consults:hover {
    background:#fff
    color: #000;
  }
  
  .btn-consults:hover i {
    transform: translateX(5px);
  }






    body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
      background: #f9f9f9;
      overflow-x:hidden;
    }

    .section-title {
        text-align: center;
        margin-bottom: 40px;
      }
      

      .section-title span {
        display: inline-block;
        padding: 10px 25px;
        font-size: 20px;
        font-weight: bold;
        border-radius: 30px;
        border: 2px solid transparent;
      
        /* Gradient border */
        background: 
          linear-gradient(#fff, #fff) padding-box, 
          linear-gradient(90deg, #6a11cb, #d8005a) border-box;
      
        /* Gradient text */
        background-clip: padding-box, border-box, text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
      }

      /* Colors & sizes */
:root{
    --g1:#05207F;   /* purple */
    --g2:#900648;   /* pink */
    --ring:2px;     /* border thickness */
    --radius:999px; /* pill shape */
    --pad-y:10px;
    --pad-x:26px;
    --fs:32px;
  }
  
  /* Center on page (optional) */
  .ai-title{
    display:inline-block;
    position:relative;
    border-radius:var(--radius);
    margin:0 0 40px;
  }
  
  /* --- Fallback: gradient border without masks (works everywhere) --- */

  
.Solutions-boxs .sol-img{
    margin: 0 auto;
}


  .ai-title__text {
    display: block;
    padding: var(--pad-y) var(--pad-x);
    border-radius: var(--radius);
    background: #fff;
    background-image: linear-gradient(90deg, var(--g1), var(--g2));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2;
}

  
.differ-customer-service {
    padding: 50px 0;
    background: url(/wp-content/uploads/2023/09/automation-solution-bg.png);
    background-position: center right;
    background-size: cover;
    background-attachment: fixed;
    }
    
    .differ-customer-service p.textdifferent {
    margin-bottom: 40px;
    text-align: center;
    }
    
    .differ-customer-service h2 {
    color: #19110D;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    
    }
    
    .differ-customer-service .Solutions-boxs {
    border-radius: 48px 8px;
    border: 1px solid var(--neutral-n-700, #E2E2E2);
    background: var(--extremes-white, #FFF);
    /* DS/Compact */
    box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.10);
    padding: 20px;
    display: flex;
    height: 100%;
    padding: 20px 24px 35px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    transition: all .5s ease-out;
    position: relative;
    
    }
    
    .differ-customer-service .Solutions-boxs h3 {
        color: #000;
        font-size: 21px;
        font-style: normal;
        font-weight: 600 !important;
        line-height: normal;
        background-clip: text;
        -webkit-background-clip: text;
        text-align: center;
        margin: 0 auto;
    }
    
    .differ-customer-service .Solutions-boxs:hover {
        background-image: linear-gradient(90deg, var(--g1), var(--g2));
    border-radius: 8px 48px;
    }
    
    .differ-customer-service .Solutions-boxs:hover .sol-img {
        background: #fff;
        border-radius: 50px;
        padding: 10px;
    }
    

    .differ-customer-service .Solutions-boxs .sol-img {
        background: #fff;
        border-radius: 50px;
        padding: 10px;
    }
    
    .differ-customer-service .Solutions-boxs a {
    color: #f05523;
    /* position: absolute;
    bottom: 15px; */
    }
    
    .differ-customer-service .Solutions-boxs a:hover {
    color: #fff;
    }
    

    .technology ul {
        padding: 0;
        margin: 20px 0;
      }
      
      .technology ul li {
        display: inline-block;
        width: 26%;
        vertical-align: middle;
        margin: 10px 5px;
        transition: 0.5s;
      }
      
      
      .technology ul li:hover {
        opacity: 0.7;
        transform: scale(1.01);
        scale: 1.01;
      }
      
      
      
      .technology ul li img {
        width: 100%;
        height: auto;
      }
      
      
      
      .technology {
        opacity: 0;
        transform: translateY(100px);
        transition: opacity 1s ease-out, transform 1s ease-out;
      }
      
      .visible {
        opacity: 1;
        transform: translateY(0);
      }
      
      
      
      
      .as_tech{
        margin-bottom: 30px;
      }
      
      .technology{
        padding-top:40px;
        padding-bottom:40px;
      }
      
      .techstack-tools-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 10px;
}
      
    
    .differ-customer-service .Solutions-boxs:hover h3,
    .differ-customer-service .Solutions-boxs:hover p,
    .differ-customer-service .Solutions-boxs:hover a {
    color: #fff;
    }
    
    .clienttestimonial {
    padding: 60px 0;
    position: relative;
    background: url(/wp-content/uploads/2023/10/clienttest-bg.png), #d3d3d39c 50% / cover no-repeat;
    max-height: 700px;
    }
    .clienttestimonial .owl-carousel button.owl-dot {
    background: #999;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 10px;
    }
    
    .clienttestimonial .owl-carousel button.owl-dot.owl-dot.active {
    background: #E9430E;
    }
    .clienttestimonial .owl-carousel .owl-dots {
    text-align: center;
    margin-top: 25px;
    }
    
    .clienttestimonial:before {
    position: absolute;
    top: 0px;
    content: "";
    opacity: 0.5;
    
    }
    
  
  /* --- Upgrade: crisper ring using mask when supported --- */

    .services-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 25px;
      max-width: 1150px;
      margin: auto;
    }

    .service-card {
        background-image:linear-gradient(90deg,var(--g1),var(--g2));
      border-radius: 12px;
      padding: 25px;
      text-align: center;
      position: relative;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      border: 2px solid transparent;
      background-clip: padding-box;
    }

    /* Gradient border effect */
    .service-card::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 12px;
      padding: 2px; /* border thickness */
      background: linear-gradient(135deg, #6a11cb, #d8005a);
      -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
      -webkit-mask-composite: xor;
              mask-composite: exclude;
      pointer-events: none;
    }

    .service-card h3 {
      font-size: 22px;
      margin-bottom: 15px;
      font-weight: 600;
      color: #fff;
    }

    .service-card p {
        font-size: 16px;
        margin-bottom: 15px;
        color: #fff;
      }

    .service-card ul {
      list-style: none;
      padding: 0;
      margin: 0 0 15px 0;
    }

    .service-card ul li {
      font-size: 14px;
      margin-bottom: 10px;
      padding-left: 22px;
      position: relative;
      color: #fff;
    }



    .service-card a {
      display: inline-block;
      color: #fff;
      font-weight: bold;
      text-decoration: none;
      font-size: 14px;
      margin-top: 8px;
    }

    .service-card a:hover {
      text-decoration: underline;
    }
    .section-title {
        text-align: center;
        margin-bottom: 40px;
      }
      
      .services-section {
        padding-top: 70px;
        text-align: center;
        padding-bottom: 80px;
    }

    .as-title__text {
        display: block;
        padding: var(--pad-y) var(--pad-x);
        border-radius: var(--radius);
        background: #fff;
        background-image: linear-gradient(354deg, var(--g1), var(--g2));
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent;
        font-weight: 600;
        font-size: 34px;
        line-height: 1.2;
    }


    .as-title {
        display: block;
        padding: var(--pad-y) var(--pad-x);
        border-radius: var(--radius);
        background: #fff;
        background-image: linear-gradient(354deg, var(--g1), var(--g2));
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent;
        font-weight: 600;
        font-size: 34px;
        line-height: 1.2;
    }

.as_bnd{
    background: #D9D9D95C;
    border-radius: 30px;
}


.industries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 0px;
  }

  .industry-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }


  .industry-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: all 0.4s ease;
    filter: grayscale(0%) brightness(100%);
}

 .banner-bullets {
  padding: 0;
  display: flex
;
  flex-wrap: wrap;
}
.techstack-tool{
  border: 1px solid #b6b6b6;
  padding: 5px;
  border-radius: 8px;
}


.banner-bullets li {
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.30);
  width: auto;
  padding: 5px 10px;
  margin-right: 13px;
  font-size: 16px;
  margin-bottom: 13px;
  display: flex
;
  align-items: center;
  gap: 5px;
}
/* Service Tab Active */
.service-tab.active, .service-tab:focus {
  background: #fff !important;
  color: #000 !important;
  border: 1.5px solid #fff !important;
  transform: scale(1.03);
  outline: none;
}

.service-tab:focus img.iconfix-width{
    filter: invert(1);
}
.service-tab.active img.iconfix-width{
    filter: invert(1);
}
/* .service-tab:first-child.active img {
  filter: none !important;
} */
.service-detail.active { display: block; }
.service-detail.active p a{
    color: #ffffff;
    font-weight: 900;
}
.service-features {
  list-style: none;
  padding-left: 0;
}
.service-features li {
  margin-bottom: 14px;
  font-size: 1.08rem;
  display: flex;
  align-items: center;
  gap: 8px;
}
.service-features .checkmark {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    margin-right: 5px;
    position: relative;
    flex-shrink: 0;
}
.service-features .checkmark:after {
  content: '';
  display: block;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 10px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: translate(-50%, -50%) rotate(45deg);
    position: absolute;
}
/* AI Accordion Section Styles */
.ai-accordion-section {
    background: #fff;
    padding: 50px 0;
}
.ai-accordion-title {
    color: #222;
    display: inline-block;
    border-radius: 2px;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 18px;
    line-height: 1.1;
}
.ai-accordion-desc {
    font-size: 1.1rem;
    color: #444;
    margin-bottom: 32px;
}
.ai-accordion-btn {
    border: 1.5px solid #ff7a00;
    color: #ff7a00;
    background: transparent;
    padding: 10px 28px;
    border-radius: 2px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 32px;
    transition: background 0.2s, color 0.2s;
    display: inline-block;
}
.ai-accordion-btn:hover {
    background: #ff7a00;
    color: #fff;
}
.sticky-col {
    position: sticky;
    top: 40px;
    align-self: flex-start;
}
.accordion-flush .accordion-item {
    background: #fafafa;
    border: none;
    margin-bottom: 12px;
    border-radius: 4px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.03);
    overflow: hidden;
}
.accordion-flush .accordion-header {
    font-weight: 700;
    font-size: 1.1rem;
}
.accordion-flush .accordion-button {
    background: #fafafa;
    color: #222;
    font-weight: 700;
    box-shadow: none;
    border: none;
    padding: 22px 24px 5px;
    transition: background 0.2s;
    font-size: 18px;
}
.accordion-flush .accordion-button:not(.collapsed) {
    background: #fff;
    color: #ff7a00;
}
.accordion-flush .accordion-body {
    color: #444;
    font-size: 1rem;
    padding: 18px 24px 24px 24px;
    animation: fadeIn 0.5s;
}
.service-detail { display: none; }
.service-detail.active { display: block; }
/* Tech Stack Accordion Styles */
.techstack-section {
    background: url(/wp-content/newtheme-image/artificial/techstack-setion.jpeg) center center / cover no-repeat, #f4f4f4;
    padding: 25px 0 0px;
    position: relative;
    z-index: 1;
}
.techstack-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(255 255 255 / 82%);
    z-index: 2;
    pointer-events: none;
}

.techstack-section .section-title {
    color: #19110D;
    display: inline-block;
    border-radius: 2px;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 12px;
}
.techstack-section .section-desc {
    font-size: 1.1rem;
    color: #19110D;
    margin-bottom: 36px;
    text-align: center;
}
.techstack-accordion .accordion-item {
    background: #ffffffb0;
    border: none;
    margin-bottom: 18px;
    border-radius: 8px;
    overflow: hidden;
}
.techstack-accordion .accordion-header {
    font-weight: 700;
    font-size: 1.1rem;
}
.techstack-accordion .accordion-button:not(.collapsed){
    background: #fafafa;
    color: #ef5523;
    font-weight: 600;
}
.techstack-accordion .accordion-button {
    background: #fafafa;
    color: #ef5523;
    font-weight: 600;
    box-shadow: none;
    border: none;
    padding: 22px 24px;
    transition: background 0.2s;
    font-size: 1.1rem;
    position: relative;
}
.techstack-accordion .accordion-body {
    color: #fff;
    font-size: 1rem;
    padding: 18px 24px 24px 24px;
    animation: fadeIn 0.5s;
}
.techstack-tools-list {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 10px;
}
.techstack-tool {
    background: #ffffff;
    color: #000000;
    border-radius: 6px;
    padding: 8px 18px;
    font-size: 1rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    border: 1px solid #45187e;
    transition: background 0.2s, color 0.2s;
}
.techstack-tool img {
    height: 26px;
    width: auto;
    display: inline-block;
}
section.trusted-partners {
    background: #f7f7f7;
    padding: 50px 0;
}
.trusted-partners h2 {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    position: relative;
}
.trusted-partners h2:first-child {
    margin-bottom: 30px;
}
/* industry section */
.industry-accordion-section {
    background: url('/wp-content/newtheme-image/artificial/industry-image.png') center center/cover no-repeat;
    color: #000000;
    padding: 30px 0;
    position: relative;
    z-index: 1;
}
.industry-accordion-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255,255,255,0.92) 60%, rgba(244,244,244,0.85) 100%);
    z-index: 2;
    pointer-events: none;
}
.industry-accordion-section > .container {
    position: relative;
    z-index: 3;
}
.industry-accordion-section .accordion-item{
    border-bottom: 1px solid rgb(231 231 231);
    background: #fff;
}
.industry-accordion-section .accordion-button{
   background-color: rgb(255 255 255);
    color: #000000;
}
.industry-accordion-section .accordion-button:focus{
    box-shadow: none;
}
/* .industry-accordion-section .accordion-button::after{
    filter: invert(1);
} */
.industry-accordion-section .accordion-button:not(.collapsed){
    color: #000;
    background-color: inherit;
}
.industry-accordion-section #industryAccordion{
    height: 350px;
    overflow-y: scroll;
}
.industry-accordion-section #industryAccordion .accordion-button{
    padding: 1rem 10px;
    font-size: 18px;
    font-weight: 500;
    color: #e9430e;
}
.iconfix-width{
    max-width: 36px;
}
.differ-customer-service {
    padding: 30px 0;
}
/* hire section start  */
section .sec-title {
    font-family: Satoshi;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    text-align: center;
    width: 100%;
    margin-bottom: 15px;
}
section.hiring-sec {
    background-color: #fff !important;
    background: url(/wp-content/uploads/hire-backend/hiring-sec-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 0px 40px;
    background-size: cover;
}
.hiring-sec-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
section.hiring-sec .col-md-4 {
    margin-right: 11%;
    width: 26%;
    align-items: stretch;
    display: flex;
}
.hiring-sec-inner .col-md-4:last-child {
    margin-right: 0px;
}
.hiring-sec1-title {
    background-color: #F76902;
}
.hiring-sec1 {
    border: 1px solid #F76902;
}
.hiring-sec2 {
    border: 1px solid #3F3D40;
}
.hiring-sec2-title {
    background-color: #3F3D40;
}
.hiring-sec3 {
    border: 1px solid #45187E;
}
.hiring-sec3-title {
    background-color: #45187E;
}
.hire-sec {
    border-radius: 8px;
    background-color: #fff;
    width: 100%;
    color: #fff;
}
.hiring-sec-title {
    width: 85%;
    margin: 0px auto 20px;
    border-radius: 0px 0px 8px 8px;
}
.hire-sec h5 {
    font-family: Satoshi;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    padding: 16px;
    border-radius: 16px;
}
.hire-sec h5 a{
 color: inherit;
}
.hire-sec h6{
    color: #000;
    padding-left: 20px;
    font-weight: 500;
}
.hire-sec p{
    color: #000;
    padding-left: 20px;
    font-size: 14px;
}
.hire-sec ul {
    padding: 0px 30px 5px 40px;
}
.hire-sec ul li {
    font-family: Satoshi;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    margin-bottom: 10px;
    color: #424242;
}
/* hire section end  */
.cta-section-main{
padding: 40px 0;
}
.faq-section-services {
        padding: 30px 0;
}

.cta-section-mainwhite{
    margin: 50px auto;
    text-align: center;
}
.cta-section-mainwhite p.ctaheading{
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #000000;
}
.strategic-partners-section .col-6 img{
        max-width: 50%;
}
#aiSolutionsAccordion{
    max-height: 280px;
    overflow: auto;
}

.processright-sec {
    width: 82%;
}

.tab-container {
  display: flex;
  max-width: 100%;
  margin: 40px auto;
  background: linear-gradient(254deg, #6a11cb, #d8005a);
  border-radius: 12px;
  overflow: hidden;
  color: white;
}

.tab-buttons button.focus img.iconfix-width {
  filter: invert(1);
}

.tab-buttons button.active img.iconfix-width {
  filter: invert(1);
}

.service-features {
  list-style: none;
  padding-left: 0;
}


.service-features li {
  margin-bottom: 14px;
  font-size: 1.08rem;
  display: flex
;
  align-items: center;
  gap: 8px;
}

.service-features .checkmark {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  margin-right: 5px;
  position: relative;
  flex-shrink: 0;
}
.service-features .checkmark:after {
  content: '';
  display: block;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: translate(-50%, -50%) rotate(45deg);
  position: absolute;
}
.tab-buttons {
  display: flex;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  padding-bottom: 20px;
}

.tab-buttons button {
  padding: 15px;
  border: none;
  outline: none;
  text-align: left;
  background: none;
  color: white;
  cursor: pointer;
  font-size: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  transition: 0.3s;
}

.tab-buttons button:hover {
  background: rgba(255, 255, 255, 0.2);
}

.tab-buttons button.active {
  background: white;
  color: black;
  font-weight: bold;
  border-left: 5px solid #ff6b00;
}

/* Right Content */
.tab-content {
  flex: 1;
  padding: 30px;
  background: rgba(255,255,255,0.05);
}

.tab-content h2 {
  margin-top: 0;
  font-size: 26px;
}

.tab-content ul {
  margin-top: 15px;
  list-style: none;
  padding: 0;
}

.tab-content ul li {
  margin: 8px 0;
}



  .industry-card:hover img {
    filter: grayscale(0%) brightness(100%); /* show original image */
    transform: scale(1.05);
  }

  .industry-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px 20px;
    background: rgba(58, 12, 163, 0.85);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    opacity: 1;
    transition: opacity 0.3s ease;
  }

  .industry-card:hover .industry-overlay {
    opacity: 1;
  }


  .testimonial{

    text-align: center;
  
}


.testimonial .post{
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
}
.testimonial .description{
    padding: 0 20px;
    margin: 0;
    font-size: 15px;
    color: #6f6f6f;
    letter-spacing: 1px;
    line-height: 30px;
}
.owl-theme .owl-controls{ margin-top: 0; }
.owl-theme .owl-controls .owl-buttons div{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 35px;
    background: linear-gradient(90deg, #0052cc, #00b4ff)!important;
    color: #fff;
    border-radius: 0;
    margin-right: 5px;
    opacity: 1;
}
.owl-prev:before,
.owl-next:before{
    content: "\f060";
    font-family: "Font Awesome 5 Free";
    font-size: 20px;
    font-weight: 900;
}
.owl-next:before{ content: "\f061"; }
@media only screen and (max-width: 990px){
    .testimonial{ margin: 30px; }
}


.industries-grid {
  display: contents;
}
.industry-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 20%;
  display: grid;
}

.app-card {
    max-width: 100%;
    margin: 40px auto;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    gap: 20px;
    border: 2px solid #e6e6e6;
    position: relative;
  }

  /* Left content */
  .app-info {
    flex: 1;
  }

  .app-info h2 {
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0;
  }

  .app-info h2 span {
    background-image: linear-gradient(354deg, var(--g1), var(--g2));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }

  .app-info p {
    font-size: 14px;
    color: #666;
    margin: 15px 0;
    line-height: 1.6;
  }

  .app-stats {
    display: flex;
    gap: 50px;
    margin: 20px 0;
    /* margin: 0 auto; */
    justify-content: center;
}

  .stat {
    text-align: center;
  }

  .stat i {
    font-size: 22px;
    color: #007bff;
    margin-bottom: 5px;
  }

  .stat p {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    background-image: linear-gradient(354deg, var(--g1), var(--g2));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }

  .stat span {
    font-size: 16px;
    background-image: linear-gradient(354deg, var(--g1), var(--g2));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
  }

  .app-buttons {
    display: flex;
    gap: 15px;
  }

  .btn {
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 25px;
    text-decoration: none;
    transition: 0.3s ease;
    border: none;
    cursor: pointer;
  }

  .btn-demo {
    background: #007bff;
    color: #fff;
  }

  .btn-demo:hover {
    background: #0056b3;
  }

  .btn-develop {
    background: linear-gradient(to right, #a10f5a, #4829b2);
    color: #fff !important;
    position: absolute;
    left: 160px;
    bottom: -20px;
}
  .btn-develop:hover {
    opacity: 0.9;
  }

  /* Right content */
  .app-preview {
    flex: 1;
    text-align: center;
    position: relative;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 0px;
    background: #D9D9D933;
}

  .app-preview img {
    max-width: 100%;
    border-radius: 10px;
  }

  .tag {
    position: absolute;
    right: 0px;
    top: 20%;
    transform: translateY(-50%);
    background: linear-gradient(to right, #a10f5a, #4829b2);
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    writing-mode: vertical-rl;
    padding: 8px 3px;
    border-radius: 5px 5px 0 0;
}
.rv_lg {
    width:40%;
}

  @media(max-width: 768px) {
    .app-card {
      flex-direction: column;
      text-align: center;
    }
    .app-buttons {
      justify-content: center;
    }
    .tag {
      display: none;
    }
  }

  
  .services-wrapper {
    position: relative;
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 220px !important;
}
  .center-robot {
    position: absolute;
    width: 40%;
    z-index: 2;
}
  .service-item {
    position: absolute;
    width: 300px;
    padding: 10px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    text-align: center;
    transition: 0.3s;
  }

  .service-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  }

  .service-item h3 {
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: bold;
  }

  .service-item p {
    font-size: 14px;
    color: #444;
  }

  /* Position items around circle */
  .item1 {
    top: -180px;
    left: 25%;
  
}
  .item2 {
    top: 70px;
    left: 120px;
    /* background: #3da6db; */
}
.item3 {
    top: -160px;
    right: 390px;
    /* background: #922b4d; */
    color: #000000;
}
  .item4 {
    bottom: -30px;
    left: 150px;
    /* background: #ff6f61; */
    color: #000000;
}
.item5 {
    bottom: 230px;
    right: 150px;
    background: #ffffff;
}
.item6 {
    bottom: 0px;
    right: 150px;

    /* background: #47c2a6; */
}

.as_po {
    font-size: 40px;
    padding-left: 0px;
    border-radius: 0px;
}

.as_quo h3{
    font-size: 35px;
    padding-bottom: 0px;
}
.as_qte {
    padding-top:60px;
}


.as_testi .owl-controls {
    margin-top: -120px!important;
    text-align: center;
    margin-bottom: 110px!important;
}


.testimonial .pic{
    width: 30%;
    padding: 20px 0;
    margin: 0 6% 0 2%;
    float: left;
    position: relative;
    z-index: 1;
}

.testimonial .pic:before{
    top: 0;
    right: -20px;
}
.testimonial .pic:after{
    bottom: 0;
    left: -20px;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
  
}
.testimonial .testimonial-content {
    width: 60%;
    float: right;
    padding-top: 150px;
    text-align: justify;
}
.testimonial .title {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin: 0;
    text-transform: uppercase;
    padding-top: 25px;
    padding-left: 15px;
}
.testimonial .post {
    /* display: block; */
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    color: #0c0c0c;
    text-transform: capitalize;
    margin-bottom: 25px;
    padding-left: 5px;
}
.testimonial .description{
    font-size: 16px;
    color: #000;
    padding: 0 15px;
    margin: 0;
    position: relative;
}
.testimonial .description:before, .testimonial .description:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    color: #110f0f;
    position: relative;
}

.testimonial .description:before{
    content: "\f10d";
    margin-right: 5px;
    top: 0;
    left: 0;
}
.testimonial .description:after{
    content: "\f10e";
    margin-left: 5px;
    position: relative;
    bottom: 0;
    right: 0;
}
.btn-consult i {
    transition: transform 0.3s ease;
}

/* On hover - slide arrow to the right */
.btn-consult:hover i {
    transform: translateX(6px);
}

.service-number {
    font-size: 30px;
    font-weight: 900;
    background: linear-gradient(45deg, #6a11cb, #d8005a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
    font-family: "Poppins", sans-serif;
}

.button_slide {
    color: #FFF;
    letter-spacing: 1px;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #082e8c;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
  }
  
  .slide_down:hover {
    box-shadow: inset 0 100px 0 0 #082e8c;
  }
  
  .slide_right:hover {
    box-shadow: inset 400px 0 0 0 #082e8c;
  }


@media only screen and (max-width: 990px){
    .testimonial{ text-align: center; }
    .testimonial .pic{
        width: 200px;
        margin: 0 auto;
        float: none;
    }
    .testimonial .pic:before,
    .testimonial .pic:after{
        width: 80px;
        height: 100px;
    }
    .testimonial .testimonial-content{
        width: 100%;
        float: none;
    }
    .testimonial .title{
        padding: 15px 0 0 0;
    }
    .testimonial .post{
        padding: 0;
        margin-bottom: 10px;
    }
    .owl-theme .owl-controls{
        width: 100%;
        position: static;
        text-align: center;
    }
    .owl-theme .owl-controls .owl-buttons div{
        height: 50px;
        line-height: 50px;
    }
}


@media only screen and (max-width: 600px) and (min-width: 320px)  {

  .carousel-indicators .indicator {
    border: none;
    width: 100px;
    height: 40px;
    border-radius: 50%;
    /* opacity: 0.5; */
    transition: opacity 0.3s ease;
    border: 2px solid #005de5;
}

.industry-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  display: grid;
}

.carousel-indicators [data-bs-target] {
  background-color: #fff;
  border: 2px solid #005de5;
  width: 120px;
  height: 50px;
  border-radius: 50%;
  margin: 0px 3px;
}
.review, .card1 {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.review {
  width: 100%;
}

    .as_h2 {
        color: #fff;
        font-weight: 600;
        font-size: 31px;
    }
    .ims img {
        width: 100%;
        border-radius: 50%;
        margin-top: 20px;
    }
    .rbt img {
        position: relative;
        left: 13px;
        z-index: 11111;
        width: 50%;
    }
    .as_txts {
        padding-left: 10%;
        padding-top: 10%;
    }
   .gt {
    margin-top:20px;
   } 

   .as-title__text::before {
    display:none;
}

.carousel-indicators {
 
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 5%;
  margin-bottom: 1rem;
  margin-left: 5%;
}

.as-title__text {
    display: block;
    padding: var(--pad-y) var(--pad-x);
    border-radius: var(--radius);
    background: #fff;
    background-image: linear-gradient(354deg, var(--g1), var(--g2));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size: 34px;
    line-height: 1.2;
    text-align: center;
}


.gts{
    text-align: center;
}
.center-robot {
    position: relative;
    width: 100%;
    z-index: 2;
}
.service-item {
    position: relative;
    width: 100%;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: 0.3s;
}
.item1 {
    top: 10px;
    left: 0%;
}
.item2 {
    top: 20px;
     left: 0px;
    /* background: #3da6db; */
}
.item3 {
    top: 30px;
    right: 0px;
    /* background: #922b4d; */
    color: #000000;
}
.item4 {
    bottom: 0px;
    left: 0px;
    /* background: #ff6f61; */
    color: #000000;
    top: 30px;
}
.item5 {
    bottom: 0px;
    right: 0px;
    background: #ffffff;
    top: 40px;
}
.item6 {
    bottom: 0px;
    right: 0px;
    /* background: #47c2a6; */
    top: 60px;
}
.services-wrapper {
    position: relative;
    width: 850px;
    height: auto;
    display: block;
    justify-content: center;
    align-items: center;
    margin-top: 20px !important;
    margin-bottom: 60px;
}
.as_po {
    font-size: 30px;
    padding-left: 0px;
    border-radius: 0px;
    text-align: center;
}
.testimonial {
    margin: 0px;
}
.testimonial .testimonial-content {
    float: right;
    padding-top: 10px;
    text-align: justify;
}
.as_testi .owl-controls {
    margin-top: 20px !important;
    text-align: center;
    margin-bottom: 10px !important;
}
.get_qu{
    display: none;
}
.as_quo h3 {
    font-size: 35px;
    padding-bottom: 0px;
    text-align: center;
}
.bodyText p {
    color: #CF0017;
    text-align: center;
}
.as_qte {
    padding-top: 60px;
    margin-bottom: 60px;
}

.get_qq {
    background:#fff!important;
}

}


@media only screen and (max-width: 1920px) and (min-width: 1400px)  {
    
  .bns img {
    width: 19%;
    position: absolute;
    z-index: 11111;
    top: 360px;
    right: 770px;
} 

}



