#ai .gradBg1 {
    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;
}

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

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

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

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

#ai .aiagentCtabtn {
    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 .aiagentCtabtn::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 .aiagentCtabtn:hover::before {
    transform: translateY(0);
    left: 0%;
    width: 100%;
    height: 100%;
    border-radius: 0%;
}

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


#ai .cardSection1-link{
    display: inline-block;
    background-color: rgba(0, 104, 199, 1);
    color: white;
    font-size: 0.95rem;
    padding: 0.4rem 2.5rem;
    border-radius: 2rem;
    border: 2px solid transparent;
    text-decoration: none;
    margin: 1.25rem 0;
    transition: 0.3s ease-in-out;
}

#ai .cardSection1-link:hover {
    border: 2px solid rgba(11, 76, 158, 1);
    color: rgba(11, 76, 158, 1);
    animation: pulse 1s;
    box-shadow: 0 0 0 1em transparent;
}

#ai .cardSection1-link:hover {
    background-color: transparent;
}

#ai .cardSection2-btn:hover {
    background-color: white;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(11, 76, 158, 1);
    }
}

.sectionBg {
    position: relative;
    background-color: var(--backgr-clr-2);
    padding: 2rem 0;
}

.card-section-asset-rt {
    position: absolute;
    top: 0;
    right: 0;
}

.card-section-asset-bl {
    position: absolute;
    bottom: 0;
    left: 0;
}

#ai .cardSection1-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    border: 1px solid var(--dark-clr);
    border-radius: .75rem;
    height: 100%;
    transition: .3s ease-in-out;
}

#ai .cardSection1-box:hover {
    background-color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


#ai .cardSection2-head-txt {
    color: white;
}

#ai .cardSection2-box {
    background-color: white;
    height: 100%;
    border-radius: .5rem;
    transform: translateY(0%);
    transition: .3s ease-in-out;
}

#ai .cardSection2-box:hover {
    transform: translateY(-2%);
}

#ai .cs2-tag {
    width: 65px;
    height: 55px;
    background: linear-gradient(107.43deg,
            rgba(0, 104, 199, 1) 0%,
            rgba(0, 0, 0, 1) 100%);
    color: white;
    font-weight: bold;
    border-top-left-radius: .5rem;
    transform: translateY(-1%);
    clip-path: polygon(0 0, 100% 1%, 68% 100%, 0% 100%);
}

#ai .cs2-tag p {
    transform: translate(30%, 60%);
}

#ai .cs2-highlighter {
    display: inline-block;
    font-size: .85rem;
    font-weight: 500;
    padding: .25rem 1rem;
    color: var(--dark-clr);
    background-color: var(--card-clr);
    border: 1px solid var(--dark-clr);
    border-radius: 1rem;
}

#ai .cs2-body-txt {
    padding: 1rem;
}

#ai .cs2-para-txt{
    font-size: .90rem;
    font-weight: 500;
    letter-spacing: 0.005rem;
    line-height: 1.5rem;
}


#ai .cardSection2-btn {
    background-color: white;
    padding: .5rem 1rem;
    border-radius: 2rem;
    color: var(--dark-clr);
    transition: .3s ease-in-out;
}

#ai .cardSection2-btn:hover{
    box-shadow: #ffffff 0px 0px 30px 0px;
}

#ai .cardSection3-box {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    background-color: white;
    border-radius: .5rem;
    height: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#ai .cs3-point-box {
    background-color: var(--card-clr);
    padding: .6rem;
    border-radius: .5rem;
    border-left: 2px solid transparent;
    border-bottom: 2px solid transparent;
    transition: .3s ease-in-out;
}

#ai .cs3-point-box:hover {
    border-left: 2px solid var(--dark-clr);
    border-bottom: 2px solid var(--dark-clr);
}

#ai .cs3-point-box p {
    font-size: .85rem;
}

#ai .cs3-diff-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem;
    background: #0068C7;
    background: radial-gradient(circle, rgba(0, 104, 199, 1) 0%, rgb(2, 3, 5) 100%);
    padding: .75rem 1rem;
    border-radius: .5rem;
    color: white;
}

#ai .cs3-diff-txt p {
    font-size: .90rem;
    font-weight: 600;
}

#ai .cs3-diff-txt li {
    font-size: .85rem;
    margin-left: .80rem;
}

#ai .cs3-techstack-box {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    align-items: center;
    text-align: center;
    padding: 1rem;
    border: 2px solid var(--card-clr);
    border-radius: .5rem;
    transition: .3s ease-in-out;
}


#ai .cs3-techstack-icon-customAi {
    background-image: url('/img/v2/service/ai-custom-ai-ts.webp');
}


#ai .cs3-techstack-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

#ai .cs3-techstack-box:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

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

#ai .dp-center-line::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:nth-child(even) {
    padding-left: calc(50% + 50px);
}

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

#ai .dp-card-inner-odd,
#ai .dp-card-inner-even {
    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{
    position: absolute;
    top: 0%;
    right: -10.3%;
}

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

#ai .related-circle {
    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{
    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 .dp-cta-btn{
    background-color: var(--dark-clr);
    color: white;
    padding: .5rem 1rem;
    border-radius: 2rem;
    transition: .3s ease-in-out;
}

#ai .dp-cta-btn:hover {
    animation: pulsedp 1s;
    box-shadow: 0 0 0 1em transparent;
}

@keyframes pulsedp {
    0% {
        box-shadow: 0 0 0 0 rgba(11, 76, 158, 1);
    }
}

#ai .cardSection4-box{
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    z-index: 1;
}

#ai .cardSection4-box::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 85%;
    border-radius: .5rem;
    background-color: var(--card-clr);
    transition: .3s ease-in-out;
    z-index: -1;
}

