.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#000000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-size:26px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-size:23px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:21px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===============================
   Global Content Area Styles
   =============================== */
#content-area ul > li {
  list-style: disc;
  margin-left: 32px;
}

#content-area ol > li {
  list-style: decimal;
  margin-left: 32px;
}

.elementor-button-text {
    color: white;
}
.elementor a {
    text-decoration: underline;
    color: #1b75d0;
}


/* ===============================
   Elementor Text Editor Typography
   =============================== */
.elementor-text-editor h1,
.elementor-text-editor h2,
.elementor-text-editor h3,
.elementor-text-editor h4,
.elementor-text-editor h5,
.elementor-text-editor h6 {
  font-weight: 600;
  line-height: 1.4;
  margin: 1.2em 0 0.6em;
}

.elementor-text-editor h1 { font-size: 2.25rem; font-weight: 700; } /* 36px */
.elementor-text-editor h2 { font-size: 2rem; }    /* 32px */
.elementor-text-editor h3 { font-size: 1.75rem; } /* 28px */
.elementor-text-editor h4 { font-size: 1.5rem; }  /* 24px */
.elementor-text-editor h5 { font-size: 1.375rem; }/* 22px */
.elementor-text-editor h6 { font-size: 1.25rem; } /* 20px */

.elementor-text-editor p {
  font-size: 1.3125rem; /* ≈21px */
  line-height: 1.9;
  margin-bottom: 1.2em;
}

/* ===============================
   Responsive Typography
   =============================== */
@media (max-width: 768px) {
  .elementor-widget-heading h1,
  .elementor-text-editor h1 { font-size: 1.875rem; } /* 30px */
  .elementor-widget-heading h2,
  .elementor-text-editor h2 { font-size: 1.75rem; }  /* 28px */
  .elementor-widget-heading h3,
  .elementor-text-editor h3 { font-size: 1.625rem; } /* 26px */
  .elementor-widget-heading h4,
  .elementor-widget-heading h5,
  .elementor-widget-heading h6,
  .elementor-text-editor h4,
  .elementor-text-editor h5,
  .elementor-text-editor h6 { font-size: 1.375rem; } /* 22px */
  .elementor-widget-text-editor p,
  .elementor-text-editor p {
    font-size: 1.125rem; /* ≈18px */
    line-height: 1.8;
  }
}

/* ===============================
   Global Responsive Table Styling
   =============================== */
table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  font-family: "Inter", sans-serif;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

th,
td {
  border: 1px solid black;
  padding: 14px 18px;
  text-align: left;
  vertical-align: top;
}

th {
  background: #f4f4f4;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

tr[data-header-row="true"] {
  background: #f4f4f4;
  font-weight: 600;
  text-transform: uppercase;
}

td {
  font-size: 15px;
  line-height: 1.6;
}

/* Zebra Stripes for Readability */
tbody tr:nth-child(even) {
  background-color: #fafafa;
}

/* Hover Effect */
tbody tr:hover {
  background-color: #f9f9f9;
  transition: background-color 0.2s ease;
}

/* ===============================
   Mobile Card Layout for Tables
   =============================== */
@media (max-width: 768px) {
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }

  thead {
    display: none;
  }

  tr {
    margin-bottom: 1.5rem;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 12px;
    background: #fff;
  }

  td {
    border: none;
    padding: 10px 0;
    display: flex;
    flex-direction: column;
  }

  td::before {
    content: attr(data-label);
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    margin-bottom: 5px;
  }

  tr[data-header-row="true"] {
    display: none;
  }
}/* End custom CSS */