.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Kanit";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Kanit";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--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){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.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 *//* The Modal (background) */
.modal {
  display: none; /* Hidden by default - THIS IS THE KEY FIX */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top of everything */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0,0,0,0.6); /* Black w/ more opacity */
  /* Remove display: flex; from here. It will be added by JS when opening */
  justify-content: center; /* Center horizontally (for when it's flex) */
  align-items: center; /* Center vertically (for when it's flex) */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  padding: 30px;
  border: 1px solid #ddd;
  width: 90%; /* Responsive width */
  max-width: 650px; /* Max width for larger screens */
  position: relative;
  border-radius: 10px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.3), 0 10px 30px 0 rgba(0,0,0,0.25);
  box-sizing: border-box; /* Include padding and border in the element's total width and height */
  animation: fadeIn 0.3s ease-out; /* Simple fade-in animation */
}

/* Close Button */
.close-button {
  color: #555;
  float: right;
  font-size: 32px;
  font-weight: bold;
  position: absolute; /* Position relative to modal-content */
  top: 10px;
  right: 20px;
  line-height: 1; /* For better vertical alignment of 'x' */
}

.close-button:hover,
.close-button:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.open-modal-button {
    padding: .25rem 0.5rem;
    font-size: 0.81rem;
}
/* Simple fade-in animation for the modal content */
@keyframes fadeIn {
  from {opacity: 0; transform: translateY(-20px);}
  to {opacity: 1; transform: translateY(0);}
}
#tablepress-4 .column-5,
#tablepress-4 thead th.column-5{
    display: none;
}/* End custom CSS */

