/* PulseTraek Complete Conflict-Free CSS */
:root {
  --pulsetraek-navy: #08152a;
  --pulsetraek-navy-2: #0d1f3c;
  --pulsetraek-navy-3: #132848;
  --pulsetraek-navy-4: #1a3560;
  --pulsetraek-border: #1e3d6f;
  --pulsetraek-blue: #2563eb;
  --pulsetraek-blue-light: #3b82f6;
  --pulsetraek-blue-pale: #dbeafe;
  --pulsetraek-white: #fff;
  --pulsetraek-off: #f3f6fa;
  --pulsetraek-slate: #dbe3ee;
  --pulsetraek-text: #0d1f3c;
  --pulsetraek-muted: #8fa3bf;
  --pulsetraek-gold: #f59e0b;
  --pulsetraek-gold-light: #fcd34d;
  --pulsetraek-green: #10b981;
  --pulsetraek-red: #ef4444;
  --pulsetraek-shadow: 0 20px 60px rgba(8, 21, 42, 0.14);
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  font-size: 16px;
  overflow-x: hidden;
}
body.pulsetraek-site {
  font-family: "Barlow", Arial, sans-serif;
  background: #fff;
  color: var(--pulsetraek-text);
  line-height: 1.5;
  overflow-x: hidden;
}
body.pulsetraek-site img {
  max-width: 100%;
  display: block;
}
body.pulsetraek-site a {
  text-decoration: none;
  /* margin-top: 16px; */
}
body.pulsetraek-site button {
  font-family: inherit;
}
body.pulsetraek-site nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  height: 80px;
  padding: 0 6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(8, 21, 42, 0.98);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.pulsetraek-logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 150px;
}
.pulsetraek-logo img {
  width: 120px;
  height: auto;
  max-height: 60px;
  object-fit: contain;
}
.pulsetraek-nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 46px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pulsetraek-nav-links li {
  position: relative;
  list-style: none;
}
.pulsetraek-nav-links > li > a,
.pulsetraek-nav-cta {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #fff;
  line-height: 80px;
  white-space: nowrap;
}
.pulsetraek-nav-links > li > a {
  opacity: 0.92;
  transition: 0.25s;
}
.pulsetraek-nav-links > li > a:hover {
  color: var(--pulsetraek-blue-light);
  opacity: 1;
}
.pulsetraek-nav-links ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 245px;
  background: var(--pulsetraek-navy-2);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
  list-style: none;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: 0.25s;
  z-index: 1000;
}
.pulsetraek-nav-links li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.pulsetraek-nav-links ul a {
  display: block;
  padding: 10px 16px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  text-transform: none;
  letter-spacing: 0.02em;
}
.pulsetraek-nav-links ul a:hover {
  background: rgba(37, 99, 235, 0.18);
  color: #fff;
}
.pulsetraek-nav-cta {
  background: var(--pulsetraek-blue);
  padding: 0 16px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  transition: 0.25s;
}
.pulsetraek-nav-cta:hover {
  background: var(--pulsetraek-blue-light);
}
/* .pulsetraek-hero {
  padding-top: 80px;
  background: var(--pulsetraek-navy);
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
} */
.pulsetraek-hero {
  padding-top: 80px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);

  /* 🔥 Background Image + Gradient */
  background:
    linear-gradient(
      120deg,
      rgba(10, 25, 47, 0.95) 0%,
      rgba(10, 25, 47, 0.85) 40%,
      rgba(10, 25, 47, 0.7) 100%
    ),
    url("../img/pulsetrek-trailer-banner.jpeg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pulsetraek-hero-grid {
  position: absolute;
  inset: 80px 0 0;
  background-image:
    linear-gradient(rgba(37, 99, 235, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(37, 99, 235, 0.045) 1px, transparent 1px);
  background-size: 52px 52px;
  pointer-events: none;
}
.pulsetraek-hero::after {
  content: "";
  position: absolute;
  top: 80px;
  right: -5%;
  bottom: 0;
  width: 52%;
  background: #0d1f3cba;
  clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
  z-index: 0;
  pointer-events: none; /* 🔥 important */
}
.pulsetraek-hero-l,
.pulsetraek-hero-r {
  position: relative;
  z-index: 2;
}
.pulsetraek-hero-l {
  padding: 70px 5% 60px 8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pulsetraek-hero-r {
  padding: 70px 8% 60px 4%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pulsetraek-eyebrow-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: max-content;
  max-width: 100%;
  border: 1px solid rgba(37, 99, 235, 0.42);
  border-radius: 100px;
  padding: 5px 13px 5px 8px;
  margin-bottom: 22px;
}
.pulsetraek-pill-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pulsetraek-gold);
  animation: pulsetraekBlink 1.8s infinite;
  flex: none;
}
.pulsetraek-pill-txt {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
.pulsetraek-hero-h {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(72px, 9vw, 150px);
  font-weight: 400;
  line-height: 0.86;
  letter-spacing: 0.018em;
  color: #fff;
  margin: 0;
}
.pulsetraek-accent {
  color: var(--pulsetraek-blue-light);
}
.pulsetraek-ghost {
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.18);
  text-stroke: 2px rgba(255, 255, 255, 0.18);
}
.pulsetraek-hero-body {
  max-width: 620px;
  margin-top: 26px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.48);
}
.pulsetraek-hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.pulsetraek-btn-solid,
.pulsetraek-btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 28px;
  border-radius: 3px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: 0.25s;
  margin-left: 10px;
}
.pulsetraek-btn-solid {
  background: var(--pulsetraek-blue);
  color: #fff;
  margin-top: 12px;
}
.pulsetraek-btn-solid:hover {
  background: var(--pulsetraek-blue-light);
  transform: translateY(-2px);
}
.pulsetraek-btn-ghost {
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: rgba(255, 255, 255, 0.78);
}
.pulsetraek-btn-ghost:hover {
  border-color: rgba(255, 255, 255, 0.65);
  color: #fff;
}
.pulsetraek-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}
.pulsetraek-trust-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}
.pulsetraek-trust-tag svg {
  width: 12px;
  height: 12px;
  fill: var(--pulsetraek-green);
}
.pulsetraek-stat-col {
  width: 100%;
  max-width: 560px;
}
.pulsetraek-stat-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid var(--pulsetraek-border);
}
.pulsetraek-stat-item:first-child {
  border-top: 1px solid var(--pulsetraek-border);
}
.pulsetraek-s-num {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 76px;
  line-height: 0.85;
  color: #fff;
  letter-spacing: 0.04em;
  min-width: 88px;
}
.pulsetraek-s-num span {
  font-size: 38px;
  color: var(--pulsetraek-blue-light);
  margin-left: 4px;
}
.pulsetraek-s-label {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pulsetraek-muted);
  margin-bottom: 3px;
}
.pulsetraek-s-desc {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.32);
}
.pulsetraek-ticker {
  position: relative;
  z-index: 4;
  background: var(--pulsetraek-blue);
  padding: 9px 0;
  overflow: hidden;
  white-space: nowrap;
}
.pulsetraek-ticker-track {
  display: inline-flex;
  animation: pulsetraekTick 34s linear infinite;
}
.pulsetraek-ticker-item {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
  padding: 0 34px;
  display: inline-flex;
  align-items: center;
  gap: 30px;
}
.pulsetraek-ticker-item::after {
  content: "✦";
  font-size: 8px;
  opacity: 0.55;
}
@keyframes pulsetraekTick {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes pulsetraekBlink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}
.pulsetraek-about-sec,
.pulsetraek-market-strip,
.pulsetraek-products-sec,
.pulsetraek-ind-sec,
.pulsetraek-why-sec,
.pulsetraek-comp-sec,
.pulsetraek-proof-sec,
.pulsetraek-cta-sec {
  padding: 88px 7%;
  position: relative;
}
.pulsetraek-about-sec {
  background: var(--pulsetraek-off);
}
.pulsetraek-sec-eye {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 14px;
}
.pulsetraek-sec-line {
  width: 34px;
  height: 3px;
  background: var(--pulsetraek-blue);
  flex: none;
}
.pulsetraek-sec-eye-txt {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--pulsetraek-blue) !important;
}
.pulsetraek-sec-h {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(54px, 4vw, 98px);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: 0.015em;
  color: var(--pulsetraek-text);
  margin: 0 0 24px;
}
.pulsetraek-sec-h.pulsetraek-light,
.pulsetraek-light {
  color: #fff;
}
.pulsetraek-sec-p {
  max-width: 690px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
  color: #4b6280;
}
.pulsetraek-sec-p.pulsetraek-light {
  color: rgba(255, 255, 255, 0.48);
}
.pulsetraek-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.92fr);
  gap: 80px;
  align-items: center;
  margin-top: 28px;
}
.pulsetraek-about-body p {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.85;
  color: #142b4a;
  margin: 0 0 28px;
}
.pulsetraek-about-body p:last-child {
  margin-bottom: 0;
}
.pulsetraek-about-body strong {
  font-weight: 700;
  color: #071d38;
}
.pulsetraek-about-tiles {
  border: 1px solid var(--pulsetraek-slate);
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--pulsetraek-shadow);
}
.pulsetraek-a-tile {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: center;
  padding: 16px 18px;
  background: #fff;
  border-bottom: 1px solid var(--pulsetraek-slate);
  transition: 0.25s;
}
.pulsetraek-a-tile:last-child {
  border-bottom: 0;
}
.pulsetraek-a-tile:hover {
  background: var(--pulsetraek-navy);
}
.pulsetraek-at-ico {
  width: 52px;
  height: 52px;
  border: 1px solid var(--pulsetraek-slate);
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8fbff;
  transition: 0.25s;
}
.pulsetraek-at-ico svg {
  width: 21px;
  height: 21px;
  fill: var(--pulsetraek-text);
  transition: 0.25s;
}
.pulsetraek-at-name {
  font-size: 16px;
  color: var(--pulsetraek-text);
  line-height: 1.25;
  transition: 0.25s;
  font-weight: 500;
}
.pulsetraek-at-val {
  font-size: 14px;
  font-weight: 300;
  color: #64748b;
  line-height: 1.4;
  margin-top: 2px;
  transition: 0.25s;
}
.pulsetraek-a-tile:hover .pulsetraek-at-name {
  color: #fff;
}
.pulsetraek-a-tile:hover .pulsetraek-at-val {
  color: rgba(255, 255, 255, 0.48);
}
.pulsetraek-a-tile:hover .pulsetraek-at-ico {
  background: var(--pulsetraek-blue);
  border-color: var(--pulsetraek-blue);
}
.pulsetraek-a-tile:hover .pulsetraek-at-ico svg {
  fill: #fff;
}
.pulsetraek-market-strip,
.pulsetraek-products-sec,
.pulsetraek-why-sec,
.pulsetraek-proof-sec,
.pulsetraek-cta-sec {
  background: var(--pulsetraek-navy);
}
.pulsetraek-ms-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--pulsetraek-border);
  border: 1px solid var(--pulsetraek-border);
  border-radius: 8px;
  overflow: hidden;
  margin-top: 36px;
}
.pulsetraek-ms-cell {
  background: var(--pulsetraek-navy-2);
  padding: 28px 24px;
}
.pulsetraek-ms-num {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 50px;
  color: var(--pulsetraek-blue-light);
  line-height: 1;
  letter-spacing: 0.04em;
}
.pulsetraek-ms-label {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pulsetraek-muted);
  margin-top: 5px;
}
.pulsetraek-ms-note {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.55;
  color: rgb(255 255 255 / 59%);
  margin-top: 6px;
}
.pulsetraek-prod-tabs {
  display: flex;
  gap: 1px;
  background: var(--pulsetraek-border);
  border-radius: 7px 7px 0 0;
  overflow: hidden;
  margin-top: 44px;
}
.pulsetraek-p-tab {
  flex: 1;
  padding: 14px 22px;
  border: 0;
  background: var(--pulsetraek-navy-2);
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: left;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
  cursor: pointer;
  transition: 0.25s;
}
.pulsetraek-p-tab.pulsetraek-active,
.pulsetraek-p-tab.active {
  background: var(--pulsetraek-blue);
  color: #fff;
}
.pulsetraek-p-tab:hover {
  background: var(--pulsetraek-navy-3);
  color: #fff;
}
.pulsetraek-prod-panels {
  margin-top: 1px;
}
.pulsetraek-p-panel {
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--pulsetraek-border);
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}
.pulsetraek-p-panel.pulsetraek-active,
.pulsetraek-p-panel.active {
  display: grid;
}
.pulsetraek-pp-left,
.pulsetraek-pp-right {
  padding: 45px;
  background: var(--pulsetraek-navy-2);
}
.pulsetraek-pp-right {
  background: var(--pulsetraek-navy-3);
}
.pulsetraek-pp-badge {
  display: inline-block;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 3px;
  margin-bottom: 18px;
}
.pulsetraek-badge-mini {
  background: rgba(59, 130, 246, 0.14);
  color: #93c5fd;
  border: 1px solid rgba(59, 130, 246, 0.3);
}
.pulsetraek-badge-flagship {
  background: rgba(245, 158, 11, 0.14);
  color: var(--pulsetraek-gold-light);
  border: 1px solid rgba(245, 158, 11, 0.3);
}
.pulsetraek-badge-enterprise {
  background: rgba(16, 185, 129, 0.14);
  color: #6ee7b7;
  border: 1px solid rgba(16, 185, 129, 0.3);
}
.pulsetraek-pp-name {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 64px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
.pulsetraek-pp-sub {
  max-width: 500px;
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.65;
  margin-bottom: 26px;
}
.pulsetraek-pp-feats {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 26px;
}
.pulsetraek-pp-feats li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.55;
}
.pulsetraek-feat-d {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-top: 8px;
  flex: none;
}
.pulsetraek-fd-blue {
  background: var(--pulsetraek-blue-light);
}
.pulsetraek-fd-gold {
  background: var(--pulsetraek-gold);
}
.pulsetraek-fd-green {
  background: var(--pulsetraek-green);
}
.pulsetraek-pp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.pulsetraek-pp-tag {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.pulsetraek-spec-title {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--pulsetraek-muted);
  margin-bottom: 14px;
}
.pulsetraek-spec-table {
  width: 100%;
  border-collapse: collapse;
}
.pulsetraek-spec-table tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.pulsetraek-spec-table tr:last-child {
  border-bottom: 0;
}
.pulsetraek-spec-table td {
  padding: 12px 0;
  font-size: 15px;
  line-height: 1.45;
}
.pulsetraek-spec-table td:first-child {
  color: rgba(255, 255, 255, 0.38);
  font-weight: 300;
  padding-right: 16px;
}
.pulsetraek-spec-table td:last-child {
  color: #fff;
  font-weight: 600;
  text-align: right;
}
.pulsetraek-spec-model-row {
  display: grid;
  gap: 12px;
}
.pulsetraek-spec-model-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 6px;
  padding: 16px;
}
.pulsetraek-smc-name {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pulsetraek-muted);
  margin-bottom: 9px;
}
.pulsetraek-smc-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.pulsetraek-smc-stat {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 300;
}
.pulsetraek-smc-stat strong {
  color: #fff;
  font-weight: 700;
}
.pulsetraek-ind-sec {
  background: #fff;
}
.pulsetraek-ind-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--pulsetraek-slate);
  border-radius: 8px;
  overflow: hidden;
  margin-top: 44px;
}
.pulsetraek-i-card {
  position: relative;
  padding: 32px 26px;
  min-height: 195px;
  border-right: 1px solid var(--pulsetraek-slate);
  border-bottom: 1px solid var(--pulsetraek-slate);
  transition: 0.25s;
  background: #fff;
}
.pulsetraek-i-card:nth-child(4n) {
  border-right: 0;
}
.pulsetraek-i-card:nth-child(n + 5) {
  border-bottom: 0;
}
.pulsetraek-i-card::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--pulsetraek-blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.3s;
}
.pulsetraek-i-card:hover {
  background: var(--pulsetraek-navy);
}
.pulsetraek-i-card:hover::before {
  transform: scaleX(1);
}
.pulsetraek-i-num {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 54px;
  color: rgba(8, 21, 42, 0.07);
  line-height: 1;
  margin-bottom: 14px;
  transition: 0.25s;
}
.pulsetraek-i-name {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--pulsetraek-text);
  line-height: 1.2;
  margin-bottom: 10px;
  transition: 0.25s;
}
.pulsetraek-i-desc {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.65;
  color: #5b7491;
  transition: 0.25s;
}
.pulsetraek-i-card:hover .pulsetraek-i-name {
  color: #fff;
}
.pulsetraek-i-card:hover .pulsetraek-i-desc {
  color: rgba(255, 255, 255, 0.48);
}
.pulsetraek-i-card:hover .pulsetraek-i-num {
  color: rgba(255, 255, 255, 0.06);
}
.pulsetraek-why-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 70px;
  align-items: start;
  margin-top: 42px;
}
.pulsetraek-why-cards {
  display: flex;
  flex-direction: column;
}
.pulsetraek-w-card {
  position: relative;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid var(--pulsetraek-border);
  transition: 0.25s;
}
.pulsetraek-w-card:first-child {
  border-top: 1px solid var(--pulsetraek-border);
}
.pulsetraek-w-card::before {
  content: "";
  position: absolute;
  left: -18px;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--pulsetraek-blue);
  transform: scaleY(0);
  transform-origin: top;
  transition: 0.3s;
}
.pulsetraek-w-card:hover {
  padding-left: 12px;
}
.pulsetraek-w-card:hover::before {
  transform: scaleY(1);
}
.pulsetraek-w-n {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 52px;
  color: rgb(255 255 255 / 35%);
  line-height: 1;
}
.pulsetraek-w-title {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 8px;
}
.pulsetraek-w-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.42);
}
.pulsetraek-why-r {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.pulsetraek-wr-hero {
  background: var(--pulsetraek-blue);
  border-radius: 8px;
  padding: 34px;
}
.pulsetraek-wrh-label {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 10px;
}
.pulsetraek-wrh-stat {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 88px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.04em;
}
.pulsetraek-wrh-unit {
  font-size: 36px;
}
.pulsetraek-wrh-desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 10px;
}
.pulsetraek-wr-mini {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--pulsetraek-border);
  border-radius: 8px;
  overflow: hidden;
}
.pulsetraek-wrm {
  background: var(--pulsetraek-navy-2);
  padding: 24px;
}
.pulsetraek-wrm-n {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 42px;
  color: var(--pulsetraek-blue-light);
  line-height: 1;
}
.pulsetraek-wrm-l {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  color: var(--pulsetraek-muted);
  margin-top: 5px;
}
.pulsetraek-wr-intl {
  display: flex;
  align-items: center;
  gap: 16px;
  background: var(--pulsetraek-navy-3);
  border: 1px solid var(--pulsetraek-border);
  border-radius: 8px;
  padding: 24px;
}
.pulsetraek-intl-ico {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(37, 99, 235, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.pulsetraek-intl-ico svg {
  width: 22px;
  height: 22px;
  fill: var(--pulsetraek-blue-light);
}
.pulsetraek-intl-title {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 3px;
}
.pulsetraek-intl-sub {
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.42);
}
.pulsetraek-comp-sec {
  background: var(--pulsetraek-off);
}
.pulsetraek-comp-table-wrap {
  overflow-x: auto;
  margin-top: 40px;
  border-radius: 8px;
}
.pulsetraek-comp-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: #fff;
  border: 1px solid var(--pulsetraek-slate);
  border-radius: 8px;
  overflow: hidden;
}
.pulsetraek-comp-table th {
  background: var(--pulsetraek-navy);
  color: #fff;
  padding: 18px 20px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  text-align: left;
}
.pulsetraek-comp-table th.pulsetraek-hl,
.pulsetraek-comp-table th.hl {
  background: var(--pulsetraek-blue);
}
.pulsetraek-comp-table td {
  padding: 17px 20px;
  font-size: 16px;
  border-bottom: 1px solid var(--pulsetraek-slate);
  color: #374151;
}
.pulsetraek-comp-table tr:last-child td {
  border-bottom: 0;
}
.pulsetraek-comp-table td:first-child {
  font-weight: 700;
  color: var(--pulsetraek-text);
}
.pulsetraek-comp-table td.pulsetraek-hl,
.pulsetraek-comp-table td.hl {
  background: var(--pulsetraek-blue-pale);
  font-weight: 700;
  color: var(--pulsetraek-text);
}
.pulsetraek-comp-table tr:hover td {
  background: #edf2f7;
}
.pulsetraek-comp-table tr:hover td.pulsetraek-hl,
.pulsetraek-comp-table tr:hover td.hl {
  background: #bfdbfe;
}
.pulsetraek-chk {
  color: var(--pulsetraek-green);
  font-weight: 800;
}
.pulsetraek-crs {
  color: var(--pulsetraek-red);
  font-weight: 800;
}
.pulsetraek-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--pulsetraek-border);
  border-radius: 8px;
  overflow: hidden;
  margin-top: 42px;
}
.pulsetraek-proof-card {
  background: var(--pulsetraek-navy-2);
  padding: 36px;
}
.pulsetraek-pc-quote {
  font-size: 38px;
  color: var(--pulsetraek-blue-light);
  line-height: 1;
  font-style: italic;
  margin-bottom: 12px;
}
.pulsetraek-pc-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.55);
  font-style: italic;
  margin-bottom: 24px;
}
.pulsetraek-pc-divider {
  width: 34px;
  height: 3px;
  background: var(--pulsetraek-blue);
  margin-bottom: 16px;
}
.pulsetraek-pc-who {
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.72);
  text-transform: uppercase;
}
.pulsetraek-pc-role {
  font-size: 13px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.34);
  margin-top: 4px;
}
.pulsetraek-cta-sec {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}
.pulsetraek-cta-sec::before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -55px;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 24vw;
  line-height: 1;
  color: rgba(255, 255, 255, 0.025);
  pointer-events: none;
}
.pulsetraek-cta-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 70px;
  align-items: center;
}
.pulsetraek-cta-h {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(58px, 6vw, 104px);
  line-height: 0.92;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-bottom: 18px;
}
.pulsetraek-cta-h span {
  color: var(--pulsetraek-blue-light);
}
.pulsetraek-cta-p {
  max-width: 650px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.45);
}
.pulsetraek-cta-r {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
}
.pulsetraek-cta-phone {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 48px;
  letter-spacing: 0.06em;
  color: #fff;
  white-space: nowrap;
}
.pulsetraek-cta-phone:hover {
  color: var(--pulsetraek-blue-light);
}
.pulsetraek-cta-contact-line {
  font-size: 14px;
  color: rgb(255 255 255 / 63%);
  letter-spacing: 0.05em;
  text-align: right;
}
.pulsetraek-cta-contact-line a {
  color: rgba(255, 255, 255, 0.5);
}
.pulsetraek-cta-contact-line a:hover {
  color: #fff;
}
body.pulsetraek-site footer {
  background: #040d1a;
  padding: 36px 7%;
  border-top: 1px solid var(--pulsetraek-border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.pulsetraek-foot-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  list-style: none;
}
.pulsetraek-foot-nav a {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.32);
}
.pulsetraek-foot-nav a:hover {
  color: #fff;
}
.pulsetraek-foot-copy {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.22);
  letter-spacing: 0.04em;
}
.pulsetraek-util-bar {
  position: fixed;
  right: 38px;
  bottom: 38px;
  z-index: 990;
  display: flex;
  flex-direction: column;
  gap: 14px;
  display: none !important;
}
.pulsetraek-u-btn {
  position: relative;
  width: 62px;
  height: 62px;
  border: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.28);
  transition: 0.25s;
}
.pulsetraek-u-btn svg {
  width: 23px;
  height: 23px;
  fill: #fff;
}
.pulsetraek-dl {
  background: var(--pulsetraek-blue);
}
.pulsetraek-ul {
  background: var(--pulsetraek-navy-4);
}
.pulsetraek-u-btn:hover {
  transform: translateY(-3px) scale(1.04);
}
.pulsetraek-u-tooltip {
  position: absolute;
  right: 75px;
  top: 50%;
  transform: translateY(-50%);
  background: #101827;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 7px 11px;
  border-radius: 5px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.pulsetraek-u-btn:hover .pulsetraek-u-tooltip {
  opacity: 1;
  visibility: visible;
}
.pulsetraek-ul-modal {
  position: fixed;
  inset: 0;
  background: rgba(4, 13, 26, 0.86);
  backdrop-filter: blur(8px);
  z-index: 9999999999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
}
.pulsetraek-ul-modal.open,
.pulsetraek-ul-modal.pulsetraek-active {
  display: flex;
}
.pulsetraek-ul-box {
  width: min(418px, 49vw);
  background: var(--pulsetraek-navy-2);
  border: 1px solid var(--pulsetraek-border);
  border-radius: 10px;
  padding: 40px;
  position: relative;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
}
.pulsetraek-ul-close {
  position: absolute;
  top: 16px;
  right: 18px;
  background: none;
  border: 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.pulsetraek-ul-close:hover {
  color: #fff;
}
.pulsetraek-ul-title {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 38px;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-bottom: 6px;
}
.pulsetraek-ul-sub {
  font-size: 15px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.46);
  margin-bottom: 24px;
}
.pulsetraek-ul-drop {
  border: 2px dashed var(--pulsetraek-border);
  border-radius: 8px;
  padding: 40px 22px;
  text-align: center;
  cursor: pointer;
  transition: 0.25s;
}
.pulsetraek-ul-drop:hover,
.pulsetraek-ul-drop.over {
  border-color: var(--pulsetraek-blue-light);
  background: rgba(59, 130, 246, 0.08);
}
.pulsetraek-ul-drop-txt {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.6;
}
.pulsetraek-ul-file-input {
  display: none;
}
.pulsetraek-ul-list {
  display: grid;
  gap: 9px;
  margin-top: 18px;
}
.pulsetraek-ufr-name {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}
.pulsetraek-ufr-size {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
}
.pulsetraek-ufr-rm {
  border: 0;
  background: rgba(239, 68, 68, 0.16);
  color: #fecaca;
  border-radius: 4px;
  padding: 5px 9px;
  cursor: pointer;
}
.pulsetraek-ul-done {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 46px;
  border: 0;
  border-radius: 4px;
  margin-top: 20px;
  background: var(--pulsetraek-blue);
  color: #fff;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  cursor: pointer;
}
.pulsetraek-ul-done:hover {
  background: var(--pulsetraek-blue-light);
}
.pulsetraek-rv {
  opacity: 1;
  transform: none;
}
.pulsetraek-d1,
.pulsetraek-d2,
.pulsetraek-d3 {
  transition-delay: 0s;
}
@media (max-width: 1199px) {
  body.pulsetraek-site nav {
    padding: 0 4%;
  }
  .pulsetraek-nav-links {
    gap: 24px;
  }
  .pulsetraek-hero {
    grid-template-columns: 1fr;
  }
  .pulsetraek-hero::after {
    width: 58%;
    opacity: 0.55;
  }
  .pulsetraek-hero-l {
    padding: 70px 7% 38px;
  }
  .pulsetraek-hero-r {
    padding: 0 7% 70px;
    justify-content: flex-start;
  }
  .pulsetraek-stat-col {
    max-width: 720px;
  }
  .pulsetraek-about-grid,
  .pulsetraek-why-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .pulsetraek-about-sec,
  .pulsetraek-market-strip,
  .pulsetraek-products-sec,
  .pulsetraek-ind-sec,
  .pulsetraek-why-sec,
  .pulsetraek-comp-sec,
  .pulsetraek-proof-sec,
  .pulsetraek-cta-sec {
    padding-left: 5%;
    padding-right: 5%;
  }
  .pulsetraek-ind-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pulsetraek-i-card:nth-child(4n) {
    border-right: 1px solid var(--pulsetraek-slate);
  }
  .pulsetraek-i-card:nth-child(2n) {
    border-right: 0;
  }
  .pulsetraek-i-card:nth-child(n + 5) {
    border-bottom: 1px solid var(--pulsetraek-slate);
  }
  .pulsetraek-i-card:nth-child(n + 7) {
    border-bottom: 0;
  }
  .pulsetraek-ms-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  body.pulsetraek-site nav {
    height: auto;
    min-height: 76px;
    padding: 12px 4%;
    align-items: flex-start;
    gap: 16px;
    flex-wrap: wrap;
  }
  .pulsetraek-logo {
    min-width: auto;
  }
  .pulsetraek-logo img {
    width: 108px;
  }
  .pulsetraek-nav-links {
    order: 3;
    width: 100%;
    justify-content: flex-start;
    gap: 20px;
    overflow-x: auto;
    padding: 8px 0 2px;
    display: none;
  }
  .pulsetraek-nav-links > li > a {
    line-height: 1.2;
    font-size: 14px;
  }
  .pulsetraek-nav-cta {
    margin-top: 11px;
  }
  .pulsetraek-nav-links ul {
    display: none;
  }
  .pulsetraek-hero {
    padding-top: 112px;
  }
  .pulsetraek-hero-grid {
    inset: 112px 0 0;
  }
  .pulsetraek-hero::after {
    top: 112px;
  }
  .pulsetraek-p-panel {
    grid-template-columns: 1fr;
  }
  .pulsetraek-prod-tabs {
    flex-direction: column;
  }
  .pulsetraek-proof-grid {
    grid-template-columns: 1fr;
  }
  .pulsetraek-cta-inner {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .pulsetraek-cta-r {
    align-items: flex-start;
  }
  .pulsetraek-cta-contact-line {
    text-align: left;
  }
  .pulsetraek-util-bar {
    right: 22px;
    bottom: 22px;
  }
  .pulsetraek-u-btn {
    width: 54px;
    height: 54px;
  }
}
@media (max-width: 767px) {
  .pulsetraek-hero-l {
    padding: 48px 20px 30px;
  }
  .pulsetraek-hero-r {
    padding: 0 20px 55px;
  }
  .pulsetraek-hero-h {
    font-size: clamp(58px, 18vw, 92px);
  }
  .pulsetraek-hero-body {
    font-size: 16px;
    line-height: 1.7;
  }
  .pulsetraek-s-num {
    font-size: 58px;
    min-width: 70px;
  }
  .pulsetraek-s-num span {
    font-size: 30px;
  }
  .pulsetraek-stat-item {
    gap: 14px;
    padding: 18px 0;
  }
  .pulsetraek-about-sec,
  .pulsetraek-market-strip,
  .pulsetraek-products-sec,
  .pulsetraek-ind-sec,
  .pulsetraek-why-sec,
  .pulsetraek-comp-sec,
  .pulsetraek-proof-sec,
  .pulsetraek-cta-sec {
    padding: 62px 20px;
  }
  .pulsetraek-sec-h {
    font-size: clamp(46px, 14vw, 70px);
  }
  .pulsetraek-about-body p {
    font-size: 17px;
    margin-bottom: 22px;
  }
  .pulsetraek-about-grid {
    gap: 32px;
  }
  .pulsetraek-about-tiles {
    box-shadow: none;
  }
  .pulsetraek-a-tile {
    grid-template-columns: 44px 1fr;
    padding: 14px;
  }
  .pulsetraek-at-ico {
    width: 44px;
    height: 44px;
  }
  .pulsetraek-at-name {
    font-size: 16px;
  }
  .pulsetraek-at-val {
    font-size: 13px;
  }
  .pulsetraek-ms-grid,
  .pulsetraek-ind-grid,
  .pulsetraek-wr-mini {
    grid-template-columns: 1fr;
  }
  .pulsetraek-i-card,
  .pulsetraek-i-card:nth-child(n) {
    border-right: 0;
    border-bottom: 1px solid var(--pulsetraek-slate);
  }
  .pulsetraek-i-card:last-child {
    border-bottom: 0;
  }
  .pulsetraek-pp-left,
  .pulsetraek-pp-right {
    padding: 28px 20px;
  }
  .pulsetraek-pp-name {
    font-size: 48px;
  }
  .pulsetraek-smc-stats {
    grid-template-columns: 1fr;
  }
  .pulsetraek-w-card {
    grid-template-columns: 44px 1fr;
  }
  .pulsetraek-w-n {
    font-size: 44px;
  }
  .pulsetraek-wr-hero {
    padding: 26px 20px;
  }
  .pulsetraek-wrh-stat {
    font-size: 66px;
  }
  .pulsetraek-proof-card {
    padding: 28px 20px;
  }
  .pulsetraek-cta-h {
    font-size: 52px;
  }
  .pulsetraek-cta-phone {
    font-size: 38px;
  }
  .pulsetraek-foot-nav {
    width: 100%;
    flex-wrap: wrap;
    gap: 16px;
  }
  body.pulsetraek-site footer {
    align-items: flex-start;
  }
  .pulsetraek-ticker-item {
    font-size: 12px;
    padding: 0 22px;
  }
  .pulsetraek-btn-solid,
  .pulsetraek-btn-ghost {
    width: 100%;
  }
  .pulsetraek-util-bar {
    right: 16px;
    bottom: 16px;
  }
  .pulsetraek-u-tooltip {
    display: none;
  }
}
@media (max-width: 480px) {
  .pulsetraek-nav-links {
    gap: 15px;
  }
  .pulsetraek-nav-links > li > a {
    font-size: 13px;
  }
  .pulsetraek-hero {
    padding-top: 118px;
  }
  .pulsetraek-hero-grid {
    inset: 118px 0 0;
  }
  .pulsetraek-hero::after {
    top: 118px;
    width: 80%;
  }
  .pulsetraek-eyebrow-pill {
    width: 100%;
    padding-right: 10px;
  }
  .pulsetraek-pill-txt {
    font-size: 11px;
  }
  .pulsetraek-hero-h {
    font-size: 58px;
  }
  .pulsetraek-hero-trust {
    gap: 6px;
  }
  .pulsetraek-trust-tag {
    font-size: 11px;
  }
  .pulsetraek-stat-item {
    grid-template-columns: 1fr;
  }
  .pulsetraek-s-num {
    min-width: 0;
  }
  .pulsetraek-sec-h {
    font-size: 44px;
  }
  .pulsetraek-sec-p {
    font-size: 16px;
  }
  .pulsetraek-comp-table th,
  .pulsetraek-comp-table td {
    padding: 14px;
  }
  .pulsetraek-ul-box {
    padding: 32px 20px;
  }
  .pulsetraek-u-btn {
    width: 50px;
    height: 50px;
  }
}

/* ===================================== contact us start  */

/* =========================================================
   PulseTrek Contact Page CSS Only
   Main CSS ko change mat karo.
   Is file ko main style.css ke baad include karo.
========================================================= */

/* CONTACT PAGE SECTION */
.pulsetraek-contact-sec,
.sec.sec-dark {
  padding: 90px 7%;
  background: var(--pulsetraek-navy, #08152a);
  color: #fff;
}

.pulsetraek-contact-grid,
.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: flex-start;
}

/* LEFT CONTACT INFO */
.pulsetraek-ci-item,
.ci-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid var(--pulsetraek-border, #1e3d6f);
}

.pulsetraek-ci-item:first-child,
.ci-item:first-child {
  border-top: 1px solid var(--pulsetraek-border, #1e3d6f);
}

.pulsetraek-ci-ico,
.ci-ico {
  width: 54px;
  height: 54px;
  border-radius: 8px;
  background: rgba(37, 99, 235, 0.16);
  border: 1px solid rgba(59, 130, 246, 0.24);
  display: flex;
  align-items: center;
  justify-content: center;
}

.pulsetraek-ci-ico svg,
.ci-ico svg {
  width: 22px;
  height: 22px;
  fill: var(--pulsetraek-blue-light, #3b82f6);
}

.pulsetraek-ci-lbl,
.ci-lbl {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--pulsetraek-muted, #8fa3bf);
  margin-bottom: 4px;
}

.pulsetraek-ci-val,
.ci-val {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.55;
}

.pulsetraek-ci-val a,
.ci-val a {
  color: #fff !important;
}

.pulsetraek-ci-val a:hover,
.ci-val a:hover {
  color: var(--pulsetraek-blue-light, #3b82f6) !important;
}

/* RESPONSE BOX - inline style ko override karega */
.contact-grid > div:first-child > div[style] {
  background: var(--pulsetraek-navy-2, #0d1f3c) !important;
  border: 1px solid var(--pulsetraek-border, #1e3d6f) !important;
  border-radius: 8px !important;
  padding: 24px !important;
  margin-top: 22px !important;
}

/* CONTACT FORM */
.pulsetraek-contact-form,
.cf {
  background: var(--pulsetraek-navy-2, #0d1f3c);
  border: 1px solid var(--pulsetraek-border, #1e3d6f);
  border-radius: 10px;
  padding: 38px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.25);
}

.pulsetraek-fg-row,
.fg-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.pulsetraek-fg,
.fg {
  margin-bottom: 18px;
}

.pulsetraek-fg label,
.fg label {
  display: block;
  margin-bottom: 7px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.52);
}

.pulsetraek-fg input,
.pulsetraek-fg select,
.pulsetraek-fg textarea,
.fg input,
.fg select,
.fg textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  background: #08152a66;
  border: 1px solid var(--pulsetraek-border, #1e3d6f);
  border-radius: 5px;
  outline: none;
  color: #fff;
  font-family: "Barlow", Arial, sans-serif;
  font-size: 15px;
  transition: 0.22s;
}

.pulsetraek-fg textarea,
.fg textarea {
  min-height: 135px;
  resize: vertical;
}

.pulsetraek-fg input::placeholder,
.pulsetraek-fg textarea::placeholder,
.fg input::placeholder,
.fg textarea::placeholder {
  color: rgba(255, 255, 255, 0.28);
}

.pulsetraek-fg input:focus,
.pulsetraek-fg select:focus,
.pulsetraek-fg textarea:focus,
.fg input:focus,
.fg select:focus,
.fg textarea:focus {
  border-color: var(--pulsetraek-blue-light, #3b82f6);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.12);
}

.pulsetraek-fg select option,
.fg select option {
  color: #111827;
}

.pulsetraek-fsub,
.fsub {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 5px;
  background: var(--pulsetraek-blue, #2563eb);
  color: #fff;
  cursor: pointer;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: 0.25s;
}

.pulsetraek-fsub:hover,
.fsub:hover {
  background: var(--pulsetraek-blue-light, #3b82f6);
  transform: translateY(-2px);
}

/* =========================================================
   FOOTER FIX
   Screenshot me footer ul/li default aa raha tha.
   Yeh footer ko proper grid layout dega.
========================================================= */

body.pulsetraek-site footer,
footer {
  width: 100%;
  background: #040d1a !important;
  padding: 70px 7% 28px !important;
  border-top: 1px solid var(--pulsetraek-border, #1e3d6f) !important;
  display: flex;
  color: #fff;
}

.pulsetraek-foot-top,
.foot-top {
  display: grid !important;
  grid-template-columns: minmax(310px, 1.35fr) repeat(3, minmax(155px, 0.7fr));
  gap: 48px;
  width: 100%;
  padding-bottom: 42px;
}

.pulsetraek-foot-brand,
.foot-brand {
  display: inline-flex;
  align-items: center;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.06em;
  text-decoration: none;
  margin-bottom: 16px;
}

.pulsetraek-fb-p,
.fb-p {
  color: #fff;
}

.pulsetraek-fb-t,
.fb-t {
  color: var(--pulsetraek-blue-light, #3b82f6);
}

.pulsetraek-foot-desc,
.foot-desc {
  max-width: 430px;
  margin-top: 14px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75;
}

.pulsetraek-foot-contact,
.foot-contact {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.36);
  font-size: 14px;
  font-weight: 300;
  line-height: 1.75;
}

.pulsetraek-foot-col,
.foot-col {
  min-width: 0;
}

.pulsetraek-foot-col-h,
.foot-col-h {
  margin-bottom: 16px;
  color: #fff;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pulsetraek-foot-col ul,
.foot-col ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: grid;
  gap: 10px;
}

.pulsetraek-foot-col li,
.foot-col li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.pulsetraek-foot-col a,
.foot-col a {
  color: rgba(255, 255, 255, 0.42) !important;
  font-size: 14px;
  text-decoration: none !important;
  transition: 0.25s;
}

.pulsetraek-foot-col a:hover,
.foot-col a:hover {
  color: var(--pulsetraek-blue-light, #3b82f6) !important;
  padding-left: 4px;
}

.pulsetraek-foot-bottom,
.foot-bottom {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  width: 100%;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pulsetraek-foot-copy,
.foot-copy {
  color: rgba(255, 255, 255, 0.25);
  font-size: 13px;
  line-height: 1.6;
}

.pulsetraek-foot-legal,
.foot-legal {
  display: flex;
  gap: 20px;
}

.pulsetraek-foot-legal a,
.foot-legal a {
  color: rgba(255, 255, 255, 0.36) !important;
  font-size: 13px;
  text-decoration: none !important;
}

.pulsetraek-foot-legal a:hover,
.foot-legal a:hover {
  color: #fff !important;
}

/* WhatsApp */
.pulsetraek-wa-btn,
.wa-btn {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 999;
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #25d366;
  border-radius: 50%;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.28);
  transition: 0.25s;
}

.pulsetraek-wa-btn:hover,
.wa-btn:hover {
  transform: translateY(-4px) scale(1.04);
}

.pulsetraek-wa-btn svg,
.wa-btn svg {
  width: 27px;
  height: 27px;
  fill: #fff;
}

/* RESPONSIVE */
@media (max-width: 1199px) {
  .pulsetraek-contact-grid,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }
}

@media (max-width: 991px) {
  .pulsetraek-foot-top,
  .foot-top {
    grid-template-columns: repeat(2, 1fr);
  }

  .pulsetraek-foot-top > div:first-child,
  .foot-top > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .pulsetraek-contact-sec,
  .sec.sec-dark {
    padding: 64px 22px;
  }

  .pulsetraek-contact-form,
  .cf {
    padding: 24px;
  }

  .pulsetraek-fg-row,
  .fg-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .pulsetraek-ci-item,
  .ci-item {
    grid-template-columns: 46px 1fr;
    gap: 14px;
  }

  .pulsetraek-ci-ico,
  .ci-ico {
    width: 46px;
    height: 46px;
  }

  .pulsetraek-foot-top,
  .foot-top {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .pulsetraek-foot-bottom,
  .foot-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .pulsetraek-wa-btn,
  .wa-btn {
    width: 52px;
    height: 52px;
    right: 18px;
    bottom: 18px;
  }
}

/* ===================================== contact us end  */

/* =========================================================
   Mini PulseTrek Page Extra CSS
   Main CSS untouched. This section only supports mini-pulsetrek page classes.
========================================================= */

.pulsetraek-mini-sec,
.pulsetraek-mini-dark {
  padding: 88px 7%;
  position: relative;
  background: var(--pulsetraek-navy);
  color: #fff;
}

.pulsetraek-mini-dark .pulsetraek-sec-eye-txt {
  color: var(--pulsetraek-blue-light) !important;
}

.pulsetraek-mini-dark .pulsetraek-sec-line {
  background: var(--pulsetraek-blue-light);
}

.pulsetraek-mini-dark .pulsetraek-sec-h {
  color: #fff;
}

/* Feature cards */
.pulsetraek-cards-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--pulsetraek-border);
  border: 1px solid var(--pulsetraek-border);
  border-radius: 8px;
  overflow: hidden;
  margin-top: 42px;
}

.pulsetraek-card {
  background: var(--pulsetraek-navy-2);
  padding: 34px 30px;
  min-height: 240px;
  transition: 0.25s;
}

.pulsetraek-card:hover {
  background: var(--pulsetraek-navy-3);
}

.pulsetraek-card-ico {
  width: 52px;
  height: 52px;
  border-radius: 7px;
  background: rgba(37, 99, 235, 0.16);
  border: 1px solid rgba(59, 130, 246, 0.24);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  transition: 0.25s;
}

.pulsetraek-card:hover .pulsetraek-card-ico {
  background: var(--pulsetraek-blue);
  border-color: var(--pulsetraek-blue);
}

.pulsetraek-card-ico svg {
  width: 22px;
  height: 22px;
  fill: var(--pulsetraek-blue-light);
  transition: 0.25s;
}

.pulsetraek-card:hover .pulsetraek-card-ico svg {
  fill: #fff;
}

.pulsetraek-card-h {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.2;
}

.pulsetraek-card-p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.48);
}

/* Spec table wrapper and group rows */
.pulsetraek-spec-wrap {
  width: 100%;
  overflow-x: auto;
  margin-top: 34px;
  border-radius: 8px;
}

.pulsetraek-spec-table {
  min-width: 720px;
  /* background: var(--pulsetraek-navy-2); */
  border: 1px solid var(--pulsetraek-border);
  border-radius: 8px;
  overflow: hidden;
}

.pulsetraek-spec-table th {
  background: var(--pulsetraek-navy-3);
  color: #fff;
  padding: 18px 20px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  text-align: left;
}

.pulsetraek-spec-table th.pulsetraek-hl,
.pulsetraek-spec-table td.pulsetraek-hl {
  color: #fff;
  font-weight: 700;
}

.pulsetraek-spec-table .pulsetraek-grp td {
  background: rgba(37, 99, 235, 0.16);
  color: var(--pulsetraek-blue-light) !important;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  padding: 12px 20px;
}

/* CTA background word override */
.pulsetraek-cta-bg {
  position: absolute;
  right: -20px;
  bottom: -55px;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 24vw;
  line-height: 1;
  color: rgba(255, 255, 255, 0.025);
  pointer-events: none;
}

/* Footer mapped layout */
body.pulsetraek-site footer {
  display: flex;
  background: #040d1a;
  padding: 70px 7% 28px;
  border-top: 1px solid var(--pulsetraek-border);
}

.pulsetraek-foot-top {
  display: grid;
  grid-template-columns: minmax(320px, 1.35fr) repeat(3, minmax(160px, 0.7fr));
  gap: 42px;
  width: 100%;
  padding-bottom: 36px;
}

.pulsetraek-foot-desc {
  max-width: 430px;
  margin-top: 14px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.45);
}

.pulsetraek-foot-contact {
  margin-top: 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.34);
}

.pulsetraek-foot-col-h {
  margin-bottom: 14px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
}

.pulsetraek-foot-col ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pulsetraek-foot-col li {
  list-style: none;
}

.pulsetraek-foot-col a,
.pulsetraek-foot-legal a {
  color: rgba(255, 255, 255, 0.38);
  font-size: 14px;
  transition: 0.25s;
}

.pulsetraek-foot-col a:hover,
.pulsetraek-foot-legal a:hover {
  color: #fff;
}

.pulsetraek-foot-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pulsetraek-foot-legal {
  display: flex;
  gap: 20px;
}

.pulsetraek-wa-btn {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 999;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.28);
  transition: 0.25s;
}

.pulsetraek-wa-btn:hover {
  transform: translateY(-4px) scale(1.04);
}

.pulsetraek-wa-btn svg {
  width: 27px;
  height: 27px;
  fill: #fff;
}

/* =============== add  */
/* Mini PulseTrek Spec Table Fix */
.pulsetraek-spec-wrap {
  margin-top: 34px;
  overflow-x: auto;
  border-radius: 0;
}

.pulsetraek-spec-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: transparent;
  border: none;
  border-radius: 0;
}

.pulsetraek-spec-table thead th {
  background: transparent;
  color: #fff;
  padding: 18px 22px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: left;
  border: none;
}

.pulsetraek-spec-table thead th.pulsetraek-hl {
  background: var(--pulsetraek-blue);
  color: #fff;
  border-radius: 5px 5px 0 0;
}

.pulsetraek-spec-table tbody tr {
  border-bottom: 1px solid var(--pulsetraek-border);
}

.pulsetraek-spec-table tbody td {
  padding: 11px 22px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.42);
  background: transparent;
}

.pulsetraek-spec-table tbody td.pulsetraek-hl {
  color: #fff;
  font-weight: 700;
}

.pulsetraek-spec-table .pulsetraek-grp td {
  background: rgba(37, 99, 235, 0.1);
  color: var(--pulsetraek-blue-light) !important;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  padding: 12px 22px;
  text-align: left;
}

/* =============== add end  */

@media (max-width: 1199px) {
  .pulsetraek-cards-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .pulsetraek-foot-top {
    grid-template-columns: repeat(2, 1fr);
  }

  .pulsetraek-foot-top > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .pulsetraek-mini-sec,
  .pulsetraek-mini-dark {
    padding: 64px 22px;
  }

  .custom_min {
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 11px;
  }

  .pulsetraek-cards-3 {
    grid-template-columns: 1fr;
  }

  .pulsetraek-card {
    min-height: auto;
    padding: 28px 24px;
  }

  .pulsetraek-foot-top {
    grid-template-columns: 1fr;
  }

  .pulsetraek-foot-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .pulsetraek-wa-btn {
    width: 52px;
    height: 52px;
    right: 18px;
    bottom: 18px;
  }
}

/* =========================================== leberi css start  */
/* ================================
   LEBERI PAGE ONLY CSS (NO CONFLICT)
================================ */

.leberi-page .pulsetraek-leberi-sec {
  padding: 88px 7%;
  background: var(--pulsetraek-navy);
  color: #fff;
}

.leberi-page .pulsetraek-spec-wrap {
  margin-top: 40px;
  overflow-x: auto;
}

/* TABLE FIX (1st image wala design) */
.leberi-page .pulsetraek-spec-table {
  width: 100%;
  min-width: 1000px;
  border-collapse: collapse;
  background: transparent;
}

/* HEADER */
.leberi-page .pulsetraek-spec-table thead th {
  padding: 18px 22px;
  color: #fff;
  font-family: "Barlow Condensed";
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* ACTIVE COLUMN */
.leberi-page .pulsetraek-spec-table thead th.pulsetraek-hl {
  background: var(--pulsetraek-blue);
  border-radius: 6px 6px 0 0;
}

/* ROW */
.leberi-page .pulsetraek-spec-table tbody tr {
  border-bottom: 1px solid var(--pulsetraek-border);
}

/* CELL */
.leberi-page .pulsetraek-spec-table td {
  padding: 16px 22px;
  color: rgba(255, 255, 255, 0.45);
}

/* FIRST COLUMN */
.leberi-page .pulsetraek-spec-table td:first-child {
  color: rgba(255, 255, 255, 0.65);
  font-weight: 500;
}

/* HIGHLIGHT COLUMN */
.leberi-page .pulsetraek-spec-table td.pulsetraek-hl {
  color: #fff;
  font-weight: 700;
  background: rgba(37, 99, 235, 0.08);
}

/* ================================
   CARDS (Applications)
================================ */

.leberi-page .pulsetraek-cards-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--pulsetraek-border);
  border-radius: 8px;
  margin-top: 40px;
}

.leberi-page .pulsetraek-card {
  background: var(--pulsetraek-navy-2);
  padding: 30px;
  transition: 0.3s;
}

.leberi-page .pulsetraek-card:hover {
  background: var(--pulsetraek-navy-3);
}

.leberi-page .pulsetraek-card-ico {
  width: 50px;
  height: 50px;
  background: rgba(16, 185, 129, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin-bottom: 15px;
}

.leberi-page .pulsetraek-card-h {
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}

.leberi-page .pulsetraek-card-p {
  color: rgba(255, 255, 255, 0.5);
}

/* ================================
   CTA FIX
================================ */

.leberi-page .pulsetraek-cta-sec {
  background: var(--pulsetraek-navy);
  padding: 90px 7%;
}

.leberi-page .pulsetraek-cta-h {
  color: #fff;
}

.leberi-page .pulsetraek-cta-h span {
  color: var(--pulsetraek-blue-light);
}

/* ================================
   FOOTER FIX
================================ */

.leberi-page footer {
  background: #040d1a;
}

.leberi-page .pulsetraek-foot-top {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

/* ================================
   RESPONSIVE
================================ */

@media (max-width: 768px) {
  .leberi-page .pulsetraek-cards-3 {
    grid-template-columns: 1fr;
  }

  .leberi-page .pulsetraek-foot-top {
    grid-template-columns: 1fr;
  }
}
/* =========================================== leberi css end  */

/* =========================================================
   FAQ Page CSS Add-on
   Uses provided PulseTraek CSS variables and avoids global conflict.
========================================================= */

body.pulsetraek-site.faq-page {
  background: var(--pulsetraek-navy);
}

/* FAQ hero */
.pulsetraek-faq-hero {
  min-height: 48vh !important;
  grid-template-columns: 1fr !important;
}

.pulsetraek-faq-hero::after {
  opacity: 0.45;
}

.pulsetraek-faq-hero .pulsetraek-hero-l {
  max-width: 980px;
}

/* FAQ section */
.pulsetraek-faq-sec {
  padding: 88px 7%;
  position: relative;
}

.pulsetraek-faq-dark {
  background: var(--pulsetraek-navy);
  color: #fff;
}
.new-padding-leberi {
  padding-top: 80px;
}
.padding-manage {
  padding-top: 11px;
}
/* FAQ list */
.pulsetraek-faq-list {
  /* max-width: 1120px; */
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.pulsetraek-fi {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.pulsetraek-fi:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.pulsetraek-fq {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
  padding: 15px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}

.pulsetraek-fqt {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
  transition: 0.25s;
}

.pulsetraek-fi.pulsetraek-open .pulsetraek-fqt {
  color: #fff;
}

.pulsetraek-fi-ico {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1.5px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  margin-top: 1px;
  transition: 0.25s;
}

.pulsetraek-fi-ico svg {
  width: 12px;
  height: 12px;
  fill: rgba(255, 255, 255, 0.38);
  transition:
    transform 0.3s,
    fill 0.25s;
}

.pulsetraek-fi.pulsetraek-open .pulsetraek-fi-ico {
  background: var(--pulsetraek-blue);
  border-color: var(--pulsetraek-blue);
}

.pulsetraek-fi.pulsetraek-open .pulsetraek-fi-ico svg {
  fill: #fff;
  transform: rotate(45deg);
}

.pulsetraek-fa {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.4s ease,
    padding 0.3s ease;
}

.pulsetraek-fi.pulsetraek-open .pulsetraek-fa {
  max-height: 520px;
  padding-bottom: 20px;
}

.pulsetraek-fat {
  max-width: 960px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.46);
}

.pulsetraek-fat strong {
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

/* Footer full layout used by FAQ page */
/* body.pulsetraek-site footer {
  display: block;
  background: #040d1a;
  padding: 70px 7% 28px;
  border-top: 1px solid var(--pulsetraek-border);
} */

.pulsetraek-foot-top {
  display: grid;
  grid-template-columns: minmax(320px, 1.35fr) repeat(3, minmax(160px, 0.7fr));
  gap: 42px;
  width: 100%;
  padding-bottom: 36px;
}

.pulsetraek-foot-brand {
  display: inline-flex;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 30px;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}

.pulsetraek-fb-p {
  color: #fff;
}

.pulsetraek-fb-t {
  color: var(--pulsetraek-blue-light);
}

.pulsetraek-foot-desc {
  max-width: 430px;
  margin-top: 14px;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.45);
}

.pulsetraek-foot-contact {
  margin-top: 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.34);
}

.pulsetraek-foot-col-h {
  margin-bottom: 14px;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
}

.pulsetraek-foot-col ul {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pulsetraek-foot-col li {
  list-style: none;
}

.pulsetraek-foot-col a,
.pulsetraek-foot-legal a {
  color: rgba(255, 255, 255, 0.38);
  font-size: 14px;
  transition: 0.25s;
}

.pulsetraek-foot-col a:hover,
.pulsetraek-foot-legal a:hover {
  color: #fff;
}

.pulsetraek-foot-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.pulsetraek-foot-legal {
  display: flex;
  gap: 20px;
}

/* WhatsApp fixed button */
.pulsetraek-wa-btn {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 999;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.28);
  transition: 0.25s;
}

.pulsetraek-wa-btn:hover {
  transform: translateY(-4px) scale(1.04);
}

.pulsetraek-wa-btn svg {
  width: 27px;
  height: 27px;
  fill: #fff;
}

@media (max-width: 991px) {
  .pulsetraek-foot-top {
    grid-template-columns: repeat(2, 1fr);
  }

  .pulsetraek-foot-top > div:first-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .pulsetraek-faq-sec {
    padding: 64px 22px;
  }

  .pulsetraek-fqt {
    font-size: 16px;
  }

  .pulsetraek-foot-top {
    grid-template-columns: 1fr;
  }

  .pulsetraek-foot-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .pulsetraek-wa-btn {
    width: 52px;
    height: 52px;
    right: 18px;
    bottom: 18px;
  }
}

/* ==================== product ka extra code start  */
.pulsetraek-product-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 55px;
}

.pulsetraek-product-top-content {
  flex: 1;
  max-width: 760px;
}

.pulsetraek-product-top-img {
  width: 420px;
  max-width: 42%;
  height: 300px;
  border-radius: 22px;
  overflow: hidden;
  background: rgba(15, 42, 82, 0.55);
  border: 1px solid rgba(59, 130, 246, 0.28);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.25);
}

.pulsetraek-product-top-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}

.pulsetraek-product-top-img img.pulsetraek-img-changing {
  opacity: 0;
  transform: scale(1.05);
}

@media (max-width: 991px) {
  .pulsetraek-product-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }

  .pulsetraek-product-top-img {
    width: 100%;
    max-width: 100%;
    height: 260px;
  }
}

