.elementor-1395 .elementor-element.elementor-element-98f4438{--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-1395 .elementor-element.elementor-element-0c6e37d{--display:flex;}.elementor-1395 .elementor-element.elementor-element-fd980b9{--display:flex;}.elementor-1395 .elementor-element.elementor-element-9012311{--display:flex;}.elementor-1395 .elementor-element.elementor-element-584180a{--display:flex;}.elementor-1395 .elementor-element.elementor-element-3901f92{--display:flex;}.elementor-1395 .elementor-element.elementor-element-96b1e8e{--display:flex;}.elementor-1395 .elementor-element.elementor-element-efceba1{color:#7A7A7A;}.elementor-1395 .elementor-element.elementor-element-596220a{--display:flex;}.elementor-1395 .elementor-element.elementor-element-554db93{--display:flex;}.elementor-1395 .elementor-element.elementor-element-6f01812{--display:flex;}.elementor-1395 .elementor-element.elementor-element-08f2bf4{--display:flex;}.elementor-1395 .elementor-element.elementor-element-1554c93{--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-1395 .elementor-element.elementor-element-6b5fd0f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e8c3362 */.du-evaluation-table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin: 40px 0;
  border-radius: 28px;
  background: #050505;
  padding: 2px;
  font-family: "Poppins", sans-serif;
  box-shadow: 0 18px 50px rgba(0,0,0,0.18);
}

.du-evaluation-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  background: #050505;
  border-radius: 28px;
  overflow: hidden;
}

.du-evaluation-table thead tr {
  background: #0d0d0d;
}

.du-evaluation-table thead th {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  padding: 26px 30px;
  text-align: left;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.du-evaluation-table thead th:first-child {
  color: #7c4dff;
}

.du-evaluation-table tbody tr {
  transition: all 0.3s ease;
}

.du-evaluation-table tbody tr:hover {
  background: rgba(124, 77, 255, 0.08);
}

.du-evaluation-table tbody td {
  padding: 26px 30px;
  font-size: 18px;
  line-height: 1.9;
  color: rgba(255,255,255,0.72);
  border-top: 1px solid rgba(255,255,255,0.06);
  vertical-align: top;
}

.du-evaluation-table tbody td:first-child {
  width: 34%;
  font-weight: 700;
  color: #ffffff;
  border-right: 1px solid rgba(255,255,255,0.06);
}

.du-evaluation-table tbody tr td:first-child {
  position: relative;
}

.du-evaluation-table tbody tr td:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 26px;
  width: 4px;
  height: calc(100% - 52px);
  border-radius: 999px;
  background: linear-gradient(
    180deg,
    #7c4dff,
    #a67dff
  );
}

/* MOBILE */

@media (max-width: 767px) {

  .du-evaluation-table {
    min-width: 620px;
  }

  .du-evaluation-table thead th {
    font-size: 17px;
    padding: 18px 18px;
  }

  .du-evaluation-table tbody td {
    font-size: 15px;
    line-height: 1.8;
    padding: 18px 18px;
  }

  .du-evaluation-table tbody tr td:first-child::before {
    top: 18px;
    height: calc(100% - 36px);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5fc4906 */.du-expert-table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin: 40px 0;
  border-radius: 28px;
  background: #050505;
  padding: 2px;
  font-family: "Poppins", sans-serif;
  box-shadow: 0 18px 50px rgba(0,0,0,0.18);
}

.du-expert-table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
  background: #050505;
  border-radius: 28px;
  overflow: hidden;
}

.du-expert-table thead tr {
  background: #0d0d0d;
}

.du-expert-table thead th {
  padding: 24px 26px;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  white-space: nowrap;
}

.du-expert-table tbody tr {
  transition: all 0.3s ease;
}

.du-expert-table tbody tr:hover {
  background: rgba(124, 77, 255, 0.06);
}

.du-expert-table tbody td {
  padding: 24px 26px;
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255,255,255,0.72);
  border-top: 1px solid rgba(255,255,255,0.06);
  vertical-align: top;
}

.du-name {
  color: #ffffff;
  font-weight: 600;
}

.du-name.highlight {
  color: #7c4dff;
  font-weight: 700;
}

.du-cert {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
}

.du-cert.google {
  background: rgba(66,133,244,0.12);
  color: #8ab4ff;
  border: 1px solid rgba(66,133,244,0.25);
}

.du-cert.semrush {
  background: rgba(124,77,255,0.14);
  color: #b89cff;
  border: 1px solid rgba(124,77,255,0.3);
}

.du-highlight-row {
  background: rgba(124, 77, 255, 0.08);
}

.du-highlight-row td {
  border-top: 1px solid rgba(124,77,255,0.25);
  border-bottom: 1px solid rgba(124,77,255,0.18);
}

/* MOBILE */

@media (max-width: 767px) {

  .du-expert-table {
    min-width: 820px;
  }

  .du-expert-table thead th {
    font-size: 16px;
    padding: 18px 18px;
  }

  .du-expert-table tbody td {
    font-size: 14px;
    line-height: 1.7;
    padding: 18px 18px;
  }

  .du-cert {
    font-size: 12px;
    padding: 6px 12px;
  }
}/* End custom CSS */