.banner-section-ai {
  background: url("../images/leadiere/1.jpg") no-repeat center center;
  background-size: cover;
  color: white;
  padding: 50px 0;
  position: relative;
  object-fit: cover;
}

.banner-section-ai::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 34, 66, 0.7);
  /* background-color: #032242; */
  /* white overlay with 60% opacity */
  backdrop-filter: blur(2px);
  /* soft blur for effect */
  z-index: 1;
}

.site-content .ast-container {
  display: block;
}

.banner-ai-content {
  position: relative;
  z-index: 2;
}

.banner-ai-content h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 1px;
  color: #ffffff;
  font-family: "Inter", Sans-serif;
}

.para-widget {
  margin: 010px 0 020px 0;
  padding: 0 0 0 015px;
  border-style: solid;
  border-width: 0 0 0 2px;
  border-color: #008dd2;
}

.para-widget.two {
  margin: 010px 0 020px 0;
  padding: 0 0 0 015px;
  border-style: solid;
  border-width: 0 0 0 10px;
  border-color: #fff;
}

@media (max-width: 1024px) {
  .banner-ai-content h2 {
    font-size: 33px;
    line-height: 42px;
  }
}

.features-section {
  background-color: #f6f6f6;
}

.cards-wrapper.two {
  height: 100%;
}

.card-one.two::before {
  content: "02";
}

.card-one.three::before {
  content: "03";
}

.card-one.four::before {
  content: "04";
}

.card-one.five::before {
  content: "05";
}

.card-one {
  height: 100%;
}

.highlight-points-ai {
  margin-left: 0px;
}

.solution-section.two {
  background: none;
  position: relative;
  z-index: 1;
}

.solution-card {
  background: rgb(255 255 255 / 0.1);
  padding: 0030px 20px 030px 20px;
  text-align: center;
  transition: all 0.5s;
  height: 100%;
}

.solution-card .solution-title {
  font-family: "Inter", Sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.solution-card .solution-title,
.solution-card .solution-content {
  color: #fff;
}

.solution-card .icon-wrap {
  background-color: #005ca1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px auto;
}

.solution-card .icon-wrap img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.solution-card:hover {
  box-shadow: 0px 0px 10px -2px rgb(255 255 255 / 30%);
  transform: translateY(-5px);
}

.icon-wrap {
  background-color: #008dd2;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px auto;
  font-size: 32px;
  color: #fff;
}