@media (max-width: 575px) {
  .pulsetraek-product-top {
    margin-bottom: 35px;
  }

  .pulsetraek-product-top-img {
    height: 220px;
    border-radius: 16px;
  }
}
/* ==================== product ka extra code end  */

/* process start code extra  */
.pulsetraek-ind-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 60px;
}

.pulsetraek-ind-left {
  flex: 1;
  max-width: 750px;
}

.pulsetraek-ind-right {
  width: 420px;
  max-width: 40%;
  height: 320px;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.05);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}

.pulsetraek-ind-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Responsive */
@media (max-width: 991px) {
  .pulsetraek-ind-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }

  .pulsetraek-ind-right {
    width: 100%;
    max-width: 100%;
    height: 260px;
  }
}

@media (max-width: 575px) {
  .pulsetraek-ind-right {
    height: 220px;
    border-radius: 14px;
  }
}
/* process end code extra  */

/*footer start */

.pulsetraek-footer-main {
  background: #040d1a;
  padding: 60px 7% 34px !important;
  border-top: 1px solid var(--pulsetraek-border);
  display: block !important;
}

.pulsetraek-footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  width: 100%;
}

.pulsetraek-footer-logo {
  min-width: 130px;
}

.pulsetraek-footer-logo img {
  width: 120px !important;
  height: auto !important;
  max-height: 82px !important;
  object-fit: contain;
}

