.elementor-kit-6{--e-global-color-primary:#28ABE2;--e-global-color-secondary:#1D3B55;--e-global-color-text:#272727;--e-global-color-accent:#438CCA;--e-global-color-c3f8afe:#F3F3F3;--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-family:"Poppins", Sans-serif;font-size:16px;font-weight:400;line-height:30px;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-primary );font-family:"Poppins", Sans-serif;font-weight:400;color:#FFFFFF;padding:20px 26px 20px 26px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-secondary );color:#FFFFFF;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-accent );}.elementor-kit-6 h1{font-family:"Poppins", Sans-serif;font-weight:400;}.elementor-kit-6 h2{font-family:"Poppins", Sans-serif;font-weight:400;}.elementor-kit-6 h3{font-family:"Poppins", Sans-serif;font-weight:400;line-height:33px;}.elementor-kit-6 h4{font-family:"Poppins", Sans-serif;font-weight:400;}.elementor-kit-6 h5{font-family:"Poppins", Sans-serif;font-weight:400;}.elementor-kit-6 h6{font-family:"Poppins", Sans-serif;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.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-kit-6 h2{font-size:21px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 1. Base table styling (desktop + general) */
body table {
  width: 100%;
  border-collapse: collapse;
}

/* 2. Responsive behavior on smaller screens */
@media (max-width: 768px) {
  body table {
    display: block;                 /* allows overflow scrolling */
    overflow-x: auto;               /* horizontal scroll when needed */
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;            /* prevent columns from wrapping and squishing */
  }

  body table td,
  body table th {
    padding: 0.5rem;
    font-size: 0.9rem;
  }
}/* End custom CSS */