/* Start custom CSS for html, class: .elementor-element-5351bdf *//* ==========================================
   9XO ABOUT PAGE
========================================== */

.nxo-about-page {
  --nxo-primary: #6c35e8;
  --nxo-primary-dark: #5222c4;
  --nxo-dark: #20212a;
  --nxo-text: #555765;
  --nxo-purple-light: #f3edff;
  --nxo-lavender: #eee5ff;
  --nxo-mint: #e9fff6;
  --nxo-cream: #fff9e7;
  --nxo-blue-light: #edf8ff;
  --nxo-border: #e9e6ef;
  --nxo-white: #ffffff;

  color: var(--nxo-dark);
  font-family: "Poppins", Arial, sans-serif;
  overflow: hidden;
}

.nxo-about-page *,
.nxo-about-page *::before,
.nxo-about-page *::after {
  box-sizing: border-box;
}

.nxo-about-page img {
  max-width: 100%;
  display: block;
}

.nxo-container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.nxo-section {
  padding: 96px 0;
}

.nxo-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--nxo-primary);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.nxo-section-heading {
  max-width: 680px;
  margin: 0 auto 48px;
  text-align: center;
}

.nxo-section-heading h2,
.nxo-story-content h2,
.nxo-values-layout h2,
.nxo-cta-content h2 {
  margin: 0;
  color: var(--nxo-dark);
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.15;
  letter-spacing: -1.5px;
}

.nxo-button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.nxo-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease,
    background-color 0.25s ease;
}

.nxo-button:hover {
  transform: translateY(-2px);
}

.nxo-button-primary {
  background: linear-gradient(
    135deg,
    var(--nxo-primary),
    var(--nxo-primary-dark)
  );
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(108, 53, 232, 0.25);
}

.nxo-button-outline {
  border-color: #aaa5b8;
  color: var(--nxo-dark) !important;
  background: rgba(255, 255, 255, 0.55);
}


/* HERO */

.nxo-hero {
  padding: 55px 0;
  background:
    radial-gradient(circle at 75% 20%, rgba(255,255,255,.9), transparent 25%),
    linear-gradient(135deg, #fbf8ff 0%, #eee0ff 52%, #e8dafd 100%);
}

.nxo-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.25fr);
  align-items: center;
  gap: 48px;
}

.nxo-hero-content h1 {
  max-width: 580px;
  margin: 0;
  color: var(--nxo-dark);
  font-size: clamp(42px, 5.6vw, 74px);
  line-height: 1.05;
  letter-spacing: -3px;
}

.nxo-hero-content h1 span {
  color: var(--nxo-primary);
}

.nxo-hero-content p {
  max-width: 540px;
  margin: 24px 0 0;
  color: var(--nxo-text);
  font-size: 17px;
  line-height: 1.75;
}

.nxo-hero-image {
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 30px 70px rgba(72, 42, 115, 0.2);
}

.nxo-hero-image img {
  width: 100%;
  min-height: 490px;
  object-fit: cover;
}


/* STORY */

.nxo-story {
  background: #fff;
}

.nxo-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 70px;
  align-items: center;
}

.nxo-story-image {
  overflow: hidden;
  border-radius: 26px;
  box-shadow: 0 25px 60px rgba(33, 34, 44, 0.12);
}

.nxo-story-image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.nxo-story-content > p {
  margin: 20px 0 0;
  color: var(--nxo-text);
  font-size: 16px;
  line-height: 1.8;
}

.nxo-promise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 34px;
}

.nxo-promise-card {
  padding: 22px 18px;
  border: 1px solid var(--nxo-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(30, 31, 40, 0.05);
}

.nxo-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-bottom: 17px;
  border-radius: 50%;
  color: var(--nxo-primary);
  background: var(--nxo-purple-light);
  font-size: 24px;
}

.nxo-promise-card h3 {
  margin: 0 0 8px;
  font-size: 15px;
}

.nxo-promise-card p {
  margin: 0;
  color: var(--nxo-text);
  font-size: 12px;
  line-height: 1.6;
}


/* PROCESS */

.nxo-process {
  background: #fcfbff;
}

.nxo-process-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.nxo-process-item {
  position: relative;
  padding: 26px 14px;
  text-align: center;
}

