.ai-hero-services {
  border-radius: 0px;
  border-radius: 0px 0px 70px 70px;
  position: relative;
  overflow: hidden;
  padding: 5rem clamp(2rem, 6vw, 6rem);
  /* background: #010e1b; */
background: radial-gradient(43.96% 46.13% at 0% 50%, var(--0100, rgba(71, 163, 254, 0.40)) 0%, rgba(71, 163, 254, 0.00) 100%), var(--0500, #010E1B);
}
.ai-hero-left .button-align {
  justify-content: flex-start;
}
.hero-img-center {
  text-align: center;
}
.ai-hero-container .ai-hero-left {
  max-width: unset;
  width: auto;
}
.hero-ellipse-right {
  position: absolute;
  right: -11%;
  bottom: -25%;
}
.back-services {
  color: #118aff;
  font-family: "Lexend Deca";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  padding: 0;
}
.back-services:hover {
  color: #fff;
}
.back-services svg path {
  fill: #118aff;
}
.back-services:hover svg path {
  fill: #fff;
}
.ai-text-gradient {
  background: linear-gradient(268deg, #0385ff 33.18%, #4cc9ff 80.56%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.container-outer-section {
  width: 100%;
  padding: 60px clamp(2rem, 6vw, 6rem);
  position: relative;
}
.main-container {
  width: 100%;
  max-width: min(90rem, 100%);
  margin: 0 auto;
}
/* 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;
}
.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);
}

/* Faq style end here */

/* Ai Success style start here */

.success-section {
  background-color: #fff;
  color: white;
  width: 100%;
  padding: 60px clamp(2rem, 6vw, 6rem);
  position: relative;
}

.success-container {
  width: 100%;
  max-width: min(90rem, 100%);
  margin: 0 auto;
}
.success-heading-outer {
  text-align: center;
  padding-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.success-heading {
  flex: 1;
}
.success-heading h2 {
  font-size: 2.5rem;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "Lexend Deca";
  color: #010e1b;
  text-align: left;
}

.success-subheading {
  margin: 0;
  line-height: 1.5;
  color: #010e1b;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Lexend Deca";
  text-align: left;
}

.success-cards {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 15px;
  margin: 0;
}

.success-card {
  border-radius: 12px;
  overflow: hidden;
  /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
  position: relative;
  width: 33.3%;
  min-width: 415px;
  /* background-color: #01070c; */
}

.success-card-logo {
  width: 36px;
  height: 36px;
  background-color: #1e90ff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
}

.success-card-location {
  font-size: 0.8rem;
  color: #b0b0b0;
}

.success-card-content {
  padding: 0px;
  /* background-image: url(../../whiteForest/images/ai-healthcare/success-img.png); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  position: relative;
}
.success-card-content img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.success-card-content:hover img {
  transform: scale(1.2);
}
.success-card-overlay {
  background: linear-gradient(180deg, rgba(23, 39, 56, 0) 0%, #172738 72.6%);
  padding: 20px;
  position: absolute;
  min-height: 200px;
  bottom: 0;
  align-content: end;
  width: 100%;
}

.success-card-label {
  width: 100px;
  color: #808080;
}

.success-card-value {
  flex: 1;
}

.success-card-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: left;
}

.success-card-title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 5px;
  color: #fff;
}

.success-card-arrow {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  margin-left: 10px;
}

/* .success-card-content:hover a .success-card-overlay .success-card-arrow svg path {
  stroke: #004c99;
} */
.success-card-description {
  line-height: 20px;
  color: #d0d0d0;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 300;
}

.view-more-link {
  color: #2286e8;
  display: flex;
  font-family: "Lexend Deca";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  align-items: center;
  column-gap: 10px;
  white-space: nowrap;
  /* display: none; */
}
.view-more-link svg path {
  stroke: #2286e8;
}
.view-more-link:hover {
  color: #010e1b;
}
.view-more-link:hover svg path {
  stroke: #010e1b;
}

/* Ai Success style end 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-top: 27px;
  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;
}

/* Support style start here */
.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;
}
.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%;
}

/* Offering section style start here */
.offering-section {
  background: #fff;
  overflow: hidden;
  padding: 60px clamp(2rem, 6vw, 6rem);
  width: 100%;
  position: relative;
}
.offering-container {
  display: flex;
  gap: 25px;
  /* height: 100vh; */
  overflow: hidden;
  position: relative;
  max-width: min(90rem, 100%);
  padding: 40px;
  margin: 0 auto;
  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%
  );
}
.offering-container:after,
.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;
}
.offering-left-panel {
  padding: 0;
  color: #000;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  width: 42%;
}
.offering-ellipse {
  left: -5%;
  bottom: -32%;
  position: absolute;
  z-index: 2;
}
.offering-left-panel::before {
  content: "";
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  z-index: 1;
}

