.hero-section {
  background-image: linear-gradient(to bottom, rgba(0, 48, 48, 0.9), rgba(0, 0, 0, 0.1)), url('../images/investments/investment_banner.png');
  background-size: cover;
  background-position: center;
  padding: 100px 20px;
  color: #fff;
  text-align: center;
}

.hero-section h1 {
  font-size: 80px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #cfff04;
  /* Bright green */
}

.hero-content {
  background: rgba(87, 87, 87, 0.5);
  max-width: 900px;
  border-radius: 12px;
  padding: 62px;
  line-height: 1.8;
  align-content: center;
  margin: auto;
}

.hero-content h2 {
  font-size: 36px;
  margin-bottom: 15px;
  color: #ffffff;
  /* Bright green */
  margin-bottom: 10px;
}

.hero-content p {
  font-size: 20px;
  margin-bottom: 15px;
  color: #ffffff;
  /* Bright green */
}


.project-section {
  background-image: linear-gradient(to bottom, rgba(0, 48, 48, 0.9), rgba(0, 0, 0, 0.1)), url('../images/investments/project_bg.png');
  background-size: cover;
  background-position: center;
  margin-top: 100px;
  color: #fff;
}



.section-title {
  background-color: white;
  color: #004044 !important;
  padding: 20px 60px;
  width: fit-content;
  margin-bottom: 60px;
  max-width: 60%;
  text-align: center;
  margin: auto;
}

.section-title h1 {
  margin: 0;
  font-size: 80px;
  font-weight: bold;
  color: #004044 !important;
}



.text-box {
  background-color: #6d6d6d9d;
  margin: auto;
  max-width: 80%;
  padding: 150px;
  width: 100%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  right: 0;
  margin-top: 100px;
  margin-bottom: 100px;
  border-radius: 20px;
}



.text-box h3 {
  color: #40D9FF;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
}

.text-box .body-text {
  font-size: 24px;
  line-height: 1.8;
  color: #fff;
}


/* .project-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 60px auto;
    max-width: 1100px;
    justify-content: center;
    align-items: center;
    padding: 20px;
    direction: rtl;
  }
  
  .project-text {
    flex: 1;
    min-width: 300px;
  }
  
  .project-image {
    flex: 1;
    min-width: 300px;
  }
  
  .project-title {
    color: #004c4c;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }

  .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: 800px;
    height: 600px;
    border-radius: 15px;
    width: auto;
    margin: auto;
    overflow: hidden; 
    align-content: center;
  }
  

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

  .projects-box {
    background-color: rgba(255, 255, 255, 0.2); 
    padding: 60px;
    border-radius: 20px;
    color: white;
    font-size: 1.1em;
    line-height: 1.8;
    margin-right: 50px;
    margin-left: 50px;
  }
  
  .highlight {
    color: #d1ff00;
    font-weight: bold;
  }
   */

.invitation-section {
  background-color: #F5FBFB;
  padding: 30px;
}

.invitation-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.invitation-section p {
  font-size: 22px;
  font-weight: bold;
  color: #1E4400;
  margin-top: 5px;
}

.button-container {
  display: flex;
  justify-content: center;
  margin-right: 20px;
}

[lang="en"] .button-container {
  margin-right: 0px;
  margin-left: 10px;
      align-items: anchor-center;
}

.button-container a {
  /* background-color: #004c4c;
    color: white;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 20px; */
  font-weight: bold;
  border: 1px solid darkgreen;
  padding: 10px 20px;
  border-radius: 40px;
  text-decoration: none;
  color: darkgreen;
}

[lang="en"] .button-container a {
  font-weight: bold;
  border: 1px solid darkgreen;
  padding: 10px 20px;
  border-radius: 40px;
  text-decoration: none;
  color: darkgreen;
}

.button-container a:hover {
  background-color: #003737;
  /* Darker shade on hover */
  color: white;
}




@media (max-width: 512px) {

  .hero-section {
    padding: 50px 20px;
  }

  .hero-section h1 {
    font-size: 52px;
  }

  .hero-content {
    padding: 25px
  }

  .hero-content h2 {
    font-size: 20px;
  }

  .section-title {
    max-width: 70%;
        padding: 20px 25px;
  }

  .section-title h1 {
    font-size: 35px;
  }

  [lang="ar"] .text-box {
    padding-left: 0;
    padding-right: 0;
  }

  [lang="en"] .text-box {
    padding-left: 0;
    padding-right: 0;
  }

  .text-box {
    background-color: #6d6d6da9;  
    max-width: 90%;
    margin: auto;
    padding-left: 0;
    padding-top: 0;
    padding: 30px;
    margin-top: 20px;
  }

  .text-box .body-text {
    font-size: 18px;
    padding: 25px
  }

  .text-box h3 {
    font-size: 20px;
  }

  .invitation-section p {
    font-size: 18px;
  }

  .button-container {
    text-align: center;

  }

  .button-container a {
    padding: 20px 20px;
  }
}