.hero-section {
  position: relative;
  color: white;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}
.hero-image {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 8px;
}
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6));
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.hero-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5px;
}
.hero-subtitle {
  font-size: 14px;
  opacity: 0.9;
}
.sidebar {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 20px;
}
.sidebar-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.sidebar-link {
  display: block;
  color: #333;
  text-decoration: none;
  /* margin-bottom: 5px; */
  font-size: 14px;
}

.silder-link p {
  color: #6b7280;
}

.sidebar-link:hover {
  color: #198754;
}
.newsletter-box {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 20px;
  margin-top: 20px;
}
.btn-subscribe {
  background-color: #198754;
  border: none;
  width: 100%;
}
.plant-paragraph {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 15px;
}
.section-title {
  font-size: 17px;
  font-weight: 500;
  margin: 20px 0 15px 0;
}

.plant-paragraph-1 {
  color: #e5e7eb;
}

.para-1 {
  padding: 1rem 2rem;
  border-radius: 10px;
  background-color: #f8f9fa;
}

@media (max-width: 767px) {
  .sidebar {
    margin-top: 20px;
  }
}