.offering-left-content {
  position: relative;
  z-index: 2;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.offering-left-content.offering-fade-out {
  opacity: 0;
}

.offering-left-panel h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: #000;
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.offering-left-panel p {
  font-size: 1rem;
  line-height: 1.8;
  opacity: 0.9;
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: 400;
}

.offering-right-panel {
  width: 58%;
  overflow-y: auto;
  padding: 0;
  scrollbar-width: none;
  position: relative;
}

.offering-right-panel::-webkit-scrollbar {
  width: 8px;
}

.offering-right-panel::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.offering-right-panel::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
}

.offering-right-panel::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.offerings-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 8px;
  overflow-y: auto;
  max-height: 685px;
  scrollbar-width: none;
  padding-bottom: 25px;
}
.offerings-list::-webkit-scrollbar {
  width: 0px;
  scrollbar-width: none;
}

.offering-item {
  padding: 20px;
  /* cursor: pointer; */
  transition: all 0.3s ease;
  border-radius: 16px;
  border: 2px solid rgba(34, 134, 232, 0.14);
  background: linear-gradient(286deg, #e7edf9 0.35%, #fff 125%);
  position: relative;
}

.offering-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.offering-item:hover::before,
.offering-item.active::before {
  transform: scaleX(1);
}

.offering-item:hover {
  transform: translateY(-2px);
}

.offering-item.active {
  transform: translateY(-2px);
}

.offering-header {
  display: flex;
  align-items: center;
  gap: 25px;
}

.offering-icon {
  width: 70px;
  height: 70px;
  background: #e8eef9;
  border-radius: 8px;
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
}

.offering-title {
  font-size: 1.25rem;
  width: 32%;
  color: #000;
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.offering-arrow {
  font-size: 20px;
  color: #667eea;
  transition: transform 0.3s ease;
  display: none;
}

.offering-item:hover .offering-arrow {
  transform: translateX(5px);
}

.offering-description {
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-family: "Lexend Deca";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  flex: 1 0 0;
}

/* Offering section style end here */

/* 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-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 */

/* Unique section style start here */
.unique-main-section {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 40px;
  align-items: start;
}

.unique-left-column {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
  height: 100%;
}

.unique-title {
  font-size: 2.5rem;
  font-weight: 500;
  color: #010e1b;
  margin-bottom: 20px;
  line-height: 1.2;
  font-family: "Lexend Deca";
}

.unique-description {
  font-size: 1rem;
  color: #010e1b;
  font-weight: 400;
  line-height: 22px;
  font-family: "Lexend Deca";
}

.unique-services-column {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-height: max-content;
  overflow-y: auto;
  padding: 15px 0;
  scrollbar-width: none;
}
.unique-services-column::-webkit-scrollbar {
  width: 8px;
}

.unique-services-column::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.unique-services-column::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 4px;
}

.unique-services-column::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}

.unique-service-card {
  padding: 24px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  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%
  );
}

.unique-service-card:hover {
  transform: translateY(-2px);
}

.unique-service-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #010e1b;
  margin-bottom: 15px;
  font-family: "Lexend Deca";
}
.unique-service-card:hover {
  transform: translateY(-2px);
  /* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1); */
}

.unique-service-title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #010e1b;
  margin-bottom: 15px;
  font-family: "Lexend Deca";
}

