

/* ACHIEVEMENTS */
.achievements{
  background:#fcf8f8;
  padding:60px 10%;
}

.achievements h2{
  text-align:center;
  color:#0b1d3a;
  margin-bottom:50px;
}

.achievement-card{
  display:flex;
  align-items:center;
  gap:30px;
  margin-bottom:40px;
  background:#fff;
  padding:25px;
  border-radius:15px;
  box-shadow:0 8px 20px rgba(0,0,0,0.08);
  border-left:6px solid #d4af37;
}

.achievement-card.reverse{
  flex-direction:row-reverse;
}

.achievement-card img{
  width:260px;
  border-radius:12px;
}

.details h3{
  color:#1e3a8a;
  margin-bottom:5px;
}

.details span{
  color:#d4af37;
  font-weight:600;
}

.details p{
  margin-top:10px;
  color:#555;
  line-height:1.6;
}

/* HIGHLIGHT */
.highlight{
  background:#0b1d3a;
  color:#fff;
  text-align:center;
  padding:60px 15%;
}

.highlight h2{
  color:#d4af37;
  margin-bottom:15px;
}

.highlight p{
  line-height:1.8;
}
