.elementor-446 .elementor-element.elementor-element-8feaad4{margin-top:0px;margin-bottom:50px;}.elementor-446 .elementor-element.elementor-element-0426c94 > .elementor-widget-container{margin:0px 0px 30px 0px;}.elementor-446 .elementor-element.elementor-element-0426c94 .wdt-heading-holder, .elementor-446 .elementor-element.elementor-element-0426c94 .wdt-heading-holder > .wdt-heading-separator-wrapper .wdt-heading-separator, .elementor-446 .elementor-element.elementor-element-0426c94 .wdt-heading-holder > .wdt-heading-title-wrapper .wdt-heading-title, .elementor-446 .elementor-element.elementor-element-0426c94 .wdt-heading-holder > .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{text-align:start;justify-content:start;justify-items:start;}.elementor-446 .elementor-element.elementor-element-0426c94 .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title{align-items:center;}.elementor-446 .elementor-element.elementor-element-0426c94 .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{align-items:center;}.elementor-446 .elementor-element.elementor-element-0426c94 .wdt-heading-holder .wdt-heading-subtitle-wrapper{color:var( --e-global-color-8a13fdc );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-446 .elementor-element.elementor-element-8bb8ae9 img{border-radius:7px 7px 7px 7px;}.elementor-446 .elementor-element.elementor-element-dea3a1e{margin-top:0px;margin-bottom:35px;}.elementor-446 .elementor-element.elementor-element-2e9e2b2 > .elementor-widget-container{margin:0px 0px 30px 0px;}.elementor-446 .elementor-element.elementor-element-2e9e2b2 .wdt-heading-holder, .elementor-446 .elementor-element.elementor-element-2e9e2b2 .wdt-heading-holder > .wdt-heading-separator-wrapper .wdt-heading-separator, .elementor-446 .elementor-element.elementor-element-2e9e2b2 .wdt-heading-holder > .wdt-heading-title-wrapper .wdt-heading-title, .elementor-446 .elementor-element.elementor-element-2e9e2b2 .wdt-heading-holder > .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{text-align:start;justify-content:start;justify-items:start;}.elementor-446 .elementor-element.elementor-element-2e9e2b2 .wdt-heading-holder .wdt-heading-title-wrapper .wdt-heading-title{align-items:center;}.elementor-446 .elementor-element.elementor-element-2e9e2b2 .wdt-heading-holder .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{align-items:center;}.elementor-446 .elementor-element.elementor-element-2e9e2b2 .wdt-heading-holder .wdt-heading-subtitle-wrapper{color:var( --e-global-color-8a13fdc );}.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-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-446 .elementor-element.elementor-element-696ee3c{text-align:center;}.elementor-446 .elementor-element.elementor-element-efcae93{--spacer-size:50px;}.elementor-446 .elementor-element.elementor-element-276b158{text-align:left;}@media(max-width:767px){.elementor-446 .elementor-element.elementor-element-0426c94 .wdt-heading-holder, .elementor-446 .elementor-element.elementor-element-0426c94 .wdt-heading-holder > .wdt-heading-separator-wrapper .wdt-heading-separator, .elementor-446 .elementor-element.elementor-element-0426c94 .wdt-heading-holder > .wdt-heading-title-wrapper .wdt-heading-title, .elementor-446 .elementor-element.elementor-element-0426c94 .wdt-heading-holder > .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{text-align:start;justify-content:start;justify-items:start;}.elementor-446 .elementor-element.elementor-element-2e9e2b2 .wdt-heading-holder, .elementor-446 .elementor-element.elementor-element-2e9e2b2 .wdt-heading-holder > .wdt-heading-separator-wrapper .wdt-heading-separator, .elementor-446 .elementor-element.elementor-element-2e9e2b2 .wdt-heading-holder > .wdt-heading-title-wrapper .wdt-heading-title, .elementor-446 .elementor-element.elementor-element-2e9e2b2 .wdt-heading-holder > .wdt-heading-subtitle-wrapper .wdt-heading-subtitle{text-align:start;justify-content:start;justify-items:start;}}/* Start custom CSS for text-editor, class: .elementor-element-4ace0de */.progress-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin: 40px 0;
}

.progress-card {
  background: #fff;
  border: 2px solid #f79533;
  border-radius: 20px;
  width: 250px;
  padding: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  text-align: center;
  display: flex;
  flex-direction: column;
}

.progress-card h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.circle-container {
  position: relative;
  width: 130px;
  height: 130px;
  margin: 0 auto 10px;
}

.progress-ring {
  transform: rotate(-90deg);
}

.circle-bg,
.circle-progress {
  fill: none;
  stroke-width: 10;
  stroke-linecap: round;
}

.circle-bg {
  stroke: #ccc;
}

.circle-progress {
  stroke: #f79533;
  stroke-dasharray: 345;
  transition: stroke-dashoffset 1s ease;
}

.circle-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 130px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.circle-label .users {
  color: #f79533;
  font-weight: bold;
  font-size: 15px;
}

.features {
  text-align: left;
  font-size: 14px;
  padding: 0 10px;
  margin: 20px 0;
  flex-grow: 1;
}

.features li {
  margin-bottom: 6px;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #f79533;
  border-radius: 25px;
  color: #f79533;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s ease;
}

.btn:hover {
  background: #f79533;
  color: white;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-6d01a56 */body {
      background-color: #f5f5f5;
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 40px 20px;
    }

    /* === Connectivity Card === */
    .connectivity-section {
      background: #ffffff;
      border: 2px solid #f79533;
      border-radius: 20px;
      padding: 40px;
      margin: 0 auto 60px;
      box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
      max-width: 1100px;
    }

    .connectivity-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      margin-bottom: 10px;
    }

    .connectivity-title {
      font-size: 28px;
      font-weight: bold;
      color: #000;
      margin: 0;
    }

    .connectivity-logo {
      width: 80px;
      height: auto;
    }

    .connectivity-divider {
      border: none;
      border-top: 2px solid #e0e0e0;
      margin-top: 20px;
      margin-bottom: 60px;
    }

    .connectivity-content {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
    }

    .connectivity-sidebar {
      flex: 1 1 220px;
    }

    .connectivity-sidebar ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .connectivity-sidebar li {
      font-weight: bold;
      color: #f79533;
      margin-bottom: 14px;
      cursor: pointer;
      transition: color 0.2s ease;
    }

    .connectivity-sidebar li.active {
      color: #000;
    }

    .connectivity-description {
      flex: 3 1 600px;
      font-size: 15px;
      color: #333;
      line-height: 1.6;
      display: flex;
      flex-direction: column;
      min-height: 300px; /* Fixed height to keep card size consistent */
    }

    .tab-content {
      display: none;
      flex-shrink: 0;
    }

    .tab-content.active {
      display: block;
    }

    @media (max-width: 768px) {
      .connectivity-content {
        flex-direction: column;
      }

      .connectivity-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
      }

      .connectivity-logo {
        align-self: flex-end;
      }

      .connectivity-sidebar,
      .connectivity-description {
        width: 100%;
      }

      .connectivity-title {
        text-align: left;
      }
    }/* End custom CSS */