.nxo-process-number {
  position: absolute;
  top: 7px;
  right: 10px;
  color: #ddd6eb;
  font-size: 13px;
  font-weight: 700;
}

.nxo-process-icon {
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  margin: 0 auto 18px;
  border-radius: 50%;
  color: var(--nxo-primary);
  background: var(--nxo-purple-light);
  font-size: 26px;
}

.nxo-process-item h3 {
  margin: 0 0 8px;
  font-size: 15px;
}

.nxo-process-item p {
  margin: 0;
  color: var(--nxo-text);
  font-size: 12px;
  line-height: 1.55;
}


/* CATEGORIES */

.nxo-categories {
  background: #fff;
}

.nxo-category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

.nxo-category-card {
  overflow: hidden;
  border: 1px solid var(--nxo-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(31, 32, 40, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.nxo-category-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 22px 45px rgba(31, 32, 40, 0.12);
}

.nxo-category-card a {
  color: inherit;
  text-decoration: none !important;
}

.nxo-category-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.nxo-category-content {
  padding: 17px;
}

.nxo-category-content h3 {
  margin: 0 0 7px;
  font-size: 15px;
}

.nxo-category-content span {
  color: var(--nxo-primary);
  font-size: 12px;
  font-weight: 700;
}


/* STATS */

.nxo-stats {
  padding: 35px 0;
  background: linear-gradient(90deg, #f6f0ff, #eee4ff, #f9f5ff);
}

.nxo-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.nxo-stats article {
  text-align: center;
}

.nxo-stats span {
  display: block;
  color: var(--nxo-primary);
  font-size: 30px;
  font-weight: 700;
}

.nxo-stats p {
  margin: 5px 0 0;
  color: var(--nxo-text);
  font-size: 13px;
}


/* TEAM */

.nxo-team {
  background: #fff;
}

.nxo-team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.nxo-team-card {
  overflow: hidden;
  border: 1px solid var(--nxo-border);
  border-radius: 18px;
  background: #fff;
  text-align: center;
  box-shadow: 0 14px 35px rgba(34, 35, 43, 0.06);
}

.nxo-team-card img {
  width: 100%;
  aspect-ratio: 1 / 1.05;
  object-fit: cover;
}

.nxo-team-card div {
  padding: 18px;
}

.nxo-team-card h3 {
  margin: 0 0 6px;
  font-size: 16px;
}

.nxo-team-card p {
  margin: 0;
  color: var(--nxo-text);
  font-size: 12px;
}


/* TESTIMONIALS */

.nxo-testimonials {
  background: #fcfbff;
}

.nxo-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.nxo-testimonial-card {
  margin: 0;
  padding: 30px;
  border: 1px solid var(--nxo-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(30, 31, 40, 0.06);
}

.nxo-stars {
  margin-bottom: 18px;
  color: var(--nxo-primary);
  letter-spacing: 3px;
}

.nxo-testimonial-card p {
  margin: 0;
  color: var(--nxo-dark);
  font-size: 15px;
  line-height: 1.75;
}

.nxo-testimonial-card footer {
  margin-top: 20px;
  color: var(--nxo-text);
  font-size: 13px;
  font-weight: 600;
}


/* VALUES */

.nxo-values {
  background: #fff;
}

.nxo-values-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 70px;
  padding: 60px;
  border-radius: 26px;
  background: var(--nxo-mint);
}

.nxo-values-list {
  display: grid;
  gap: 22px;
}

.nxo-values-list article {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 15px;
}

.nxo-values-list article > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: #22cb85;
  color: #fff;
  font-weight: 700;
}

.nxo-values-list h3 {
  margin: 0 0 5px;
  font-size: 15px;
}

.nxo-values-list p {
  margin: 0;
  color: var(--nxo-text);
  font-size: 13px;
  line-height: 1.65;
}


/* CTA */

.nxo-cta {
  padding-top: 40px;
}

.nxo-cta-inner {
  position: relative;
  display: grid;
  grid-template-columns: 230px 1fr 230px;
  min-height: 330px;
  align-items: center;
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at 10% 90%, #d6c1ff, transparent 35%),
    radial-gradient(circle at 90% 20%, #e1ceff, transparent 35%),
    linear-gradient(135deg, #f4efff, #e7dcff);
}

.nxo-cta-content {
  position: relative;
  z-index: 2;
  padding: 60px 20px;
  text-align: center;
}

.nxo-cta-content p {
  max-width: 580px;
  margin: 18px auto 26px;
  color: var(--nxo-text);
  line-height: 1.7;
}

.nxo-cta-product {
  align-self: end;
}

.nxo-cta-product img {
  width: 100%;
  max-height: 280px;
  object-fit: contain;
}


/* TABLET */

@media (max-width: 1024px) {

  .nxo-section {
    padding: 75px 0;
  }

  .nxo-hero-grid,
  .nxo-story-grid {
    gap: 40px;
  }

  .nxo-process-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .nxo-category-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .nxo-team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nxo-values-layout {
    gap: 45px;
    padding: 45px;
  }
}


/* MOBILE */

@media (max-width: 767px) {

  .nxo-container {
    width: min(100% - 28px, 1180px);
  }

  .nxo-section {
    padding: 58px 0;
  }

  .nxo-hero {
    padding-top: 32px;
  }

  .nxo-hero-grid,
  .nxo-story-grid,
  .nxo-values-layout {
    grid-template-columns: 1fr;
  }

  .nxo-hero-content {
    text-align: center;
  }

  .nxo-hero-content h1 {
    font-size: 43px;
    letter-spacing: -2px;
  }

  .nxo-hero-content p {
    margin-inline: auto;
  }

  .nxo-button-group {
    justify-content: center;
  }

  .nxo-hero-image {
    border-radius: 20px;
  }

  .nxo-hero-image img {
    min-height: 310px;
  }

  .nxo-story-grid {
    gap: 35px;
  }

  .nxo-story-content {
    text-align: left;
  }

  .nxo-promise-grid {
    grid-template-columns: 1fr;
  }

  .nxo-process-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .nxo-category-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .nxo-category-content {
    padding: 13px;
  }

  .nxo-category-content h3 {
    font-size: 13px;
  }

  .nxo-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 28px;
  }

  .nxo-team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
  }

  .nxo-team-card h3 {
    font-size: 13px;
  }

  .nxo-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .nxo-values-layout {
    padding: 30px 24px;
  }

  .nxo-cta-inner {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .nxo-cta-product {
    display: none;
  }

  .nxo-cta-content {
    padding: 50px 10px;
  }
}


/* SMALL MOBILE */

@media (max-width: 420px) {

  .nxo-category-grid,
  .nxo-team-grid {
    grid-template-columns: 1fr;
  }

  .nxo-process-grid {
    grid-template-columns: 1fr;
  }

  .nxo-button-group {
    flex-direction: column;
  }

  .nxo-button {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3cd83fd *//* ==========================================
   9XO ABOUT PAGE
========================================== */

.nxo-about-page {
  --nxo-primary: #6c35e8;
  --nxo-primary-dark: #5222c4;
  --nxo-dark: #20212a;
  --nxo-text: #555765;
  --nxo-purple-light: #f3edff;
  --nxo-lavender: #eee5ff;
  --nxo-mint: #e9fff6;
  --nxo-cream: #fff9e7;
  --nxo-blue-light: #edf8ff;
  --nxo-border: #e9e6ef;
  --nxo-white: #ffffff;

  color: var(--nxo-dark);
  font-family: "Poppins", Arial, sans-serif;
  overflow: hidden;
}

.nxo-about-page *,
.nxo-about-page *::before,
.nxo-about-page *::after {
  box-sizing: border-box;
}

.nxo-about-page img {
  max-width: 100%;
  display: block;
}

.nxo-container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.nxo-section {
  padding: 96px 0;
}

.nxo-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--nxo-primary);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.nxo-section-heading {
  max-width: 680px;
  margin: 0 auto 48px;
  text-align: center;
}

.nxo-section-heading h2,
.nxo-story-content h2,
.nxo-values-layout h2,
.nxo-cta-content h2 {
  margin: 0;
  color: var(--nxo-dark);
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.15;
  letter-spacing: -1.5px;
}

.nxo-button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.nxo-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease,
    background-color 0.25s ease;
}

.nxo-button:hover {
  transform: translateY(-2px);
}

.nxo-button-primary {
  background: linear-gradient(
    135deg,
    var(--nxo-primary),
    var(--nxo-primary-dark)
  );
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(108, 53, 232, 0.25);
}

.nxo-button-outline {
  border-color: #aaa5b8;
  color: var(--nxo-dark) !important;
  background: rgba(255, 255, 255, 0.55);
}


/* HERO */

.nxo-hero {
  padding: 55px 0;
  background:
    radial-gradient(circle at 75% 20%, rgba(255,255,255,.9), transparent 25%),
    linear-gradient(135deg, #fbf8ff 0%, #eee0ff 52%, #e8dafd 100%);
}

.nxo-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.25fr);
  align-items: center;
  gap: 48px;
}

.nxo-hero-content h1 {
  max-width: 580px;
  margin: 0;
  color: var(--nxo-dark);
  font-size: clamp(42px, 5.6vw, 74px);
  line-height: 1.05;
  letter-spacing: -3px;
}

.nxo-hero-content h1 span {
  color: var(--nxo-primary);
}

.nxo-hero-content p {
  max-width: 540px;
  margin: 24px 0 0;
  color: var(--nxo-text);
  font-size: 17px;
  line-height: 1.75;
}

.nxo-hero-image {
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 30px 70px rgba(72, 42, 115, 0.2);
}

.nxo-hero-image img {
  width: 100%;
  min-height: 490px;
  object-fit: cover;
}


/* STORY */

.nxo-story {
  background: #fff;
}

.nxo-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 70px;
  align-items: center;
}

.nxo-story-image {
  overflow: hidden;
  border-radius: 26px;
  box-shadow: 0 25px 60px rgba(33, 34, 44, 0.12);
}

.nxo-story-image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.nxo-story-content > p {
  margin: 20px 0 0;
  color: var(--nxo-text);
  font-size: 16px;
  line-height: 1.8;
}

.nxo-promise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 34px;
}

