@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*,
html {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: "Poppins", sans-serif;
}
p {
  color: #555555;
  font-weight: 500;
  font-size: 1rem;
}
.main {
  width: 90%;
  margin: 0 auto;
}
.width-col {
  flex: 1;
  width: 50%;
}

.inspect-and-adapt-main {
  padding: 10rem 0 5rem 3rem;
  display: flex;
  align-items: center;
}

.main-heading {
  font-size: 2.625rem;
  font-weight: 500;
  line-height: normal;
}
.main-heading-sub-text {
  background: linear-gradient(90deg, #26baa1, #105282);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.left-content {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  justify-content: center;
}

.cta-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}
.cta-btns > a {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 0.313rem;
  padding: 0.5rem 2rem;
}
.see-pricing-btn {
  color: #26baa1;
  border: 1px solid #26baa1;
}
.book-demo-btn {
  color: #ffffff;
  background: #26baa1;
}
.planning-features-list {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
li {
  display: flex;
  list-style: none;
  gap: 0.5rem;
}
.right-content {
  position: relative;
}
.right-content::after {
  background: #acd8ff;
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  width: 100%;
  height: 90%;
  z-index: -1;
  filter: blur(80px);
}

.right-content > img,
.right-image-section > img {
  width: 100%;
  height: 100%;
  display: block;
}
.clients-heading {
  color: #222;
  text-align: center;
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.client-section {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.clients-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  position: relative;
  gap: 2.5rem;
}
.what-is-inspect-and-adapt {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.what-is-inspect-title {
  color: #2075cc;
  text-align: center;
  font-size: 18px;
}
.what-is-inspect-heading {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-weight: 500;
}
.aspects-of-kendis-section {
  padding: 0;
}
.what-is-inspect-description {
  color: #555;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}
.flex-col {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-inline: 2rem;
  align-items: start;
}
.col-width {
  width: 50%;
}
.delivery-dashboard {
  display: flex;
  align-items: center;
  padding: 2rem 0;
  gap: 5rem;
}
.pi-dasboard-heading {
  color: #181d27;
  font-size: 30px;
  font-weight: 600;
}

/*mini Laptops / larger Tablets  1024px*/
@media (max-width: 64rem) {
  .main-navigation .menu-toggle {
    outline: none;
    border: none;
  }
  .inspect-and-adapt-main,
  .delivery-dashboard {
    flex-direction: column;
  }
  .col-width {
    width: 100%;
  }
  .inspect-and-adapt-main {
    gap: 2rem;
  }
  .main-heading {
    font-size: 2rem;
  }
  .width-col {
    flex: 1;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .inspect-and-adapt-main {
    padding: 3rem 2rem;
  }
  br {
    display: none;
  }
  .cta-btns {
    align-items: center;
    justify-content: center;
  }
  .flex-col {
    padding-inline: 1rem;
  }
}
.learn-more-btn {
  display: flex;
  padding: 0.625rem 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  background: #26baa1;
  color: #fff;
  text-decoration: none;
}
.existing-with-your-alm {
  background: #f9fafc
    url("/wp-content/uploads/inspect-and-adapt/alm-stack-background-light.svg")
    right center / contain no-repeat;
  padding: 2rem 0;
  margin-top: 5rem;
}
.existing-with-alm-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.alm-para {
  font-size: 1.03rem;
  font-weight: 400;
  color: #3a3d42;
}
.ai-strips-parent,
.strips-parent {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.ai-strip-content {
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.5rem;
  color: #5c697c;
  border-radius: 0.75rem;
  font-weight: 500;
}
.learn-more-btn > span,
p > span {
  padding-inline: 1rem;
}
.more-det-btn {
  width: fit-content;
  padding: 0.5rem 1.5rem;
  border-radius: 0.402rem;
  margin-top: 1rem;
  font-size: 1rem;
}
.trial-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  background: #26baa1;
  text-decoration: none;
  color: #fff !important;
}

/* Tablets 768px*/
@media (max-width: 48rem) {
  .left-content {
    text-align: center;
  }
  .planning-features-list {
    align-items: center;
    justify-content: center;
  }
  .clients-logos {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
  }
  .pi-dasboard-heading {
    font-size: 26px;
  }
  .what-is-inspect-title {
    text-align: center;
    width: 100%;
  }
  .rev-content {
    align-items: center;
  }
}

/* Mobiles 425px*/
@media (max-width: 26.5625rem) {
  .inspect-and-adapt-main {
    padding: 1rem;
  }
  .main-heading {
    font-size: 1.625rem;
  }
  .client-section {
    padding: 1rem;
  }
  .what-is-inspect-heading {
    font-size: 1.5rem;
  }
  .pi-dasboard-heading {
    font-size: 22px;
    text-align: center;
    width: 100%;
  }
}
