.trusted-badge {
      display: flex;
      align-items: center;
      gap: 8px;
      background-color: #f3f0ff;
      color: #4f46e5;
      padding: 6px 14px;
      border-radius: 100px;
      font-weight: 600;
      font-size: 14px;
      margin-top: 20px;
      margin-bottom: 10px;
      width: 32%;
      box-shadow: 0 0 2px rgba(79, 70, 229, 0.1);
    }
    .trusted-badge-proj{
      display: flex;
      align-items: center;
      gap: 8px;
      background-color: #f3f0ff;
      color: #4f46e5;
      padding: 6px 14px;
      border-radius: 100px;
      font-weight: 600;
      font-size: 14px;
      margin-top: 20px;
      margin-bottom: 10px;
      width: 36%;
      box-shadow: 0 0 2px rgba(79, 70, 229, 0.1);
    }
    .trusted-badge-health{
            display: flex;
      align-items: center;
      gap: 8px;
      background-color: #f3f0ff;
      color: #4f46e5;
      padding: 6px 14px;
      border-radius: 100px;
      font-weight: 600;
      font-size: 14px;
      margin-top: 20px;
      margin-bottom: 10px;
      width: 40%;
      box-shadow: 0 0 2px rgba(79, 70, 229, 0.1);
    }
    .trusted-badge-2{
            display: flex;
      align-items: center;
      gap: 8px;
      background-color: #f3f0ff;
      color: #4f46e5;
      padding: 6px 14px;
      border-radius: 100px;
      font-weight: 600;
      font-size: 14px;
      margin-top: 20px;
      margin-bottom: 10px;
      width: 42%;
      box-shadow: 0 0 2px rgba(79, 70, 229, 0.1);
    }

.header-content-1 {
    font-size: 4.1rem;
    font-weight: 700;
    margin-top: 24px;
    /* padding-left: 60px; */
    padding-right: 60px;
    line-height: 76px;
    color: #000;
}
.social a i{
  color: #fff;
}

.image-container {
  position: relative;
  width: 650px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.image-container img {
  width: 100%;
  display: block;
  border-radius: 12px;
}

/* Common card style */
.card {
  position: absolute;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.card p {
  font-size: 13px;
  color: #666;
}

.card h3 {
  font-size: 18px;
  color: #000;
}

/* Top-left card */
.top-left {
  top: 20px;
  left: 20px;
}

.top-left .icon {
  background: #4CAF50;
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

/* Bottom-right card */
.bottom-right {
  bottom: 20px;
  right: 20px;
}

.bottom-right .badge {
  background: #8a46ff;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

.bottom-right h3 {
  color: #1a1a1a;
  font-weight: 600;
}

.btn-get-started-1 {
  color: var(--contrast-color);
  background: linear-gradient(82deg, rgb(34, 115, 207) 18%, rgb(72, 123, 182) 75%);
  
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 20px;
  border-radius: 8px;
  transition: 0.5s;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}
.btn-watch-demo-1 {
  color: var(--contrast-color);
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.3);  
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  border-radius: 8px;
  transition: 0.5s;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.section-title-1 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  background: color-mix(in srgb, var(--accent-color), transparent 90%);
  color: var(--accent-color);   
  border-radius: 50px;   
}

.workflow-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;  
  margin: 0px auto;  
  border-radius: 20px;  
}

.workflow-content {
  flex: 1;
}

.tag {
  display: inline-block;
  background: #ebe8ff;
  color: #0d5cb9;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
}

.workflow-content h1 {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.3;
  margin-bottom: 18px;
}

.workflow-content p {
  color: #444;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 24px;
}

.features {
  list-style: none;
  margin-bottom: 28px;
}

.features div {
  position: relative;
  font-size: 16px;
  margin-bottom: 12px;
  padding-left: 28px;
}

.features div::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #22c55e;
  font-weight: bold;
}

.cta-btn {
  background: #5a45ff;
  color: #fff;
  border: none;
  padding: 12px 26px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.cta-btn:hover {
  background: #4334d8;
}

.workflow-image {
  flex: 1;
}

.workflow-image img {
  width: 100%;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* Responsive */
@media (max-width: 900px) {
  .workflow-section {
    flex-direction: column;
    padding: 30px;
  }
  .workflow-image {
    order: -1;
  }
  .workflow-content h1 {
    font-size: 30px;
  }
}