.nxo-promise-card {
  padding: 22px 18px;
  border: 1px solid var(--nxo-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(30, 31, 40, 0.05);
}

.nxo-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-bottom: 17px;
  border-radius: 50%;
  color: var(--nxo-primary);
  background: var(--nxo-purple-light);
  font-size: 24px;
}

.nxo-promise-card h3 {
  margin: 0 0 8px;
  font-size: 15px;
}

.nxo-promise-card p {
  margin: 0;
  color: var(--nxo-text);
  font-size: 12px;
  line-height: 1.6;
}


/* PROCESS */

.nxo-process {
  background: #fcfbff;
}

.nxo-process-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.nxo-process-item {
  position: relative;
  padding: 26px 14px;
  text-align: center;
}

.nxo-process-number {
  position: absolute;
  top: 7px;
  right: 10px;
  color: #ddd6eb;
  font-size: 13px;
  font-weight: 700;
}

.nxo-process-icon {
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  margin: 0 auto 18px;
  border-radius: 50%;
  color: var(--nxo-primary);
  background: var(--nxo-purple-light);
  font-size: 26px;
}

.nxo-process-item h3 {
  margin: 0 0 8px;
  font-size: 15px;
}

.nxo-process-item p {
  margin: 0;
  color: var(--nxo-text);
  font-size: 12px;
  line-height: 1.55;
}