#ai .cardSection4-box:hover::before{
    background-color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#ai .cs4-text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.5rem 1rem;
    transition: .3s ease-in-out;
}

#ai .cs4-icon-container{
    display: flex;
    justify-content: center;
}

#ai .cs4-icon{
    border-top: 3px solid var(--dark-clr);
    text-align: center;
    padding: 1rem;
    border-radius: 2rem;
    box-shadow: rgba(0, 0, 0, 0.096) 0px 30px 60px -12px inset;
}

#ai .cs4-highlighter{
    margin-top: 1rem;
    width: 300px;
    height: 25px;
    background: linear-gradient(107.43deg,
    rgba(0, 104, 199, 1) 0%,
    rgba(0, 0, 0, 1) 100%);
    transform: translatex(-5%);
    clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
}

#ai .cs4-highlighter div{
    display: flex;
    align-items: center;
    height: 100%;
}

#ai .cs4-highlighter div p{
    color: white;
    font-size: .80rem;
    padding-left: .25rem;
}

#ai .cardSection6-box{
    background-color: white;
    padding: 1rem;
    border-radius: .5rem;
    height: 100%;
}

#ai .cs6-Uppercase-txt{
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: uppercase;
}

#ai .cs5-highligher{
    display: flex;
    align-items: center;
    gap: .25rem;
    color: var(--dark-clr);
    border: 1px solid var(--dark-clr);
    background-color: var(--card-clr);
    padding: .25rem .5rem;
    border-radius: 2rem;
}

#ai .price-popular-card,
#ai .price-card{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1rem;
    padding: 2rem 1rem;
    color: white;
    height: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#ai .price-popular-card{
    background-color: #0a152e;
    border-radius: .5rem;
}

#ai .price-card{
    background-color: white;
    color: black;
}

#ai .price-card-inner{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.price-value-container{
    display: flex;
    flex-direction: column;
    gap: .75rem;
    align-items: start;
}

.price-value-container span{
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.5rem;
}

#ai .price-days{
    display: flex;
    align-items: center;
    gap: .25rem;
    background-color: white;
    color: var(--dark-clr);
    /* border: 1px solid var(--dark-clr); */
    padding: .2rem .4rem;
    border-radius: 1rem;
    font-size: .90rem;
}

#ai .price-points{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: .85rem;
}

#ai .price-btn-primary{
    display: inline-block;
    width: 100%;
    text-align: center;
    border: 2px solid transparent;
    background-color: #3c83f6;
    padding: .5rem 1rem;
    border-radius: 2rem;
    color: white;
    font-weight: 500;
    transition: .3s ease-in-out;
}

#ai .price-btn-primary:hover{
    border: 2px solid #3c83f6;
    background-color: white;
    color: #3c83f6;
}

#ai .price-btn-secondary{
    width: 100%;
    text-align: center;
    border: 2px solid #3c83f6;
    background-color: white;
    padding: .5rem 1rem;
    border-radius: 2rem;
    color: #3c83f6;
    transition: .3s ease-in-out;
}

#ai .price-btn-secondary:hover{
    background-color: #3c83f6;
    color: white;
}

#ai .price-final-pnt{
    text-align: center;
    font-size: .80rem;
    font-style: italic;
    margin-top: 1rem;
}

#ai .price-tag{
    position: absolute;
    top: -3.5%;
    left: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    max-width: 150px;
    margin: 0 auto;
}

#ai .price-tag p{
    background-color: var(--dark-clr);
    color: white;
    font-size: .90rem;
    font-weight: 600;
    padding: .5rem;
    border-radius: 2rem;
    text-align: center;
    box-shadow: rgb(255, 255, 255) 0px 2px 4px 0px;
}


#ai .rss-box {
  border: 2px solid var(--border-clr);
  background-color: var(--card-clr);
  padding: 1rem;
  border-radius: .5rem;
  margin: 1rem;
}

#ai .rss-speical-txt{
    display: inline-block;
    font-size: 1.10rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

#ai .rss-speical-txt span{
    color: var(--dark-clr);
}

#ai .carousel-control-prev {
  left: 78%;
}

#ai .carousel-control-next,
#ai .carousel-control-prev {
  align-items: start;
  top: -5%;
  bottom: 100%;
}

#ai .custom-prev-icon,
#ai .custom-next-icon {
  background-color: var(--dark-clr);
  border-radius: 100%;
  padding: .25rem .5rem;
}

#ai .carousel-control-prev-icon,
#ai .carousel-control-next-icon {
  width: 1.5rem;
  height: 1.5rem;
  transform: translate(-2px, 2px);
}

#ai .carousel-control-next-icon {
  transform: translate(2px, 2px);
}


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

/* Extra Small Devices (Phones) */
@media only screen and (max-width: 576px) {

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

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

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

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

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

    #ai .carousel-control-next,
    #ai .carousel-control-prev {
        top: -2%;
    }

    #ai .carousel-control-prev {
        left: 71%;
    }

}

/* Small Devices (Tablets) */
@media only screen and (min-width: 577px) and (max-width: 767px) {

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

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

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

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

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

    #ai .carousel-control-next,
    #ai .carousel-control-prev {
        top: -2%;
    }

    #ai .carousel-control-prev {
        left: 76%;
    }

}

/* Medium Devices (Laptops, Smaller Desktops) */
@media only screen and (min-width: 768px) and (max-width: 992px) {

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

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

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

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

}

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

    #ai .ctacenteredImg2 {
        right: 20%;
    }

    #ai .ctacenteredImg3 {
        right: 17%;
    }

    #ai .ctacenteredImg4 {
        right: 23%;
    }

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

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

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

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

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

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

    #ai .carousel-control-prev {
        left: 76%;
    }
}