.unique-service-text {
  font-size: 0.95rem;
  color: #010e1b;
  line-height: 22px;
  font-family: "Lexend Deca";
  margin: 0;
}

/* Unique section style end here */

/* 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: -18%;
  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: 20px;
  color: #0a0a0a;
  display: flex;
  flex: 0 0 1;
  width: 100%;
  justify-content: center;
  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: 10px;
  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 */

/* Core service start here */

.core-services-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: stretch;
}

.core-services-hero {
  border-radius: 16px;
  padding: 60px 40px;
  color: white;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

.core-service-img {
  position: absolute;
  left: -25%;
  top: 0;
  height: 100%;
}
.core-services-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgb(0 0 0 / 24%) 50%,
    rgb(0 0 0 / 96%) 100%
  );
}

.core-services-hero-content {
  position: relative;
  z-index: 1;
}

.core-services-title {
  color: #fff;
  font-family: "Lexend Deca";
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.8px;
}

.core-services-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: white;
  color: #2c3e50;
  padding: 14px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.core-services-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.core-services-cta::after {
  content: "↗";
  font-size: 1.2rem;
}

.core-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.core-services-card {
  background: white;
  border-radius: 12px;
  padding: 30px 20px;
  display: flex;
  padding: 25px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 12px;
  background: linear-gradient(
    133deg,
    rgba(34, 134, 232, 0.05) 32.03%,
    rgba(34, 134, 232, 0.12) 96.1%
  );
}

.core-services-icon {
  width: 64px;
  height: 64px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.core-services-icon svg {
  width: 100%;
  height: 100%;
}

.core-services-card-title {
  font-size: 1.1rem;
  color: #000;
  font-family: "Lexend Deca";
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 122.222% */
}

/* Core service end here */

/* ai-solution block style start here */
.ai-solution-block {
  max-width: 1400px;
  width: 100%;
  background: white;
  border-radius: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.ai-solution-block-container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  padding: 40px;
  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%
  );
  align-items: center;
  position: relative;
  overflow: hidden;
}
.block-ellipse {
  position: absolute;
  right: -10%;
  bottom: -45%;
}
.ai-solution-block-image-wrapper {
  position: relative;
  min-width: 460px;
}

.ai-solution-block-image {
  width: 100%;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
  display: block;
}

.ai-solution-block-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ai-solution-block-title {
  color: #010e1b;
  margin: 0;
  font-family: "Lexend Deca";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.8px;
}

.ai-solution-block-description {
  color: #000;
  font-family: "Lexend Deca";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 168.75% */
}

/* ai-solution block style end here */

/* Partners block style start here */
.partners-block__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.partners-block__title {
  color: #010e1b;
  font-family: "Lexend Deca";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.8px;
}

.partners-block__logos {
  display: flex;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
}