/* CATEGORIES */

.nxo-categories {
  background: #fff;
}

.nxo-category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

.nxo-category-card {
  overflow: hidden;
  border: 1px solid var(--nxo-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(31, 32, 40, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.nxo-category-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 22px 45px rgba(31, 32, 40, 0.12);
}

.nxo-category-card a {
  color: inherit;
  text-decoration: none !important;
}

.nxo-category-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.nxo-category-content {
  padding: 17px;
}

.nxo-category-content h3 {
  margin: 0 0 7px;
  font-size: 15px;
}

.nxo-category-content span {
  color: var(--nxo-primary);
  font-size: 12px;
  font-weight: 700;
}


/* STATS */

.nxo-stats {
  padding: 35px 0;
  background: linear-gradient(90deg, #f6f0ff, #eee4ff, #f9f5ff);
}

.nxo-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.nxo-stats article {
  text-align: center;
}

.nxo-stats span {
  display: block;
  color: var(--nxo-primary);
  font-size: 30px;
  font-weight: 700;
}

.nxo-stats p {
  margin: 5px 0 0;
  color: var(--nxo-text);
  font-size: 13px;
}


/* TEAM */

.nxo-team {
  background: #fff;
}

.nxo-team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.nxo-team-card {
  overflow: hidden;
  border: 1px solid var(--nxo-border);
  border-radius: 18px;
  background: #fff;
  text-align: center;
  box-shadow: 0 14px 35px rgba(34, 35, 43, 0.06);
}

.nxo-team-card img {
  width: 100%;
  aspect-ratio: 1 / 1.05;
  object-fit: cover;
}

.nxo-team-card div {
  padding: 18px;
}

.nxo-team-card h3 {
  margin: 0 0 6px;
  font-size: 16px;
}

.nxo-team-card p {
  margin: 0;
  color: var(--nxo-text);
  font-size: 12px;
}


/* TESTIMONIALS */

.nxo-testimonials {
  background: #fcfbff;
}

.nxo-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.nxo-testimonial-card {
  margin: 0;
  padding: 30px;
  border: 1px solid var(--nxo-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(30, 31, 40, 0.06);
}

.nxo-stars {
  margin-bottom: 18px;
  color: var(--nxo-primary);
  letter-spacing: 3px;
}

.nxo-testimonial-card p {
  margin: 0;
  color: var(--nxo-dark);
  font-size: 15px;
  line-height: 1.75;
}

.nxo-testimonial-card footer {
  margin-top: 20px;
  color: var(--nxo-text);
  font-size: 13px;
  font-weight: 600;
}


/* VALUES */

.nxo-values {
  background: #fff;
}

.nxo-values-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 70px;
  padding: 60px;
  border-radius: 26px;
  background: var(--nxo-mint);
}

.nxo-values-list {
  display: grid;
  gap: 22px;
}

.nxo-values-list article {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 15px;
}

.nxo-values-list article > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: #22cb85;
  color: #fff;
  font-weight: 700;
}

.nxo-values-list h3 {
  margin: 0 0 5px;
  font-size: 15px;
}

.nxo-values-list p {
  margin: 0;
  color: var(--nxo-text);
  font-size: 13px;
  line-height: 1.65;
}


/* CTA */

.nxo-cta {
  padding-top: 40px;
}

.nxo-cta-inner {
  position: relative;
  display: grid;
  grid-template-columns: 230px 1fr 230px;
  min-height: 330px;
  align-items: center;
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at 10% 90%, #d6c1ff, transparent 35%),
    radial-gradient(circle at 90% 20%, #e1ceff, transparent 35%),
    linear-gradient(135deg, #f4efff, #e7dcff);
}

.nxo-cta-content {
  position: relative;
  z-index: 2;
  padding: 60px 20px;
  text-align: center;
}

.nxo-cta-content p {
  max-width: 580px;
  margin: 18px auto 26px;
  color: var(--nxo-text);
  line-height: 1.7;
}

.nxo-cta-product {
  align-self: end;
}

.nxo-cta-product img {
  width: 100%;
  max-height: 280px;
  object-fit: contain;
}


/* TABLET */

@media (max-width: 1024px) {

  .nxo-section {
    padding: 75px 0;
  }

  .nxo-hero-grid,
  .nxo-story-grid {
    gap: 40px;
  }

  .nxo-process-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .nxo-category-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .nxo-team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nxo-values-layout {
    gap: 45px;
    padding: 45px;
  }
}


/* MOBILE */

@media (max-width: 767px) {

  .nxo-container {
    width: min(100% - 28px, 1180px);
  }

  .nxo-section {
    padding: 58px 0;
  }

  .nxo-hero {
    padding-top: 32px;
  }

  .nxo-hero-grid,
  .nxo-story-grid,
  .nxo-values-layout {
    grid-template-columns: 1fr;
  }

  .nxo-hero-content {
    text-align: center;
  }

  .nxo-hero-content h1 {
    font-size: 43px;
    letter-spacing: -2px;
  }

  .nxo-hero-content p {
    margin-inline: auto;
  }

  .nxo-button-group {
    justify-content: center;
  }

  .nxo-hero-image {
    border-radius: 20px;
  }

  .nxo-hero-image img {
    min-height: 310px;
  }

  .nxo-story-grid {
    gap: 35px;
  }

  .nxo-story-content {
    text-align: left;
  }

  .nxo-promise-grid {
    grid-template-columns: 1fr;
  }

  .nxo-process-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .nxo-category-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .nxo-category-content {
    padding: 13px;
  }

  .nxo-category-content h3 {
    font-size: 13px;
  }

  .nxo-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 28px;
  }

  .nxo-team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
  }

  .nxo-team-card h3 {
    font-size: 13px;
  }

  .nxo-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .nxo-values-layout {
    padding: 30px 24px;
  }

  .nxo-cta-inner {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .nxo-cta-product {
    display: none;
  }

  .nxo-cta-content {
    padding: 50px 10px;
  }
}


/* SMALL MOBILE */

@media (max-width: 420px) {

  .nxo-category-grid,
  .nxo-team-grid {
    grid-template-columns: 1fr;
  }

  .nxo-process-grid {
    grid-template-columns: 1fr;
  }

  .nxo-button-group {
    flex-direction: column;
  }

  .nxo-button {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3ebe6e4 *//* ==========================================
   9XO ABOUT PAGE
========================================== */

.nxo-about-page {
  --nxo-primary: #6c35e8;
  --nxo-primary-dark: #5222c4;
  --nxo-dark: #20212a;
  --nxo-text: #555765;
  --nxo-purple-light: #f3edff;
  --nxo-lavender: #eee5ff;
  --nxo-mint: #e9fff6;
  --nxo-cream: #fff9e7;
  --nxo-blue-light: #edf8ff;
  --nxo-border: #e9e6ef;
  --nxo-white: #ffffff;

  color: var(--nxo-dark);
  font-family: "Poppins", Arial, sans-serif;
  overflow: hidden;
}

.nxo-about-page *,
.nxo-about-page *::before,
.nxo-about-page *::after {
  box-sizing: border-box;
}

.nxo-about-page img {
  max-width: 100%;
  display: block;
}

.nxo-container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.nxo-section {
  padding: 96px 0;
}

.nxo-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--nxo-primary);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.nxo-section-heading {
  max-width: 680px;
  margin: 0 auto 48px;
  text-align: center;
}

.nxo-section-heading h2,
.nxo-story-content h2,
.nxo-values-layout h2,
.nxo-cta-content h2 {
  margin: 0;
  color: var(--nxo-dark);
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.15;
  letter-spacing: -1.5px;
}

.nxo-button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.nxo-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border: 1px solid transparent;
  border-radius: 9px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease,
    background-color 0.25s ease;
}

.nxo-button:hover {
  transform: translateY(-2px);
}

.nxo-button-primary {
  background: linear-gradient(
    135deg,
    var(--nxo-primary),
    var(--nxo-primary-dark)
  );
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(108, 53, 232, 0.25);
}

.nxo-button-outline {
  border-color: #aaa5b8;
  color: var(--nxo-dark) !important;
  background: rgba(255, 255, 255, 0.55);
}


/* HERO */

.nxo-hero {
  padding: 55px 0;
  background:
    radial-gradient(circle at 75% 20%, rgba(255,255,255,.9), transparent 25%),
    linear-gradient(135deg, #fbf8ff 0%, #eee0ff 52%, #e8dafd 100%);
}

.nxo-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.25fr);
  align-items: center;
  gap: 48px;
}

.nxo-hero-content h1 {
  max-width: 580px;
  margin: 0;
  color: var(--nxo-dark);
  font-size: clamp(42px, 5.6vw, 74px);
  line-height: 1.05;
  letter-spacing: -3px;
}

.nxo-hero-content h1 span {
  color: var(--nxo-primary);
}

.nxo-hero-content p {
  max-width: 540px;
  margin: 24px 0 0;
  color: var(--nxo-text);
  font-size: 17px;
  line-height: 1.75;
}

.nxo-hero-image {
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 30px 70px rgba(72, 42, 115, 0.2);
}

.nxo-hero-image img {
  width: 100%;
  min-height: 490px;
  object-fit: cover;
}


/* STORY */

.nxo-story {
  background: #fff;
}

.nxo-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 70px;
  align-items: center;
}

.nxo-story-image {
  overflow: hidden;
  border-radius: 26px;
  box-shadow: 0 25px 60px rgba(33, 34, 44, 0.12);
}

.nxo-story-image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.nxo-story-content > p {
  margin: 20px 0 0;
  color: var(--nxo-text);
  font-size: 16px;
  line-height: 1.8;
}

.nxo-promise-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 34px;
}

