/* section-one-start */
.stats {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  flex-wrap: wrap;
  padding: 40px 0px;
}

.stat-box {
  text-align: center;
  position: relative;
  padding: 20px;
  z-index: 1;
  min-width: 250px;
}

.stat-box h2 {
  font-size: 45px;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
}

.stat-box p {
  font-size: 16px;
  color: #000;
  margin: 0;
  padding-top: 20px;
}

@media (max-width: 768px) {
  .stats {
    align-items: center;
  }

  .stat-box {
    border-right: none;
    border-bottom: 1px solid #d9e9ff;
    padding: 15px 0;
  }

  .stat-box:last-child {
    border-bottom: none;
  }
}

/* section-one-end */

/* section-two-start */
section.section-two {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #FFF;
}

@media (max-width: 768px) {
  section.section-two {
    padding-bottom: 30px;
  }
}

/* section-two-end */

/* section-four-start */
.section-bg-color1 {
  border-radius: 0 0 20px 20px;
  background: linear-gradient(7deg, #FFF -11.35%, rgba(210, 234, 255, 0.18) 28.38%, #FFF 52.09%, rgba(210, 234, 255, 0.00) 108.11%);
  padding-top: 60px;
  overflow: hidden;
}

section.section-four {
  padding-bottom: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.section-four-card {
  position: relative;
  z-index: 1;
  border-radius: 27.884px;
  border: 1.267px solid #D8D8D8;
  padding: 25px;
  overflow: hidden;
  height: 420px;
}

.section-four-card::before {
  content: "";
  bottom: 0px;
  left: 0px;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #FAFAFA;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 20%;
}

.section-four-card1::before {
  background-image: url(../img/home/section-four-card-bg1.webp);
}

.section-four-card2::before {
  background-image: url(../img/home/section-four-card-bg2.webp);
}

.section-four-card3::before {
  background-image: url(../img/home/section-four-card-bg3.webp);
}

.section-four-card4::before {
  background-image: url(../img/home/section-four-card-bg4.webp);
}

.section-four-card5::before {
  background-image: url(../img/home/section-four-card-bg5.webp);
}

.section-four-card6::before {
  background-image: url(../img/home/section-four-card-bg6.webp);
}

.section-four-card h3 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 26.555px;
  padding-top: 150px;
  height: 180px;
}

.section-four-card p {
  color: #515151;
  font-size: 15.744px;
  font-weight: 400;
  line-height: 29.151px;
  padding-top: 25px;
}


@media (min-width: 768px) and (max-width: 1199.98px) {
  section.section-four .col-md-6 {
    width: 45%;
  }
}

@media (max-width: 768px) {
  section.section-four {
    padding-bottom: 40px;
  }
}

/* section-four-end */

/* section-five-start */
section.section-five {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #FFF;
}

.section-five-card-main {
  border-radius: 33.874px;
  border: 0.941px solid #E6E6E6;
  background: linear-gradient(180deg, #FFF 0%, #F8F8F8 100%);
  padding: 10px;
  height: 100%;
}

.section-five-card {
  border-radius: 36px;
  background: var(--stroke-shade, linear-gradient(122deg, #FFF 40.19%, #A0D3FF 199.12%));
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-direction: column;
  overflow: hidden;
  padding: 15px 0px 0px 15px;
  position: relative;
  z-index: 1;
  height: 100%;
}

.section-five-card h3 {
  color: #000;
  font-size: 26px;
  font-weight: 600;
  line-height: 37px;
  max-width: 450px;
}

.section-five-card p {
  color: #8F8F8F;
  font-size: 16px;
  font-weight: 400;
  line-height: 30.451px;
  padding-top: 15px;
  padding-right: 25px;
}

.section-five-img {
  margin-left: auto;
}

.section-five-img2 {
  display: flex;
}

.section-five-img-sub {
  display: flex;
  align-items: end;
}

@media (min-width: 991px) and (max-width: 1199.98px) {
  .section-five-img2 {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .section-five-card h3 {
    font-size: 22px;
  }

  .section-five-img2 {
    display: block;
  }
}

@media (max-width: 991px) {}

/* section-five-end */


/* section-six-start */
section.section-six {
  padding: 40px 0px;
  position: relative;
  z-index: 1;
  margin: 20px;
}

section.section-six::before {
  content: "";
  top: 0px;
  right: 0px;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(../img/home/section-six-img.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}

.section-six-box {
  padding: 40px 20px;
  border-radius: 20px;
  max-width: 1200px;
}

section.section-six p {
  max-width: 880px;
  margin: 20px auto;
  color: #454545;
}

section.section-six h2 {
  font-size: 52px;
  font-weight: 700;
  margin: 0 auto;
  color: #454545;
  max-width: 830px;
}

.section-six-box a {
  display: inline-block;
  width: 169px;
  font-size: 17px;
}

@media (max-width: 768px) {
  section.section-six {
    padding: 0px 0px;
  }

  .section-six-box {
    padding: 40px 20px;
  }
}



/* section-six-end */

/* section-sevan-start */
section.section-sevan {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 35.09%, #FFF 63.66%, rgba(254, 242, 255, 0.00) 100%);
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-sevan-card-main {
  max-width: 1150px;
}

.section-sevan-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 10px;
  border-radius: 27.884px;
  border: 1.267px solid rgba(235, 235, 235, 0.00);
  padding: 20px;
  height: 100%;
}

.section-sevan-card1 {
  background: linear-gradient(0deg, #FEF2FF 0%, #FEF2FF 100%);
}

.section-sevan-card2 {
  background: linear-gradient(0deg, #F2F5FF 0%, #F2F5FF 100%);
}

.section-sevan-card3 {
  background: #EBFFF3;
}

.section-sevan-card4 {
  background: #EBF9Ff;
}

.section-sevan-card5 {
  background: #EBF9FB;
}

.section-sevan-card6 {
  background: rgba(255, 238, 252, 0.55);
}

.section-sevan-card-profile {
  border-radius: 48px;
  background: #FFF;
  padding: 8px 4px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 80px;
}

.section-sevan-card-profile-img {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 500;
}

.section-sevan-card p {
  color: #000;
  font-size: 14.744px;
  font-weight: 300;
}

.section-sevan-card-profile-text h3 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 24.082px;
  margin-bottom: 0;
}

.section-sevan-card-profile-text p {
  color: #000;
  font-size: 13px;
  font-weight: 300;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  section.section-sevan .col-md-6 {
    width: 45%;
  }
}

@media (max-width: 768px) {
  section.section-sevan {
    padding-bottom: 30px;
  }
}

@media (min-width: 1440px) and (max-width: 2560.98px) {}

/* section-sevan-end */


/* section-eight-start */
section.section-eight {
  padding-top: 60px;
  padding-bottom: 60px;
  border-radius: 0 0 20px 20px;
  background: linear-gradient(7deg, #FFF -11.35%, rgba(210, 234, 255, 0.18) 28.38%, #FFF 52.09%, rgba(210, 234, 255, 0.00) 108.11%);
}

section.section-eight .row {
  max-width: 1200px;
  margin: 0 auto;
}

.list-group-item {
  border: none;
  font-weight: 500;
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.list-group-item.active {
  color: #000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  border-radius: 10.701px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.10) 0%, rgba(0, 129, 241, 0.10) 100%);
}

.section-eight-button:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  border-radius: 10.701px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.10) 0%, rgba(0, 129, 241, 0.10) 100%);
}

.dot {
  width: 20px;
  height: 20px;
  background: #0d6efd;
  border-radius: 50%;
  opacity: 0;
}

.list-group-item.active .dot {
  opacity: 1;
}



button.section-eight-button {
  width: 300px;
  background: transparent;
  margin: 0px 10px;
}

.section-eight-button-sub {
  border-radius: 10.701px;
  background: rgba(0, 0, 0, 0.00);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
  color: #000;
  width: 290px;
}

.list-group.tech-tabs {
  gap: 15px;
}

/* .list-group-item.active .section-eight-button-sub {
  border: 1px solid #fff;
} */

/* .tech-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 20px;
  background: transparent;
  border-radius: 17px;
  border: 4px solid rgba(113, 189, 255, 0.14);
  row-gap: 0px;
} */
.tech-grid {
  border-radius: 17px;
  border: 4px solid rgba(113, 189, 255, 0.14);
  padding: 15px 20px;
  position: relative;
  z-index: 1;
}

.tech-grid::before {
  border-radius: 338px;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #BDE0FF;
  opacity: 0.3;
  filter: blur(67.86126708984375px);
}

/* Hide non-active sections */
.tech-content {
  display: none;
}

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

.grid-item {
  padding-top: 5px;
}

.grid-box-1 {
  /* display: flex;
  align-items: center;
  justify-content: flex-start; */
  /* gap: 100px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.grid-box-2 {
  /* display: flex;
  align-items: center;
  justify-content: flex-end; */
  /* gap: 100px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.grid-item img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  border-radius: 13.572px;
  background: rgb(255 255 255 / 81%);
  box-shadow: 0 2.714px 12.69px 0 rgba(0, 0, 0, 0.15);
  padding: 15px;
}

.grid-item2 img {
  width: 100px;
  height: 100px;
}

.grid-item:hover {
  transform: translateY(-5px);
}

/* Mobile Fix */
@media (max-width: 768px) {
  .list-group-item {
    font-size: 14px;
  }

  .list-group.tech-tabs {
    flex-direction: row;
    overflow: scroll;
  }

  .grid-item2 {
    display: none;
  }

  .grid-item img {
    width: 80px;
    height: 80px;
    object-fit: contain;
  }

  .grid-box-2 {
    gap: 5px;
  }

  .grid-box-1 {
    gap: 5px;
  }

  .section-eight-button-sub {
    width: fit-content;
    white-space: nowrap;
  }

  button.section-eight-button {
    width: fit-content;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .list-group.tech-tabs {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

  /* .grid-item2 img {
    display: none;
  } */
  section.section-eight .row {
    flex-direction: column;
  }

  .grid-box-1 {
    justify-content: center;
  }

  .grid-box-2 {
    justify-content: center;
  }

  .Programming-box1 {
    width: 100%;
  }

  .Programming-box2 {
    width: 100%;
  }

  .list-group.tech-tabs {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }

  .section-eight-button-sub {
    width: fit-content;
    white-space: nowrap;
  }

  button.section-eight-button {
    width: fit-content;
  }
}

/* section-eight-end */



/* section-nine-start */
section.section-nine {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(24deg, #FFF 26.2%, #FFF 52.56%, #FFF 77.09%, #D2EAFF 101.63%);
}

section.section-nine a {
  width: fit-content;
  margin-top: 50px !important;
}

.section-nine .heading {
  position: sticky;
  top: 100px;
  transition: 0.3s ease;
}

.section-nine .heading.active {
  top: 50%;
  transform: translateY(-50%);
}

.process-item h3 {
  color: #000;
  font-size: 20.639px;
  font-weight: 500;
  line-height: 23.519px;
}

.process-item p {
  color: #000;
  font-size: 16px;
  font-weight: 300 !important;
  line-height: 1.6;
  max-width: 480px;
}

.process-item {
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
  max-width: none;
  opacity: 0.6;
  transform: scale(0.9);
  /* transition: all 0.6s ease; */
  overflow: hidden;
  margin-top: 30px;
  min-height: 270px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  z-index: 1;
}

.process-item::before {
  position: absolute;
  content: "";
  bottom: 20px;
  right: -18px;
  width: 40%;
  height: 50%;
  background-image: url(../img/home/should-bx.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  transition: all 1s ease-in-out;
  z-index: -1;
  opacity: 0;
}

.process-item.active::before {
  opacity: 0.6;
}

.process-item span {
  position: absolute;
  top: -50px;
  right: 125px;
  font-size: 160px;
  font-weight: 700;
  color: #ced7e39c;
  z-index: -1;
  opacity: 0.4;
}

.process-item.active span {
  opacity: 0.36;
  background: linear-gradient(180deg, #C8E5FF 57.1%, rgba(200, 229, 255, 0.00) 76.44%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.process-item.active {
  color: #fff;
  border-radius: 22px;
  background: #F3F9FF;
  padding: 50px 0px 50px 30px;
  opacity: 1;
  transform: scale(1.05);
  margin-right: 70px;
}

.process-section {
  position: relative;
  overflow: visible;
  box-sizing: border-box;
}

.floating-img {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 0;
  right: 0px;
  transition: transform 0.75s ease-in-out;
  transform-origin: center center;
  z-index: 10;
  opacity: 1 !important;
}


@media (min-width: 1199px) and (max-width: 1300px) {
  .process-item p {
    max-width: 450px;
  }

  .floating-img {
    height: 160px;
    width: 160px;
  }

}

@media (min-width: 991px) and (max-width: 1199px) {
  .process-item p {
    max-width: 350px;
  }

  .floating-img {
    height: 140px;
    width: 140px;
  }
}

@media (max-width: 991px) {
  section.section-nine .heading {
    position: unset;
    transform: translate(0) !important;
  }

  .process-item.active {
    margin-right: 10px;
    margin: 10px;
    padding: 20px;
    transform: scale(1);
  }

  .floating-img {
    height: 140px;
    width: 140px;
    right: 20px;
  }
}

@media (max-width: 768px) {

  .floating-img,
  .process-item.active::before {
    display: none;
  }

  section.section-nine {
    padding-bottom: 30px;
  }

  .process-item {
    padding-left: 0;
  }

  .process-item::before {
    font-size: 70px;
    left: 0;
    top: -20px;
  }

  .floating-img {
    position: absolute;
    right: 0px;
    top: auto;
    width: 100px;
    height: 100px;
    opacity: 0;
    bottom: -15px;
  }

  .card-active {
    padding: 25px;
  }
}

/* section-nine-end */

/* section-ten-start */
section.section-ten {
  background: linear-gradient(180deg, #D2EAFF 0%, #FFF 100%);
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

section.section-ten::before {
  content: "";
  top: 0px;
  right: 0px;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(../img/home/recognition-img-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
}

.scroll-wrapper {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  padding: 20px 0;
  margin-top: 50px;
}

.scroll-track {
  /* display: inline-flex;
  gap: 50px; */
  display: flex;
  gap: 50px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.scroll-track img {
  width: 130px;
  height: 130px;
  flex-shrink: 0;
  object-fit: contain;
}

@media (max-width: 768px) {
  section.section-ten {
    padding-bottom: 30px;
  }
}

/* section-ten-end */



/* section-eleven-end */
section.section-eleven {
  padding-top: 60px;
  padding-bottom: 50px;
  background: linear-gradient(180deg, #FFF 0%, #F0F8FF 100%);
}

.case-studies {
  display: flex;
  flex-direction: column;
  gap: 60px;
  padding: 40px;
}

.case-card-main {
  position: relative;
  border-radius: 20px;
  transition: all 0.4s ease;
  border: 1px solid #D3D9DE;
  background: radial-gradient(187.85% 128.72% at 0% -12.87%, #EEF2F5 15.71%, #D6DADE 79.39%);
  stroke-width: 2px;
  stroke: rgba(255, 255, 255, 0.00);
  backdrop-filter: blur(7.5px);
  margin: 50px 0px 20px 30px;

}

.case-card-main.active {
  transition: all 0.4s ease;
  border: 1px solid #A8D7FF;
  background: radial-gradient(475.1% 90.91% at 47.42% 28.74%, rgba(0, 129, 241, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%);
  stroke-width: 2px;
  stroke: rgba(255, 255, 255, 0.00);
  backdrop-filter: blur(7.5px);
}

.case-card {
  padding: 40px 0px 40px 40px;
}

.case-tag {
  display: inline-block;
  padding: 5px 14px;
  font-size: 14px;
  margin-bottom: 15px;
  border-radius: 22px;
  border: 1px solid #D3D9DE;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(134, 138, 141, 0.3);
  position: absolute;
  top: -18px;
}

.case-card-main.active .case-tag {
  box-shadow: 0 4px 4px 0 rgba(0, 129, 241, 0.30);
  border: 1px solid #A8D7FF;
}

.case-card h2 {
  color: #3F3F3F;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.6px;
}

.case-card h3 {
  color: #515151;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -0.36px;
}

.case-card-main.active .case-card h3 {
  background: var(--grade-5, linear-gradient(90deg, #0882EB -11.09%, #24B4E8 101.23%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.case-card p {
  color: #515151;
  font-size: 16px;
  font-weight: 400;
  line-height: 34px;
  letter-spacing: -0.3px;
  padding-bottom: 10px;
}

.case-card span {
  color: #515151;
  font-weight: 600;
}

.case-card-main.active .case-card span {
  color: #0081F1;
}

.case-img {
  position: absolute;
  right: -150px;
  bottom: -20px;
  width: 260px;
  transition: all 0.5s ease;
  opacity: 0;
}

.case-card.active .case-img {
  right: 20px;
  opacity: 1;
}

.case-card-img-main {
  display: flex;
  align-items: end;
  justify-content: end;
  height: auto;
}

.case-card-img img {
  width: 90%;
  height: 100%;
  filter: grayscale(100%);
}

.case-card-main.active .case-card-img img{
  filter: grayscale(0);
}

.case-card-button {
  border-radius: 57px;
  background: #0081F1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  padding: 10px 20px;
}

.case-card-button-main {
  position: absolute;
  right: -3px;
  width: 330px;
  bottom: -3px;
  background: #f0f8ff;
  height: 120px;
  padding: 20px 40px;
  border-radius: 100px 0px 0px 5px;
  display: none;
}

.case-card-box-main {
  /* position: sticky;
  top: 150px; */
}

.case-card-arrow {
  position: absolute;
  left: -50px;
  display: flex;
  align-items: center;
  gap: 25px;
  flex-direction: column;
  justify-content: start;
  width: 40px;
}

.case-card-arrow-icon {
  background: #62686D;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: fit-content;
  padding: 4px;
}

.case-card-main.active .case-card-arrow-icon {
  background: #0081F1;
}

.case-card-arrow-color {
  background: linear-gradient(90deg, #63696E 0%, rgba(99, 105, 110, 0.00) 98.99%);
  width: 4px;
  height: 450px;
}

.case-card-main.active .case-card-arrow-color {
  background: linear-gradient(90deg, #0081F1 0%, rgba(0, 129, 241, 0.00) 98.99%);
}

.case-card-main.active .case-card-border {
  background: rgba(0, 129, 241, 0.10);
}

.case-card-border {
  background: rgb(28 28 28 / 8%);
  width: 100%;
  height: 2px;
  margin-bottom: 20px;
}

@media (min-width: 991px) and (max-width: 1199.98px) {
  .case-card-img img {
    width: 500px;
  }
}

@media(max-width:768px) {
  .case-card {
    padding: 30px 10px;
  }

  .case-card h2 {
    font-size: 26px;
  }

  .case-card p {
    font-size: 15px;
    line-height: 30px;
  }

  .case-card-main {
    margin: 40px 0px 20px 30px;
  }

  .case-card-img-main {
    display: block;
  }

  .case-card-button {
    width: 50px;
    padding: 10px;
  }

  .case-card-button-main {
    right: 0px;
    width: auto;
    bottom: -4px;
    background: transparent;
    height: auto;
    padding: 0px;
    border-radius: 0;
  }

  .case-card-img img {
    width: 100%;
    height: 100%;
  }

  .case-card-button svg {
    width: 30px;
    height: 30px;
  }
}

/* section-eleven-end */