/* cta start */
.gradBg-v4 {
    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-v4 {
    position: absolute;
    bottom: -16%;
    right: 15%;
}

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

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

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

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

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



/* cta end */

.cardSectionOne-v4 {
    padding: 1rem;
    background-color: var(--card-clr);
    height: 100%;
    border-radius: .5rem;
    transform: scale(1);
    transition: .2s ease-in-out;
}

.cardSectionOne-v4:hover {
    box-shadow: var(--dark-clr) 8.95px 8.95px 0px;
    transform: scale(1.010)
}

.cardSectionTwo-v4 {
    display: flex;
    flex-direction: column;
    gap: .25rem;
    border: 1px solid transparent;
    background-color: #FFF;
    padding: 1rem;
    border-radius: .5rem;
    height: 100%;
    transform: translateY(0);
    transition: .2s ease-in-out;
}

.cardSectionTwo-v4:hover {
    transform: translateY(-5px);
    border: 1px solid var(--dark-clr);
}

.icon-CTV4 {
    background-image: url('/img/v2/service/ai-llm-sprites.webp');
}

.iconContainer-CTV4 {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.cardSectionThree-v4 {
    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;
}

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

.highlight-CSTV4 {
    padding: .75rem;
    background-color: var(--card-clr);
    border-radius: .5rem;
    display: flex;
    flex-direction: column;
    gap: .6rem;
    transition: .3s ease-in-out;
}

.cardSectionThree-v4:hover .highlight-CSTV4{
    background-color: #fff;
}

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

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

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

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

.dp-card-inner-odd-v4,
.dp-card-inner-even-v4 {
    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;
}

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

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

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

.dp-shortPoint-highligher-v4 {
    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);
}

/* TechStack start */

.techStack-bg-v4{
    background-image: url('/img/v2/techStack/techStack-bg-v4.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.techStack-card-v4{
    border-radius: .5rem;
    border: 1px solid transparent;
    background:
    linear-gradient(0deg, #ffffff 0%, #ffffff 100%) padding-box,
    linear-gradient(0deg,#00dbff 0%,#d4f6ff 100%) border-box;
    height: 100%;
}

.tscv4-head-txt{
    display: block;
    padding: 1rem 1rem 0;
    text-align: center;
    color: var(--dark-clr);
    font-size: 1.25rem;
}

.tscv4-body{
    padding: 1rem;
}

.tscv4-image{
    display: flex;
    justify-content: center;
    background-color: #fff;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.25);
    height: 100%;
    padding: 1rem;
}

/* TechStack end */

/* slider start */

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

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

.scroll-card {
    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);
}

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

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

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

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

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

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


/* Navigation buttons */

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

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

.arrownext {
    right: 10px;
}

/* slider end */

.cardSectionFour-v4{
    padding: 1rem 1rem;
    border: 1px solid var(--dark-clr);
    border-radius: .75rem 0;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}


.table-container-v4{
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    padding-top: 2rem;
}

.table-v4{
    width: 100%;
    border-radius: .75rem;
}

.thead-v4 tr{
    background-color: var(--dark-clr);
    color: white;
}

.thead-v4 tr th:first-child{
    border-top-left-radius: .75rem;
}

.thead-v4 tr th:last-child{
    border-top-right-radius: .75rem;
}

.thead-v4 tr th{
    padding: .75rem 0;
    text-align: center;
}
.tbody-v4 tr{
    font-size: 1rem;
    font-weight: 500;
    transition: .3s ease-in-out;
}

.tbody-v4 tr:hover{
    background-color: var(--card-clr);
}

.tbody-v4 tr td{
    padding: .75rem 1rem;
    border: 1px solid var(--card-clr);
    white-space: nowrap;
}

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

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

.cardSectionSix-badge{
    padding: 1rem;
    border-radius: .75rem;
    background-color: #fff;
    border: 1px solid transparent;
    height: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: .3s ease-in-out;
}

.cardSectionSix-badge:hover{
    border: 1px solid var(--dark-clr);
}

.cardSectionSix-card{
    display: flex;
    flex-direction: column;
    gap: .75rem;
    padding: 1rem;
    border-radius: .5rem;
    border: 2px solid transparent;
    background:
    linear-gradient(0deg, #ffffff 0%, #ffffff 100%) padding-box,
    var(--border-grad-clr) border-box;
    height: 100%;
}

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

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

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

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

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

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

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

}

@media only screen and (min-width: 577px) and (max-width: 767px) {

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

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

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

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

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

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

}

/* Medium Devices (Laptops, Smaller Desktops) */
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .dp-card-v4:nth-child(even) {
        padding-left: calc(50% + 30px);
    }

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

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

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

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

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

    .ctacenteredImg2-v4 {
        right: 20%;
    }

    .ctacenteredImg3-v4 {
        right: 17%;
    }

    .ctacenteredImg4-v4 {
        right: 23%;
    }

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

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

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

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

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

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

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

}