.ai-hero {
  position: relative;
}
.ai-hero-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: right;
}
.ai-hero-img img {
  position: relative;
  right: 0;
  bottom: 0;
  object-fit: fill;
  height: 100%;
  width: 72%;
}
.ai-hero-servicemodels {
  border-radius: 0px;
  border-radius: 0px 0px 70px 70px;
  position: relative;
  overflow: hidden;
  padding: 5rem clamp(2rem, 6vw, 6rem);
  background: #010E1B;
}

.ai-hero-left .button-align {
  justify-content: flex-start;
  margin-top: 50px;
}
.hero-img-overlay {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 52.3%, #010E1B 98.04%);
  mix-blend-mode: lighten;
  width: 30%;
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
}
.hero-overlay {
 display: none;
}
.ai-hero-container {
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  width: 100%;
  /* height: 100%; */
  max-width: min(90rem, 100%);
  position: relative;
  margin: 0 auto;
  z-index: 2;
  min-height: 40vh;
}

.main-services-bg {
  background: #fff;
}
.ai-bg {
  background-color: #010e1b;
}

.ai-hero-right img {
  max-height: 470px;
  mix-blend-mode: lighten;
}
.button-container {
  margin: 0;
  display: flex;
  gap: 15px;
  justify-content: center;
}

.service-primary-button {
  border-radius: 200px;
  border: 1px solid #fff;
  background: transparent;
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  color: #fff;
  gap: 5px;
  font-size: 14px;
  font-weight: 400;
}

.service-primary-button:hover,
.service-primary-button:focus {
  box-shadow: 0px 0px 18px 0px #043f8c;
  color: #fff;
  transition: 0.5s ease-in;
}

.service-primary-button:focus-visible {
  box-shadow: 0 0 0 3px rgb(2, 4, 24);
}

.ai-hero-heading {
  font-size: 3rem;
  color: #fff;
  display: table;
  padding-top: 15px;
  margin: 0;
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: 400;
  line-height: 60px; /* 125% */
  letter-spacing: -0.96px;
}

.ai-hero-description {
  font-size: 1rem;
  color: #fff;
  margin-top: 15px;
  line-height: 27px;
  max-width: 695px;
  text-align: left;
  margin: 0;
  padding: 10px 0 0 0;
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: 400;
  line-height: 27.2px; /* 170% */
}

.ai-team-outer {
  background: #fff;
  position: relative;
  overflow: hidden;
  padding: 60px clamp(2rem, 6vw, 6rem) 30px clamp(2rem, 6vw, 6rem);
  position: relative;
}
.ellipse-left,
.ellipse-right {
  position: absolute;
  top: -50%;
}
.ellipse-left {
  left: -10%;
}
.ellipse-right {
  right: -10%;
}
.strategy-ellipse {
  position: absolute;
  left: 0;
  top: 0;
}

.ai-team-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  max-width: min(90rem, 100%);
  margin: 0 auto;
  padding: 0;
  text-align: center;
  position: relative;
  /* background: radial-gradient(38.03% 14.34% at 50% 0%, rgb(3 133 255 / 41%) 0%, rgb(1 14 27 / 0%) 60.33%), radial-gradient(23.89% 12.3% at 50% 103.77%, #008cff80 0%, rgba(20, 20, 22, 0) 99.38%), var(--0500, #010e1b); */
}
.ai-team-container p {
  padding-bottom: 16px;
}
.ai-team-title {
  display: flex;
  justify-content: center;
  gap: 5px;
}
.ai-team-title .ai-star {
  margin-top: -10px;
  position: relative;
  left: 8px;
  width: 25px;
}
.ai-team-container p {
  max-width: 900px;
  margin: 0 auto;
  color: #010e1b;
  text-align: center;
  font-family: "Lexend Deca";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 168.75% */
}

.content-title {
  font-size: 2.5rem;
  margin-bottom: 16px;
  line-height: 1.2;
  color: #010e1b;
  font-family: "Lexend Deca";
  font-weight: 500;
  text-align: center;
  background: linear-gradient(90deg, #2286e8 7.48%, #043f8c 93.3%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Service model listing start here */

.service-model-section {
  padding: 60px clamp(2rem, 6vw, 6rem) 30px clamp(2rem, 6vw, 6rem);
  overflow: hidden;
  border-radius: 12px;
}
.service-model-container {
  width: 100%;
  max-width: min(90rem, 100%);
  margin: 0 auto;
  padding: 0;
}
.service-model-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 30px;
  background: #010E1B;
}
.service-model-list:last-child {
  margin-bottom: 0;
}
.service-model-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
}

.service-model-section:hover .service-model-image {
  transform: scale(1.05);
}

