.elementor-1414 .elementor-element.elementor-element-b5fc7ea{--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-1414 .elementor-element.elementor-element-987e857{--display:flex;}.elementor-1414 .elementor-element.elementor-element-fd6c84b{--display:flex;}.elementor-1414 .elementor-element.elementor-element-7612617{--display:flex;}.elementor-1414 .elementor-element.elementor-element-0a2624c{--display:flex;}.elementor-1414 .elementor-element.elementor-element-2fc49d2{--display:flex;}.elementor-1414 .elementor-element.elementor-element-60be69f{--display:flex;}.elementor-1414 .elementor-element.elementor-element-0380e7f{--display:flex;}.elementor-1414 .elementor-element.elementor-element-4faf039{--display:flex;}.elementor-1414 .elementor-element.elementor-element-c2dc1a5{--display:flex;}.elementor-1414 .elementor-element.elementor-element-915d27d{--display:flex;}.elementor-1414 .elementor-element.elementor-element-96f06ba{--display:flex;}.elementor-1414 .elementor-element.elementor-element-d621d49{--display:flex;}.elementor-1414 .elementor-element.elementor-element-2e14afc{--display:flex;}.elementor-1414 .elementor-element.elementor-element-aa422df{--display:flex;}.elementor-1414 .elementor-element.elementor-element-6bbe5dc{--display:flex;}.elementor-1414 .elementor-element.elementor-element-e45fb9a{--display:flex;}.elementor-1414 .elementor-element.elementor-element-c3dc481{--display:flex;}.elementor-1414 .elementor-element.elementor-element-efad2b5{--display:flex;}.elementor-1414 .elementor-element.elementor-element-c27838c{color:#7A7A7A;}.elementor-1414 .elementor-element.elementor-element-8a864e5{--display:flex;}.elementor-1414 .elementor-element.elementor-element-935d261{--display:flex;}.elementor-1414 .elementor-element.elementor-element-1273add{--display:flex;}.elementor-1414 .elementor-element.elementor-element-63845f3{--display:flex;}.elementor-1414 .elementor-element.elementor-element-f23c524{--display:flex;}.elementor-1414 .elementor-element.elementor-element-7a09dcb{--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-1414 .elementor-element.elementor-element-1eb7077{--display:flex;}/* Start custom CSS for html, class: .elementor-element-3ab7223 */.du-profile-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-profile-table {
  width: 100%;
  min-width: 820px;
  border-collapse: collapse;
  background: #050505;
  border-radius: 28px;
  overflow: hidden;
}

.du-profile-table thead tr {
  background: #0d0d0d;
}

.du-profile-table thead th {
  padding: 24px 28px;
  text-align: left;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.du-profile-table thead th:first-child {
  width: 28%;
  color: #7c4dff;
}

.du-profile-table tbody tr {
  transition: all 0.3s ease;
}

.du-profile-table tbody tr:hover {
  background: rgba(124, 77, 255, 0.07);
}

.du-profile-table tbody td {
  padding: 22px 28px;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255,255,255,0.78);
  border-top: 1px solid rgba(255,255,255,0.06);
  vertical-align: top;
}

.du-profile-table tbody td:first-child {
  font-weight: 700;
  color: #ffffff;
  border-right: 1px solid rgba(255,255,255,0.06);
  position: relative;
}

.du-profile-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-profile-table a {
  color: #7c4dff;
  text-decoration: none;
  font-weight: 600;
}

.du-profile-table a:hover {
  text-decoration: underline;
}

.du-muted {
  color: rgba(255,255,255,0.6);
}

.du-brand {
  color: #7c4dff;
  font-style: italic;
  font-weight: 700;
}

.du-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(124,77,255,0.14);
  border: 1px solid rgba(124,77,255,0.28);
  color: #c2aaff;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
}

/* MOBILE */

