@media (max-width: 768px) {
  .hero-slide {
    height: 80vh;
    justify-content: center;
    text-align: center;
  }

  .hero-slide {
  height: 80vh;
  justify-content: center;
  text-align: center;
  background-image: url('images/banner.jpg');
  background-size: cover;       /* Image fullscreen cover */
  background-position: center;  /* Center the image */
  background-repeat: no-repeat; /* No repeat */
  display: flex;
  align-items: center;
}

.hero-content {
  margin-left: 0;
  padding: 0 20px;
}

.hero-content p {
  font-size: 1rem;
  margin-top: -200px;
}

.hero-content h1 {
  font-size: 14px;
}

.hero-btn {
  font-size: 0.9rem;
  padding: 8px 20px;
}
}
/* Responsive: reduce height on smaller screens */
@media (max-width: 768px) {
  .hero-banner {
    height: 50vh;
  }
}

@media (max-width: 480px) {
   .hero-banner {
    height: 40vh;
  }
}
@media (max-width: 768px) {
  .farming-highlights {
    flex-direction: column;
    padding: 18px 20px;
    gap: 20px;
  }

  .highlight-box {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .about-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 10px 10px;
  }

  .about-left,
  .about-right {
    width: 100%;
    padding: 0 0px;
    margin-left: 2px;
  }

  .img-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    max-width: 105%;
  }

  .exp-box {
    position: relative;
    margin: 15px auto 0;
    display: inline-block;
    bottom: unset;
    left: unset;
  }

  .about-heading {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 8px;
  }

  .heading-line {
    display: none;
  }

  .about-right h2 {
    font-size: 1.4rem;
    line-height: 1.4;
    margin: 10px 0;
  }

  .about-right p {
    font-size: 1rem;
    line-height: 1.6;
  }

  .btn {
    margin-top: 15px;
    padding: 10px 20px;
    font-size: 1rem;
  }

  .about-cta img {
    display: none;
  }
  .about-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row; /* always side by side */
    margin-top: -25px;
  }

  .about-heading img {
   width: 30px;
   height: auto;
  }

  .about-heading h4 {
   margin: 0;
   font-size: 27px;
   white-space: nowrap; /* prevent wrap if needed */
  }

  .heading-line {
   height: 2px;
   background: green;
   width: 100px;
   margin-top: 10px;
  }

  .testimonial-section {
    padding: 20px 20px;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 0px 15px;
    text-align: center;
    margin-top: -30px;
  }

  .product-heading {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .product-heading img {
    max-width: 50px;
    margin-bottom: 10px;
  }

  .heading-line1 {
    display: none;
  }

  .section h2 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .filter-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 25px;
  }

  .filter-buttons button {
    padding: 8px 14px;
    font-size: 0.95rem;
    border-radius: 6px;
    border: 1px solid #ccc;
    background-color: #f5f5f5;
    cursor: pointer;
  }

  .card-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .card {
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 10px;
    background: #fff;
  }

  .card img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
  }

  .card h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }

  .card p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }

  .card button {
    padding: 8px 18px;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .product-heading {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row; /* Keeps image and text side-by-side */
    flex-wrap: wrap; /* In case of smaller screen */
   }

  .product-heading img {
    width: 30px;
    height: auto;
   }

  .product-heading h4 {
    margin: 0;
    font-size: 20px;
    white-space: nowrap;
  }
}


@media (max-width: 768px) {
  .why-choose-inner {
    flex-direction: column;
    padding: 20px 15px;
    text-align: center;
  }

  .why-left, .why-right {
    width: 100%;
  }

  .why-right img {
    width: 100%;
    max-width: 350px;
    height: auto;
    margin: 20px auto 0;
  }

  .why-icon-text {
    justify-content: center;
    align-items: center;
  }

  .why-icon-text img {
    max-width: 50px;
    margin-bottom: 10px;
  }

  .why-line {
    display: none;
  }

  .why-left h2 {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-top: 15px;
  }

  .why-left p {
    font-size: 1rem;
    margin: 15px 0;
  }

  .features {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
  }

  .feature-box {
    display: flex;
    align-items: center;
    text-align: left;
    max-width: 320px;
  }

  .feature-icon {
    font-size: 1.8rem;
    margin-right: 12px;
  }

  .feature-text {
    font-size: 1rem;
    line-height: 1.4;
  }

  .feature-text strong {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
  }
}

/* Mobile responsive */
@media (max-width: 768px) {
  .card-container {
    flex-direction: column;
    align-items: center;
  }

  .card {
    width: 90%;
    margin-bottom: 20px;
  }

  .product-heading img {
    width: 40px;
    height: auto;
  }

  .product-heading h4 {
    font-size: 33px;
  }

  .filter-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
  }

  .filter-buttons button {
    padding: 8px 14px;
    font-size: 14px;
    border-radius: 20px;
  }

  section h2 {
    font-size: 22px;
    text-align: center;
    margin: 10px auto;
  }
}

