@import url('/assets/stylesheet.css');

body {
  color: black;
  background-color: #F8F8F8;
  font-family: "DB Heavent";
  margin: 0;
}

h1 {
  font-size: 36px;
  font-weight: bold;
  color: #0057a8;
}

h2 {
  font-size: 30px;
  font-weight: 400;
  color: #0057a8;
  margin: 10px 0px;
}

h3 {
  font-size: 28px;
  font-weight: 400;
  color: #0057a8;
}

p,
li {
  font-family: "DB Heavent";
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  color: #242424;
}



th {
  padding: 15px;
  text-align: end;
  font-size: 30px;
  font-weight: 500;
}

table tr > td,
table tr > th {
  border-right: 2px solid #F8F8F8;
  border-bottom: 2px solid #F8F8F8;
}
table {
  border-collapse: collapse;
  width: 100%;
}
td {
  padding: 15px;
  text-align: center;
  font-size: 26px;
}

.container {
  margin: 0;
}

.content {
  padding: 10px 0px 30px 0px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.content .below-content {
  margin-top: 40px;
}

.first-content li:before {
  content: "•";
  text-align: center;
  margin-right: 7px;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
}

.third-content {
  justify-content: center;
  align-items: center;

}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  max-width: 100%;
  margin-top: 35px;
}

.card {
  background-color: #00b3f0;
  padding: 20px;
  color: white;

  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

  height: 136px;
  width: auto;
}
.grid-wrapper {
  text-align: center;
}

ul.list-content {
  padding-left: 20px;
}


.grid .card h2{
  color: #ffffff;
 }


.rectangle-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px;
}
.rectangle {
  width: 640px;
  height: 80px;
  background-color: #f8f8f8;
  border: 2px solid #0057a8;
  border-radius: 10px;
  color: #0057a8;
  font-size: 30px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.download {
  padding-top: 10px;
}

.download-link {
  text-decoration: none;
}

.download-link button {
  min-width: 400px;
  max-width: 600px;
  width: auto;
  height: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  border: none;
  box-shadow: 0px 1px 8px -3px #707070;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:10px 15px 10px 15px;
}

.download-link button:hover {
  background-color: #dbf4ff;
}

.download p {
  text-align: left;
  margin-right: 10px;
  color: #0057a8;
}
.img-container,
.img-container-quality {
  display: flex;
  justify-content: center;
  padding: 50px;
}

.image-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 40px;
  flex: 1;
  z-index: -1;
}
.image-details,
.image-wrapper span {
  width: 100%;
  text-align: center;
  font-size: 28px;
  color: #0057a8;
  margin-top: 15px;
}



.img-container img:first-child {
  width: 382px;
  height: 372px;
}

.img-container img:last-child,
.img-container-quality img {
  width: 590px;
  height: auto;
}

.img-container-quality img {
  width: 250px;
}

.third-content-details {
  font-size: 24px;
  margin-bottom: 20px;

  display: flex;

  align-items: center;
  gap: 20px;
}

.text-content {
  flex: 1;
}

.third-content-details img {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.stakeholder-img {
  text-align: center;
  padding: 30px;
}


a.news-text {
  text-decoration: none;
}

.news-container {
  width: calc(50% - 20px); 
  margin: 10px;
  background-color: #E4EDF4;
  border-radius: 5px;
  text-align: left;
  display: inline-block; 
  vertical-align: top;
  box-sizing: border-box;
}


.news-image {
    height: 230px;
    width: 408px;
    object-fit: cover;
  
}


.news-content{
  padding: 15px;
}


#data-container {
  text-align: center;
  padding: 0px 100px;
}

.awards-container{
  gap: 30px;
  display: flex;
  margin-bottom: 30px;

}

img.awards-image {
  width: 350px;
  min-width: 350px;
  height: 100%;
}



.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    grid-gap: 20px;
    align-items: center;
    align-self: center;
    text-align: center;
  }
  
  .pagination li {
    margin: 0 5px;
    cursor: pointer;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    justify-content: center;

  }
  
  .pagination .current {
    font-weight: bold;
    background-color: #0057a8;
    border-radius: 5px;
    padding: 5px 15px;
    color: #fff;
  }

  p.news-date {
    margin-bottom: 10px;
}
@media (max-width: 1024px) {

  
  .container {
    padding: 0;
  }

  .content {
    padding: 40px 10px 20px 10px;
    margin-top: 0;
    justify-content: initial;
  }

  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 20px;
  }

  p,
  li {
    font-size: 20px;
  }


  th {
    font-size: 18px;
  }

  td {
    font-size: 18px;
    padding: 15px 10px 15px 10px;
  }

  table th,
  table td {
    white-space: normal;
    min-width: 100px;
  }


  .grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    grid-gap: 20px;
  }




  .download-link button {
    height: 100%;

    
  }
  

  .card {
   
    padding: 10px;
    height: 100px;
   
}

  .grid-wrapper img{
    width: 100%;
    height: auto;
    
  }

  .rectangle-container {
    padding: 30px;
  }

  .rectangle {
    width: 310px;
    height: 40px;
    font-size: 16px;
  }

  .circle span {
 
      width: 110px;
      height: 110px;
      font-size: 16px;
      margin: 18px -9px;
    
  }

  .img-container {
    display: block;
    padding: 20px;
    text-align: center;
  }

  .img-container img:first-child {
    width: 200px;
    height: 180px;
    margin-bottom: 20px;
  }

  .img-container img:last-child {
    width: 300px;
    height: auto;
  }

  .img-container-quality {
    display: flex;
    padding: 20px;
  }

  .image-wrapper {
    margin: 20px 40px;
  }

  .third-content-details {
    display: block;
  }

  .text-content p {
    margin-bottom: 20px;
  }

  .stakeholder-img img {
    width: 260px;
  }

  #data-container {
    text-align: center;
    padding: 0px;
}

.news-image {
  width: 100%;
    height: 200px;
 
}

}

@media (max-width:440px){

  .search-input {
    width: 40%;
  }
img.awards-image {
  width: 100%;
  height: 100%;

}


.awards-container{
  display: block;
  margin-bottom: 20px;

}

  .download-link button {
    width: 100%;
    
  }

  .img-container-quality {
    display: block;
 
  }

  .img-container-quality img {
    width: 200px;
}
.grid {
  display: block;

}

.card {
  margin-bottom: 15px;

    height: 120px;


}

  .circle span {
    width: 70px;
    height: 70px;
    font-size: 16px;
    margin: 18px -6px;
  
}


.news-image {

  height: 120px;

}

.news-container {
  width: 100%;
  margin: 10px 0px;

}

.news-content {
padding: 0px;
}
}