/* Mobile-specific adjustments for floating FABs, Testimonials navigation and bottom padding */
@media (max-width: 1023px) {
  body {
    padding-bottom: 5rem !important;
    /* safe spacing at the bottom of the page */
  }

  body .whatsapp-fab {
    width: 2.5rem !important;
    height: 2.5rem !important;
    bottom: 1rem !important;
    left: 1rem !important;
  }

  body .whatsapp-fab i {
    font-size: 1.25rem !important;
  }

  .acc-widget .acc-fab {
    width: 2.5rem !important;
    height: 2.5rem !important;
    bottom: 4rem !important;
    left: 1rem !important;
  }

  .acc-widget .acc-fab span {
    font-size: 1.25rem !important;
  }

  .testimonials-slider-container .testimonials-nav {
    position: static !important;
    transform: none !important;
    justify-content: center !important;
    gap: 1.5rem !important;
    margin-top: 1rem !important;
    pointer-events: auto !important;
  }
}

/* Hide the horizontal scrollbar in the mobile benefits carousel */
.mobile-benefits-carousel {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.mobile-benefits-carousel::-webkit-scrollbar {
  display: none;
}