.partners-block__logo {
  height: 40px;
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.partners-block__logo:hover {
  transform: scale(1.05);
  opacity: 0.8;
}
.sticky-scroll-container {
  position: sticky;
}

/* Partners block style end here */

/* Media queries start here */

@media (max-width: 480px) {
  .approach-title {
    font-size: 1.8rem;
  }
.human-left-ellipse, .human-right-ellipse {
  display: none;
}
.lets-ai-healthcare-content {
  padding-top: 0;
}
  .approach-steps {
    padding: 25px 20px;
    border-radius: 15px;
  }

  .approach-image {
    height: 250px;
    border-radius: 15px;
  }

  .approach-step-title {
    font-size: 1.2rem;
  }

  .approach-step-description {
    font-size: 0.9rem;
  }
  .unique-title {
    font-size: 1.6rem;
  }

  .unique-left-column {
    padding: 25px 15px;
  }

  .unique-services-column {
    max-height: calc(3 * 140px);
  }

  .unique-service-card {
    padding: 20px 15px;
  }

  .unique-services-column {
    gap: 20px;
  }
  .ai-hero-services .ai-hero-right img {
    width: 100%;
  }
  .ai-hero-services {
    /* padding: 5rem clamp(2rem, 6vw, 6rem) 0px clamp(2rem, 6vw, 6rem) !important; */
    text-align: center;
  }
  .ai-hero-left .button-align {
    flex-direction: column;
    text-align: center;
  }
  .ai-hero-services .ai-hero-heading {
    text-align: center;
  }
  .service-primary-button,
  .service-secondary-button {
    width: max-content;
    margin: 0 auto;
  }
  .offering-left-panel h2 {
    font-size: 1.25rem !important;
  }
  /* Core services start here */

  .core-services-grid {
    grid-template-columns: 1fr;
  }

  .core-services-title {
    font-size: 1.75rem;
  }

  .core-services-hero {
    padding: 30px 20px;
  }

  body {
    padding: 15px;
  }

  .core-services-cta {
    padding: 12px 24px;
    font-size: 0.95rem;
  }
  .ai-solution-block {
    border-radius: 16px;
  }

  .ai-solution-block-container {
    padding: 20px;
    gap: 20px;
  }

  .ai-solution-block-title {
    font-size: 28px;
  }

  .ai-solution-block-description {
    font-size: 14px;
    line-height: 1.6;
  }
  .partners-block {
    padding: 30px 20px;
  }

  .partners-block__title {
    font-size: 1.5rem;
  }

  .partners-block__logos {
    gap: 25px;
  }

  .partners-block__logo {
    height: 40px;
  }
  .success-card {
      min-width: 295px !important;
    }
    .success-cards {
      gap: 15px !important;
    }
   .success-card:first-child {
        margin-left: 0 !important;
    }

}

@media (max-width: 768px) {
  .hero-ellipse-right {
    display: none;
  }
  .ai-hero-description,
  .ai-hero-services .ai-hero-heading {
    text-align: center !important;
  }
  .ai-hero-services {
    padding: 8rem clamp(2rem, 6vw, 6rem) 3rem clamp(2rem, 6vw, 6rem);
  }
  .ai-hero-left .button-align {
    justify-content: center;
  }
  .ai-team-title {
    display: block !important;
  }
  .faq-question span.icon {
    font-size: 1.5rem !important;
  }
  .support-health-img img {
    min-height: unset;
  }

  .ai-exp-column {
    min-width: 400px;
  }
  .ai-exp-header h1 {
    font-size: 2rem;
  }
  .ai-team-grid {
    grid-template-columns: 1fr;
  }

  .faq-question span {
    font-size: 0.75rem;
  }
  .faq-active-list .faq-question span {
    font-size: 1rem;
  }

  .ai-exp-container {
    padding: 20px;
  }
  .ai-exp-title {
    font-size: 2.5rem !important;
  }

  .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;
  }
  .main-services-bg .trust-banner {
    grid-template-columns: 1fr !important;
  }
  .main-services-bg .support-health-img {
    max-height: 420px;
  }
  .why-health-container,
  .services-container {
    margin-bottom: 30px;
  }

  .offering-header {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 15px;
    flex-direction: column;
    justify-content: flex-start;
  }
  .offering-description {
    flex: auto;
  }
  .offerings-list, .unique-services-column {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start !important;
    gap: 30px;
    width: 100%;
    overflow-x: scroll;
    scrollbar-width: none;
  }
  .offering-item, .unique-service-card {
    width: 33.3%;
    min-width: 303px;
  }
  .offering-title {
    width: 100%;
  }

  .offering-container {
    flex-direction: column;
    height: auto;
    padding: 16px;
  }

  .offering-left-panel {
    padding: 0;
  }

  .offering-left-panel h2 {
    font-size: 1.25rem !important;
  }

  .offering-right-panel {
    max-height: unset;
    padding: 0;
  }
  .offering-container:after {
    display: none;
  }
  .offerings-list {
    padding-bottom: 0;
  }
  .lets-description {
        font-size: 0.875rem;
    }
 
  .services-stories {
    max-width: unset;
  }
  .success-heading-outer {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .success-heading-outer .view-more-link {
    padding-top: 20px;
  }
  .approach-container {
    padding: 0;
  }

  .approach-title {
    font-size: 1.25rem !important;
    margin-bottom: 30px;
  }

  .approach-steps {
    padding: 30px 16px;
  }

  .approach-step {
    margin-bottom: 30px;
  }

  .approach-step-title {
    font-size: 1.25rem !important;
  }

  .approach-step-description {
    font-size: 0.875rem;
  }
  .unique-main-section {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0;
  }

  .unique-left-column {
    padding: 0px;
    text-align: center;
  }

  .unique-services-column {
    max-height: calc(4 * 160px);
  }

  .unique-title {
    font-size: 1.25rem;
    margin-bottom: 20px;
    text-align: center;
   width: 100%;
  }

  .unique-service-card {
    padding: 25px 20px;
  }

  .unique-service-title {
    font-size: 1.25rem;
  }

  .unique-service-text {
    font-size: 0.875rem;
  }
  .data-ai-container {
    flex-direction: column;
    align-items: left;
    text-align: left;
    padding: 16px !important;
    gap: 15px;
  }

  .data-ai-title {
    text-align: left;
    font-size: 20px;
    justify-content: left;
  }

  .data-ai-list li {
    text-align: left;
    padding: 5px 16px;
  }
  .data-ai-list li::before {
    top: 12px;
  }
  .lets-ai-healthcare-content.business-impact .lets-main-heading {
    text-align: left;
    font-size: 1.25rem !important;
  }
  .custom-content-section h2,
  .ai-team-title {
    font-size: 1.25rem !important;
  }
  /* Core service start here */
  .core-services-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .core-services-title {
    font-size: 2rem;
  }

  .core-services-hero {
    padding: 40px 30px;
    /* min-height: 300px; */
  }

  .core-services-card {
    padding: 25px 15px;
  }

  .core-services-icon {
    width: 56px;
    height: 56px;
  }

  .core-services-card-title {
    font-size: 1rem;
  }
  .ai-solution-block-container {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 16px !important;
  }

  .ai-solution-block-title {
    font-size: 20px !important;
  }

  
  .ai-solution-block-description {
    font-size: 14px;
  }

  .ai-solution-block-image-wrapper {
    order: -1;
    min-width: auto;
  }
  .partners-block {
    padding: 40px 30px;
  }

  .partners-block__container {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }

  .partners-block__title {
    font-size: 1.25rem !important;
    min-width: auto;
    width: 100%;
    text-align: center;
  }
  .offering-left-panel p {
    font-size: 0.875rem !important;
  }
.trust-card {
  padding: 24px !important;
}
.trust-card .description {
  font-size: 1rem !important;
}
  .partners-block__logos {
    justify-content: center;
    width: 100%;
    gap: 30px;
  }

  .partners-block__logo {
    height: 45px;
  }
  .data-ai-content {
    flex: auto;
  }
  .support-ai-column-startups .support-ai-column-title,
  .lets-main-heading,
  .success-heading h2 {
    font-size: 20px;
  }
  .scrollable-content {
    overflow-y: hidden !important;
    overflow-x: auto !important;
  }
  .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;
}
  
    .lets-heading-container {
      width: 100%;
    }
    .unique-description,.lets-ai-healthcare-content.business-impact .lets-main-heading, .lets-ai-healthcare-content.business-impact .lets-description {
      text-align: center !important;
      font-size:  0.875rem;
    }
    .approach-steps .approach-step.last p, .offering-description, .main-services-bg .ai-team-container p, .why-health-accordion-content p, .services-accordion-content p, .success-subheading, .view-more-link  {
      font-size:  0.875rem;
    }
    .success-card-title {
      font-size: 1rem;
    }
}

