.achievements-section {

    width: 100%;
    padding: 60px 20px;
    color: #fff;
    border-radius: 20px;
  }
  
  .achievements-content {
    max-width: 1600px;
    margin: 0 auto;
    /* background: rgba(0, 0, 0, 0.5); Optional: dark overlay for text readability */
    padding: 80px;
    border-radius: 20px;
    background-image: url('../images/about/achievements_background.png'); /* Replace with actual image path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  
  .achievements-content h1 {
    font-size: 128px;
    font-weight: bold;
    margin-bottom: 40px;
    color: #cfff04; /* Bright green */
    text-align: center;
  }
  
  .achievements-content p {
    font-size: 24px;
    line-height: 1.8;
    margin-bottom: 30px;
    color: #fefefe;
  }
  
  .achievements-content .highlight {
    font-size: 32px;
    color: #e2ff00; /* Yellow-green */
  }

  .projects-section {

    width: 100%;
    padding: 60px 20px;
    border-radius: 20px;
    color: white;
    position: relative;
  }
  
  .projects-overlay {
    position: relative;
    background-image: 
                    linear-gradient(to bottom, rgba(8, 44, 44, 0.4), rgba(0, 0, 0, 0.7)),
                    url('../images/about/projects_background.png');
    background-size: cover;
    background-position: center;
    max-width: 1600px;
    height: 1150px;
    border-radius: 15px;
    width: auto;
    margin: auto;
    overflow: hidden; /* Ensures overlay doesn’t overflow the container */
    align-content: center;
  }
  

  
  .section-title {
    background-color: white;
    color: #004044;
    padding: 150px 150px;
    border-radius: 0 20px 20px 0;
    width: fit-content;
    margin-bottom: 50px;
    margin-top: 30px;
    max-width: 40%;
    text-align: center;
  }

  [lang="ar"] .section-title {
    border-radius: 20px 0 0 20px;
  }
  
  .section-title h1 {
    margin: 0;
    font-size: 64px;
    font-weight: bold;
  }
  
  .projects-box {
    background-color: rgba(255, 255, 255, 0.2); /* semi-transparent gray box */
    padding: 60px;
    border-radius: 20px;
    color: white;
    font-size: 1.1em;
    line-height: 1.8;
    margin-right: 50px;
    margin-left: 50px;
  }

  .projects-box p {
    font-size: 36px;
  }
  
  .highlight {
    color: #d1ff00;
    font-weight: bold;
    font-size: 32px;
  }
  
  .invest {
    color: #40ffcc;
    font-weight: bold;
  }
  
  