body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background: #f5f5f5;
  text-align: center;
  user-select: none; /* Disable text selection */
}

.header-bar {
  background-color: #28a745; /* Updated color */
  padding: 10px;
  color: white;
  display: flex;
  justify-content: center; /* Centered content */
  align-items: center;
  flex-wrap: wrap;
}

.lang-switch select {
  padding: 5px;
}

.container {
  padding: 15px;
}

.tabs-scroll {
  overflow-x: auto;
  white-space: nowrap;
  margin-bottom: 10px;
}

.tabs {
  display: inline-flex;
  gap: 10px;
}

.tab {
  padding: 8px 16px;
  background: #eee;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.tab.active {
  background: #28a745; /* Updated active tab color */
  color: white;
}

#search {
  width: 90%;
  padding: 12px;
  margin-top: 15px;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  background: none;
  border: 2px solid #007bff;
}

.filters {
  margin: 10px 0;
  display: flex;
  justify-content: center; /* Center filters */
  gap: 15px;
  flex-wrap: wrap;
}

#price-table {
  width: 100%;
  border-collapse: collapse;
  background: white;
}

#price-table th,
#price-table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}

.full-width {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 15px;
}

#shareBtn,
.whatsapp a {
  width: 90%;
  padding: 12px;
  margin-top: 15px;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#shareBtn {
  background: #1a73e8;
}

.whatsapp a {
  background: #25d366;
  display: inline-block;
  text-decoration: none;
}

.footer {
  background-color: #28a745;
  color: white;
  padding: 20px;
  margin-top: 20px;
}

.footer h3 {
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
}

.footer ul {
  display: flex;
  justify-content: space-evenly;
  list-style: none;
  padding: 0;
}

.footer ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

.footer ul li i {
  font-size: 40px;
  margin-bottom: 10px;
  color: #ffda44;
}

.footer ul li span {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}

.table-style {

  margin-top: 10px; margin-left: 6px; margin-right: 6px
}

.tab {
  padding: 8px 16px;
  background: #eee;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px; /* slightly bigger */
}

#price-table th {
  text-align: center;
  vertical-align: bottom;
}

.th-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}

.unit {
  font-size: 10px;
  margin-bottom: 2px;
  color: #555;
}

.col-item {
  width: 60%;
}

.col-wash,
.col-ironing,
.col-drycleaning {
  width: 13%;
}
