@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%;
}

.tabs {
    display: flex;
    margin-bottom: 10px;
}

.tab-button {
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    background-color: transparent;
    margin-right: 5px;
    transition: background-color 0.3s;
}

.tab-button.active {
    /* background-color: #ccc; */
    border-bottom: 3px solid #FE9000 !important;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.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;
}


.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 5px 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-button:not(.collapsed) {
    background-color: #fff !important;
    border-radius: 50px !important;
    padding: 5px 10px 5px 4px !important;
    color: rgb(0, 0, 0) !important;
    font-weight: 600;
    box-shadow:none!important;
}

.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: navy;
    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 {
    background: linear-gradient(90deg, #003a99, #0088cc);
    color: #fff;
  }
  
  .btn-consult:hover i {
    transform: translateX(5px);
  }

  






  .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:26px;
  }
  
  /* 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) --- */
  .ai-title{
    border:var(--ring) solid transparent;
    background:
      linear-gradient(#fff,#fff) padding-box,
      linear-gradient(90deg,var(--g1),var(--g2)) border-box;
  }
  
  /* Inner text block (white background + gradient text) */
  .ai-title__text{
    display:block;
    padding:var(--pad-y) var(--pad-x);
    border-radius:var(--radius);
    background:#fff;
  
    /* Gradient text */
    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:600;
    font-size:var(--fs);
    line-height:1.2;
  }
  
  /* --- Upgrade: crisper ring using mask when supported --- */
  @supports (-webkit-mask: none) or (mask-composite: exclude){
    .ai-title{
      border:none;               /* remove fallback border */
      background:none;           /* we’ll draw ring with ::before */
    }
    .ai-title::before{
      content:"";
      position:absolute;
      inset:0;
      border-radius:var(--radius);
      padding:var(--ring);
      background:linear-gradient(90deg,var(--g1),var(--g2));
      /* punch a hole so only the ring shows */
      -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
      -webkit-mask-composite:xor;
              mask-composite:exclude;
      pointer-events:none;
    }
  }

    .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%);
}

  .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 12px;
    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; }
}



.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: 850px;
    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: 220px;
    padding: 20px;
    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: 100px;
    left: 150px;
    /* 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;
}


@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)  {

    .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;
}

.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;
}  
}


