@font-face {
  font-family: Heebo-Thin;
  src: url("../../fonts/Heebo-Thin.ttf");
}

@font-face {
  font-family: Heebo-Black;
  src: url("../../fonts/Heebo-Black.ttf");
}

@font-face {
  font-family: Heebo-Bold;
  src: url("../../fonts/Heebo-Bold.ttf");
}

@font-face {
  font-family: Heebo-ExtraBold;
  src: url("../../fonts/Heebo-ExtraBold.ttf");
}

@font-face {
  font-family: Heebo-Light;
  src: url("../../fonts/Heebo-Light.ttf");
}

@font-face {
  font-family: Heebo-Medium;
  src: url("../../fonts/Heebo-Medium.ttf");
}

@font-face {
  font-family: Heebo-Regular;
  src: url("../../fonts/Heebo-Regular.ttf");
}

html,
body {
  overflow-x: hidden;
}

body {
  position: relative;
  font-family: Heebo-Regular;
  max-width: 100%;
  padding: 0 !important;
}

h1 {
  font-family: Heebo-Thin;
  font-size: 3em;
  color: #4c5458;
  line-height: 1.4em;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 500px;
}

textarea {
  resize: none;
}

#home {
  margin-top: 75px;
}

/********************* Digital Health Banner Section ****************************/
#home.banner {
  height: 550px;
  overflow: hidden;
  flex-shrink: 0;
  padding: 0 120px;
  box-sizing: border-box;
  background: url("../assets/Banner.webp") no-repeat center center;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
}

#home.banner .inner {
  width: 1240px;
  max-width: 1240px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

#home.banner .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  justify-content: center;
  z-index: 2;
}

.next-generation-care-delivery {
  align-self: stretch;
  position: relative;
  line-height: 58px;
  font-weight: 800;
  font-size: 52px;
  font-family: Heebo-ExtraBold;
  margin: 0 !important;
  text-align: left !important;
}

.next-generation {
  color: #1d1d1d;
  font-weight: 500;
}

.care-delivery-solutions {
  color: #0e6dc4;
  font-weight: 500;
}

.banner-description {
  align-self: stretch;
  position: relative;
  font-size: 22px;
  letter-spacing: 0.02em;
  line-height: 30px;
  color: #333333;
  margin: 0 !important;
  text-align: left !important;
  font-weight: 400;
  font-family: Heebo-Regular;
  max-width: 600px;
}

/* Button Styles */
#home.banner .button {
  cursor: pointer;
  border: 0;
  padding: 12px 32px;
  background: #004ca2;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  font-family: Heebo-Medium;
  margin-top: 10px;
  transition: all 0.3s ease;
  justify-content: center;
}

#home.banner .button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
}

#home.banner .button .lets-connect {
  font-weight: 600;
  font-family: Heebo-Medium;
}

#home.banner .images-icon {
  flex: 1;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: contain;
  height: auto;
  z-index: 1;
}

.header-title {
  font-family: Heebo;
  font-size: 3em;
  color: #4c5458;
  line-height: 1.5em;
  text-align: center;
}

#homeDivl {
  margin-top: 1.5%;
}

/*******************************end - home banner ***************************************************************************/

/*********************************************introduction - Challenges Section ******************************************************/
#introduction.challenges-section {
  background-color: #ffffff;
  padding-top: 60px;
  position: relative;
  overflow: visible;
}

.challenges-container-wrapper {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
}

/* Challenges Header Container - Light Blue */
.challenges-header-container {
  background: #d1eefd;
  border-radius: 12px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  padding: 40px 60px 40px 120px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  min-height: 320px;
  display: flex;
  align-items: center;
  overflow: visible;
}

.challenges-header-container .row {
  width: 100%;
  margin: 0;
}

.challenges-image-col {
  z-index: 3;
  padding: 0;
}

.challenges-header-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  padding: 0 6%;
}

.challenges-header-image {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  height: 100%;
  z-index: 4;
  height: 100%;
  max-height: 245px;
}

.challenges-header-image img {
  width: auto;
  max-width: 420px;
  height: auto;
  object-fit: contain;
  display: block;
}

.challenges-text-col {
  display: flex;
  align-items: center;
}

.challenges-header-text {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

.challenges-intro-text {
  font-family: Heebo-Regular;
  font-size: 24px;
  line-height: 32px;
  color: #1d1d1d;
  margin: 0;
  text-align: left;
  font-weight: 400;
}

/* Challenges Cards Wrapper - Overlay on container */
.challenges-cards-wrapper {
  position: relative;
  margin-top: -80px;
  z-index: 2;
}

.challenges-cards-grid {
  margin: 0;
}

/* Desktop: 4 cards top row, 3 cards bottom row centered */
@media (min-width: 992px) {
  /* .challenges-cards-grid .col-lg-3.offset-lg-1 {
    margin-left: 8.33333333%;
  } */
}

/* Challenge Card Styles */
.challenge-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  min-height: 200px;
  justify-content: flex-start;
  height: 100%;
}

