.elementor-90 .elementor-element.elementor-element-83a3d15{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--border-radius:0px 0px 0px 0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-90 .elementor-element.elementor-element-2d46d05{--display:flex;--min-height:35vh;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--border-radius:0px 0px 0px 0px;}.elementor-90 .elementor-element.elementor-element-46d5add{text-align:center;}.elementor-90 .elementor-element.elementor-element-46d5add .elementor-heading-title{font-family:"Bai Jamjuree", Sans-serif;font-size:52px;font-weight:700;color:#FFFFFF;}.elementor-90 .elementor-element.elementor-element-f329553{--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-90 .elementor-element.elementor-element-cca267b{font-family:"Bai Jamjuree", Sans-serif;font-size:17px;color:#1B1B1B;}@media(min-width:768px){.elementor-90 .elementor-element.elementor-element-83a3d15{--width:100%;}}/* Start custom CSS for container, class: .elementor-element-2d46d05 */.elementor-90 .elementor-element.elementor-element-2d46d05 {
  background: linear-gradient(180deg,
    rgb(22, 95, 85) 0%,
    var(--global-palette2, #2ba89d) 50%,
    rgb(22, 95, 85) 100%) !important;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-cca267b */.home1 td a {
    color:#239e8d;
}
.home1 ul {
  list-style: none;
  padding: 0;
}
.home1 {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* Smooth scroll on mobile */
}

.home1 ul li {
  margin-bottom: 10px;
}

.home1 ul li a {
  display: block;
  background: linear-gradient(135deg, #0abf53, #05a047);
  color: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s;
}

.home1 ul li a::before {
  content: "➜ ";
  font-weight: bold;
}

.home1 ul li a:hover {
  background: linear-gradient(135deg, #05a047, #03863a);
  transform: translateY(-2px);
}


.home1 h2 {
    background-color: #239e8d;
    text-align: center;
    color:white;
    font-weight: bold;
    padding: 10px 0px;
}

.home1 h2:has(strong) {
  background-color: inherit; 
  text-align: inherit;
    color:inherit;
    font-weight: inherit;
}
.home1 {
  width: 100%;
  overflow-x: hidden; /* prevent whole-page scroll */
}

.home1 table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden;
  font-family: 'Bai Jamjuree', sans-serif;
}

.home1 table thead th {
  background: #0abf53;
  color: #fff;
  text-align: left;
  padding: 14px 18px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.home1 table tbody tr {
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.2s ease;
}

.home1 table tbody tr:nth-child(even) {
  background: #f9f9f9;
}

.home1 table tbody tr:hover {
  background: #e9f8ef;
  transform: scale(1.01);
}

.home1 table td {
  padding: 12px 18px;
  font-size: 15px;
  color: #333;
}

.home1 table td a {
  background: #0abf53;
  color: #fff !important;
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.home1 table td a:hover {
  background: #089445;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* ✅ Mobile fix: keep same design, but scroll only table content */
@media (max-width: 768px) {
  /* Wrap table in a scrollable container without changing its display */
  .home1 table {
    display: block;
    overflow-x: auto; /* scroll inside table */
    width: 100%;
  }

  /* Prevent breaking design inside scroll */
  .home1 table thead,
  .home1 table tbody {
    width: 100%;
  }

  /* Optional: custom scrollbar */
  .home1 table::-webkit-scrollbar {
    height: 6px;
  }

  .home1 table::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
  }

  .home1 table::-webkit-scrollbar-thumb {
    background: #0abf53;
    border-radius: 10px;
  }
}/* End custom CSS */