.imsgdswidth {
  width: 130px; /* default logo size */
  transition: all 0.3s ease;
}

.vesitable p {
  font-size: 16px; /* default text size on desktop */
  margin-top: 5px;
}

/* 📱 Mobile adjustments */
@media (max-width: 767px) {
  .imsgdswidth {
    width: 80px; /* smaller logos */
  }

  .vesitable p {
    font-size: 12px; /* smaller font for mobile */
  }

  .vesitable h1 {
    font-size: 20px; /* smaller section title on mobile */
  }
}


@media (max-width: 767px) {
  /* Reduce spacing for Our Partner section */
  .vesitable.py-5,
  .vesitable .container.py-5 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
    margin-bottom: -2rem !important;
  }

  /* Reduce spacing for Our Products section */
  .fruite.py-5,
  .fruite .container.py-5 {
    padding-top: 0.8rem !important;
    padding-bottom: 0.8rem !important;
    margin-top: 0rem !important;
  }

  /* Optional: smaller title gap */
  .vesitable h1,
  .fruite h1 {
    margin-bottom: 0.8rem !important;
  }
}


@media (max-width: 767px) {
  .testimonial .owl-nav {
    display: none !important;
  }
}
