.sewing-hero {
  background: url('assets/images/sewing-banner.jpg') center/cover no-repeat;
  padding: 100px 0;
  color: #fff;
  text-align: center;
}

.intro-section,
.features-section,
.product-gallery,
.cta-section {
  padding: 4rem 2rem;
  text-align: center;
}

.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.product-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  max-width: 300px;
  padding: 1rem;
}

.product-card img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.features-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}

.feature {
  background: #f9f9f9;
  padding: 2rem;
  border-radius: 10px;
  max-width: 300px;
}

.feature img {
  width: 50px;
  margin-bottom: 1rem;
}

.cta-section {
  background: #44C0B9;
  color: #fff;
  border-radius: 16px;
  margin: 2rem;
}

.cta-section .btn {
  margin-top: 1rem;
  background: #fff;
  color: #44C0B9;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
}

/* Hero Section for Oshen Water */
.water-hero {
  background: url('assets/images/5375.jpg') center/cover no-repeat;
  padding: 100px 0;
  color: #fff;
  text-align: center;
}

/* Shared Sections */
.intro-section,
.features-section,
.product-gallery,
.cta-section {
  padding: 4rem 2rem;
  text-align: center;
}

/* Gallery Grid */
.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
}

.product-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  max-width: 300px;
  padding: 1rem;
}

.product-card img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 1rem;
}

/* Features Section */
.features-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}

.feature {
  background: #f9f9f9;
  padding: 2rem;
  border-radius: 10px;
  max-width: 300px;
}

.feature img {
  width: 50px;
  margin-bottom: 1rem;
}

/* CTA Section */
.cta-section {
  background: #44C0B9;
  color: #fff;
  border-radius: 16px;
  margin: 2rem;
}

.cta-section .btn {
  margin-top: 1rem;
  background: #fff;
  color: #44C0B9;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: bold;
  text-decoration: none;
}
