/* *{
  left: -4097345%;
} */
.annual-reports {
  margin: 5% 0 0 0;
  padding: 20px;
  background-color: #f9f9f9;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
}

.annual-reports h2 {
   margin: 2% 0 0 0;
  font-size: 2em;
  color: #1a1a1a;
  margin-bottom: 10px;
}

.annual-reports p {
  color: #666;
  margin-bottom: 30px;
}

.report-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.report-card {
  background-color: #ffffff;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 8px;
  width: 200px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.report-cover {
  background-color: #1868b7;
  color: white;
  font-weight: bold;
  padding: 40px 10px;
  margin-bottom: 15px;
  border-radius: 4px;
  font-size: 1.1em;
  line-height: 1.5;
}

.btn {
  background-color: #1868b7;
  color: white;
  text-decoration: none;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 4px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.btn:hover {
  background-color: #155a9c;
}

.center-button {
  margin-top: 30px;
}

.btn.full {
  padding: 12px 25px;
  font-size: 1em;
}
/* PHone */
@media (max-width: 787px) {
    .annual-reports {
  margin: 30% 0 0 0;
  padding: 20px;
  background-color: #f9f9f9;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
}
.report-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;


}

.report-card {

  background-color: #ffffff;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 8px;
  width: 350px;
  height: 250px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.9);
}

.report-cover {
  background-color: #1868b7;
  color: white;
  font-weight: bold;
  padding: 40px 15px;
  margin-bottom: 15px;
  border-radius: 4px;
  font-size: 1.6em;
  line-height: 1.5;
  height:150px;
}

.btn {
  background-color: #1868b7;
  color: white;
  text-decoration: none;
  padding: 10px 15px;
  display: inline-block;
  border-radius: 4px;
  font-weight: 500;
  transition: background-color 0.3s ease;
  height: 50px;
  width: 150px;
    font-size: 1.3em;
  
}

.btn:hover {
  background-color: #155a9c;
}

.center-button {
  margin-top: 30px;
}

.btn.full {
  padding: 12px 25px;
  font-size: 1.5em;
  font-size: 16px ;
  height: 70px;
}
}