.elementor-25067 .elementor-element.elementor-element-725e6525 > .elementor-container{min-height:200px;}.elementor-25067 .elementor-element.elementor-element-725e6525{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:80px;padding:30px 0px 0px 0px;}.elementor-25067 .elementor-element.elementor-element-725e6525 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-25067 .elementor-element.elementor-element-8d05b83{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;z-index:1;text-align:center;}.elementor-25067 .elementor-element.elementor-element-8d05b83 .elementor-heading-title{font-family:"Atsuka Montreal Script", Sans-serif;font-size:50px;font-weight:100;line-height:1.2em;-webkit-text-stroke-width:0px;stroke-width:0px;-webkit-text-stroke-color:#737373;stroke:#737373;text-shadow:1px 1px 1px rgba(0,0,0,0.3);color:#996E56;}.elementor-25067 .elementor-element.elementor-element-9e477b4{padding:0px 0px 20px 0px;text-align:center;}.elementor-25067 .elementor-element.elementor-element-9e477b4 .elementor-heading-title{font-size:4vw;text-transform:uppercase;color:#2F3A5F;}.elementor-25067 .elementor-element.elementor-element-57fe19f{padding:0px 0px 20px 0px;text-align:center;}.elementor-25067 .elementor-element.elementor-element-57fe19f .elementor-heading-title{font-size:3vw;text-transform:uppercase;color:#2F3A5F;}.elementor-25067 .elementor-element.elementor-element-2a2ac1f{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;font-size:21px;color:#000000;}.elementor-25067 .elementor-element.elementor-element-719eb49{font-size:21px;color:#000000;}.elementor-25067 .elementor-element.elementor-element-e039797{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;font-size:21px;color:#000000;}.elementor-25067 .elementor-element.elementor-element-6b91c97{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 20px) 0px;font-size:21px;color:#000000;}.elementor-25067 .elementor-element.elementor-element-bf449fa{--divider-border-style:solid;--divider-color:#000;--divider-border-width:1px;}.elementor-25067 .elementor-element.elementor-element-bf449fa .elementor-divider-separator{width:100%;}.elementor-25067 .elementor-element.elementor-element-bf449fa .elementor-divider{padding-block-start:15px;padding-block-end:15px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-25067 .elementor-element.elementor-element-725e6525{padding:20px 20px 0px 20px;}.elementor-25067 .elementor-element.elementor-element-8d05b83{padding:0px 0px 0px 0px;}.elementor-25067 .elementor-element.elementor-element-8d05b83 .elementor-heading-title{font-size:50px;}}@media(max-width:767px){.elementor-25067 .elementor-element.elementor-element-725e6525{padding:60px 20px 20px 20px;}.elementor-25067 .elementor-element.elementor-element-8d05b83{padding:25px 0px 0px 0px;text-align:center;}.elementor-25067 .elementor-element.elementor-element-8d05b83 .elementor-heading-title{font-size:50px;}.elementor-25067 .elementor-element.elementor-element-9e477b4 .elementor-heading-title{font-size:10vw;}.elementor-25067 .elementor-element.elementor-element-57fe19f .elementor-heading-title{font-size:8vw;}}/* Start custom CSS for text-editor, class: .elementor-element-2a2ac1f *//* Base styles for all screen sizes */
.table-fixed {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  overflow-x: auto;
  display: block;
}

.table-fixed th,
.table-fixed td {
  padding: 0.75rem;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* Desktop-specific styles */
.table-fixed thead {
  background-color: #f8f9fa;
}

.table-fixed th {
  font-weight: 600;
}

/* First column styling for mobile */
.table-fixed td:first-child {
  background-color: #f5f5f5;
  font-weight: bold;
}

/* Mobile-specific styles */
@media screen and (max-width: 768px) {
  .table-fixed {
      display: block;
      width: 100%;
  }

  .table-fixed thead,
  .table-fixed tbody,
  .table-fixed tr,
  .table-fixed th,
  .table-fixed td {
      display: block;
      width: 100%;
  }

  .table-fixed thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; /* Hide the header row but keep it accessible */
  }

  .table-fixed tr {
      margin-bottom: 2rem;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 4px;
  }

  .table-fixed td {
      border: none;
      position: relative;
      padding-left: 50%;
      text-align: right;
  }

  .table-fixed td:before {
      content: attr(data-label);
      position: absolute;
      left: 0.75rem;
      width: 45%;
      padding-right: 0.5rem;
      font-weight: 600;
      text-align: left;
  }

  /* First column styling for mobile */
  .table-fixed td:first-child {
    background-color: #f5f5f5;
    font-weight: bold;
  }

  /* Add data-label attributes to each td */
  .table-fixed td:nth-child(1):before { content: "State"; }
  .table-fixed td:nth-child(2):before { content: "Population"; }
  .table-fixed td:nth-child(3):before { content: "Billion MYR"; }
  .table-fixed td:nth-child(4):before { content: "Billion MYR"; }
  .table-fixed td:nth-child(5):before { content: "GDP %"; }
}

/* Handle word breaking */
.break-words {
  overflow-wrap: break-word;
}

/* Optional: Add horizontal scrolling for medium screens */
@media screen and (min-width: 769px) {
  .table-fixed {
      display: table;
      overflow-x: auto;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-719eb49 *//* Base styles for all screen sizes */
.table-fixed {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  overflow-x: auto;
  display: block;
}

.table-fixed th,
.table-fixed td {
  padding: 0.75rem;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* Desktop-specific styles */
.table-fixed thead {
  background-color: #f8f9fa;
}

.table-fixed th {
  font-weight: 600;
}

/* First column styling for mobile */
.table-fixed td:first-child {
  background-color: #f5f5f5;
  font-weight: bold;
}

/* Mobile-specific styles */
@media screen and (max-width: 768px) {
  .table-fixed {
      display: block;
      width: 100%;
  }

  .table-fixed thead,
  .table-fixed tbody,
  .table-fixed tr,
  .table-fixed th,
  .table-fixed td {
      display: block;
      width: 100%;
  }

  .table-fixed thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; /* Hide the header row but keep it accessible */
  }

  .table-fixed tr {
      margin-bottom: 2rem;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 4px;
  }

  .table-fixed td {
      border: none;
      position: relative;
      padding-left: 50%;
      text-align: right;
  }

  .table-fixed td:before {
      content: attr(data-label);
      position: absolute;
      left: 0.75rem;
      width: 45%;
      padding-right: 0.5rem;
      font-weight: 600;
      text-align: left;
  }

  /* First column styling for mobile */
  .table-fixed td:first-child {
    background-color: #f5f5f5;
    font-weight: bold;
  }

  /* Add data-label attributes to each td */
  .table-fixed td:nth-child(1):before { content: "State"; }
  .table-fixed td:nth-child(2):before { content: "Population"; }
  .table-fixed td:nth-child(3):before { content: "Billion MYR"; }
  .table-fixed td:nth-child(4):before { content: "Billion MYR"; }
  .table-fixed td:nth-child(5):before { content: "GDP %"; }
}

/* Handle word breaking */
.break-words {
  overflow-wrap: break-word;
}

/* Optional: Add horizontal scrolling for medium screens */
@media screen and (min-width: 769px) {
  .table-fixed {
      display: table;
      overflow-x: auto;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-e039797 *//* Base styles for all screen sizes */
.table-fixed {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  overflow-x: auto;
  display: block;
}

.table-fixed th,
.table-fixed td {
  padding: 0.75rem;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* Desktop-specific styles */
.table-fixed thead {
  background-color: #f8f9fa;
}

.table-fixed th {
  font-weight: 600;
}

/* First column styling for mobile */
.table-fixed td:first-child {
  background-color: #f5f5f5;
  font-weight: bold;
}

/* Mobile-specific styles */
@media screen and (max-width: 768px) {
  .table-fixed {
      display: block;
      width: 100%;
  }

  .table-fixed thead,
  .table-fixed tbody,
  .table-fixed tr,
  .table-fixed th,
  .table-fixed td {
      display: block;
      width: 100%;
  }

  .table-fixed thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; /* Hide the header row but keep it accessible */
  }

  .table-fixed tr {
      margin-bottom: 2rem;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 4px;
  }

  .table-fixed td {
      border: none;
      position: relative;
      padding-left: 50%;
      text-align: right;
  }

  .table-fixed td:before {
      content: attr(data-label);
      position: absolute;
      left: 0.75rem;
      width: 45%;
      padding-right: 0.5rem;
      font-weight: 600;
      text-align: left;
  }

  /* First column styling for mobile */
  .table-fixed td:first-child {
    background-color: #f5f5f5;
    font-weight: bold;
  }

  /* Add data-label attributes to each td */
  .table-fixed td:nth-child(1):before { content: "State"; }
  .table-fixed td:nth-child(2):before { content: "Population"; }
  .table-fixed td:nth-child(3):before { content: "Billion MYR"; }
  .table-fixed td:nth-child(4):before { content: "Billion MYR"; }
  .table-fixed td:nth-child(5):before { content: "GDP %"; }
}

/* Handle word breaking */
.break-words {
  overflow-wrap: break-word;
}

/* Optional: Add horizontal scrolling for medium screens */
@media screen and (min-width: 769px) {
  .table-fixed {
      display: table;
      overflow-x: auto;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-6b91c97 *//* Base styles for all screen sizes */
.table-fixed {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  overflow-x: auto;
  display: block;
}

.table-fixed th,
.table-fixed td {
  padding: 0.75rem;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* Desktop-specific styles */
.table-fixed thead {
  background-color: #f8f9fa;
}

.table-fixed th {
  font-weight: 600;
}

/* First column styling for mobile */
.table-fixed td:first-child {
  background-color: #f5f5f5;
  font-weight: bold;
}

/* Mobile-specific styles */
@media screen and (max-width: 768px) {
  .table-fixed {
      display: block;
      width: 100%;
  }

  .table-fixed thead,
  .table-fixed tbody,
  .table-fixed tr,
  .table-fixed th,
  .table-fixed td {
      display: block;
      width: 100%;
  }

  .table-fixed thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; /* Hide the header row but keep it accessible */
  }

  .table-fixed tr {
      margin-bottom: 2rem;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 4px;
  }

  .table-fixed td {
      border: none;
      position: relative;
      padding-left: 50%;
      text-align: right;
  }

  .table-fixed td:before {
      content: attr(data-label);
      position: absolute;
      left: 0.75rem;
      width: 45%;
      padding-right: 0.5rem;
      font-weight: 600;
      text-align: left;
  }

  /* First column styling for mobile */
  .table-fixed td:first-child {
    background-color: #f5f5f5;
    font-weight: bold;
  }

  /* Add data-label attributes to each td */
  .table-fixed td:nth-child(1):before { content: "State"; }
  .table-fixed td:nth-child(2):before { content: "Population"; }
  .table-fixed td:nth-child(3):before { content: "Billion MYR"; }
  .table-fixed td:nth-child(4):before { content: "Billion MYR"; }
  .table-fixed td:nth-child(5):before { content: "GDP %"; }
}

/* Handle word breaking */
.break-words {
  overflow-wrap: break-word;
}

/* Optional: Add horizontal scrolling for medium screens */
@media screen and (min-width: 769px) {
  .table-fixed {
      display: table;
      overflow-x: auto;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Atsuka Montreal Script';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://easywholesaler.co/wp-content/uploads/2023/02/Atsuka.woff2') format('woff2');
}
/* End Custom Fonts CSS */