.challenge-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
}

.challenge-card-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
}

.challenge-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.challenge-card-text {
  font-family: Heebo-Regular;
  font-size: 16px;
  line-height: 24px;
  color: #1d1d1d;
  margin: 0;
  text-align: left;
  font-weight: 400;
}

/*********************************************introduction - Challenges Section ******************************************************/
#introduction.challenges-section {
  background-color: #ffffff;
  padding-top: 60px;
  position: relative;
  overflow: visible;
}

.challenges-container-wrapper {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  /* padding: 0 20px; */
}

/* Challenges Header Container - Light Blue */
.challenges-header-container {
  background: #d1eefd;
  border-radius: 12px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  margin: 40px 75px 40px 75px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  min-height: 245px;
  display: flex;
  align-items: center;
  overflow: visible;
  padding: 0 5px;
}

.challenges-header-container .row {
  width: 100%;
  margin: 0;
}

.challenges-image-col {
  z-index: 3;
  padding: 0;
}

.challenges-header-image img {
  width: auto;
  max-width: 420px;
  height: auto;
  object-fit: contain;
  display: block;
}

.challenges-text-col {
  display: flex;
  align-items: center;
}

.challenges-header-text {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
}

.challenges-intro-text {
  font-family: Heebo-Regular;
  font-size: 30px;
  line-height: 32px;
  color: #1d1d1d;
  margin: 0;
  font-weight: 700;
}

/* Challenges Cards Wrapper - Overlay on container */
.challenges-cards-wrapper {
  position: relative;
  margin-top: -65px;
  z-index: 2;
}

.challenges-cards-grid {
  margin: 0;
}

/* Desktop: 4 cards top row, 3 cards bottom row centered */
@media (min-width: 992px) {
  /* .challenges-cards-grid .col-lg-3.offset-lg-1 {
    margin-left: 8.33333333%;
  } */
}

/* Challenge Card Styles */
.challenge-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  min-height: 186px;
  justify-content: flex-start;
  height: 100%;
}

.challenge-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
}

.challenge-card-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
}

.challenge-card-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.challenge-card-text {
  font-family: Heebo-Regular;
  font-size: 16px;
  line-height: 24px;
  color: #1d1d1d;
  margin: 0;
  text-align: left;
  font-weight: 400;
}

/***************************************end - introduction******************************************************************************/

/*****************************************advanced feature**********************************************************************/

.media-heading {
  font-size: 24px;
  line-height: 36px;
}

#our-expertise .header-title {
  padding-top: 60px;
  padding-bottom: 40px;
}

.our-expertise-content {
  font-size: 16px;
  line-height: 21px;
  text-align: left;
  color: #4b5457;
  display: flex;
}

.our-expertise-content::before {
  content: url("../assets/ic_bullet_green.svg");
  padding-right: 10px;
  padding-top: 3px;
}

#our-expertise .card-body,
.our-expertise-image {
  background-color: #f8f8f8;
}

#our-expertise .card-body {
  padding: 0.5rem;
}

.our-expertise-image {
  display: flex;
  align-items: center;
  padding-top: 12px;
}

#our-expertise .card {
  border-radius: 0;
  border: none;
  margin-bottom: 1rem;
  min-height: 17em;
}

/***************************end-advanced feature***************************/

/*********************offering - Alternating Sections*************************/
#offerings {
  margin-top: 50px;
  padding: 0;
}

/* Base Section Styles */
.offerings-section {
  padding: 50px 0;
  position: relative;
}