.service-model-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgb(0 0 0), rgba(0, 0, 0, 0.1));
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
}

.service-model-content {
  max-width: 800px;
}

.service-model-title {
  font-size: 2.5rem;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1rem;
  color: #fff;
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: 500;
  line-height: 42px; /* 105% */
  letter-spacing: -0.8px;
}
.service-model-title span {
  display: flex;
  width: 68px;
  height: 68px;
  padding: 9px 9px 9px 10px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 16px;
  background: #e8eef9;
}
.service-model-desc {
  color: #fff;
  font-family: "Lexend Deca";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.2px; /* 170% */
  margin-bottom: 1.5rem;
  text-align: left;
}

.service-model-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.service-model-tags h4 {
  color: #fff;
  font-family: "Lexend Deca";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 140% */
  letter-spacing: -0.4px;
  margin-bottom: 0;
}

.service-model-tag {
  color: #010e1b;
  font-family: "Lexend Deca";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal; /* 137.5% */
  text-transform: capitalize;
  /* display: flex; */
  height: max-content;
  padding: 2px 12px;
  border-radius: 12px;
  border: 2px solid rgba(34, 134, 232, 0.15);
}
.model-tag-blue {
  background: linear-gradient(
      139deg,
      rgba(71, 163, 254, 0) 8.39%,
      rgba(71, 163, 254, 0.36) 98.67%
    ),
    #fff;
}
.model-tag-green {
  background: linear-gradient(
      139deg,
      rgba(71, 163, 254, 0) 8.39%,
      rgba(71, 254, 245, 0.36) 98.67%
    ),
    #fff;
}
.model-tag-red {
  background: linear-gradient(
      139deg,
      rgba(71, 163, 254, 0) 8.39%,
      rgba(254, 71, 117, 0.36) 98.67%
    ),
    #fff;
}
.model-tag-orange {
  background: linear-gradient(
      139deg,
      rgba(71, 163, 254, 0) 8.39%,
      rgba(254, 169, 71, 0.36) 98.67%
    ),
    #fff;
}

.service-model-button {
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 200px;
  border: 1px solid #fff;
  background: #fff;
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  color: #061b30;
  gap: 5px;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 400;
  font-size: 16px;
  transition: background 0.3s;
}

.service-model-button:hover {
  box-shadow: 0px 0px 18px 0px #043f8c;
  color: #061b30;
  transition: 0.5s ease-in;
}

/* Lets talk section start here */

.lets-ai-healthcare-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.lets-ai-healthcare-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 30px 0;
  width: 100%;
  /* padding: 0 20px 20px; */
}
.lets-ai-healthcare-content .cta-button {
  margin-top: 0;
}

/* Heading styles */
.lets-heading-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lets-main-heading {
  /* width: 622px; */
  text-align: center;
  font-family: "Lexend Deca";
  color: #010e1b;
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.8px;
  margin: 0;
  min-width: 352px;
  display: inline-block;
}

.lets-heading-light {
  color: #e9ebf8;
}

.lets-heading-gradient {
  background: linear-gradient(90deg, #07f4ff 39.26%, #0385ff 91.76%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lets-ai-icon {
  width: 32px;
  height: 32px;
  position: absolute;
  right: -40px;
  top: -5px;
  margin-right: 10px;
}

/* Description styles */
.lets-description {
  max-width: 800px;
  text-align: center;
  font-family: "Lexend Deca";
  color: #010e1b;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 5px;
}
.cta-button.nav-link-connect {
  background-color: #010e1b;
}
.impact-left-ellipse,
.impact-right-ellipse {
  position: absolute;
  top: -120%;
}
.impact-left-ellipse {
  left: -10%;
}
.impact-right-ellipse {
  right: -10%;
}

.book-btn {
  background: #051731;
  border-radius: 30px;

  padding: 10px 20px;
  width: fit-content;
  display: flex;
  gap: 5px;
  align-items: center;
  color: #fff;
  margin: 0 auto;
}
.book-btn:hover {
  box-shadow: 0px 0px 18px 0px #024fb6;
  transition: 0.5s ease-in;
}
.book-btn svg path {
  stroke: #fff;
}

/* Approach section start here */

.approach-title {
  font-size: 2.5rem;
  font-weight: 500;
  color: #1a202c;
  margin-bottom: 40px;
  text-align: left;
  font-family: "Lexend Deca";
}

.approach-content {
  display: grid;
  grid-template-columns: 1fr 485px;
  gap: 40px;
  align-items: start;
  font-family: "Lexend Deca";
  color: #010e1b;
}
.approach-outer {
  margin: 0;
  position: relative;
  overflow: hidden;
}
.approach-outer:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  z-index: 1;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgb(245 250 255 / 0%) 0%,
    rgb(227 241 255) 82%
  );
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  margin-bottom: 2px;
}
.offering-container:after {
  height: 90px;
}
.approach-outer:after {
  height: 50px;
}
.approach-steps {
  border-radius: 16px;
  border: 2px solid rgba(34, 134, 232, 0.15);
  background: linear-gradient(
    139deg,
    rgba(71, 163, 254, 0) 8.39%,
    rgba(71, 163, 254, 0.16) 98.67%
  );
  padding: 40px;
  position: relative;
  overflow-y: auto;
  max-height: 535px;
  overflow-x: hidden;
  scrollbar-width: none;
  z-index: 2;
}
.approach-ellipse {
  position: absolute;
  top: -12%;
  right: -26%;
}

