
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #fff8f0;
  color: #333;
}
.service-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 10px;
}

header {
  background: #ffdf91;
  padding: 20px;
  text-align: center;
}
header h1 {
  margin: 0;
  font-size: 2rem;
}
section {
  padding: 20px;
}
.services ul {
  list-style: none;
  padding-left: 0;
}
.services li {
  margin: 8px 0;
  font-size: 1.1rem;
}
.cta {
  background: #ffe9b5;
  text-align: center;
  padding: 20px;
}
footer {
  background: #eee;
  text-align: center;
  padding: 10px;
  font-size: 0.9rem;
}
.meet-todd {
  text-align: center;
}

.meet-todd img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 10px;
  margin: 20px auto;
  display: block;
}



.meet-todd p {
  font-size: 1rem;
  line-height: 1.5;
  max-width: 600px;
  margin: 0 auto;
}
.services-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.single-row {
  justify-content: center;
}

.service-card {
  width: 200px;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  background-color: #fff;
  border-radius: 12px;
  text-align: center;
}

.service-card img {
  max-height: 200px;
  width: auto;
  margin: 0 auto 10px auto;
  display: block;
  object-fit: contain;
  border-radius: 8px;
}

.service-card h3 {
  font-size: 1.1rem;
  margin: 0;
}


.testimonials {
  padding: 30px 20px;
  background: #fff8f0;
}

.testimonials h2 {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.testimonial {
  margin-bottom: 20px;
  font-size: 1.1rem;
  line-height: 1.5;
}
.contact-form {
  max-width: 400px;
  margin: 20px auto;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  text-align: center;
}


.contact-form button {
  background-color: #ffd700;
  border: none;
  padding: 10px 20px;
  font-size: 1rem;
  cursor: pointer;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.contact-form button:hover {
  background-color: #e6c200;
}
.contact-form {
  max-width: 500px;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contact-form input,
.contact-form textarea {
  padding: 12px;
  font-size: 1rem;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
}

.contact-form button {
  padding: 12px;
  font-size: 1rem;
  background-color: #ffd91a;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.contact-form button:hover {
  background-color: #ffcd00;
}
.cta form {
  max-width: 500px;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.cta input,
.cta textarea {
  padding: 12px;
  font-size: 1rem;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-family: inherit;
}

.cta button {
  background-color: #28a745;
  color: white;
  border: none;
  padding: 12px;
  font-size: 1rem;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.cta button:hover {
  background-color: #218838;
}
.services-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.single-row {
  justify-content: center;
}

.service-card {
  width: 200px;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  background-color: #fff;
  border-radius: 12px;
  text-align: center;
}

.service-card img {
  max-height: 200px;
  width: auto;
  margin: 0 auto 10px auto;
  display: block;
  object-fit: contain;
  border-radius: 8px;
}

.service-card h3 {
  font-size: 1.1rem;
  margin: 0;
}
.services-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.single-row {
  justify-content: center;
}

.service-card {
  width: 200px;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  background-color: #fff;
  border-radius: 12px;
  text-align: center;
}

.service-card img {
  max-height: 200px;
  width: auto;
  margin: 0 auto 10px auto;
  display: block;
  object-fit: contain;
  border-radius: 8px;
}

.service-card h3 {
  font-size: 1.1rem;
  margin: 0;
}


