/* BTW Stump Removal - Main Stylesheet */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #f5f5f0;
  color: #2c2c1e;
}
header {
  background: #4e6e41;
  color: white;
  padding-bottom: 0;
}
.banner {
  width: 100%;
  max-height: 180px;
  object-fit: cover;
  display: block;
}
.banner-text {
  text-align: center;
  padding: 16px 0 16px 0;
  background: #4e6e41;
  color: #fff;
  border-radius: 0 0 12px 12px;
  margin-bottom: 0;
}
.banner-title {
  font-size: 1.8em;
  font-weight: bold;
  letter-spacing: 1px;
  display: block;
}
.banner-subtitle {
  font-size: 1.1em;
  font-style: italic;
  color: #e0e0d0;
  font-weight: normal;
  display: block;
  margin-top: 4px;
}
nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #3b4d36;
  padding: 10px 0;
  position: relative;
}
nav a {
  color: #fff;
  margin: 0 15px;
  text-decoration: none;
  font-weight: bold;
  padding: 4px 4px 4px 4px; /* Consistent bottom padding for all */
  border-radius: 10px;
  transition: background 0.1s, color 0.1s;
}
nav a.active {
  border-bottom: 2.5px solid #bfa76f;
  border-radius: 0;
  /* Remove border-radius override, keep consistent with others */
  /* No extra padding-bottom, keep same as others */
}
nav a:not(.active):hover,
nav a:not(.active):focus,
nav a:not(.active):active {
  background: #4e6e41;
  color: #fff;
  box-shadow: none;
  text-decoration: none;
  transition: background 0.1s, color 0.1s;
}
#menu-toggle {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.5em;
  margin-left: auto;
  cursor: pointer;
}
.container {
  padding: 24px;
  max-width: 800px;
  margin: auto;
  background: #fff;
  box-shadow: 0 2px 8px rgba(60, 60, 40, 0.07);
  border-radius: 8px;
  margin-top: 24px;
  margin-bottom: 24px;
}
form label {
  display: block;
  margin-top: 16px;
  margin-bottom: 4px;
  font-weight: bold;
}
form input, form textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #bfa76f;
  border-radius: 4px;
  font-size: 1em;
  margin-bottom: 8px;
  background: #f8f8f3;
  /* Ensure font family and size are inherited for consistency */
  font-family: inherit;
  line-height: 1.4;
}
form textarea {
  /* Remove duplicate font-size and font-family settings */
  resize: vertical;
}
form textarea::placeholder {
  font-size: 1em;
  font-family: inherit;
  color: #888;
}
form button[type="submit"] {
  background: #4e6e41;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  font-size: 1em;
  cursor: pointer;
  margin-top: 12px;
}
form button[type="submit"]:hover {
  background: #3b4d36;
}
#form-status {
  margin-top: 12px;
  font-size: 1em;
}
.contact-alt {
  margin-top: 24px;
  text-align: center;
}
footer {
  background: #3b4d36;
  color: #fff;
  text-align: center;
  padding: 18px 0 8px 0;
}
.footer-logo {
  width: 64px;
  height: 64px;
  object-fit: contain;
  margin-top: 4px;
  margin-bottom: 8px;
}
.team-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 18px;
  margin-top: 18px;
}
.team-table th, .team-table td {
  text-align: center;
  vertical-align: middle;
  padding: 12px 8px;
}
.team-table th {
  background: #e6e6d6;
  color: #2c2c1e;
  font-weight: bold;
}
.team-table tbody tr {
  background: #f8f8f3;
  border-radius: 8px;
  box-shadow: 0 1px 4px rgba(60,60,40,0.06);
}
.team-table img {
  display: block;
  margin: 0 auto;
}
.cta-btn {
  display: inline-block;
  background: #4e6e41;
  color: #fff;
  border: none;
  border-radius: 24px;
  padding: 14px 36px;
  font-size: 1.15em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  margin: 8px auto 0 auto;
  box-shadow: 0 2px 8px rgba(60, 60, 40, 0.10);
  transition: background 0.2s, box-shadow 0.2s;
  cursor: pointer;
}
.cta-btn:hover, .cta-btn:focus {
  background: #3b4d36;
  color: #fff;
  box-shadow: 0 4px 16px rgba(60, 60, 40, 0.16);
  text-decoration: none;
}
.footnote {
  font-size: 0.90em;
  font-style: italic;
  color: #555;
}
/* About page logo alignment */
main .about-logo {
  width: 112px;
  height: 112px;
  float: right;
  margin: 0 0 8px 8px;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(60,60,40,0.10);
  object-fit: cover;
}

/* Team headshot alignment */
.team-table td img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto;
  box-shadow: 0 1px 4px rgba(60,60,40,0.10);
  display: block;
}

.team-table td, .team-table th {
  vertical-align: middle;
}

.price-table {
  width: 100%;
  max-width: 400px;
  margin: 1em 0 1Sem 0.25em;
  border-collapse: collapse;
  background: #f8f8f3;
  box-shadow: 0 1px 4px rgba(60,60,40,0.06);
  border-radius: 8px;
  overflow: hidden;
}
.price-table th, .price-table td {
  text-align: left;
  padding: 10px 12px;
}
.price-table th {
  background: #e6e6d6;
  color: #2c2c1e;
  font-weight: bold;
}
.price-table tr:not(:last-child) td {
  border-bottom: 1px solid #e0e0d0;
}

@media (max-width: 700px) {
  .container {
    padding: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
    max-width: 100vw;
    box-sizing: border-box;
  }
  nav {
    flex-direction: column;
    align-items: flex-start;
  }
  nav a {
    display: none;
    width: 100%;
    margin: 0;
    padding: 12px 0;
    border-bottom: 1px solid #4e6e41;
    border-radius: 0 !important;
  }
  nav.open a {
    display: block;
  }
  #menu-toggle {
    display: block;
    margin-right: 16px;
  }
  .team-table th, .team-table td {
    font-size: 0.95em;
    padding: 8px 2px;
  }
  form input, form textarea {
    font-size: 1em;
    padding: 8px;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
  form label {
    font-size: 1em;
  }
  main .about-logo {
    float: none;
    display: block;
    margin: 0 auto 16px auto;
  }
  .banner-text {
    padding: 18px 0 10px 0;
  }
  .banner-title {
    font-size: 1.3em;
  }
  .banner-subtitle {
    font-size: 0.95em;
  }
  .price-table, .price-table th, .price-table td {
    font-size: 0.98em;
    padding: 8px 6px;
  }
  .price-table {
    width: auto;
    max-width: 100%;
    padding-left: 2vw;
    padding-right: 2vw;
    box-sizing: border-box;
  }
}
