.ai-about-highlight-bg-v5 {
    padding: 3rem;
    background-color: var(--backgr-clr-3);
    border: 2px solid var(--card-clr);
    border-radius: 1rem;
    margin-top: 2rem;
}

.ai-aboutHigLig-box-v5 {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 1rem;
    background-color: white;
    border: 1px solid var(--card-clr);
    height: 100%;
    border-radius: 1rem;
    transition: .3s ease-in-out;
}

.ai-aboutHigLig-box-v5:hover {
    border: 1px solid var(--dark-clr);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.ai-pointSec-bg {
    padding: 1rem;
    border-bottom: 2px solid var(--dark-clr);
    border-radius: .5rem;
    margin-top: 1rem;
    background-color: white;
}

.ai-point-box-v5 {
    display: flex;
    align-items: start;
    gap: .5rem;
    background-color: var(--card-clr);
    padding: 1rem;
    border-radius: .75rem;
}

.ai-point-box-v5::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 1rem;
    background-color: var(--dark-clr);
    transform: translateY(65%);
}


.ai-cardSectionOne-v5 {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    border: 1px solid transparent;
    background-color: var(--card-clr);
    padding: 1rem;
    border-radius: .5rem;
    height: 100%;
    transform: translateY(0);
    transition: .2s ease-in-out;
}

.ai-cardSectionOne-v5 h4 {
    color: black;
    font-size: 1.1rem;
    transition: .2s ease-in-out;
}

.ai-cardSectionOne-v5:hover h4 {
    color: var(--dark-clr);
}

.ai-cardSectionOne-v5:hover {
    transform: translateY(-5px);
    border: 1px solid var(--dark-clr);
}

.ai-content-wrapper-v5 {
    background-color: var(--card-clr);
    padding: 3rem 1rem;
    border-radius: 1rem;
    margin-top: 2rem;
}

.ai-content-list-btn-v5 {
    position: relative;
    border: 2px solid var(--dark-clr);
    background-color: white;
    border-radius: .75rem;
    padding: .5rem 1rem;
    color: var(--dark-clr);
    font-weight: 600;
    width: 100%;
    z-index: 1;
    transition: .3s ease-in-out;
}

.ai-content-list-btn-v5:hover::before,
.ai-content-list-btn-v5.active::before {
    content: '';
    position: absolute;
    bottom: -35%;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 25px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background-color: var(--dark-clr);
    transition: .3s ease-in-out;
}

.ai-content-list-btn-v5:hover ,
.ai-content-list-btn-v5.active {
    border: 2px solid var(--dark-clr);
    background-color: var(--dark-clr);
    color: white;
}

