
.Paragraph p{
  color: #4e6a63;
   font-size: 23px;
}

/* table */
.table-responsive {
  width: 100%;
  overflow-x: auto;
  margin-top: 30px;
}

.custom-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 2px;
  table-layout: fixed;
  min-width: 800px;
}



.custom-table th {
  background-color: #73837F;
  color: #FFFFFF !important;
  padding: 20px 25px;
  text-align: center;
  font-weight: 700 !important;
  font-size: 22px !important; 
}

.custom-table th span {
  display: block;
  font-size: 16px ;
  color: #DDD;
  margin-top: 4px;
  margin: 0px;
}


.custom-table td {
  background-color: #fff;
  color: #3A4944;
  padding: 15px 30px;
  font-size: 16px;
  text-align: start;
  vertical-align: baseline;
  font-weight: 500;
}

.custom-table tbody tr:nth-child(even) td {
  background-color: rgba(255, 255, 255, 0.5);
}

/* first column slightly wider */
.custom-table th:nth-child(4),
.custom-table td:nth-child(4) {
 
  text-align: center;
  
}
.custom-table th:nth-child(2),
.custom-table td:nth-child(2) {
 
width: 20%;
  
}
.custom-table th:nth-child(3),
.custom-table td:nth-child(3) {
 
width: 20%;
  
}

.custom-table td:nth-child(4) {
 
 font-size: 20px;
  
}
.custom-table th:first-child,
.custom-table td:first-child {
  width: 5%;
  text-align: right;
    font-size: 20px;
font-weight: 500;
vertical-align: middle;
}
.custom-table th:last-child,
.custom-table td:last-child {
  width: 45%;

  /* padding-right: 20px; */
}

/* table ends */

.materiality-section {
  background-color: #f6f5f4;
  padding: 40px 20px;
  width: 95%;
}

.materiality-grid {
  display: grid;
  grid-template-columns: 55% 1fr; 
  gap: 40px;
  align-items: start; 
}

.materiality-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.category h3 {
  background-color: #ddd;
  color: #31544b;
  padding: 12px; 
  font-weight: bold;
  font-size: 18px;
  margin: 0;
  width: 70%;  
  box-sizing: border-box;
   margin-bottom: 10px;
}

.category ul,
.materiality-caption ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category ul li,
.materiality-caption ul li {
  margin-bottom: 6px;
  font-size: 19px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #31544b;
}
.materiality-caption ul{
   padding-top: 90px;
}

.circle-map {
  display: inline-flex;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.circle-map.orange { background-color: #FFB548; }
.circle-map.green { background-color: #C6F884; }
.circle-map.gray { background-color: #E9E9E9; }


.materiality-image {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  max-width: 85%;
}

.materiality-image img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}

/* BEFORE and AFTER : */
.materiality-image::before {
  content: "الأهمية بالنسبة لأصحاب المصلحة";
  position: absolute;
bottom: 230px;
  left: -40px; 
  transform: rotate(-90deg);
  transform-origin: top left;
  font-size: 19px;
  color: #000000;
  width: max-content;
}

.materiality-image::after {
  content: "اﻷﻫﻤﻴﺔ ﺑﺎﻟﻨﺴﺒﺔ ﻟﻠﻤﺆﺳﺴﺔ أو الشركة";
  position: absolute;
  bottom: 175px;
  right: 20%;
 font-size: 19px;
  color: #000000;
  width: max-content;
}

.materiality-caption {
  margin-top: 10px;
  text-align: right;
  color: #31544b;
}

/* responsive */
@media(max-width: 1024px){
  .materiality-grid {
    grid-template-columns: 1fr;
  }
  .materiality-image {
    order: -1;
    max-width: 100%;
  }
  .materiality-text {
    width: 100%;
    max-width: 100%;
    margin-inline: auto;
  }
  .category h3 {
 
  width: 100%;  
  
}
.materiality-image::before {
  
bottom: 300px;
  left: -40px; 
  
  font-size: 19px;
  
}

.materiality-image::after {
  
  bottom: 175px;
  right: 30%; 
 
}

}
@media(max-width: 480px){
  .materiality-image::before {
  
bottom: 170px;
  left: -40px; 
  
  font-size: 16px;
  
}
.materiality-caption ul{
   padding-top: 50px;
}
.materiality-image::after {
  
  bottom: 140px;
  right: 15%; 
 font-size: 16px;
}
}

body[lang="en"] {

  .custom-table th:nth-child(4),
  .custom-table td:nth-child(4) {
    width: 15%;
  }

  .materiality-image::before {
    content: "Significance to Stakeholders";
  }

  .materiality-image::after {
    content: "Significance to the Company/Organization";
  }

  @media(max-width: 480px) {
    .materiality-image::after {
      right: 5%;
    }

    .materiality-image::before {

      bottom: 180px;
      left: -30px;
    }
  }
}
