.elementor-1487 .elementor-element.elementor-element-82633a5{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1487 .elementor-element.elementor-element-ab848e4{--display:flex;}.elementor-1487 .elementor-element.elementor-element-a6d4177{--display:flex;}.elementor-widget-blockquote .elementor-blockquote__content{color:var( --e-global-color-text );}.elementor-widget-blockquote .elementor-blockquote__author{color:var( --e-global-color-secondary );}.elementor-1487 .elementor-element.elementor-element-9b17124 .elementor-blockquote:before{font-size:calc(1px * 100);}.elementor-1487 .elementor-element.elementor-element-2fe11f4{--display:flex;}.elementor-1487 .elementor-element.elementor-element-9609ab8{--display:flex;}.elementor-1487 .elementor-element.elementor-element-af737dd{--display:flex;}.elementor-1487 .elementor-element.elementor-element-313d8f4{--display:flex;}.elementor-1487 .elementor-element.elementor-element-4d152b7{--display:flex;}.elementor-1487 .elementor-element.elementor-element-6201711{color:#7A7A7A;}.elementor-1487 .elementor-element.elementor-element-c875ba8{--display:flex;}.elementor-1487 .elementor-element.elementor-element-3c51937{--display:flex;}.elementor-1487 .elementor-element.elementor-element-7d8c1d5{--display:flex;}.elementor-1487 .elementor-element.elementor-element-286c358{--display:flex;}.elementor-1487 .elementor-element.elementor-element-eef39c5{--display:flex;}.elementor-1487 .elementor-element.elementor-element-ef79c63{--display:flex;}.elementor-1487 .elementor-element.elementor-element-bfb3657{--display:flex;}.elementor-1487 .elementor-element.elementor-element-42fcc5d{--n-accordion-title-font-size:1rem;--n-accordion-item-title-space-between:0px;--n-accordion-item-title-distance-from-content:0px;--n-accordion-title-normal-color:#7A7A7A;--n-accordion-title-hover-color:#7A7A7A;--n-accordion-title-active-color:#7A7A7A;--n-accordion-icon-size:15px;}.elementor-1487 .elementor-element.elementor-element-5b59a90{--display:flex;}/* Start custom CSS for html, class: .elementor-element-eeb5339 */.du-credential-table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin: 40px 0;
  border-radius: 26px;
  background: linear-gradient(
    135deg,
    #050505,
    #0f0f14
  );
  padding: 2px;
  font-family: "Poppins", sans-serif;
  box-shadow: 0 18px 50px rgba(0,0,0,0.18);
}

.du-credential-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: #050505;
  border-radius: 26px;
  overflow: hidden;
}

.du-credential-table thead tr {
  background: #0d0d0d;
}

.du-credential-table thead th {
  padding: 24px 26px;
  text-align: left;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.du-credential-table thead th:first-child {
  width: 30%;
  color: #7c4dff;
}

.du-credential-table tbody tr {
  transition: all 0.3s ease;
}

.du-credential-table tbody tr:hover {
  background: rgba(124,77,255,0.07);
}

.du-credential-table tbody td {
  padding: 24px 26px;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255,255,255,0.82);
  border-top: 1px solid rgba(255,255,255,0.06);
  vertical-align: top;
}

.du-credential-table tbody td:first-child {
  font-weight: 700;
  color: #ffffff;
  border-right: 1px solid rgba(255,255,255,0.06);
  position: relative;
}

.du-credential-table tbody td:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 4px;
  height: calc(100% - 40px);
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    #7c4dff,
    #b388ff
  );
}

.du-highlight-text {
  color: #00d8b3;
  font-weight: 700;
}

.du-credential-table a {
  color: #7c4dff;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.du-credential-table a:hover {
  color: #b388ff;
}

/* MOBILE */

@media (max-width: 767px) {

  .du-credential-table {
    min-width: 620px;
  }

  .du-credential-table thead th {
    font-size: 17px;
    padding: 18px 18px;
  }

  .du-credential-table tbody td {
    font-size: 15px;
    line-height: 1.7;
    padding: 18px 18px;
  }

  .du-credential-table tbody td:first-child::before {
    top: 18px;
    height: calc(100% - 36px);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-621684e */.du-pricing-table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin: 40px 0;
  border-radius: 26px;
  background: linear-gradient(
    135deg,
    #050505,
    #101014
  );
  padding: 2px;
  font-family: "Poppins", sans-serif;
  box-shadow: 0 18px 50px rgba(0,0,0,0.18);
}

.du-pricing-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  background: #050505;
  border-radius: 26px;
  overflow: hidden;
}

.du-pricing-table thead tr {
  background: #0d0d0d;
}

.du-pricing-table thead th {
  padding: 24px 26px;
  text-align: left;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.du-pricing-table thead th:last-child {
  color: #7c4dff;
}

.du-pricing-table tbody tr {
  transition: all 0.3s ease;
}

.du-pricing-table tbody tr:hover {
  background: rgba(124,77,255,0.07);
}

.du-pricing-table tbody td {
  padding: 24px 26px;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255,255,255,0.82);
  border-top: 1px solid rgba(255,255,255,0.06);
  vertical-align: middle;
}

.du-pricing-table tbody td:first-child {
  width: 52%;
  font-weight: 700;
  color: #ffffff;
  border-right: 1px solid rgba(255,255,255,0.06);
  position: relative;
}

.du-pricing-table tbody td:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  width: 4px;
  height: calc(100% - 44px);
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    #7c4dff,
    #b388ff
  );
}

.du-price-tag {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(0,201,167,0.10);
  border: 1px solid rgba(0,201,167,0.22);
  color: #00d8b3;
  font-size: 15px;
  font-weight: 700;
}

.du-price-tag.premium {
  background: rgba(124,77,255,0.12);
  border: 1px solid rgba(124,77,255,0.22);
  color: #b388ff;
}

/* MOBILE */

@media (max-width: 767px) {

  .du-pricing-table {
    min-width: 520px;
  }

  .du-pricing-table thead th {
    font-size: 17px;
    padding: 18px 18px;
  }

  .du-pricing-table tbody td {
    font-size: 15px;
    line-height: 1.7;
    padding: 18px 18px;
  }

  .du-price-tag {
    font-size: 12px;
    padding: 8px 12px;
  }

  .du-pricing-table tbody td:first-child::before {
    top: 18px;
    height: calc(100% - 36px);
  }
}/* End custom CSS */