@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");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body {
  font-family: "Poppins", sans-serif;
  line-height: normal !important;
}
p {
  font-size: 1rem;
}
.main {
  width: 90%;
  margin: 0 auto;
}
.main-content {
  background-color: #061b1d;
}
.hero-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 8rem;
  gap: 2rem;
}
.title-btn {
  padding: 0.4rem 2.5rem;
  border: 0.5px solid #02b57b;
  border-radius: 0.756rem;
  background: #dff4ed24;
  color: #4ae3b1;
  font-weight: 400;
  font-size: 1rem;
}
.org-view-title {
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  font-size: 2.625rem;
  line-height: normal;
}
.org-view-description {
  color: #ffffff;
  text-align: center;
}
.hero-btn-parent {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
.hero-btn-parent > a {
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 0.75rem;
  border: 1px solid transparent;
}

.trial-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  background: #059669;
  color: #fff !important;
}
.demo-btn {
  border: 1px solid #fff !important;
  color: #fff !important;
}
.what-is-kendis-org-views {
  padding: 0;
}
.what-is-kendis-org-views-background {
  background-image:
    linear-gradient(
      to bottom,
      #051b1d,
      #051b1d,
      #1d917d,
      #1d917d,
      #0c3c34,
      #0c0c0c
    ),
    url("/wp-content/uploads/org-views/view-dots.svg");
  width: 100%;
  padding: 0 0 7rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
.what-is-kendis-org-views-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.what-is-kendis-org-views-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  color: #ffffff;
}

.model-your-organization {
  display: flex;
  align-items: center;
  padding: 2rem 0;
  gap: 2rem;
}
.model-your-organization-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.model-your-organization-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.width-col {
  flex: 1;
  width: 50%;
}
.model-title {
  color: #000000;
  text-align: left;
  line-height: normal;
  font-weight: 500;
  font-size: 2.25rem;
}
.model-para {
  color: #000000;
  text-align: left;
}
.model-your-organization-title-btn {
  background: #e5fff7;
  color: #02b57b;
  width: fit-content;
  font-weight: 500;
  padding: 0.5rem 1.25rem;
  border-radius: 0.563rem;
}
.learn-more-btn {
  color: #26baa1;
  font-weight: 400;
  text-decoration: underline !important;
}

.all-view-head {
  color: #000000;
  text-align: center;
  line-height: normal;
}
/* <!-- all the views your organization needs --> */
.all-views-your-organization {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-inline: 0;
}
.all-views-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  row-gap: 1.5rem;
  align-items: stretch;
}
.card {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  border-radius: 0.75rem;
  padding: 1rem;
  border: 1px solid #e5e5e5;
  box-shadow: #0000000a;
  height: 100%;
  justify-content: space-between;
}
.card-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
}
.card > #card-image {
  width: 3.75rem;
  height: 3.75rem;
}
.learn-more-btn > span,
p > span {
  padding-inline: 1rem;
}

.card-learn-btn {
  text-decoration: none !important;
  color: #02b57b !important;
}
.all-view-heading {
  font-weight: 600;
  font-size: 1.188rem;
  line-height: normal;
}
.all-view-para {
  color: #8b8b8b;
  font-weight: 400;
  font-size: 1rem;
}
.ai-powered-insights {
  background:
    linear-gradient(to right, #080b0f, #092f28),
    url("/wp-content/uploads/org-views/view-dots.svg") center center / contain
      no-repeat;
  border-radius: 0.75rem;
  display: flex;
  padding: 0;
  overflow: hidden;
}
.insights-title-btn {
  background: transparent;
  font-weight: 400;
  padding: 0;
}
.ai-pow-title,
.ai-pow-para {
  text-align: left;
}
.ai-strips-parent,
.strips-parent {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}
.strips-parent > p {
  padding: 0.5rem 2rem;
  color: white;
  font-weight: 500;
  background: #99f5f02e;
  border-radius: 0.625rem;
}
.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;
}
.ai-pow-more {
  font-weight: 500;
}
.ai-pow-insights-left {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
  padding: 3rem;
}
.ai-pow-content {
  font-size: 1.75rem;
}
.more-det-btn {
  width: fit-content;
  padding: 0.5rem 1.5rem;
  border-radius: 0.402rem;
  margin-top: 1rem;
  font-size: 1rem;
}
.ai-pow-insights-right {
  padding-top: 3rem;
}
.ai-pow-insights-right > img {
  width: 100%;
  height: 100%;
  display: block;
}
.existing-with-your-alm {
  background: #f9fafc
    url("/wp-content/uploads/org-views/alm-stack-background.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;
}

/* org views section */
.org-views-plan-section {
  display: flex;
  gap: 2rem;
}
.org-view-para,
li > p {
  font-size: 1.125rem;
  font-weight: 400;
}
.org-views-plan-section {
  background: linear-gradient(to right, #f8f9fa, #eafdfa, #48a999);
  padding: 7rem 3rem 3rem 3rem;
  border-radius: 1.375rem;
  margin-top: 5rem;
  font-family: "Inter";
}
.org-views-title {
  font-weight: 600;
}
.org-view-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.list-plan-section > li {
  display: flex;
  gap: 0.5rem;
  list-style: none;
}
li > span {
  color: #02b57b;
}
.org-view-price-col {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 1rem;
  justify-content: space-between;
}
.org-view-price {
  font-size: 4.75rem;
  font-weight: 600;
}
.price-container > p {
  text-align: end;
  font-weight: 400;
  color: #42464c;
}
.org-view-price-comp-btn {
  background: white;
  color: #000000 !important;
  font-weight: 400;
}
.org-trial {
  background: #02b57b !important;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .model-your-organization,
  .ai-powered-insights,
  .org-views-plan-section {
    flex-direction: column;
  }
  .org-view-price-col {
    align-items: center;
  }
  .width-col {
    width: 100%;
  }
  .all-views-content {
    grid-template-columns: repeat(2, 1fr);
  }
  .ai-pow-insights-left {
    padding: 2rem;
  }
  .org-views-plan-section {
    padding: 5rem 2rem 2rem 2rem;
  }
  .ai-pow-insights-right {
    padding-top: 2rem;
  }
}
@media (max-width: 768px) {
  .hero-container {
    padding-top: 4rem;
  }
  .org-view-title {
    font-size: 2rem;
  }
  .main-content {
    padding-top: 6rem;
  }
  br {
    display: none;
  }
  .all-views-content {
    grid-template-columns: repeat(1, 1fr);
  }

  .org-view-price {
    font-size: 3.75rem;
  }
  .org-views-plan-section {
    padding: 3rem 2rem 2rem 2rem;
  }
}

@media (max-width: 480px) {
  .hero-container {
    padding-top: 3rem;
  }
  .org-view-title {
    font-size: 1.5rem;
  }
  .main-content {
    padding-top: 0;
  }
  .main-content {
    padding-top: 4rem;
  }
  .hero-btn-parent {
    flex-wrap: wrap;
  }
  .what-is-kendis-org-views-content {
    padding: 0 1rem;
  }
  .ai-pow-insights-left {
    padding: 1rem;
  }
  .org-view-para,
  li > p {
    font-size: 1rem;
  }
  .org-view-price {
    font-size: 2.75rem;
  }
  .ai-pow-insights-right {
    padding-top: 1rem;
  }
}
