/* ============================================
   MOBILE MENU — Modern Redesign
   ============================================ */

/*custom*/

body, html {
  font-family: "Plus Jakarta Sans", "Plus Jakarta Sans Fallback", "Segoe UI", system-ui, -apple-system, sans-serif;
}
#ai-summary{
  background:#fff;padding:40px 24px;width:100%;
}
.container-fluid{
  max-width:100%;padding:0 24px;
}
.aw{
  max-width:820px;margin:14px auto 0;color:#666;font-size:16px;line-height:1.8;
}
.as{
  margin-top:50px;align-items:center;
}
.ae{
  color:#233b3f;font-size:24px;font-weight:700;margin-bottom:18px;padding-top:0;
}
.at{
  font-size:16px;line-height:1.85;color:#444;margin-bottom:16px;
}
.al{
  
  font-size:30px;font-weight:800;color:#73f58b;margin:0;line-height:1;
}
.ad{
  font-size:13px;color:rgba(255,255,255,0.8);margin:5px 0 0;line-height:1.4;
}
.ac{
  background:#233b3f;padding:18px 16px;border-radius:14px;text-align:center;
}
.df{
  max-width:760px;margin:12px auto 0;color:#666;font-size:15px;line-height:1.8;
}
.ak{
  margin-bottom:30px;
}
.a1{
  background:#e8f5e9;outline:8px solid #bcedbd36;border:1px solid #7e8f83;
}
.a2{
  color:#233b3f;font-weight:700;padding-bottom:6px;padding-top:10px;font-size:17px;
}
.a3{
  font-size:14px;color:#555;
}
.a4{
  margin-top:60px;background:#fff;padding:40px 0;border-radius:20px;box-shadow:0 0 0.125rem rgba(0,0,0,0.12),0 0.125rem 0.25rem rgba(0,0,0,0.14);
}
.a6{
  font-size:2rem;
}
/*table*/
.erp-modules-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.erp-modules-table thead tr {
  background: #233b3f;
  color: #fff;
}

.erp-modules-table th {
  padding: 14px 16px;
  text-align: left;
  font-weight: 600;
}

.erp-modules-table td {
  padding: 12px 16px;
  color: #555;
}

.erp-modules-table tbody tr {
  border-bottom: 1px solid #eee;
}

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

.erp-modules-table td:first-child {
  font-weight: 700;
  color: #233b3f;
}
/*table*/

/*cloud vs on prem*/
 .erp-section-row{
  margin-top:60px;
  align-items:center;
}

.erp-img-col{
  margin-bottom:30px;
}

.erp-image-figure{
  margin:0;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 20px 50px rgba(0,0,0,0.12);
}

.erp-image{
  width:100%;
  height:250px;
  object-fit:cover;
  display:block;
}

.erp-content-col{
  margin-bottom:30px;
}

.erp-title{
  color:#233b3f;
  font-size:22px;
  font-weight:700;
  margin-bottom:20px;
  padding-top:0;
}

.erp-card-col{
  margin-bottom:16px;
}

.erp-card{
  background:#fff;
  border:1px solid #e8ecee;
  border-radius:12px;
  padding:20px;
  box-shadow:0 2px 8px rgba(0,0,0,0.05);
}

.erp-card-title{
  color:#233b3f;
  font-size:16px;
  font-weight:700;
  margin-bottom:12px;
}

.erp-icon-cloud{
  margin-right:8px;
  color:#73f58b;
}

.erp-icon-server{
  margin-right:8px;
  color:#233b3f;
}

.erp-list{
  padding-left:18px;
  color:#555;
  font-size:14px;
  line-height:1.9;
  margin:0;
}

.erp-note{
  font-size:13px;
  color:#666;
  margin:12px 0 0;
  font-style:italic;
}
/*cloud vs onprem*/

/*expert insignt*/
.erp-highlight-box{
  margin-top:24px;
  background:#fff;
  border:1px solid #e8ecee;
  border-radius:16px;
  padding:24px 28px;
  box-shadow:0 2px 12px rgba(0,0,0,0.06);
}

.erp-highlight-title{
  font-size:17px;
  margin-bottom:12px;
  font-weight:700;
  color:#233b3f;
}

.erp-highlight-icon{
  margin-right:8px;
  color:#73f58b;
}

.erp-highlight-text{
  font-size:15px;
  color:#444;
  line-height:1.8;
  margin:0;
}
/*expert insight*/

/*table 1*/
.erp-compare-box{
  margin-top:30px;
  background:#fff;
  border-radius:16px;
  box-shadow:0 2px 20px rgba(0,0,0,0.08);
  overflow:hidden;
}

.erp-compare-header{
  background:#233b3f;
  padding:14px 24px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:10px;
}

.erp-compare-title{
  color:#73f58b;
  font-weight:700;
  font-size:15px;
}

.erp-compare-icon{
  margin-right:6px;
}

.erp-compare-link{
  background:#73f58b;
  color:#233b3f;
  font-size:13px;
  font-weight:700;
  padding:6px 16px;
  border-radius:6px;
  text-decoration:none;
  white-space:nowrap;
}

.erp-table-wrapper{
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}

.erp-compare-table{
  width:100%;
  border-collapse:collapse;
  font-size:13px;
  min-width:520px;
}

.erp-compare-table thead tr{
  background:#f5f7f8;
}

.erp-compare-table th{
  padding:10px 14px;
  border-bottom:2px solid #e8ecee;
  font-weight:700;
}

.erp-th-left{
  text-align:left;
  color:#233b3f;
}

.erp-th-center{
  text-align:center;
  color:#555;
}

.erp-th-highlight{
  text-align:center;
  color:#2e7d32;
  background:#f0fff4;
}

.erp-compare-table td{
  padding:9px 14px;
}

.erp-criteria{
  color:#444;
  font-weight:600;
}

.erp-good{
  text-align:center;
  background:#f0fff4;
  color:#2e7d32;
  font-weight:700;
}

.erp-bad{
  text-align:center;
  color:#c62828;
}

.erp-neutral{
  text-align:center;
  color:#555;
}

.erp-row{
  border-bottom:1px solid #f0f0f0;
}

.erp-row-alt{
  border-bottom:1px solid #f0f0f0;
  background:#fafafa;
}
/*table1*/

/*video*/
.erp-demo-section{
  background-color:#233b3f;
}

.erp-demo-heading{
  margin-bottom:30px;
}

.erp-demo-subtitle{
  color:rgba(255,255,255,0.75);
}

.erp-demo-title{
  color:#fff;
}

.erp-demo-description{
  text-align:center;
  color:rgba(255,255,255,0.8);
  font-size:16px;
  max-width:750px;
  margin:14px auto 0;
  line-height:1.75;
}

.erp-demo-row{
  margin-top:30px;
  align-items:center;
}

.erp-video-wrapper{
  position:relative;
  padding-bottom:56.25%;
  height:0;
  overflow:hidden;
  border-radius:12px;
  background:#1a2d32;
  box-shadow:0 4px 20px rgba(0,0,0,0.2);
}

.erp-video-wrapper iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border-radius:12px;
}

.erp-demo-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px;
  justify-content:center;
}

.erp-demo-tag{
  background:rgba(255,255,255,0.12);
  border-radius:6px;
  padding:8px 14px;
  color:rgba(255,255,255,0.95);
  font-size:13px;
}
/*vidoe*/

/*industry cta-section*/
.erp-industries-section{
  background-color:#f9f9f9;
}

.erp-industries-description{
  text-align:center;
  max-width:800px;
  margin:15px auto 0;
  color:#666;
}

.erp-industries-wrapper{
  margin-top:50px;
}

.erp-industries-title{
  text-align:center;
  color:#233b3f;
  font-size:22px;
  margin-bottom:10px;
}

.erp-industries-subtext{
  text-align:center;
  max-width:700px;
  margin:0 auto 30px;
  color:#666;
  font-size:15px;
}

.erp-benefit-section{
  margin-top:50px;
  padding-top:40px;
  border-top:1px solid #e0e0e0;
}

.erp-benefit-title{
  text-align:center;
  color:#233b3f;
  font-size:22px;
  margin-bottom:10px;
}

.erp-benefit-text{
  text-align:center;
  max-width:700px;
  margin:0 auto 30px;
  color:#666;
  font-size:15px;
}
/*industry section*/

/*modules*/
.erp-features-section{
  background-color:#f9f9f9;
}

.erp-feature-icon img{
  height:52px;
}

.erp-learn-badge{
  background:#233b3f;
  border-radius:4px;
  padding:2px 5px;
  color:#fff;
  font-size:13px;
  margin:0 3px;
}
/*modules*/

/*whychose*/
.erp-why-section{
  background-color:#f9f9f9;
}

.erp-heading-text{
  text-align:center;
  max-width:800px;
  margin:15px auto 0;
  color:#666;
}

.erp-row-spacing{
  margin-top:40px;
}

.erp-col-spacing{
  margin-bottom:30px;
}

.erp-card{
  background:#fff;
  padding:35px 25px;
  border-radius:8px;
  height:100%;
  box-shadow:0 2px 15px rgba(0,0,0,0.06);
  border-top:3px solid #233b3f;
  transition:transform 0.3s ease;
}

.erp-icon-box{
  width:50px;
  height:50px;
  background:#233b3f;
  border-radius:8px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:20px;
}

.erp-card-title{
  color:#233b3f;
  font-size:18px;
  margin-bottom:12px;
  font-weight:600;
}

.erp-card-text{
  margin:0;
  color:#666;
  font-size:15px;
  line-height:1.6;
}

.erp-inventory-link{
  color:#233b3f;
}
/*whyhose*/

/*table*/
/* ERP Comparison Section */


.erp-subtitle {
  text-align: center;
  font-size: 17px;
  margin-bottom: 40px;
}

.table-scroll {
  overflow-x: auto;
}

.erp-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  margin-top: 30px;
}

/* THEAD */
.erp-table thead tr {
  background: #233b3f;
  color: #fff;
}

.erp-table thead th {
  padding: 15px;
  text-align: left;
  border: 1px solid #ddd;
  min-width: 180px;
}

.erp-table thead th.col-gearup {
  text-align: center;
  min-width: 150px;
  background: #1a2d31;
}

.erp-table thead th.col-other {
  text-align: center;
  min-width: 140px;
}

/* TBODY */
.erp-table tbody td {
  padding: 12px;
  border: 1px solid #ddd;
}

.erp-table tbody tr {
  background: #ffffff;
}

.erp-table tbody tr.row-alt {
  background: #fafafa;
}

.td-feature {
  font-weight: 600;
  background: #f9f9f9;
}

.td-gearup {
  text-align: center;
  background: #e8f5e9;
  font-weight: 700;
  color: #2e7d32;
  font-size: 16px;
}

.td-other {
  text-align: center;
}

.td-bad {
  color: #c62828;
}

.td-warn {
  color: #d84315;
}

