/* Text alignment fixes */

/* Override hero section text alignment */
.hero .hero-content {
  text-align: left !important;
}

.hero .hero-content h1,
.hero .hero-content h2,
.hero .hero-content p,
.hero .hero-content div {
  text-align: left !important;
}

/* Ensure the button container is also left-aligned */
.hero .hero-content .text-left {
  text-align: left !important;
}

/* Add !important to text-left utility class to override other styles */
.text-left {
  text-align: left !important;
}
