/* --- engagement Policy Page Specific Styles --- */

/* Hero Section */
.engagement-hero-section {
  color: #fff;
  padding: 180px 0 120px 0;
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  background-image: url("../images/hero-bg-engagement.png");
  background-size: cover;
  background-position: center;
  backdrop-filter: blur(25px);
  position: relative;
  overflow: hidden;
}

.engagement-hero-bg-pattern {
  position: absolute;
  top: 0px;
  left: 10px;
}

.engagement-hero-section h1 {
  text-align: center;
  font-family: "Helvetica";
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 120px;
  background: linear-gradient(90deg, #fffcfb 0%, #89dff8 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.engagement-hero-section p {
  color: #d5dbff;
  text-align: center;
  font-family: "Helvetica";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.engagement-title-section {
  /* margin-top: 80px; */
  padding-top: 80px;
  padding-bottom: 80px;
  /* background: linear-gradient(180deg, #118177 8.47%, #adeee7 141.71%); */
  /* background: linear-gradient(180deg, #177196 8.47%, #40b0d3 141.71%); */
  /* background: linear-gradient(180deg, #0f1c30 8.47%, #172a4d 141.71%); */
  background: linear-gradient(180deg, #172a4d 8.47%, #40b0d3 141.71%);
  position: relative;
}

.engagement-title-bg-pattern {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  z-index: -1;
}

.section-img {
  z-index: 2;
}

.engagement-para-container {
  max-width: 900px;
}
.engagement-title-para {
  color: #1b1b1b;
  /* text-align: center; */
  font-family: "Helvetica";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #fff;
}

/* engagement-model-section */

.engagement-model-section {
  margin-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.engagement-model-section .section-header {
  /* max-width: 700px; */
  margin: 0 auto 50px auto;
  text-align: center;
}

.engagement-model-card {
  background-color: #fff;
  /* transition: transform 0.2s ease, box-shadow 0.2s ease; */
  height: 100%;
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
  transition: transform 0.3s ease;
}

.engagement-model-card .engagement-model-card-image {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  font-style: italic;
  position: relative;
  overflow: hidden;
  padding: 1rem;
}

.engagement-model-card .engagement-model-card-image svg {
  width: 200px;
  position: relative;
  z-index: 1;
}
/* .engagement-model-card .engagement-model-card-image img {
  width: 100px;
  position: relative;
  z-index: 1;
} */

.engagement-model-card .card-body {
  padding: 1rem;
  padding-top: 0;
}

.engagement-model-card .card-title {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0.5rem;
  color: #1b1b1b;
}

.engagement-model-card .card-text {
  color: #3d3d3d;
  font-family: "Helvetica";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

/* dedicated team section */

.dedicated-team-section {
  margin-top: 80px;
  margin-bottom: 80px;
  position: relative;
  /* overflow: hidden; */
}

.about-journey-bg-pattern {
  position: absolute;
  /* height: 150%; */
  width: 120%;
  top: -96px;
  right: -120px;
}

.journey-section-img {
  width: 70%;
  z-index: 2;
}

/* digital partner section */
.digital-partner-section {
  background-color: #ffffff;
  margin-top: 80px;
  margin-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.engagement-digital-partner-bg-pattern {
  position: absolute;
  top: 0px;
  right: 0px;
  /* z-index: 1; */
  opacity: 0.75;
}

.ai-solution-section-img {
  width: 80%;
  z-index: 2;
}

.ai-features-list {
  margin-top: 2rem;
}

.ai-features-list p {
  color: #3d3d3d;
  font-family: "Helvetica";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.feature-bullet {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  display: inline-block;
  flex-shrink: 0;
}

/* staff augmentation Process section*/
.staff-augmentation-section {
  /* background: linear-gradient(180deg, #118177 8.47%, #adeee7 141.71%); */
  background: linear-gradient(180deg, #172a4d 8.47%, #118177 141.71%);
  padding-top: 80px;
  padding-bottom: 80px;
}

.engagement-staff-augmentation-bg-pattern {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.35;
  /* z-index: -1; */
}

.staff-augmentation-section .krd-header-font,
.staff-augmentation-section .krd-p-font {
  color: white;
}

.ai-sub-heading {
  color: #fff;
  font-family: "Helvetica";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.sass-section-img {
  width: 70%;
  z-index: 2;
}

/* media queris */
@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1400px) {
}
@media (min-width: 1600px) {
  .about-hero-moto-container {
    padding-right: 200px;
  }
  .our-journey-heading {
    max-width: 500px;
  }
  .journey-para-container {
    max-width: 620px;
  }
}
