.s-quality-of-life .content-section .sub1 {
    letter-spacing: 0.3px;
    margin-bottom: 22px;
    line-height: 24px;
    font-weight: 700;
    font-size: 21px;
}

.s-quality-of-life .content-section .sub {
    letter-spacing: 0.3px;
    /* margin-bottom: 20px; */
    line-height: 26px;
    font-size: 18px !important;
}

.s-meet-farm {
    padding-bottom: 45px;
    padding-top: 40px;
}
  
.process-row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 70px;
  margin-top: 40px;
  position: relative;
}

.single-process {
  position: relative;
  flex: 1 1 300px;
  min-height: 260px;
  max-width: 350px;
  padding: 30px;
  border-radius: 20px;
  text-align: center;
  transition: all 0.4s ease;
    box-shadow: 0 0px 8px rgb(225 222 222 / 25%), 0 14px 2px rgb(193 193 193 / 88%);
  cursor: pointer;
}

.single-process i {
  font-size: 36px;
  color: inherit;
  transition: transform 0.5s ease;
}

.single-process:hover i {
  transform: rotateY(180deg);
  color: #005590;
}

.single-process h4 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 7px;
  margin-top: 15px;
  color: inherit;
}

.single-process p {
  font-size: 18px;
  line-height: 1.5;
  color: inherit;
}

.single-process.first,
.single-process.last {
  background-color: #eff4f8;
  color: #111;
  border: 5px solid #eff3f6;
}

.single-process.second {
  background-color: #eff4f8;
  color: #000;
  border: 5px solid #eff3f6;
}

.single-process.first:hover,
.single-process.last:hover {
  background-color: #005590 !important;
  color: #fff !important;
  border: 5px solid #4f88b0;
}

.single-process.second:hover {
  background-color: #005590 !important;
  color: #fff !important;
  border: 3px solid #4f88b0;
}

.single-process:hover h4,
.single-process:hover p {
  color: inherit !important;
}

.single-process:not(:last-child)::after {
  content: "\f061"; /* FontAwesome arrow-right */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: -55px;
  transform: translateY(-50%);
  font-size: 20px;
  color: #0d401c;
  background: #fff;
  padding: 8px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

/* Responsive Fixes */
@media (max-width: 992px) {
  .process-row {
    flex-wrap: wrap;
    gap: 30px;
  }
  .single-process::after {
    display: none;
  }
}

/* Why Trade section – Enhanced Version */

.why-rice-route-section {
  padding: 30px 20px;
  background-color: #f9f9f9;
  text-align: center;
}

.section-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #004d26;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  justify-content: center;
  margin-bottom: 40px;
}

.benefit-box {
  padding: 25px 20px;
  border-radius: 12px;
  background-color: white;
  color: #222;
  font-weight: 600;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.benefit-box p{
  font-size: 18px;
  font-weight: 600;
  line-height: 23px;
}
.benefit-box i {
  font-size: 32px;
  margin-bottom: 14px;
  display: block;
  color: #005590;
  transition: color 0.4s ease, transform 0.4s ease, text-shadow 0.4s ease;
}

.benefit-box:hover {
  transform: translateY(-10px);
/*  box-shadow: 0 12px 30px rgba(0, 128, 0, 0.25);*/
}

/* Elegant float + glow + color change */
.benefit-box:hover i {
  transform: translateY(-5px) scale(1.15);
  color: #00aa55; /* Hover color */
/*  text-shadow: 0 0 10px rgba(0, 170, 85, 0.3);*/
}

.benefit-box.green-shadow:hover i {
  color: #f2b600;
}

.benefit-box.yellow-shadow:hover i {
  color: #f2b600;
}

.green-shadow {
/*  box-shadow: 0 10px 25px rgba(0, 128, 0, 0.25);*/
  border: 2px solid #070606b8;
}

.yellow-shadow {
/*  box-shadow: 0 10px 25px rgba(255, 186, 0, 0.25);*/
  border: 2px solid #070606b8;
}

/* CTA Section */
.cta-box {
  background-color: #004d26;
  padding: 30px 20px;
  color: #fff;
  border-radius: 10px;
  max-width: 600px;
  margin: 0 auto;
  box-shadow: 0 10px 30px rgba(0, 128, 0, 0.3);
  animation: fadeInUp 1s ease;
}

.cta-box p {
  font-size: 16px;
  margin-bottom: 10px;
}

.cta-box h4 {
  margin: 0;
  font-weight: 600;
  color: #ffcc00;
}

/* FadeIn CTA animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 992px) {
  .steps-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .arrow-box {
    display: none;
  }
}
.fs-25 {
    font-size: 25px;
}

.process-icon-box {
    background-color: #005590;
    color: #fff;
    width: 74px;
    height: 74px;
    border-radius: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-process:hover .process-icon-box{
    background-color: #fff;
}