:root {
  /* Theme Colors */
  --av-color-primary: #12715b;
  --av-color-black: #000000;
  /* --av-color-text: #555555; */
  --av-color-text: #141b34;
  --av-color-primary-icon: #aaaaaa;
  --av-color-border-color: #e6e6e6;
  --av-color-input-color: #f6f6f6;
  --av-color-white-color: #ffffff;
  --av-color-bg: #fbf9f7;

  /* Theme Font Size */
  --av-font-size-12: 0.75rem;
  --av-font-size-14: 0.875rem;
  --av-font-size-16: 1rem;
  --av-font-size-18: 1.125rem;
  --av-font-size-20: 1.25rem;
  --av-font-size-22: 1.375rem;
  --av-font-size-24: 1.5rem;
  --av-font-size-26: 1.625rem;
  --av-font-size-28: 1.75rem;
  --av-font-size-30: 1.875rem;
  --av-font-size-32: 2rem;
  --av-font-size-34: 2.125rem;
  --av-font-size-36: 2.25rem;
  --av-font-size-38: 2.375rem;
  --av-font-size-40: 2.5rem;
  --av-font-size-42: 2.625rem;
  /* Theme Font Weight */
  --av-font-weight-400: 400;
  --av-font-weight-500: 500;
  --av-font-weight-600: 600;
  --av-font-weight-700: 700;
  /* Theme Radius */
  --av-radius-500: 31.25rem;
  --av-radius-22: 1.375rem;
}

html,
body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0rem;
}

.pro-hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 9.5625rem;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  z-index: 2;
}
.project-hero {
  padding-bottom: 0rem;
}
.project-hero .av-hero-head {
  flex-direction: column;
  text-align: center;
}
.project-hero .hero-text {
  margin-bottom: 1.25rem;
}
.project-hero .demo-btn {
  background: var(--av-color-white-color);
  border: 0.0625rem solid var(--av-color-border-color);
}
.project-hero .hero-btns a {
  width: 13.125rem;
}
.rating {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 1.25rem;
}
.pleft {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.rate-stars {
  display: flex;
  gap: 0.3125rem;
}
.rating-divider {
  width: 0.0625rem;
  height: 1.3125rem;
  background: #d9d9d9;
}
.pright {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}
.pright img {
  width: 1.5rem;
  height: 1.5rem;
}
.pleft p,
.pright p {
  margin-bottom: 0rem;
  font-family: Roboto;
  font-weight: var(--av-font-weight-500);
  font-size: var(--av-font-size-18);
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--av-color-text);
}
.project-companies {
  margin-top: 3.75rem;
}
.project-companies .carousel-container {
  margin-bottom: 3.75rem;
}
.section-divider {
  height: 0.0625rem;
  background: #0000001a;
  margin-bottom: 6.25rem;
}
.optimization-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 3.75rem;
  margin-bottom: 6.25rem;
}
.optimization-grid .feature-card {
  background: var(--av-color-bg);
}
.outcomes-section {
  margin-bottom: 6.25rem;
}
.outcomes-grid {
  display: flex;
  gap: 1.25rem;
  margin-top: 7.1875rem;
}
.left-outcome {
  background: var(--av-color-bg);
  padding: 2.8125rem 2.1875rem 0rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.625rem;
}
.upper-tag {
  display: block;
  width: fit-content;
  font-family: Roboto;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: 0%;
  padding: 0.75rem 1.875rem;
  background: var(--av-color-white-color);
  border: 0.0625rem solid var(--av-color-border-color);
  border-radius: 31.25rem;
  color: var(--av-color-text);
  margin-bottom: 0.9375rem;
}
.left-outcome p {
  margin-bottom: 2.5rem;
  font-family: Sora;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.5rem;
  letter-spacing: -0.02rem;
  text-align: center;
  color: var(--av-color-text);
  max-width: 21.875rem;
}
.right-outcome {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 1.25rem;
}
.right-first {
  background: var(--av-color-bg);
  padding: 2.8125rem 1.875rem 0rem;
  display: flex;
  justify-content: space-between;
  border-radius: 0.625rem;
}
.first-image {
  position: relative;
}
.first-image .arrow-img {
  position: absolute;
  top: 4.6875rem;
  left: -6.5rem;
}
.right-outcome p {
  margin-bottom: 0.9375rem;
  font-family: Sora;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2.5rem;
  letter-spacing: -0.02rem;
  text-align: start;
  color: var(--av-color-text);
  max-width: 21.875rem;
}
.right-outcome span {
  font-family: Roboto;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.75rem;
  letter-spacing: 0%;
  display: block;
  max-width: 24.125rem;
}
.right-second .arrow-img {
  position: absolute;
  top: 4.6875rem;
  left: unset;
}
.right-second .first-content {
  display: flex;
  flex-direction: column;
  align-items: end;
  text-align: end;
}
.right-outcome .right-second p {
  text-align: end;
}
.project-integration .features-head {
  position: relative;
}
.project-integration .features-text {
  position: relative;
  max-width: 71.1875rem;
}
.phero-image {
  overflow: hidden;
}
@media (max-width: 1599.98px) {
  .phero-image img {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .outcomes-grid {
    flex-direction: column;
    margin-top: 4.6875rem;
  }
}
@media (max-width: 992px) {
  .outcomes-grid {
    flex-direction: column;
    margin-top: 3.4375rem;
  }
  .right-first {
    flex-direction: column;
  }
  .right-outcome p {
    max-width: unset;
  }
  .right-outcome span {
    max-width: unset;
    margin-bottom: 1.25rem;
  }
  .right-second .first-content {
    align-items: start;
    text-align: start;
    order: 1;
  }
  .right-second .first-image {
    order: 2;
  }
  .first-image .arrow-img {
    display: none;
  }
  .right-outcome .right-second p {
    text-align: start;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .optimization-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .optimization-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 499.98px) {
  .rating {
    flex-direction: column;
  }
  .rating-divider {
    width: 1.3125rem;
    height: 0.0625rem;
  }
  .first-image img {
    width: 100%;
  }
  .opt-img1 {
    width: -moz-available;
  }
}