.pulsetraek-foot-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 38px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pulsetraek-foot-nav a {
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
  transition: 0.25s;
  white-space: nowrap;
}

.pulsetraek-foot-nav a:hover {
  color: #fff;
}

.pulsetraek-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  /* margin-top: 34px; */
  width: 100%;
}

.pulsetraek-foot-copy {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.28);
  letter-spacing: 0.04em;
  margin: 0;
}

.pulsetraek-social-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  margin: 0;
}

.pulsetraek-social-link {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.pulsetraek-social-link svg {
  width: 19px;
  height: 19px;
}

.pulsetraek-linkedin {
  background: rgba(10, 102, 194, 0.15);
  color: #0a66c2;
  border: 1px solid rgba(10, 102, 194, 0.45);
}

.pulsetraek-instagram {
  background: rgba(225, 48, 108, 0.14);
  color: #e1306c;
  border: 1px solid rgba(225, 48, 108, 0.45);
}

.pulsetraek-facebook {
  background: rgba(24, 119, 242, 0.14);
  color: #1877f2;
  border: 1px solid rgba(24, 119, 242, 0.45);
}

.pulsetraek-social-link:hover {
  transform: translateY(-4px);
  color: #fff;
}

.pulsetraek-linkedin:hover {
  background: #0a66c2;
}

.pulsetraek-instagram:hover {
  background: #e1306c;
}

.pulsetraek-facebook:hover {
  background: #1877f2;
}

@media (max-width: 991px) {
  .pulsetraek-footer-top,
  .pulsetraek-footer-bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .pulsetraek-foot-nav {
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px 28px;
  }

  .pulsetraek-social-wrap {
    justify-content: center;
  }
}

@media (max-width: 575px) {
  .pulsetraek-footer-main {
    padding: 45px 20px 28px !important;
  }

  .pulsetraek-footer-logo img {
    width: 110px !important;
  }

  .pulsetraek-foot-nav {
    /* flex-direction: column; */
    gap: 14px;
  }

  .pulsetraek-footer-bottom {
    margin-top: 28px;
  }
}

/* FAQ SECTION */
.pulsetraek-faq-section {
  background: #08152a;
  padding: 0px 7%;
  color: #fff;
}

.pulsetraek-faq-head {
  max-width: 760px;
  margin-bottom: 45px;
}

.pulsetraek-faq-small {
  display: inline-block;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #3b82f6;
  margin-bottom: 12px;
}

.pulsetraek-faq-head h2 {
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: clamp(52px, 5vw, 90px);
  font-weight: 400;
  line-height: 0.95;
  margin: 0 0 18px;
}

.pulsetraek-faq-head p {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.45);
  margin: 0;
}

