.crm-experience {
  text-align: center;
  margin-bottom: 40px;
}
.crm-experience-1 {
  text-align: center;
}

.compliant-image {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(11, 18, 32, 0.08);
  height: 582px;
  align-items: center;
  justify-content: center;
  display: flex;
}

.compliant-image img {
  width: 405px;
  height: 410px;
}
.grid-compliant {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.grid-compliant-card {
  width: 100%;
}
.methodology-carddd-roww::before {
  left: 17% !important;
  width: 65% !important;
}
.methodology-box h4 {
  height: auto !important;
}

.start-closing {
  background: linear-gradient(0deg, #f3ebf617, #ffffff) !important;
  color: rgb(0, 0, 0);
  padding: 80px 0;
}

/* Badge */

.badge-pill {
  display: inline-block;
  background: #663999;
  color: #fff;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 14px;
  margin-bottom: 25px;
}

.btn-bxs {
  margin-bottom: 20px;
}
.start-closing a {
  width: 40% !important;
}
a.btn-view.btn.btn-primary.custom-btn.d-inline-flex.align-items-center.justify-content-center {
  background-color: #ff000000 !important;
  color: #663999 !important;
  border: 1px solid #663999 !important;
  margin-left: 10px;
}
h1.hero-title {
  margin-bottom: 15px;
}

.hero-title span {
  color: #663999;
}

/* text */

.hero-text {
  color: #000000;
  margin-bottom: 30px;
  max-width: 480px;
}

/* buttons */

.hero-buttons {
  display: flex;
  gap: 16px;
  margin-bottom: 25px;
}

.btn-primary-custom {
  background: #1e6fff;
  color: white;
  padding: 14px 28px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
}

.btn-outline-custom {
  border: 1px solid #4b5b7c;
  padding: 14px 28px;
  border-radius: 10px;
  color: white;
  text-decoration: none;
}

/* features */

.hero-features {
  color: #000000;
  font-size: 14px;
}

/* checklist card */

.checklist-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 18px;
  padding: 30px;
  border: 1px solid rgb(70 70 70 / 8%);
}

/* header */

.checklist-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  font-weight: 600;
}

.checklist-header small {
  color: #663999;
}

/* list */

.checklist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.checklist li {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #000000;
  position: relative;
  padding-left: 28px;
}

/* done */

.checklist li.done {
  color: #000000;
}

.checklist li.done::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #663999;
}

/* active */

.checklist li.active::before {
  content: "○";
  position: absolute;
  left: 0;
  color: #663999;
}

/* progress */

.progress-custom {
  height: 6px;
  background: #e2beed;
  border-radius: 20px;
  margin-top: 20px;
}

.progress-bar {
  width: 40%;
  height: 100%;
  background: #663999;
  border-radius: 20px;
}

.progress-text {
  margin-top: 8px;
  font-size: 13px;
  color: #000000;
}
.methodology-carddd-roww .col-md-6 {
  width: 25% !important;
}
.row.g-4.justify-content-center.methodology-carddd-roww {
  margin-top: 30px;
}

@media (max-width: 1080px) {
  .grid-compliant {
    grid-template-columns: 1fr;
  }
  .grid-compliant-card {
    text-align: center;
  }
  .img-hero {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .start-closing a {
    width: 70% !important;
    margin-bottom: 10px;
  }
  a.btn-view.btn.btn-primary.custom-btn.d-inline-flex.align-items-center.justify-content-center {
    margin-left: 0px !important;
  }
}

@media (max-width: 600px) {
  .compliant-image {
    width: 100%;
    height: 327.604px;
  }
  .compliant-image img {
    width: 277px;
    height: 280px;
  }
  .img-hero {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }
  .methodology-carddd-roww .col-md-6 {
    width: 100% !important;
  }
  .checklist-card {
    margin-top: 30px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .grid-compliant {
    gap: 60px;
  }
}
