.elementor-7897 .elementor-element.elementor-element-925199a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:70px;--padding-bottom:70px;--padding-left:0px;--padding-right:0px;}.elementor-7897 .elementor-element.elementor-element-5c5e754{text-align:center;}@media(max-width:1366px){.elementor-7897 .elementor-element.elementor-element-925199a{--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}}@media(max-width:1024px){.elementor-7897 .elementor-element.elementor-element-925199a{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for html, class: .elementor-element-6241fda */.custom_table {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    font-family: 'Segoe UI', Tahoma, sans-serif;
    font-size: 15px;
    color: #333;
  }

  .custom_table thead {
    background-color: #222;
    color: #fff;
  }

  .custom_table th,
  .custom_table td {
    padding: 12px 16px;
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: middle;
  }

  .custom_table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
  }

  .custom_table a {
    color: #333;
    text-decoration: none;
  }

  .custom_table a:hover {
    color: #FF5100;
    text-decoration: underline;
  }

  .custom_table .btn-download,
  .custom_table .elementor-button {
    display: inline-block;
    padding: 6px 14px;
    background: transparent;
    border: 1px solid #FF5100;
    color: #FF5100 !important;
    font-size: 13px;
    border-radius: 50px;
    text-align: center;
    text-decoration: none !important;
    transition: background-color 0.2s ease-in-out;
  }

  .custom_table .btn-download:hover,
  .custom_table .elementor-button:hover {
    background-color: #FF5100;
    color: #fff !important;
  }

  @media (max-width: 768px) {
    .custom_table thead {
      display: none;
    }

    .custom_table tr {
      display: block;
      margin-bottom: 1rem;
      border: 1px solid #ccc;
      border-radius: 6px;
      padding: 0.5rem;
    }

    .custom_table td {
      display: flex;
      justify-content: space-between;
      gap: 20px;
      padding: 10px;
      border: none;
      border-bottom: 1px solid #eee;
    }

    .custom_table td::before {
      content: attr(data-label);
      font-weight: 500;
      flex: 1;
      color: #555;
    }

    .custom_table td:last-child {
      border-bottom: none;
    }
  }/* End custom CSS */