.hero-section {
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.feature-section {
  background-color: #f8f9fa;
}

.quote-section {
  background: #2c3e50;
  color: white;
}

.quote-section .blockquote-footer {
  color: rgba(255, 255, 255, 0.8);
}

.gallery-section {
  background-color: #ffffff;
}

.min-vh-50 {
  min-height: 50vh;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.products-hero {
  background: #ecf0f1;
}

.products-content {
  background: white;
}

.products-content img {
  width: 400px;
  height: 400px;
  object-fit: cover;
}

.story-hero {
  background: white;
}

.story-content {
  background: #f8f9fa;
}

.story-mission {
  background: #e9ecef;
}

.story-cta {
  background: #343a40;
  color: white;
}