.aiHealthcare {
  min-height: calc(100vh - 90px);
  background: linear-gradient(135deg, #f0f6ff 0%, #f2f8ff 8.33%, #f5f9ff 16.67%, #f7fbff 25%, #fafcff 33.33%, #fcfeff 41.67%, #ffffff 50%, #fcfdff 57.14%, #f9fcff 64.29%, #f6faff 71.43%, #f4f8ff 78.57%, #f1f6ff 85.71%, #eef5ff 92.86%, #ebf3ff 100%);
}
@media (max-width: 767px) {
  .aiHealthcare {
    height: auto;
    padding: 40px 0px;
  }
}
.aiHealthcare h1 {
  font-size: 45px;
  line-height: 1.2;
  color: #1b1b1b;
}
@media (max-width: 767px) {
  .aiHealthcare h1 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .aiHealthcare h1 {
    font-size: 26px;
  }
}
.aiHealthcare ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  align-items: center;
}
@media (max-width: 767px) {
  .aiHealthcare ul {
    grid-template-columns: 1fr;
  }
}
.aiHealthcare ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 4px 20px;
  border: 2px solid #d5e5fb;
  border-radius: 50px;
  position: relative;
  max-width: max-content;
}
.aiHealthcare ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #246bea;
  border-radius: 50%;
  flex-shrink: 0;
}
@media (min-width: 767px) {
  .aiHealthcare ul li p {
    font-size: 15px;
  }
}
.aiHealthcare .bannerBtn {
  display: flex;
  gap: 16px;
}
@media (max-width: 650px) {
  .aiHealthcare .bannerBtn {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
}
.aiHealthcare .bannerBtn .btn {
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.aiHealthcare .bannerBtn .btn.primaryBtn {
  border: none;
  border: 1px solid #fff;
  box-shadow: none !important;
}
.aiHealthcare .bannerBtn .btn.primaryBtn:hover {
  background: #fff;
  color: #1f70ff !important;
  border: 1px solid #1f70ff !important;
}
.aiHealthcare .bannerBtn .btn.outlineBtn {
  color: #1f70ff !important;
  background-color: transparent;
  border: 1px solid #1f70ff;
  box-shadow: none !important;
}
.aiHealthcare .bannerBtn .btn.outlineBtn:hover {
  background: #1f70ff;
  color: #fff !important;
}

.aiExcellenceStats {
  padding: 50px 0;
}
.aiExcellenceStats .statsWrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 16px;
  padding: 14px;
  border: 1px solid #e0e0e0;
}
.aiExcellenceStats .statsWrapper .statItem {
  padding: 14px 40px;
  flex: 1;
  border-right: 1px solid #e0e0e0;
}
.aiExcellenceStats .statsWrapper .statItem:last-child {
  border-right: none;
}
@media (max-width: 992px) {
  .aiExcellenceStats .statsWrapper .statItem {
    padding: 10px 25px;
  }
}
@media (max-width: 767px) {
  .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(2) {
    border-right: none;
  }
}
.aiExcellenceStats .statsWrapper .statItem span {
  font-size: 45px;
  color: #007bff;
  line-height: 1.3;
  font-family: "RedHatDisplay-Bold";
}
@media (max-width: 767px) {
  .aiExcellenceStats .statsWrapper .statItem span {
    font-size: 40px;
  }
}
.aiExcellenceStats .statsWrapper .statItem span i {
  font-size: 32px;
}
.aiExcellenceStats .statsWrapper .statItem p {
  color: #1b1b1b;
  font-family: "RedHatDisplay-Medium";
}

.healthcareSolutions {
  padding: 80px 0px;
  background: rgb(245, 249, 255);
}
@media (max-width: 767px) {
  .healthcareSolutions {
    padding: 50px 0px;
  }
}
.healthcareSolutions.outerCard {
  background-color: #fff;
}
.healthcareSolutions.outerCard .healthcareWrapper .productCard {
  background: rgb(245, 249, 255) !important;
}
.healthcareSolutions .healthcareWrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .healthcareSolutions .healthcareWrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .healthcareSolutions .healthcareWrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.healthcareSolutions .healthcareWrapper .productCard {
  padding: 25px 20px;
  border-radius: 14px;
  height: 100%;
  background: #fff;
}
@media (max-width: 767px) {
  .healthcareSolutions .healthcareWrapper .productCard {
    padding: 15px;
  }
}
.healthcareSolutions .healthcareWrapper .productCard span {
  background: linear-gradient(135deg, #2b7fff 0%, #155dfc 100%);
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.healthcareSolutions .healthcareWrapper .productCard span img {
  filter: brightness(0) invert(1);
}
.healthcareSolutions .healthcareWrapper .productCard h3 {
  font-size: 20px;
  color: #1b1b1b;
  padding: 16px 0px 10px;
}

.developmentServices {
  padding: 80px 0px;
  background: rgb(245, 249, 255);
}
@media (max-width: 767px) {
  .developmentServices {
    padding: 50px 0px;
  }
}
.developmentServices .complianceGrid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 20px;
}
@media (max-width: 1199px) {
  .developmentServices .complianceGrid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .developmentServices .complianceGrid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  .developmentServices .complianceGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.developmentServices .complianceCard {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  text-align: center;
  border-radius: 10px;
  background: #ffffff;
  transition: 0.35s ease;
  overflow: hidden;
}
.developmentServices .complianceCard::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #2b7fff, #00c2ff);
}
.developmentServices .complianceCard span {
  font-size: 15px;
  font-family: "RedHatDisplay-Medium";
}
.developmentServices .complianceCard:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(43, 127, 255, 0.18);
}

.softwareProvide {
  padding: 80px 0 0;
}
@media (max-width: 767px) {
  .softwareProvide {
    padding: 50px 0 0;
  }
}
.softwareProvide .productCard {
  border: 1px solid #c3c5cb;
  padding: 25px;
  border-radius: 14px;
}
@media (max-width: 767px) {
  .softwareProvide .productCard {
    padding: 15px;
  }
}
.softwareProvide .productCard .stepHeader {
  display: flex;
  align-items: center;
  gap: 16px;
}
.softwareProvide .productCard .stepHeader .stepNumber {
  font-family: "RedHatDisplay-Bold";
  font-size: 48px;
  line-height: 48px;
  color: #dbeafe;
}
.softwareProvide .productCard span {
  background: linear-gradient(135deg, #2b7fff 0%, #155dfc 100%);
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.softwareProvide .productCard span img {
  width: 24px;
  filter: brightness(0) invert(1);
}
.softwareProvide .productCard h3 {
  font-size: 20px;
  color: #1b1b1b;
  padding: 16px 0px;
}
@media (max-width: 767px) {
  .softwareProvide .productCard h3 {
    padding: 10px 0px;
  }
}
.softwareProvide .productCard .customBtn {
  align-items: center;
  padding: 12px 0px 12px;
  border-radius: 50px;
  background: #1e5bff;
  color: #fff !important;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 576px) {
  .softwareProvide .productCard .customBtn {
    padding: 12px 27px;
    display: inline-flex;
    gap: 12px;
  }
}
.softwareProvide .productCard .customBtn .icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fff;
  color: #1e5bff;
}
.softwareProvide .productCard .customBtn .icon i {
  rotate: -35deg;
}

.businessSuccess {
  padding: 80px 0px;
}
@media (max-width: 767px) {
  .businessSuccess {
    padding: 50px 0px;
  }
}
.businessSuccess .contentBox {
  padding: 25px;
  border-radius: 20px;
  background: #155a9f;
  height: 100%;
}
.businessSuccess .contentBox h3 {
  font-size: 22px;
}
.businessSuccess .contentBox p {
  color: #f1f1f1;
}

.customSoftwareDevelopment {
  padding: 80px 0px;
  background: rgb(245, 249, 255);
}
@media (max-width: 767px) {
  .customSoftwareDevelopment {
    padding: 40px 0px;
  }
}
.customSoftwareDevelopment .softwareWrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 991px) {
  .customSoftwareDevelopment .softwareWrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .customSoftwareDevelopment .softwareWrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.customSoftwareDevelopment .softwareWrapper .thumbSection {
  border: 1px solid #3e8bb8;
  transition: all 0.7s ease;
  padding: 20px 30px;
  border-radius: 22px;
  height: 100%;
}
@media (max-width: 576px) {
  .customSoftwareDevelopment .softwareWrapper .thumbSection {
    padding: 20px;
  }
}
.customSoftwareDevelopment .softwareWrapper .thumbSection:hover {
  box-shadow: 1px 0 8px rgba(0, 0, 0, 0.12);
  transition: all 0.7s ease;
  background: #217cb0;
}
.customSoftwareDevelopment .softwareWrapper .thumbSection:hover h3,
.customSoftwareDevelopment .softwareWrapper .thumbSection:hover p {
  color: #fff;
}
.customSoftwareDevelopment .softwareWrapper .thumbSection h3 {
  font-size: 20px;
  padding-bottom: 10px;
}

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