.hero-about {
  position: relative;
  background: url('/assets/images/aboutmain.jpg') center/cover no-repeat;
  padding: 200px 20px;
  text-align: center;
  color: white;
  margin-top: 50px;
  z-index: 1;
}



.hero-about-content h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color:black;
}

.hero-about-content p {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto;
  color: black;

}

.about-section {
  padding: 60px 20px;
  background: #f9f9f9;
}

.about-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 60px;
}

.about-block.reverse {
  flex-direction: row-reverse;
}

.about-text {
  flex: 1;
  padding: 20px;
}

.about-text h2 {
  font-size: 2rem;
  margin-bottom: 15px;
}

.about-text p {
  font-size: 1.1rem;
  color: #333;
}

.about-img {
  flex: 1;
  padding: 20px;
}

.about-img img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
  height: auto;
}

.map-section {
  padding: 60px 20px;
  background-color: #fff;
}

.section-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 10px;
}

.section-subheading {
  text-align: center;
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 30px;
}
.leaflet-control-attribution {
  display: none !important;
}