.pulsetraek-faq-list {
  /* max-width: 1100px; */
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.pulsetraek-faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pulsetraek-faq-question {
  width: 100%;
  padding: 24px 0;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  text-align: left;
  color: #fff;
}

.pulsetraek-faq-question span {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
}

.pulsetraek-faq-question i {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-size: 22px;
  line-height: 1;
  transition: 0.3s;
}

.pulsetraek-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.pulsetraek-faq-answer p {
  max-width: 900px;
  padding: 0 0 24px;
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.48);
}

.pulsetraek-faq-item.active .pulsetraek-faq-answer {
  max-height: 250px;
}

.pulsetraek-faq-item.active .pulsetraek-faq-question i {
  background: #2563eb;
  border-color: #2563eb;
  color: #fff;
  transform: rotate(45deg);
}

@media (max-width: 767px) {
  .pulsetraek-faq-section {
    padding: 65px 22px;
  }

  .pulsetraek-faq-question span {
    font-size: 16px;
  }
}

/* =================add new css  start*/
.pulsetraek-title-img-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 55px;
}

.pulsetraek-title-img {
  max-width: 460px;
  width: 100%;
  text-align: right;
}

.pulsetraek-title-img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
  display: inline-block;
  border-radius: 10px;
}

/* Tablet */
@media (max-width: 991px) {
  .pulsetraek-title-img-wrap {
    gap: 30px;
  }

  .pulsetraek-title-img {
    max-width: 360px;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .pulsetraek-title-img-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    margin-bottom: 35px;
  }

  .pulsetraek-title-img {
    max-width: 100%;
    text-align: center;
  }

  .pulsetraek-title-img img {
    width: 85%;
  }
}
/* =================add new css end */
.custom_trailers {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 776px) {
  .custom_trailers {
    flex-direction: column;
  }
}

