#smooth-wrapper {
  height: 100%;
  overflow: hidden;
}
#smooth-content {
  will-change: transform;
}

.tp-hero4-content .title {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.08;
}

.tp-hero4-content .title span {
  background: linear-gradient(90deg, #24c6a2 10%, #0f7f63 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 767px) {
  .tp-hero4-content .title {
    max-width: 100%;
  }
}

.tp-footer-widget.logo-widget img {
  width: 166px;
  height: auto;
  display: block;
}

.tp-footer-widget.logo-widget p {
  color: #ffffff;
  font-size: 24px;
  line-height: 1.35;
  margin-top: 36px;
  margin-bottom: 48px;
}

.tp-footer-widget.logo-widget .tp-social-media {
  padding-left: 0;
}

.lyseis-page-header {
  position: relative;
  background: #f5f7f7;
}

.about-page .tp-breadcrumb-area,
.about-page .tp-about-area {
  display: none;
}

.about-page .tp-header-search,
.about-page .newsletter-widget,
.about-page .online-docs span,
.about-page .tp-social-media .fa-facebook-f,
.about-page .tp-social-media .fa-twitter,
.about-page .tp-social-media .fa-pinterest-p {
  display: none;
}

.about-page .tp-social-media a:has(.fa-facebook-f),
.about-page .tp-social-media a:has(.fa-twitter),
.about-page .tp-social-media a:has(.fa-pinterest-p) {
  display: none;
}

.lyseis-about-hero {
  min-height: 485px;
  padding: 96px 0 72px;
  display: flex;
  align-items: center;
  background: #f5f7f7;
}

.lyseis-about-content {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}

.lyseis-pill {
  width: fit-content;
  margin: 0 auto 34px;
  padding: 7px 14px;
  border-radius: 999px;
  color: #006f5c;
  background: #ddf8ef;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.lyseis-about-content h1 {
  max-width: 850px;
  margin: 0 auto 26px;
  color: #101d23;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.08;
}

.lyseis-about-content p {
  color: #64747c;
  font-size: 17px;
  line-height: 1.7;
  margin: 0 auto 16px;
}

.lyseis-about-content p:last-child {
  margin-bottom: 0;
}

.lyseis-about-content strong {
  color: #101d23;
  font-weight: 700;
}

@media (max-width: 767px) {
  .lyseis-about-hero {
    min-height: auto;
    padding: 72px 0 56px;
  }

  .lyseis-about-content h1 {
    font-size: 34px;
  }

  .lyseis-about-content p {
    font-size: 16px;
  }
}

.about-page {
  background: #f5f7f7;
}

.lyseis-about-header {
  background: #f5f7f7;
}

.lyseis-about-page {
  background: #f5f7f7;
  color: #101d23;
}

.lyseis-about-page .container {
  max-width: 1180px;
}

.lyseis-section {
  padding: 82px 0;
}

.lyseis-solutions {
  background: #ffffff;
}

.lyseis-data,
.lyseis-partner {
  background: #f5f7f7;
}

.lyseis-section-title {
  max-width: 720px;
  margin: 0 auto 58px;
  text-align: center;
}

.lyseis-section-title .lyseis-pill {
  margin-bottom: 22px;
}

.lyseis-section-title h2 {
  margin: 0 0 16px;
  color: #101d23;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.08;
}

.lyseis-section-title p {
  margin: 0 auto;
  color: #64747c;
  font-size: 16px;
  line-height: 1.55;
}

.lyseis-card-grid {
  display: grid;
  gap: 24px;
}

.lyseis-card-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lyseis-card-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.lyseis-card {
  min-height: 360px;
  padding: 34px;
  border: 1px solid #d7e1e4;
  border-radius: 18px;
  background: #ffffff;
}

.lyseis-small-card {
  min-height: 320px;
  padding: 28px;
}

.lyseis-card-icon {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
  border-radius: 12px;
  color: #008b72;
  background: #d9f6ec;
  font-size: 20px;
}

.lyseis-card h3 {
  margin: 0 0 10px;
  color: #101d23;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.lyseis-card p {
  margin: 0 0 24px;
  color: #64747c;
  font-size: 15px;
  line-height: 1.55;
}

.lyseis-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.lyseis-card li {
  position: relative;
  padding: 12px 0 12px 22px;
  color: #33434a;
  font-size: 14px;
  line-height: 1.35;
  border-bottom: 1px dashed #ccdadd;
}

.lyseis-card li:last-child {
  border-bottom: 0;
}

.lyseis-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #20bf93;
}

.lyseis-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.lyseis-proof {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 28px 32px;
  border: 1px solid #d7e1e4;
  border-radius: 18px;
  background: #ffffff;
}

.lyseis-proof span {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  color: #ffffff;
  background: #20bf93;
  font-size: 15px;
}

.lyseis-proof h3 {
  margin: 0 0 4px;
  color: #101d23;
  font-size: 17px;
  font-weight: 700;
}

.lyseis-proof p {
  margin: 0;
  color: #64747c;
  font-size: 14px;
  line-height: 1.45;
}

@media (max-width: 991px) {
  .lyseis-card-grid-2,
  .lyseis-card-grid-3,
  .lyseis-proof-grid {
    grid-template-columns: 1fr;
  }

  .lyseis-section-title h2 {
    font-size: 38px;
  }
}

@media (max-width: 575px) {
  .lyseis-section {
    padding: 60px 0;
  }

  .lyseis-section-title {
    margin-bottom: 34px;
  }

  .lyseis-section-title h2 {
    font-size: 32px;
  }

  .lyseis-card,
  .lyseis-small-card,
  .lyseis-proof {
    padding: 24px;
    border-radius: 14px;
  }
}
