/*
Theme Name: Palmal Group of Industries Custom Theme
Theme URI: https://palmalgarments.com
Author: AI Studio WordPress Builder Agent
Author URI: https://ai.studio/build
Description: A high-fidelity, custom-crafted WordPress theme for Palmal Group of Industries, featuring responsive Tailwind CMS elements, dynamic hero sliders, interactive brand logos, and compliant sustainability sections.
Version: 1.0.0
License: GNU GPLv2 or later
Text Domain: palmal-group
*/

/* Custom Marquee Scrolling Animations for the Global Clients conveyor */
@keyframes marquee-conveyor {
  0% { transform: translateX(0); }
  100% { transform: translateX(-33.3333%); }
}

.animate-marquee {
  display: flex;
  width: max-content;
  animation: marquee-conveyor 30s linear infinite;
}

.animate-marquee:hover {
  animation-play-state: paused;
}

/* Custom glow effects and transition configurations */
.custom-transition-all {
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

html {
  scroll-behavior: smooth;
}

