/* Text alignment styles for the entire website */

/* Headings centered by default */
h1, h2, h3, h4, h5, h6 {
  text-align: center;
}

/* Section titles */
.section-title {
  text-align: center;
}

/* Hero section */
.hero-content h1,
.hero-content p {
  text-align: center !important;
}

/* About section */
.about-text p {
  text-align: justify;
}

/* Services section */
.service-content h3 {
  text-align: center;
}

.service-content p {
  text-align: justify;
}

.service-price {
  text-align: center;
}

/* Features */
.feature {
  text-align: center;
}

.feature p {
  text-align: center;
}

/* Team members */
.team-member-info {
  text-align: center;
}

.team-member p.bio {
  text-align: justify;
}

/* Testimonials */
.testimonial p {
  text-align: justify;
}

.testimonial-author {
  text-align: center;
}

/* Form labels */
.form-label {
  text-align: left;
}

/* Footer */
.footer-info p {
  text-align: justify;
} 