/*
Theme Name: Sage Design Plus
Theme URI: https://wpnatives.com/
Author: thextremewp
Author URI: https://www.fiverr.com/sellers/thextremewp
Description: Modern one/multi-page theme with transparent header, animated hero, and Theme Options panel.
Version: 1.0.0
Text Domain: sage-design
*/
/* === Force all <p> left-aligned ===
   Put this in assets/css/main.css or style.css (after other rules) */
body p {
  text-align: left !important;
  margin-left: 0;
  margin-right: 0;
}

/* common content blocks that sometimes apply centering */
.container p,
.content-section p,
.about-copy p,
.faq-answer p,
.team-info p,
.step p,
.requirement-card p,
.category-card h3,
.info-line span,
.info-line p {
  text-align: left !important;
}

/* keep small subtitle elements centered if you still want that (optional)
   remove or comment out this block if you want subtitles left too */
.subtitle,
h2 + .subtitle {
  text-align: center; /* remove this line if you want subtitles left as well */
}
