body {
  margin: 0;
}

.horizontal-scroll {
  height: 200vh;
  position: relative;

  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,0.55),
      rgba(247,242,234,0.4)
    ),
    url("../images/backproduct.png") !important;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed !important;
}
.rice-ban{
       background: linear-gradient(180deg, ##fffefa82, #f3efe7),
    url("../images/backproduct.png") fixed !important ; 
}
.sticky-wrapper {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
.horizontal-scroll h3{
  font-size: clamp(2.2rem, 4vw, 5.2rem);
  margin:0 0 14px;
  color: #000;
}
.horizontal-scroll span {
    letter-spacing: 3px;
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #b08542;
}
.horizontal-scroll p{
  color: #000;
}


.horizontal-track {
 display: flex;
  gap: 40px;
  padding: 0 5vw;
}

.panel {
  min-width: 50vw;
  height: 75vh;
    background: transparent !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content {
  width: 80%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}

.img-box {
  border: 2px solid #a16207;
  border-radius: 25px;
  padding: 40px;
  background: #fff;
}

.img-box img {
   width: 100%;
}

.text-box h2 {
  font-size: 35px;
  color: #8b5e34;
  font-weight: 600;
}
.text-box p{
     font-size: 1.4rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 22px;
    }
.text-box ul {
    list-style: none;
    margin-bottom: 30px;
}
.text-box li {
    margin-bottom: 10px;
    font-size: 1.4rem;
      color: #444;
    position: relative;

}
button {
  padding: 12px 26px;
  border-radius: 30px;
  border: 1px solid #8b5e34;
  background: transparent;
  cursor: pointer;
  color: #444;
}
button:hover {
  padding: 12px 26px;
  border-radius: 30px;
  border: 1px solid #8b5e34;
  background: #8b5e34;
  color: #fff;
  cursor: pointer;
}
.why-flour-section{
padding: 70px 0;
  position: relative;
  background: linear-gradient(180deg, #fff, #f7f2ea);
  overflow: hidden;
  padding-bottom: 150px;
}
.why-flour-section:before{
content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-radial-gradient(
      circle at 20% 30%,
      rgba(176, 133, 66, 0.08) 0 2px,
      transparent 2px 2px
    ),
    repeating-radial-gradient(
      circle at 80% 70%,
      rgba(176, 133, 66, 0.04) 0 2px,
      transparent 2px 5px
    );
  z-index: 0;
  pointer-events: none;
}

/* headings */
.small-title{
  letter-spacing:3px;
  font-size:12px;
  color:#a67c52;
  margin-bottom:10px;
}

.main-title{
  font-size:48px;
  font-weight:600;
  margin-bottom:15px;
  color:#2f2f2f;
}

.subtitle{
  color:#666;
  margin-bottom:50px;
}

/* cards */
.feature-card{
  background:#f3f1ee;
  padding:40px 25px;
  border-radius:25px;
  transition:all .4s ease;
  margin-bottom:30px;
  box-shadow:0 10px 25px rgba(0,0,0,0.05);
      height: 250px;
}

/* ICON */
.feature-card .icon{
  font-size:34px;
  color:#a67c52;
  margin-bottom:20px;
}

.feature-card h4{
  color:#8b5e34;
  font-weight:600;
  margin-bottom:15px;
}

.feature-card p{
  color:#555;
  line-height:1.7;
}

/* 🔥 HOVER ZOOM EFFECT */
.feature-card:hover{
  transform:scale(1.08);
  box-shadow:0 25px 50px rgba(0,0,0,0.12);
}
.why p{
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 20px;
}