.elementor-112010 .elementor-element.elementor-element-1811183{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-1811183 */section.compliance-section {
  background: #f3f3f3 !important;
  padding: 14px !important;
  margin-bottom: 24px !important;
}

div.compliance-out-cont {
  margin: 0 auto !important;
  border: 0.6px solid #3d4242 !important;
  padding: 6px !important;
}

div.compliance-container {
  margin: 0 auto !important;
  border: 0.3px solid #acacac !important;
  padding: 50px 10px 10px !important;
}

div.compliance-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-start;
  gap: 20px !important;
  margin-bottom: 30px !important;
}

.compliance-header .complian-tab-head {
  font-size: 20px !important;
  line-height: 20px !important;
  color: #3d4242 !important;
  font-weight: 700 !important;
  margin: 0 !important;
  padding-left: 12px !important;
  border-left: 6px solid #10c9a7 !important;
  padding-bottom: 0 !important;
}

.compliance-header .complian-tab-head span {
  color: #10c9a7 !important;
  padding-bottom: 0 !important;
  font-size: 20px !important;
  line-height: 20px !important;
  font-weight: 700 !important;
}

img.autoleap-logo {
  width: 158px;
  height: auto;
  position: absolute;
  right: 30px;
  top: 30px;
  margin: 0 !important;
  border-radius: 0 !important;
}

.compliance-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

div.compliance-card {
  border: 0.8px solid #eef3f2 !important;
  border-radius: 16px !important;
  padding: 8px !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 275px !important;
}

div.compliance-out-card {
  border: 1px solid #e4ebf0 !important;
  padding: 5px !important;
  border-radius: 20px !important;
  background-color: #fff !important;
}

.card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  min-height: 28px !important;
}

.card-top img {
  width: 20px !important;
  height: 20px !important;
  object-fit: contain !important;
  border-radius: 0 !important;
  margin-bottom: 0 !important;
}

.card-title-wrap {
  display: flex;
  align-items: center !important;
  gap: 10px;
}

span.step-number {
  width: 20px !important;
  height: 20px !important;
  border-radius: 8px !important;
  background: #3d4242 !important;
  color: #fff !important;
  font-size: 10px !important;
  line-height: 10px !important;
  font-weight: 700 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
  padding: 0 !important;
}

.card-title-wrap .step-title {
  margin: 0 !important;
  font-size: 11px !important;
  line-height: 14px !important;
  color: #3d4348 !important;
  font-weight: 700 !important;
  padding: 0 !important;
}

p.card-desc {
  margin: 10px 0 !important;
  color: #5b6b70 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  padding: 0 !important;
  min-height: 80px;
}

div.card-divider {
  height: 1px !important;
  background: #e1e4e6 !important;
  margin-bottom: 10px !important;
}

div.apply-label {
  font-size: 12px !important;
  line-height: 14px !important;
  font-weight: 700 !important;
  color: #00c19d !important;
  text-transform: uppercase !important;
  margin-bottom: 6px !important;
}

div.card-footer {
  display: flex !important;
  justify-content: space-between !important;
  gap: 10px !important;
  align-items: start !important;
  flex-direction: column;
}

div.card-footer p {
  margin: 0 !important;
  font-size: 12px !important;
  color: #3d4242 !important;
  line-height: 16px !important;
  padding: 0 !important;
  min-height: 67px;
}

span.badge {
  padding: 6px 6px !important;
  border-radius: 30px !important;
  font-size: 8px !important;
  line-height: 8px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

span.badge.required {
  background: #10c9a7 !important;
  color: #fff !important;
}

span.badge.optional {
  background: #fff !important;
  color: #666 !important;
  border: 1px solid #ccc !important;
}

/* Tablet */
@media (max-width: 1024px) {
  .compliance-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  div.compliance-card {
    min-height: 135px !important;
  }
  div.card-footer p,
  p.card-desc {
    min-height: 0 !important;
  }
}

/* Mobile */
@media (max-width: 767px) {
  div.compliance-header {
    flex-direction: column !important;
  }
  img.autoleap-logo {
    width: 60px !important;
  }
  div.compliance-container {
    padding: 40px 10px 10px !important;
  }
  .compliance-grid {
    grid-template-columns: 1fr;
  }

  .compliance-header .complian-tab-head {
    border-left: 4px solid #10c9a7 !important;
    padding-left: 8px !important;
  }

  .compliance-header .complian-tab-head,
  .compliance-header .complian-tab-head span {
    font-size: 14px !important;
    line-height: 14px !important;
  }

  div.card-footer {
    flex-direction: column !important;
    align-items: start !important;
  }
  div.compliance-card {
    min-height: 135px !important;
  }
}/* End custom CSS */