.approach-step {
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.approach-steps .approach-step.last {
  margin-bottom: 0;
  border-bottom: 0;
}
.approach-steps .approach-step.last p {
  margin-bottom: 0;
}

.approach-step-title {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  color: #010e1b;
  margin-bottom: 10px;
  font-family: "Lexend Deca";
}

.approach-step-description {
  font-size: 1rem;
  color: #010e1b;
  line-height: 1.7;
  font-family: "Lexend Deca";
}

.approach-image {
  position: sticky;
  border-radius: 20px;
  overflow: hidden;
  height: 532px;
}

.approach-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  background: lightgray 50% / cover no-repeat;
}

/* Approach section end here */

/* end to end section style start here */

.end-end-content {
    display: grid;
    grid-template-columns: 1fr 485px;
    gap: 40px;
    align-items: start;
    font-family: "Lexend Deca";
    color: #010e1b;
    border-radius: 16px;
    border: 2px solid rgba(34, 134, 232, 0.15);
    background: linear-gradient(139deg, rgba(71, 163, 254, 0) 8.39%, rgba(71, 163, 254, 0.16) 98.67%);
    padding: 40px;
    position: relative;
    overflow: hidden;
}
.end-end-title {
    font-size: 2.5rem;
    font-weight: 500;
    color: #1a202c;
    margin-bottom: 16px;
    text-align: left;
    font-family: "Lexend Deca";
}
.end-end-steps{
  margin: 0;
  padding: 0;
}
.end-ellipse {
    position: absolute;
    bottom: -29%;
    right: -8%;
}
.end-end-step {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 25px 0;
}
.end-step-title {
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    color: #010e1b;
    margin-bottom: 0;
    font-family: "Lexend Deca";
}
.end-step-description {
    font-size: 1rem;
    color: #010e1b;
    line-height: 1.7;
    font-family: "Lexend Deca";
    padding: 25px 0;
    margin: 0;
}
.end-end-step.end  {
  border-bottom: 0;
}
.end-img {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}
.end-img img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 16px;
    background: lightgray 50% / cover no-repeat;
}

/* end to end section style end here */