/* Light Blue Gradient Background */
.offerings-section-light {
  background: linear-gradient(90deg, #d1eefd 0%, #f7fafc 64.89%, #d1eefd 100%);
}

/* White Background */
.offerings-section-white {
  background: linear-gradient(180deg, #fff 0%, #e8f6f9 100%);
}

/* Solid Blue Background */
.offerings-section-blue {
  background: linear-gradient(90deg, #0e6dc4 0%, #0e9dc4 69.85%, #0e6dc4 100%);
}

.offerings-section-light-section-5 {
  background: linear-gradient(163.95deg, #ffffff 10.73%, #edf4fb 91.49%);
}

.offerings-section-white-section-6 {
  background: linear-gradient(163.95deg, #ffffff 10.73%, #edf4fb 91.49%);
}

.offerings-wrapper {
  max-width: 1240px;
  margin: 0 auto;
  /* padding: 0 20px; */
}

.offerings-wrapper .row {
  margin: 0;
}

/* Text Column */
.offerings-text-col {
  /* padding: 0 40px; */
  display: flex;
  align-items: center;
}

.offerings-text-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  padding-right: 30px;
}

/* Title Styles */
.offerings-title {
  font-family: Heebo-ExtraBold;
  font-size: 36px;
  line-height: 45px;
  margin: 0 !important;
  text-align: left !important;
  font-weight: 800;
  display: flex;
  flex-direction: column;
}

.offerings-title-part1 {
  color: #1d1d1d;
  font-weight: 800;
}

.offerings-section-blue .offerings-title-part1 {
  color: #ffffff;
}

.offerings-title-part2 {
  color: #0e6dc4;
  font-weight: 800;
}

.offerings-section-blue .offerings-title-part2 {
  color: #ffffff;
}

/* Description Styles */
.offerings-description {
  font-family: Heebo-Regular;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  margin: 0;
  text-align: left;
  font-weight: 400;
}

.offerings-description .description-text-bold {
  font-family: Heebo-Bold;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}

.offerings-section-blue .offerings-description {
  color: #ffffff;
}

/* Image Column */
.offerings-image-col {
  /* padding: 0 40px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.offerings-image-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 30px;
}

.offerings-image {
  /* width: 100%; */
  /* max-width: 100%; */
  height: auto;
  object-fit: contain;
  border-radius: 8px;
}

/* Image Position Classes */
.offerings-wrapper .row {
  display: flex;
  flex-wrap: wrap;
}

.offerings-image-left .offerings-image-col {
  order: 1;
}

.offerings-image-left .offerings-image-wrapper {
  padding-left: 0;
  padding-right: 21px;
}

.offerings-image-left .offerings-text-col {
  order: 2;
}

.offerings-image-left .offerings-text-content {
  padding-right: 0;
  padding-left: 21px;
}

.offerings-image-right .offerings-text-col {
  order: 1;
}

.offerings-image-right .offerings-text-content {
  padding-right: 30px;
  padding-left: 0;
}

.offerings-image-right .offerings-image-col {
  order: 2;
}

.offerings-image-right .offerings-image-wrapper {
  padding-left: 30px;
  padding-right: 0;
}

.offerings-section-pink {
  background: linear-gradient(135deg, rgba(250, 245, 255, 0.5) 0%, #EFF6FF 100%) !important;
}

/*******************offerings end****************************/

/********************************************Case Study***************************/
.case-study {
  align-self: stretch;
  /* background-color: #f7f9fd; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 25px 40px;
}

.case-studysec-inner-container {
  width: 1240px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 60px;
  max-width: 1240px;
  overflow: hidden;
}

.case-study-title {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.case-studies {
  position: relative;
  font-size: 36px;
  line-height: 135%;
  font-weight: 800;
  font-family: Heebo-ExtraBold;
  color: #1d1d1d;
  text-align: center;
}

.tabs {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 60px;
  white-space: nowrap;
  flex: 0 0 auto;
  overflow-x: auto;
  padding-bottom: 10px;
}

.tab-nav {
  cursor: pointer;
  border: 0;
  padding: 0;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.tab-active {
  border-bottom: 3px solid #0e6dc4 !important;
  box-sizing: border-box;
  height: 40px;
  font-weight: bold;
}

.tab-inactive {
  border-bottom: 3px solid transparent;
}

.field-services {
  height: 44px;
  position: relative;
  font-size: 20px;
  letter-spacing: 0.02em;
  line-height: 135%;
  font-family: Heebo-Regular;
  color: #4c5458;
  text-align: left;
}

.tab-active .field-services {
  color: #0e6dc4;
  font-weight: 800;
}

.case-study1 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 20px;
  font-size: 16px;
  align-items: center;
  background: linear-gradient(163.95deg,
      #ffffff 10.73%,
      rgba(255, 255, 255, 0.9) 91.49%);
}

.cs {
  align-self: stretch;
  display: flex;
  align-items: flex-start;
  border-radius: 8px;
  overflow: hidden;
  flex-direction: row;
  justify-content: center;
  padding: 40px;
  gap: 30px;
  overflow-x: scroll;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.cs a:hover {
  text-decoration: none;
  color: #1d1d1d;
}

.cs a {
  text-decoration: none;
  color: #1d1d1d;
}

#healthcare-content {
  justify-content: center !important;
}

.cs::-webkit-scrollbar {
  display: none;
}

.tab-content {
  overflow: scroll;
  display: none;
}

.tabContent-active {
  display: flex !important;
}

.case-study-imagesdefault {
  width: 218px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  flex-shrink: 0;
}

.card-wrapper {
  width: 100%;
  border-radius: 20px;
  background: linear-gradient(154.31deg, #d1eefd 2.79%, #f7fafc 96%);
  /* border: 1px solid #D1EEFD; */
  height: 206px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 12px 12px 0;
  box-sizing: border-box;
  max-width: 276px;
}

.image-icon22 {
  align-self: stretch;
  flex: 1;
  border-radius: 12px;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
  object-fit: contain;
}

.case-study-name-container {
  align-self: stretch;
  position: relative;
  line-height: 135%;
}

.different-media-server {
  font-family: Heebo-Regular;
  font-size: 18px;
  line-height: 135%;
  color: #1d1d1d;
  margin: 0;
  text-align: left;
}

.icon-next-previous {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.ic-previous {
  cursor: pointer;
  border: 0;
  padding: 10px 0;
  background-color: #ffffff;
  width: 44px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  height: 44px;
  overflow: hidden;
  flex-shrink: 0;
  justify-content: center;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  opacity: 0.4;
}

.ic-previous:hover {
  opacity: 1;
}

.ic-previous:disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}

.ic-previous:disabled .vector-icon7 {
  opacity: 0.3;
}

#prev img {
  transform: rotate(180deg);
}

.vector-icon7 {
  width: 24px;
  height: 24px;
}

/********************************************Why SpringCT Section***************************/
.why-springct-section {
  padding: 0 20px 80px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}

.why-springct-container {
  max-width: 1240px;
  width: 100%;
  background-color: #0e6dc4;
  border-radius: 20px;
  box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}

.why-springct-title {
  font-family: Heebo-ExtraBold;
  font-size: 36px;
  line-height: 135%;
  font-weight: 800;
  color: #ffffff;
  text-align: center;
  margin: 0;
}

.why-springct-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.why-springct-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 14px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  height: 100%;
  box-sizing: border-box;
  max-width: 269px;
}

.why-springct-card:hover {
  transform: translateY(-4px);
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.15);
}

.why-springct-card-icon {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}

.why-springct-icon-img {
  width: 74px;
  height: 74px;
  object-fit: contain;
}

.why-springct-card-text {
  font-family: Heebo-Regular;
  font-size: 18px;
  line-height: 27px;
  color: #ffffff;
  margin: 0;
  text-align: left;
}

.why-springct-card-text strong {
  font-family: Heebo-Bold;
  font-weight: 700;
  color: #ffffff;
}

/********************************************The Future of Digital Health Section***************************/
.future-digital-health-section {
  padding: 0 20px 80px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
}

.future-digital-health-container {
  max-width: 1240px;
  width: 100%;
  border-radius: 24px;
  background:
    linear-gradient(0deg,
      rgba(255, 255, 255, 0.6) 0%,
      rgba(255, 255, 255, 0.6) 100%),
    var(--Soft-Sky-Blue, #d1eefd);
  padding: 100px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.future-digital-health-bg-icon-top {
  position: absolute;
  top: -20px;
  right: -25px;
  z-index: 1;
  opacity: 0.6;
}

.future-digital-health-bg-icon-bottom {
  position: absolute;
  bottom: -35px;
  left: -40px;
  z-index: 1;
  opacity: 0.6;
}

.future-bg-icon {
  width: 145px;
  height: 125px;
  max-width: 145px;
  max-height: 125px;
  object-fit: contain;
}

.future-digital-health-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.future-digital-health-title {
  font-family: Heebo-ExtraBold;
  font-size: 36px;
  line-height: 135%;
  font-weight: 800;
  color: #1d1d1d;
  text-align: center;
  margin: 0;
  width: 100%;
}

.future-digital-health-text {
  font-family: Heebo-Regular;
  font-size: 18px;
  line-height: 27px;
  color: #1d1d1d;
  margin: 0;
  text-align: left;
  width: 100%;
}

.future-digital-health-text strong {
  font-family: Heebo-Bold;
  font-weight: 700;
  color: #1d1d1d;
}

/********************************************Get in Touch Contact Form Section***************************/
.contactform {
  align-self: stretch;
  justify-content: center;
  padding: 100px 80px;
  gap: 60px;
  background-image: url(../public/ContactForm.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  z-index: 0;
  text-align: center;
  color: #1d1d1d;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Screen reader only class for accessibility */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.ready-to-jump {
  position: relative;
  text-transform: capitalize;
  margin: 0;
  font-family: Heebo;
  font-weight: 800;
  font-style: ExtraBold;
  font-size: 46px;
  line-height: 120%;
  text-align: center;
  color: #1D1D1D;
}

#reset {
  padding: 19px var(--padding-xl) !important;
  background-color: #ffffff !important;
  border: 1px solid #0B0B0B !important;
}

.name,
.organisation {
  border: 1px solid #4c5458;
  outline: 0;
  font-family: Heebo-Regular;
  font-size: 16px;
  background-color: #ffffff;
  flex: 1;
  border-radius: 6px;
  box-sizing: border-box;
  height: 44px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
  color: #1d1d1d;
  min-width: 300px;
}

.nameorganization {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 24px;
}

.description8 {
  border: 1px solid #4c5458;
  background-color: #ffffff;
  outline: 0;
  height: -webkit-fill-available;
  flex: 1;
  border-radius: 6px;
  box-sizing: border-box;
  overflow: hidden;
  min-width: 300px;
  max-width: calc(50% - 12px);
  font-family: Heebo-Regular;
  font-size: 16px;
  padding: 10px;
  color: #1d1d1d;
}

.captcha {
  width: auto;
  position: relative;
  border-radius: 4px;
  border: none;
  box-sizing: border-box;
  height: 44px;
}

.smart-jackpots-that1 {
  width: 44px;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  display: inline-block;
  font-family: Heebo-Regular;
  color: #1d1d1d;
  text-align: center;
  flex-shrink: 0;
}

.buttonreset {
  cursor: pointer;
  border: 1px solid #4c5458;
  padding: 19px 24px;
  background-color: #ffffff;
  flex: 1;
  border-radius: 6px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  font-family: Heebo-Regular;
}

.buttonreset:hover {
  background-color: #f5f5f5;
}

.smart-jackpots-that2 {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  display: inline-block;
  font-family: Heebo-Regular;
  color: #ffffff;
  text-align: center;
  width: 37px;
}

.vector-icon2 {
  position: absolute;
  height: 57.14%;
  width: 20.17%;
  top: 14.29%;
  right: 0;
  bottom: 28.57%;
  left: 79.83%;
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
}

.smart-jackpots-that-you-may-lo-parent {
  width: 58px;
  position: relative;
  height: 14px;
}

.buttonsend {
  cursor: pointer;
  border: 0;
  padding: 18px 24px;
  background-color: #3cb371;
  flex: 1;
  border-radius: 6px;
  height: 52px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 140px;
}

.buttonsend:hover {
  background-color: #00fa9a;
}

.buttonsend:disabled {
  color: black;
  cursor: not-allowed;
  opacity: 0.6;
}

.buttons,
.buttons1 {
  display: flex;
  justify-content: flex-start;
}

.buttons1 {
  align-self: stretch;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}

.buttons {
  flex: 1;
  border-radius: 6px;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  min-width: 300px;
}

.formelements,
.interestbuttons {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
}

.interestbuttons {
  align-self: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}

.formelements {
  margin: 0;
  width: 100%;
  flex-direction: column;
  max-width: 1028px;
}

/****************************************** slide industries****************************************************/

.slideIndustry {
  animation-name: slideIndustry;
  -webkit-animation-name: slideIndustry;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  visibility: visible !important;
}

@media (max-width: 1440px) {
  .caption {
    font-size: 22px;
  }

  .challenges-container-wrapper {
    max-width: 1200px;
  }

  .challenges-header-container {
    padding: 35px 50px 35px 100px;
  }

  .challenges-intro-text {
    font-size: 22px;
    line-height: 30px;
  }

  .challenges-header-image {
    left: -70px;
  }

  .challenges-header-image img {
    max-width: 380px;
  }

  .offerings-section {
    padding: 40px 0;
  }

  .offerings-title {
    font-size: 36px;
    line-height: 45px;
  }

  .offerings-description {
    font-size: 16px;
    line-height: 24px;
  }

  .offerings-text-col {
    padding: 0 25px;
  }

  .offerings-image-col {
    padding: 0 25px;
  }

  .why-springct-container {
    padding: 50px 35px;
    gap: 40px;
  }

  .why-springct-title {
    font-size: 32px;
  }

  .why-springct-cards-wrapper {
    gap: 20px;
  }

  .why-springct-card {
    padding: 28px 20px;
  }

  .future-digital-health-container {
    padding: 80px;
  }

  .future-digital-health-title {
    font-size: 32px;
  }

  .future-digital-health-text {
    font-size: 17px;
    line-height: 25px;
  }

  .future-bg-icon {
    max-width: 125px;
    max-height: 104px;
  }

  .future-digital-health-bg-icon-top {
    top: -15px;
    right: -20px;
  }

  .future-digital-health-bg-icon-bottom {
    bottom: -35px;
    left: -40px;
  }
}

@media (max-width: 1280px) {
  .offering-row .col {
    flex: 1 1 calc(45% - 24px);
  }

  .offering-img {
    width: 100%;
    height: auto;
    /* max-width: 292px; */
    max-height: 220px;
    object-fit: cover;
  }

  .CaseStudy_img {
    max-height: 190px;
    width: 100%;
    object-fit: cover;
  }

  .case-study-heading {
    padding-top: 10px;
  }

  .challenges-container-wrapper {
    max-width: 1000px;
  }

  .challenges-header-container {
    padding: 30px 40px 30px 90px;
    min-height: 245px;
  }

  .challenges-intro-text {
    font-family: Heebo-Bold;
    font-size: 30px;
    line-height: 36px;
  }

  .challenges-header-image {
    left: -60px;
    bottom: -130px;
  }

  .challenges-header-image img {
    max-width: 340px;
  }

  .challenges-cards-grid {
    gap: 20px;
  }

  .challenge-card {
    padding: 20px 16px;
    min-height: 180px;
    min-width: 324px;
  }

  .challenge-card-text {
    font-size: 15px;
    line-height: 22px;
  }

  .offerings-section {
    padding: 50px 0;
  }

  .offerings-title {
    font-size: 36px;
    line-height: 45px;
  }

  .offerings-description {
    font-size: 17px;
    line-height: 26px;
  }

  .case-study {
    padding: 15px 30px;
  }

  .case-studysec-inner-container {
    max-width: 1200px;
    gap: 50px;
  }

  .case-studies {
    font-size: 32px;
  }

  .tabs {
    gap: 40px;
  }

  .why-springct-container {
    padding: 50px 35px;
    gap: 40px;
  }

  .why-springct-title {
    font-size: 32px;
  }

  .why-springct-cards-wrapper {
    gap: 20px;
  }

  .why-springct-card {
    padding: 28px 20px;
  }
}

@keyframes slideIndustry {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-70%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}

@-webkit-keyframes slideIndustry {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-70%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}

/*************************************** End - slide industries****************************************************************/
/************************************ MEDIA QUERIES START *********************************************************/
/************************************ Desktop Large *********************************/
@media (max-width: 1440px) {
  .header-title {
    font-size: 36px;
    line-height: 135%;
  }

  #home.banner {
    padding: 0 80px;
  }

  #home.banner .inner {
    max-width: 1200px;
  }

  .next-generation-care-delivery {
    font-size: 49px;
    line-height: 58px;
  }

  .banner-description {
    font-size: 20px;
    line-height: 28px;
  }
}

/************************************ Desktop Medium *********************************/
@media (max-width: 1280px) {
  #home.banner {
    padding: 0 60px;
    max-height: 500px;
  }

  #home.banner .inner {
    max-width: 1000px;
    gap: 30px;
  }

  .next-generation-care-delivery {
    font-size: 42px;
    line-height: 50px;
  }

  .banner-description {
    font-size: 18px;
    line-height: 26px;
  }
}