.ai-icon-container-v5 {
    display: flex;
    align-items: center;
    gap: .5rem;
    border-right: 2px solid var(--dark-clr);
    padding: 1rem;
    white-space: nowrap;
    border-radius: .5rem;
    background-color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.ai-scardSectionTwo-v5 {
    display: flex;
    flex-direction: column;
    gap: .6rem;
    justify-content: space-between;
    padding: 1rem;
    border: 1px solid var(--card-clr);
    height: 100%;
    transform: scale(1);
    transition: .3s ease-in-out;
}

.ai-scardSectionTwo-v5:hover{
    transform: scale(1.010);
    background-color: var(--card-clr);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.ai-custom-slider-wrapper-v5 {
    max-height: 500px;
    overflow: hidden;
}

.ai-custom-slider-v5 {
    display: flex;
    transition: transform 0.4s ease-in-out;
}

.ai-scroll-card-v5 {
    flex: 0 0 calc(33.23% - 20px);
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 0 10px;
    border-radius: .75rem;
    background-color: white;
    border-bottom: 1px solid var(--dark-clr);
}

.ai-scrollcard-top-v5{
    overflow: hidden;
    border-radius: .75rem .75rem 0 0;
}

.ai-img-hover-v5 {
    border-radius: .75rem .75rem 0 0;
    transform: scale(1);
    transition: transform 0.4s ease-in-out;
}

.ai-scrollcard-bottom-v5{
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: .6rem;
}

.ai-slider-Header-v5{
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: 1.25rem;
    font-weight: 600;
}

.ai-slider-Header-v5::before{
    content: '';
    width: 30px;
    height: 4px;
    background-color: var(--dark-clr);
}

.ai-scroll-card-v5:hover .ai-img-hover-v5 {
    transform: scale(1.07);
}


/* Navigation buttons */

.ai-arrow-v5 {
    background: var(--border-clr);
    border: none;
    color: white;
    font-size: 1rem;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 50%;
}

.ai-arrowprev-v5 {
    left: 10px;
    transform: rotate(180deg);
}

.ai-arrownext-v5 {
    right: 10px;
}

/* cta start */

.gradBg-v5 {
    position: relative;
    background: linear-gradient(254.42deg,
            rgba(43, 161, 227, 1) 0%,
            rgba(0, 104, 199, 1) 100%);
    border-radius: 1rem;
    padding: 4rem 2rem;
}

.ctacenteredImg1-v5 {
    position: absolute;
    bottom: -16%;
    right: 15%;
}

.ctacenteredImg2-v5 {
    position: absolute;
    bottom: -16%;
    right: 15%;
}

.ctacenteredImg3-v5 {
    position: absolute;
    bottom: -10%;
    right: 15%;
}

.ctacenteredImg4-v5 {
    position: absolute;
    bottom: -5%;
    right: 20%;
}

.ai-ctabtn-v5 {
    position: relative;
    background-color: #111;
    color: #fff;
    padding: .5rem 1.75rem;
    border-radius: .5rem;
    transform: scale(1);
    overflow: hidden;
    transition: transform 0.4s ease-in-out, 0.4s ease-in-out;
}

.ai-ctabtn-v5::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 40%;
    width: 15%;
    height: 40%;
    border-radius: 100%;
    background-color: #fff;
    z-index: -1;
    transform: translateY(100%);
    transition: transform 0.4s ease-in-out, 0.4s ease-in-out;
}

.ai-ctabtn-v5:hover::before {
    transform: translateY(0);
    left: 0%;
    width: 100%;
    height: 100%;
    border-radius: 0%;
}

.ai-ctabtn-v5:hover {
    transform: scale(1.10);
    color: #111;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}



/* cta end */

.ai-rightSideScroll-box-v5 {
    border: 2px var(--dark-clr);
    background-color: var(--card-clr);
    border-style: solid solid none solid;
    padding: 1.5rem;
    border-radius: 1rem;
    height: 100%;
    text-align: center;
}

.ai-cardSectionThree-v5{
    display: flex;
    flex-direction: column;
    gap: .6rem;
    padding: 1rem;
    height: 100%;
    background-color: var(--card-clr);
    border-radius: .75rem;
    transition: .3s ease-in-out;
}

.ai-cardSectionThree-v5:hover{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.ai-dp-center-line-v5 {
    position: relative;
    margin-top: 2rem;
}

.ai-dp-center-line-v5::before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    width: 4px;
    height: 100%;
    border-radius: 1rem;
    background-color: var(--background-card);
}

.ai-dp-card-v5:nth-child(even) {
    padding-left: calc(50% + 50px);
}

.ai-dp-card-v5:nth-child(odd) {
    padding-right: calc(50% + 50px);
    padding-left: 0;
}

.ai-dp-card-inner-odd-v5,
.ai-dp-card-inner-even-v5 {
    position: relative;
    background-color: white;
    border: 2px solid var(--dark-clr);
    border-radius: 1rem;
    padding: 1rem 1.75rem;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    align-items: start;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    z-index: 1;
}

.ai-dp-card-number-odd-v5 {
    position: absolute;
    top: 0%;
    right: -10.3%;
}

.ai-dp-card-number-even-v5 {
    position: absolute;
    top: 4%;
    left: -9.7%;
}

.ai-related-circle-v5 {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: var(--dark-clr);
    border: 2px solid var(--dark-clr);
    border-radius: 100%;
}

.ai-dp-shortPoint-highligher-v5 {
    display: block;
    font-size: .90rem;
    padding: .5rem;
    background-color: var(--card-clr);
    border: 1px solid var(--dark-clr);
    border-radius: 1rem;
    color: var(--dark-clr);
}

.ai-contentSecOne-box-v5{
    padding: 1rem;
    background-color: var(--card-clr);
    border-radius: .5rem;
    height: 100%;
    border-left: 1px solid var(--dark-clr);
}

.ai-contentSecOne-box-v5 span{
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--dark-clr);
}

.ai-costCalu-parent{
    padding: 2rem;
    border-radius: 1rem;
    background: white;
    border: 2px solid var(--dark-clr);
    margin: 3rem 0 2rem;
    box-shadow: rgba(0, 103, 199, 0.342) 0px 4px 12px;
}

.ai-costCalu-first{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.ai-costCalu-right{
    text-align: right;
}

.ai-ccl-text1{
    color: black;
    text-transform: uppercase;
    font-size: .86rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.03rem;
    font-family: 'dm sans', sans-serif;
    margin-bottom: .5rem !important;
}

.ai-ccl-text2{
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.5;
    color: var(--dark-clr);
}

.ai-ccr-text3{
    margin-top: .5rem;
    margin-bottom: .15rem !important;
    font-size: 1.05rem;
    font-weight: 500;
    color: var(--dark-clr);
}

.ai-costCalu-slider {
    position: relative;
    width: 100%;
    height: 24px;
    margin-top: 1rem;
}

.ai-costCalu-range {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 16px;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 10px;
    background: linear-gradient(
        to right,
        #1769ff 0%,
        #1769ff var(--slider-progress, 0%),
        var(--card-clr) var(--slider-progress, 0%),
        var(--card-clr) 100%
    );
    border: 1px solid #cfd3d8;
    outline: none;
    cursor: pointer;
    z-index: 3;
}

.ai-costCalu-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 6px;
    border-radius: 10px;
    background: transparent;
}

.ai-costCalu-range::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    margin-top: -9px;
    border-radius: 50%;
    background: #1769ff;
    border: 4px solid var(--card-clr);
    box-shadow:
        0 0 0 1px #cfd3d8,
        0 2px 6px rgba(0, 0, 0, .12);
    cursor: grab;
    transition:
        transform .15s ease,
        box-shadow .15s ease;
}

