.wh-home,
.wh-home * {
  box-sizing: border-box;
}

.wh-home {
  --ink: #101522;
  --muted: #667085;
  --line: rgba(16, 21, 34, .12);
  --violet: #6d4aff;
  --violet2: #9b8cff;
  --cyan: #06b6d4;
  --green: #20c997;
  --soft: #f6f4ff;
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
}

.wh-home a {
  text-decoration: none;
}

.wh-section {
  position: relative;
  overflow: hidden;
}

.wh-kicker .elementor-heading-title,
.wh-kicker {
  letter-spacing: .18em;
  text-transform: uppercase;
  color: #6d4aff !important;
  font-size: 12px !important;
  font-weight: 850 !important;
}

.wh-title .elementor-heading-title {
  letter-spacing: 0 !important;
  line-height: 1 !important;
  font-weight: 760 !important;
}

.wh-hero {
  min-height: 700px;
  background:
    radial-gradient(circle at 77% 20%, rgba(109, 74, 255, .25), transparent 30%),
    radial-gradient(circle at 92% 82%, rgba(6, 182, 212, .16), transparent 30%),
    linear-gradient(135deg, #fff 0%, #f7f5ff 52%, #eefaff 100%);
}

.wh-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(16, 21, 34, .042) 1px, transparent 1px),
    linear-gradient(90deg, rgba(16, 21, 34, .042) 1px, transparent 1px);
  background-size: 50px 50px;
  mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, .9) 55%, transparent 92%);
}

.wh-hero::after {
  content: "";
  position: absolute;
  right: -10%;
  bottom: -24%;
  width: 56%;
  height: 52%;
  background: linear-gradient(135deg, rgba(109, 74, 255, .24), rgba(6, 182, 212, .1));
  filter: blur(16px);
  border-radius: 999px;
}

.wh-hero-copy,
.wh-hero-media {
  position: relative;
  z-index: 1;
}

.wh-hero-media {
  transform: translateY(-72px);
}

.wh-hero-title .elementor-heading-title {
  font-size: 54px !important;
  max-width: 610px;
}

.wh-hero-lead p {
  font-size: 20px !important;
  line-height: 1.52 !important;
  color: #303849 !important;
  max-width: 640px;
}

.wh-hero-intro p {
  font-size: 16px !important;
  line-height: 1.7 !important;
  color: #667085 !important;
  max-width: 610px;
}

.wh-actions .elementor-button {
  min-height: 50px;
  border-radius: 999px !important;
  font-weight: 800 !important;
  box-shadow: 0 18px 38px rgba(109, 74, 255, .16);
}

.wh-trust {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px !important;
  margin-top: 8px;
}

.wh-trust-item {
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 18px 42px rgba(16, 21, 34, .06);
  backdrop-filter: blur(8px);
}

.wh-trust-item .elementor-heading-title {
  font-size: 22px !important;
  line-height: 1 !important;
  color: #101522 !important;
}

.wh-trust-item p {
  margin: 4px 0 0 !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  color: #667085 !important;
}

.wh-visual-shell {
  position: relative;
  min-height: 540px;
  perspective: 1000px;
}

.wh-visual-shell::before {
  content: "";
  position: absolute;
  right: 8%;
  top: 13%;
  width: 82%;
  height: 68%;
  border-radius: 34px;
  background: linear-gradient(135deg, rgba(109, 74, 255, .18), rgba(6, 182, 212, .12));
  filter: blur(28px);
}

.wh-visual-main {
  position: absolute;
  right: -9%;
  top: 0;
  width: 112%;
  padding: 16px;
  border-radius: 30px;
  background: rgba(255, 255, 255, .76);
  border: 1px solid rgba(255, 255, 255, .95);
  box-shadow: 0 34px 96px rgba(38, 24, 92, .2);
  backdrop-filter: blur(10px);
  transform: rotate(-2deg);
}

.wh-visual-main img {
  border-radius: 22px !important;
  display: block;
  width: 100% !important;
  height: auto !important;
}

.wh-float {
  position: absolute;
  z-index: 2;
  min-width: 188px;
  padding: 17px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 24px 58px rgba(16, 21, 34, .13);
}

.wh-float-a {
  left: -5%;
  top: 0;
}

.wh-float-b {
  right: -2%;
  bottom: 7%;
  background: #101522;
  color: #fff;
  border-color: #101522;
}