@media (max-width: 767px) {

  .du-profile-table {
    min-width: 680px;
  }

  .du-profile-table thead th {
    font-size: 17px;
    padding: 18px 18px;
  }

  .du-profile-table tbody td {
    font-size: 15px;
    line-height: 1.7;
    padding: 18px 18px;
  }

  .du-profile-table tbody td:first-child::before {
    top: 18px;
    height: calc(100% - 36px);
  }

  .du-badge {
    font-size: 12px;
    padding: 6px 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3e906cc */.du-services-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-services-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  background: #050505;
  border-radius: 28px;
  overflow: hidden;
}

.du-services-table thead tr {
  background: #0d0d0d;
}

.du-services-table thead th {
  padding: 24px 28px;
  text-align: left;
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.du-services-table thead th:last-child {
  text-align: center;
  color: #7c4dff;
}

.du-services-table tbody tr {
  transition: all 0.3s ease;
}

.du-services-table tbody tr:hover {
  background: rgba(124, 77, 255, 0.07);
}

.du-services-table tbody td {
  padding: 22px 28px;
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255,255,255,0.78);
  border-top: 1px solid rgba(255,255,255,0.06);
  vertical-align: middle;
}

.du-services-table tbody td:first-child {
  font-weight: 600;
  color: #ffffff;
  position: relative;
  border-right: 1px solid rgba(255,255,255,0.06);
}

.du-services-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-services-table tbody td:last-child {
  text-align: center;
}

.du-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: rgba(124,77,255,0.14);
  border: 1px solid rgba(124,77,255,0.28);
  color: #b388ff;
  font-size: 20px;
  font-weight: 700;
}

/* MOBILE */

@media (max-width: 767px) {

  .du-services-table {
    min-width: 640px;
  }

  .du-services-table thead th {
    font-size: 17px;
    padding: 18px 18px;
  }

  .du-services-table tbody td {
    font-size: 15px;
    line-height: 1.7;
    padding: 18px 18px;
  }

  .du-check {
    width: 32px;
    height: 32px;
    font-size: 16px;
    border-radius: 10px;
  }

  .du-services-table tbody td:first-child::before {
    top: 18px;
    height: calc(100% - 36px);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e319d4d */.du-mini-table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin: 30px 0;
  border-radius: 24px;
  background: #050505;
  padding: 2px;
  font-family: "Poppins", sans-serif;
  box-shadow: 0 16px 40px rgba(0,0,0,0.18);
}

.du-mini-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  background: #050505;
  border-radius: 24px;
  overflow: hidden;
}

.du-mini-table thead tr {
  background: #0d0d0d;
}

.du-mini-table thead th {
  padding: 22px 26px;
  text-align: left;
  font-size: 21px;
  font-weight: 700;
  color: #ffffff;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.du-mini-table thead th:first-child {
  width: 28%;
  color: #7c4dff;
}

.du-mini-table tbody tr {
  transition: all 0.3s ease;
}

.du-mini-table tbody tr:hover {
  background: rgba(124,77,255,0.07);
}

.du-mini-table tbody td {
  padding: 22px 26px;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255,255,255,0.78);
  border-top: 1px solid rgba(255,255,255,0.06);
  vertical-align: top;
}

.du-mini-table tbody td:first-child {
  font-weight: 700;
  color: #ffffff;
  border-right: 1px solid rgba(255,255,255,0.06);
  position: relative;
}

.du-mini-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
  );
}

/* MOBILE */

@media (max-width: 767px) {

  .du-mini-table {
    min-width: 520px;
  }

  .du-mini-table thead th {
    font-size: 16px;
    padding: 18px 18px;
  }

  .du-mini-table tbody td {
    font-size: 15px;
    line-height: 1.7;
    padding: 18px 18px;
  }

  .du-mini-table tbody td:first-child::before {
    top: 18px;
    height: calc(100% - 36px);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-93ff1b1 */.du-agency-table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin: 30px 0;
  border-radius: 24px;
  background: #050505;
  padding: 2px;
  font-family: "Poppins", sans-serif;
  box-shadow: 0 16px 40px rgba(0,0,0,0.18);
}

.du-agency-table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
  background: #050505;
  border-radius: 24px;
  overflow: hidden;
}

.du-agency-table thead tr {
  background: #0d0d0d;
}

.du-agency-table thead th {
  padding: 22px 26px;
  text-align: left;
  font-size: 21px;
  font-weight: 700;
  color: #ffffff;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.du-agency-table thead th:first-child {
  width: 28%;
  color: #7c4dff;
}