.icon-svg {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.icon-svg-sm {
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

/* CTA */
.cta-center {
  text-align: center;
  margin-top: 30px;
}

.cta-center .button {
  margin-right: 10px;
}

.cta-center img {
  margin: 0 3px;
}
/*table*/
/*erp in duabi*/
/* ERP Abu Dhabi & Dubai Section Styles */

.erp-auh-dxb-section {
  background-color: #f9f9f9;
}

.erp-auh-dxb-section h2 {
  margin-top: 20px;
  margin-bottom: 12px;
  color: #233b3f;
  font-size: 24px;
  font-weight: 700;
}

.erp-auh-dxb-section .section-intro {
  margin-bottom: 24px;
  color: #555;
  font-size: 16px;
  line-height: 1.75;
}

.erp-card-wrap {
  margin-bottom: 24px;
}

.erp-card {
  background: #fff;
  border: 1px solid #e8ecee;
  border-radius: 12px;
  padding: 24px 28px;
  height: 100%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.erp-card h3 {
  margin: 0 0 12px 0;
  color: #233b3f;
  font-size: 18px;
  font-weight: 700;
}

.erp-card p {
  margin-bottom: 16px;
  color: #555;
  font-size: 15px;
  line-height: 1.7;
}

.erp-card ul {
  margin: 0;
  padding-left: 20px;
  color: #555;
  font-size: 15px;
  line-height: 1.7;
}

.erp-card ul li {
  margin-bottom: 8px;
}

.erp-card ul li i {
  color: #73f58b;
  margin-right: 8px;
}
/*erpindubai*/
/*howdoeserphandle*/
/* ERP FTA Compliance Section Styles */

.erp-fta-section {
  background-color: #ffffff;
}

/* Intro paragraph */
.erp-fta-section .fta-intro {
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 1.8;
}

.erp-fta-section .fta-intro a {
  color: #233b3f;
  font-weight: 600;
}

/* Feature cards row */
.fta-card-wrap {
  margin-bottom: 25px;
}

.fta-card {
  background: #fff;
  padding: 30px 25px;
  border-radius: 8px;
  height: 100%;
  box-shadow: 0 2px 15px rgba(0,0,0,0.06);
  border-top: 3px solid #233b3f;
}

.fta-card-icon {
  width: 45px;
  height: 45px;
  background: #233b3f;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.fta-card h3 {
  color: #233b3f;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
}

.fta-card ul {
  padding-left: 18px;
  margin-bottom: 0;
  color: #666;
}

.fta-card ul li {
  margin-bottom: 6px;
  font-size: 14px;
}

/* Feature cards row spacing */
.fta-cards-row {
  margin-top: 35px;
}

/* Phase 2 block */
#phase2-einvoicing {
  margin-top: 45px;
  padding: 28px;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e8ecee;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.phase2-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.phase2-header-icon {
  background: #233b3f;
  border-radius: 10px;
  padding: 10px;
  display: inline-flex;
}

.phase2-header-icon i {
  color: #73f58b;
  font-size: 20px;
}

.phase2-header h3 {
  color: #233b3f;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

#phase2-einvoicing > p {
  font-size: 15px;
  line-height: 1.85;
  color: #444;
  margin-bottom: 20px;
}

/* Checklist */
.phase2-checklist {
  color: #233b3f;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
}

.phase2-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.phase2-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
}

.phase2-list li span {
  font-size: 14px;
  color: #444;
}

/* Code block */
.phase2-code-heading {
  color: #233b3f;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 14px;
}

.code-block {
  background: #1e2d30;
  border-radius: 8px;
  padding: 20px;
  overflow-x: auto;
}

.code-comment {
  color: #73f58b;
  font-size: 12px;
  margin: 0 0 8px;
  font-family: monospace;
  font-weight: 600;
}

.code-block pre {
  margin: 0;
  color: #e8f5e9;
  font-size: 12px;
  font-family: monospace;
  line-height: 1.6;
  white-space: pre-wrap;
}

.code-note {
  font-size: 12px;
  color: #666;
  margin-top: 8px;
}

.code-note a {
  color: #233b3f;
  font-weight: 600;
}

/* Why Choose block */
.fta-why-block {
  margin-top: 30px;
  padding: 24px;
  background: #233b3f;
  border-radius: 12px;
}

.fta-why-block h3 {
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.fta-why-item-wrap {
  margin-bottom: 15px;
}

.fta-why-item {
  display: flex;
  align-items: flex-start;
}

.fta-why-item svg {
  flex-shrink: 0;
  margin-right: 12px;
  margin-top: 2px;
}

.fta-why-item strong {
  color: #fff;
  font-size: 15px;
}

.fta-why-item p {
  margin: 5px 0 0;
  color: rgba(255,255,255,0.8);
  font-size: 13px;
}
/*how does erp handle*/
/*invoiceimage*/
/* Choosing Right ERP Section */
.choosing-erp-section {
  background-color: #fff;
}

.choosing-erp-section .section-subtitle {
  text-align: center;
  max-width: 800px;
  margin: 15px auto 0;
  color: #666;
}

.choosing-erp-section .cards-row {
  margin-top: 35px;
}

.choosing-erp-section .card-wrap {
  margin-bottom: 25px;
}

.choosing-erp-section .erp-card {
  background: #fff;
  padding: 30px 25px;
  border-radius: 8px;
  height: 100%;
  box-shadow: 0 2px 15px rgba(0,0,0,0.06);
  border-top: 3px solid #233b3f;
}

.choosing-erp-section .card-icon {
  width: 45px;
  height: 45px;
  background: #233b3f;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.choosing-erp-section .erp-card h3 {
  color: #233b3f;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.choosing-erp-section .erp-card ul {
  padding-left: 18px;
  margin-bottom: 0;
  color: #666;
}

.choosing-erp-section .erp-card ul li {
  margin-bottom: 8px;
  font-size: 14px;
}

.choosing-erp-section .erp-card ul li:last-child {
  margin-bottom: 0;
}

.choosing-erp-section .cta-link {
  text-align: center;
  margin-top: 15px;
}

.choosing-erp-section .cta-link a {
  color: #233b3f;
  font-size: 15px;
  font-weight: 500;
}

/* Arabic ERP Support Section */
.arabic-erp-section {
  background-color: #fff;
}

.arabic-erp-section .section-subtitle {
  text-align: center;
  max-width: 820px;
  margin: 14px auto 0;
  color: #666;
  font-size: 16px;
  line-height: 1.8;
}

.arabic-erp-section .content-row {
  margin-top: 45px;
}

.arabic-erp-section .left-col {
  margin-bottom: 30px;
}

.arabic-erp-section .left-col h3 {
  color: #233b3f;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}

.arabic-erp-section .left-col > p {
  font-size: 15px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 24px;
}

.arabic-erp-section .feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.arabic-erp-section .feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 12px;
  padding: 12px 14px;
  background: #f9f9f9;
  border-radius: 8px;
  border: 1px solid #e8ecee;
}

.arabic-erp-section .feature-list li:last-child {
  margin-bottom: 0;
}

.arabic-erp-section .feature-list li svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.arabic-erp-section .feature-list li strong {
  color: #233b3f;
  font-size: 14px;
  display: block;
  margin-bottom: 3px;
}

.arabic-erp-section .feature-list li span {
  color: #666;
  font-size: 13px;
}

.arabic-erp-section .right-col {
  margin-bottom: 30px;
}

.arabic-erp-section .invoice-preview {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  border: 1px solid #e8ecee;
}

.arabic-erp-section .invoice-preview-bar {
  background: #233b3f;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.arabic-erp-section .dot-red {
  width: 10px;
  height: 10px;
  background: #ff5f57;
  border-radius: 50%;
}

.arabic-erp-section .dot-yellow {
  width: 10px;
  height: 10px;
  background: #febc2e;
  border-radius: 50%;
}

.arabic-erp-section .dot-green {
  width: 10px;
  height: 10px;
  background: #28c840;
  border-radius: 50%;
}

.arabic-erp-section .invoice-preview-bar span {
  color: rgba(255,255,255,0.8);
  font-size: 13px;
  margin-left: 8px;
}

.arabic-erp-section .invoice-preview img {
  width: 100%;
  height: auto;
  min-height: 360px;
  object-fit: contain;
  display: block;
  background: #fafafa;
}

.arabic-erp-section .invoice-preview-caption {
  padding: 14px 20px;
  background: #fff;
  border-top: 1px solid #e8ecee;
}

.arabic-erp-section .invoice-preview-caption p {
  margin: 0;
  font-size: 13px;
  color: #666;
  text-align: center;
}
/*invoiceimag*/
/*scuuessstories*/
.erp-case-section{
  background-color:#f9f9f9;
}

.erp-case-description{
  text-align:center;
  font-size:17px;
  margin-bottom:40px;
  max-width:800px;
  margin-left:auto;
  margin-right:auto;
}

.erp-case-col{
  margin-bottom:30px;
}

.erp-case-card{
  background:#fff;
  padding:30px;
  border-radius:10px;
  box-shadow:0 4px 15px rgba(0,0,0,0.1);
  height:100%;
}

.erp-case-title{
  color:#233b3f;
  margin-bottom:15px;
  font-size:20px;
  font-weight:700;
}

.erp-case-text{
  margin-bottom:15px;
  line-height:1.8;
}

.erp-case-text-last{
  margin-bottom:0;
  line-height:1.8;
}

.erp-case-cta{
  text-align:center;
  margin-top:40px;
}

.erp-case-cta-text{
  font-size:18px;
  margin-bottom:20px;
  color:#233b3f;
}

.erp-whatsapp-icon{
  height:32px;
  margin:0 3px;
}
/*successstories*/
/*wps*/
.erp-compliance-section{
  background-color:#fff;
}

.erp-container-fluid{
  max-width:100%;
  padding-left:15px;
  padding-right:15px;
}

.erp-compliance-desc{
  text-align:center;
  max-width:820px;
  margin:14px auto 0;
  color:#666;
  font-size:16px;
  line-height:1.8;
}

.erp-compliance-row{
  margin-top:45px;
}

.erp-compliance-col{
  margin-bottom:24px;
}

.erp-compliance-card{
  background:#fff;
  border:1px solid #e8ecee;
  border-radius:12px;
  padding:24px;
  height:100%;
  box-shadow:0 2px 8px rgba(0,0,0,0.04);
}

.erp-compliance-title{
  color:#233b3f;
  font-size:17px;
  font-weight:700;
  margin-bottom:12px;
}

.erp-compliance-text{
  font-size:14px;
  color:#555;
  line-height:1.7;
  margin-bottom:14px;
}

.erp-dashboard-box{
  background:#f9f9f9;
  border-radius:8px;
  overflow:hidden;
  border:1px solid #e8ecee;
  margin-bottom:14px;
}

.erp-dashboard-header{
  background:#233b3f;
  padding:8px 14px;
  display:flex;
  align-items:center;
  gap:8px;
}

.erp-dot-red{
  width:8px;
  height:8px;
  background:#ff5f57;
  border-radius:50%;
}

.erp-dot-yellow{
  width:8px;
  height:8px;
  background:#febc2e;
  border-radius:50%;
}

.erp-dot-green{
  width:8px;
  height:8px;
  background:#28c840;
  border-radius:50%;
}

.erp-dashboard-label{
  color:rgba(255,255,255,0.7);
  font-size:11px;
  margin-left:6px;
}

.erp-dashboard-image{
  width:100%;
  height:auto;
  display:block;
}

.erp-dashboard-footer{
  padding:8px 14px;
  background:#fff;
  border-top:1px solid #e8ecee;
}

.erp-dashboard-caption{
  margin:0;
  font-size:11px;
  color:#888;
  text-align:center;
}

.erp-list{
  list-style:none;
  padding:0;
  margin:0;
}

.erp-list-item{
  font-size:14px;
  color:#555;
  padding:8px 0;
  border-bottom:1px solid #e8ecee;
  display:flex;
  gap:8px;
  align-items:center;
}

.erp-list-item-last{
  font-size:14px;
  color:#555;
  padding:8px 0;
  display:flex;
  gap:8px;
  align-items:center;
}

.erp-check-icon{
  fill:none;
  stroke:#73f58b;
  stroke-width:2.5;
}

.erp-link-highlight{
  color:#233b3f;
  font-weight:600;
}
/*wps*/
/*livein14*/
.erp-implementation-section{
  background-color:#f9f9f9;
}

.erp-implementation-desc{
  text-align:center;
  max-width:780px;
  margin:14px auto 0;
  color:#666;
  font-size:16px;
  line-height:1.8;
}

.erp-steps{
  list-style:none;
  padding:0;
  margin:50px 0 0;
}

.erp-step-col{
  margin-bottom:24px;
}

.erp-step-card{
  background:#fff;
  border-radius:14px;
  padding:28px;
  height:100%;
  box-shadow:0 2px 16px rgba(0,0,0,0.07);
  border-left:5px solid #233b3f;
  display:flex;
  gap:20px;
  align-items:flex-start;
}

.erp-step-number{
  background:#233b3f;
  color:#73f58b;
  font-size:22px;
  font-weight:800;
  border-radius:10px;
  min-width:52px;
  height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}

.erp-step-title{
  color:#233b3f;
  font-size:17px;
  font-weight:700;
  margin-bottom:8px;
  padding-top:0;
}

.erp-step-text{
  font-size:14px;
  color:#555;
  line-height:1.75;
  margin:0;
}

.erp-guarantee-box{
  margin-top:30px;
  background:#233b3f;
  border-radius:14px;
  padding:28px 36px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex-wrap:wrap;
  gap:20px;
}

.erp-guarantee-title{
  color:#73f58b;
  font-weight:800;
  font-size:20px;
  margin:0 0 6px;
}

.erp-guarantee-text{
  color:rgba(255,255,255,0.85);
  font-size:15px;
  margin:0;
}

.erp-guarantee-buttons{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.erp-nowrap{
  white-space:nowrap;
}

.erp-whatsapp-icon{
  height:28px;
  margin:0 4px;
}
/*livein14*/

/*resources*/
.erp-related-section{
background:#f8f9fa;
padding:40px 0;
}

.erp-related-title{
font-size:20px;
font-weight:700;
color:#233b3f;
margin-bottom:20px;
}

.erp-related-links{
display:flex;
flex-wrap:wrap;
gap:10px;
}

.erp-related-link{
background:#fff;
border:1px solid #dde3e6;
border-radius:6px;
padding:8px 16px;
color:#233b3f;
text-decoration:none;
font-size:14px;
font-weight:500;
}
/*resources*/

/*blogs*/
.erp-guides-section{
background:#f8f9fa;
}

.erp-guides-heading{
text-align:center;
}

.erp-guides-row{
margin-top:40px;
}

.erp-guide-col{
margin-bottom:25px;
}

.erp-guide-card{
background:white;
padding:25px;
border-radius:10px;
height:100%;
box-shadow:0 3px 15px rgba(0,0,0,0.08);
}

.erp-guide-title{
color:#1a4d2e;
font-size:20px;
margin-bottom:15px;
}

.erp-guide-title a{
color:#1a4d2e;
text-decoration:none;
}

.erp-guide-text{
color:#666;
font-size:14px;
margin-bottom:15px;
}

.erp-guide-read{
color:#1a4d2e;
font-weight:600;
text-decoration:none;
}

.erp-guides-footer{
text-align:center;
margin-top:30px;
}

.erp-guides-footer-text{
font-size:16px;
color:#666;
}

.erp-guides-footer-text a{
color:#1a4d2e;
font-weight:600;
}
/*blogs*/
/*custom*/
/* Hamburger toggle button — touch-friendly (min 44px tap target) */
.mobile-menu-toggle {
  display: none;
  border: none;
  font: inherit;
  min-width: 48px; min-height: 48px;
  width: 48px; height: 48px;
  padding: 12px;
  background: rgba(255,255,255,0.14);
  border: 1.5px solid rgba(255,255,255,0.28);
  border-radius: 12px;
  cursor: pointer;
  z-index: 10002;
  margin-left: auto;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  transition: background .2s, transform .15s;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  position: relative;
}
.mobile-menu-toggle:hover  { background: rgba(255,255,255,0.22); }
.mobile-menu-toggle:active { transform: scale(.94); }
.mobile-menu-toggle svg    { stroke: #fff; display: block; pointer-events: none; width: 24px; height: 24px; }

/* Dark overlay — below menu, above page */
.mobile-overlay {
  display: none;
  position: fixed; inset: 0;
  background: rgba(0,0,0,.52);
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s ease;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.mobile-overlay.active { display: block; pointer-events: auto; opacity: 1; }

/* ============================================
   Clean Mobile Nav Drawer (JS-injected)
   ============================================ */
.mobile-nav-overlay {
  display: none;
  position: fixed; inset: 0;
  background: rgba(0,0,0,.52);
  z-index: 10004;
  opacity: 0;
  pointer-events: none;
  transition: opacity .28s ease;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.mobile-nav-overlay.is-active {
  display: block;
  pointer-events: auto;
  opacity: 1;
}

.mobile-nav-drawer {
  position: fixed;
  top: 0; left: -100%;
  width: 320px; min-width: 280px; max-width: 92vw;
  height: 100vh; height: 100dvh;
  padding-top: env(safe-area-inset-top, 0);
  background: linear-gradient(155deg, #1a3d42 0%, #0e2226 100%);
  box-shadow: 5px 0 35px rgba(0,0,0,.45);
  transition: left .3s cubic-bezier(.4,0,.2,1);
  z-index: 10005;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  box-sizing: border-box;
}
.mobile-nav-drawer.is-open {
  left: 0;
}

.mobile-nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 56px;
  padding: 0 20px;
  padding-right: 58px;
  background: rgba(0,0,0,.25);
  border-bottom: 1px solid rgba(255,255,255,.07);
  position: sticky;
  top: 0;
  z-index: 5;
}
.mobile-nav-brand {
  font-size: 17px;
  font-weight: 700;
  color: #73f58b;
  letter-spacing: .3px;
}
.mobile-nav-close {
  position: absolute;
  top: calc(14px + env(safe-area-inset-top, 0));
  right: 14px;
  min-width: 44px; min-height: 44px;
  width: 44px; height: 44px;
  background: rgba(255,255,255,.1);
  border: 1.5px solid rgba(255,255,255,.18);
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .18s;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}
.mobile-nav-close:hover { background: rgba(255,255,255,.2); }
.mobile-nav-close svg { stroke: #fff; pointer-events: none; }

.mobile-nav-body {
  padding: 8px 20px 40px 0;
  width: 100%;
  box-sizing: border-box;
}
.mobile-nav-group {
  width: 100%;
  box-sizing: border-box;
}
.mobile-nav-link {
  display: flex;
  align-items: center;
  padding: 14px 22px;
  color: rgba(255,255,255,.88);
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.06);
  min-height: 52px;
  cursor: pointer;
  transition: background .15s, color .15s, padding-left .15s;
  -webkit-tap-highlight-color: rgba(255,255,255,.08);
  touch-action: manipulation;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  background: none;
  border-left: none; border-right: none; border-top: none;
  font-family: inherit;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.mobile-nav-link:hover,
.mobile-nav-link:active {
  background: rgba(255,255,255,.07);
  color: #73f58b;
  padding-left: 26px;
}

.mobile-nav-toggle {
  position: relative;
}
.mobile-nav-toggle::after {
  content: '';
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -5px;
  width: 7px; height: 7px;
  border-right: 2px solid rgba(255,255,255,.45);
  border-bottom: 2px solid rgba(255,255,255,.45);
  transform: rotate(45deg);
  transition: transform .22s ease;
}
.mobile-nav-toggle[aria-expanded="true"]::after {
  transform: rotate(-135deg);
  margin-top: -2px;
  border-color: #73f58b;
}
.mobile-nav-toggle[aria-expanded="true"] { color: #73f58b; }

.mobile-nav-sub {
  background: rgba(0,0,0,.2);
  border-left: 3px solid #73f58b;
  margin-left: 20px;
  padding: 4px 16px 6px 12px;
  box-sizing: border-box;
  min-width: 0;
}
.mobile-nav-sub[hidden] { display: none !important; }
.mobile-nav-sublink {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 12px 16px 12px 14px;
  font-size: 14px;
  color: rgba(255,255,255,.72);
  text-decoration: none;
  border-bottom: 1px solid rgba(255,255,255,.04);
  min-height: 48px;
  cursor: pointer;
  transition: color .15s, background .15s;
  -webkit-tap-highlight-color: rgba(255,255,255,.06);
  touch-action: manipulation;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  width: 100%;
  min-width: 0;
  flex: 1 1 auto;
  box-sizing: border-box;
}
.mobile-nav-sublink::before {
  content: '›';
  color: #73f58b;
  font-size: 16px;
  flex-shrink: 0;
}
.mobile-nav-sublink:hover,
.mobile-nav-sublink:active {
  color: #73f58b;
  background: rgba(255,255,255,.05);
}

/* Hide hamburger when clean menu is open */
body:has(.mobile-nav-drawer.is-open) .mobile-menu-toggle { display: none !important; }
body:has(.mobile-nav-drawer.is-open) { overflow: hidden !important; }

/* Show clean menu only on mobile */
@media (min-width: 1201px) {
  .mobile-nav-overlay,
  .mobile-nav-drawer { display: none !important; }
}
@media (max-width: 1200px) {
  .mobile-nav-drawer { display: block; }
}

/* Smaller screens */
@media (max-width: 576px) {
  .mobile-nav-drawer { width: 300px; min-width: 280px; max-width: 92vw; }
  .mobile-nav-body { padding-right: 16px; }
  .mobile-nav-link { padding: 12px 18px; min-height: 48px; font-size: 14px; }
  .mobile-nav-sublink { padding: 10px 12px 10px 12px; min-height: 44px; font-size: 13px; }
  .mobile-nav-sub { margin-left: 16px; padding-right: 12px; }
}

/* ── Mobile breakpoint (align with responsive.css navbar hide at 1200px) ─── */
@media (max-width: 1200px) {

  .mobile-menu-toggle { display: flex !important; }
  .header-phone       { display: none !important; }

  /* Keep header above overlay so hamburger stays clickable */
  header#stickyHeader  { z-index: 10003; }

  /* Top-bar: ensure logo + hamburger layout works on mobile */
  .top-bar {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
  }
  .top-bar .logo { flex-shrink: 0; min-width: 0; }
  .mobile-menu-toggle { flex-shrink: 0; order: 2; }

  /* Drawer — high z-index so menu sits above floating buttons & overlay */
  .navbar {
    position: fixed !important;
    top: 0 !important; left: -100% !important;
    width: 320px !important; min-width: 280px !important; max-width: 92vw !important;
    height: 100vh !important; height: 100dvh !important;
    padding-top: env(safe-area-inset-top, 0) !important;
    background: linear-gradient(155deg,#1a3d42 0%,#0e2226 100%) !important;
    box-shadow: 5px 0 35px rgba(0,0,0,.45) !important;
    transition: left .3s cubic-bezier(.4,0,.2,1) !important;
    z-index: 10001 !important;
    overflow-y: auto !important; overflow-x: hidden !important;
    display: block !important;
    pointer-events: none !important;
    -webkit-overflow-scrolling: touch !important;
    isolation: isolate !important;
  }
  .navbar.active {
    left: 0 !important;
    pointer-events: auto !important;
  }

  /* Prevent body scroll when menu is open */
  body:has(.navbar.active) { overflow: hidden !important; }

  /* Hide hamburger when menu is open — only close button in drawer */
  body:has(.navbar.active) .mobile-menu-toggle { display: none !important; }

  /* Drawer header strip — padding-right for close button */
  .navbar::before {
    content: 'Gear Up';
    display: flex; align-items: center;
    height: 56px;
    padding: 0 22px 0 20px;
    padding-right: 58px;
    font-size: 17px; font-weight: 700; color: #73f58b;
    background: rgba(0,0,0,.25);
    border-bottom: 1px solid rgba(255,255,255,.07);
    letter-spacing: .3px;
    position: sticky; top: 0; z-index: 5;
  }

  /* Close button — touch-friendly, safe-area aware */
  .mobile-menu-close {
    display: flex !important;
    position: absolute; top: calc(14px + env(safe-area-inset-top, 0)); right: 14px;
    min-width: 44px; min-height: 44px;
    width: 44px; height: 44px;
    background: rgba(255,255,255,.1);
    border: 1.5px solid rgba(255,255,255,.18);
    border-radius: 10px;
    color: #fff; cursor: pointer; padding: 0;
    align-items: center; justify-content: center;
    z-index: 1010; transition: background .18s;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }
  .mobile-menu-close:hover  { background: rgba(255,255,255,.2); }
  .mobile-menu-close svg    { stroke: #fff; pointer-events: none; }

  /* Nav list */
  .navbar-links {
    list-style: none !important;
    margin: 0 !important; padding: 8px 0 40px !important;
    pointer-events: auto !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .navbar-links li { width: 100% !important; max-width: 100% !important; border: none !important; box-sizing: border-box !important; }

  /* Top-level links — ensure clickable, full text visible, no truncation */
  .navbar-links > li > a {
    display: flex !important; align-items: center !important;
    padding: 14px 22px !important;
    color: rgba(255,255,255,.88) !important;
    font-size: 15px !important; font-weight: 500 !important;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(255,255,255,.06) !important;
    min-height: 52px !important;
    cursor: pointer !important;
    transition: background .15s, color .15s, padding-left .15s !important;
    -webkit-tap-highlight-color: rgba(255,255,255,.08);
    touch-action: manipulation !important;
    position: relative !important;
    z-index: 1 !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }
  .navbar-links > li > a:hover,
  .navbar-links > li > a:active {
    background: rgba(255,255,255,.07) !important;
    color: #73f58b !important;
    padding-left: 26px !important;
  }

  /* Products dropdown arrow */
  .menu-item-children > a { position: relative; }
  .menu-item-children > a::after {
    content: '';
    position: absolute; right: 18px; top: 50%; margin-top: -5px;
    width: 7px; height: 7px;
    border-right: 2px solid rgba(255,255,255,.45);
    border-bottom: 2px solid rgba(255,255,255,.45);
    transform: rotate(45deg);
    transition: transform .22s ease;
  }
  .menu-item-children.active > a::after {
    transform: rotate(-135deg);
    margin-top: -2px;
    border-color: #73f58b;
  }
  .menu-item-children.active > a { color: #73f58b !important; }

  /* Sub-menu */
  .sub-menu {
    display: none;
    list-style: none !important;
    padding: 4px 0 6px 0 !important; margin: 0 !important;
    background: rgba(0,0,0,.2) !important;
    border-left: 3px solid #73f58b;
    margin-left: 20px !important;
    position: static !important;
    opacity: 1 !important; visibility: visible !important;
    transform: none !important; box-shadow: none !important;
  }
  .menu-item-children.active .sub-menu { display: block !important; }
}

/* 992–1200px: Products submenu always visible (JS uses 991px, so show links without toggle) */
@media (min-width: 992px) and (max-width: 1200px) {
  .menu-item-children .sub-menu { display: block !important; }
  .menu-item-children > a::after { transform: rotate(-135deg); margin-top: -2px; border-color: #73f58b; }
  .sub-menu li { border: none !important; }
  .sub-menu a {
    display: flex !important; align-items: center !important; gap: 7px !important;
    padding: 12px 16px 12px 14px !important;
    font-size: 14px !important;
    color: rgba(255,255,255,.72) !important;
    text-decoration: none !important;
    border-bottom: 1px solid rgba(255,255,255,.04) !important;
    min-height: 48px !important;
    cursor: pointer !important;
    transition: color .15s, background .15s !important;
    -webkit-tap-highlight-color: rgba(255,255,255,.06);
    touch-action: manipulation !important;
    position: relative !important;
    z-index: 1 !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }
  .sub-menu a::before {
    content: '›'; color: #73f58b; font-size: 16px; line-height: 1; flex-shrink: 0;
  }
  .sub-menu a:hover, .sub-menu a:active {
    color: #73f58b !important;
    background: rgba(255,255,255,.05) !important;
  }

  /* Pointer-events safety */
  .navbar.active, .navbar.active * { pointer-events: auto !important; }

  /* Hide desktop-only arrow on Products (we use ::after) */
  .menu-item-children > a::before { display: none !important; }
}

/* Smaller screens: ensure full width for readability */
@media (max-width: 576px) {
  .navbar { width: 300px !important; min-width: 280px !important; max-width: 92vw !important; }
  .navbar-links > li > a { padding: 12px 18px !important; min-height: 48px !important; font-size: 14px !important; }
  .sub-menu a { padding: 10px 14px 10px 12px !important; min-height: 44px !important; font-size: 13px !important; }
}

/* ── CTA Section ───────────────────────────── */
.sector-item { border:1px solid #d1d1d1; padding:12px 20px; border-radius:15px; margin-bottom:20px; transition:all .3s; background:#fff; }
.sector-item:hover { border-color:#233b3f; box-shadow:0 4px 12px rgba(0,0,0,.1); transform:translateY(-2px); }
.sector-item p { margin:0; font-weight:500; }

.cta-section { background:linear-gradient(135deg,#0f2027 0%,#203a43 50%,#2c5364 100%); padding:60px 20px; position:relative; overflow:hidden; }
.cta-section::before { content:''; position:absolute; inset:0; background:radial-gradient(circle at 50% 50%,rgba(115,245,139,.15) 0%,transparent 70%); pointer-events:none; }
.cta-content { position:relative; z-index:1; text-align:center; }
.cta-content h2 { color:#73f58b; font-size:56px; font-weight:700; margin-bottom:30px; line-height:1.2; }
.cta-buttons { display:flex; justify-content:center; gap:18px; flex-wrap:wrap; align-items:center; }
.cta-buttons .button { min-width:200px; font-size:17px; padding:14px 28px; }
.cta-buttons .button.btn3 { background:#25D366 !important; color:#fff !important; border:2px solid #25D366 !important; }
.cta-buttons .button.btn2 { background:#73f58b !important; color:#233b3f !important; border:2px solid #73f58b !important; }
.cta-buttons .button img   { height:26px; width:auto; vertical-align:middle; }
.cta-buttons .button span span { display:flex; align-items:center; justify-content:center; gap:8px; }

@media (min-width:1200px) { .cta-content h2 { font-size:68px; } }
@media (max-width:768px)  { .cta-section { padding:45px 15px; } .cta-content h2 { font-size:30px; margin-bottom:22px; } .cta-buttons { flex-direction:column; gap:12px; } .cta-buttons .button { width:100%; min-width:auto; } }
@media (max-width:480px)  { .cta-content h2 { font-size:24px; } }

/* Contact / About preserved */
.about-hero,.contact-hero { background:linear-gradient(135deg,#0f2027 0%,#203a43 50%,#2c5364 100%); padding:150px 0 80px; color:#fff; position:relative; overflow:hidden; }
.about-hero h1,.contact-hero h1 { font-size:48px; font-weight:700; color:#73f58b; margin-bottom:20px; }
.about-hero p,.contact-hero p   { font-size:20px; line-height:1.8; opacity:.95; }
@media (max-width:768px) { .about-hero,.contact-hero { padding:110px 0 55px; } .about-hero h1,.contact-hero h1 { font-size:30px; } .about-hero p,.contact-hero p { font-size:16px; } }


/* ============================================================
   EXTRACTED INLINE STYLES — consolidated from all HTML pages
   ============================================================ */

/* Font fallback + body font-family (shared) */
@font-face {
  font-family: "Plus Jakarta Sans Fallback";
  src: local("Arial");
  ascent-override: 96.13%;
  descent-override: 23.08%;
  line-gap-override: 0%;
  size-adjust: 104.03%;
}
body, html {
  font-family: "Plus Jakarta Sans", "Plus Jakarta Sans Fallback", "Segoe UI", system-ui, -apple-system, sans-serif;
}
/* Responsive / mobile media queries (shared) */
@media(max-width:991px){
  .mobile-menu-toggle{display:flex !important;}
  .mobile-menu-close{display:flex !important;}
  .hero-section{padding-top:95px !important;padding-bottom:40px !important;}
  .hero-text h1{font-size:28px !important;line-height:1.35 !important;}
  .heading h2{font-size:26px !important;}
}
@media(max-width:768px){
  body{overflow-x:hidden;}
  .hero-section{padding-top:88px !important;}
  .hero-text h1{font-size:24px !important;line-height:1.3 !important;}
  .hero-text h2{font-size:16px !important;}
  .gap{padding-top:45px !important;padding-bottom:45px !important;}
  .heading h2{font-size:22px !important;}
  h2{font-size:20px !important;}
  h3{font-size:17px !important;}
  p{font-size:15px !important;line-height:1.75 !important;}
  img{max-width:100% !important;height:auto !important;}
  .review{flex-wrap:wrap !important;gap:10px !important;justify-content:center !important;}
  .get-a-quote{padding:20px 15px !important;margin-top:25px !important;}
  table{font-size:13px !important;}
  [style*="max-width:900px"],[style*="max-width: 900px"],[style*="max-width:800px"],[style*="max-width: 800px"],[style*="max-width:700px"],[style*="max-width: 700px"]{max-width:100% !important;}
}
@media(max-width:576px){
  .hero-text h1{font-size:20px !important;}
  .hero-text h2{font-size:15px !important;}
  .heading h2{font-size:19px !important;}
  h2{font-size:18px !important;}
  h3{font-size:15px !important;}
  p{font-size:14px !important;}
  .gap{padding-top:30px !important;padding-bottom:30px !important;}
  .container{padding-left:14px !important;padding-right:14px !important;}
}
/* Accordion button reset (ERP + project-construction) */
button.heading{all:unset;display:flex;width:100%;cursor:pointer;box-sizing:border-box;}
button.heading:focus-visible{outline:2px solid #233b3f;outline-offset:2px;}
/* ERP modules table (enterprise-resource-planning-software) */
.erp-modules-table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;}
@media(max-width:991px){.erp-modules-table-wrap{margin-left:-15px;margin-right:-15px;width:calc(100% + 30px);max-width:100vw;}}
@media(max-width:767px){.erp-modules-table{font-size:12px !important;}.erp-modules-table th,.erp-modules-table td{padding:10px 12px !important;}}
/* Key Features section (project-construction-management-software-uae) */
#key-features{background-color:#f9f9f9 !important;}
#key-features .heading{margin-bottom:25px;}
#key-features .features-grid .col-lg-3{margin-bottom:25px;}
#key-features .feature-card{background:#fff;padding:24px 20px;border-radius:8px;height:100%;box-shadow:0 2px 12px rgba(0,0,0,0.06);border-top:3px solid #233b3f;transition:transform 0.3s ease;}
#key-features .feature-card:hover{transform:translateY(-4px);}
#key-features .feature-card .icon-box{width:48px;height:48px;background:#233b3f;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;}
#key-features .feature-card h3{color:#233b3f;font-size:17px;font-weight:700;margin-bottom:12px;line-height:1.3;}
#key-features .feature-card p{font-size:14px;color:#555;line-height:1.6;margin:0 0 10px;}
#key-features .feature-card ul{margin:0;padding-left:16px;font-size:13px;color:#666;line-height:1.5;}
#key-features .feature-card ul li{margin-bottom:4px;}


/* =================================================================
   EXTRACTED INLINE STYLES — moved from HTML attributes
   shared classes appear once; page-specific appear once too
   ================================================================= */
/* [1pg] */ .gx-0063dc1 { text-align: center; margin-top: 20px; font-size: 16px; color: #233b3f; font-weight: 600; }
/* [2pg] */ .gx-011961a { font-size:15px;line-height:1.8;color:#555;margin-bottom:24px; }
/* [2pg] */ .gx-01841a0 { background: #fff !important;padding:30px 25px;border-radius:8px;height:100%;box-shadow:0 2px 15px rgba(0,0,0,0.06);border-top:3px solid #233b3f; }
/* [shared] */ .gx-018611d { background: #fff !important; padding: 20px; border-radius: 8px; height: 100%; box-shadow: 0 2px 10px rgba(0,0,0,0.05); border-left: 3px solid #233b3f; }
/* [1pg] */ .gx-0239916 { font-size:17px;line-height:1.8;color:#444;margin-bottom:24px; }
/* [shared] */ .gx-0288dfc { color: rgba(255,255,255,0.8); font-size: 14px; margin: 0; }
/* [1pg] */ .gx-02f3755 { padding: 12px 16px !important;text-align: center !important;color: #888 !important; }
/* [shared] */ .gx-03171bd { margin: 0; color: #666; font-size: 15px; line-height: 1.6; }
/* [1pg] */ .gx-03e4378 { background-color:#f9fafb; }
/* [1pg] */ .gx-04094d0 { font-size:15px;color:#444; }
/* [1pg] */ .gx-0456cdc { padding: 12px 16px !important;font-weight: 500 !important;color: #444 !important; }
/* [1pg] */ .gx-047cde8 { background: #233b3f !important;color: #fff !important; }
/* [1pg] */ .gx-05ae507 { display:flex;align-items:flex-start;gap:10px;margin-bottom:10px; }
/* [1pg] */ .gx-065dc25 { width: 100% !important;border-collapse: collapse !important;background: #fff !important;box-shadow:0 2px 8px rgba(0,0,0,0.1);margin-top:20px; }
/* [1pg] */ .gx-0695ff9 { background:#fff; }
/* [2pg] */ .gx-07a0557 { padding: 18px 15px !important; text-align: left !important; font-weight: 600 !important; font-size: 15px !important; }
/* [2pg] */ .gx-082cdf0 { color:#666;font-size:13px; }
/* [shared] */ .gx-08d6f69 { width: 20px; height: 20px; margin-right: 8px; vertical-align: middle; }
/* [1pg] */ .gx-091aa30 { font-size:15px;line-height:1.85;color:#444;margin-bottom:24px; }
/* [shared] */ .gx-09b5f8b { margin-top: 50px; }
/* [1pg] */ .gx-0a6cd63 { color:#233b3f;font-size:18px;font-weight:600;margin-bottom:12px; }
/* [shared] */ .gx-0a7350f { height:70px; width:70px; object-fit: contain; }
/* [2pg] */ .gx-0c0a6c2 { background: #fff !important;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,0.06);border:1px solid #e8ecee; }
/* [1pg] */ .gx-0c35ec1 { width: 100% !important; border-collapse: collapse !important; }
/* [shared] */ .gx-0d45735 { margin-bottom: 24px; }
/* [1pg] */ .gx-0db4126 { background: #1a4d2e !important; color: white !important; }
/* [shared] */ .gx-0de1f98 { margin-top: 20px; }
/* [shared] */ .gx-0df5d3e { text-align:center;max-width:820px;margin:14px auto 0;color:#666;font-size:16px;line-height:1.8; }
/* [shared] */ .gx-0df685d { padding: 12px 0; display: flex; align-items: center; }
/* [shared] */ .gx-0e5976e { background:#f5f7f8;padding:11px 0;border-top:1px solid #e4e8ea; }
/* [1pg] */ .gx-0f0c389 { background: #f9f9f9 !important;padding:35px;border-radius:12px;box-shadow:0 2px 15px rgba(0,0,0,0.06);border:1px solid #e8ecee; }
/* [shared] */ .gx-0fae952 { color: #233b3f; }
/* [1pg] */ .gx-113d14f { text-align:center;margin-top:30px; }
/* [1pg] */ .gx-113e3de { width:50px;height:50px;background: #233b3f !important;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;color:#fff;font-size:20px;font-weight:700; }
/* [1pg] */ .gx-118d602 { background-color:#f0f7f8; }
/* [2pg] */ .gx-11f1ea1 { padding: 18px 15px !important; text-align: center !important; font-weight: 600 !important; font-size: 15px !important; }
/* [shared] */ .gx-12fb8ae { margin-right: 10px; }
/* [1pg] */ .gx-13219ec { padding: 12px 16px !important;text-align: center !important;background: #f0fff4 !important;color: #2e7d32 !important;font-weight: 700 !important; }
/* [shared] */ .gx-132f4ac { display:flex;flex-wrap:wrap;gap:10px;margin-top:30px;justify-content:center; }
/* [1pg] */ .gx-1348637 { margin:0;border-radius:20px;overflow:hidden;box-shadow:0 20px 50px rgba(0,0,0,0.12); }
/* [1pg] */ .gx-13606fb { padding: 14px 20px !important;text-align: center !important;color: #555 !important; }
/* [1pg] */ .gx-1401a8f { height:32px;margin:0 3px; }
/* [1pg] */ .gx-1479205 { font-size:12px;color:#888;margin-bottom:8px; }
/* [shared] */ .gx-1515970 { color: #1a4d2e; font-weight: 600; text-decoration: none; }
/* [shared] */ .gx-15290f6 { color: #233b3f; font-size: 22px; margin-bottom: 20px; font-weight: 600; }
/* [1pg] */ .gx-15c50b4 { background:#233b3f;border-radius:4px;padding:2px 5px;color:#fff;font-size:13px;margin:0 3px; }
/* [1pg] */ .gx-15fce86 { padding: 20px !important; text-align: left !important; font-size: 16px !important; }
/* [shared] */ .gx-1616541 { max-width:820px;margin:14px auto 0;color:#666;font-size:16px;line-height:1.8; }
/* [shared] */ .gx-1624de7 { position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:12px;background: #1a2d32 !important;box-shadow:0 4px 20px rgba(0,0,0,0.2); }
/* [1pg] */ .gx-165696d { background:#233b3f;padding:18px 16px;border-radius:14px;text-align:center; }
/* [shared] */ .gx-189c762 { color: #233b3f; font-weight: 500; }
/* [shared] */ .gx-19cda2b { width: 50px; height: 50px; background: #233b3f; border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
/* [1pg] */ .gx-19f4e0e { background: #233b3f; padding: 35px; border-radius: 8px; height: 100%; }
/* [1pg] */ .gx-1a1c870 { max-width:760px;margin:12px auto 0;color:#666;font-size:15px;line-height:1.8; }
/* [1pg] */ .gx-1a4608f { margin-top:10px;font-size:13px;color:#555;font-weight:500; }
/* [2pg] */ .gx-1a6c06e { overflow-x: auto; margin-top: 30px; }
/* [1pg] */ .gx-1a88617 { margin-top: 0; margin-bottom: 24px; }
/* [1pg] */ .gx-1a99907 { margin-bottom: 20px; font-size: 17px; line-height: 1.8; }
/* [1pg] */ .gx-1aeab4c { padding: 14px 20px !important;text-align: center !important;font-weight: 600 !important;color: #555 !important; }
/* [2pg] */ .gx-1b3426b { text-align:center;max-width:800px;margin:14px auto 0;color:#666;font-size:16px; }
/* [1pg] */ .gx-1b8e444 { font-size:14px;color:#555;line-height:1.65;margin:0; }
/* [1pg] */ .gx-1becc4b { font-size:17px;padding-bottom:0;padding-left:0;margin-bottom:12px;font-weight:700;color:#233b3f; }
/* [2pg] */ .gx-1c98cf3 { padding: 15px !important; text-align: center !important; border: 1px solid #ddd !important; min-width: 140px !important; }
/* [1pg] */ .gx-1d98af0 { margin-top:30px;background: #fff !important;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px rgba(0,0,0,0.06);border:1px solid #e8ecee; }
/* [shared] */ .gx-1dcc2b1 { position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background: #233b3f !important;color:#fff;padding:10px 18px;border-radius:8px;font-size:13px;font-weight:600;pointer-events:none;white-space:nowrap;box-shadow:0 4px 15px rgba(0,0,0,0.3); }
/* [2pg] */ .gx-1df5281 { border-bottom: 1px solid #eee !important; background: #f9f9f9 !important; }
/* [2pg] */ .gx-1e5e837 { margin-bottom: 0; }
/* [shared] */ .gx-1e7da8c { height:32px; }
/* [shared] */ .gx-1ed14d3 { background: #fff !important; padding: 30px 25px; border-radius: 8px; height: 100%; box-shadow: 0 2px 15px rgba(0,0,0,0.06); border-top: 3px solid #233b3f; }
/* [1pg] */ .gx-1f3969a { width:100%;height:260px;object-fit:cover;display:block; }
/* [1pg] */ .gx-1fba1fa { color:#233b3f;font-size:17px;margin-bottom:10px;font-weight:700; }
/* [1pg] */ .gx-1fcd033 { display:flex;align-items:center;gap:10px;font-size:15px;color:#444; }
/* [1pg] */ .gx-1ff1214 { text-align:center;color:#233b3f;font-size:20px;margin-bottom:20px;font-weight:600; }
/* [2pg] */ .gx-21b91f1 { text-align: center; margin-top: 40px; }
/* [2pg] */ .gx-21c6587 { overflow-x: auto; margin-top: 35px; }
/* [2pg] */ .gx-2250018 { margin-bottom:30px;order-1 order-lg-2; }
/* [shared] */ .gx-2320f5c { display:flex;flex-wrap:wrap;gap:10px;margin-top:20px;justify-content:center; }
/* [1pg] */ .gx-238ae0e { background: #fff !important;padding:20px;border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,0.06);border-left:4px solid #233b3f; }
/* [shared] */ .gx-23c4c40 { color:#555;text-decoration:none; }
/* [2pg] */ .gx-2437f0b { height: 275px; object-fit: cover; }
/* [1pg] */ .gx-250ac10 { padding: 14px 20px !important;text-align: center !important;color: #2e7d32 !important;font-weight: 500 !important; }
/* [2pg] */ .gx-251a2f3 { padding: 15px !important; text-align: center !important; color: #f59e0b !important; }
/* [1pg] */ .gx-25eca85 { color: #fff; font-size: 15px; }
/* [shared] */ .gx-2653083 { display:flex;flex-wrap:wrap;gap:10px; }
/* [1pg] */ .gx-26a8d3a { text-align:center;margin-top:24px;font-size:15px;color:#666; }
/* [shared] */ .gx-26d9b98 { font-size: 16px; color: #666; }
/* [1pg] */ .gx-28bcfaa { height:70px; width:70px; object-fit:contain; }
/* [shared] */ .gx-28cd5b0 { height: 515px; object-fit: cover; }
/* [shared] */ .gx-28f8375 { margin-bottom: 40px; }
/* [1pg] */ .gx-2914741 { height:20px;margin:0 8px; }
/* [shared] */ .gx-293a736 { height:52px; }
/* [1pg] */ .gx-294012a { background: #fff !important;padding:25px;border-radius:8px;box-shadow:0 2px 12px rgba(0,0,0,0.06);border-top:3px solid #233b3f;height:100%;text-align:center; }
/* [1pg] */ .gx-29f3652 { color:#c62828;font-size:10px; }
/* [1pg] */ .gx-2a898af { list-style:none;padding:0;margin:20px 0; }
/* [2pg] */ .gx-2aa9643 { height:20px; margin: 0 8px; }
/* [2pg] */ .gx-2b53205 { color:rgba(255,255,255,0.8);font-size:13px;margin-left:8px; }
/* [1pg] */ .gx-2b77b7a { color:#233b3f;font-size:16px;margin-bottom:6px;font-weight:700; }
/* [shared] */ .gx-2cb4b86 { background: #f8f9fa; }
/* [1pg] */ .gx-2cbeeff { display: inline-block; vertical-align: middle; margin-right: 6px; }
/* [1pg] */ .gx-2d65e2e { color:#233b3f;font-size:17px;font-weight:700;margin-bottom:10px; }
/* [shared] */ .gx-2d86302 { color: #1a4d2e; text-decoration: none; }
/* [1pg] */ .gx-2df03f6 { background:#f8f9fa; padding:40px 0; }
/* [1pg] */ .gx-2e32df0 { display: flex; flex-wrap: wrap; gap: 15px; }
/* [1pg] */ .gx-2f33b3a { color:#28a745;margin-right:8px; }
/* [1pg] */ .gx-3019698 { margin-bottom:20px; }
/* [shared] */ .gx-306402f { margin-top: 50px; padding-top: 40px; border-top: 1px solid #e0e0e0; }
/* [2pg] */ .gx-30c3f9a { color:#233b3f;font-size:14px;display:block;margin-bottom:3px; }
/* [shared] */ .gx-3104620 { color: #233b3f; font-size: 18px; margin-bottom: 10px; font-weight: 600; }
/* [shared] */ .gx-316440a { height: 45px; }
/* [1pg] */ .gx-31f6e57 { font-size:1.1rem;margin-bottom:10px;color:#333; }
/* [1pg] */ .gx-320b30d { height:228px; object-fit: cover; }
/* [1pg] */ .gx-344ef3d { font-size:15px;line-height:1.85;color:#444;margin-bottom:0; }
/* [shared] */ .gx-3470fda { font-size: 16px; color: #233b3f; margin-bottom: 8px; }
/* [1pg] */ .gx-34bee6b { text-align: center; margin-top: 20px; margin-bottom: 0; color: rgba(255,255,255,0.9); font-size: 15px; }
/* [1pg] */ .gx-35c0e1b { margin:0;color:#333;font-size:14px;line-height:1.65; }
/* [shared] */ .gx-3611f3f { margin:0 3px;display:inline-flex;align-items:center; }
/* [1pg] */ .gx-366c282 { text-align:center;max-width:750px;margin:14px auto 0;color:#666;font-size:16px; }
/* [1pg] */ .gx-37d30b7 { margin-bottom:24px; }
/* [shared] */ .gx-37e395c { color: #233b3f; margin-bottom: 12px; font-size: 18px; font-weight: 600; }
/* [1pg] */ .gx-38d485c { padding: 14px 20px !important;text-align: center !important;color: #888 !important; }
/* [shared] */ .gx-38d5469 { height:70px; }
/* [shared] */ .gx-38e43fe { padding: 12px !important; border: 1px solid #ddd !important; text-align: center !important; }
/* [1pg] */ .gx-38ff2cb { color:#233b3f;font-weight:700;padding-bottom:6px;padding-top:10px;font-size:17px; }
/* [shared] */ .gx-39e0930 { background: #fff !important; padding: 30px 25px; border-radius: 8px; height: 100%; box-shadow: 0 2px 15px rgba(0,0,0,0.06); text-align: center; }
/* [1pg] */ .gx-39e3cab { padding: 20px !important; text-align: center !important; font-size: 16px !important; background: #2d6a4f !important; }
/* [1pg] */ .gx-39e9e8f { font-size: 47px; }
/* [2pg] */ .gx-3ae1f62 { margin-top:20px; }
/* [shared] */ .gx-3b36a7e { height:30px; }
/* [shared] */ .gx-3bbb810 { margin-bottom: 15px; }
/* [1pg] */ .gx-3c58a7f { font-size: 16px; color: rgba(255,255,255,0.9); margin-bottom: 0; }
/* [1pg] */ .gx-3cdf47f { padding: 18px 20px !important; text-align: center !important; color: #ffc107 !important; }
/* [1pg] */ .gx-3df5aae { padding: 12px 16px !important;text-align: left !important;border-bottom: 1px solid #e4e6e8 !important;font-weight: 600 !important;color: #333 !important; }
/* [1pg] */ .gx-3e4f961 { margin-top:55px; }
/* [shared] */ .gx-3eb30e7 { background: #fff !important; padding: 25px; border-radius: 8px; box-shadow: 0 2px 15px rgba(0,0,0,0.06); }
/* [1pg] */ .gx-40b3c7f { color:#73f58b;font-size:20px; }
/* [1pg] */ .gx-40e0d06 { text-align:center;margin-top:16px;font-weight:600;color:#233b3f;font-size:15px; }
/* [1pg] */ .gx-414f2c2 { padding: 14px 20px !important;text-align: center !important;color: #2e7d32 !important; }
/* [shared] */ .gx-42642e5 { margin-top:30px;align-items:center; }
/* [shared] */ .gx-426ff4b { height:49px; object-fit: contain; }
/* [1pg] */ .gx-4319bbb { display:flex;align-items:flex-start;gap:16px;background: #f9f9f9 !important;padding:20px 18px;border-radius:10px;border-left:4px solid #233b3f; }
/* [1pg] */ .gx-43868d5 { color:#233b3f;font-size:18px;margin-bottom:12px;font-weight:700; }
/* [1pg] */ .gx-44326f9 { background: #fff !important; padding: 25px; border-radius: 8px; box-shadow: 0 2px 15px rgba(0,0,0,0.06); border-top: 3px solid #233b3f; }
/* [1pg] */ .gx-444eab7 { font-size:15px;color:#666; }
/* [1pg] */ .gx-445520f { color:#233b3f;font-weight:500; }
/* [1pg] */ .gx-44940ab { background: #f5f6f7 !important; }
/* [1pg] */ .gx-44ad345 { font-size: 15px; color: #233b3f; font-weight: 600; margin-bottom: 20px; }
/* [1pg] */ .gx-44d77e7 { margin-top: 45px; padding: 35px; background: #233b3f; border-radius: 8px; }
/* [shared] */ .gx-44dfcd4 { background:#fff;border:1px solid #dde3e6;border-radius:6px;padding:8px 16px;color:#233b3f;text-decoration:none;font-size:14px;font-weight:500; }
/* [1pg] */ .gx-4519367 { padding: 15px !important; text-align: center !important; color: #22c55e !important; }
/* [shared] */ .gx-456360d { background-color:#233b3f; }
/* [1pg] */ .gx-4567958 { margin-bottom: 14px; padding-bottom: 14px; border-bottom: 1px solid #eee; }
/* [shared] */ .gx-45b2e38 { margin-top:35px; }
/* [1pg] */ .gx-460b16f { color: #233b3f; font-size: 18px; margin-bottom: 14px; font-weight: 600; }
/* [1pg] */ .gx-46bf5d7 { margin-bottom: 0; font-size: 15px; }
/* [1pg] */ .gx-47a5c8b { background:#233b3f; border-radius: 4px;padding: 2px 5px;color: #fff;font-size: 13px;margin: 0 3px; }
/* [1pg] */ .gx-482aef6 { font-size: 18px; color: #333; margin-bottom: 8px; }
/* [shared] */ .gx-48737ec { font-size:17px;line-height:1.8;color:#444;margin:0;font-weight:400; }
/* [shared] */ .gx-487b71a { margin-right:6px; }
/* [2pg] */ .gx-48b58bd { color:inherit;text-decoration:none; }
/* [1pg] */ .gx-49a2351 { background: #f5f6f7 !important;border-bottom: 2px solid #e4e6e8 !important; }
/* [1pg] */ .gx-49b8e34 { color:rgba(255,255,255,0.65);font-size:12px;margin:0; }
/* [shared] */ .gx-4a14ba5 { background-color: #45d360; }
/* [shared] */ .gx-4a42695 { display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0;gap:2px;align-items:center;font-size:13px; }
/* [2pg] */ .gx-4a6bf98 { font-size: 15px; color: #666; margin-bottom: 20px; }
/* [1pg] */ .gx-4a71615 { padding: 12px 16px !important;font-weight: 600 !important;background: #f9f9f9 !important; }
/* [2pg] */ .gx-4ac5faf { display: inline-block; vertical-align: middle; margin-right: 5px; }
/* [shared] */ .gx-4b22bd2 { padding:0;margin:0; }
/* [shared] */ .gx-4b75df8 { background: white !important; padding: 25px; border-radius: 10px; height: 100%; box-shadow: 0 3px 15px rgba(0,0,0,0.08); text-align: center; }
/* [shared] */ .gx-4bbb41a { color: #fff; }
/* [1pg] */ .gx-4c80419 { color: #666; font-size: 14px; margin-bottom: 12px; }
/* [1pg] */ .gx-4c89394 { color:#233b3f;font-size:20px;font-weight:700;margin-bottom:20px; }
/* [shared] */ .gx-4eb23a8 { color:#fff; }
/* [1pg] */ .gx-4eec261 { color:#73f58b;font-size:12px;margin:0 0 8px;font-family:monospace;font-weight:600; }
/* [shared] */ .gx-4f7ae54 { margin-bottom: 25px; }
/* [2pg] */ .gx-5057b04 { border-bottom: 1px solid #eee !important; }
/* [1pg] */ .gx-5183f01 { background: #fff !important;padding:25px;border-radius:8px;box-shadow:0 2px 15px rgba(0,0,0,0.06);border-top:3px solid #233b3f; }
/* [1pg] */ .gx-5447deb { padding: 14px 16px !important;text-align: center !important;min-width: 140px !important;background: #1a2d31 !important; }
/* [1pg] */ .gx-5468141 { overflow-x:auto;-webkit-overflow-scrolling:touch;margin-left:-15px;margin-right:-15px; }
/* [2pg] */ .gx-548efc4 { margin-top: 20px; font-size: 17px; line-height: 1.6; color: #333; }
/* [1pg] */ .gx-54929be { height:28px; margin: 0 3px; }
/* [shared] */ .gx-560325d { padding:40px 0 20px; }
/* [1pg] */ .gx-560a09a { margin-top: 15px; font-size: 17px; line-height: 1.6; color: #333; }
/* [1pg] */ .gx-563ff63 { text-align:center;font-size:16px;margin-bottom:35px;color:#555; }
/* [1pg] */ .gx-568596c { padding: 15px !important; text-align: center !important; border: 1px solid #ddd !important; min-width: 100px !important; }
/* [1pg] */ .gx-56adf00 { text-align:center;max-width:800px;margin:15px auto 0;color:#666; }
/* [1pg] */ .gx-5717bf7 { border-bottom: 1px solid #e4e6e8 !important;background: #fafbfc !important; }
/* [1pg] */ .gx-5740ed4 { font-size:16px;color:#555;line-height:1.75;margin:0; }
/* [shared] */ .gx-57e800c { margin-bottom: 20px; }
/* [2pg] */ .gx-5955146 { padding:14px 20px;background: #fff !important;border-top:1px solid #e8ecee; }
/* [1pg] */ .gx-596936e { height:47px;margin-bottom:19px; }
/* [shared] */ .gx-598440d { border:0;display:block; }
/* [1pg] */ .gx-598dc5e { border-bottom:1px solid rgba(255,255,255,0.12);padding-bottom:10px;margin-bottom:10px; }
/* [1pg] */ .gx-5a0021e { background: #fff !important;padding:25px;border-radius:10px;height:100%;box-shadow:0 3px 15px rgba(0,0,0,0.08); }
/* [1pg] */ .gx-5a6a4ef { margin:0;color:#666;font-size:15px;line-height:1.6; }
/* [1pg] */ .gx-5aec955 { font-size: 16px; line-height: 1.8; color: #555; margin-bottom: 25px; }
/* [shared] */ .gx-5aef17e { font-size:16px;font-weight:600;color:#444;margin-bottom:10px; }
/* [2pg] */ .gx-5af6e0b { padding: 12px 16px !important;text-align: center !important;color: #555 !important; }
/* [1pg] */ .gx-5c0e5c5 { font-size:2rem; }
/* [1pg] */ .gx-5cda23d { padding: 14px 16px !important;text-align: left !important; }
/* [1pg] */ .gx-5ce7a94 { color: #233b3f; font-size: 17px; margin-bottom: 10px; font-weight: 600; }
/* [1pg] */ .gx-5db4781 { background: #fff !important;padding:35px 25px;border-radius:8px;height:100%;box-shadow:0 2px 15px rgba(0,0,0,0.06);border-top:3px solid #233b3f; }
/* [shared] */ .gx-5dc3093 { font-size:22px;font-weight:600;color:#233b3f;margin-top:10px; }
/* [1pg] */ .gx-5e45917 { padding: 15px !important; text-align: center !important; border: 1px solid #ddd !important; min-width: 130px !important; }
/* [1pg] */ .gx-5efe188 { flex: 1; min-width: 140px; background: rgba(255,255,255,0.1) !important; padding: 15px; border-radius: 6px; text-align: center; }
/* [shared] */ .gx-5fecf3a { padding: 12px !important; border: 1px solid #ddd !important; font-weight: 600 !important; background: #f9f9f9 !important; }
/* [2pg] */ .gx-5ff9b77 { height:30px;margin:0 3px; }
/* [shared] */ .gx-601ae44 { margin-bottom: 6px; font-size: 14px; }
/* [1pg] */ .gx-60bba67 { padding: 18px 20px !important; font-weight: 600 !important; color: #333 !important; }
/* [1pg] */ .gx-60d387e { font-size:1.9rem; }
/* [1pg] */ .gx-6274029 { width: 100% !important;min-width: 600px !important;border-collapse: collapse !important;font-size: 14px !important;background: #fff !important; }
/* [1pg] */ .gx-643c39d { padding: 14px 16px !important;text-align: center !important;min-width: 130px !important; }
/* [1pg] */ .gx-6459088 { font-size:16px;line-height:1.85;color:rgba(255,255,255,0.9);margin-bottom:20px; }
/* [1pg] */ .gx-648c7c7 { color:#1a4d2e;font-weight:600;text-decoration:none; }
/* [1pg] */ .gx-6586448 { font-size:12px;color:rgba(255,255,255,0.8);margin:5px 0 0;line-height:1.4; }
/* [1pg] */ .gx-65b6e7b { color:#666;font-size:14px;margin-bottom:12px; }
/* [1pg] */ .gx-665f098 { color: #90EE90; font-weight: 600; }
/* [shared] */ .gx-6670672 { color: #1a4d2e; font-size: 20px; margin-bottom: 15px; }
/* [shared] */ .gx-6678e88 { padding-left: 18px; margin-bottom: 0; color: #666; }
/* [1pg] */ .gx-667fb04 { margin-top:40px;overflow-x:auto; }
/* [1pg] */ .gx-66a1b98 { color:#233b3f;font-size:18px;margin-bottom:12px;font-weight:600; }
/* [1pg] */ .gx-66c7799 { color:#233b3f;font-size:16px;font-weight:700;margin-bottom:14px; }
/* [1pg] */ .gx-66ebf70 { color: #666; font-size: 14px; }
/* [1pg] */ .gx-689fb26 { height:275px;object-fit:cover;border-radius:20px; }
/* [shared] */ .gx-68c6306 { width: 50px; height: 50px; background: #233b3f; border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
/* [1pg] */ .gx-6a05f5d { color:#233b3f;margin-bottom:12px;font-size:18px;font-weight:600; }
/* [1pg] */ .gx-6a38618 { font-size:16px;line-height:1.85;color:rgba(255,255,255,0.9);margin-bottom:24px; }
/* [1pg] */ .gx-6bd2d37 { color:#233b3f;margin-bottom:18px;font-size:17px;font-weight:600; }
/* [1pg] */ .gx-6c0142a { display:flex;align-items:flex-start;gap:12px;margin-bottom:12px;padding:12px 14px;background:#f9f9f9;border-radius:8px;border:1px solid #e8ecee; }
/* [shared] */ .gx-6cadcc6 { padding: 12px !important; border: 1px solid #ddd !important; text-align: center !important; background: #e8f5e9 !important; font-weight: 700 !important; color: #2e7d32 !important; }
/* [1pg] */ .gx-6df1268 { color:#555;font-size:14px;line-height:1.65;margin:0; }
/* [shared] */ .gx-6e547dc { max-width: 800px; margin: 20px auto; color: #666; }
/* [1pg] */ .gx-6e73a87 { font-size:14px;color:#666;margin-bottom:16px; }
/* [1pg] */ .gx-6e774f0 { border-bottom: 1px solid #e4e6e8 !important; }
/* [shared] */ .gx-6ec14d1 { height:47px; margin-bottom: 19px; }
/* [1pg] */ .gx-6f176cd { background: #fafbfc !important;border-bottom: 1px solid #e4e6e8 !important; }
/* [1pg] */ .gx-6f8d108 { margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid #eee; }
/* [1pg] */ .gx-6fcfdca { max-width:800px;margin:0 auto; }
/* [1pg] */ .gx-6fe71ac { background: #fff !important;padding:24px 22px;border-radius:10px;height:100%;box-shadow:0 2px 12px rgba(0,0,0,0.06);border-left:4px solid #233b3f; }
/* [shared] */ .gx-7023da7 { text-align: center; }
/* [2pg] */ .gx-708d566 { background-color: #233b3f; }
/* [shared] */ .gx-71670a5 { color:#233b3f; }
/* [1pg] */ .gx-71a713a { height:70px;width:70px;object-fit:contain; }
/* [shared] */ .gx-71d793a { text-align: center; color: #233b3f; font-size: 22px; margin-bottom: 10px; }
/* [1pg] */ .gx-71f0ed0 { background: #fff !important;padding:25px;border-radius:8px;box-shadow:0 2px 12px rgba(0,0,0,0.06);border-top:3px solid #233b3f;height:100%; }
/* [shared] */ .gx-7371e9e { background: #fafafa !important; }
/* [2pg] */ .gx-73772c0 { color:#233b3f;font-size:18px;font-weight:700;margin-bottom:16px; }
/* [1pg] */ .gx-73844e3 { max-width: 800px; margin: 20px auto; color: #666; text-align: center; }
/* [shared] */ .gx-74885c3 { background-color:#ffffff; }
/* [1pg] */ .gx-76190b3 { padding: 12px 16px !important;text-align: center !important;color: #2e7d32 !important; }
/* [1pg] */ .gx-769e2f6 { color:#73f58b;font-size:17px;font-weight:700;margin-bottom:18px; }
/* [1pg] */ .gx-76bcfdf { font-size: 17px; line-height: 1.7; color: #333; }
/* [2pg] */ .gx-7749f83 { margin-top:12px;font-size:14px;color:#555;font-weight:500; }
/* [1pg] */ .gx-778ce27 { width: 100% !important;border-collapse: collapse !important;background: #fff !important;box-shadow:0 2px 12px rgba(0,0,0,0.08);border-radius: 8px !important; }
/* [shared] */ .gx-77e5358 { background: #fff !important; padding: 35px 25px; border-radius: 8px; height: 100%; box-shadow: 0 2px 15px rgba(0,0,0,0.06); border-top: 3px solid #233b3f; transition: transform 0.3s ease; }
/* [1pg] */ .gx-78b02c2 { color:#233b3f;font-size:20px;font-weight:700;margin:0; }
/* [1pg] */ .gx-790c69b { font-size: 28px; font-weight: 700; color: #fff; }
/* [1pg] */ .gx-7981e3f { margin:0;color:#e8f5e9;font-size:12px;font-family:monospace;line-height:1.6;white-space:pre-wrap; }
/* [1pg] */ .gx-79a33d9 { margin:0;color:#555;font-size:15px;line-height:1.7; }
/* [1pg] */ .gx-79d1001 { background:#233b3f;padding:18px 14px;border-radius:14px;text-align:center; }
/* [1pg] */ .gx-7a18865 { color: #233b3f; margin-bottom: 18px; font-size: 17px; font-weight: 600; }
/* [1pg] */ .gx-7aad0f8 { font-size:14px;color:#233b3f;font-weight:600;margin-bottom:12px; }
/* [1pg] */ .gx-7aaed99 { background-color: #45d360; margin-right: 10px; }
/* [1pg] */ .gx-7c0c524 { color:#1a4d2e;font-size:18px;margin-bottom:12px; }
/* [shared] */ .gx-7c11bb4 { background-image: url(../img/erp-solution.webp); }
/* [1pg] */ .gx-7c2b7d7 { height:45px; }
/* [1pg] */ .gx-7c6ec26 { background:#f8f9fa; }
/* [2pg] */ .gx-7cccebb { display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px; }
/* [2pg] */ .gx-7cf49a8 { margin-bottom:30px;order-2 order-lg-1; }
/* [1pg] */ .gx-7da2b0d { color: #1a4d2e; margin-bottom: 15px; }
/* [shared] */ .gx-7eb5b34 { color:rgba(255,255,255,0.75); }
/* [shared] */ .gx-7f0e914 { color: #233b3f; font-size: 18px; margin-bottom: 12px; font-weight: 600; }
/* [1pg] */ .gx-7f79b75 { margin-top:30px;border-radius:20px;background:#e2ffea;padding:28px 32px; }
/* [1pg] */ .gx-7feba01 { margin-top:30px;padding:24px;background:#233b3f;border-radius:12px; }
/* [2pg] */ .gx-80055ec { text-align: center; font-size: 17px; margin-bottom: 40px; }
/* [1pg] */ .gx-80237d0 { text-align:center;margin-top:20px; }
/* [1pg] */ .gx-809135b { padding: 18px 20px !important; text-align: center !important; color: #dc3545 !important; }
/* [2pg] */ .gx-809ff80 { width:10px;height:10px;background:#febc2e;border-radius:50%; }
/* [1pg] */ .gx-8123629 { padding: 12px 16px !important;text-align: center !important;border-bottom: 1px solid #e4e6e8 !important;font-weight: 600 !important;color: #233b3f !important; }
/* [2pg] */ .gx-816a37b { margin-top:30px; }
/* [1pg] */ .gx-816e5b6 { display: flex; align-items: center; gap: 4px; }
/* [1pg] */ .gx-81ec98a { margin-top:40px;padding-top:30px;border-top:1px solid #e0e0e0; }
/* [1pg] */ .gx-82580b3 { margin: 0; padding-left: 20px; }
/* [shared] */ .gx-82ef858 { list-style:none;padding:0;margin:0; }
/* [shared] */ .gx-83df3fc { color: rgba(255,255,255,0.8); }
/* [1pg] */ .gx-8460b41 { color:#233b3f;font-size:16px;font-weight:700;margin-bottom:20px;text-align:center; }
/* [1pg] */ .gx-84c92b4 { width:100%;max-width:800px;height:auto;margin:0 auto;display:block; }
/* [1pg] */ .gx-856973d { background: #fff !important; padding: 25px; border-radius: 8px; height: 100%; border-left: 4px solid #233b3f; }
/* [1pg] */ .gx-8694e4b { margin-top:0;padding:28px;background: #fff !important;border-radius:16px;border:1px solid #e8ecee;box-shadow:0 2px 12px rgba(0,0,0,0.06); }
/* [1pg] */ .gx-871c0c9 { padding: 14px 20px !important;font-weight: 500 !important;color: #444 !important; }
/* [shared] */ .gx-87b500a { border-bottom: 1px solid #eee !important; }
/* [2pg] */ .gx-87ce126 { padding: 15px !important; text-align: left !important; border: 1px solid #ddd !important; min-width: 160px !important; }
/* [shared] */ .gx-88a1ba9 { font-size:1.4rem;color:#1a1a2e; }
/* [2pg] */ .gx-89a1df4 { overflow-x: auto; }
/* [shared] */ .gx-89b618f { margin-top: 40px; }
/* [1pg] */ .gx-8a0b464 { color:#1a4d2e;font-weight:600; }
/* [1pg] */ .gx-8a18d17 { margin-top: 60px; }
/* [shared] */ .gx-8a32e55 { text-align: center; margin-top: 30px; }
/* [1pg] */ .gx-8b22a2b { color: #233b3f; margin-bottom: 15px; font-size: 18px; font-weight: 600; }
/* [shared] */ .gx-8c27564 { margin-bottom:30px; }
/* [shared] */ .gx-8c8cd08 { font-size:18px;font-weight:600;margin-bottom:15px; }
/* [shared] */ .gx-8d01765 { width: 70px; height: 70px; background: linear-gradient(135deg, #233b3f 0%, #3a5a5f 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
/* [1pg] */ .gx-8dba8cc { overflow-x:auto;-webkit-overflow-scrolling:touch;margin:12px 0; }
/* [1pg] */ .gx-8e7fb7a { margin-bottom: 10px; font-size: 15px; }
/* [1pg] */ .gx-8e86974 { margin-bottom:16px; }
/* [1pg] */ .gx-8e86e5b { padding: 12px 16px !important; }
/* [1pg] */ .gx-8fe615a { color:#1a4d2e;text-decoration:none; }
/* [1pg] */ .gx-90cd674 { font-size:26px;font-weight:800;color:#73f58b;margin:0;line-height:1; }
/* [shared] */ .gx-9362f26 { height:32px; margin: 0 3px; }
/* [1pg] */ .gx-9386b09 { color: #233b3f; font-size: 15px; font-weight: 500; }
/* [1pg] */ .gx-93c6738 { color:#233b3f;font-size:20px;margin-bottom:20px;font-weight:700;text-align:center; }
/* [1pg] */ .gx-93c8cbe { background: #233b3f !important;padding:28px 24px;border-radius:20px;color:#fff; }
/* [1pg] */ .gx-950c67f { font-size: 13px; color: rgba(255,255,255,0.8); }
/* [1pg] */ .gx-952015e { background: #233b3f; color: #fff; display: inline-block; padding: 10px 20px; border-radius: 8px; font-weight: 600; font-size: 16px; margin: 12px 0 16px 0; }
/* [1pg] */ .gx-95552a8 { flex-shrink: 0; margin-right: 12px; margin-top: 2px; }
/* [1pg] */ .gx-960a733 { background:#1e2d30;border-radius:8px;padding:20px;overflow-x:auto; }
/* [2pg] */ .gx-964544e { color:#233b3f;font-size:18px;font-weight:700;margin-bottom:12px; }
/* [1pg] */ .gx-96997de { border-bottom: 1px solid #eee !important; background: #fafafa !important; }
/* [1pg] */ .gx-96b34f6 { font-size:15px;color:#555;line-height:1.7;margin:0; }
/* [shared] */ .gx-96ce7ef { display: block; }
/* [1pg] */ .gx-973f650 { font-size:15px;color:#333;line-height:1.85;margin:0; }
/* [1pg] */ .gx-977e245 { padding: 14px 20px !important;text-align: left !important;font-weight: 600 !important;color: #333 !important; }
/* [1pg] */ .gx-97a0d1b { padding: 12px 16px !important;text-align: center !important;color: #2e7d32 !important;font-weight: 700 !important;border-bottom: 2px solid #e8ecee !important;background: #f0fff4 !important; }
/* [1pg] */ .gx-986880c { font-size: 18px; color: white; margin-bottom: 15px; }
/* [shared] */ .gx-98cf97b { margin-top: 35px; }
/* [1pg] */ .gx-9987d55 { padding: 14px 16px !important;text-align: center !important; }
/* [1pg] */ .gx-9a051a5 { display:flex;align-items:flex-start;gap:12px;margin-bottom:12px;padding:12px 14px;background:#fff;border-radius:8px;border:1px solid #e8ecee; }
/* [1pg] */ .gx-9a39b9d { text-align: center; margin-top: 30px; padding: 30px; background: linear-gradient(135deg, #1a4d2e 0%, #2d6a4f 100%); border-radius: 12px; }
/* [1pg] */ .gx-9ab9bec { margin-bottom:15px; }
/* [1pg] */ .gx-9b8bb88 { width:36px;height:36px;background: #2e7d32 !important;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:16px;flex-shrink:0; }
/* [2pg] */ .gx-9d33bf3 { margin-top: 30px; text-align: center; }
/* [1pg] */ .gx-9dc1019 { margin-bottom: 15px; font-size: 16px; line-height: 1.7; }
/* [1pg] */ .gx-9e5235a { flex-shrink:0;margin-right:12px;margin-top:2px; }
/* [1pg] */ .gx-9ea4c01 { padding: 12px 16px !important;text-align: center !important;background: #e8f5e9 !important;font-weight: 600 !important; }
/* [1pg] */ .gx-9ecbb4f { margin-top:60px; }
/* [1pg] */ .gx-9ecd109 { margin-top:35px;padding:25px;background: #fff !important;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,0.06);border:1px solid #e8ecee; }
/* [shared] */ .gx-9f6411a { max-width:750px;margin:14px auto 0;color:#666;font-size:16px;line-height:1.8; }
/* [shared] */ .gx-9f965ab { color:#233b3f;text-decoration:none;font-weight:500; }
/* [1pg] */ .gx-9fe1bf1 { font-size:15px;line-height:1.8;color:#444;text-align:center;margin-top:20px; }
/* [shared] */ .gx-a02e81a { max-width:100%;padding:0 24px; }
/* [1pg] */ .gx-a126547 { color:rgba(255,255,255,0.8);font-size:14px;margin:0; }
/* [1pg] */ .gx-a1b0d6d { color:rgba(255,255,255,0.8);text-decoration:underline; }
/* [2pg] */ .gx-a240f01 { border-bottom: 1px solid #eee !important;background: #fafafa !important; }
/* [shared] */ .gx-a2724c6 { color: #666; font-size: 14px; margin: 0; }
/* [2pg] */ .gx-a27725b { width: 100% !important;border-collapse: collapse !important;font-size: 14px !important; }
/* [1pg] */ .gx-a3161db { margin-top: 15px; }
/* [1pg] */ .gx-a44c994 { padding: 12px 16px !important;color: #444 !important;font-weight: 600 !important; }
/* [shared] */ .gx-a457335 { color: #1a4d2e; font-weight: 600; }
/* [1pg] */ .gx-a4913bc { text-align:center;max-width:750px;margin:14px auto 0;color:#666; }
/* [2pg] */ .gx-a6dae36 { width:10px;height:10px;background:#28c840;border-radius:50%; }
/* [1pg] */ .gx-a759ae8 { display:flex;align-items:flex-start;gap:12px;padding:12px 14px;background:#f9f9f9;border-radius:8px;border:1px solid #e8ecee; }
/* [1pg] */ .gx-a7adc86 { font-size:15px;line-height:1.8;color:#444;margin-bottom:20px; }
/* [shared] */ .gx-a7c9dd6 { width: 50px; height: 50px; background: rgba(255,255,255,0.1) !important; border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-right: 15px; flex-shrink: 0; }
/* [2pg] */ .gx-a942beb { width: 100% !important; border-collapse: collapse !important; min-width: 700px !important; background: #fff !important; border-radius: 8px !important; overflow: hidden; box-shadow: 0 2px 15px rgba(0,0,0,0.06); }
/* [2pg] */ .gx-a9beb7c { margin:0;color:#555;font-size:14px;line-height:1.65; }
/* [1pg] */ .gx-ab0d8ad { font-size: 14px; color: #666; }
/* [shared] */ .gx-abd9517 { color:#444;line-height:1.8;max-width:900px; }
/* [1pg] */ .gx-ac45386 { display:none;position:absolute;top:15px;right:15px;width:38px;height:38px;background:rgba(255,255,255,0.12);border:1.5px solid rgba(255,255,255,0.2);border-radius:8px;color:#fff;cursor:pointer;padding:0;z-index:1010; }
/* [1pg] */ .gx-ad0b15d { background: #fff !important;padding:28px 24px;border-radius:10px;box-shadow:0 2px 12px rgba(0,0,0,0.06);border-top:3px solid #233b3f; }
/* [2pg] */ .gx-ad23e96 { padding: 15px !important; font-weight: 500 !important; color: #333 !important; }
/* [shared] */ .gx-adaeb9f { text-align:center;color:rgba(255,255,255,0.8);font-size:16px;max-width:750px;margin:14px auto 0;line-height:1.75; }
/* [1pg] */ .gx-ae26998 { stop-color:#233b3f; }
/* [2pg] */ .gx-ae4dc12 { padding: 15px !important; text-align: center !important; border: 1px solid #ddd !important; min-width: 150px !important; background: #1a2d31 !important; }
/* [1pg] */ .gx-af299a9 { color:#233b3f;font-size:20px;font-weight:700;margin-bottom:16px; }
/* [1pg] */ .gx-af584c8 { color: rgba(255,255,255,0.9); font-size: 15px; line-height: 1.7; margin-bottom: 20px; }
/* [1pg] */ .gx-b04f1b1 { background: #f9f9f9 !important; padding: 28px; border-radius: 10px; height: 100%; border: 1px solid #eee; }
/* [1pg] */ .gx-b0f242b { padding: 25px; background: #233b3f; border-radius: 8px; }
/* [shared] */ .gx-b145324 { display: flex; align-items: flex-start; }
/* [1pg] */ .gx-b159fa1 { padding: 12px 16px !important;text-align: center !important;color: #555 !important;font-weight: 700 !important;border-bottom: 2px solid #e8ecee !important; }
/* [1pg] */ .gx-b176e03 { background: #f5f7f8 !important; }
/* [1pg] */ .gx-b24b9d6 { width: 100% !important;border-collapse: collapse !important;background: #fff !important;box-shadow:0 2px 8px rgba(0,0,0,0.06);border-radius: 8px !important; }
/* [1pg] */ .gx-b2b87c6 { color:#555;font-size:14px;text-decoration:none; }
/* [2pg] */ .gx-b2c838f { width: 45px; height: 45px; background: #233b3f; border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
/* [1pg] */ .gx-b2d904b { background: #fff !important;border:1px solid #e8ecee;border-radius:12px;padding:24px;height:100%;box-shadow:0 2px 8px rgba(0,0,0,0.04); }
/* [shared] */ .gx-b38ae54 { background-color:#f9f9f9; }
/* [shared] */ .gx-b3d1c95 { color:#233b3f;font-weight:600; }
/* [1pg] */ .gx-b40ce05 { color: #fff; font-size: 20px; margin-bottom: 20px; font-weight: 600; }
/* [shared] */ .gx-b412429 { background: #233b3f !important; color: #fff !important; }
/* [shared] */ .gx-b4d58be { height:30px; margin: 0 3px; }
/* [1pg] */ .gx-b4fb4be { color:#fff;margin-bottom:20px;text-align:center;font-size:18px;font-weight:600; }
/* [1pg] */ .gx-b52b3fe { color:#1b5e20;font-size:16px;margin-bottom:6px;font-weight:700; }
/* [2pg] */ .gx-b54224c { padding: 12px 16px !important;text-align: center !important;color: #c62828 !important; }
/* [1pg] */ .gx-b59ff7b { max-width:820px;margin:14px auto 0;color:rgba(255,255,255,0.85);font-size:16px;line-height:1.8; }
/* [1pg] */ .gx-b6d6e8d { display:flex;align-items:flex-start;gap:12px;margin-bottom:14px; }
/* [2pg] */ .gx-b766cc3 { width:10px;height:10px;background:#ff5f57;border-radius:50%; }
/* [1pg] */ .gx-b785024 { font-size:1.2rem;margin-bottom:10px;color:#233b3f; }
/* [2pg] */ .gx-b8609db { padding: 15px !important; text-align: center !important; color: #22c55e !important; font-weight: 600 !important; }
/* [1pg] */ .gx-b869e55 { padding: 14px 16px !important;text-align: left !important;min-width: 180px !important; }
/* [shared] */ .gx-b86fb5e { height:25px; }
/* [1pg] */ .gx-b87c641 { margin-right:10px; }
/* [1pg] */ .gx-b8ae666 { font-size:16px;line-height:1.85;color:rgba(255,255,255,0.95);font-weight:600;margin-bottom:30px; }
/* [1pg] */ .gx-b9138bd { display:flex;align-items:flex-start;gap:12px;margin-bottom:0; }
/* [shared] */ .gx-b966aea { color: #fff; font-size: 17px; margin-bottom: 8px; font-weight: 600; }
/* [1pg] */ .gx-bbc92fa { display:flex;align-items:flex-start;gap:12px;padding:12px 14px;background:#fff;border-radius:8px;border:1px solid #e8ecee; }
/* [1pg] */ .gx-bc2e7c9 { font-size:15px;line-height:1.8;color:#444;margin-top:24px; }
/* [1pg] */ .gx-bc457dc { font-size:16px;line-height:1.85;color:#444;margin-bottom:24px; }
/* [1pg] */ .gx-bd10ad5 { margin-top:20px;text-align:center;color:rgba(255,255,255,0.9);font-style:italic; }
/* [1pg] */ .gx-bda57de { width:36px;height:36px;background: #233b3f !important;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:16px;flex-shrink:0; }
/* [2pg] */ .gx-be5c26b { color:#233b3f;font-size:22px;font-weight:700;margin-bottom:16px; }
/* [1pg] */ .gx-bedae6f { overflow-x: auto; margin-top: 25px; }
/* [1pg] */ .gx-bff3b3c { margin-bottom: 8px; font-size: 14px; }
/* [1pg] */ .gx-c12ad58 { background: white !important; border-radius: 12px; overflow: hidden; box-shadow: 0 5px 30px rgba(0,0,0,0.1); }
/* [2pg] */ .gx-c1bffc6 { background:#233b3f;padding:12px 20px;display:flex;align-items:center;gap:10px; }
/* [1pg] */ .gx-c2dad1c { background: #fff !important; padding: 32px; border-radius: 10px; box-shadow: 0 2px 15px rgba(0,0,0,0.06); }
/* [shared] */ .gx-c30d22b { background: white !important; padding: 25px; border-radius: 10px; height: 100%; box-shadow: 0 3px 15px rgba(0,0,0,0.08); }
/* [shared] */ .gx-c3958a3 { background:#f8f9fa;padding:40px 0; }
/* [shared] */ .gx-c3cf45c { background:#233b3f;color:#73f58b;padding:8px 20px;border-radius:50px;font-size:14px;font-weight:600; }
/* [shared] */ .gx-c451fdb { position:relative; }
/* [shared] */ .gx-c45b209 { color: #333; font-size: 15px; }
/* [1pg] */ .gx-c4b7ceb { margin: 0; font-size: 15px; color: #fff; line-height: 1.7; }
/* [1pg] */ .gx-c59e45f { width:50px;height:50px;background: rgba(255,255,255,0.1) !important;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-right:15px;flex-shrink:0; }
/* [1pg] */ .gx-c63e0f8 { margin: 5px 0 0; color: rgba(255,255,255,0.8); font-size: 13px; }
/* [1pg] */ .gx-c771991 { list-style:none;padding:0;margin:0 0 28px; }
/* [1pg] */ .gx-c795246 { display:flex;align-items:center;gap:10px;margin-bottom:8px;font-size:15px;color:#444; }
/* [shared] */ .gx-c84718f { background-color:#fff; }
/* [shared] */ .gx-c8b7763 { margin-bottom: 0; font-size: 14px; }
/* [shared] */ .gx-c8f52c3 { font-size:16px;line-height:1.85;color:#444;margin-bottom:16px; }
/* [1pg] */ .gx-c9ef2b4 { max-width:700px;margin:14px auto 0;color:#666;font-size:16px;line-height:1.7; }
/* [shared] */ .gx-cb45893 { display:none; }
/* [1pg] */ .gx-cb4a0ed { font-size:16px;line-height:1.9;color:#444;margin-bottom:24px; }
/* [shared] */ .gx-ccfcdca { margin-bottom: 30px; }
/* [shared] */ .gx-cd2f389 { margin-top:45px; }
/* [1pg] */ .gx-cdb7ef2 { display:flex;align-items:flex-start;gap:16px;background:#e8f5e9;padding:22px 20px;border-radius:10px;border-left:4px solid #2e7d32; }
/* [1pg] */ .gx-d06b785 { display:flex;align-items:center;gap:12px;margin-bottom:20px; }
/* [1pg] */ .gx-d11903a { font-size:14px;font-weight:600;margin-bottom:12px;opacity:0.95; }
/* [shared] */ .gx-d1668fe { color: #666; font-size: 14px; margin-bottom: 15px; }
/* [1pg] */ .gx-d256d0d { margin-top: 30px; }
/* [1pg] */ .gx-d3fccfe { padding: 12px 16px !important;text-align: center !important;color: #2e7d32 !important;font-weight: 500 !important; }
/* [2pg] */ .gx-d4ae07f { margin-top: 20px; font-size: 17px; line-height: 1.7; color: #333; }
/* [1pg] */ .gx-d523913 { text-align: center; max-width: 800px; margin: 20px auto; }
/* [1pg] */ .gx-d538b80 { font-size:15px;line-height:1.85;color:#444;margin-bottom:16px; }
/* [1pg] */ .gx-d56a6ed { display:flex;flex-wrap:wrap;gap:10px;margin-bottom:24px; }
/* [shared] */ .gx-d719db3 { font-size: 13px; color: #666; margin: 0; }
/* [2pg] */ .gx-d76de73 { width: 100% !important; border-collapse: collapse !important; background: #fff !important; box-shadow: 0 2px 8px rgba(0,0,0,0.1); margin-top: 30px; }
/* [1pg] */ .gx-d7f7e50 { font-size:12px;color:#666;margin-top:8px; }
/* [1pg] */ .gx-d8af60a { padding: 12px 16px !important;text-align: center !important; }
/* [1pg] */ .gx-d8e2ab7 { font-size:15px;line-height:1.85;color:#444;margin-bottom:20px; }
/* [shared] */ .gx-d927103 { display:flex;flex-wrap:wrap;gap:12px; }
/* [2pg] */ .gx-d980357 { display:flex;align-items:flex-start; }
/* [2pg] */ .gx-d9f6cdd { padding: 18px 15px !important; text-align: center !important; font-weight: 600 !important; font-size: 15px !important; background: #1a2d30 !important; }
/* [shared] */ .gx-db6b341 { text-align: center; max-width: 800px; margin: 15px auto 0; color: #666; }
/* [1pg] */ .gx-dc0cd04 { font-size:16px;line-height:1.85;color:#444;margin-bottom:20px; }
/* [1pg] */ .gx-dcb77ee { margin-top:40px;align-items:flex-start; }
/* [1pg] */ .gx-dcdb07f { padding: 12px 16px !important;text-align: left !important;color: #233b3f !important;font-weight: 700 !important;border-bottom: 2px solid #e8ecee !important; }
/* [1pg] */ .gx-dda0444 { display: flex; align-items: center; gap: 12px; margin-top: 20px; flex-wrap: wrap; }
/* [1pg] */ .gx-de441de { font-size:16px;line-height:1.9;color:#444;margin-bottom:16px; }
/* [1pg] */ .gx-de46185 { font-size:14px;font-weight:600;color:#555;margin-bottom:8px; }
/* [1pg] */ .gx-de5eeff { text-align:center;font-size:16px;margin-bottom:30px;color:#555; }
/* [shared] */ .gx-dea62ea { position:absolute;top:0;left:0;width:100%;height:100%;border-radius:12px; }
/* [1pg] */ .gx-df6dd2c { background:#233b3f;border-radius:10px;padding:10px;display:inline-flex; }
/* [1pg] */ .gx-df74e8d { overflow-x:auto; }
/* [shared] */ .gx-e1b2457 { margin-bottom:25px; }
/* [2pg] */ .gx-e2455be { margin:0;font-size:13px;color:#666;text-align:center; }
/* [1pg] */ .gx-e2cf3c3 { font-size: 15px; color: #333; font-weight: 600; }
/* [1pg] */ .gx-e385a97 { height: 308px;object-fit: cover;width: 308px;object-position: top; }
/* [shared] */ .gx-e3dfa49 { text-align: center; margin-top: 15px; color: #666; }
/* [1pg] */ .gx-e3eb1cd { font-size:14px;color:#444; }
/* [2pg] */ .gx-e470e58 { height:52px;width:52px; }
/* [1pg] */ .gx-e4fdadc { display:flex;flex-wrap:wrap;gap:15px;justify-content:center; }
/* [1pg] */ .gx-e53d5d3 { background: #fff !important; padding: 28px 24px; border-radius: 10px; height: 100%; box-shadow: 0 2px 15px rgba(0,0,0,0.06); border-left: 4px solid #233b3f; }
/* [1pg] */ .gx-e75162c { width: 100% !important; border-collapse: collapse !important; min-width: 600px !important; background: #fff !important; border-radius: 8px !important; overflow: hidden; box-shadow: 0 2px 15px rgba(0,0,0,0.06); }
/* [1pg] */ .gx-e7d2dbc { font-size:14px;color:#555; }
/* [1pg] */ .gx-e7ec540 { margin-bottom:0; }
/* [shared] */ .gx-e806ef1 { text-align: center; max-width: 700px; margin: 0 auto 30px; color: #666; font-size: 15px; }
/* [1pg] */ .gx-e8575d0 { padding:0;margin:0;font-size:13px;color:#666;text-align:center;margin-top:12px; }
/* [shared] */ .gx-e8eae9e { overflow-x:auto;-webkit-overflow-scrolling:touch; }
/* [2pg] */ .gx-e9f5432 { padding: 15px !important; text-align: center !important; color: #ef4444 !important; }
/* [1pg] */ .gx-ea742a5 { background:#e8f5e9;outline:8px solid #bcedbd36;border:1px solid #7e8f83; }
/* [2pg] */ .gx-eaa2434 { width: 100% !important; border-collapse: collapse !important; background: #fff !important; box-shadow: 0 2px 8px rgba(0,0,0,0.1); }
/* [1pg] */ .gx-eb62ab6 { padding: 12px 16px !important;text-align: center !important;border-bottom: 1px solid #e4e6e8 !important;font-weight: 600 !important;color: #555 !important; }
/* [1pg] */ .gx-eba5605 { margin-top:28px;padding-left:15px;padding-right:15px; }
/* [1pg] */ .gx-ebe65f3 { margin:0;font-size:15px;font-weight:600;color:#233b3f; }
/* [shared] */ .gx-ec6591b { list-style: none; padding: 0; margin: 0; }
/* [shared] */ .gx-ed25c04 { display:none;position:absolute;top:15px;right:15px;width:38px;height:38px;background:rgba(255,255,255,0.12);border:1.5px solid rgba(255,255,255,0.2);border-radius:8px;color:#fff;cursor:pointer;padding:0;z-index:1010;align-items:center;justify-content:center; }
/* [2pg] */ .gx-ed7c855 { padding: 15px !important; text-align: left !important; border: 1px solid #ddd !important; min-width: 180px !important; }
/* [1pg] */ .gx-ed80fe7 { padding: 14px 20px !important;text-align: center !important;font-weight: 600 !important;color: #233b3f !important; }
/* [1pg] */ .gx-ee557f9 { color: #555; font-size: 14px; text-decoration: none; }
/* [1pg] */ .gx-ee7f3bc { padding: 18px 20px !important; text-align: center !important; color: #28a745 !important; font-weight: 600 !important; background: #f0fff4 !important; }
/* [1pg] */ .gx-eeb391e { padding: 15px !important; text-align: center !important; border: 1px solid #ddd !important; min-width: 120px !important; background: #1a2d31 !important; }
/* [1pg] */ .gx-ef6ebb2 { color:#fff;font-weight:600;margin:3px 0 0;font-size:14px; }
/* [shared] */ .gx-efb699a { margin-bottom: 16px; }
/* [shared] */ .gx-efcd670 { background:#233b3f;color:#73f58b;padding:6px 16px;border-radius:50px;font-size:13px;font-weight:600; }
/* [1pg] */ .gx-f015062 { margin-bottom: 30px; font-size: 17px; line-height: 1.8; }
/* [shared] */ .gx-f0246f3 { flex-shrink:0;margin-top:2px; }
/* [1pg] */ .gx-f03396a { color:#233b3f;font-size:18px;font-weight:600;margin-bottom:14px; }
/* [1pg] */ .gx-f0f8de6 { color:rgba(255,255,255,0.8); }
/* [1pg] */ .gx-f10a6dc { text-align: center; margin-top: 15px; }
/* [shared] */ .gx-f17f0d4 { background-color: #ffffff99 !important; }
/* [1pg] */ .gx-f1bf493 { margin-top:16px;font-size:16px;line-height:1.7;color:#333; }
/* [shared] */ .gx-f1f4e23 { padding: 12px !important; border: 1px solid #ddd !important; font-weight: 600 !important; }
/* [1pg] */ .gx-f21a506 { padding: 12px 16px !important;text-align: center !important;background: #e8f5e9 !important;font-weight: 700 !important;color: #2e7d32 !important; }
/* [shared] */ .gx-f23e237 { padding: 12px 0; border-bottom: 1px solid #eee; display: flex; align-items: center; }
/* [1pg] */ .gx-f29043f { color:#fff;font-size:17px;margin-bottom:8px;font-weight:600; }
/* [1pg] */ .gx-f34cf8a { text-align:center;max-width:750px;margin:14px auto 0;color:#666;font-size:16px;line-height:1.8; }
/* [2pg] */ .gx-f3587e0 { padding: 12px !important; border: 1px solid #ddd !important; text-align: center !important; color: #c62828 !important; }
/* [1pg] */ .gx-f409559 { padding-bottom: 11rem; background-image: url(../img/erp-solution.webp); }
/* [1pg] */ .gx-f44eb3a { padding: 15px !important; text-align: center !important; border: 1px solid #ddd !important; min-width: 140px !important; background: #1a2d31 !important; }
/* [2pg] */ .gx-f5a1f5c { background-color:#45d360; }
/* [1pg] */ .gx-f5c7b6e { padding: 20px !important; text-align: center !important; font-size: 16px !important; }
/* [1pg] */ .gx-f76a600 { color: #fff; margin-bottom: 25px; text-align: center; font-size: 20px; font-weight: 600; }
/* [1pg] */ .gx-f7e0654 { stop-color:#3d5a63; }
/* [1pg] */ .gx-f83d200 { margin:0;color:#666;font-size:14px;line-height:1.65; }
/* [shared] */ .gx-f896d81 { margin-right: 12px; flex-shrink: 0; }
/* [1pg] */ .gx-f896f9b { width:50px;height:50px;background:#233b3f;border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:18px; }
/* [1pg] */ .gx-f92b336 { color:#fff;font-size:15px; }
/* [1pg] */ .gx-fa9aecc { display:block; }
/* [shared] */ .gx-fb7f5c2 { font-size:20px;font-weight:700;color:#233b3f;margin-bottom:20px; }
/* [1pg] */ .gx-fbf07c1 { margin:5px 0 0;color:rgba(255,255,255,0.8);font-size:13px; }
/* [shared] */ .gx-fcf4028 { margin-top:40px; }
/* [1pg] */ .gx-fd02d4f { padding: 12px 16px !important;text-align: center !important;background: #e8f5e9 !important; }
/* [shared] */ .gx-feba057 { background: #fff !important;padding:40px 24px;width:100%; }
/* [shared] */ .gx-ff0d4c6 { display:inline-flex;align-items:center;gap:3px; }
/* [2pg] */ .gx-ff15e2b { width:100%;height:auto;min-height:360px;object-fit:contain;display:block;background:#fafafa; }
/* [1pg] */ .gx-ff57487 { color: #f5a623; }
/* [shared] */ .gx-ffd8f37 { background:rgba(255,255,255,0.12);border-radius:6px;padding:8px 14px;color:rgba(255,255,255,0.95);font-size:13px; }
