.price-page-container {
  background-image: url('/assets/images/price_main_small.webp');
  background-position: top;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 57vh;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-clip: padding-box;
}

.price-page-container::before {
  z-index: 1;
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 57vh;
  background: radial-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.9));
}

.price-text-container {
  z-index: 2;
  display: flex;
  flex-direction: column;
  height: 50vh;
  justify-content: center;
}

.price-text-container h1 {
  font-size: 2rem;
  font-weight: 600;
  color: var(--text-color);
  text-align: center;
  margin: 0;
}

.price-page-container #sub-header {
  color: var(--text-bright-color);
  text-align: center;
  font-size: 1.3rem;
  margin-top: 2rem;
  letter-spacing: 2px;
  word-spacing: 3px;
}

.table-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* height: 53vh; */
  margin-bottom: 3rem;
}

.table-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.location-tabs-container {
  display: flex;
  flex-direction: column;
  width: 95%;
  max-width: 95%;
  height: auto;
  min-height: 4rem;
  margin: 3rem auto 0 auto;
  overflow-x: scroll;
}

.location-tabs-container ul {
  display: flex;
  margin: 0;
  padding: 0;
}

.location-tabs-container ul li {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  user-select: none;
  text-decoration: none;
  height: 55px;
  min-width: 80px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--text-bright-color);
  color: var(--text-color);
  font-size: 1.5rem;
  cursor: pointer;
  text-align: center;
}

/* .location-tabs-container ul li::before {
  content: '\2661';
  position: absolute;
  top: 9px;
  left: 14px;
}

.location-tabs-container li.active::before {
  content: '\2665';
} */

.location-tabs-container li.active {
  background-color: black;
  color: var(--text-bright-color);
}

.table-section > div#golan,
.table-section > div#north,
.table-section > div#south,
.table-section > div#eilat {
  display: none;
}

/* Show the first tab by default */
.table-section > div#center {
  display: block;
}

.tab-content {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  display: none; /* Default state: hidden */
}

.tab-content.active {
  opacity: 1; /* Fully visible when active */
  display: block; /* Ensure active content is displayed */
}

.price-heading {
  color: var(--text-color);
  text-align: end;
  margin: 2rem 3rem 1rem 0;
  font-size: 2rem;
}

.table-container {
  width: 100%;
  overflow-x: auto;
  direction: rtl;
}

.price-table {
  width: 85%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  background-color: #000;
  color: var(--text-bright-color);
}

.price-table th,
.price-table td {
  padding: 10px 20px;
  text-align: left;
  border: 1px solid #333;
}

.price-table th {
  font-weight: bold;
  color: var(--accent-color);
}

.price-table tr {
  border-bottom: 1px solid #333;
}

.price-table tr:nth-child(even) {
  background-color: #222;
}

.price-table tr:hover {
  background-color: #333;
}

.price-table td {
  color: #e5e5e5;
  font-size: 16px;
}

.price-table th:first-child,
.price-table td:first-child {
  text-align: right;
}

.price-table th:last-child,
.price-table td:last-child {
  text-align: center;
}

.price-faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}

.price-faq h3 {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--text-color);
  text-align: center;
  margin: 0;
  z-index: 3;
  padding: 1rem;
  direction: rtl;
}

.price-faq .text-cointainer {
  z-index: 3;
  padding: 2rem;
  font-size: 1.3rem;
  color: var(--text-bright-color);
  letter-spacing: 1px;
  word-spacing: 4px;
  text-align: start;
  width: 80%;
  direction: rtl;
}

.price-models-tabs {
  background-color: var(--primary-color);
  width: 100%;
  /*  height: 80vh; */
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  position: relative;
  flex-direction: column;
  display: flex;
  align-items: center;
  justify-content: center;
  background-clip: padding-box;
}

.price-models-tabs #price-inside-heading {
  color: var(--text-color);
  text-align: end;
  width: 100%;
  margin: 3rem 9rem 1rem 0;
  font-size: 2rem;
}

.outside-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 3rem;
}

.comment {
  margin: 1rem 2rem 3rem 0;
  text-align: center;
  font-size: 1rem;
  color: var(--text-bright-color);
}

.employment-faq-wrapper {
  padding: 3rem;
}

.employment-faq {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  background-color: var(--secondary-color);
  width: 100%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-clip: padding-box;
}

.employment-faq h3 {
  font-size: 2.2rem;
  font-weight: 600;
  color: var(--text-color);
  text-align: center;
  margin: 0;
  z-index: 3;
  padding: 1rem;
  direction: rtl;
}

.employment-faq .text-cointainer {
  z-index: 3;
  padding: 2rem;
  font-size: 1.3rem;
  color: var(--text-bright-color);
  letter-spacing: 1px;
  word-spacing: 4px;
  text-align: start;
  width: 80%;
  direction: rtl;
}

@media (501px <= width <= 1000px) {
  .location-tabs-container {
    width: 70%;
    overflow-x: unset;
  }
  .price-heading {
    width: 85%;
  }

  .tab-content {
    width: 70%;
    margin: 0 auto;
  }

  .price-faq {
    min-height: 135vh;
  }

  .price-faq .text-cointainer {
    width: 70%;
  }

  .outside-wrapper {
    width: 70%;
  }

  .price-models-tabs {
    height: 95vh;
  }

  .price-models-tabs .tablist {
    width: 75%;
  }

  .table-section {
    height: 65vh;
  }
}

@media (1001px <= width <= 4000px) {
  .location-tabs-container {
    width: 50%;
    overflow-x: unset;
  }
  .price-heading {
    width: 85%;
  }

  .tab-content {
    width: 60%;
    margin: 0 auto;
  }

  .price-faq {
    min-height: 135vh;
  }

  .price-faq .text-cointainer {
    width: 70%;
  }

  .outside-wrapper {
    width: 70%;
  }

  .price-models-tabs {
    height: 90vh;
  }

  .price-models-tabs .tablist {
    width: 85%;
  }

  .table-section {
    height: 65vh;
  }
}
