:root {
  --pricex-blue: #2459c6;
  --pricex-blue-deep: #1d347f;
  --pricex-blue-soft: #dcecff;
  --pricex-gold: #ffb321;
  --pricex-gold-soft: #fff3c9;
  --pricex-text: #2d2d2d;
  --pricex-text-soft: #60636f;
  --pricex-white: #ffffff;
  --pricex-border: #c9dbff;
  --pricex-shadow: 0 16px 40px rgba(21, 44, 115, 0.09);
}
svg.hidden {
  display: none;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  color: var(--pricex-text);
  background: #ffffff;
}

.thepricex-services {
  overflow: clip;
  text-align: left;
}

.thepricex-services img {
  max-width: 100%;
  display: block;
}

.thepricex-services .pricex-section {
  padding: 3rem 0;
}

.thepricex-services .pricex-section-heading {
  margin-bottom: 3rem;
}

.thepricex-services .pricex-section-heading .h2 {
  margin: 0 0 0.75rem;
  font-size: 1.875rem;
  line-height: 1.18;
  font-weight: 700;
  color: var(--pricex-blue);
  background: linear-gradient(90deg, #2047A9 0%, #339DE0 100%),linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.thepricex-services .pricex-section-heading .title-vpricingengine{
  background: linear-gradient(90deg, #d89c06 0%, #e46f67 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}

.thepricex-services .pricex-experience-copy .h2 {
  color: black;
  font-size: 2.125rem;
  line-height: 1.18;
  font-weight: 700;
  margin-bottom: 1rem;
}

.thepricex-services .pricex-experience-copy .h2 span {
  background: linear-gradient(90deg, #d89c06 0%, #e46f67 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.thepricex-services .pricex-section-heading .h2 span,
.thepricex-services .pricex-experience-copy .h2 span {
  color: var(--pricex-gold);
}

.thepricex-services .pricex-section-heading p,
.thepricex-services .pricex-experience-copy p,
.thepricex-services .pricex-hero-copy p {
  margin: 0;
  color: var(--pricex-text-soft);
  font-size: 1rem;
  line-height: 1.55;
}

.thepricex-services .pricex-chip-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1rem 0 1.5rem 0;
}

.thepricex-services .pricex-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.3rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  color: #edf2ff;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1; /* Rectangle 3796 */

  background: rgba(255, 255, 255, 0.11);
  border: 1px solid rgba(255, 255, 255, 0.48);
}
.thepricex-services .pricex-chip svg {
  fill: currentColor;
  width: 1em;
  font-size: 30px;
  height: 1em;
}

.thepricex-services .pricex-chip-wrap-light .pricex-chip {
  border-color: #f5cfc1;
  background: rgba(255, 255, 255, 0.72);
  color: #98877a;
}

.thepricex-services .pricex-btn {
  border-radius: 0.5rem;
  padding: 0.9rem 1.4rem;
  font-size: 1.25rem;
  font-weight: 600;
  box-shadow: none;
}

.thepricex-services .pricex-btn-primary,
.thepricex-services .pricex-btn-secondary {
  transition:
    0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}
.thepricex-services .pricex-btn-primary {
  color: #17213f;
  border: 1px solid #ffc13b;
  background: linear-gradient(180deg, #ffc84f 0%, #ffb321 100%);
}

.thepricex-services .pricex-btn-primary:hover {
  transform: translateY(-2px);
  background-color: #2b2a29;
  color: #ffffff;
  color: #17213f;
  background: linear-gradient(180deg, #ffd265 0%, #ffbe41 100%);
  box-shadow: 0px 4px 9.4px rgba(0, 0, 0, 0.15);
}

.thepricex-services .pricex-btn-secondary {
  color: #2b2a29;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}
.thepricex-services .pricex-btn-secondary svg {
  fill: currentColor;
}

.thepricex-services .pricex-btn-secondary:hover {
  transform: translateY(-2px);
  background-color: #2b2a29;
  color: #ffffff;
}

.thepricex-services .pricex-hero {
  position: relative;

  background: linear-gradient(264.98deg, #6959be 15.2%, #2d78c3 80.98%);
}
.thepricex-services .pricex-hero .pricex-hero-inner {
  position: relative;
  overflow: hidden;
}
.thepricex-services .pricex-hero .pricex-hero-inner::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  left: 0;
  background-image: url("images/pricex-bg.png");
  opacity: 0.25;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
}

.thepricex-services .pricex-hero-shell {
  padding: 3.8rem 0 2rem;
  position: relative;
}

.thepricex-services .pricex-brand {
  display: inline-block;
  margin-bottom: 0.6rem;
  color: #ffd145;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
}

.thepricex-services .pricex-hero-copy {
  max-width: 42rem;
}

.thepricex-services .pricex-hero-copy .h1 {
  margin: 0 0 1rem;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.35;
  font-weight: 600;
}

.thepricex-services .pricex-hero-copy p {
  max-width: 37rem;
  color: rgba(255, 255, 255, 0.92);
}

.thepricex-services .pricex-hero-visual {
  border-radius: 1.5rem;
  background: rgba(255, 188, 49, 0.95);
  box-shadow: 0px 4px 50.5px rgba(0, 0, 0, 0.31);
}

.thepricex-services .pricex-hero-visual img {
  width: 100%;
  border-radius: 1rem;
}

.thepricex-services .pricex-proof-strip {
  background: #f6f7fb;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(32, 72, 159, 0.08);
}

.thepricex-services .pricex-proof-strip .container {
  padding-top: 1.45rem;
  padding-bottom: 1.45rem;
}

.thepricex-services .pricex-proof-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.95rem;
  height: 100%;
}

.thepricex-services .pricex-proof-icon,
.thepricex-services .pricex-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  flex: 0 0 4rem;
  border-radius: 50%;
  border: 1px solid #edad0c;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09);
}
.thepricex-services .pricex-card-icon img {
  max-width: 60%;
  max-height: 60%;
}

.thepricex-services .pricex-proof-item p {
  margin: 0;
  color: #53596b;
  font-size: 0.84rem;
  font-weight: 500;
  line-height: 1.35;
}

.thepricex-services .pricex-card {
  height: 100%;
  padding: 1.5rem 1.45rem 1.4rem;
  border-radius: 1rem;
  border: 1.5px solid var(--pricex-border);
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(33, 71, 154, 0.06);
}

.thepricex-services .pricex-card h3 {
  margin: 1rem 0 0.7rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  color: #222632;
}

.thepricex-services .pricex-card p {
  margin: 0;
  color: var(--pricex-text-soft);
  font-size: 0.84rem;
  line-height: 1.65;
}

.thepricex-services .pricex-experience-section {
  background: linear-gradient(90deg, #fff7dd 0%, #fdf0f1 100%);
}

.thepricex-services .pricex-experience-shell {
  padding: 0.35rem 0;
}

.thepricex-services .pricex-experience-image {
  overflow: hidden;
  border-radius: 1.5rem;
  box-shadow: var(--pricex-shadow);
}

.thepricex-services .pricex-experience-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thepricex-services .pricex-experience-copy {
  max-width: 44rem;
}

.thepricex-services .pricex-experience-copy p + p {
  margin-top: 0.85rem;
}

.thepricex-services .pricex-process-section {
  background: #ffffff;
}

.thepricex-services .pricex-steps {
  position: relative;
}

.thepricex-services .pricex-steps-line {
  position: absolute;
  left: 18%;
  right: 18%;
  top: 8rem;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #d2e3fb 0%, #afc9f7 50%, #d2e3fb 100%);
}

.thepricex-services .pricex-steps .pricex-blk-wrapper{
    max-width: 1280px;margin: auto;
    .blk{margin-top:0}
}

.thepricex-services .pricex-step {
  position: relative;
  text-align: center;
}

.thepricex-services .pricex-step-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 10rem;
  margin-bottom: 1.35rem;

  background: #ffffff;
  border: 1px solid #afcee7;
  box-shadow: 0px 4px 13.5px rgba(34, 74, 101, 0.14);
  border-radius: 50%;
}

.thepricex-services .pricex-step h3 {
  margin: 0 0 0.6rem;
  font-size: 1rem;
  font-weight: 600;
  color: #242935;
}

.thepricex-services .pricex-step p {
  max-width: 18rem;
  margin: 0 auto;
  color: var(--pricex-text-soft);
  font-size: 0.82rem;
  line-height: 1.65;
}

.thepricex-services .pricex-benefits-section {
  background: #eaf5ff;
}

.thepricex-services .pricex-card-benefit {
  border-color: #b9d2f6;
  box-shadow: 0 12px 26px rgba(33, 71, 154, 0.05);
}

@media (max-width: 1399.98px) {
  .thepricex-services .pricex-section-heading .h2,
  .thepricex-services .pricex-experience-copy .h2 {
    font-size: 2.35rem;
  }

  .thepricex-services .pricex-steps-line {
    left: 15%;
    right: 15%;
  }
}

@media (max-width: 1199.98px) {
  .thepricex-services {
    padding-top: 0px !important;
  }
  .thepricex-services .container {
    padding-left: 10px !important;
  }
  .thepricex-services .pricex-section {
    padding: 4.2rem 0;
  }

  .thepricex-services .pricex-hero-shell {
    padding: 3.35rem 0 2.8rem;
  }

  .thepricex-services .pricex-hero-copy .h1 {
    font-size: 1.75rem;
  }

  .thepricex-services .pricex-proof-item {
    justify-content: flex-start;
  }

  .thepricex-services .pricex-steps-line {
    left: 12%;
    right: 12%;
  }
}

@media (max-width: 991.98px) {
  .thepricex-services .pricex-hero-copy,
  .thepricex-services .pricex-section-heading,
  .thepricex-services .pricex-experience-copy {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .thepricex-services .pricex-chip-wrap,
  .thepricex-services .pricex-btn {
    justify-content: center;
  }

  .thepricex-services .pricex-chip-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .thepricex-services .pricex-hero-visual {
    margin: 0 auto;
  }

  .thepricex-services .pricex-proof-item {
    justify-content: center;
  }

  .thepricex-services .pricex-section-heading .h2,
  .thepricex-services .pricex-experience-copy .h2 {
    font-size: 2rem;
  }

  .thepricex-services .pricex-steps-line {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .thepricex-services .pricex-section {
    padding: 3.35rem 0;
  }

  .thepricex-services .pricex-hero-shell {
    padding: 2.8rem 0 2.3rem;
  }

  .thepricex-services .pricex-brand {
    font-size: 1.45rem;
  }

  .thepricex-services .pricex-hero-copy .h1 {
    font-size: 1.55rem;
  }

  .thepricex-services .pricex-hero-copy p,
  .thepricex-services .pricex-section-heading p,
  .thepricex-services .pricex-experience-copy p {
    font-size: 0.95rem;
  }

  .thepricex-services .pricex-chip {
    width: 48%;
    justify-content: center;
  }

  .thepricex-services .pricex-btn {
    width: 100%;
    min-width: 0;
  }

  .thepricex-services .pricex-card,
  .thepricex-services .pricex-card-benefit {
    padding: 1.3rem 1.15rem;
  }

  .thepricex-services .pricex-step-icon {
    width: 8.5rem;
    height: 8.5rem;
    margin-bottom: 1rem;
  }

  .thepricex-services .pricex-proof-item {
    flex-direction: column;
    text-align: center;
    gap: 0.6rem;
  }
}
