.tour-pricing-card {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 24px 0;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.10), 0 6px 18px rgba(0, 0, 0, 0.06);
  font-family: "Josefin Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #333333;
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

@media (min-width: 601px) {
  .tour-pricing-card {
    max-width: 1100px;
  }
}

@media (hover: hover) {
  .tour-pricing-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.14), 0 10px 28px rgba(0, 0, 0, 0.10);
  }
}

.tour-pricing-heading {
  padding: 16px 20px 10px;
  background: linear-gradient(135deg, #ffba4a, #ff8a35);
  color: #333333;
  font-weight: 700;
  font-size: 18px;
  border-radius: 5px 5px 0 0;
}

.tour-pricing-sub {
  display: block;
  font-weight: 400;
  font-size: 13px;
  opacity: 0.9;
  margin-top: 4px;
  color: #333333;
}

.tour-pricing-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  color: #333333;
  margin-bottom: 0px;
  table-layout: fixed;
}

.tour-pricing-table thead {
  background: #ffc56a;
}

.tour-pricing-table th,
.tour-pricing-table td {
  padding: 10px 16px;
  text-align: left;
  padding-left: 12px;
}

.tour-pricing-table,
.tour-pricing-table thead,
.tour-pricing-table tbody,
.tour-pricing-table tr {
  display: table !important;
  width: 100%;
}

.tour-pricing-table tr {
  display: table-row !important;
}

.tour-pricing-table th,
.tour-pricing-table td {
  display: table-cell !important;
  float: none !important;
  width: auto;
}

.tour-pricing-table th:nth-child(1),
.tour-pricing-table td:nth-child(1) {
  width: 52%;
}

.tour-pricing-table th:nth-child(2),
.tour-pricing-table td:nth-child(2) {
  width: 24%;
}

.tour-pricing-table th:nth-child(3),
.tour-pricing-table td:nth-child(3) {
  width: 24%;
}

.tour-pricing-table thead th {
  font-weight: 700;
  color: #333333;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  vertical-align: middle;
  white-space: nowrap;
}

.tour-pricing-table th span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  opacity: 0.85;
  margin-top: 2px;
  white-space: nowrap;
  color: #333333;
}

.col-concept {
  width: 52%;
}

.col-adult,
.col-child {
  width: 24%;
  text-align: left;
}

.tour-pricing-table td.price {
  text-align: left;
  white-space: nowrap;
}

.tour-pricing-table tbody tr:nth-child(odd) {
  background: #ffffff;
}

.tour-pricing-table tbody tr:nth-child(even) {
  background: #fafafa;
}

.tour-pricing-table tbody tr:hover {
  background: #fff3e2;
}

.row-highlight {
  background: #fff7e9;
}

.tour-pricing-note {
  margin: 0;
  padding: 10px 24px 14px;
  font-size: 13px;
  color: #333333;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  margin-bottom: 0px !important;
}

@media (max-width: 600px) {
  .tour-pricing-heading {
    font-size: 16px;
    padding: 14px 14px 8px;
  }
  .tour-pricing-sub {
    font-size: 12px;
  }
  .tour-pricing-table {
    font-size: 12px;
    table-layout: fixed;
  }
}