@media (max-width: 768px) {
  .blog-section {
    padding: 20px 15px;
  }

  .section-header {
    text-align: center;
  }

  .heading-icon {
    width: 40px;
    height: auto;
    margin-bottom: 10px;
  }

  .section-title h4 {
    font-size: 20px;
  }

  .section-title1 h2 {
    font-size: 22px;
  }

  .heading-line1 {
    width: 60px;
    height: 3px;
    background-color: #2e7d32;
    margin: 10px auto;
  }

  .blog-cards {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .blog-card {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }

  .image-box {
    position: relative;
    width: 100%;
  }

  .image-box img {
    width: 100%;
    height: auto;
    display: block;
  }

  .date-label {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.2;
    border-radius: 5px;
  }

  .content {
    padding: 15px;
    font-size: 14px;
  }

  .content p {
    margin-bottom: 10px;
  }

  .blog-arrow i {
    font-size: 16px;
  }

  .blog-arrow {
    margin-bottom: -19px;
  }

  .view-all {
    text-align: center;
    margin-top: 20px;
  }

  .view-all button {
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 25px;
    cursor: pointer;
  }
}


@media (max-width: 768px) {
  .gallery-title-box {
    padding: 31px 10px;
    text-align: center;
  }

  .section-title h4 {
    font-size: 18px;
  }

  .section-title1 h2 {
    font-size: 22px;
  }
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .grape-section {
    flex-direction: column;
    padding: 30px 15px;
  }

  .section-title h4 {
    font-size: 18px;
  }

  .section-title1 h2 {
    font-size: 22px;
  }

  .grape-section .content {
    font-size: 15px;
  }

  .grape-section .image img {
    width: 100%;
    max-width: 100%;
  }
}

/* Responsive for mobile */
@media (max-width: 768px) {
 .grape-overview {
   display: none;
 }
}

.carousel-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: auto;
}

.carousel {
  display: flex;
  transition: transform 0.5s ease;
}

.grape-item {
  flex: 0 0 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
  box-sizing: border-box;
  padding: 10px;
}

.grape-box {
  flex: 0 0 22%;
  text-align: center;
}

.arrow.left {
  left: 10px;
}

.arrow.right {
  right: 10px;
}

.dots {
  text-align: center;
  margin-top: 10px;
}
.dot {
  height: 12px;
  width: 12px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}
.dot.active {
  background-color: #333;
}

/* ✅ Responsive - Mobile */
@media (max-width: 768px) {
  

  .arrow {
    font-size: 28px;
    padding: 6px 12px;
  }

  .section-title h4 {
    font-size: 18px;
  }

  .section-title1 h2 {
    font-size: 22px;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .container1 {
    flex-direction: column-reverse;
    gap: 30px;
    text-align: center;
  }

  .image-section img {
    width: 366px;
    height: auto;
    object-fit: contain;
  }

  .text-section{
    max-width: 111%;
  }

  .section-title1 h2 {
    font-size: 24px;
  }

  .section-title h4 {
    font-size: 18px;
  }

  .text-section p {
    font-size: 15px;
  }
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .section-title1 h2 {
    font-size: 24px;
  }

  .section-title h4 {
    font-size: 31px;
  }

  .description {
    font-size: 15px;
    padding: 0 10px;
  }

  .cert-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .logo-item {
    flex: 1 1 100%;
  }
  .post-content .date-label{
    top: -170px;
  }
}

@media (max-width: 768px) {
  .gallery-box {
    width: 90vw; /* almost full width on mobile */
    margin-right: 10px;
  }
}


 /* Responsive styles */
  @media (max-width: 768px) {
    .section-title h4 {
      font-size: 24px;
    }

    .section-title1 h2 {
      font-size: 24px;
    }

    .testimonial-cards {
      gap: 60px;
    }

    .testimonial-card {
      flex: 0 0 80%;
    }
  }

  @media (max-width: 480px) {
    .testimonial-card {
      flex: 0 0 90%;
    }

    .section-title1 {
      flex-direction: column;
    }

    .section-title1 h2 {
      font-size: 20px;
    }
  }

   @media (max-width: 768px) {
    .about-banner {
      padding: 38px 17px;
    }

    .about-banner h1 {
      font-size: 32px;
    }

    .breadcrumb {
      font-size: 14px;
      flex-direction: column;
      gap: 5px;
    }
  }

  @media (max-width: 480px) {
    .about-banner {
      padding: 50px 10px;
    }

    .about-banner h1 {
      font-size: 28px;
    }

    .breadcrumb {
      font-size: 13px;
    }
  }

  /* Responsive adjustments */
@media (max-width: 768px) {

  .heading-line1 {
    margin-left: 0;
    margin-top: 5px;
  }

  .section-title1 h2 {
    font-size: 24px;
  }

  .section-title img{
    width: 31px;
    margin-top: 0px;
  }
 
}

/* Tablet (2 cards) */
@media (min-width: 600px) {
  .team-card {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* Desktop (3 cards) */
@media (min-width: 992px) {
  .team-card {
    flex: 0 0 33.3333%;
    max-width: 24.3333%;
  }
}

/* Responsive for tablets and up */
@media (min-width: 768px) {
  .grape-section {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
  }

  .grape-section .image {
    flex: 1;
  }

  .grape-section .content {
    flex: 1;
    padding: 0;
  }

  .section-title1 h2 {
    font-size: 2.5rem;
  }

  .section-title h4 {
    font-size: 1.75rem;
  }
}

/* ✅ Responsive Styles */
@media (max-width: 1024px) {
  .supply-chain__heading h2 {
    font-size: 28px;
  }

  .supply-chain__subtitle {
    font-size: 18px;
  }

  .supply-chain__description {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .supply-chain__container {
    flex-direction: column;
    text-align: center;
  }

  .supply-chain__title-wrapper {
    justify-content: center;
  }

  .supply-chain__line {
    display: none;
  }

  .supply-chain__heading h2 {
    font-size: 24px;
  }

  .supply-chain__subtitle {
    font-size: 23px;
  }

  .supply-chain__description {
    font-size: 14px;
  }
  .blog-cards1 {
    padding: 20px 21px;
  }
  .contact-left {
    padding: 20px 10px;
  }
}