/* ====================== leberi image start  */
.pulsetraek-leberi-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 50px;
}

.pulsetraek-leberi-head-left {
  flex: 1;
}

.pulsetraek-leberi-head-img {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.pulsetraek-leberi-head-img img {
  width: 100%;
  /* max-width: 520px; */
  height: auto;
  display: block;
  object-fit: cover;
  /* height: 300px !important; */
  border-radius: 10px !important;
}

/* =========================
   LAPTOP
========================= */

@media (max-width: 1199px) {
  .pulsetraek-leberi-head {
    gap: 40px;
  }

  .pulsetraek-leberi-head-img img {
    max-width: 420px;
  }
}

/* =========================
   TABLET
========================= */

@media (max-width: 991px) {
  .pulsetraek-leberi-head {
    gap: 30px;
  }

  .pulsetraek-leberi-head-img img {
    max-width: 340px;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {
  .pulsetraek-leberi-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    margin-bottom: 35px;
  }

  .pulsetraek-leberi-head-img {
    width: 100%;
    justify-content: center;
  }

  .pulsetraek-leberi-head-img img {
    width: 100%;
    max-width: 300px;
  }
}
/* ====================== leberi image end */

.pulsetraek-form-title {
  font-size: 20px;
  text-align: center;
  padding-bottom: 21px;
  text-transform: uppercase;
  font-weight: 800;
}
