/* Compact Header Toggle - SCSS Version */
.aiHealthcareBanner {
  background-color: #080a14;
  padding: 94px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  min-height: calc(100vh - 90px);
}
@media (max-width: 767px) {
  .aiHealthcareBanner {
    padding: 50px 0;
  }
}
.aiHealthcareBanner h1 {
  font-size: 45px;
  line-height: 55px;
  color: #fff;
  max-width: 570px;
}
@media screen and (max-width: 991px) {
  .aiHealthcareBanner h1 {
    font-size: 40px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 576px) {
  .aiHealthcareBanner h1 {
    font-size: 26px;
  }
}
.aiHealthcareBanner p {
  color: #fff;
  max-width: 570px;
}
.aiHealthcareBanner ul li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  gap: 8px;
}
.aiHealthcareBanner ul li:nth-last-child {
  margin-bottom: 0;
}
.aiHealthcareBanner ul li span {
  color: #fff;
}
.aiHealthcareBanner .bannerRightImg {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}
.aiHealthcareBanner .bannerLeftImg {
  position: absolute;
  top: 0;
  left: -300px;
}
@media (max-width: 1199px) {
  .aiHealthcareBanner .bannerLeftImg {
    opacity: 30%;
  }
}

.aiExcellenceStats {
  padding: 80px 0;
  background-image: url(../images/ai-integration-services/ai-excellence-stats.webp);
  background-size: cover;
}
@media (max-width: 767px) {
  .aiExcellenceStats {
    padding: 50px 0;
  }
}
.aiExcellenceStats h2 {
  font-size: 45px;
  font-family: "RedHatDisplay-Regular";
  line-height: 1.2;
  color: #1b1b1b;
  padding-bottom: 20px;
}
.aiExcellenceStats h2 span {
  color: #193370;
  font-family: "RedHatDisplay-Extrabold";
}
.aiExcellenceStats .statsWrapper {
  display: flex;
  justify-content: center;
  position: relative;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 16px;
  padding: 14px;
  border: 1px solid #e0e0e0;
}
.aiExcellenceStats .statsWrapper .statItem {
  padding: 14px 40px;
  position: relative;
  flex: 1;
}
.aiExcellenceStats .statsWrapper .statItem:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
  width: 1px;
  background-color: #e0e0e0;
}
@media (max-width: 992px) {
  .aiExcellenceStats .statsWrapper .statItem {
    padding: 10px 25px;
  }
}
@media (max-width: 768px) {
  .aiExcellenceStats .statsWrapper .statItem {
    flex: 0 0 50%;
    padding: 15px 10px;
  }
  .aiExcellenceStats .statsWrapper .statItem:not(:last-child)::after {
    display: none;
  }
  .aiExcellenceStats .statsWrapper .statItem:nth-child(1), .aiExcellenceStats .statsWrapper .statItem:nth-child(2) {
    border-bottom: 1px solid #e0e0e0;
  }
  .aiExcellenceStats .statsWrapper .statItem:nth-child(odd) {
    border-right: 1px solid #e0e0e0;
  }
}
.aiExcellenceStats .statsWrapper .statItem h3 {
  font-size: 60px;
  color: #007bff;
  font-family: "RedHatDisplay-Bold";
  line-height: 1.2;
}
@media (max-width: 767px) {
  .aiExcellenceStats .statsWrapper .statItem h3 {
    font-size: 40px;
  }
}
.aiExcellenceStats .statsWrapper .statItem p {
  font-size: 18px;
  color: #000000;
  font-family: "RedHatDisplay-Medium";
}
@media (max-width: 767px) {
  .aiExcellenceStats .statsWrapper .statItem p {
    font-size: 14px;
  }
}

