.dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
  }


/* Hero Section Styles */
.hero-section {
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  color: #fff;
  text-align: center;
}

.hero-content h1 {
  font-size: 48px;
  margin-bottom: 20px;
}

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

.hero-content p {
  font-size: 18px;
  margin-bottom: 30px;
}

.default-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #106045;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

.default-btn:hover {
  background-color: #52cba3;
}

/* About Section Styles */
.about-section {
  padding: 50px 0;
}

.about-item {
  margin-bottom: 40px;
}

.section-image {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.about-content {
  text-align: center;
}

.section-title {
  font-size: 24px;
  margin-bottom: 10px;
}

.section-content {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 20px;
}