@media (max-width: 991px) {
  .ai-faq-container .component {
    width: 100%;
  }
  .ai-hero-services .ai-hero-heading {
    font-size: 1.75rem !important;
  }
  .main-services-bg .ai-team-container p {
    max-width: unset;
    padding-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .ai-hero-services .ai-hero-right img {
    max-height: unset;
    width: 100%;
  }
  .why-health-container,
  .services-container {
    width: 100%;
  }
  .main-services-bg .ai-team-outer,
  .container-outer-section,
  .offering-section {
    padding: 30px 16px;
  }

  .main-services-bg .trust-banner {
    grid-template-columns: repeat(2, 1fr);
  }
  .main-services-bg .why-health-accordion-content p,
  .main-services-bg .services-accordion-content p {
    max-width: unset;
  }
  .ai-faq-containerr {
    padding: 0px 16px;
  }
  .ai-faq-container .component {
    position: relative;
    z-index: 1;
  }
  .ellipse-left,
  .ellipse-right,
  .support-circle-right,
  .offering-ellipse,
  .approach-ellipse,
  .business-ellipse,
  .impact-left-ellipse,
  .impact-right-ellipse,
  .block-ellipse {
    display: none;
  }
  .custom-content-section {
    padding: 0 16px !important;
  }
  .approach-content,
  .unique-main-section {
    grid-template-columns: none;
  }
  .service-accordian-outer {
    margin-bottom: 30px;
  }
  .unique-left-column {
    justify-content: left;
    align-items: flex-start;
  }
  .main-services-bg .ai-team-container p {
    max-width: unset;
    margin: 0 auto;
    padding-bottom: 0;
  }
  .unique-description {
    text-align: left;
  }

  .data-ai-image {
    flex: auto;
    max-height: 338px;
  }
  .lets-description {
    max-width: unset;
  }
  .lets-ai-healthcare-content.business-impact {
    align-items: flex-start;
  }
  .lets-ai-healthcare-content.business-impact .lets-description {
    text-align: left;
  }
  .offering-container {
    flex-direction: column;
    max-width: unset;
    height: 100%;
    padding: 16px;
  }
  .offering-left-panel,
  .offering-right-panel {
    width: 100%;
  }
  .offering-container:after,
  .approach-steps:after {
    height: 100px;
  }
  .offerings-list {
    padding-bottom: 40px;
  }
  .faq-active-list .faq-question span {
    font-size: 14px;
    text-align: left;
  }
  .success-container {
    width: 100%;
    max-width: 100%;
  }
  .success-cards,
  .solution-cards-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start !important;
    gap: 30px;
    width: 100%;
    overflow-x: scroll;
    scrollbar-width: none;
  }
  .success-card {
    min-width: 425px;
  }
  .success-card:first-child {
    margin-left: 16px;
  }
  .success-card:last-child {
    margin-right: 16px;
  }

  .success-section {
    padding: 40px 16px;
  }
  .support-ai-outer {
    padding: 16px;
  }
  .core-services-hero img {
    display: none;
  }
  .core-services-hero::before {
    display: none;
  }
  .core-services-container {
    grid-template-columns: 1fr;
  }
  .core-services-hero {
    padding: 0;
  }
  .core-services-title {
    color: #010e1b;
  }
  .core-services-hero-content {
    display: flex;
    gap: 15px;
    align-items: center;
  }
  .service-secondary-button {
    min-height: 60px;
    min-width: 200px;
    background: #010e1b !important;
    color: #fff !important;
  }
  .service-secondary-button svg path {
    stroke: #fff;
  }
  .ai-solution-block-container {
    gap: 40px;
    padding: 40px;
    grid-template-columns: auto;
  }

  .ai-solution-block-title {
    font-size: 40px;
  }

  .ai-solution-block-description {
    font-size: 15px;
  }
  .partners-block__title {
    font-size: 2rem;
  }

  .partners-block__logos {
    gap: 40px;
    flex-direction: row;
    text-align: center;
    justify-content: center;
  }

  .partners-block__logo {
    height: 50px;
  }
  .partners-block__container {
    flex-direction: column;
    text-align: center;
  }
  .lets-ai-healthcare-container {
    padding: 16px;
  }
  .sticky-scroll-section {
    height: 100% !important;
  }
  .approach-image .image-container {
    height: 532px;
  }
  .scrollable-content {
    height: 100% !important;
  }
  .approach-steps {
    max-height: unset;
  }
  .support-container {
    display: block;
    width: 100%;
  }
  .support-health-img {
    max-width: 100%;
    max-height: unset;
    margin-top: 35px;
  }
  .approach-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .approach-image {
    order: -1;
    height: 100%;
  }
  .ai-solution-block-title {
    font-size: 40px;
  }
}