.wh-float .elementor-heading-title {
  font-size: 14px !important;
  font-weight: 850 !important;
  color: inherit !important;
}

.wh-float p {
  margin: 5px 0 0 !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  color: inherit !important;
  opacity: .72;
}

.wh-band {
  background: #fff;
}

.wh-soft {
  background: linear-gradient(180deg, #fbfcff 0%, #f4f6ff 100%);
}

.wh-dark {
  background: #101522;
  color: #fff;
}

.wh-dark .elementor-heading-title,
.wh-dark p {
  color: #fff !important;
}

.wh-head {
  max-width: 900px;
}

.wh-head .elementor-heading-title {
  font-size: 46px !important;
}

.wh-head p {
  font-size: 18px !important;
  color: #667085 !important;
  line-height: 1.65 !important;
}

.wh-route-grid,
.wh-service-grid,
.wh-review-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px !important;
}

.wh-service-grid,
.wh-review-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.wh-card {
  height: 100%;
  padding: 28px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 22px 58px rgba(16, 21, 34, .07);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.wh-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 34px 90px rgba(16, 21, 34, .13);
  border-color: rgba(109, 74, 255, .32);
}

.wh-card.is-violet {
  background: linear-gradient(135deg, #6d4aff, #9b8cff);
  color: #fff;
  border-color: transparent;
}

.wh-card.is-dark {
  background: linear-gradient(135deg, #101522, #222b48);
  color: #fff;
  border-color: #101522;
}

.wh-card.is-cyan {
  background: linear-gradient(135deg, #e8fbff, #fff 62%, #f6f4ff);
}

.wh-card .elementor-heading-title {
  font-size: 23px !important;
  line-height: 1.14 !important;
  color: inherit !important;
}

.wh-card p {
  font-size: 15px !important;
  line-height: 1.62 !important;
  color: inherit !important;
  opacity: .8;
}

.wh-route-number .elementor-heading-title {
  font-size: 13px !important;
  color: inherit !important;
  opacity: .72;
  letter-spacing: .14em;
}

.wh-service-layout {
  display: grid !important;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 42px !important;
  align-items: start;
}

.wh-feature-panel {
  position: sticky;
  top: 96px;
  padding: 40px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 86% 10%, rgba(109, 74, 255, .42), transparent 34%),
    linear-gradient(135deg, #101522, #2f235f);
  color: #fff;
  box-shadow: 0 30px 90px rgba(16, 21, 34, .22);
}

.wh-feature-panel .elementor-heading-title,
.wh-feature-panel p {
  color: #fff !important;
}

.wh-feature-panel p {
  opacity: .78;
}

.wh-process-list {
  display: grid !important;
  gap: 14px !important;
}

.wh-step {
  display: grid !important;
  grid-template-columns: 76px 1fr;
  gap: 20px !important;
  align-items: center;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(16, 21, 34, .055);
}

.wh-step:nth-child(2),
.wh-step:nth-child(4) {
  background: linear-gradient(135deg, #fff, #f6f4ff);
}

.wh-step-num {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 999px;
  background: #101522;
  color: #fff;
}

.wh-step-num .elementor-heading-title {
  color: #fff !important;
  font-size: 16px !important;
}

.wh-step .elementor-heading-title {
  font-size: 25px !important;
}

.wh-proof {
  background: linear-gradient(180deg, #fff 0%, #f6f4ff 100%);
}

.wh-review-grid {
  align-items: stretch;
}

.wh-review {
  padding: 28px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 22px 58px rgba(16, 21, 34, .08);
}

.wh-stars .elementor-heading-title {
  color: #6d4aff !important;
  font-size: 18px !important;
}

.wh-review p {
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: #303849 !important;
}

.wh-faq-wrap {
  display: grid !important;
  grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr);
  gap: 42px !important;
  align-items: start;
}

.wh-faq-panel {
  padding: 34px;
  border-radius: 24px;
  background: linear-gradient(135deg, #f6f4ff, #eafcff);
}

.wh-faq-list {
  padding: 8px 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 22px 58px rgba(16, 21, 34, .06);
}

.wh-faq-list .elementor-accordion-item {
  border: 0 !important;
  border-bottom: 1px solid rgba(16, 21, 34, .12) !important;
}

.wh-faq-list .elementor-tab-title {
  padding: 24px 0 !important;
}

.wh-faq-list .elementor-tab-content {
  padding: 0 0 24px !important;
  color: #667085 !important;
}

.wh-final {
  background:
    radial-gradient(circle at 78% 20%, rgba(109, 74, 255, .38), transparent 34%),
    linear-gradient(135deg, #101522, #1c2440);
}

.wh-final .elementor-heading-title {
  font-size: 50px !important;
}

.wh-final p {
  font-size: 19px !important;
  line-height: 1.65 !important;
  color: rgba(255, 255, 255, .76) !important;
  max-width: 760px;
}

.wh-final .elementor-button {
  border-radius: 999px !important;
  min-height: 52px;
  font-weight: 850 !important;
}

@media (max-width: 1024px) {
  .wh-hero {
    min-height: auto;
  }

  .wh-hero-media {
    transform: none;
  }

  .wh-hero-title .elementor-heading-title {
    font-size: 48px !important;
  }

  .wh-route-grid,
  .wh-service-grid,
  .wh-review-grid,
  .wh-service-layout,
  .wh-faq-wrap {
    grid-template-columns: 1fr !important;
  }

  .wh-feature-panel {
    position: relative;
    top: auto;
  }

  .wh-visual-shell {
    min-height: 500px;
  }

  .wh-visual-main {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    transform: none;
  }

  .wh-float {
    position: relative;
    inset: auto !important;
    margin-top: 12px;
  }

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

@media (max-width: 720px) {
  .wh-hero-title .elementor-heading-title {
    font-size: 40px !important;
  }

  .wh-head .elementor-heading-title,
  .wh-final .elementor-heading-title {
    font-size: 34px !important;
  }

  .wh-trust {
    grid-template-columns: 1fr;
  }

  .wh-step {
    grid-template-columns: 1fr;
  }

  .wh-section {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .wh-faq-list {
    padding: 0 18px;
  }

  .wh-visual-shell {
    min-height: auto;
  }
}

/* Elementor can keep generated container widths on responsive views. These
   overrides keep the home modules usable when the page is rendered on mobile. */
.wh-home .wh-section,
.wh-home .e-con-boxed,
.wh-home .e-con-full,
.wh-home .e-con-inner,
.wh-home .wh-head,
.wh-home .wh-route-grid,
.wh-home .wh-service-layout,
.wh-home .wh-service-grid,
.wh-home .wh-process-list,
.wh-home .wh-review-grid,
.wh-home .wh-faq-wrap,
.wh-home .wh-final,
.wh-home .wh-route-grid > .e-con-inner,
.wh-home .wh-service-layout > .e-con-inner,
.wh-home .wh-service-grid > .e-con-inner,
.wh-home .wh-process-list > .e-con-inner,
.wh-home .wh-review-grid > .e-con-inner,
.wh-home .wh-faq-wrap > .e-con-inner {
  width: 100% !important;
  max-width: 100% !important;
}

.wh-home .wh-route-grid > .elementor-element,
.wh-home .wh-route-grid > .e-con-inner > .elementor-element,
.wh-home .wh-service-grid > .elementor-element,
.wh-home .wh-service-grid > .e-con-inner > .elementor-element,
.wh-home .wh-review-grid > .elementor-element,
.wh-home .wh-review-grid > .e-con-inner > .elementor-element,
.wh-home .wh-process-list > .elementor-element,
.wh-home .wh-process-list > .e-con-inner > .elementor-element,
.wh-home .wh-faq-wrap > .elementor-element,
.wh-home .wh-faq-wrap > .e-con-inner > .elementor-element,
.wh-home .wh-service-layout > .elementor-element,
.wh-home .wh-service-layout > .e-con-inner > .elementor-element,
.wh-home .wh-step > .e-con-inner > .elementor-element,
.wh-home .wh-step > .elementor-element {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}

@media (max-width: 1024px) {
  .wh-home .wh-section {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  .wh-home .wh-hero {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 34px !important;
    padding-top: 72px !important;
    padding-bottom: 72px !important;
  }

  .wh-home .wh-hero-copy,
  .wh-home .wh-hero-media {
    width: 100% !important;
    max-width: 100% !important;
    flex-basis: auto !important;
  }

  .wh-home .wh-hero-title .elementor-heading-title {
    font-size: clamp(42px, 8vw, 58px) !important;
    max-width: 760px !important;
  }

  .wh-home .wh-hero-lead p,
  .wh-home .wh-hero-intro p {
    max-width: 760px !important;
  }

  .wh-home .wh-route-grid,
  .wh-home .wh-route-grid > .e-con-inner,
  .wh-home .wh-service-grid,
  .wh-home .wh-service-grid > .e-con-inner,
  .wh-home .wh-review-grid,
  .wh-home .wh-review-grid > .e-con-inner,
  .wh-home .wh-service-layout,
  .wh-home .wh-service-layout > .e-con-inner,
  .wh-home .wh-process-list,
  .wh-home .wh-process-list > .e-con-inner,
  .wh-home .wh-step > .e-con-inner,
  .wh-home .wh-faq-wrap > .e-con-inner,
  .wh-home .wh-faq-wrap {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .wh-home .wh-card,
  .wh-home .wh-review,
  .wh-home .wh-feature-panel,
  .wh-home .wh-faq-panel,
  .wh-home .wh-faq-list {
    width: 100% !important;
    max-width: 100% !important;
  }

  .wh-home .wh-step {
    display: grid !important;
    grid-template-columns: 68px minmax(0, 1fr) !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 720px) {
  .wh-home .wh-section {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .wh-home .wh-hero {
    padding-top: 54px !important;
    padding-bottom: 54px !important;
  }

  .wh-home .wh-hero-title .elementor-heading-title {
    font-size: 39px !important;
    line-height: .98 !important;
  }

  .wh-home .wh-hero-lead p {
    font-size: 17px !important;
  }

  .wh-home .wh-hero-intro p,
  .wh-home .wh-card p,
  .wh-home .wh-review p {
    font-size: 15px !important;
  }

  .wh-home .wh-actions {
    width: 100% !important;
  }

  .wh-home .wh-actions .elementor-button {
    width: 100% !important;
    justify-content: center;
  }

  .wh-home .wh-trust {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
  }

  .wh-home .wh-visual-main {
    padding: 10px !important;
    border-radius: 22px !important;
  }

  .wh-home .wh-float {
    width: 100% !important;
    min-width: 0 !important;
  }

  .wh-home .wh-head .elementor-heading-title,
  .wh-home .wh-final .elementor-heading-title {
    font-size: 32px !important;
    line-height: 1.02 !important;
  }

  .wh-home .wh-card {
    padding: 24px !important;
  }

  .wh-home .wh-card .elementor-heading-title {
    font-size: 22px !important;
  }

  .wh-home .wh-step {
    grid-template-columns: 54px minmax(0, 1fr) !important;
    gap: 14px !important;
    padding: 18px !important;
  }

  .wh-home .wh-step-num {
    width: 46px !important;
    height: 46px !important;
  }

  .wh-home .wh-step .elementor-heading-title {
    font-size: 21px !important;
  }
}

/* Elementor boxed containers add an .e-con-inner wrapper. Let the designed
   grids lay out the actual cards instead of laying out that single wrapper. */
.wh-home .wh-route-grid > .e-con-inner,
.wh-home .wh-service-layout > .e-con-inner,
.wh-home .wh-service-grid > .e-con-inner,
.wh-home .wh-review-grid > .e-con-inner,
.wh-home .wh-process-list > .e-con-inner,
.wh-home .wh-faq-wrap > .e-con-inner {
  display: contents !important;
}

.wh-home .wh-step {
  display: block !important;
}

.wh-home .wh-step > .e-con-inner {
  display: grid !important;
  grid-template-columns: 76px minmax(0, 1fr) !important;
  gap: 20px !important;
  align-items: center !important;
  width: 100% !important;
  max-width: 100% !important;
}

@media (max-width: 1024px) {
  .wh-home .wh-route-grid,
  .wh-home .wh-service-grid,
  .wh-home .wh-review-grid,
  .wh-home .wh-service-layout,
  .wh-home .wh-process-list,
  .wh-home .wh-faq-wrap {
    grid-template-columns: 1fr !important;
  }

  .wh-home .wh-step > .e-con-inner {
    grid-template-columns: 68px minmax(0, 1fr) !important;
  }
}

@media (max-width: 720px) {
  .wh-home .wh-step > .e-con-inner {
    grid-template-columns: 54px minmax(0, 1fr) !important;
    gap: 14px !important;
  }
}