/************************************ Tablet *********************************/
@media (max-width: 1024px) {
  #home.banner {
    /* padding: 0 40px; */
    height: auto;
    min-height: 500px;
  }

  #home.banner .inner {
    flex-direction: row;
    gap: 30px;
    text-align: left;
    align-items: center;
    padding-bottom: 44px;
    font-size: 36px;
  }

  .next-generation {
    font-size: 36px;
    line-height: 40px !important;
    height: 40px !important;
    text-align: left !important;
  }

  .care-delivery-solutions {
    font-size: 36px;
    line-height: 40px !important;
    height: 40px !important;
    text-align: left !important;
  }

  #introduction.challenges-section {
    padding-top: 210px;
  }

  #home.banner .text {
    align-items: left;
    text-align: left;
  }

  .banner-description {
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    max-width: 100%;
  }

  #home.banner .images-icon {
    max-width: 500px;
    width: 100%;
  }

  .challenges-container-wrapper {
    padding: 0 15px;
  }

  .challenges-header-container {
    padding: 30px 30px;
    margin-bottom: 50px;
    flex-direction: column;
    min-height: auto;
    padding-left: 30px;
    margin: 0;
  }

  .challenges-header-container .row {
    flex-direction: column;
  }

  .challenges-image-col {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }

  .challenges-header-image {
    position: relative;
    left: 0;
    bottom: 0;
    justify-content: center;
    width: 100%;
    min-height: 345px;
  }

  .challenges-header-image img {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
  }

  .challenges-text-col {
    order: 2;
    padding-left: 0;
    width: 100%;
  }

  .challenges-header-text {
    width: 100%;
    justify-content: center;
  }

  .challenges-intro-text {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
  }

  .challenges-cards-wrapper {
    margin-top: -60px;
  }

  .challenges-cards-grid .col-lg-3 {
    flex: 1;
    max-width: 50%;
    min-width: 324px;
  }

  .challenges-cards-grid .offset-lg-1 {
    margin-left: 0;
  }

  /* Last card in second row should span if odd number */
  /* .challenges-cards-grid .col-lg-3:nth-child(7) {
    flex: 0 0 50%;
    max-width: 50%;
    margin-left: 25%;
  } */

  .offerings-section {
    padding: 40px 0;
  }

  .offerings-title {
    font-size: 36px;
    line-height: 45px;
  }

  .offerings-description {
    font-size: 16px;
    line-height: 24px;
  }

  .offerings-text-col {
    padding: 0 25px;
  }

  .offerings-image-col {
    padding: 0 25px;
  }
}

