body {
  font-family: Arial, sans-serif;
  background-color: #f8f9f6;
  color: #333;
}

.hero {
  background: #dfeeea;
  padding: 80px 20px;
}
footer a:hover {
  color: #2e7d32 !important;
}

footer h5, footer h6 {
  color: #2e7d32;
  margin-bottom: 10px;
}

.hero h1 {
  font-size: 2.5rem;
}

.book-card {
  border: none;
  transition: transform 0.3s;
}

.book-card:hover {
  transform: translateY(-5px);
}

.card img {
  height: 250px;
  object-fit: cover;
}

h2 {
  color: #2e7d32;
}

.btn-success {
  background-color: #4caf50;
  border: none;
}

footer {
  background: #e8f5e9;
}
.section-title {
  color: #2e7d32;
  margin-bottom: 15px;
}

section p {
  line-height: 1.6;
}
.book-card {
  margin-bottom: 20px;
}
.carousel img {
  height: 500px;
  object-fit: cover;
}
.carousel img {
  height: 500px;
  object-fit: cover;
}

.custom-caption {
  background: rgba(0, 0, 0, 0.4);
  padding: 20px;
  border-radius: 10px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}
@media (max-width: 768px) {
  .carousel img {
    height: 250px;
  }

  .custom-caption {
    padding: 10px;
  }

  .custom-caption h3 {
    font-size: 18px;
  }

  .custom-caption p {
    font-size: 14px;
  }
}