/*Autonomous Services page */
.half-fluid .left-half,
.half-fluid .right-half {
    left: 50%;
    margin-left: -50vw;
    max-width: 100vw;
    position: relative;
    right: 50%;
    width: 100vw;
    padding: 0px;
}

.half-fluid .image {
    background-image: url("../images/super-resolution.gif");
    background-size: contain;
    background-position: center;
    min-height: 400px;
    height: 100%;
    background-repeat: no-repeat;
}


.dot-list {
    list-style-type: none;
    margin: 0 0;
    padding: 0;
}

.dot-list-ordered {
    counter-reset: list-counter;
    display: block;
}

.dot-list-ordered .dot-list-item {
    /* background-image: linear-gradient(180deg, #ddd 0%, #ddd 100%); */
    background-repeat: no-repeat;
    background-size: 2px 100%;
    background-position: 1rem center;
    display: flex;
    min-height: 3rem;
    padding-top: 0rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    position: relative;
    color: #000000;
    align-items: self-start;
}

.dot-list-ordered .dot-list-item::before {
    background: rgba(13, 110, 253, 0.25);
    background-repeat: no-repeat;
    /* background-size: 2rem 20rem; */
    border-radius: 50%;
    color: #c2dbfe;
    content: counter(list-counter);
    counter-increment: list-counter;
    display: block;
    height: 1rem;
    left: 0;
    line-height: 2;
    position: absolute;
    text-align: center;
    width: 1rem;
    font-size: 0;
    top: 6px;
}

.doted li {
    font-weight: 700;
    margin-top: 11px;
}


.subtitle{margin: 23px 0;background: rgb(13 110 253 / 10%);display: flex;align-items: center;justify-content: space-between;padding: 0 20px;}
.subtitle h2 {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: auto;
    text-align: left;
    white-space: nowrap;
    padding-bottom: 13px;
    position: relative;
}

.subtitle h2:before {
    background-color: #0dcaf0;
    content: '';
    display: block;
    height: 3px;
    width: 90px;
    margin-bottom: 5px;
}

.subtitle h2:after {
    background-color: #0dcaf0;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 3px;
    width: 90px;
    margin-bottom: 0;
}
.bggrey{
    background: #bad0f521;
}


.sectiona {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 17px;
    place-content: center;
    height: max-content;
    min-height: max-content;
    
  }
  .aigrid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 43px;
    place-content: center;
    height: max-content;
    min-height: max-content;
    padding: max(1vh, 1rem);
    margin-top: 40px;
  }
  .lipsync{
    border-radius: 25px;
    box-shadow: -2px 4px 15px rgba(0, 0, 0, 0.26);
  }
  @media screen and (max-width: 690px) {
    .sectiona {
    }
  }
  @media screen and (max-width: 470px) {
    .sectiona {
      grid-template-columns: repeat(1, 1fr);
      margin-bottom: 17px;
    }
  }
  .sectiona .card {
    border-radius: 25px;
    box-shadow: -2px 4px 15px rgba(0, 0, 0, 0.26);
  }
  @media screen and (max-width: 470px) {
    .sectiona .card {
      grid-column: span 1;
    }
  }
  .sectiona .card:nth-child(2) {
    grid-column: span 2;
  }
  @media screen and (max-width: 690px) {
    .sectiona .card:nth-child(2) {
      grid-column: span 1;
      grid-row: span 1;
    }
  }
  .sectiona .card:nth-child(3) {
    grid-column: span 1;
  }
  @media screen and (max-width: 690px) {
    .sectiona .card:nth-child(3) {
      grid-column: 2/4;
      grid-row: 1/2;
    }
  }
  @media screen and (max-width: 690px) {
    .sectiona .card:nth-child(6) {
      grid-column: 2/4;
      grid-row: 2/3;
    }
  }
  @media screen and (max-width: 470px) {
    .sectiona .card:nth-child(5) {
      grid-column: span 2;
    }
  }
  .sectiona .card p {
    font-size: clamp(0.9rem, 0.8750rem + 0.1250vw, 1rem);
    line-height: 1.4;
  }
  .sectiona .card img {
    border-radius: 25px;
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
  .sectiona .card .card__img {
    position: relative;
    height: 100%;
  }


  @media screen and (max-width: 690px) {
    .sectiona .card .card__img span {
      top: 20px;
    }
  }
  @media screen and (max-width: 470px) {
    .sectiona .card .card__img span {
      top: 15px;
    }
  }
  .sectiona .card .card__img span svg {
    fill: #ff7b29;
    width: 20px;
    margin-right: 2px;
  }
@media screen and (max-width: 768px) {
    .cards {
        grid-template-columns: repeat(1, 1fr);
    }
    .sectiona .card:nth-child(7){
        grid-column: span 2;
    }
}

@media screen and (max-width: 576px) {
    .services h2 {
        font-size: 34px;
        margin-bottom: 5px;
    }

    .services .text-services {
        font-size: 14px;
        line-height: 1.7;
    }

    .cards {
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }
}
@media screen and (max-width: 768px) {
    .cards {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 576px) {
    .services h2 {
        font-size: 34px;
        margin-bottom: 5px;
    }

    .services .text-services {
        font-size: 14px;
        line-height: 1.7;
    }

    .cards {
        grid-template-columns: 1fr;
        grid-gap: 15px;
    }
}


@media (min-width: 992px) {
    .half-fluid .left-half {
        padding-left: 0 !important;
        position: absolute;
        left: 0;
        right: 50%;
        margin-left: auto;
        width: auto;
    }

    .half-fluid .right-half {
        padding-right: 0 !important;
        position: absolute;
        right: 0;
        left: 50%;
        margin-left: auto;
        width: auto;
    }
}