.nxo-promise-card {
  padding: 22px 18px;
  border: 1px solid var(--nxo-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(30, 31, 40, 0.05);
}

.nxo-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  margin-bottom: 17px;
  border-radius: 50%;
  color: var(--nxo-primary);
  background: var(--nxo-purple-light);
  font-size: 24px;
}

.nxo-promise-card h3 {
  margin: 0 0 8px;
  font-size: 15px;
}

.nxo-promise-card p {
  margin: 0;
  color: var(--nxo-text);
  font-size: 12px;
  line-height: 1.6;
}


/* PROCESS */

.nxo-process {
  background: #fcfbff;
}

.nxo-process-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 18px;
}

.nxo-process-item {
  position: relative;
  padding: 26px 14px;
  text-align: center;
}

.nxo-process-number {
  position: absolute;
  top: 7px;
  right: 10px;
  color: #ddd6eb;
  font-size: 13px;
  font-weight: 700;
}

.nxo-process-icon {
  display: grid;
  width: 66px;
  height: 66px;
  place-items: center;
  margin: 0 auto 18px;
  border-radius: 50%;
  color: var(--nxo-primary);
  background: var(--nxo-purple-light);
  font-size: 26px;
}

.nxo-process-item h3 {
  margin: 0 0 8px;
  font-size: 15px;
}

