.coffee-banner {
  background: url("/assets/landing/coffee-banner.svg") no-repeat center center;
  background-size: cover;
  height: auto;
  position: relative;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.coffee-banner::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  /* dark overlay */
}

.banner-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  padding: 2rem;
}

.banner-logo img {
  width: 80px;
  margin-bottom: 1rem;
}

.btn-learn-more {
  background-color: #a5572b;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  border-radius: 8px;
  margin-top: 1.5rem;
}

.btn-learn-more:hover {
  background-color: #8a4723;
}

.about-section {
  background-color: #a5653a;
  /* Match brown background */
  color: white;
  padding: 4rem 2rem;
  padding-bottom: 2rem;
}

.about-title {
  font-size: 2rem;
  font-weight: 600;
}

.about-heading {
  font-size: 1.75rem;
  font-weight: 700;
  margin-top: 1rem;
}

.about-text {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.about-images img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.About-img-2 {
  position: absolute;
  z-index: 1;
  top: -15%;
  right: -19%;
}

.about-images {
  z-index: 2;
}

.z-index-10 {
  position: relative;
  z-index: 10;
}

.stats-section {
  background-color: #a5572b;
}

.stats-section h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #f0c1a0;
  /* Light brown for numbers */
  margin-bottom: 0.5rem;
}

.stats-section p {
  margin: 0;
  font-size: 1rem;
  color: #fff;
}

.image-wrapper {
  position: relative;
}

.info-box {
  background: white;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  border-radius: 12px;
  max-width: 500px;
}

.info-overlay {
  position: absolute;
  top: 50%;
  right: -49%;
  transform: translateY(-50%);
}

.highlight-text {
  color: #924c2e;
  font-weight: 600;
  font-size: 1.25rem;
}

.beans-section {
  background-color: #9F6241E6;
}

.bean-card {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  text-align: center;
}

.bean-card img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  display: block;
  filter: saturate(0%);
  transition: filter 0.3s ease;
}

.bean-card img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  display: block;
  filter: saturate(0%);
}

.bean-card:hover img {
  filter: saturate(100%);
}

.bean-title {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  color: white;
  font-weight: bold;
  font-size: 1rem;
  margin: 0;
  transition: opacity 0.3s ease;
}

.bean-card:hover .bean-title {
  opacity: 0;
}

/* Override owl dots container */
.beans-section .owl-dots {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 10px;
  margin-right: 20px;
  display: flex;
  gap: 8px;
  z-index: 2;
}

/* Parent section must be position relative */
.beans-section {
  background-color: #9F6241E6;
  position: relative;
}

/* Position dots top-right */
.beans-section .owl-dots {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 10px;
  margin-right: 20px;
  position: absolute;
  top: -55px;
  right: -16px;
  display: flex;
  gap: 8px;
  z-index: 10;
}

.testimonials .owl-dots {

  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 20px;
}

/* Base dot style */
.beans-section .owl-dot span,
.testimonials .owl-dot span {
  width: 10px;
  height: 10px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}

/* Active dot with outer white ring using ::after */
.beans-section .owl-dot.active span::after,
.testimonials .owl-dot.active span::after {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  width: 18px;
  /* 10px dot + 4px border on each side */
  height: 18px;
  border: 2px solid white;
  border-radius: 50%;
}

/* Base dot style */
.testimonials .owl-dot span {

  background-color: #A3532B;

}

/* Active dot with outer white ring using ::after */
.testimonials .owl-dot.active span::after {


  border: 2px solid #A3532B;
}

/* Background */
.get-app-section {
  background: url('/assets/landing/getAppBg.svg') no-repeat center center;
  background-size: cover;
}

/* Coffee color heading */
.text-coffee {
  color: #9f6241;
}

/* Button style */
.btn-coffee {
  background: linear-gradient(to right, #9f6241, #b37047);
  color: #fff;
  border: none;
  border-radius: 8px;
  transition: 0.3s ease;
}

.btn-coffee:hover {
  background: linear-gradient(to right, #b37047, #9f6241);
  color: #fff;
}

.TestimonialSection {
  background-color: #f7f1ec;
}

.copyRigit {
  background-color: #A3532B;
}

.copyRigit a {
  color: #CD9475;
  font-weight: 600;
  text-decoration: none;
}

.coffee-navbar {
  background: #A3532B;
}

.coffee-nav-link {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.1rem;
  transition: color 0.2s;
  padding: 6px 14px;
  border-radius: 4px;
}

.coffee-nav-link:hover,
.coffee-nav-link:focus {
  color: #fff;
  background: #a04e2b;
  text-decoration: none;
}

.coffee-nav-link.active {
  background: #a04e2b;
  color: #fff !important;
}

@media (max-width: 991.98px) {
  .info-overlay {
    position: static;
    transform: none;
    margin-top: 1.5rem;
  }

  /* Add: Stack about-section columns vertically */
  .about-section .row {
    flex-direction: column;
  }

  .about-section .col-lg-6,
  .about-section .col-lg-7,
  .about-section .col-lg-5 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .about-images {
    padding-top: 2rem !important;
  }
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .banner-content {
    padding: 1.5rem;
  }

  .banner-logo img {
    width: 60px;
  }

  .coffee-banner {
    min-height: 80vh;
  }

  h2 {
    font-size: 1.5rem;
  }

  p {
    font-size: 1rem;
  }

  .btn-learn-more {
    padding: 0.65rem 1.25rem;
    font-size: 0.9rem;
  }

  .about-heading {
    font-size: 2rem;
  }

  .about-section {
    padding: 2rem 1rem;
  }

  /* Add: Contact form spacing */
  .about-section form {
    padding: 0;
  }

  .about-section .about-images {
    padding-top: 1rem !important;
  }
}

@media (max-width: 480px) {
  .banner-content {
    padding: 1rem;
  }

  h2 {
    font-size: 1.25rem;
  }

  p {
    font-size: 0.95rem;
  }

  /* Add: Reduce padding for about-section */
  .about-section {
    padding: 1rem 0.5rem;
  }

  .about-section .about-title {
    font-size: 1.2rem;
  }

  .about-section .about-heading {
    font-size: 1.1rem;
  }

  .about-section .about-text {
    font-size: 0.95rem;
  }

  .about-section form .form-control {
    font-size: 0.95rem;
    padding: 0.5rem 0.75rem;
  }
}