.workflow-section {
  position: relative;
} /* Header */
.workflow-section .workflow-title {
  background: linear-gradient(90deg, #141b5d 0%, #9810fa 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -1.92px;
}
.workflow-section .workflow-subtitle {
  color: var(--Colors-Neutral-1000, #333);
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -1.92px;
}
.workflow-section .workflow-text {
  color: var(--Colors-Neutral-900, #4a4a4a);
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 200%;
} /* Vertical Line */
.workflow-section .timeline-wrapper {
  position: relative;
  margin-top: 60px;
}
.workflow-section .timeline-wrapper::before {
  content: "";
  position: absolute;
  width: 3px;
  background: linear-gradient(to bottom, #7b3cff, #4c2cff);
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
} /* Dot Image */
.workflow-section .timeline-dot {
  position: relative;
  z-index: 2;
} /* Content Card */
.workflow-section .timeline-content {
  padding: 25px;
  transition: 0.3s;
  margin-bottom: 1.5rem;
}
.workflow-section .timeline-content h6 {
  color: #060b13;
  font-size: 24px;
  font-weight: 600;
  line-height: 39.6px;
}
.workflow-section .timeline-content p {
  color: #4a5565;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
.workflow-section .timeline-content:hover {
  transform: translateY(-5px);
}
.workflow-section .step-number {
  color: #99a1af;
  font-size: 72px;
  font-weight: 700;
  line-height: 72px;
  display: block;
  margin-bottom: 8px;
} /* Image Card */
.workflow-section .timeline-image {
  padding: 15px;
  transition: 0.3s;
  margin-bottom: 1.5rem;
}
.workflow-section .timeline-image img {
  border-radius: 16px;
}
.workflow-section .timeline-image:hover {
  transform: translateY(-5px);
}
.workflow-section .workflow-btn {
  border-radius: 8px;
  background: linear-gradient(0deg, #141b5d 0%, #141b5d 100%),
    rgba(255, 255, 255, 0.02);
  box-shadow: 0 2px 8px 0 rgba(255, 255, 255, 0.05) inset,
    0 1px 3px 0 rgba(255, 255, 255, 0.12) inset,
    0 0.5px 0.5px 0 rgba(255, 255, 255, 0.16) inset;
  backdrop-filter: blur(6px);
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  padding: 12px 16px;
}
.workflow-section .workflow-btn:hover {
  background: linear-gradient(0deg, #141b5d 0%, #141b5d 100%),
    rgba(255, 255, 255, 0.02);
  box-shadow: 0 2px 8px 0 rgba(255, 255, 255, 0.05) inset,
    0 1px 3px 0 rgba(255, 255, 255, 0.12) inset,
    0 0.5px 0.5px 0 rgba(255, 255, 255, 0.16) inset;
  backdrop-filter: blur(6px);
  color: #fff;
} /* Responsive */
@media (max-width: 991px) {
  .workflow-section .timeline-wrapper::before {
    left: 20px;
  }
  .workflow-section .timeline-row .row {
    flex-direction: column;
  }
  .workflow-section .timeline-dot {
    margin-left: -24px;
    text-align: left;
  }
  .workflow-section .timeline-content,
  .workflow-section .timeline-image {
    text-align: left !important;
    margin-bottom: 1.5rem;
  }
}
.monitoring-tools {
  padding: 80px 0;
}
.monitoring-tools .small-title {
  color: var(--Colors-Neutral-1000, #333);
  font-size: 32px;
  font-style: normal;
  text-align: left;
  font-weight: 600;
  line-height: 150%; /* 48px */
  letter-spacing: -1.92px;
  margin-bottom: 5px;
}
.monitoring-tools .section-title {
  background: linear-gradient(90deg, #141b5d 0%, #9810fa 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-style: normal;
  text-align: left;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -1.92px;
}
.monitoring-tools .section-desc {
  color: var(--Colors-Neutral-900, #4a4a4a);
  font-size: 20px;
  font-style: normal;
  text-align: left;
  font-weight: 400;
  line-height: 200%; /* 40px */
}
.monitoring-tools .common-card {
  border-radius: 24px;
  border: 1px solid #e2e2e4;
  padding: 22px;
  transition: 0.3s;
  height: 100%;
}
.monitoring-tools .mobile-mockup {
  text-align: center;
}
.monitoring-tools .common-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
.monitoring-tools .tool-card img {
  width: 100%;
  border-radius: 20px;
}
.ecosystem-center-image {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.monitoring-tools .tool-card h6 {
  color: #060b13;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 39.6px; /* 165% */
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.monitoring-tools .tool-card p {
  color: #4a4a4a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: -0.07px;
  margin-bottom: 0;
} /* responsive */
@media (max-width: 991px) {
  .monitoring-tools .mobile-mockup {
    margin: 40px 0;
  }
} /*============================== WHO SHOULD LIST ==============================*/
.equipment-sellers-section {
  padding: 80px 0;
}
.seller-card {
  border-radius: 16px;
  border: 0.8px solid #e8e8f0;
  background: #fff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.06);
  padding: 20px 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  transition: 0.3s;
}
.seller-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(28, 63, 198, 0.12);
}
.seller-card h5 {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 5px;
}
.seller-card p {
  color: #6a7282;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  margin: 0;
}
.equipment-sellers-section .section-sub-title {
  color: var(--Colors-Neutral-1000, #333);
  font-size: 32px;
  font-style: normal;
  text-align: left;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -1.92px;
  margin-bottom: 5px;
  text-align: center;
}
.equipment-sellers-section .section-title {
  background: linear-gradient(90deg, #141b5d 0%, #9810fa 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-style: normal;
  text-align: left;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -1.92px;
  text-align: center;
}
.equipment-sellers-section .section-desc {
  color: var(--Colors-Neutral-900, #4a4a4a);
  font-size: 20px;
  font-style: normal;
  text-align: left;
  font-weight: 400;
  line-height: 200%;
  text-align: center;
}
@media (max-width: 991px) {
  .equipment-sellers-section .section-title {
    font-size: 32px;
  }
  .equipment-sellers-section .col-lg-4.text-center {
    margin: 30px 0;
  }
} /* =============================== Common Section Base ================================= */
.common-section {
  padding: 80px 0;
}
.common-section .common-title {
  background: linear-gradient(90deg, #141b5d 0%, #9810fa 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 60px */
  letter-spacing: -1.92px;
}
.common-section .common-title-small {
  color: var(--Colors-Neutral-1000, #333);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -1.92px;
}
.common-section .common-description {
  color: var(--Colors-Neutral-900, #4a4a4a);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 40px */
} /* =============================== Cards ================================= */
.common-section .common-card {
  border-radius: 16px;
  border: 1.6px solid #e5e7eb;
  background: #fff;
  padding: 30px;
  text-align: left;
  height: 100%;
  transition: all 0.3s ease;
}
.common-section .common-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
} /* Featured Card */
.common-section .featured-card {
  border: 1.6px solid var(--frre, #141b5d);
  position: relative;
} /* Badge */
.common-section .recommended-badge {
  position: absolute;
  top: -12px;
  right: 10%;
  left: 10%;
  text-align: center;
  border-radius: 26843500px;
  background: linear-gradient(
    90deg,
    #141b5d 0%,
    #1e1d67 7.14%,
    #281e72 14.29%,
    #311f7c 21.43%,
    #3a2087 28.57%,
    #432192 35.71%,
    #4c219d 42.86%,
    #5621a8 50%,
    #5f20b3 57.14%,
    #681fbf 64.29%,
    #721eca 71.43%,
    #7b1cd6 78.57%,
    #8519e2 85.71%,
    #8e16ee 92.86%,
    #9810fa 100%
  );
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 142.857% */
  padding: 5px 12px;
}
.plan-features li {
  color: #4a4a4a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 10px;
} /* =============================== Typography ================================= */
.common-section .plan-title {
  color: #141b5d;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px; /* 150% */
  margin-bottom: 15px;
}
.common-section .plan-price {
  margin-bottom: 15px;
}
.common-section .price {
  color: #141b5d;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px; /* 150% */
}
.common-section .duration {
  color: #4a4a4a;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  margin-left: 5px;
}
.common-section .plan-note {
  color: #4a4a4a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  margin-bottom: 5px;
}
.common-section .plan-desc {
  color: #4a4a4a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
} /* =============================== Responsive ================================= */
@media (max-width: 768px) {
  .common-section .common-title {
    font-size: 26px;
  }
  .common-section .price {
    font-size: 28px;
  }
  .common-section .common-card {
    padding: 20px;
  }
}
.common-cta-section {
  background-color: #060b13;
}
.buyer-feature {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  padding: 25px 20px;
  height: 100%;
  transition: 0.3s;
}
.buyer-feature:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.18);
}
.buyer-feature i {
  font-size: 34px;
  color: #fff;
  margin-bottom: 18px;
  display: block;
}
.buyer-feature h6 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.buyer-feature p {
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0;
  line-height: 1.7;
} /* Section Background */
.stats-section {
  border-radius: 24px;
  background: linear-gradient(90deg, #141b5d -18.06%, #9810fa 149.69%);
} /* Card Styling */
.stats-section .stat-card {
  border-radius: 24px;
  border: 0.8px solid #27272a;
  background: #18181b;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  padding: 40px 20px;
  transition: all 0.3s ease;
  height: 100%;
}
.stats-section .stat-card:hover {
  transform: translateY(-8px);
} /* Typography */
.stats-section .stat-card h5 {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 38.4px */
  margin-bottom: 5px;
}
.stats-section .stat-card p {
  color: var(--Colors-Neutral-100, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 28px */
  margin-bottom: 0;
} /* Responsive */
@media (max-width: 767px) {
  .stats-section {
    padding: 60px 0;
  }
  .stats-section .stat-card {
    padding: 30px 20px;
  }
  .stats-section .stat-card h2 {
    font-size: 32px;
  }
}
.stats-subtitle {
  color: var(--Backgrounds-Primary, #fff);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 48px */
}
.stats-title {
  color: var(--Backgrounds-Primary, #fff);
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 72px */
  letter-spacing: -1.92px;
}
.common-btn-light {
  border-radius: 14px;
  background: #fff;
  color: #141b5d;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 10px 22px;
}
.common-btn-light:hover {
  border-radius: 14px;
  background: #fff;
  color: #141b5d;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding: 10px 22px;
}
