/* custom1.css - Mobile text size adjustments */

@media (max-width: 767px) {
  /* Hero section text adjustments */
  .hero__caption span {
    font-size: 14px !important;
  }

  .hero__caption h1 {
    font-size: 28px !important;
    line-height: 1.2 !important;
  }

  .hero__caption p {
    font-size: 16px !important;
    margin-bottom: 30px !important;
  }

  /* Services section text adjustments */
  .blogs-cap h5 a {
    font-size: 18px !important;
  }

  .blogs-cap p {
    font-size: 14px !important;
  }

  /* About section text adjustments */
  .section-tittle h3 {
    font-size: 22px !important;
  }

  .section-tittle p {
    font-size: 14px !important;
  }

  .accordion-button {
    font-size: 16px !important;
    padding: 15px 10px !important;
  }

  .accordion-body p {
    font-size: 14px !important;
  }

  /* Warehouse section text adjustments */
  .warehouse-section .section-tittle h2 {
    font-size: 22px !important;
  }

  .warehouse-section p,
  .warehouse-section li {
    font-size: 14px !important;
  }

  .warehouse-features h4,
  .warehouse-benefits h4,
  .warehouse-locations h4 {
    font-size: 16px !important;
  }

  /* Footer text adjustments */
  .footer-tittle h4 {
    font-size: 16px !important;
  }

  .footer-tittle ul li a {
    font-size: 14px !important;
  }
}

@media (max-width: 575px) {
  /* Extra small devices */
  .hero__caption h1 {
    font-size: 24px !important;
  }

  .hero__caption p {
    font-size: 14px !important;
  }

  .btn.hero-btn {
    padding: 20px 30px !important;
    font-size: 14px !important;
  }
}
