.elementor-20193 .elementor-element.elementor-element-eb96332{--display:flex;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS for html, class: .elementor-element-60a3285 */.contract-body{
      font-family: "Quicksand";
      font-size:16px;
  }
      h2 {
        color: #34495e;
        font-size: 16px !important;
        font-weight: bold !important;
        margin: 20px 0 10px 0;
        padding-left: 15px;
      }

      p {
        margin: 10px 0;
        text-align: justify;
        font-size: 16px;
      }

      .contract-title {
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        color: #2c3e50;
        margin-bottom: 30px;
        padding: 20px;
        background-color: #f8f9fa;
        border-radius: 8px;
      }

      .definition-table {
        width: 100%;
        border-collapse: collapse;
        margin: 20px 0;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      }

      .definition-table th,
      .definition-table td {
        border: 1px solid #ddd;
        padding: 12px;
        text-align: left;
        vertical-align: top;
      }

      .definition-table th {
        font-weight: bold;
        width: 25%;
      }

      .definition-table td {
        background-color: #f9f9f9;
      }

      .definition-table tr:nth-child(even) td {
        background-color: #f1f1f1;
      }

      ol {
        counter-reset: item;
        padding-left: 0;
      }

      ol > li {
        display: block;
        margin: 10px 0;
        padding-left: 35px;
        position: relative;
        text-align: justify;
      }

      ol > li:before {
        content: counter(item) ".";
        counter-increment: item;
        position: absolute;
        left: 0;
        top: 0;
        font-weight: bold;
      }

      /* Section-specific numbering (e.g., 3.1, 3.2, ...) */
      .section-3 > li:before {
        content: "3." counter(item) ".";
      }
      .section-4 > li:before {
        content: "4." counter(item) ".";
      }
      .section-5 > li:before {
        content: "5." counter(item) ".";
      }
      .section-6 > li:before {
        content: "6." counter(item) ".";
      }
      .section-7 > li:before {
        content: "7." counter(item) ".";
      }
      .section-10 > li:before {
        content: "10." counter(item) ".";
      }

      .sub-list {
        counter-reset: sub-item;
        margin: 10px 0;
      }

      .sub-list > li {
        display: block;
        margin: 8px 0;
        padding-left: 25px;
        position: relative;
      }

      .sub-list > li:before {
        content: counter(item) "." counter(sub-item) ".";
        counter-increment: sub-item;
        position: absolute;
        left: 0;
        top: 0;
        font-weight: bold;
      }

      .highlight {
        background-color: #fff3cd;
        padding: 15px;
        border-left: 4px solid #ffc107;
        margin: 15px 0;
        border-radius: 4px;
      }

      .contact-info {
        background-color: #e8f4fd;
        padding: 15px;
        border-radius: 8px;
        margin: 15px 0;
      }

      .contact-info a {
        color: #3498db;
        text-decoration: none;
      }

      .contact-info a:hover {
        text-decoration: underline;
      }

      .page-break {
        page-break-before: always;
      }/* End custom CSS */