.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-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 );}/* Start custom CSS for html, class: .elementor-element-82d83cd */body {
      font-family: Arial, sans-serif;
      margin: 20px;
    }

    h2 {
      text-align: center;
      margin-bottom: 20px;
    }

    .comparison-table {
      width: 100%;
      border-collapse: collapse;
    }

    .comparison-table th,
    .comparison-table td {
      border: 1px solid #ddd;
      padding: 12px;
      text-align: center;
    }

    .comparison-table th {
      background-color: #2c3e50;
      color: #fff;
      font-weight: bold;
    }

    .comparison-table td {
      background-color: #f9f9f9;
    }

    /* Responsive stacking for mobile */
    @media screen and (max-width: 768px) {
      .comparison-table,
      .comparison-table thead,
      .comparison-table tbody,
      .comparison-table th,
      .comparison-table td,
      .comparison-table tr {
        display: block;
        width: 100%;
      }

      .comparison-table tr {
        margin-bottom: 15px;
        border: 1px solid #ddd;
        border-radius: 8px;
        overflow: hidden;
      }

      .comparison-table td {
        text-align: left;
        padding: 10px;
        border: none;
        border-bottom: 1px solid #eee;
      }

      .comparison-table td:last-child {
        border-bottom: none;
      }

      .comparison-table thead {
        display: none;
      }

      .comparison-table td::before {
        content: attr(data-label);
        font-weight: bold;
        display: block;
        margin-bottom: 5px;
        color: #2c3e50;
      }
    }/* End custom CSS */