#hero-edTech {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/img/education-bg.jpg") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}
#hero-iot-service {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/img/iot-banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}

#hero-healthcare {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/img/healthcare-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}
.drone-bg {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/img/drone-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}

#hero-iot-service .hero-content .title {
  font-size: 3.2rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #00263a;
  font-weight: 600;
}

#hero-iot-service .hero-content .description {
  font-size: 1.675rem;
  line-height: 1.2;
  color: #00263a;
  font-weight: 500;
}

#hero-service-software-dev .hero-content .title {
  font-size: 3.2rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #333333;
  font-weight: 600;
  z-index: 1000 !important;
  position: relative;
}

#hero-service-software-dev .hero-content .description {
  font-size: 1.675rem;
  line-height: 1.2;
  color: #333333;
  font-weight: 500;
  z-index: 1000 !important;
  position: relative;
}

#hero-career {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/img/career-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}
#hero-life {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/img/employee-fun-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}
#hero-blog {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/img/blog-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}
#hero-policy {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/img/privacy-policy-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}
#hero-faq {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/img/faq-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}
#hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#hero-service-software-dev {
  position: relative;
  background-image: url("/assets/images/software_developemnt_banner.webp") !important;
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  max-height: 550px;
}
#hero-service-software-dev::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: linear-gradient(
    200deg,
    rgba(221, 121, 232, 0.436),
    rgba(148, 76, 148, 0.502)
  ) !important;
}
#hero-service-cloud {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/img/cloud-service-bg.jpg") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}

#hero-service-cloud .hero-content .title {
  font-size: 3.2rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #00263a;
  font-weight: 600;
}

#hero-service-cloud .hero-content .description {
  font-size: 1.675rem;
  line-height: 1.2;
  color: #00263a;
  font-weight: 500;
}

#ai-hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/assets/images/enterprise_ai_banner.jfif") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}

#ai-hero .hero-content .title {
  font-size: 3.2rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #fff;
  font-weight: 600;
  z-index: 1000;
}

#ai-hero .hero-content .description {
  font-size: 1.675rem;
  line-height: 1.2;
  color: #fff;

  font-weight: 500;
}
#data-analytics-hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("/img/data-analytics.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}

#data-analytics-hero .hero-content .title {
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  color: #fff;
  font-weight: 600;
}

#data-analytics-hero .hero-content .description {
  font-size: 1.675rem;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
}

#hero-news {
  background-image: url("/img/news_banner.png") !important;
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-height: 550px;
  position: relative;
}
#hero-news .hero-content {
  z-index: 1000;
  position: relative;
}
#hero-news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: linear-gradient(
    200deg,
    rgba(221, 121, 232, 0.436),
    rgba(148, 76, 148, 0.502)
  ) !important;
}
