/* Compact Header Toggle - SCSS Version */
.softwareTestingBannerMain {
  padding: 50px 0;
  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: 20%;
  max-width: 540px;
}
@media (max-width: 1278px) {
  .softwareTestingBannerMain .rightImg {
    display: none;
  }
}
.softwareTestingBannerMain .bannerHead {
  max-width: 570px;
}
.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: 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;
}
.softwareTestingBannerMain .bannerHeadingMain .bannerHeadingContent {
  display: flex;
  align-items: center;
  gap: 10px;
}
.softwareTestingBannerMain .bannerHeadingMain .bannerHeadingContent img {
  width: 16px;
  height: 16px;
}
.softwareTestingBannerMain .bannerHeadingMain .bannerHeadingContent p {
  color: #fff;
}
.softwareTestingBannerMain .stats {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.03);
  border-radius: 16px;
}
.softwareTestingBannerMain .stats::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.softwareTestingBannerMain .stats h3 {
  font-size: 35px;
  line-height: 52px;
  color: #fff;
}
.softwareTestingBannerMain .stats p {
  color: rgba(142, 197, 255, 0.6);
}
.softwareTestingBannerMain .col-md-3:nth-child(2) .stats::before {
  background: linear-gradient(90deg, #60A5FA 0%, #34D399 100%);
}
.softwareTestingBannerMain .col-md-3:nth-child(3) .stats::before {
  background: linear-gradient(90deg, #34D399 0%, #06B6D4 100%);
}
.softwareTestingBannerMain .col-md-3:nth-child(4) .stats::before {
  background: linear-gradient(90deg, #F59E0B 0%, #EF4444 100%);
}
.softwareTestingBannerMain .col-md-3:nth-child(5) .stats::before {
  background: linear-gradient(90deg, #F472B6 0%, #A78BFA 100%);
}

.healthcareCrm {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .healthcareCrm {
    padding: 40px 0px;
  }
}
.healthcareCrm .heading {
  max-width: 958px;
}
@media (max-width: 768px) {
  .healthcareCrm .heading {
    text-align: left !important;
  }
}
.healthcareCrm .heading h2 {
  color: #000;
  margin-bottom: 12px;
}
.healthcareCrm .crmSoftware {
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.healthcareCrm .crmSoftware .img {
  width: 100%;
  display: block;
  border-radius: 20px 20px 0 0;
}
.healthcareCrm .crmSoftware::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 86, 219, 0.5) 0, rgba(26, 86, 219, 0.1) 100%);
}
.healthcareCrm .crmSoftware .tagSet {
  width: 100%;
}
.healthcareCrm .crmSoftware .KeyCard {
  display: flex;
  gap: 10px;
  position: absolute;
  top: 4%;
  left: 4%;
}
.healthcareCrm .crmSoftware .KeyCard span {
  background: rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  border-radius: 14px;
}
.healthcareCrm .crmSoftware .crmContent {
  padding: 40px 28px 28px;
  border: 1px solid #dbeafe;
  background: linear-gradient(145deg, #f8faff 6.17%, #eff6ff 93.83%);
  position: relative;
  height: 100%;
}
@media (max-width: 722px) {
  .healthcareCrm .crmSoftware .crmContent {
    padding: 15px;
  }
}
.healthcareCrm .crmSoftware .crmContent.techCompany {
  background: linear-gradient(145deg, #0a1628 6.17%, #0d2248 93.83%);
  border: 1px solid rgba(255, 255, 255, 0.07);
}
.healthcareCrm .crmSoftware .crmContent h3 {
  color: #99a1af;
  font-size: 12px;
  text-transform: uppercase;
}
.healthcareCrm .crmSoftware .crmContent ul li {
  display: flex;
  gap: 10px;
  padding-top: 15px;
}
.healthcareCrm .crmSoftware .crmContent .customBtn {
  border-radius: 17px;
  background: linear-gradient(135deg, #2563eb 0, #06b6d4 100%);
  color: #fff !important;
  width: 100%;
}
.healthcareCrm .crmSoftware .crmContent .customBtn.set {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #060e26;
}
.healthcareCrm .row > .col-lg-6:last-child .crmSoftware::before {
  background: linear-gradient(180deg, rgba(6, 182, 212, 0.5) 0, rgba(10, 22, 40, 0.8) 100%);
}

.techStackShowcase {
  padding: 50px 0;
}
@media (max-width: 768px) {
  .techStackShowcase {
    padding: 30px 0;
  }
}
.techStackShowcase h2 {
  color: #1b1b1b;
  font-size: 30px;
  font-family: "RedHatDisplay-Bold";
  padding: 10px 0;
  text-align: center;
}
.techStackShowcase .techStackLayout {
  gap: 24px;
  margin-top: 40px;
  overflow: visible;
}
@media (max-width: 992px) {
  .techStackShowcase .techStackLayout {
    flex-direction: column;
    gap: 20px;
  }
}
.techStackShowcase .techCategoryRail {
  width: 270px;
  gap: 12px;
  position: sticky;
  top: 120px;
  z-index: 50;
  order: 1;
}
@media (max-width: 992px) {
  .techStackShowcase .techCategoryRail {
    position: sticky;
    top: 0;
    width: 100%;
    gap: 10px;
    padding: 10px 0;
    z-index: 100;
  }
}
@media (min-width: 993px) {
  .techStackShowcase .techCategoryRail {
    order: initial;
  }
}
.techStackShowcase .techCategoryRail i {
  transition: transform 0.3s ease;
}
.techStackShowcase .techCategoryRail .categoryDropdownToggle,
.techStackShowcase .techCategoryRail .railItem {
  padding: 12px 16px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.techStackShowcase .techCategoryRail .categoryDropdownToggle:hover,
.techStackShowcase .techCategoryRail .railItem:hover {
  background: #f9f9f9;
  border-color: #ddd;
}
.techStackShowcase .techCategoryRail .categoryDropdownToggle.active,
.techStackShowcase .techCategoryRail .railItem.active {
  background: #3b82f6;
  color: #fff;
}
.techStackShowcase .techCategoryRail .categoryDropdownToggle {
  display: none;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.techStackShowcase .techCategoryRail .categoryDropdownToggle i {
  float: right;
}
.techStackShowcase .techCategoryRail .categoryDropdownToggle.active i {
  transform: rotate(180deg);
}
@media (max-width: 992px) {
  .techStackShowcase .techCategoryRail .categoryDropdownToggle {
    display: block;
    background: #fff;
    border-radius: 14px;
    padding: 12px 16px;
    font-weight: 600;
    max-width: 500px;
    margin: auto;
  }
}
.techStackShowcase .techCategoryRail .railItemsContainer {
  gap: 12px;
}
@media (max-width: 992px) {
  .techStackShowcase .techCategoryRail .railItemsContainer {
    display: none !important;
    position: absolute;
    top: calc(100% - 5px);
    left: 0;
    right: 0;
    flex-direction: column !important;
    gap: 0;
    overflow: hidden auto;
    max-height: 360px;
    border: 1px solid #3b82f6;
    border-radius: 8px;
    background: #fff;
    z-index: 200;
  }
  .techStackShowcase .techCategoryRail .railItemsContainer.active {
    display: flex !important;
    max-width: 500px;
    margin: auto;
  }
}
.techStackShowcase .techCategoryRail .railItem {
  font-size: 14px;
}
@media (max-width: 992px) {
  .techStackShowcase .techCategoryRail .railItem {
    flex: 0 0 auto;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #edf2f7;
    background: #fff;
    color: #243b53;
  }
  .techStackShowcase .techCategoryRail .railItem:last-child {
    border-bottom: 0;
  }
  .techStackShowcase .techCategoryRail .railItem.active {
    background: #2d6dcc;
    color: #fff;
  }
}
@media (max-width: 768px) {
  .techStackShowcase .techCategoryRail .railItem {
    padding: 10px 14px;
    font-size: 12px;
  }
}
.techStackShowcase .techStackCanvas {
  flex: 1;
  min-width: 0;
  order: 2;
  width: 100%;
}
@media (min-width: 993px) {
  .techStackShowcase .techStackCanvas {
    order: initial;
  }
}
@media (max-width: 992px) {
  .techStackShowcase .techStackCanvas .stackWindow {
    display: none;
  }
  .techStackShowcase .techStackCanvas .stackWindow.active {
    display: block;
  }
}
.techStackShowcase .stackWindow {
  background: #0f172a;
  border-radius: 14px;
  color: #fff;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 768px) {
  .techStackShowcase .stackWindow {
    margin-bottom: 18px;
    border-radius: 12px;
  }
}
.techStackShowcase .stackWindow:not(.active) {
  opacity: 0.2;
  transform: scale(0.97);
}
@media (max-width: 768px) {
  .techStackShowcase .stackWindow:not(.active) {
    transform: scale(1);
    opacity: 0.7;
  }
}
@media (max-width: 576px) {
  .techStackShowcase .stackWindow:not(.active) {
    opacity: 1;
    transform: scale(1);
  }
}
.techStackShowcase .stackWindow.active {
  opacity: 1;
  transform: scale(1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .techStackShowcase .stackWindow.active {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  }
}
.techStackShowcase .stackWindowHeader {
  display: none;
  transition: all 0.3s ease;
}
.techStackShowcase .stackWindowHeader .headerContent h3 {
  color: #fff;
}
@media (max-width: 991px) {
  .techStackShowcase .stackWindowHeader .headerContent h3 {
    display: none;
  }
}
@media (max-width: 576px) {
  .techStackShowcase .stackWindow.active .stackWindowHeader .chevronIcon {
    transform: rotate(180deg);
  }
}
@media (max-width: 576px) {
  .techStackShowcase .stackWindow.active .windowBody {
    max-height: 2000px;
    padding: 20px;
  }
}
.techStackShowcase .windowBody {
  padding: 20px;
}
.techStackShowcase .windowBody h3 {
  margin-bottom: 6px;
  color: #fff;
  font-size: 18px;
}
.techStackShowcase .windowBody p {
  margin-bottom: 16px;
  opacity: 0.7;
}
@media (max-width: 576px) {
  .techStackShowcase .windowBody {
    max-height: 0;
    padding: 0 20px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
}
.techStackShowcase .stackGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media (max-width: 768px) {
  .techStackShowcase .stackGrid {
    grid-template-columns: 1fr;
  }
}
.techStackShowcase .stackTechPill {
  padding: 10px 14px;
  background: #1e293b;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .techStackShowcase .stackTechPill {
    padding: 8px 12px;
    font-size: 14px;
  }
}

.costToDevelop {
  padding: 80px 0;
  background: linear-gradient(90deg, #1E7FA3 0%, #1AA6B8 100%);
}
@media (max-width: 768px) {
  .costToDevelop {
    padding: 40px 0;
  }
}
.costToDevelop .contentBox {
  max-width: 850px;
  margin: auto;
}
.costToDevelop .contentBox h2 {
  color: #fff;
}
.costToDevelop .contentBox p {
  font-size: 15px;
  color: #fff;
}

.coreHealthcare {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .coreHealthcare {
    padding: 40px 0px;
  }
}
.coreHealthcare .heading {
  max-width: 958px;
}
@media (max-width: 768px) {
  .coreHealthcare .heading {
    text-align: left !important;
  }
}
.coreHealthcare .heading h2 {
  color: #000;
  margin-bottom: 12px;
}
.coreHealthcare .coreCard {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.coreHealthcare .coreCard .set {
  width: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
}
.coreHealthcare .coreCard .coreContent {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 22px;
}
.coreHealthcare .coreCard .coreContent span {
  background: rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coreHealthcare .coreCard .coreContent h3 a {
  color: #ffffff !important;
  text-decoration: underline;
}
.coreHealthcare .coreCard .coreContent p a {
  color: #ffffff !important;
  text-decoration: underline;
}
.coreHealthcare .coreCard .coreContent h3 {
  font-family: "RedHatDisplay-Bold";
  font-size: 16px;
  line-height: 25px;
  color: #fff;
  padding: 10px 0px;
}
.coreHealthcare .coreCard .coreContent p {
  color: #fff;
}
.coreHealthcare .softwareCard {
  background: #F0FDF4;
  padding: 25px 10px;
  border-radius: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.coreHealthcare .softwareCard span {
  background: #D1FAE5;
  border: 1px solid #D1FAE5;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coreHealthcare .softwareCard h3 {
  font-size: 16px;
  line-height: 25px;
  color: #000;
  padding: 10px 0px;
}
.coreHealthcare .softwareCard h3 a {
  color: #000 !important;
  text-decoration: underline;
}
.coreHealthcare .softwareCard p a {
  color: #000 !important;
  text-decoration: underline;
}
.coreHealthcare .softwareCard p {
  color: #000;
  padding-bottom: 10px;
}
.coreHealthcare .softwareCard a {
  color: #059669;
  font-family: "RedHatDisplay-Bold";
  margin-top: auto;
}
.coreHealthcare .softwareCard a i {
  color: #059669;
}
.coreHealthcare .row > .col-lg-3:nth-child(5) .softwareCard {
  background: #eefbf4;
}
.coreHealthcare .row > .col-lg-3:nth-child(5) .softwareCard span {
  background: #d1fae5;
  border-color: #d1fae5;
}
.coreHealthcare .row > .col-lg-3:nth-child(5) .softwareCard a,
.coreHealthcare .row > .col-lg-3:nth-child(5) .softwareCard a i {
  color: #059669;
}
.coreHealthcare .row > .col-lg-3:nth-child(6) .softwareCard {
  background: #fff9eb;
}
.coreHealthcare .row > .col-lg-3:nth-child(6) .softwareCard span {
  background: #fef0c7;
  border-color: #fef0c7;
}
.coreHealthcare .row > .col-lg-3:nth-child(6) .softwareCard a,
.coreHealthcare .row > .col-lg-3:nth-child(6) .softwareCard a i {
  color: #d97706;
}
.coreHealthcare .row > .col-lg-3:nth-child(7) .softwareCard {
  background: #fff0f8;
}
.coreHealthcare .row > .col-lg-3:nth-child(7) .softwareCard span {
  background: #fce7f3;
  border-color: #fce7f3;
}
.coreHealthcare .row > .col-lg-3:nth-child(7) .softwareCard a,
.coreHealthcare .row > .col-lg-3:nth-child(7) .softwareCard a i {
  color: #db2777;
}
.coreHealthcare .row > .col-lg-3:nth-child(8) .softwareCard {
  background: #eefbf4;
}
.coreHealthcare .row > .col-lg-3:nth-child(8) .softwareCard span {
  background: #d1fae5;
  border-color: #d1fae5;
}
.coreHealthcare .row > .col-lg-3:nth-child(8) .softwareCard a,
.coreHealthcare .row > .col-lg-3:nth-child(8) .softwareCard a i {
  color: #059669;
}

.aiTechnology {
  padding: 80px 0px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .aiTechnology {
    padding: 60px 0px;
  }
}
.aiTechnology .heading {
  text-align: center;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .aiTechnology .heading {
    padding-bottom: 40px;
  }
}
.aiTechnology .heading h2 {
  font-family: "RedHatDisplay-Bold";
  color: #1b1b1b;
  font-size: 38px;
  line-height: 48px;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .aiTechnology .heading h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 576px) {
  .aiTechnology .heading h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
.aiTechnology .desktop-tabs {
  display: flex;
}
@media screen and (max-width: 767px) {
  .aiTechnology .desktop-tabs {
    display: none;
  }
}
.aiTechnology .mobile-tabs-wrapper {
  display: none;
  position: relative;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  .aiTechnology .mobile-tabs-wrapper {
    display: flex;
  }
}
.aiTechnology .mobile-tabs-wrapper .nav-arrow {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: #f0f0f0;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
}
.aiTechnology .mobile-tabs-wrapper .nav-arrow:hover {
  background-color: #e0e0e0;
}
.aiTechnology .mobile-tabs-wrapper .nav-arrow:active {
  transform: scale(0.95);
}
.aiTechnology .mobile-tabs-wrapper .nav-arrow svg {
  width: 20px;
  height: 20px;
}
.aiTechnology .mobile-tabs-wrapper .mobile-tabs-container {
  flex: 1;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.aiTechnology .mobile-tabs-wrapper .mobile-tabs-container::-webkit-scrollbar {
  display: none;
}
.aiTechnology .mobile-tabs-wrapper .mobile-tabs {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  padding: 0 4px;
}
.aiTechnology .mobile-tabs-wrapper .mobile-tabs .tabBtn {
  flex-shrink: 0;
  white-space: nowrap;
}
.aiTechnology .stackTabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .aiTechnology .stackTabs {
    display: none;
    margin-bottom: 0;
    justify-content: flex-start;
  }
}
.aiTechnology .stackTabs .tabBtn {
  border-radius: 30px;
  padding: 14px 44px;
  border: none;
}
@media screen and (max-width: 767px) {
  .aiTechnology .stackTabs .tabBtn {
    padding: 12px 24px;
    font-size: 13px;
  }
}
.aiTechnology .stackTabs .tabBtn.active {
  background: linear-gradient(135deg, #2563EB 0%, #1E40AF 100%);
  border-color: #2563EB;
  color: #fff;
}
.aiTechnology .stackTabs .tabBtn:hover {
  opacity: 0.9;
}
.aiTechnology .techContent {
  position: relative;
  border: 1px solid #E5E7EB;
  padding: 24px;
  border-radius: 14px;
}
.aiTechnology .techContent .techGroup {
  display: none;
  gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(176px, 1fr));
}
@media screen and (max-width: 1024px) {
  .aiTechnology .techContent .techGroup {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .aiTechnology .techContent .techGroup {
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    gap: 14px;
  }
}
@media screen and (max-width: 576px) {
  .aiTechnology .techContent .techGroup {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.aiTechnology .techContent .techGroup.active {
  display: grid;
  text-align: center;
}
.aiTechnology .techContent .techGroup .techCard {
  background: #F9FAFB;
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  padding: 20px;
  min-height: 50px;
}
.aiTechnology .techContent .techGroup .techCard span {
  font-family: "RedHatDisplay-Medium";
  font-size: 14px;
  color: #1F2937;
  text-align: center;
  line-height: 1.4;
}

.healthcareSolution {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .healthcareSolution {
    padding: 40px 0px;
  }
}
.healthcareSolution .heading {
  max-width: 958px;
}
@media (max-width: 768px) {
  .healthcareSolution .heading {
    text-align: left !important;
  }
}
.healthcareSolution .heading h2 {
  color: #000;
  margin-bottom: 12px;
}
.healthcareSolution .productCard {
  border: 1px solid #F1F5F9;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
  padding: 25px;
  border-radius: 16px;
  background-color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: space-between;
}
.healthcareSolution .productCard .propertyContent {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.healthcareSolution .productCard .propertyContent span {
  background: #155DFC;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.healthcareSolution .productCard .propertyContent span img {
  width: 24px;
  filter: brightness(0) invert(1);
}
.healthcareSolution .productCard .propertyContent h3 {
  font-family: "RedHatDisplay-Bold";
  font-size: 17px;
  line-height: 23px;
  color: #1b1b1b;
}

.healthcareProcedure {
  background: #f8fafc;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .healthcareProcedure {
    padding: 40px 0px;
  }
}
.healthcareProcedure .heading {
  max-width: 958px;
}
@media (max-width: 768px) {
  .healthcareProcedure .heading {
    text-align: left !important;
  }
}
.healthcareProcedure .heading h2 {
  color: #000;
  margin-bottom: 12px;
}
.healthcareProcedure .procedureTimeline .procedureLine {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.15) 0, rgba(30, 41, 59, 0.2) 100%);
  transform: translateX(-50%);
  z-index: 1;
}
@media (max-width: 991px) {
  .healthcareProcedure .procedureTimeline .procedureLine {
    display: none;
  }
}
.healthcareProcedure .procedureCard {
  border: 1px solid #e2e8f0;
  background: #fff;
  border-radius: 14px;
  padding: 18px 20px;
  display: flex;
  align-items: self-start;
  gap: 15px;
}
@media (max-width: 540px) {
  .healthcareProcedure .procedureCard {
    flex-direction: column;
  }
}
.healthcareProcedure .procedureCard span {
  background: #2563eb;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.healthcareProcedure .procedureCard span img {
  width: 20px;
  filter: brightness(0) invert(1);
}
.healthcareProcedure .procedureCard h3 {
  font-size: 18px;
  line-height: 22px;
  color: #0f172a;
  padding-bottom: 10px;
  font-family: "RedHatDisplay-Bold";
}
.healthcareProcedure .stepDot {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-family: "RedHatDisplay-Bold";
  box-shadow: 0 10px 20px rgba(37, 99, 235, 0.2);
  position: relative;
  z-index: 2;
}
.healthcareProcedure .stepDot--blue {
  background: #2563eb;
}
.healthcareProcedure .stepDot--violet {
  background: #7c3aed;
}
.healthcareProcedure .stepDot--cyan {
  background: #0891b2;
}
.healthcareProcedure .stepDot--green {
  background: #059669;
}
.healthcareProcedure .stepDot--amber {
  background: #d97706;
}
.healthcareProcedure .stepDot--pink {
  background: #db2777;
}
.healthcareProcedure .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: 540px) {
  .healthcareProcedure .customBtn {
    width: 100%;
  }
}

/*# sourceMappingURL=healthcare-industry-crm.css.map */