.du-agency-table tbody tr {
  transition: all 0.3s ease;
}

.du-agency-table tbody tr:hover {
  background: rgba(124,77,255,0.07);
}

.du-agency-table tbody td {
  padding: 22px 26px;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255,255,255,0.78);
  border-top: 1px solid rgba(255,255,255,0.06);
  vertical-align: top;
}

.du-agency-table tbody td:first-child {
  font-weight: 700;
  color: #ffffff;
  border-right: 1px solid rgba(255,255,255,0.06);
  position: relative;
}

.du-agency-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
  );
}

/* MOBILE */

@media (max-width: 767px) {

  .du-agency-table {
    min-width: 520px;
  }

  .du-agency-table thead th {
    font-size: 16px;
    padding: 18px 18px;
  }

  .du-agency-table tbody td {
    font-size: 15px;
    line-height: 1.7;
    padding: 18px 18px;
  }

  .du-agency-table tbody td:first-child::before {
    top: 18px;
    height: calc(100% - 36px);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4cc883d */.du-expert-mini-table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin: 30px 0;
  border-radius: 24px;
  background: #050505;
  padding: 2px;
  font-family: "Poppins", sans-serif;
  box-shadow: 0 16px 40px rgba(0,0,0,0.18);
}

.du-expert-mini-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  background: #050505;
  border-radius: 24px;
  overflow: hidden;
}

.du-expert-mini-table thead tr {
  background: #0d0d0d;
}

.du-expert-mini-table thead th {
  padding: 22px 26px;
  text-align: left;
  font-size: 21px;
  font-weight: 700;
  color: #ffffff;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.du-expert-mini-table thead th:first-child {
  width: 28%;
  color: #7c4dff;
}

.du-expert-mini-table tbody tr {
  transition: all 0.3s ease;
}

.du-expert-mini-table tbody tr:hover {
  background: rgba(124,77,255,0.07);
}

.du-expert-mini-table tbody td {
  padding: 22px 26px;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255,255,255,0.78);
  border-top: 1px solid rgba(255,255,255,0.06);
  vertical-align: top;
}

.du-expert-mini-table tbody td:first-child {
  font-weight: 700;
  color: #ffffff;
  border-right: 1px solid rgba(255,255,255,0.06);
  position: relative;
}

.du-expert-mini-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
  );
}

/* MOBILE */

@media (max-width: 767px) {

  .du-expert-mini-table {
    min-width: 520px;
  }

  .du-expert-mini-table thead th {
    font-size: 16px;
    padding: 18px 18px;
  }

  .du-expert-mini-table tbody td {
    font-size: 15px;
    line-height: 1.7;
    padding: 18px 18px;
  }

  .du-expert-mini-table tbody td:first-child::before {
    top: 18px;
    height: calc(100% - 36px);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-39b9d8d */.du-local-seo-table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin: 30px 0;
  border-radius: 24px;
  background: #050505;
  padding: 2px;
  font-family: "Poppins", sans-serif;
  box-shadow: 0 16px 40px rgba(0,0,0,0.18);
}

.du-local-seo-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  background: #050505;
  border-radius: 24px;
  overflow: hidden;
}

.du-local-seo-table thead tr {
  background: #0d0d0d;
}

.du-local-seo-table thead th {
  padding: 22px 26px;
  text-align: left;
  font-size: 21px;
  font-weight: 700;
  color: #ffffff;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.du-local-seo-table thead th:first-child {
  width: 28%;
  color: #7c4dff;
}

.du-local-seo-table tbody tr {
  transition: all 0.3s ease;
}

.du-local-seo-table tbody tr:hover {
  background: rgba(124,77,255,0.07);
}

.du-local-seo-table tbody td {
  padding: 22px 26px;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255,255,255,0.78);
  border-top: 1px solid rgba(255,255,255,0.06);
  vertical-align: top;
}

.du-local-seo-table tbody td:first-child {
  font-weight: 700;
  color: #ffffff;
  border-right: 1px solid rgba(255,255,255,0.06);
  position: relative;
}

.du-local-seo-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
  );
}

/* MOBILE */

