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

.price-table th,
.price-table td {
   border: 2px solid #000 !important;
   padding: 10px 12px;
  text-align: center;
  font-size: 15px;
  color: #05203b !important;
}

.price-table th {
  background: rgba(0,0,0,0.1);
   font-weight: 700;
  color: #642E11 !important;
}

.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: 520px;
  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 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: 130px;
  text-align: center;
  padding-right: 18px;
  vertical-align: middle;
  overflow: hidden;
}

.price-enquire-btn {
  background: linear-gradient(90deg, #ff8a5b 0%, #642E11 100%);
  color: #fff !important;
  border: none;

  padding: 8px 12px;
  font-size: 14px;

  border-radius: 8px;
  font-weight: 700;
  cursor: pointer;

  max-width: 100%;    
  width: 100%;        
  box-sizing: border-box;
  white-space: nowrap;
}

.price-enquire-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 12px 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 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 {
    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: auto;  
    -webkit-overflow-scrolling: touch;
  }

  .price-table {
    width: 100%;
    min-width: 480px;   
    table-layout: fixed;
  }

  .price-table th,
  .price-table td {
    white-space: normal;   
    word-break: break-word;
    font-size: 13px;
    padding: 10px;
    text-align: center;
  }

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

  .price-enquire-btn {
    font-size: 13px;
    padding: 8px 10px;
    width: 100%;
  }
}

@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: 6px 10px;
    font-size: x-small;
  }
}




