.elementor-kit-9{--e-global-color-primary:#2D3B4A;--e-global-color-secondary:#F15A25;--e-global-color-text:#FFFFFF;--e-global-color-accent:#F15A25;--e-global-color-4532714:#F7F7F7;--e-global-color-7ad1dd5:#E8E9EA;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-size:20px;line-height:26px;letter-spacing:1px;word-spacing:1px;}.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);}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 */.white{color:#ffffff!important;}
.dashline {
  border: none !important;
}

.dashline .elementor-heading-title {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: #F15A25;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 3.5px;
  line-height: 1;
}

.dashline .elementor-heading-title::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2.5px;
  background-color: #F15A25;
  flex-shrink: 0;
}

.orange,
.elementor-widget .orange,
.elementor-heading-title .orange,
span.orange {
  color: #F15A25 !important;
  display: inline;
}

.tsc-schedule-table {
    width: 100%;
    border-collapse: collapse;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #1e293b;
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    margin: 20px 0;
  }
  .tsc-schedule-table th,
  .tsc-schedule-table td {
    padding: 14px 16px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #e2e8f0;
    font-size: 14px;
    line-height: 1.5;
  }
  .tsc-schedule-table th {
    background-color: #2d3b4a;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 13px;
  }
  .tsc-schedule-table tr:nth-child(even) td {
    background-color: #f8fafc;
  }
  .tsc-schedule-table td strong {
    color: #2d3b4a;
    display: block;
    margin-bottom: 4px;
  }
  .tsc-schedule-table td p {
    margin: 6px 0 0 0;
  }

  /* Responsive Mobile Card View */
  @media screen and (max-width: 768px) {
    .tsc-schedule-table,
    .tsc-schedule-table tbody,
    .tsc-schedule-table tr,
    .tsc-schedule-table td {
      display: block;
      width: 100%;
      box-sizing: border-box;
    }
    .tsc-schedule-table thead {
      display: none;
    }
    .tsc-schedule-table tr {
      margin-bottom: 16px;
      border: 1px solid #cbd5e1;
      border-radius: 6px;
      overflow: hidden;
      box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    }
    .tsc-schedule-table td {
      display: flex;
      flex-direction: column;
      padding: 10px 14px;
      border-bottom: 1px solid #f1f5f9;
    }
    .tsc-schedule-table td:last-child {
      border-bottom: none;
    }
    .tsc-schedule-table td::before {
      content: attr(data-label);
      font-weight: 700;
      font-size: 11px;
      text-transform: uppercase;
      color: #ea580c;
      letter-spacing: 0.05em;
      margin-bottom: 4px;
    }
  }/* End custom CSS */