@media (max-width: 767px) {

  .du-local-seo-table {
    min-width: 520px;
  }

  .du-local-seo-table thead th {
    font-size: 16px;
    padding: 18px 18px;
  }

  .du-local-seo-table tbody td {
    font-size: 15px;
    line-height: 1.7;
    padding: 18px 18px;
  }

  .du-local-seo-table tbody td:first-child::before {
    top: 18px;
    height: calc(100% - 36px);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f4ceb62 */.du-comparison-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-comparison-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  background: #050505;
  border-radius: 28px;
  overflow: hidden;
}

.du-comparison-table thead tr {
  background: #0d0d0d;
}

.du-comparison-table thead th {
  padding: 24px 22px;
  text-align: left;
  font-size: 19px;
  font-weight: 700;
  color: #ffffff;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  line-height: 1.5;
}

.du-comparison-table tbody tr {
  transition: all 0.3s ease;
}

.du-comparison-table tbody tr:hover {
  background: rgba(124,77,255,0.06);
}

.du-comparison-table tbody td {
  padding: 22px 22px;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255,255,255,0.78);
  border-top: 1px solid rgba(255,255,255,0.06);
  vertical-align: top;
}

.du-comparison-table tbody td:first-child {
  font-weight: 700;
  color: #ffffff;
  position: relative;
}

.du-comparison-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-row {
  background: rgba(124,77,255,0.10);
}

.du-highlight-row td {
  border-top: 1px solid rgba(124,77,255,0.22);
  border-bottom: 1px solid rgba(124,77,255,0.14);
}

.du-highlight-name {
  color: #7c4dff;
  font-weight: 700;
}

.du-badge {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.du-badge.success {
  background: rgba(0,201,167,0.12);
  border: 1px solid rgba(0,201,167,0.25);
  color: #00d8b3;
}

.du-badge.danger {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.7);
}

/* MOBILE */

@media (max-width: 767px) {

  .du-comparison-table {
    min-width: 900px;
  }

  .du-comparison-table thead th {
    font-size: 15px;
    padding: 18px 16px;
  }

  .du-comparison-table tbody td {
    font-size: 14px;
    line-height: 1.7;
    padding: 18px 16px;
  }

  .du-badge {
    font-size: 11px;
    padding: 6px 10px;
  }

  .du-comparison-table tbody td:first-child::before {
    top: 18px;
    height: calc(100% - 36px);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aeb7268 */.du-keyword-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-keyword-table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
  background: #050505;
  border-radius: 28px;
  overflow: hidden;
}

.du-keyword-table thead tr {
  background: #0d0d0d;
}

.du-keyword-table thead th {
  padding: 24px 24px;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.du-keyword-table thead th:nth-child(2) {
  color: #7c4dff;
}

.du-keyword-table tbody tr {
  transition: all 0.3s ease;
}

.du-keyword-table tbody tr:hover {
  background: rgba(124,77,255,0.07);
}

.du-keyword-table tbody td {
  padding: 22px 24px;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255,255,255,0.78);
  border-top: 1px solid rgba(255,255,255,0.06);
  vertical-align: top;
}

.du-keyword-table tbody td:first-child {
  font-weight: 700;
  color: #ffffff;
  width: 32%;
  border-right: 1px solid rgba(255,255,255,0.06);
  position: relative;
}

.du-keyword-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-keyword {
  color: #c8b6ff;
  font-weight: 600;
  font-style: italic;
}

.du-priority {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(0,201,167,0.10);
  border: 1px solid rgba(0,201,167,0.20);
  color: #00d8b3;
  font-size: 13px;
  font-weight: 700;
}

/* MOBILE */

@media (max-width: 767px) {

  .du-keyword-table {
    min-width: 880px;
  }

  .du-keyword-table thead th {
    font-size: 16px;
    padding: 18px 16px;
  }

  .du-keyword-table tbody td {
    font-size: 14px;
    line-height: 1.7;
    padding: 18px 16px;
  }

  .du-priority {
    font-size: 11px;
    padding: 6px 10px;
  }

  .du-keyword-table tbody td:first-child::before {
    top: 18px;
    height: calc(100% - 36px);
  }
}/* End custom CSS */