.ai-costCalu-range::-webkit-slider-thumb:hover {
    transform: scale(1.08);
    box-shadow:
        0 0 0 1px #1769ff,
        0 3px 8px rgba(0, 0, 0, .15);
}

.ai-costCalu-range::-webkit-slider-thumb:active {
    cursor: grabbing;
    transform: scale(1.12);
}

.ai-costCalu-range::-moz-range-track {
    width: 100%;
    height: 6px;
    border-radius: 10px;
    background: transparent;
}

.ai-costCalu-range::-moz-range-progress {
    height: 6px;
    border-radius: 10px;
    background: #1769ff;
}

.ai-costCalu-range::-moz-range-thumb {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #1769ff;
    border: 4px solid var(--card-clr);
    box-shadow:
        0 0 0 1px #cfd3d8,
        0 2px 6px rgba(0, 0, 0, .12);

    cursor: grab;
}

.ai-costCalu-dots {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 24px;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    z-index: 2;
}

.ai-costCalu-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #aeb3b8;
    box-sizing: border-box;
    transition:
        background .2s ease,
        border-color .2s ease,
        transform .2s ease;
}

.ai-costCalu-dot.active {
    background: #1769ff;
    border-color: #1769ff;
    transform: scale(1.15);
}

.ai-costPrice-ncard-v5,
.ai-costPrice-scard-v5{
    padding: 2rem;
    border-radius: .5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.ai-costPrice-ncard-v5{
    background-color: var(--card-clr);
}

.ai-costPrice-scard-v5{
    background-color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.ai-costPrice-scard-v5 span:first-child{
    color: var(--dark-clr);
}

.ai-cpc-head{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: .15rem;
}

.ai-cpc-points{
    padding-left: 0;
    list-style: none;
}

.ai-cpc-points li{
    display: flex;
    align-items: start;
    gap: .75rem;
    font-size: 1.05rem;
    font-weight: 500;
    margin-bottom: .7rem;
}

.ai-cpc-points li::before{
    content: '';
    width: 10px;
    height: 10px;
    background-color: var(--dark-clr);
    transform: translateY(85%);
    border-radius: .5rem;
}

.ai-buildCard-container-v5 div:nth-of-type(1) > .ai-buildCard-v5{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.ai-buildCard-container-v5 div:nth-of-type(2) > .ai-buildCard-v5,
.ai-buildCard-container-v5 div:nth-of-type(3) > .ai-buildCard-v5{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.ai-buildCard-container-v5 div:nth-of-type(4) > .ai-buildCard-v5{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.ai-buildCard-v5{
    padding: 2rem 1.5rem;
    border: 2px solid var(--card-clr);
    background-color: white;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    height: 100%;
}

.ai-diffTablist-btn-v5{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: white;
    border: 2px solid var(--card-clr);
    padding: 1.25rem 1rem;
    border-radius: .5rem;
    color: var(--dark-clr);
    width: 100%;
    font-size: 1rem;
    font-weight: 500;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 2px 0px;
    transition: .3s ease-in-out;
}
.ai-diffTablist-btn-v5::after{
    content: '';
    color: white;
}
.ai-diffTablist-btn-v5.active::after{
    content: '→';
}

.ai-diffTablist-btn-v5.active{
    border: 2px solid var(--dark-clr);
    background-color: var(--dark-clr);
    color: white;
}
.ai-diffTab-container{
    background-color: var(--card-clr);
    padding: 2rem;
    border-radius: .5rem;
}

#faq .faq-list {
  position: relative;
}

#faq .faq-list h2 {
  color: #1a73e8;
  margin-bottom: 20px;
}

#faq .faq-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
  color: #000;
  padding: 10px 10px 10px 30px;
  position: relative;
  transition: 0.3s ease-in-out;
}

#faq .faq-item.active {
  padding-left: 3.25rem;
  color: #1a73e8;
}

#faq .faq-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  /* background: url('https://img.icons8.com/ios-filled/50/1a73e8/arrow.png') no-repeat center center; */
  background: url("/img/devprog-img/ico/faqArrow.png") no-repeat center center;
  background-size: contain;
  /* transform: translateY(50%); */
  transition: top 0.3s ease;
}

