/* Hero Section */
.hero-section {
  padding: 4rem 0;
  margin-bottom: 2rem;
}
.hero-content .text-block {
  padding-right: 2rem;
}
.hero-content h1 {
  color: #A68A6D;
  font-size: 2.8rem;
}
.hero-content p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
}
.hero-img {
  border-radius: 10px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  max-width: 100%;
}
/* Bundle + Newsletter Section */
.bundle-offer-section {
  background-color: #fefaf6;
  padding: 4rem 0;
  border-radius: 15px;
}
.section-title {
  font-size: 2rem;
  font-weight: bold;
}
.brand-accent {
  color: #7c5b45;
}
.unified-card {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}
.card-img-top {
  width: 100%;
  height: auto;
  max-width: 100%;
  border-radius: 8px;
  margin: 0 auto;
  display: block;
}
.btn-newsletter {
  background-color: #dce8d2;
  color: #000;
  border: none;
  transition: all 0.3s ease;
}
.btn-newsletter:hover {
  background-color: #c9dabf;
}
/* Featured Products Section */
.featured-products {
  background-color: #fffdf9;
  border-radius: 10px;
}
.product-card {
  background: #ffffff;
  border: 1px solid #ddd;
  padding: 1.5rem;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}
.product-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.product-card img {
  width: 100%;
  height: auto;
  max-height: 200px;
  object-fit: contain;
  margin-bottom: 1rem;
}
.image-wrapper {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.image-wrapper img {
  height: 100%;
  width: auto;
  object-fit: cover;
}
.newsletter-img {
  width: 100%;
  max-width: 240px;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  margin: 0 auto;
  display: block;
}
.btn-newsletter{
  background-color: #C8D5B9;
}
.compact-card {
  max-width: 450px;
  margin: 0 auto;
}
.text-card {
  max-width: 400px;
  margin: 0 auto;
}
.flower-beans-img{
  max-height: 150px;
  object-fit: cover;
  width: 100%;
}
.flower-beans-text{
  padding: 2rem;
}
.brand-accent-title {
  padding-top: 2rem;
}
/* CTA Section */
.cta-section {
  background-color: #06231D;
  color: #fff;
  padding: 4rem 0;
  border-radius: 10px;
}
.cta-section h2 {
  font-size: 2rem;
  color: #EECFD1;
}
.cta-subtext {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.cta-section .btn {
  background-color: #C8D5B9;
  color: #000;
  border: none;
}
/* About us- Our Story */
.about-section {
  background-color: #F6F1EB;
  color: #333;
}
.about-section h1 {
  font-family: 'Playfair Display', serif;
  color: #A68A6D;
}
.about-section p {
  font-size: 1.1rem;
  line-height: 1.6;
}
.about-img {
  max-width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: cover;
  border-radius: 10px;
}
/* About us- Contact us*/
.contact-section {
  background-color: #fefefe;
  border-radius: 10px;
}
.contact-section h2 {
  font-family: 'Playfair Display', serif;
  color: #A68A6D;
}
.contact-section .card {
  border: 1px solid #ccc;
  border-radius: 12px;
  background-color: #fff;
}
.contact-section i {
  color: #A68A6D;
}
.bundle-offer-section .text-card {
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}
.bundle-offer-section .text-card img {
  max-height: 140px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 1.5rem;
  width: 100%;
}
.bundle-offer-section .text-card h5 {
  font-size: 1.5em;
  margin-bottom: 1rem;
}
.bundle-offer-section .text-card p {
  font-size: 0.95rem;
  line-height: 1.5;
  max-width: 450px;
  margin-bottom: 0.75rem;
  text-align: left;
}
.flower-beans-text-small{
  text-align: left;
  font-weight: bold;
  padding-left: 2rem;
}
/* Responsive */
@media (max-width: 768px) {
  .hero-content {
      padding: 0 1rem;
 }
  .hero-section {
      padding: 4rem 0;
 }
  .hero-content .text-block {
      text-align: center;
      padding: 0;
      margin-bottom: 1.5rem;
 }
  .hero-content h1 {
      font-size: 2rem;
 }
  .hero-content .lead {
      font-size: 1rem;
 }
  .hero-content .btn {
      margin-top: 1rem;
 }
  .hero-img {
      width: 100%;
      height: auto;
      max-width: 100%;
      margin: 0 auto;
      display: block;
      max-height: 250px;
      object-fit: cover;
 }
  .section-title {
      font-size: 1.4rem;
      margin-bottom: 0.5rem;
 }
  .btn {
      margin-top: 0.75rem;
 }
  .bundle-offer-section .card.unified-card {
      padding: 1.5rem 1rem;
      margin-top: 2rem;
 }
  .newsletter-img {
      max-width: 120px;
      height: auto;
      margin: 0 auto 1rem auto;
 }
  .btn-newsletter {
      font-size: 0.95rem;
 }
  .bundle-offer-section h2.section-title {
      font-size: 1.5rem;
 }
  .bundle-offer-section p {
      font-size: 0.95rem;
 }
  .featured-products h2 {
      font-size: 1.6rem;
 }
  .product-card img {
      height: auto;
      max-width: 100%;
 }
  .cta-section h2 {
      font-size: 1.75rem;
 }
  .cta-section .cta-subtext {
      font-size: 1rem;
 }
  .cta-section .btn {
      font-size: 1rem;
      padding: 0.75rem 1.25rem;
 }
}
@media (max-width: 576px) {
  .compact-card {
      padding: 1rem;
 }
  .compact-card .card-title {
      font-size: 1.1rem;
 }
  .btn-newsletter {
      font-size: 0.95rem;
 }
  .newsletter-img {
      max-width: 160px;
 }
}
