/* .hero-bg {
    background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
} */
.section-bg {
    background: linear-gradient(to bottom, #f8fafc, #e2e8f0);
}
.hero-image-bg{
  background-image: url("https://ik.imagekit.io/hireInnovate/HeroImage.png");
  background-repeat: no-repeat;
  background-size: cover;  
  background-position: center;
  overflow: hidden;
  opacity: 1;
}

.about-hero-image-bg{
  background-image: url("https://ik.imagekit.io/hireInnovate/aboutUs-herov2.png");
  background-repeat: no-repeat;
  background-size: cover;  
  background-position: top;
  overflow: hidden;
  opacity: 1;
}
.contact-hero-image-bg{
  background-image: url("https://ik.imagekit.io/hireInnovate/aboutUs-hero.png");
  background-repeat: no-repeat;
  background-size: cover;  
  background-position: center;
  overflow: hidden;
  opacity: 1;
}

.hiring-hero-image-bg{
  background-image: url("https://ik.imagekit.io/hireInnovate/hero_hiring-process.png");
  background-repeat: no-repeat;
  background-size: cover;  
  background-position: top;
  overflow: hidden;
  opacity: 1;
}
.our-services-hero-image-bg{
  background-image: url("https://ik.imagekit.io/hireInnovate/hero_our-services.png");
  background-repeat: no-repeat;
  background-size: cover;  
  background-position: center;
  overflow: hidden;
  opacity: 1;
}

.h-fit-content{
  height: fit-content;
}
.img-cards-our-process{
  height: 200px;
  margin-bottom: 1em;
  /* background-color: blue; */
  border-radius: .75rem .75rem 0 0;
}