.elementor-635 .elementor-element.elementor-element-3f8820c{--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;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-635 .elementor-element.elementor-element-4665aae > .elementor-widget-container{background-color:var( --e-global-color-0f1e338 );padding:10px 10px 10px 10px;}.elementor-635 .elementor-element.elementor-element-4665aae{text-align:center;}.elementor-635 .elementor-element.elementor-element-4665aae .elementor-heading-title{font-family:"Helvetica", Sans-serif;font-size:30px;font-weight:500;color:#FFFFFF;}.elementor-635 .elementor-element.elementor-element-0b6a9ce{--display:flex;}@media(max-width:767px){.elementor-635 .elementor-element.elementor-element-0b6a9ce{--flex-wrap:wrap;}}/* Start custom CSS for html, class: .elementor-element-f7ec6ca *//* Desktop — normal table */
.table-mobile-scroll {
  width: 100%;
}

/* Mobile — enable horizontal scroll */
@media (max-width: 767px) {
  .table-mobile-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* smooth scroll on iPhone */
  }

  .table-mobile-scroll table {
    min-width: 600px; /* adjust based on your table width */
  }
}/* End custom CSS */