/* Support style start here */
.why-bridge-desc {
  color:  #010E1B;
  font-family: "Lexend Deca";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 168.75% */

}
.why-bridge-img {
    border-radius: 16px;
    overflow: hidden;
    height: auto;
    max-height: 618px;
}
.why-bridge-img img {
    object-fit: fill;
    /* min-height: 474px; */
    width: 100%;
}
.support-ai-outer {
  background: #fff;
  position: relative;
  overflow: hidden;
  padding: 60px clamp(2rem, 6vw, 6rem);
  width: 100%;
}
.support-ai-container {
  display: flex;
  flex-direction: column;
  max-width: min(90rem, 100%);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.support-circle-right {
  right: -16%;
  top: 0;
  position: absolute;
  z-index: 0;
}
.support-circle-left {
  left: -10%;
  bottom: -60%;
  position: absolute;
  z-index: 0;
}

.support-ai-grid {
  justify-content: center;
  width: 100%;
}

.support-ai-column {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.support-ai-column-startups {
  padding: 0;
}

.support-ai-column-startups .support-ai-column-title {
  text-align: left;
  font-family: "Lexend Deca";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 48px */
  letter-spacing: -0.8px;
  margin-bottom: 10px;
}

.support-ai-card-title {
  margin-bottom: 0;
  color: #111827;
  font-family: "Lexend Deca";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
}

.support-ai-card-description {
  color: #043f8c;
  font-family: "Lexend Deca";
  font-size: 14px !important;
  font-weight: 400;
  line-height: normal;
  font-size: 0.95rem;
  margin-bottom: 0;
}
.support-container {
  display: flex;
  column-gap: 65px;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.support-health-img {
  border-radius: 16px;
  overflow: hidden;
  height: max-content;
  /* max-width: 572px; */
}
.support-health-img img {
  object-fit: fill;
  min-height: 500px;
  width: 100%;
}
.why-health-container,
.services-container {
  overflow: hidden;
  width: 60%;
}

.why-health-accordion,
.services-accordion {
  border: none;
}
.why-health-accordion {
  min-height: 450px;
}
.services-accordion {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.service-accordian-outer {
  padding: 0;
}

.why-health-accordion-item,
.services-accordion-item {
  border-bottom: 1px solid #e5e7eb;
  width: 100%;
}
.services-accordion-item:last-child {
  border-bottom: 0;
}
.why-health-accordion-item.active,
.services-accordion-item .active {
  border-bottom: 1px solid rgba(1, 14, 27, 0.7);
}
.why-health-accordion-item.active
  .why-health-accordion-header
  .why-health-accordion-icon::after,
.why-health-accordion-item.active
  .why-health-accordion-header
  .why-health-accordion-icon::before,
.services-accordion-item
  .active
  .services-accordion-header
  .why-health-accordion-icon::after,
.services-accordion-item
  .active
  .services-accordion-header
  .why-health-accordion-icon::before {
  background-color: #010e1b;
}
/* .why-health-accordion-item:last-child,
.services-accordion-item:last-child {
  border-bottom: none;
} */

.why-health-accordion-header,
.services-accordion-header {
  background: none;
  border: none;
  width: 100%;
  padding: 24px 0;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 500;
  color: #6b7280;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 1;
}

.why-health-accordion-header span,
.services-accordion-header span {
  flex: 1;
  color: #4d565f;
  font-family: "Lexend Deca";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 28px; /* 140% */
  letter-spacing: -0.4px;
}
.why-health-accordion-item.active .why-health-accordion-header span,
.services-accordion-item.active .services-accordion-header span {
  color: #010e1b;
  font-family: "Lexend Deca";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
}
.why-health-accordion-header:focus,
.services-accordion-header:focus {
  outline: none;
}

.why-health-accordion-icon,
.services-accordion-icon {
  width: 18px;
  height: 18px;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0;
  position: relative;
}

.why-health-accordion-icon::before,
.why-health-accordion-icon::after,
.services-accordion-icon::before,
.services-accordion-icon::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 1px;
  background-color: #4d565f;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.why-health-accordion-icon::before,
.services-accordion-icon::before {
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
}

.why-health-accordion-icon::after,
.services-accordion-icon::after {
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
  top: 50%;
  left: 50%;
}

.why-health-accordion-item.active .why-health-accordion-icon::after,
.services-accordion-item.active .services-accordion-icon::after {
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.why-health-accordion-content,
.services-accordion-content {
  max-height: 0;
  overflow: hidden;
  /* transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    padding 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease; */
  opacity: 0;
}

.why-health-accordion-item.active .why-health-accordion-content,
.services-accordion-item.active .services-accordion-content {
  max-height: 500px;
  padding: 0px 0 24px 0;
  opacity: 1;
}
.why-health-accordion-item a {
  display: inline-block;
}
.why-health-accordion-content a .book-btn {
  margin: 25px 0 0 0;
}
.why-health-accordion-content p,
.services-accordion-content p {
  color: #010e1b;
  font-family: "Lexend Deca";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 168.75% */
  margin-bottom: 0;
  max-width: 580px;
  width: 95%;
}

.why-health-accordion-content ul,
.services-accordion-content ul {
  color: #4b5563;
  font-size: 0.938rem;
  line-height: 1.7;
  margin: 12px 0 0 20px;
}

.why-health-accordion-content li,
.services-accordion-content li {
  margin: 8px 0;
}
.ai-support-circle {
  width: 655px;
  /* height: 655.472px; */
  transform: rotate(359deg);
  flex-shrink: 0;
  position: absolute;
  left: -15%;
  bottom: -18%;
}

.main-container {
  width: 100%;
  max-width: min(90rem, 100%);
  margin: 0 auto;
}


/* Data and AI Solution section start here */
.data-ai-container {
  border-radius: 16px;
  border: 2px solid rgba(34, 134, 232, 0.15);
  background: linear-gradient(
    139deg,
    rgba(71, 163, 254, 0) 8.39%,
    rgba(71, 163, 254, 0.16) 98.67%
  );
  display: flex;
  align-items: flex-start;
  margin: 0 auto;
  gap: 30px;
  flex-wrap: wrap;
  width: 100%;
  padding: 40px;
  overflow: hidden;
  position: relative;
}
.business-ellipse {
  position: absolute;
  left: -8%;
  bottom: -30%;
  z-index: 0;
}
.data-ai-image {
  flex: 1 1;
  display: flex;
  position: relative;
  z-index: 1;
}

.data-ai-image img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}

.data-ai-content {
  flex: 1 1 500px;
}

.data-ai-title {
  margin-bottom: 0;
  color: #0a0a0a;
  display: flex;
  flex: 0 0 1;
  width: 100%;
  justify-content: left;
  color: #010e1b;
  font-family: "Lexend Deca";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.8px;
}

.data-ai-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.data-ai-list li {
  position: relative;
  padding: 16px;
  margin-bottom: 0;
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: "Lexend Deca";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

.data-ai-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  width: 10px;
  height: 10px;
  background-color: #1a73e8; /* Blue dot */
  border-radius: 50%;
}
.title-max-width {
  max-width: 850px;
}
.human-left-ellipse,
.human-right-ellipse {
  position: absolute;
  top: -70%;
}
.human-left-ellipse {
  left: -10%;
}
.human-right-ellipse {
  right: -10%;
}
.services-stories {
  max-width: 780px;
}

/* Data and AI Solution section end here */
























/* Faq style start here */
.ai-faq-outer {
  background: #fff;
  padding-bottom: 45px;
  position: relative;
}

.faq-circle-left {
  position: absolute;
  top: 0;
  left: 0;
  /* transform: translate(-50%, 0%); */
}
.faq-circle-right {
  position: absolute;
  top: 25%;
  right: 0;
  /* transform: translate(-50%, 0%); */
}
.ai-faq-container {
  width: 100%;
  max-width: min(90rem, 100%);
  margin: 0 auto;
  padding: 25px clamp(2rem, 8vw, 8rem);
  text-align: center;
  padding-bottom: 15px;
}
.ai-faq-container ul {
  padding: 0;
  margin-bottom: 25px;
}
/* .ai-faq-container ul li {

} */
.ai-faq-container button.visual-item {
  --i: -1.25;
  width: 100%;
}
.ai-faq-container .component,
[id*="menu"] {
  grid-gap: 0.5em;
}

.ai-faq-container div,
.ai-faq-container ul {
  transform-style: preserve-3d;
}

.ai-faq-container .component {
  place-self: center;
  padding: 0.5em;
  font: clamp(0.625em, 5vw, 1.125em) monospace;
  width: 904px;
  margin: 0 auto;
}

[aria-expanded],
[id*="menu"] {
  --hid: 0;
}

[aria-expanded="false"],
[id*="menu"][inert] {
  --hid: 1;
  max-height: 80px;
}
.ai-faq-container button.cta-button {
  margin: 0 auto;
}
/* .ai-faq-container button {
  --highlight: 0 0 calc(var(--hl) * 7px) hsl(180, 90%, 50%);
  box-shadow: var(--highlight);
} */

.ai-faq-container button[disabled] {
  opacity: 0.375;
}

.ai-faq-container button:focus {
  outline: none;
}

.ai-faq-container button:not([disabled]) {
  cursor: pointer;
}

.ai-faq-container button:not([disabled]):is(:focus, :hover) {
  --hl: 1;
}

:not(li) > .toggler::after {
  width: 0.625em;
  aspect-ratio: 1;
  border: solid 0 currentcolor;
  border-width: 0 2px 2px 0;
  transform: rotate(calc(45deg - var(--hid) * 90deg));
  transition: inherit;
  content: "";
  display: inline;
  position: absolute;
  right: 30px;
  top: 30px;
}
/* transition: all 0.4s ease-in-out; */

.ai-faq-container .toggler[aria-expanded="true"] {
  --sel: 1;
}
.ai-faq-container .toggler[aria-expanded="false"] .faq-anser {
  height: 0;
}
.ai-faq-container .toggler.visual-item {
  border: 0;
  max-height: 85px;
  width: 100%;
  background: linear-gradient(
    123deg,
    rgb(3 133 255) -38%,
    rgb(3 133 255 / 17%) 65%
  );
  padding: 2px;
}
.toggler-bg {
  display: block;
  width: 100%;
  background: radial-gradient(
      38% 133% at 6% 30%,
      rgba(14, 118, 225, 0.59) -25%,
      rgba(5, 23, 47, 0) 100%
    ),
    #05162f;
  /* box-shadow: 0px -61px 25.3px 0px rgba(1, 14, 27, 0.52); */
  padding: 24px;
  height: 100%;
  border-radius: 16px;
}

.ai-faq-container .visual-item {
  --m: calc(0.5 * var(--n));
  --dif: calc(var(--m) - var(--i) - 1);
  grid-gap: 1.5em;
  grid-template-columns: max-content Min(12.5em, 20vw) max-content;
  align-items: center;
  overflow: hidden;
  padding: 1em;
  border-radius: 0.5rem;
  transform: translate3d(
    0,
    calc(var(--hid) * var(--dif) * (100% + 0.5em)),
    calc(var(--hid) * (var(--i) + 1) * -2.5em)
  );
  --cast-back: 0 -1px 1px -1px hsla(0, 0%, 0%, 0.145),
    0 -2px 2px -2px hsla(0, 0%, 0%, 0.137),
    0 -6px 6px -3px hsla(0, 0%, 0%, 0.118),
    0 -20px 20px -4px hsla(0, 0%, 0%, 0.05);
  box-shadow: var(--cast-back);
  /* background: linear-gradient(96deg, #093772 -29.73%, #010e1b 105.03%);
  border: 2px solid #0a4989b0; */
  color: #fff;
  font-family: "Lexend Deca";
  font-size: 18px;
  font-weight: 300;
  filter: brightness(calc(1 - (var(--i) + 1) * var(--hid) * 0.1));
  border-radius: 16px;
}
.ai-faq-container .faq-active-list .visual-item {
  background: linear-gradient(96deg, #093772 -29.73%, #010e1b 105.03%);
  border: 2px solid #0a4989b0;
}

.ai-faq-container .visual-item .ico {
  place-content: center;
  font-size: 1rem;
  margin-right: 15px;
  display: inline-block;
}
.ai-faq-container .visual-item .ico svg {
  margin-top: -8px;
}
.ai-faq-container ul li.visual-item.faq-item {
  height: 100%;
  margin: 0px auto;
}

.ai-faq-container .visual-item > .toggler {
  font-size: 2em;
}
.ai-faq-container ul li.visual-item.faq-item .faq-question {
  display: none;
}
.ai-faq-container ul.faq-active-list li.visual-item.faq-item .faq-question {
  display: flex;
  /* min-height: 85px; */
}
.ai-faq-container ul li.visual-item.faq-item:nth-child(1) {
  width: 95%;
  margin-top: 10px;
  box-shadow: 0px -33px 10px #ffffff1c;
  filter: none;
}
.ai-faq-container ul li.visual-item.faq-item:nth-child(2) {
  width: 90%;
  margin-top: -10px;
  box-shadow: 0px -33px 10px #ffffff73;
  filter: none;
}
.ai-faq-container ul li.visual-item.faq-item:nth-child(3) {
  width: 85%;
  margin-top: -10px;
  box-shadow: 0px -49px 10px #ffffff9c;
  filter: none;
}
.ai-faq-container ul li.visual-item.faq-item:nth-child(4) {
  width: 80%;
  margin-top: -10px;
  box-shadow: 0px -49px 10px #ffffff00;
  filter: none;
}
.ai-faq-container ul.faq-active-list li.visual-item.faq-item:nth-child(1),
.ai-faq-container ul.faq-active-list li.visual-item.faq-item:nth-child(2),
.ai-faq-container ul.faq-active-list li.visual-item.faq-item:nth-child(3),
.ai-faq-container ul.faq-active-list li.visual-item.faq-item:nth-child(3) {
  box-shadow: none;
}
.ai-faq-container ul li.visual-item.faq-item:nth-child(5),
.ai-faq-container ul li.visual-item.faq-item:nth-child(6),
.ai-faq-container ul li.visual-item.faq-item:nth-child(7),
.ai-faq-container ul li.visual-item.faq-item:nth-child(8),
.ai-faq-container ul li.visual-item.faq-item:nth-child(9),
.ai-faq-container ul li.visual-item.faq-item:nth-child(10),
.ai-faq-container ul li.visual-item.faq-item:nth-child(11),
.ai-faq-container ul li.visual-item.faq-item:nth-child(12) {
  display: none;
}
.ai-faq-container ul.faq-active-list li {
  width: 100% !important;
  margin: 10px 0 !important;
  line-height: 20px;
}
.ai-faq-container ul.faq-active-list li.visual-item.faq-item:nth-child() {
  width: 100% !important;
}
.ai-faq-container ul.faq-active-list li.visual-item.faq-item:nth-child(5),
.ai-faq-container ul.faq-active-list li.visual-item.faq-item:nth-child(6),
.ai-faq-container ul.faq-active-list li.visual-item.faq-item:nth-child(7),
.ai-faq-container ul.faq-active-list li.visual-item.faq-item:nth-child(8),
.ai-faq-container ul.faq-active-list li.visual-item.faq-item:nth-child(9),
.ai-faq-container ul.faq-active-list li.visual-item.faq-item:nth-child(10),
.ai-faq-container ul.faq-active-list li.visual-item.faq-item:nth-child(11),
.ai-faq-container ul.faq-active-list li.visual-item.faq-item:nth-child(12) {
  display: block;
}

@media (prefers-reduced-motion: no-preference) {
  .ai-faq-container .visual-item {
    transition: 0.375s cubic-bezier(0.35, 1.35, 0.65, 1);
    border-radius: 16px;
    border: 2px solid #b2ceea82;
    background: radial-gradient(
        288.58% 83.77% at 6.08% 30.54%,
        rgb(47 73 98 / 49%) 0%,
        rgba(5, 23, 47, 0) 100%
      ),
      #ffffff;
  }
}

.ai-faq-container button.visual-item {
  --i: -1.4;
  z-index: 1; /* Safari bugginess fix */
  box-shadow: var(--highlight), var(--cast-back);
  text-align: left;
  position: relative;
}
.ai-faq-container button.visual-item span.icon {
  position: absolute;
  right: 15px;
}
.faq-question {
  padding: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  cursor: pointer;
  font-weight: 400;
  position: relative;
  border-radius: 12px;
  font-size: 1.25rem;
  position: relative;
}
.faq-question span.faq-text {
  padding-right: 25px;
  flex: 1;
}

.faq-question span {
  font-size: 1rem;
  font-family: "Lexend Deca";
  text-align: left;
}
.faq-question span.icon {
  /* position: absolute;
  right: 0;
  top: -18px; */
  font-weight: 200;
  font-size: 2rem;
  margin-top: -3px;
}

.faq-question i {
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

.faq-question.active i {
  transform: rotate(180deg);
}

.faq-answer {
  padding: 0;
  max-height: unset;
  overflow: hidden;
  text-align: left;
  line-height: 1.6;
  transition: all 0.1s ease-in-out;
  font-size: 0.875rem;
  font-family: "Lexend Deca";
  /* opacity: 0; */
  transition: 1s ease;
}
.faq-answer p {
  display: none;
}
.faq-answer.active p {
  display: flex;
}
.faq-answer.active p strong {
  margin-right: 5px;
  display: contents;
}
.faq-answer.active {
  padding: 15px 0;
  max-height: 325px;
  opacity: 1;
  /* transition: max-height 0.1s ease-in, padding 1.3s ease-in; */
}
.faq-answer p {
  font-size: 0.875rem;
}
.faq-answer.active p {
  font-size: 0.875rem;
  font-family: "Lexend Deca";
  font-weight: 300;
  margin-bottom: 0;
}

.ai-faq-button {
  border-radius: 16px;
  border: 2px solid #0385ff;
  background: radial-gradient(
      288.58% 83.77% at 6.08% 30.54%,
      rgba(14, 118, 225, 0.59) 0%,
      rgba(5, 23, 47, 0) 100%
    ),
    #05162f;
  box-shadow: 0px -61px 25.3px 0px rgba(1, 14, 27, 0.52);
}

.sticky-scroll-container {
  position: sticky;
}
.container-outer-section {
  width: 100%;
  padding: 60px clamp(2rem, 6vw, 6rem);
  position: relative;
}

/* Faq style end here */











@media (max-width: 480px) {
      .service-model-title, .content-title, .ai-hero-heading, .lets-main-heading, .data-ai-title, .support-ai-column-startups .support-ai-column-title, .approach-title {
        font-size: 1.25rem !important;
        line-height: normal;
    }
    .why-health-accordion-item.active .why-health-accordion-header span, .services-accordion-item.active .services-accordion-header span, .why-health-accordion-header span, .services-accordion-header span, .approach-step-title {
      font-size: 1.15rem;
    }
    .data-ai-container {
      padding: 40px 16px;
    }
    .business-ellipse {
      display: none;
    }

  .ai-hero-heading {
    text-align: center;
    margin: 0 auto;
  }
  .ai-hero-description {
    text-align: center;
  }
  .ai-hero-left .button-align {
    justify-content: center; 
  }
  .ai-hero-left .button-align {
    justify-content: center;
    margin-top: 16px;
}
    .service-model-title {
        font-size: 1.25rem;
    }
  
}

@media (max-width: 768px) {
  .ai-hero-servicemodels {
    padding: 5rem 16px;
  }
  .service-model-overlay {
    padding: 1.5rem;
  }


  .service-model-desc {
    font-size: 0.95rem;
  }

  .service-model-button {
    top: 10px;
    right: 10px;
    padding: 8px 14px;
  }
  .approach-ellipse {
    display: none;
  }
  .approach-steps {
    padding: 40px 16px;
  }
    .ai-faq-container {
    padding: 30px 16px;
  }
  .ai-faq-container .component {
    padding: 0;
  }
  .toggler-bg {
    padding: 24px 16px;
  }
  .ai-faq-container .visual-item .ico {
    margin-right: 0;
  }
  .ai-hero-services {
    border-radius: 0px 0px 40px 40px;
  }
   .ai-faq-outer {
    padding-bottom: 0;
  }
  .ai-faq-container .visual-item .ico svg {
    margin-top: -3px;
}
  
.faq-question span {
    font-size: 0.75rem;
  }
  .faq-active-list .faq-question span {
    font-size: 1rem;
  }

  .ai-faq-container .cta-button,
  .ai-advantage-container .cta-button {
    display: inline-block;
    width: auto;
  }

  .faq-answer.active p {
    font-size: 0.875rem;
    font-family: "Lexend Deca";
    font-weight: 300;
  }
  .ai-faq-container ul li.visual-item.faq-item:nth-child(4) {
    width: 80%;
    margin-top: -8px;
  }


}
@media (max-width: 890px) {
.service-model-title {
    font-size: 1.85rem;
}
.service-model-list {
      background: #000;
      min-height: 585px;
}
.service-model-overlay {
    position: unset;
}

}
@media (max-width: 991px) {
  .ai-faq-container .component {
    width: 100%;
  } 
}

@media (max-width: 1024px) {
  .ai-hero-container {
    min-height: calc(50vh - 10rem);
  }
  .ai-hero-img img {
    object-fit: cover;
    width: 100%;
  }
 
  .hero-overlay {
  background: linear-gradient(179deg, rgba(0, 0, 0, 0.00) 0%, #010e1ba6 70%);
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 1;
  display: block;
}
  .ellipse-left,
  .ellipse-right {
    display: none;
  }
  .ai-team-outer {
    padding: 60px 16px 30px 16px;
  }
   .ai-faq-containerr {
    padding: 0px 16px;
  }
  .ai-faq-container .component {
    position: relative;
    z-index: 1;
  }
    .service-model-section {
    padding: 60px 16px 30px 16px;
  }
  .lets-ai-healthcare-content {
    padding: 16px;
  }
   .main-services-bg .ai-team-outer,
  .container-outer-section,
  .offering-section {
    padding: 30px 16px;
  }
 

.support-ai-outer {
    padding: 60px 16px;
}
.ai-faq-container {
   padding: 25px 16px;
}
.approach-content {
  grid-template-columns: 1fr;
}
.approach-steps {
      max-height: unset;
}
.approach-image {
  height: fit-content;
}


}

@media (max-width: 1140px) {
   .end-img img  {
    height: fit-content;
  }
  .data-ai-container {
    align-items: center;
  }
  .why-work {
      align-items: start !important;
  }
  
  .why-bridge-img {
    max-height: fit-content;
}
 .end-end-content {
     grid-template-columns: 1fr;
  }
  .support-container {
    flex-direction: column;
  }
    .why-health-container, .services-container {
    width: 100%;
  }
  .why-health-accordion {
    min-height: unset;
    margin-bottom: 50px;
}
.data-ai-content {
    flex: 0;
}
.data-ai-container {
  flex-direction: column-reverse;
}
.data-ai-image {
    flex: auto;
    display: flex;
    position: relative;
    z-index: 1;
    width: 100%;
}
}
@media (max-width: 1440px){
  .data-ai-container {
        align-items: center;
  }
}



@media screen and (min-width: 1921px) {
   .support-ai-container {
     max-width: 1920px;
   }
}


@media (resolution: 1.25dppx) {
  .sticky-scroll-container  .sticky-scroll-section {
    height: 100%;
  }
}
@media (resolution: 1.5dppx) {
  .service-model-title {
    font-size: 1.875rem;
  }
  .service-model-desc {
        font-size: 14px;
        line-height: 23px;
  }
  .service-model-tag {
    font-size: 12px;
  }
  .service-model-title span {
    width: 50px;
    height: 50px;
    border-radius: 10px;
  }
  .service-model-button {
        padding: 5px 20px;
  }
  .service-model-tags h4 {
    font-size: 1rem;
  }
    .ai-faq-container button.visual-item {
    font-size: 18px;
  }
  .ai-hero-heading {
    font-size: 2.5rem;
  }
  .ai-hero-description {
        font-size: 14px;
  }
    .sticky-scroll-container .sticky-scroll-section {
    height: 100%;
  }
  .business-ellipse {
    bottom: -45%;
  }
  .content-title, .data-ai-title, .support-ai-column-startups .support-ai-column-title, .lets-main-heading, .approach-title {
    font-size: 2rem;
  }
}