#faq .faq-answer {
  background-color: #dceeff;
  padding: 30px;
  border-radius: 12px;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.6;
  width: 100%;
  display: none;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

[id^="faq-answer-"]:empty {
  display: none !important;
  padding: 0 !important;
}

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

    .ai-about-highlight-bg-v5 {
        padding: 1.5rem;
    }

    .ai-dp-card-v5:nth-child(even) {
        padding-left: calc(0% + 0px);
    }

    .ai-dp-card-v5:nth-child(odd) {
        padding-right: calc(0% + 0px);
    }

    .ai-dp-card-number-odd-v5 {
        position: absolute;
        top: 7%;
        right: 94%;
    }

    .ai-dp-card-number-even-v5 {
        position: absolute;
        top: 7%;
        left: 2%;
    }

    .ai-dp-center-line-v5::before {
        visibility: hidden;
    }

    .ai-scroll-card-v5 {
        flex: 0 0 calc(100% - 20px);
    }

    .ai-ccl-text2{
        font-size: 2rem;
    }

    .ai-buildCard-container-v5 div:nth-of-type(1) > .ai-buildCard-v5{
        border-bottom-left-radius: 0;
        border-top-right-radius: 1rem;
    }

    .ai-buildCard-container-v5 div:nth-of-type(4) > .ai-buildCard-v5{
        border-top-right-radius: 0;
        border-bottom-left-radius: 1rem;
    }
}


@media only screen and (min-width: 577px) and (max-width: 767px) {
    .ai-about-highlight-bg-v5 {
        padding: 1.5rem;
    }

    .ai-dp-card-v5:nth-child(even) {
        padding-left: calc(0% + 0px);
    }

    .ai-dp-card-v5:nth-child(odd) {
        padding-right: calc(0% + 0px);
    }

    .ai-dp-card-number-odd-v5 {
        position: absolute;
        top: 7%;
        right: 94%;
    }

    .ai-dp-card-number-even-v5 {
        position: absolute;
        top: 7%;
        left: 2%;
    }

    .ai-dp-center-line-v5::before {
        visibility: hidden;
    }

    .ai-scroll-card-v5 {
        flex: 0 0 calc(100% - 20px);
    }

    .ai-ccl-text2{
        font-size: 2rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .ai-dp-card-v5:nth-child(even) {
        padding-left: calc(50% + 30px);
    }

    .ai-dp-card-v5:nth-child(odd) {
        padding-right: calc(50% + 30px);
    }

    .ai-dp-card-number-odd-v5 {
        right: -12.9%
    }

    .ai-dp-card-number-even-v5 {
        left: -12.2%;
    }

    .ai-scroll-card-v5 {
        flex: 0 0 calc(50% - 20px);
    }

    .ai-ccl-text2{
        font-size: 2.75rem;
    }

    .ai-buildCard-container-v5 div:nth-of-type(1) > .ai-buildCard-v5{
        border-bottom-left-radius: 0;
    }

    .ai-buildCard-container-v5 div:nth-of-type(2) > .ai-buildCard-v5{
        border-top-right-radius: 1rem;
    }

    .ai-buildCard-container-v5 div:nth-of-type(3) > .ai-buildCard-v5{
        border-bottom-left-radius: 1rem;
    }

    .ai-buildCard-container-v5 div:nth-of-type(4) > .ai-buildCard-v5{
        border-top-right-radius: 0;
    }
}


@media only screen and (min-width: 993px) and (max-width: 1200px) {
    .ctacenteredImg1-v5 {
        right: 11%;
    }

    .ctacenteredImg2-v5 {
        right: 20%;
    }

    .ctacenteredImg3-v5 {
        right: 17%;
    }

    .ctacenteredImg4-v5 {
        right: 23%;
    }

    .ai-dp-card-number-odd-v5 {
        right: -14.5%;
    }

    .ai-dp-card-number-even-v5 {
        left: -14.2%;
    }

    .ai-scroll-card-v5 {
        flex: 0 0 calc(50% - 20px);
    }

    .ai-ccl-text2{
        font-size: 3rem;
    }
}

@media only screen and (min-width: 1201px) and (max-width: 1399px) {

    .ai-dp-card-number-odd-1-v5 {
        right: -24.2%;
    }

    .ai-dp-card-number-odd-v5 {
        right: -25%;
    }

    .ai-dp-card-number-even-v5 {
        left: -24.5%;
    }

    .ai-ccl-text2{
        font-size: 3rem;
    }
}