@media (max-width: 1114px) {
  .faq-question span.icon {
    font-size: 32px !important;
    width: 32px;
    height: 32px;
    text-align: center !important;
  }
}

@media (max-width: 1182px) {
  .support-container {
    display: block;
    width: 100%;
  }
  .why-health-accordion {
    min-height: unset;
  }
  .why-health-container,
  .services-container {
    overflow: hidden;
    width: 100%;
  }
  .support-health-img {
    margin-top: 35px;
  }
}

@media (max-width: 1400px) {
  .ai-hero-services .ai-hero-container {
    gap: 10px;
  }
  .ai-hero-container .ai-hero-left {
    padding: 24px 0 0 0;
  }
  .ai-hero-services .ai-hero-heading {
    font-size: 2.5rem;
  }
}

@media (max-width: 1440px) {
  .success-cards {
    justify-content: flex-start !important;
    overflow-x: scroll;
    scrollbar-width: none;
  }
  .sticky-scroll-section {
    height: 100% !important;
  }
}

@media (min-width: 1400px) {
  .unique-container {
    max-width: 1400px;
  }

  .unique-main-section {
    gap: 60px;
  }
}

@media screen and (min-width: 1921px) {
  .menu-container .desk_menu,
  .ai-container-head,
  .ai-hero-container,
  .custom-image-outer,
  .trust-banner,
  .tech-solution,
  .ai-team-container,
  .support-ai-container,
  .tech-content-wrap,
  .success-container,
  .solution-container,
  .ai-faq-container,
  .footer-container {
    max-width: 1920px;
  }
  .tech-card::before {
    height: 185%;
    top: -30%;
  }
  .why-health-container {
    width: 50%;
  }
}
@media (resolution: 1.25dppx)  {
  .sticky-scroll-container  .sticky-scroll-section {
    height: 100%;
  }
    .data-ai-list li {
      line-height: 20px;
      padding: 8px 16px;
  }
  .data-ai-list li::before {
        top: 14px;
  }
  .ai-hero-services {
        padding: 2rem clamp(2rem, 6vw, 6rem);
  }
   .ai-hero-heading {
    font-size: 2.52rem !important;
  }
}
@media (resolution: 1.5dppx) {
  .ai-faq-container button.visual-item {
    font-size: 18px;
  }
  .faq-question span {
    font-weight: 400;
  }

  .success-card-title {
    font-size: 18px !important;
  }
  .success-card-description {
    font-size: 2cqmin;
  }
  .trust-card .description {
    font-size: 0.85rem !important;
  }
  .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 {
    font-size: 1rem !important;
  }
  .support-ai-column-startups .support-ai-column-title {
    font-size: 2rem;
  }
  .sticky-scroll-container .sticky-scroll-section {
    height: 100%;
  }
  .data-ai-list li {
    line-height: 20px;
    padding: 8px 16px;
  }
  .data-ai-list li::before {
        top: 14px;
  }
  .ai-hero-services {
        padding: 2rem clamp(2rem, 6vw, 6rem);
  }
  .ai-hero-heading {
    font-size: 2.52rem; 
  }
  .ai-hero-heading {
    font-size: 2.52rem;
  }
}

/* Sample css start here */

.sticky-scroll-section {
  position: relative;
  height: 85vh;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.sticky-scroll-section .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
}

.content-wrapper {
  display: grid;
  width: 100%;
}

.scrollable-content {
  position: relative;
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 20px;
  scroll-behavior: smooth;
}

.content-step {
  background: linear-gradient(135deg, #e3f2fd 0%, #f0f7ff 100%);
  border-radius: 20px;
  padding: 50px;
  margin-bottom: 40px;
}

.content-step:last-child {
  margin-bottom: 0;
}

.sticky-content {
  position: relative;
  /* height: 80vh; */
}
