.text-desc {
  font-size: 28px;
  color: #444444;
  line-height: 1.5;
  margin: 20px auto;
}
.title-flex {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.title-span {
  color: #787878;
}

.table-container {
  overflow-x: auto;
}

table {
  border-collapse: separate;
  border-spacing: 0 4px;
  width: 100%;
  margin-bottom: 20px;
}

table thead tr {
  transform: translateY(5px);
}

th,
td {
  padding: 10px 30px;
  font-size: 14px;
}

th {
  background-color: #4e6a63;
  color: white;
  padding: 30px;
  text-align: start;
}

.total-row {
  background-color: #fdd292 !important;
  font-weight: bold;
}
tbody tr {
  background-color: #ffffff;
}
tbody tr:nth-child(odd) {
  background-color: rgb(255, 255, 255, 0.5);
}

/*S6p5 */
.table-container5 th {
  text-align: center;
}
.table-container5 th:first-child {
  text-align: start;
}

.table-container5 td {
  text-align: start;
  color: #163029;
}
.table-container5 th,
.table-container5 .add-border {
  border-left: 1px solid #bfbfbf;
}
.table-container5 td {
  font-size: 16px;
}
/* added css */
.table-container5 table thead tr:nth-child(1) {
  transform: translateY(9px);
}
.table-container5 table {
  border-collapse: separate;
  border-spacing: 0 0px;
}
/* added css */
.table-container5 .years td {
  color: #163029;
  background-color: #fdd292;
  font-weight: bold;
}

/*S6p6*/
.btn button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  background-color: #fcb44a;
  border: none;
  border-radius: 20px;
  padding: 5px 20px;
  margin: 40px 0px;
  cursor: pointer;
}
.btn button p {
  color: #163029;
  font-size: 17px;
}
.btn button img {
  width: 12%;
}

@media (max-width: 1425px) {
  .title-flex {
    flex-direction: column;
    gap: 10px;
    text-align: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .text-desc {
    font-size: 18px;
    text-align: center;
    padding: 0 10px;
  }

  .title-span {
    font-size: 14px;
  }

  table {
    font-size: 12px;
    min-width: 700px;
  }

  th {
    padding: 20px 15px;
  }
  td {
    padding: 8px 15px;
  }

  .table-container {
    overflow-x: auto;
    margin-bottom: 100px;
  }

  .table-container5 td {
    font-size: 14px;
  }

  .btn button p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .title-flex {
    padding-top: 0px;
  }
  /* for s6p3 */
  .padding-top {
    padding-top: 0px;
  }
}
.hidden-arabic {
  display: none;
}
body[lang="en"] {
  .hidden-arabic {
    display: block;
  }
  #s-title-bar-chart {
    margin-left: 0px;
    margin-right: 26px;
  }

  .table-container5 th,
  .table-container5 .add-border {
    border-left: none;
    border-right: 1px solid #bfbfbf;
  }
  .hidden-english {
    display: none;
  }
}