.nxo-process-item p {
  margin: 0;
  color: var(--nxo-text);
  font-size: 12px;
  line-height: 1.55;
}


/* CATEGORIES */

.nxo-categories {
  background: #fff;
}

.nxo-category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

.nxo-category-card {
  overflow: hidden;
  border: 1px solid var(--nxo-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(31, 32, 40, 0.06);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.nxo-category-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 22px 45px rgba(31, 32, 40, 0.12);
}

.nxo-category-card a {
  color: inherit;
  text-decoration: none !important;
}

.nxo-category-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.nxo-category-content {
  padding: 17px;
}

.nxo-category-content h3 {
  margin: 0 0 7px;
  font-size: 15px;
}

.nxo-category-content span {
  color: var(--nxo-primary);
  font-size: 12px;
  font-weight: 700;
}


/* STATS */

.nxo-stats {
  padding: 35px 0;
  background: linear-gradient(90deg, #f6f0ff, #eee4ff, #f9f5ff);
}

.nxo-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.nxo-stats article {
  text-align: center;
}

.nxo-stats span {
  display: block;
  color: var(--nxo-primary);
  font-size: 30px;
  font-weight: 700;
}

.nxo-stats p {
  margin: 5px 0 0;
  color: var(--nxo-text);
  font-size: 13px;
}


/* TEAM */

.nxo-team {
  background: #fff;
}

.nxo-team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.nxo-team-card {
  overflow: hidden;
  border: 1px solid var(--nxo-border);
  border-radius: 18px;
  background: #fff;
  text-align: center;
  box-shadow: 0 14px 35px rgba(34, 35, 43, 0.06);
}

.nxo-team-card img {
  width: 100%;
  aspect-ratio: 1 / 1.05;
  object-fit: cover;
}

.nxo-team-card div {
  padding: 18px;
}

.nxo-team-card h3 {
  margin: 0 0 6px;
  font-size: 16px;
}

.nxo-team-card p {
  margin: 0;
  color: var(--nxo-text);
  font-size: 12px;
}


/* TESTIMONIALS */

.nxo-testimonials {
  background: #fcfbff;
}

.nxo-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.nxo-testimonial-card {
  margin: 0;
  padding: 30px;
  border: 1px solid var(--nxo-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(30, 31, 40, 0.06);
}

.nxo-stars {
  margin-bottom: 18px;
  color: var(--nxo-primary);
  letter-spacing: 3px;
}

.nxo-testimonial-card p {
  margin: 0;
  color: var(--nxo-dark);
  font-size: 15px;
  line-height: 1.75;
}

.nxo-testimonial-card footer {
  margin-top: 20px;
  color: var(--nxo-text);
  font-size: 13px;
  font-weight: 600;
}


/* VALUES */

.nxo-values {
  background: #fff;
}

.nxo-values-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 70px;
  padding: 60px;
  border-radius: 26px;
  background: var(--nxo-mint);
}

.nxo-values-list {
  display: grid;
  gap: 22px;
}

.nxo-values-list article {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 15px;
}

.nxo-values-list article > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: #22cb85;
  color: #fff;
  font-weight: 700;
}

.nxo-values-list h3 {
  margin: 0 0 5px;
  font-size: 15px;
}

.nxo-values-list p {
  margin: 0;
  color: var(--nxo-text);
  font-size: 13px;
  line-height: 1.65;
}


/* CTA */

.nxo-cta {
  padding-top: 40px;
}

.nxo-cta-inner {
  position: relative;
  display: grid;
  grid-template-columns: 230px 1fr 230px;
  min-height: 330px;
  align-items: center;
  overflow: hidden;
  border-radius: 28px;
  background:
    radial-gradient(circle at 10% 90%, #d6c1ff, transparent 35%),
    radial-gradient(circle at 90% 20%, #e1ceff, transparent 35%),
    linear-gradient(135deg, #f4efff, #e7dcff);
}

.nxo-cta-content {
  position: relative;
  z-index: 2;
  padding: 60px 20px;
  text-align: center;
}

.nxo-cta-content p {
  max-width: 580px;
  margin: 18px auto 26px;
  color: var(--nxo-text);
  line-height: 1.7;
}

.nxo-cta-product {
  align-self: end;
}

.nxo-cta-product img {
  width: 100%;
  max-height: 280px;
  object-fit: contain;
}


/* TABLET */

@media (max-width: 1024px) {

  .nxo-section {
    padding: 75px 0;
  }

  .nxo-hero-grid,
  .nxo-story-grid {
    gap: 40px;
  }

  .nxo-process-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .nxo-category-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .nxo-team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nxo-values-layout {
    gap: 45px;
    padding: 45px;
  }
}


/* MOBILE */

@media (max-width: 767px) {

  .nxo-container {
    width: min(100% - 28px, 1180px);
  }

  .nxo-section {
    padding: 58px 0;
  }

  .nxo-hero {
    padding-top: 32px;
  }

  .nxo-hero-grid,
  .nxo-story-grid,
  .nxo-values-layout {
    grid-template-columns: 1fr;
  }

  .nxo-hero-content {
    text-align: center;
  }

  .nxo-hero-content h1 {
    font-size: 43px;
    letter-spacing: -2px;
  }

  .nxo-hero-content p {
    margin-inline: auto;
  }

  .nxo-button-group {
    justify-content: center;
  }

  .nxo-hero-image {
    border-radius: 20px;
  }

  .nxo-hero-image img {
    min-height: 310px;
  }

  .nxo-story-grid {
    gap: 35px;
  }

  .nxo-story-content {
    text-align: left;
  }

  .nxo-promise-grid {
    grid-template-columns: 1fr;
  }

  .nxo-process-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .nxo-category-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .nxo-category-content {
    padding: 13px;
  }

  .nxo-category-content h3 {
    font-size: 13px;
  }

  .nxo-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 28px;
  }

  .nxo-team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
  }

  .nxo-team-card h3 {
    font-size: 13px;
  }

  .nxo-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .nxo-values-layout {
    padding: 30px 24px;
  }

  .nxo-cta-inner {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .nxo-cta-product {
    display: none;
  }

  .nxo-cta-content {
    padding: 50px 10px;
  }
}


/* SMALL MOBILE */

@media (max-width: 420px) {

  .nxo-category-grid,
  .nxo-team-grid {
    grid-template-columns: 1fr;
  }

  .nxo-process-grid {
    grid-template-columns: 1fr;
  }

  .nxo-button-group {
    flex-direction: column;
  }

  .nxo-button {
    width: 100%;
  }
}/* End custom CSS */