.healthcareServices {
  background-color: #080a14;
  padding: 100px 0;
}
@media (max-width: 991px) {
  .healthcareServices {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .healthcareServices {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .healthcareServices {
    padding: 30px 0;
  }
}
.healthcareServices .healthcareServicesHead {
  gap: 8px;
}
.healthcareServices .healthcareServicesHead i {
  color: #007bff;
}
.healthcareServices h2 {
  color: #fff;
  font-size: 45px;
  font-family: "RedHatDisplay-Regular";
  line-height: 1.2;
}
@media (max-width: 992px) {
  .healthcareServices h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .healthcareServices h2 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .healthcareServices h2 {
    font-size: 25px;
  }
}
.healthcareServices p {
  font-size: 18px;
  color: #fff;
  opacity: 70%;
}
.healthcareServices .healthcareServicesCard {
  border-radius: 21px 18px;
  padding: 30px 25px;
  opacity: 0.95;
  box-shadow: 0px 4px 24px -1px rgba(28, 9, 61, 0.2);
  background: linear-gradient(138.66deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 19.3%, rgba(255, 255, 255, 0.03) 62.02%, rgba(255, 255, 255, 0.2) 100%);
  height: 100%;
}
.healthcareServices .healthcareServicesCard .healthcareServicesIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  background-color: #007bff;
  border-radius: 50%;
}
.healthcareServices .healthcareServicesCard h3 {
  padding: 14px 0 8px;
  color: #fff;
  font-family: "RedHatDisplay-Medium";
}
.healthcareServices .healthcareServicesCard h3 a {
  color: #fff;
}
.healthcareServices .healthcareServicesCard h3 a:hover {
  text-decoration: underline;
}
.healthcareServices .healthcareServicesCard p {
  font-size: 14px;
}
.healthcareServices .healthcareServicesCard p a {
  color: #fff;
  text-decoration: underline;
}

.ctaWrapper {
  padding: 70px 0;
  background-image: url(../images/ai-in-healthcare/cta-backgroung.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .ctaWrapper {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .ctaWrapper {
    padding: 30px 0;
  }
}
.ctaWrapper.healthcareIndustryCta .ctaContent h2 {
  max-width: 600px;
}
.ctaWrapper.buildAiCta .ctaContent h2 {
  max-width: 700px;
}
.ctaWrapper.deliverMoreCta .ctaContent h2 {
  max-width: 500px;
}
.ctaWrapper.integrateaI .ctaContent h2 {
  max-width: 633px;
  padding-bottom: 20px;
}
.ctaWrapper .ctaContent h2 {
  color: #fff;
  font-family: "RedHatDisplay-Regular";
  font-size: 45px;
  line-height: 1.2;
}
@media (max-width: 992px) {
  .ctaWrapper .ctaContent h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .ctaWrapper .ctaContent h2 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .ctaWrapper .ctaContent h2 {
    font-size: 25px;
  }
}
.ctaWrapper .ctaContent p {
  color: rgba(204, 204, 204, 0.6980392157);
  padding: 14px 0 24px;
  font-size: 18px;
}

.benefitsHealthcare {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .benefitsHealthcare {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .benefitsHealthcare {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .benefitsHealthcare {
    padding: 30px 0;
  }
}
.benefitsHealthcare .benefitsHealthcareHead {
  max-width: 832px;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .benefitsHealthcare .benefitsHealthcareHead {
    padding-bottom: 25px;
  }
}
.benefitsHealthcare .benefitsHealthcareHead h2 {
  color: #1b1b1b;
  font-size: 45px;
  font-family: "RedHatDisplay-Regular";
  line-height: 1.2;
  max-width: 590px;
  padding-bottom: 10px;
}
@media (max-width: 992px) {
  .benefitsHealthcare .benefitsHealthcareHead h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .benefitsHealthcare .benefitsHealthcareHead h2 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .benefitsHealthcare .benefitsHealthcareHead h2 {
    font-size: 25px;
  }
}
.benefitsHealthcare .benefitsHealthcareHead h2 span {
  color: #007bff;
  font-family: "RedHatDisplay-Extrabold";
}
.benefitsHealthcare .benefitsHealthcareHead p {
  color: #666666;
}
.benefitsHealthcare .businessesWrapper {
  background-color: #f2f1ef;
  border-radius: 36px;
  padding: 23px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .benefitsHealthcare .businessesWrapper {
    gap: 13px;
  }
}
@media (max-width: 576px) {
  .benefitsHealthcare .businessesWrapper {
    overflow: hidden;
  }
}
.benefitsHealthcare .businessesWrapper .businessesImg {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 22px;
  overflow: hidden;
  min-width: 0;
}
.benefitsHealthcare .businessesWrapper .businessesImg span {
  color: #fff;
  line-height: 96px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #cdcdcd;
  font-size: 96px;
  font-family: "impactregular";
  flex-shrink: 0;
  width: 96px;
}
.benefitsHealthcare .businessesWrapper .businessesImg img {
  object-fit: cover;
  flex-shrink: 1;
  min-width: 0;
}
@media (max-width: 991px) {
  .benefitsHealthcare .businessesWrapper .businessesImg img {
    max-width: 140px;
  }
}
@media (max-width: 768px) {
  .benefitsHealthcare .businessesWrapper .businessesImg img {
    max-width: 120px;
  }
}
.benefitsHealthcare .businessesWrapper h3 {
  font-size: 20px;
  font-family: "RedHatDisplay-Extrabold";
  color: #1b1b1b;
  padding-bottom: 11px;
}
.benefitsHealthcare .businessesWrapper h3 a {
  color: #1b1b1b;
  text-decoration: underline;
}
.benefitsHealthcare .businessesWrapper h3 a:hover {
  text-decoration: none;
}
.benefitsHealthcare .businessesWrapper p {
  color: #4e4e4e;
}

.ourDeliveries {
  background-color: #080a14;
  padding: 60px 0;
}
@media (max-width: 768px) {
  .ourDeliveries {
    padding: 30px 0;
  }
}
.ourDeliveries h2 {
  font-size: 48px;
  font-family: "RedHatDisplay-Semibold";
  line-height: 1.2;
  color: #fff;
  margin-bottom: 10px;
  max-width: 450px;
  margin: 0 auto 40px;
}
@media (max-width: 992px) {
  .ourDeliveries h2 {
    font-size: 36px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .ourDeliveries h2 {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .ourDeliveries h2 {
    font-size: 25px;
  }
}
.ourDeliveries h2 span {
  color: #007bff;
  font-family: "RedHatDisplay-Semibold";
}
.ourDeliveries .ourDeliveriesCarousel {
  position: relative;
  z-index: 1;
}
.ourDeliveries .ourDeliveriesCarousel .owl-item {
  padding: 0 15px;
}
.ourDeliveries .ourDeliveriesCarousel::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(88deg, #080a14 0%, rgba(8, 10, 20, 0.5) 70%, rgba(8, 10, 20, 0) 100%);
  width: 400px;
}
@media (max-width: 1200px) {
  .ourDeliveries .ourDeliveriesCarousel::after {
    width: 98px;
  }
}
@media (max-width: 768px) {
  .ourDeliveries .ourDeliveriesCarousel::after {
    width: 50px;
  }
}
@media (max-width: 576px) {
  .ourDeliveries .ourDeliveriesCarousel::after {
    content: none;
  }
}
.ourDeliveries .ourDeliveriesCarousel::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(272deg, #080a14 0%, rgba(8, 10, 20, 0.5) 70%, rgba(8, 10, 20, 0) 100%);
  width: 400px;
  z-index: 2;
}
@media (max-width: 1200px) {
  .ourDeliveries .ourDeliveriesCarousel::before {
    width: 98px;
  }
}
@media (max-width: 768px) {
  .ourDeliveries .ourDeliveriesCarousel::before {
    width: 50px;
  }
}
@media (max-width: 576px) {
  .ourDeliveries .ourDeliveriesCarousel::before {
    content: none;
  }
}
.ourDeliveries .ourDeliveriesCarousel .owl-item {
  padding: 0 10px;
}
.ourDeliveries .ourDeliveriesCarousel .item {
  background-color: #fff;
  padding: 16px;
  border-radius: 19px;
}
.ourDeliveries .ourDeliveriesCarousel .item img {
  object-fit: cover;
  border-radius: 13px;
}
.ourDeliveries .ourDeliveriesCarousel .item h3 {
  color: #1b1b1b;
  padding-bottom: 18px;
}
@media (max-width: 767px) {
  .ourDeliveries .ourDeliveriesCarousel .item h3 {
    font-size: 22px;
    margin-bottom: 13px;
  }
}
.ourDeliveries .ourDeliveriesCarousel .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.ourDeliveries .ourDeliveriesCarousel .owl-dots .owl-dot {
  width: 6px;
  height: 6px;
  background: #d9d9d9;
  border-radius: 8px;
  margin: 0 4px;
  border: none;
  padding: 0;
  transition: all 0.3s ease;
}
.ourDeliveries .ourDeliveriesCarousel .owl-dots .owl-dot span {
  display: none;
}
.ourDeliveries .ourDeliveriesCarousel .owl-dots .owl-dot.active {
  background: #007bff;
  width: 40px;
}

.aiSolutions {
  background-color: #fff;
  padding: 100px 0;
}
@media (max-width: 991px) {
  .aiSolutions {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .aiSolutions {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .aiSolutions {
    padding: 30px 0;
  }
}
.aiSolutions h2 {
  font-size: 40px;
  font-family: "RedHatDisplay-Regular";
  line-height: 1.2;
  color: #1b1b1b;
}
@media (max-width: 992px) {
  .aiSolutions h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .aiSolutions h2 {
    font-size: 30px;
    padding-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .aiSolutions h2 {
    font-size: 25px;
  }
}
.aiSolutions h2 span {
  color: #007bff;
  font-family: "RedHatDisplay-Extrabold";
}
.aiSolutions .aiSolutionsWrapper {
  padding-top: 30px;
}
.aiSolutions .aiSolutionsWrapper ul {
  position: relative;
  list-style: none;
}
.aiSolutions .aiSolutionsWrapper ul li {
  display: flex;
  align-items: center;
  gap: 21px;
  position: sticky;
  top: 116px;
  margin-bottom: 20px;
  padding: 20px 9px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.2509803922);
}
.aiSolutions .aiSolutionsWrapper ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .aiSolutions .aiSolutionsWrapper ul li {
    padding: 20px 14px;
    flex-direction: column;
  }
}
.aiSolutions .aiSolutionsWrapper ul li:nth-child(1) {
  top: calc(116px + 0 * 16px);
}
.aiSolutions .aiSolutionsWrapper ul li:nth-child(2) {
  top: calc(116px + 1 * 16px);
}
.aiSolutions .aiSolutionsWrapper ul li:nth-child(3) {
  top: calc(116px + 2 * 16px);
}
.aiSolutions .aiSolutionsWrapper ul li:nth-child(4) {
  top: calc(116px + 3 * 16px);
}
.aiSolutions .aiSolutionsWrapper ul li:nth-child(5) {
  top: calc(116px + 4 * 16px);
}
.aiSolutions .aiSolutionsWrapper ul li:nth-child(6) {
  top: calc(116px + 5 * 16px);
}
.aiSolutions .aiSolutionsWrapper ul li:nth-child(7) {
  top: calc(116px + 6 * 16px);
}
.aiSolutions .aiSolutionsWrapper ul li:nth-child(8) {
  top: calc(116px + 7 * 16px);
}
.aiSolutions .aiSolutionsWrapper ul li:nth-child(9) {
  top: calc(116px + 8 * 16px);
}
.aiSolutions .aiSolutionsWrapper ul li:nth-child(10) {
  top: calc(116px + 9 * 16px);
}
.aiSolutions .aiSolutionsWrapper ul li:nth-child(11) {
  top: calc(116px + 10 * 16px);
}
.aiSolutions .aiSolutionsWrapper ul li:nth-child(12) {
  top: calc(116px + 11 * 16px);
}
.aiSolutions .aiSolutionsWrapper ul li:nth-child(13) {
  top: calc(116px + 12 * 16px);
}
.aiSolutions .aiSolutionsWrapper ul li:nth-child(14) {
  top: calc(116px + 13 * 16px);
}
.aiSolutions .aiSolutionsWrapper ul li:nth-child(15) {
  top: calc(116px + 14 * 16px);
}
.aiSolutions .aiSolutionsWrapper ul li .aiSolutionsContent {
  padding-left: 28px;
}
@media (max-width: 992px) {
  .aiSolutions .aiSolutionsWrapper ul li .aiSolutionsContent {
    padding-left: 0;
    order: 2;
  }
}
.aiSolutions .aiSolutionsWrapper ul li .aiSolutionsContent h3 {
  font-size: 33px;
  font-family: "RedHatDisplay-Bold";
  line-height: 1.2;
  color: #1b1b1b;
  padding-bottom: 18px;
}
@media (max-width: 767px) {
  .aiSolutions .aiSolutionsWrapper ul li .aiSolutionsContent h3 {
    font-size: 22px;
    padding-bottom: 13px;
  }
}
.aiSolutions .aiSolutionsWrapper ul li img {
  flex: 1;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .aiSolutions .aiSolutionsWrapper ul li img {
    order: 1;
  }
}

.aiTechnology {
  padding: 80px 0;
  background: #080a14;
}
@media (max-width: 767px) {
  .aiTechnology {
    padding: 50px 0;
  }
}
.aiTechnology .heading {
  margin-bottom: 40px;
}
.aiTechnology .heading h2 {
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
}
@media (max-width: 767px) {
  .aiTechnology .heading h2 {
    font-size: 28px;
  }
}
.aiTechnology .heading h2 span {
  color: #007bff;
  font-family: "RedHatDisplay-Semibold";
}
.aiTechnology .stackTabs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .aiTechnology .stackTabs {
    display: none;
  }
}
.aiTechnology .stackTabs .tabBtn {
  padding: 12px 18px;
  border-radius: 10px;
  border: none;
  background: #232323;
  color: #666666;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.aiTechnology .stackTabs .tabBtn.active {
  background: linear-gradient(180deg, #0061bc 0%, #001372 50%, #040509 100%);
  color: #fff;
}
.aiTechnology .stackTabs .tabBtn:hover {
  transform: translateY(-2px);
}
.aiTechnology .stackDropdown {
  display: none;
  margin-bottom: 28px;
  text-align: center;
}
@media (max-width: 768px) {
  .aiTechnology .stackDropdown {
    display: block;
  }
}
.aiTechnology .stackDropdown select {
  width: 100%;
  max-width: 360px;
  border-radius: 10px;
  border: 1px solid #2a2f45;
  background-color: #0b1220;
  color: #fff;
  font-size: 14px;
  font-family: "RedHatDisplay-Medium";
  cursor: pointer;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 14px;
  min-height: 48px;
  line-height: 1.6;
  padding: 12px 56px 12px 16px;
  box-sizing: border-box;
}
.aiTechnology .stackDropdown select:focus {
  border-color: #0061bc;
  box-shadow: 0 0 0 2px rgba(0, 97, 188, 0.2);
}
.aiTechnology .stackDropdown select option {
  background: #0b1220;
  color: #fff;
}
.aiTechnology .techContent .techGroup {
  display: none;
}
.aiTechnology .techContent .techGroup.active {
  display: block;
}
.aiTechnology .techContent .techGroup .owl-carousel .owl-stage {
  padding-top: 10px;
}
.aiTechnology .techContent .techGroup.loading .techStackCarousel {
  display: flex;
  gap: 20px;
  overflow: hidden;
}
.aiTechnology .techContent .techGroup.loading .techStackCarousel .item .techCard {
  position: relative;
  overflow: hidden;
}
.aiTechnology .techContent .techGroup.loading .techStackCarousel .item .techCard::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
  animation: shimmer 1.5s infinite;
}
.aiTechnology .techContent .techGroup.loading .techStackCarousel .item .techCard img {
  opacity: 0;
}
.aiTechnology .techContent .techGroup .techStackCarousel .owl-stage {
  display: flex;
  align-items: stretch;
}
.aiTechnology .techContent .techGroup .techStackCarousel .owl-item {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.aiTechnology .techContent .techGroup .techStackCarousel .owl-item.active {
  opacity: 1;
}
.aiTechnology .techContent .techGroup .techStackCarousel.owl-loaded .owl-item {
  opacity: 1;
}
.aiTechnology .techContent .techGroup .techCard {
  flex: 1;
  background-color: #fff;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 16px;
  transition: all 0.3s ease;
  min-height: 80px;
}
.aiTechnology .techContent .techGroup .techCard img {
  object-fit: contain;
  width: 100px;
  height: 50px;
  transition: opacity 0.3s ease;
}
.aiTechnology .techContent .techGroup .techCard:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 123, 255, 0.15);
}
@keyframes shimmer {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

.enterpriseProcess {
  padding: 100px 0;
  background: #fff;
  color: #fff;
}
@media (max-width: 991px) {
  .enterpriseProcess {
    padding: 70px 0;
  }
}
@media (max-width: 768px) {
  .enterpriseProcess {
    padding: 50px 0;
  }
}
@media (max-width: 576px) {
  .enterpriseProcess {
    padding: 30px 0;
  }
}
.enterpriseProcess h2 {
  font-size: 45px;
  color: #1b1b1b;
  font-family: "RedHatDisplay-Medium";
  line-height: 1.1;
  padding-bottom: 24px;
}
@media (max-width: 768px) {
  .enterpriseProcess h2 {
    font-size: 28px;
  }
}
.enterpriseProcess .info-card {
  box-shadow: 0px 4px 24px -1px rgba(28, 9, 61, 0.2);
  backdrop-filter: blur(40px);
  padding: 24px;
  border-radius: 16px;
  margin-bottom: 24px;
}
.enterpriseProcess .info-card p {
  font-size: 16px;
  color: rgba(102, 102, 102, 0.6980392157);
}
.enterpriseProcess .process-item {
  display: flex;
  gap: 12px;
  height: 100%;
}
@media (max-width: 768px) {
  .enterpriseProcess .process-item {
    flex-direction: column;
  }
}
.enterpriseProcess .process-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: linear-gradient(104.25deg, #00ff97 0%, #2c32fe 70.31%);
  flex-shrink: 0;
}
.enterpriseProcess .process-item h3 {
  font-size: 17px;
  font-family: "RedHatDisplay-Semibold";
  line-height: 1.2;
  margin-bottom: 10px;
  color: #1b1b1b;
}
.enterpriseProcess .process-item p {
  color: rgba(102, 102, 102, 0.6980392157);
}

/*# sourceMappingURL=ai-in-healthcare.css.map */
