/*
Theme Name: Garcia Pro Window Tinting
Author: Cory Garcia
Description: Custom dark layout with bold orange highlights and strong typography.
Version: 2.0
*/

body {
  font-family: 'Oswald', sans-serif;
  background-color: #121212;
  color: #f2f2f2;
  margin: 0;
  padding: 0;
}

h1, h2, h3 {
  font-weight: 700;
  color: #ff6600;
  margin-bottom: 10px;
}

a {
  color: #ff6600;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

header, footer {
  background-color: #1c1c1c;
  padding: 20px;
  text-align: center;
}

header img {
  max-width: 250px;
  height: auto;
}

/* Hero Section */
.intro {
  background: url('https://via.placeholder.com/1200x500?text=Tinted+Vehicle+Header') center/cover no-repeat;
  padding: 100px 20px;
  text-align: center;
}
.intro h1 {
  font-size: 48px;
  color: #fff;
}
.intro p {
  font-size: 20px;
  color: #ccc;
}
.intro .btn {
  background-color: #ff6600;
  color: #fff;
  padding: 12px 25px;
  font-size: 18px;
  margin-top: 20px;
  display: inline-block;
  border-radius: 5px;
}

/* Services */
.services {
  background-color: #fff;
  color: #111;
  text-align: center;
  padding: 60px 20px;
}
.service-box {
  display: inline-block;
  width: 30%;
  margin: 20px 1%;
  padding: 20px;
  background-color: #eee;
  border-radius: 8px;
}
.service-box h3 {
  color: #ff6600;
}

/* Testimonials */
.testimonials {
  background-color: #000;
  color: #fff;
  padding: 60px 20px;
  text-align: center;
}
.testimonials blockquote {
  font-size: 20px;
  font-style: italic;
  margin: 20px auto;
  max-width: 800px;
}

/* Gallery */
.gallery {
  background-color: #f4f4f4;
  padding: 60px 20px;
  text-align: center;
}
.gallery img {
  width: 22%;
  margin: 1%;
  border-radius: 5px;
  border: 2px solid #ccc;
}

/* Pricing */
.pricing {
  background-color: #1c1c1c;
  color: #fff;
  text-align: center;
  padding: 60px 20px;
}
.pricing p {
  font-size: 20px;
  margin: 10px 0;
}
.pricing strong {
  font-size: 26px;
  color: #ff6600;
}

/* Contact Form */
.contact-form {
  background-color: #fff;
  color: #111;
  padding: 60px 20px;
  text-align: center;
}
.contact-form input,
.contact-form textarea {
  width: 90%;
  max-width: 500px;
  padding: 10px;
  margin: 10px 0;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.contact-form button {
  background-color: #ff6600;
  color: #fff;
  border: none;
  padding: 12px 25px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
}

/* Footer */
footer {
  background-color: #111;
  color: #999;
  font-size: 14px;
}
