.price-table {
  width: 100%;
  border-collapse: collapse;
  border: 3px solid #000 !important; 
  background: rgba(255,255,255,0.15);
}

table {
    width: 60% !important;   
    margin: 0 auto !important;  
}

.price-table th,
.price-table td {
  border: 2px solid #000 !important;
  color: #000;
  font-size: 16px;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
  text-align: center;
  padding: 12px 8px;
}


.price-table th {
  background: rgba(0,0,0,0.1);
  font-weight: 700;
}

.price-section {
  padding: 20px 10px;
  background: rgba(255, 255, 255, 0.02);
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.price-con {
  width: 100%;
  max-width: 980px;
  box-sizing: border-box;
  margin: 0 auto;
}

.price-con h2 {
  color: #642E11 !important;
  margin-bottom: 12px;
  text-align: center;
  padding: 5px;
}

.price-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}


.price-table thead {
  background: rgba(100, 46, 17, 0.06);
}


.price-table th {
  font-weight: 700;
  color: #642E11 !important;
}

.price-table tbody tr:nth-child(even) {
  background: rgba(0, 0, 0, 0.02);
}


.price-table tbody td:last-child {
  font-weight: 800;
  color: #642E11 !important;
}

.price-table td:last-child {
  width: 160px;
  text-align: center;
  padding-right: 18px;
  vertical-align: middle;
}

.price-enquire-btn {
  background: linear-gradient(90deg, #ff8a5b 0%, #642E11 100%);
  color: #fff !important;
  border: none;
  padding: 8px 10px;
  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(100, 46, 17, 0.12);
  transition: transform .12s ease, box-shadow .12s ease;
  white-space: nowrap;
}

.price-enquire-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(100, 46, 17, 0.16);
}

@media (max-width: 1200px) {
  .price-section {
    padding: 24px 14px;
  }

  .price-con {
    max-width: 920px;
  }

  .price-table-wrap {
    overflow-x: visible;
  }

  .price-table {
    min-width: 0 !important;
    table-layout: fixed;
    width: 100%;
  }

  .price-table th,
  .price-table td {
    padding: 12px 14px;
    font-size: 14px;
  }
  .price-table td:last-child,
  .price-table th:last-child {
    width: 160px;
    text-align: center;
  }
}

@media (max-width: 900px) {
  .price-section {
    padding: 20px 12px;
  }

  .price-con {
    max-width: 820px;
  }

  .price-table {
    table-layout: fixed;
    width: 100%;
    min-width: 0 !important;
  }

  .price-table th,
  .price-table td {
    padding: 10px 12px;
    font-size: 13px;
  }

  .price-table td:last-child,
  .price-table th:last-child {
    width: 140px;
    text-align: center;
  }
}

@media (max-width: 520px) {
  .price-section {
    padding: 16px 10px;
  }

  .price-con {
    max-width: 100%;
    padding: 0 6px;
  }

  .price-table-wrap {
    overflow-x: visible;
  }
  .price-table {
    width: 100%;
    min-width: 0 !important;
    table-layout: fixed;
  }

  .price-table thead {
    display: table-header-group;
  }

  .price-table th,
  .price-table td {
    padding: 8px 10px;
    font-size: 13px;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .price-table td:last-child,
  .price-table th:last-child {
    padding-right: 10px;
    width: 120px;
    max-width: 120px;
    box-sizing: border-box;
  }

  .price-enquire-btn {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 8px 10px;
    font-size: x-small;
    white-space: normal;
    text-align: center;
  }

  .price-table td {
    overflow: visible;
    word-break: break-word;
  }
}

@media (max-width: 375px) {
  .price-section {
    padding: 12px 8px;
  }

  .price-con {
    padding: 0 6px;
  }

  .price-table th,
  .price-table td {
    padding: 6px 8px;
    font-size: 12px;
  }

  .price-table td:last-child,
  .price-table th:last-child {
    padding-right: 8px;
    width: 100px;
    max-width: 100px;
  }

  .price-enquire-btn {
    padding: 2px px;
    font-size: x-small;
  }
}

@media (max-width: 768px) {
  table {
    width: 100% !important;
  }

   #section-2a {
    margin-bottom: 0 ;
    padding-bottom: 0 ;
  }


  .price-table-wrap {
    overflow-x: auto;
    display: flex;
    justify-content: center;
  }

  .price-table {
    width: 150% !important;       
    max-width: 360px !important;
    margin: 0 auto;
  }
  
  .price-table th,
  .price-table td {
    writing-mode: horizontal-tb ; 
    white-space: nowrap ;
    word-break: keep-all ;
    overflow-wrap: normal;
    font-size: 13px;
    padding: 8px 6px ;
    text-align: center;
  }


  .price-table th:nth-child(1),
  .price-table td:nth-child(1) {
    width: 40%;
  }

  .price-table th:nth-child(2),
  .price-table td:nth-child(2) {
    width: 40%;
  }

  .price-table th:nth-child(3),
  .price-table td:nth-child(3) {
    width: 35%;
  }

  .price-enquire-btn {
    width: 150%;
    font-size: 12px;
    padding: 6px 4px;
    white-space: nowrap;
  }
}



