/* Compact Header Toggle - SCSS Version */
.softwareTestingBannerMain {
  padding: 50px 0;
  overflow: hidden;
  background-color: #060E26;
  min-height: calc(100vh - 90px);
}
@media (max-width: 1200px) {
  .softwareTestingBannerMain {
    background-position: center;
    padding: 30px 0;
  }
}
.softwareTestingBannerMain .rightImg {
  position: absolute;
  right: 0;
  bottom: 0;
  object-fit: contain;
  height: 100%;
  max-width: 670px;
  object-position: bottom right;
}
@media (max-width: 1278px) {
  .softwareTestingBannerMain .rightImg {
    display: none;
  }
}
.softwareTestingBannerMain .bannerHead {
  max-width: 570px;
}
.softwareTestingBannerMain .bannerHead .badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 14px;
  color: #8fbaff;
  border-radius: 40px;
  border: 1px solid #1e4ed8;
  background: linear-gradient(180deg, #0b1f44, #07142e);
  margin-bottom: 20px;
}
.softwareTestingBannerMain .bannerHead .badge img {
  width: 15px;
}
.softwareTestingBannerMain .bannerHead h1 {
  color: #fff;
}
@media screen and (max-width: 576px) {
  .softwareTestingBannerMain .bannerHead h1 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
.softwareTestingBannerMain .bannerBtn {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 540px) {
  .softwareTestingBannerMain .bannerBtn {
    flex-wrap: wrap;
  }
}
.softwareTestingBannerMain .bannerBtn .customBtn {
  padding: 18px 35px;
  border-radius: 17px;
  background: linear-gradient(135deg, #2563EB 0%, #06B6D4 100%);
  box-shadow: 0px 6px 24px 0px rgba(37, 99, 235, 0.4);
  border: none;
  color: #fff !important;
}
@media (max-width: 400px) {
  .softwareTestingBannerMain .bannerBtn .customBtn {
    width: 100%;
  }
}
@media (max-width: 540px) {
  .softwareTestingBannerMain .bannerBtn .customBtn {
    width: 100%;
  }
}
.softwareTestingBannerMain .bannerBtn .customBtn.tag {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #060E26;
  box-shadow: none;
}
.softwareTestingBannerMain .bannerHeadingMain {
  gap: 10px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.softwareTestingBannerMain .bannerHeadingMain .bannerHeadingContent {
  display: flex;
  align-items: center;
  gap: 10px;
}
.softwareTestingBannerMain .bannerHeadingMain .bannerHeadingContent p {
  color: #fff;
  text-wrap: nowrap;
}
@media (max-width: 682px) {
  .softwareTestingBannerMain .bannerHeadingMain .bannerHeadingContent p {
    text-wrap: wrap;
  }
}

.deliveringExcellence {
  background: #f7f8fb;
  padding: 60px 0;
}
@media (max-width: 768px) {
  .deliveringExcellence {
    padding: 30px 15px;
  }
}
.deliveringExcellence h2 {
  font-size: 15px !important;
  color: #6c757d;
}
.deliveringExcellence .innerCard {
  background: #fff;
  border-radius: 14px;
  padding: 40px 20px;
  border: 2px solid transparent;
  text-align: center;
  height: 100%;
}
@media (max-width: 768px) {
  .deliveringExcellence .innerCard {
    padding: 22px 10px;
  }
}
.deliveringExcellence .innerCard h3 {
  font-family: "RedHatDisplay-Bold";
  font-size: 44px;
  line-height: 1.2;
  letter-spacing: -0.9px;
}
@media (max-width: 768px) {
  .deliveringExcellence .innerCard h3 {
    font-size: 32px;
  }
}
.deliveringExcellence .innerCard p {
  font-family: "RedHatDisplay-Medium";
  font-size: 13px;
  line-height: 19px;
}
.deliveringExcellence .innerCard.blue {
  border-color: #cfe2ff;
  background-color: #EFF6FF;
}
.deliveringExcellence .innerCard.blue h3 {
  color: #2f6fed;
}
.deliveringExcellence .innerCard.green {
  border-color: #c8f2da;
  background-color: #ECFDF5;
}
.deliveringExcellence .innerCard.green h3 {
  color: #1ca36f;
}
.deliveringExcellence .innerCard.purple {
  border-color: #e3d7ff;
  background-color: #F5F3FF;
}
.deliveringExcellence .innerCard.purple h3 {
  color: #6f42c1;
}
.deliveringExcellence .innerCard.cyan {
  border-color: #cdeef6;
  background-color: #ECFEFF;
}
.deliveringExcellence .innerCard.cyan h3 {
  color: #0ea5b7;
}

.advancedFeatures {
  background: linear-gradient(180deg, #060E26 0%, #080F28 100%);
  padding: 80px 0px;
}
@media (max-width: 768px) {
  .advancedFeatures {
    padding: 40px 0px;
  }
}
.advancedFeatures .heading {
  text-align: center;
  max-width: 802px;
  margin: auto;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .advancedFeatures .heading {
    text-align: left;
    padding-bottom: 15px;
  }
}
.advancedFeatures .heading .badge {
  padding: 8px 32px;
  color: #8fbaff;
  font-size: 12px;
  border-radius: 40px;
  border: 1px solid #1e4ed8;
  background: linear-gradient(180deg, #0b1f44, #07142e);
}
.advancedFeatures .heading h2 {
  font-family: "RedHatDisplay-Bold";
  font-size: 38px;
  line-height: 1.2;
  color: #fff;
  padding: 16px 0px;
}
.advancedFeatures .heading p {
  color: #fff;
}
.advancedFeatures .healthCardMain {
  border: 1px solid rgba(37, 99, 235, 0.1);
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.063) 0%, rgba(0, 0, 0, 0) 70%);
  border-radius: 16px;
  height: 100%;
}
.advancedFeatures .healthCardMain .healthCard {
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(37, 99, 235, 0);
  align-items: center;
  gap: 10px;
}
.advancedFeatures .healthCardMain .healthCard .softwareCard {
  display: flex;
  align-items: center;
  gap: 12px;
}
.advancedFeatures .healthCardMain .healthCard .softwareCard span {
  width: 32px;
  height: 32px;
  border-radius: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #1D4ED8 0%, #2563EB 100%);
  box-shadow: 0px 4px 14px 0px rgba(37, 99, 235, 0.3019607843);
  flex-shrink: 0;
}
.advancedFeatures .healthCardMain .healthCard .softwareCard span img {
  width: 16px;
}
.advancedFeatures .healthCardMain .healthCard .softwareCard span.green {
  background: linear-gradient(135deg, #047857 0%, #059669 100%);
  box-shadow: 0px 4px 14px 0px rgba(52, 211, 153, 0.3019607843);
}
.advancedFeatures .healthCardMain .healthCard .softwareCard span.red {
  background: linear-gradient(135deg, #B91C1C 0%, #DC2626 100%);
  box-shadow: 0px 4px 14px 0px rgba(220, 38, 38, 0.3019607843);
}
.advancedFeatures .healthCardMain .healthCard .softwareCard span.purple {
  background: linear-gradient(135deg, #6D28D9 0%, #7C3AED 100%);
  box-shadow: 0px 4px 14px 0px rgba(124, 58, 237, 0.3019607843);
}
.advancedFeatures .healthCardMain .healthCard .softwareCard span.orange {
  background: linear-gradient(135deg, #B45309 0%, #D97706 100%);
  box-shadow: 0px 4px 14px 0px rgba(217, 119, 6, 0.3019607843);
}
.advancedFeatures .healthCardMain .healthCard .softwareCard span.nyan {
  background: linear-gradient(135deg, #0E7490 0%, #0891B2 100%);
  box-shadow: 0px 4px 14px 0px rgba(8, 145, 178, 0.3019607843);
}
.advancedFeatures .healthCardMain .healthCard .softwareCard h3 {
  font-family: "RedHatDisplay-Bold";
  font-size: 14px;
  line-height: 21px;
  color: #fff;
}
.advancedFeatures .healthCardMain .healthCard .badge {
  padding: 8px 32px;
  color: #2563EB;
  font-size: 12px;
  border-radius: 40px;
  background: linear-gradient(180deg, #0b1f44, #07142e);
}
@media (max-width: 991px) {
  .advancedFeatures .healthCardMain .healthCard .badge {
    padding: 8px 15px;
  }
}
.advancedFeatures .healthCardMain .healthCard .badge.green {
  background-color: rgba(5, 150, 105, 0.0941176471);
  color: #059669;
}
.advancedFeatures .healthCardMain .healthCard .badge.red {
  background: rgba(220, 38, 38, 0.0941176471);
  color: #DC2626;
}
.advancedFeatures .healthCardMain .healthCard .badge.purple {
  background: rgba(124, 58, 237, 0.0941176471);
  color: #7C3AED;
}
.advancedFeatures .healthCardMain .healthCard .badge.orange {
  background: rgba(217, 119, 6, 0.0941176471);
  color: #D97706;
}
.advancedFeatures .healthCardMain .healthCard .badge.nyan {
  background: rgba(8, 145, 178, 0.0941176471);
  color: #0891B2;
}
.advancedFeatures .healthCardMain ul {
  list-style: none;
  padding: 12px 16px;
}
.advancedFeatures .healthCardMain ul li {
  display: flex;
  gap: 10px;
  font-family: "RedHatDisplay-Medium";
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 6px;
}
.advancedFeatures .healthCardMain ul li a {
  text-decoration: underline;
  color: #fff;
}
.advancedFeatures .healthCardMain ul li span {
  border: 1px solid rgba(37, 99, 235, 0.2078431373);
  background: rgba(37, 99, 235, 0.1254901961);
  border-radius: 5px;
  padding: 0px 4px;
  width: 20px;
  height: 20px;
}
.advancedFeatures .healthCardMain ul li span i {
  color: #2563EB;
}
.advancedFeatures .healthCardMain ul li span.green {
  background: rgba(5, 150, 105, 0.1254901961);
  border: 1px solid rgba(5, 150, 105, 0.2078431373);
}
.advancedFeatures .healthCardMain ul li span.green i {
  color: #059669;
}
.advancedFeatures .healthCardMain ul li span.red {
  background: rgba(220, 38, 38, 0.1254901961);
  border: 1px solid rgba(220, 38, 38, 0.2078431373);
}
.advancedFeatures .healthCardMain ul li span.red i {
  color: #DC2626;
}
.advancedFeatures .healthCardMain ul li span.purple {
  background: rgba(124, 58, 237, 0.1254901961);
  border: 1px solid rgba(124, 58, 237, 0.2078431373);
}
.advancedFeatures .healthCardMain ul li span.purple i {
  color: #7C3AED;
}
.advancedFeatures .healthCardMain ul li span.orange {
  background: rgba(217, 119, 6, 0.1254901961);
  border: 1px solid rgba(217, 119, 6, 0.2078431373);
}
.advancedFeatures .healthCardMain ul li span.orange i {
  color: #D97706;
}
.advancedFeatures .healthCardMain ul li span.nyan {
  background: rgba(8, 145, 178, 0.1254901961);
  border: 1px solid rgba(8, 145, 178, 0.2078431373);
}
.advancedFeatures .healthCardMain ul li span.nyan i {
  color: #0891B2;
}

.emsCta {
  background: linear-gradient(180deg, #060E26 0%, #080F28 100%);
  padding: 0px 0px 50px;
}
.emsCta .Card {
  background: linear-gradient(135deg, #1E3A8A 0%, #1D4ED8 50%, #0891B2 100%);
  padding: 30px 0px;
  border-radius: 20px;
}
.emsCta .Card.set {
  background: linear-gradient(135deg, #065F46 0%, #059669 50%, #10B981 100%);
}
@media (max-width: 991px) {
  .emsCta .Card {
    padding: 20px 16px;
    border-radius: 0px;
  }
}
.emsCta .Card span {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  margin: auto;
}
@media (max-width: 767px) {
  .emsCta .Card span {
    margin: unset;
  }
}
.emsCta .Card span img {
  width: 22px;
}
.emsCta .Card .ctaContent {
  max-width: 600px;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .emsCta .Card .ctaContent {
    text-align: left;
  }
}
.emsCta .Card .ctaContent h3 {
  margin: 20px 0px;
  color: #fff;
}
.emsCta .Card .ctaContent .ctaSub {
  color: #fff;
  padding-bottom: 20px;
}
.emsCta .Card .ctaContent .customBtn {
  border-radius: 18px;
}

.healthcareSoftware {
  background: linear-gradient(180deg, #060E26 0%, #080F28 100%);
  padding: 80px 0px;
}
@media (max-width: 768px) {
  .healthcareSoftware {
    padding: 40px 0px;
  }
}
.healthcareSoftware .heading {
  text-align: center;
  max-width: 802px;
  margin: auto;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .healthcareSoftware .heading {
    text-align: left;
    padding-bottom: 15px;
  }
}
.healthcareSoftware .heading .badge {
  padding: 8px 32px;
  color: #8fbaff;
  font-size: 12px;
  border-radius: 40px;
  border: 1px solid #1e4ed8;
  background: linear-gradient(180deg, #0b1f44, #07142e);
}
.healthcareSoftware .heading h2 {
  font-family: "RedHatDisplay-Bold";
  font-size: 38px;
  line-height: 1.2;
  color: #fff;
  padding: 16px 0px;
}
.healthcareSoftware .heading p {
  color: #fff;
}
.healthcareSoftware .platformCard {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.063) 0%, rgba(0, 0, 0, 0) 70%);
  border: 1px solid rgba(37, 99, 235, 0.1);
  border-radius: 16px;
  padding: 10px 20px;
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.healthcareSoftware .platformCard .badge {
  padding: 8px 15px;
  color: #A78BFA;
  font-size: 12px;
  border-radius: 40px;
  border: 1px solid rgba(124, 58, 237, 0.3);
  background: rgba(124, 58, 237, 0.1);
}
.healthcareSoftware .platformCard h3 {
  font-family: "RedHatDisplay-Bold";
  padding: 12px 0px 16px;
  font-size: 22px;
  line-height: 29px;
  color: #fff;
}
.healthcareSoftware .platformCard p {
  color: #fff;
}
.healthcareSoftware .platformCard .platformCardContent {
  padding: 10px 0px;
}
.healthcareSoftware .platformCard .platformCardContent a i {
  rotate: -29deg;
  margin-left: 1px;
}
.healthcareSoftware .platformCard .jsCardImage {
  border-radius: 16px;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .healthcareSoftware .platformCard {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .healthcareSoftware .platformCard .platformCardContent {
    padding-top: 0px;
  }
  .healthcareSoftware .platformCard .jsCardImage {
    margin-bottom: 20px;
  }
}
.healthcareSoftware .customBtn {
  background: linear-gradient(135deg, #7C3AED 0%, #A855F7 100%);
  border-radius: 16px;
  border: none;
  color: #fff !important;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.healthcareSoftware .healthcareFeatureCard {
  min-height: 100%;
}
.healthcareSoftware .cardPill {
  display: flex;
  gap: 10px;
  padding: 20px 0px;
  flex-wrap: wrap;
}
.healthcareSoftware .cardPill .pill {
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.05);
}
.healthcareSoftware .card {
  background: rgba(255, 255, 255, 0.0235294118);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.0705882353);
  height: 100%;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}
.healthcareSoftware .card img {
  border-radius: 20px 20px 0px 0px;
}
.healthcareSoftware .card .card-body {
  padding: 20px;
}
.healthcareSoftware .card .card-body h3 {
  font-family: "RedHatDisplay-Bold";
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.healthcareSoftware .card .card-body p {
  color: rgba(255, 255, 255, 0.4509803922);
  padding: 7px 0px 16px;
}
.healthcareSoftware .card .card-body a {
  color: #2563EB;
}
.healthcareSoftware .card .card-body a i {
  rotate: -48deg;
}
.healthcareSoftware .card .card-body a.green {
  color: #059669;
}
.healthcareSoftware .card .card-body a.light {
  color: #0891B2;
}
.healthcareSoftware .card .card-body a.orange {
  color: #D97706;
}
.healthcareSoftware .card .card-body a.red {
  color: #DC2626;
}
.healthcareSoftware .healthcareSwapCard {
  cursor: pointer;
  overflow: hidden;
}
.healthcareSoftware .healthcareSwapCard:hover, .healthcareSoftware .healthcareSwapCard:focus-visible {
  transform: translateY(-6px);
  border-color: rgba(143, 186, 255, 0.45);
  box-shadow: 0px 20px 45px rgba(0, 0, 0, 0.18);
  outline: none;
}
.healthcareSoftware .healthcareSwapCard .jsCardImage {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
}
.healthcareSoftware .healthcareSwapCard .card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.healthcareSoftware .healthcareSwapCard .card-body .badge {
  width: fit-content;
  margin-bottom: 12px;
  padding: 6px 12px;
  color: #8fbaff;
  font-size: 11px;
  border-radius: 40px;
  border: 1px solid rgba(143, 186, 255, 0.25);
  background: rgba(143, 186, 255, 0.08);
}
.healthcareSoftware .healthcareSwapCard .card-body .jsCardDescription {
  flex-grow: 1;
}
.healthcareSoftware .healthcareSwapCard .card-body .jsCardLink {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.healthcareSoftware .healthcareSwapCard .card-body .jsCardLink.btn {
  width: fit-content;
  padding: 12px 18px;
}
.healthcareSoftware .healthcareFeatureCard.is-swapping,
.healthcareSoftware .healthcareSwapCard.is-swapping {
  animation: healthcareCardSwap 0.36s ease;
}
@keyframes healthcareCardSwap {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.985);
  }
  100% {
    transform: scale(1);
  }
}

.electronicHealth {
  padding: 80px 0px;
}
@media (max-width: 768px) {
  .electronicHealth {
    padding: 40px 0px;
  }
}
.electronicHealth .heading {
  text-align: center;
  max-width: 802px;
  margin: auto;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .electronicHealth .heading {
    text-align: left;
    padding-bottom: 15px;
  }
}
.electronicHealth .heading .badge {
  padding: 8px 32px;
  background: #EFF6FF;
  font-size: 12px;
  border-radius: 40px;
  color: #2563EB;
  border: 1px solid #BFDBFE;
}
.electronicHealth .heading h2 {
  font-family: "RedHatDisplay-Bold";
  font-size: 38px;
  line-height: 1.2;
  color: #000;
  padding: 16px 0px;
}
.electronicHealth .heading p {
  color: #000;
}
.electronicHealth .electroCard {
  padding: 25px;
  background: #F9FAFB;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  height: 100%;
}
.electronicHealth .electroCard span {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #155DFC;
}
.electronicHealth .electroCard span img {
  width: 18px;
}
.electronicHealth .electroCard h3 {
  font-family: "RedHatDisplay-Bold";
  font-size: 15px;
  line-height: 22px;
  color: #000;
  padding: 15px 0px 8px;
}
.electronicHealth .electroCard p {
  color: #000;
}
.electronicHealth .electroCard p a {
  text-decoration: underline;
}

.getTailored {
  padding: 80px 0px;
  background: linear-gradient(180deg, #060E26 0%, #080F28 100%);
}
@media (max-width: 768px) {
  .getTailored {
    padding: 40px 0px;
  }
}
.getTailored .heading .badge {
  padding: 8px 32px;
  color: #8fbaff;
  font-size: 12px;
  border-radius: 40px;
  border: 1px solid #1e4ed8;
  background: linear-gradient(180deg, #0b1f44, #07142e);
}
.getTailored .heading h2 {
  font-family: "RedHatDisplay-Bold";
  color: #fff;
  padding: 16px 0px;
}
@media (max-width: 768px) {
  .getTailored .heading h2 {
    font-size: 17px;
    line-height: 1.2;
  }
}
.getTailored .heading p {
  padding-bottom: 28px;
  color: #fff;
}
.getTailored .careGivers {
  background: #FFFFFF;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.0392156863);
  border: 1px solid #E5E7EB;
  padding: 17px 25px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  gap: 16px;
  height: 100%;
}
.getTailored .careGivers span {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  border: 1px solid rgba(180, 83, 9, 0.1882352941);
  align-items: center;
  flex-shrink: 0;
}
.getTailored .careGivers span img {
  width: 18px;
}
.getTailored .careGivers h3 {
  font-family: "RedHatDisplay-Bold";
  font-size: 13px;
  line-height: 17px;
  color: #000000;
}
.getTailored .careGivers p {
  color: #B45309;
  font-family: "RedHatDisplay-Semibold";
}
.getTailored .row .row > div:nth-child(1) .careGivers span {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.145) 0%, rgba(37, 99, 235, 0.063) 100%);
}
.getTailored .row .row > div:nth-child(2) .careGivers span {
  background: linear-gradient(135deg, rgba(220, 38, 38, 0.145) 0%, rgba(220, 38, 38, 0.063) 100%);
}
.getTailored .row .row > div:nth-child(3) .careGivers span {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.145) 0%, rgba(124, 58, 237, 0.063) 100%);
}
.getTailored .row .row > div:nth-child(4) .careGivers span {
  background: linear-gradient(135deg, rgba(5, 150, 105, 0.145) 0%, rgba(5, 150, 105, 0.063) 100%);
}
.getTailored .row .row > div:nth-child(5) .careGivers span {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.12), rgba(245, 158, 11, 0.06));
}
.getTailored .row .row > div:nth-child(6) .careGivers span {
  background: linear-gradient(135deg, rgba(6, 182, 212, 0.12), rgba(6, 182, 212, 0.06));
}
.getTailored .row .row > div:nth-child(7) .careGivers span {
  background: linear-gradient(135deg, rgba(236, 72, 153, 0.12), rgba(236, 72, 153, 0.06));
}
.getTailored .row .row > div:nth-child(8) .careGivers span {
  background: linear-gradient(135deg, rgba(6, 95, 70, 0.12), rgba(6, 95, 70, 0.06));
}
.getTailored .row .row > div:nth-child(9) .careGivers span {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.12), rgba(124, 58, 237, 0.06));
}
.getTailored .row .row > div:nth-child(10) .careGivers span {
  background: linear-gradient(135deg, rgba(220, 38, 38, 0.12), rgba(220, 38, 38, 0.06));
}
.getTailored .row .row > div:nth-child(11) .careGivers span {
  background: linear-gradient(135deg, rgba(21, 128, 61, 0.12), rgba(21, 128, 61, 0.06));
}
.getTailored .row .row > div:nth-child(12) .careGivers span {
  background: linear-gradient(135deg, rgba(217, 119, 6, 0.12), rgba(217, 119, 6, 0.06));
}
.getTailored .customBtn {
  background: linear-gradient(135deg, #2563EB 0%, #06B6D4 100%);
  box-shadow: 0px 6px 24px 0px rgba(37, 99, 235, 0.4);
  border-radius: 16px;
  border: none;
  color: #fff !important;
}

.followsDevelopment {
  background: linear-gradient(180deg, #060E26 0%, #080F28 100%);
  padding: 80px 0px;
}
@media (max-width: 768px) {
  .followsDevelopment {
    padding: 40px 0px;
  }
}
.followsDevelopment .heading {
  text-align: center;
  max-width: 802px;
  margin: auto;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .followsDevelopment .heading {
    text-align: left;
    padding-bottom: 15px;
  }
}
.followsDevelopment .heading .badge {
  padding: 8px 32px;
  color: #8fbaff;
  font-size: 12px;
  border-radius: 40px;
  border: 1px solid #1e4ed8;
  background: linear-gradient(180deg, #0b1f44, #07142e);
}
.followsDevelopment .heading h2 {
  font-family: "RedHatDisplay-Bold";
  font-size: 38px;
  line-height: 1.2;
  color: #fff;
  padding: 16px 0px;
}
.followsDevelopment .heading p {
  color: #fff;
}
.followsDevelopment .analysisCard {
  display: flex;
  gap: 20px;
  position: relative;
}
.followsDevelopment .analysisCard::before {
  content: "";
  position: absolute;
  top: 48px;
  left: 24px;
  width: 2px;
  height: calc(100% - 48px);
  background: linear-gradient(180deg, #2563EB 0%, rgba(37, 99, 235, 0) 100%);
}
.followsDevelopment .analysisCard span {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.8) 0%, #2563EB 100%);
  box-shadow: 0px 6px 20px 0px rgba(37, 99, 235, 0.3);
  flex-shrink: 0;
  color: #fff;
  z-index: 11;
}
.followsDevelopment .analysisCard span.green {
  background: linear-gradient(135deg, rgba(5, 150, 105, 0.8) 0%, #059669 100%);
  box-shadow: 0px 6px 20px 0px rgba(5, 150, 105, 0.3);
}
.followsDevelopment .analysisCard span.purple {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.8) 0%, #7C3AED 100%);
  box-shadow: 0px 6px 20px 0px rgba(124, 58, 237, 0.3);
}
.followsDevelopment .analysisCard span.orange {
  background: linear-gradient(135deg, rgba(217, 119, 6, 0.8) 0%, #D97706 100%);
  box-shadow: 0px 6px 20px 0px rgba(217, 119, 6, 0.3);
}
.followsDevelopment .analysisCard span.red {
  background: linear-gradient(135deg, rgba(220, 38, 38, 0.8) 0%, #DC2626 100%);
  box-shadow: 0px 6px 20px 0px rgba(220, 38, 38, 0.3);
}
.followsDevelopment .analysisCard span.nyan {
  background: linear-gradient(135deg, rgba(8, 145, 178, 0.8) 0%, #0891B2 100%);
  box-shadow: 0px 6px 20px 0px rgba(8, 145, 178, 0.3);
}
.followsDevelopment .analysisCard h3 {
  font-family: "RedHatDisplay-Bold";
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  padding-bottom: 8px;
}
.followsDevelopment .analysisCard p {
  color: rgba(255, 255, 255, 0.4509803922);
}
.followsDevelopment .rightBox {
  position: sticky;
  top: 120px;
  height: fit-content;
}
@media (max-width: 768px) {
  .followsDevelopment .rightBox {
    margin-bottom: 20px;
  }
}
.followsDevelopment .rightBox img {
  border-radius: 12px;
}
.followsDevelopment .rightBox .cardpill {
  display: flex;
  gap: 10px;
  padding: 20px 0px;
}
.followsDevelopment .rightBox .cardpill .pill {
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  flex: 1;
  background: rgba(255, 255, 255, 0.05);
}
.followsDevelopment .rightBox .cardpill .pill h3 {
  color: #2563EB;
}
.followsDevelopment .rightBox .cardpill .pill h3.green {
  color: #059669;
}
.followsDevelopment .rightBox .cardpill .pill p {
  color: rgba(255, 255, 255, 0.4509803922);
}

.projectDevelopment {
  padding: 80px 0px;
  background: #F8FAFF;
}
@media (max-width: 768px) {
  .projectDevelopment {
    padding: 40px 0px;
  }
}
.projectDevelopment .heading {
  text-align: center;
  max-width: 802px;
  margin: auto;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  .projectDevelopment .heading {
    text-align: left;
    padding-bottom: 15px;
  }
}
.projectDevelopment .heading .badge {
  padding: 8px 32px;
  background: #EFF6FF;
  font-size: 12px;
  border-radius: 40px;
  color: #2563EB;
  border: 1px solid #BFDBFE;
}
.projectDevelopment .heading h2 {
  font-family: "RedHatDisplay-Bold";
  font-size: 38px;
  line-height: 1.2;
  color: #000;
  padding: 16px 0px;
}
.projectDevelopment .heading p {
  color: #000;
}
.projectDevelopment .costCard {
  display: flex;
  gap: 16px;
  background-color: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 16px;
  padding: 20px;
}
.projectDevelopment .costCard span {
  width: 48px;
  height: 48px;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #1D4ED8 0%, #2563EB 100%);
  flex-shrink: 0;
  box-shadow: 0px 8px 24px 0px rgba(37, 99, 235, 0.3);
}
.projectDevelopment .costCard span img {
  width: 18px;
}
.projectDevelopment .costCard span.green {
  background: linear-gradient(135deg, #047857 0%, #059669 100%);
  box-shadow: 0px 8px 24px 0px rgba(52, 211, 153, 0.3);
}
.projectDevelopment .costCard span.purple {
  background: linear-gradient(135deg, #6D28D9 0%, #7C3AED 100%);
  box-shadow: 0px 8px 24px 0px rgba(124, 58, 237, 0.3);
}
.projectDevelopment .costCard .badge {
  padding: 4px 12px;
  background: rgba(37, 99, 235, 0.08);
  font-size: 12px;
  border-radius: 40px;
  color: #2563EB;
  border: 1px solid rgba(37, 99, 235, 0.2);
}
.projectDevelopment .costCard .badge.green {
  background: rgba(5, 150, 105, 0.08);
  border: 1px solid rgba(5, 150, 105, 0.2);
  color: #059669;
}
.projectDevelopment .costCard .badge.purple {
  background: rgba(124, 58, 237, 0.08);
  border: 1px solid rgba(124, 58, 237, 0.2);
  color: #7C3AED;
}
.projectDevelopment .costCard h3 {
  font-family: "RedHatDisplay-Bold";
  font-size: 14px;
  line-height: 21px;
  color: #000;
}
.projectDevelopment .costCard p {
  color: #000;
  padding-top: 6px;
}
.projectDevelopment .engImg {
  border-radius: 16px;
}
@media (max-width: 991px) {
  .projectDevelopment .engImg {
    display: none;
  }
}
.projectDevelopment .developmentCost {
  background: linear-gradient(160deg, #0F1F4A 8.49%, #0D3080 50%, #0A4A80 91.51%);
  border-radius: 16px;
  padding: 28px;
}
.projectDevelopment .developmentCost span {
  width: 48px;
  height: 48px;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
}
.projectDevelopment .developmentCost span img {
  width: 18px;
}
.projectDevelopment .developmentCost .keyHead {
  font-family: "RedHatDisplay-Medium";
  color: rgba(255, 255, 255, 0.5);
  line-height: 18px;
  letter-spacing: 0.75px;
  text-transform: uppercase;
  padding: 24px 0px 4px;
}
.projectDevelopment .developmentCost h3 {
  font-family: "RedHatDisplay-Bold";
  font-size: 51px;
  line-height: 51px;
  letter-spacing: -1.54px;
  color: #fff;
}
.projectDevelopment .developmentCost .engagement {
  color: #06B6D4;
  font-family: "RedHatDisplay-Regular";
  font-size: 13px;
  line-height: 20px;
  padding: 14px 0px 23px;
}
.projectDevelopment .developmentCost p {
  color: rgba(255, 255, 255, 0.5);
}
.projectDevelopment .developmentCost .keyPakage {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 17px;
  margin-top: 26px;
}
.projectDevelopment .developmentCost .keyPakage strong {
  font-family: "RedHatDisplay-Regular";
  font-size: 11px;
  line-height: 17px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  padding-bottom: 11px;
}
.projectDevelopment .developmentCost .keyPakage ul {
  list-style: none;
  padding-top: 11px;
}
.projectDevelopment .developmentCost .keyPakage ul li {
  display: flex;
  gap: 10px;
  color: #fff;
  font-family: "RedHatDisplay-Regular";
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0px;
  margin-bottom: 8px;
}
.projectDevelopment .developmentCost .customBtn {
  background: linear-gradient(135deg, #2563EB 0%, #06B6D4 100%);
  box-shadow: 0px 6px 24px 0px rgba(37, 99, 235, 0.5019607843);
  border: none;
  border-radius: 16px;
  width: 100%;
  margin-top: 24px;
  color: #fff !important;
}

/*# sourceMappingURL=custom-ehr-development.css.map */