/************************************ Mobile view *********************************/
@media (max-width: 768px) {
  .description8 {
    max-width: 100%;
    height: 120px;
  }

  .header-title {
    font-size: 28px;
    line-height: 135%;
  }

  #introduction.challenges-section {
    padding-top: 40px;
  }

  .challenges-container-wrapper {
    padding: 0 15px;
  }

  .challenges-header-container {
    padding: 25px 20px;
    margin-bottom: 40px;
    border-radius: 8px;
    padding-left: 20px;
  }

  .challenges-header-container .row {
    flex-direction: column;
  }

  .challenges-image-col {
    order: 1;
    width: 100%;
    margin-bottom: 20px;
  }

  .challenges-header-image {
    /* position: relative; */
    left: 0;
    bottom: 0;
    justify-content: center;
    width: 100%;
  }

  .challenges-header-image img {
    max-width: 280px;
    width: 100%;
    margin: 0 auto;
  }

  .challenges-text-col {
    order: 2;
    padding-left: 0;
    width: 100%;
  }

  .challenges-header-text {
    width: 100%;
    justify-content: center;
  }

  .challenges-intro-text {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }

  .challenges-cards-wrapper {
    margin-top: -50px;
  }

  .challenges-cards-grid .col-lg-3,
  .challenges-cards-grid .col-md-4,
  .challenges-cards-grid .col-md-6,
  .challenges-cards-grid .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .challenges-cards-grid .offset-lg-1 {
    margin-left: 0;
  }

  .challenge-card {
    padding: 20px 16px;
    min-height: auto;
  }

  .challenge-card-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 12px;
  }

  .challenge-card-text {
    font-size: 14px;
    line-height: 20px;
  }

  .offerings-section {
    padding: 50px 0;
  }

  .offerings-wrapper {
    padding: 0 15px;
  }

  .offerings-wrapper .row {
    flex-direction: column !important;
  }

  .offerings-image-left .offerings-image-col,
  .offerings-image-right .offerings-image-col {
    order: 1;
    padding: 0;
    margin-bottom: 30px;
  }

  .offerings-image-left .offerings-image-wrapper,
  .offerings-image-right .offerings-image-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .offerings-image-left .offerings-text-content,
  .offerings-image-right .offerings-text-content {
    padding-left: 0;
    padding-right: 0;
  }

  .offerings-image-left .offerings-text-col,
  .offerings-image-right .offerings-text-col {
    order: 2;
    padding: 0;
  }

  .offerings-text-content {
    align-items: center;
    text-align: center;
  }

  .offerings-title {
    font-size: 26px;
    line-height: 35px;
    text-align: center !important;
  }

  .offerings-description {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .case-study {
    padding: 12px 20px;
  }

  .case-studysec-inner-container {
    width: 100%;
    gap: 40px;
  }

  .case-studies {
    font-size: 28px;
  }

  .tabs {
    gap: 30px;
    justify-content: flex-start;
  }

  .cs {
    padding: 30px;
    gap: 25px;
  }

  .case-study-imagesdefault {
    width: 200px;
  }

  .card-wrapper {
    max-width: 260px;
  }

  .why-springct-section {
    padding: 0 20px 60px 20px;
  }

  .why-springct-container {
    padding: 50px 30px;
    gap: 40px;
  }

  .why-springct-title {
    font-size: 28px;
  }

  .why-springct-cards-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .why-springct-card {
    padding: 24px 20px;
  }

  .why-springct-card-text {
    font-size: 15px;
    line-height: 22px;
  }

  .future-digital-health-section {
    padding: 0 20px 60px 20px;
  }

  .future-digital-health-container {
    padding: 60px;
    gap: 24px;
  }

  .future-digital-health-title {
    font-size: 28px;
  }

  .future-digital-health-text {
    font-size: 16px;
    line-height: 24px;
  }

  .future-bg-icon {
    max-width: 104px;
    max-height: 77px;
  }

  .future-digital-health-bg-icon-top {
    top: -10px;
    right: -15px;
  }

  .future-digital-health-bg-icon-bottom {
    bottom: -30px;
    left: -35px;
  }

  #home.banner {
    padding: 0 20px;
    height: auto;
    min-height: 710px;
    align-items: flex-end;
  }

  #home.banner .inner {
    flex-direction: column;
    gap: 20px;
    height: 100%;
  }

  #home.banner .text {
    padding: 0;
    align-items: center;
    text-align: center;
    order: 2;
  }

  .next-generation-care-delivery {
    font-size: 32px;
    line-height: 40px;
    text-align: center !important;
  }

  .banner-description {
    font-size: 16px;
    line-height: 24px;
    text-align: center !important;
    max-width: 100%;
  }

  #home.banner .images-icon {
    max-width: 100%;
    width: 100%;
    order: 1;
  }

  #home.banner .button {
    padding: 10px 24px;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  #home.banner {
    min-height: auto;
    padding: 0 15px;
  }

  .next-generation-care-delivery {
    font-size: 28px;
    line-height: 36px;
  }

  .banner-description {
    font-size: 14px;
    line-height: 22px;
  }

  #home.banner .button {
    padding: 10px 20px;
    font-size: 11px;
    /* width: 100%; */
    justify-content: center;
  }

  #introduction.challenges-section {
    padding-top: 30px;
  }

  .challenges-container-wrapper {
    padding: 0 10px;
  }

  .challenges-header-container {
    padding: 20px 15px;
    margin-bottom: 30px;
  }

  .challenges-intro-text {
    font-size: 16px;
    line-height: 24px;
  }

  .challenges-header-image img {
    max-width: 240px;
  }

  .challenges-cards-wrapper {
    margin-top: -40px;
  }

  .challenges-cards-grid {
    gap: 12px;
  }

  .challenge-card {
    padding: 16px 12px;
  }

  .challenge-card-icon {
    width: 48px;
    height: 48px;
    margin-bottom: 10px;
  }

  .challenge-card-text {
    font-size: 13px;
    line-height: 18px;
  }

  .offerings-section {
    padding: 40px 0;
  }

  .offerings-wrapper {
    padding: 0 15px;
  }

  .offerings-title {
    font-size: 20px;
    line-height: 25px;
  }

  .offerings-description {
    font-size: 14px;
    line-height: 22px;
  }

  .offerings-text-content {
    gap: 14px;
  }

  .why-springct-section {
    padding: 0 15px 40px 15px;
  }

  .why-springct-container {
    padding: 40px 20px;
    gap: 30px;
    border-radius: 16px;
  }

  .why-springct-title {
    font-size: 24px;
  }

  .why-springct-cards-wrapper {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .why-springct-card {
    padding: 24px 20px;
    gap: 16px;
  }

  .why-springct-icon-img {
    width: 40px;
    height: 40px;
  }

  .why-springct-card-text {
    font-size: 14px;
    line-height: 21px;
  }

  .future-digital-health-section {
    padding: 0 15px 40px 15px;
  }

  .future-digital-health-container {
    padding: 40px;
    gap: 18px;
    border-radius: 12px;
  }

  .future-digital-health-title {
    font-size: 20px;
  }

  .future-digital-health-text {
    font-size: 13px;
    line-height: 19px;
  }

  .future-bg-icon {
    max-width: 77px;
    max-height: 54px;
  }

  .future-digital-health-bg-icon-top {
    top: -5px;
    right: -10px;
  }

  .future-digital-health-bg-icon-bottom {
    bottom: -25px;
    left: -30px;
  }

  .contactform {
    padding: 50px 20px;
    gap: 35px;
  }

  .ready-to-jump {
    font-size: 28px;
  }

  .name,
  .organisation {
    min-width: 100%;
  }

  .description8 {
    max-width: 100%;
    min-width: 100%;
  }

  .buttons {
    min-width: 100%;
  }

  .buttons1 {
    flex-direction: column;
    width: 100%;
  }

  .buttonreset,
  .buttonsend {
    width: 100%;
    flex: unset;
  }

  .case-study {
    padding: 12px 15px;
  }

  .case-studysec-inner-container {
    width: 100%;
    gap: 30px;
    align-items: center;
    justify-content: flex-start;
  }

  .case-studies {
    font-size: 24px;
  }

  .tabs {
    gap: 20px;
    justify-content: flex-start;
  }

  .field-services {
    font-size: 16px;
    height: 36px;
  }

  .cs {
    padding: 15px;
    gap: 15px;
  }

  .case-study-imagesdefault {
    width: 160px;
  }

  .card-wrapper {
    max-width: 200px;
    height: 160px;
  }

  .different-media-server {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .col-lg-3 {
    flex: 1;
    width: 50%;
  }

  .offset-lg-1 {
    margin-left: 0;
  }
}

h1 {
  font-size: 2em;
}

.media-heading {
  font-size: 1em;
  line-height: 1.5em;
}

.case-study-heading {
  font-size: 18px;
  line-height: 22px;
}

.caption {
  font-size: 20px;
  line-height: 25px;
}

.offering-para {
  font-size: 16px;
}

.case-study-content {
  padding-top: 12px;
}

.industry_content {
  visibility: visible;
}

.offerings-img img {
  height: 550px;
}

/* #requestDemo {
    background-image: url("../../assets/req_meet.png") !important;
    width: 68px !important;
    height: 56px !important;
} */

.loderModal {
  position: fixed;
  z-index: 1060;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7) url("../assets/loader.gif") 50% 50% no-repeat;
}

body.loading {
  overflow: hidden;
}

body.loading .loderModal {
  display: block;
}

.ic-demo .icon {
  width: 46px;
  position: relative;
  height: 28px;
  object-fit: cover;
}

.ic-demo .schedule {
  margin: 0;
}

.ic-demo .a {
  text-transform: lowercase;
}

.ic-demo .schedule-a-meeting-container {
  position: relative;
  line-height: 13px;
}

.ic-demo {
  width: 78px;
  height: 68px;
  position: fixed;
  border-radius: var(--br-8xs) 0 0 var(--br-8xs);
  background-color: var(--color-firebrick);
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: var(--padding-5xs) var(--padding-10xs);
  box-sizing: border-box;
  gap: var(--gap-10xs);
  top: 200px;
  right: 0;
  z-index: 200;
  text-align: center;
  font-size: var(--font-size-sm);
  color: var(--background-background-primary);
  font-family: var(--font-heebo);
}