.body {
  background: var(--White, rgba(255, 255, 255, 1));
}
.header {
  margin: 2% 2% 0% 2%;
  box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.07);
  border-bottom: 2px solid var(--Secondary-Blue, rgba(220, 230, 241, 1));
  top: 80px;
  left: 80px;
  border-radius: 24px;
  border-bottom-width: 2px;
}
.section-banner {
  background-image: url("../assets/images/Group 1171274854.png");
  background-repeat: no-repeat;
  /* background-size: cover; */
  background-position: center;
  min-height: 83vh;
}

@media (max-width: 900px) {
  .section-banner {
    background-image: url("../assets/images/hero-mobile.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
    
  }
}
.section-banner-h1 {
  font-family: sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 3vw, 6rem);
  line-height: 1.2;
  color: var(--Black, rgba(0, 0, 0, 1));
}
.sales-outreach {
  background-image: url("../assets/images/BG-Sales-Outreach.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left 40px;
}
@media (max-width: 1345px) {
  .sales-outreach {
    background-image: url("../assets/images/BG-Sales-Outreach.png");
    background-repeat: no-repeat;
    background-size: contain !important;
    background-position: left 40px;
  }
  
}

.solution-bg {
  background-image: url("../assets/images/solution-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 41rem; /* default */
}

/* smaller screens get the bigger min-height */
/* @media (max-width: 1439.98px) {
  .section-banner {
    min-height: 51rem !important;
  }
} */
/* @media (max-width:1930px) {
  .section-banner {
    min-height: 58rem !important;
  }
} */
.solution-heading {
  position: relative;
  font-size: 50px;
}
.solution-p {
  position: absolute;
  left: 26%;
  bottom: -133%;
  font-size: 20px;
}
@media (max-width: 1345px) {
  .solution-p {
    position: static;
  }
}
@media (max-width: 1345px) {
  .solution-bg {
    background-image: url("../assets/images/solution-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    min-height: 100%;
  }
}
.card-shadow {
  box-shadow: 0px 10px 30px 0px #00000026 !important;
}
.outreach-text {
  font-family: Inter;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;

  line-height: 26px;
  letter-spacing: -0.2px;
}
.active-image {
  display: none; /* hidden by default */
}

.active .active-image {
  display: inline-block; /* show when parent box has .active */
}

.active .inactive-image {
  display: none; /* hide inactive when active */
}
/* Default */
.active-image {
  display: none;
}
.inactive-image {
  display: inline-block;
}

/* When box is active */
.box-text.active .active-image {
  display: inline-block;
}
.box-text.active .inactive-image {
  display: none;
}
.text-solution {
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;

  line-height: 33.6px;
  letter-spacing: -0.48px;
  vertical-align: middle;
}
@media (min-width: 1024px) {
  .hrms .lg\:right-\[-8\%\] {
    top: -56px !important; /* set top */
    right: -85px !important; /* remove right alignment */
  }
}
.who-its-card {
  opacity: 1;
  border-radius: 24px;
  padding-top: 14px;
  padding-right: 24px;
  padding-left: 24px;
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0.5) 100%);
  box-shadow: 0px 10px 30px 0px #00000026;
}
.who-its-card h3 {
  font-size: 22px;
}
.footer {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  background: #f1f1f1;
}
.footer-keep h4 {
  font-size: 35px;
}
.footer-keep p {
  font-size: 16px;
}
.supercharges {
  font-size: 48px;
}
.image-h {
  height: 250px !important;
}
.feature-text-highlight.blue{
    color: #76a9fa;
    background-color: #76a9fa33;
    border-radius: 10px;
    font-weight:500;
    padding-left: 10px;
    padding-right: 10px;
}
.feature-text-highlight.orange{
    color: #ff8a4c;
    background-color: #ff8a4c33;
    border-radius: 10px;
    
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 500;
}
.feature-text-highlight.green {
    color: #31c48d;
    background-color: #31c48d33;
    border-radius: 10px;
     padding-left: 10px;
    padding-right: 10px;
    font-weight: 500;
}