 body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: #f7f7f7;
  color: #222;
}

.hero {
  background: url("https://images.unsplash.com/photo-1501004318641-b39e6451bec6?auto=format&fit=crop&w=1400&q=80")
    no-repeat center center/cover;
  height: 90vh;
  position: relative;
}
.contact-box a,
.contact-link,
.facebook-link {
  color: #007bff !important;
  text-decoration: underline !important;
}

.contact-box a:visited,
.contact-link:visited,
.facebook-link:visited {
  color: #007bff !important;
}

.contact-box a:hover,
.contact-link:hover,
.facebook-link:hover {
  color: #0056b3 !important;
}
.overlay {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  padding: 20px;
}

.overlay h1 {
  font-size: 3rem;
  margin-bottom: 10px;
}

.overlay p {
  font-size: 1.2rem;
  max-width: 600px;
}

.btn {
  margin-top: 20px;
  background: #2ecc71;
  padding: 12px 25px;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}

section {
  padding: 50px 20px;
  text-align: center;
}

.about, .gallery {
  background: white;
}

.services {
  background: #e9f5ec;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.service-card {
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
}

.contact-box {
  margin: 20px auto;
  max-width: 400px;
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
}

.contact-form {
  max-width: 500px;
  margin: 30px auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

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

.contact-form button {
  background: #2ecc71;
  border: none;
  padding: 12px;
  font-size: 1.1rem;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

.contact-form button:hover {
  background: #27ae60;
}

footer {
  background: #222;
  color: white;
  padding: 20px;
  text-align: center;
}
.top-header {
  text-align: center;
  padding: 20px;
}

.logo {
  max-width: 250px;
  width: 90%;
  height: auto;
}

.call-button {
  display: inline-block !important;
  background-color: #0b5c2e !important;
  color: white !important;
  padding: 14px 25px !important;
  border-radius: 10px !important;
  text-decoration: none !important;
  font-size: 18px !important;
  font-weight: bold !important;
  margin-top: 15px !important;
}
.service-areas {
  padding: 50px 20px;
  text-align: center;
  background: #f4f4f4;
}
.service-areas {
  padding: 50px 20px;
  text-align: center;
  background: #f4f4f4;
}

.service-areas h2 {
  font-size: 32px;
  margin-bottom: 15px;
}

.service-areas p {
  font-size: 18px;
  max-width: 700px;
  margin: auto;
  color: #333;
  margin-bottom: 20px;
}

.area-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 12px;
  max-width: 800px;
  margin: auto;
}

.area-list li {
  background: white;
  padding: 12px;
  border-radius: 8px;
  font-weight: bold;
  border: 1px solid #ddd;
}
.facebook-link {
  color: #0b5c2e;
  font-weight: bold;
  text-decoration: none;
}

.facebook-link:hover {
  text-decoration: underline;
}
.facebook-link:visited {
  color: #0b5c2e;
}

.facebook-link:active {
  color: #0b5c2e;
}
.facebook-icon {
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-right: 8px;
}
.facebook-icon {
  width: 18px !important;
  height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
  vertical-align: middle;
  margin-right: 8px;
}
img.facebook-icon {
  width: 18px !important;
  height: 18px !important;
}
.facebook-icon {
  width: 18px !important;
  height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
  display: inline-block;
}
.contact-box a {
  color: #0b5c2e;
  font-weight: bold;
  text-decoration: none;
}

.contact-box a:hover {
  text-decoration: underline;
}
.icon-green {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 6px;

  filter: invert(32%) sepia(90%) saturate(400%) hue-rotate(90deg) brightness(80%) contrast(95%);
}
.contact-line {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 10px 0;
}

.icon-green {
  width: 18px !important;
  height: 18px !important;
  object-fit: contain;
  flex-shrink: 0;

  filter: invert(32%) sepia(90%) saturate(400%) hue-rotate(90deg) brightness(80%) contrast(95%);
}

.contact-link,
.facebook-link {
  color: #0b5c2e;
  font-weight: bold;
  text-decoration: none;
}

.contact-link:hover,
.facebook-link:hover {
  text-decoration: underline;
}
.contact-link {
  color: #000;
  text-decoration: none;
  font-weight: normal;
}

.contact-link:hover {
  text-decoration: underline;
}
.contact-link {
  color: #000 !important;
  font-weight: normal !important;
  text-decoration: none;
}

.contact-link:hover {
  text-decoration: underline;
}
.icon-normal {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  margin-right: 8px;
}
.contact-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 10px 0;
}

.contact-row img {
  width: 18px !important;
  height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
  vertical-align: middle;
}

.label-green {
  color: #2ecc71;
}

.contact-link,
.facebook-link {
  color: #004aad;
  text-decoration: underline;
}
.contact-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 12px 0;
  font-size: 16px;
}

.contact-icon {
  width: 20px !important;
  height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
  object-fit: contain;
}

.label-green {
  color: #2ecc71;
}

.contact-link,
.facebook-link {
  color: #004aad;
  text-decoration: underline;
}
.contact-box img {
  width: 20px !important;
  height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
  object-fit: contain !important;
  display: inline-block !important;
}
.contact-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
}

.contact-icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.label-green {
  color: #2e7d32;
}

.contact-link,
.facebook-link {
  color: blue;
  text-decoration: underline;
}
.contact-box {
  max-width: 500px;
  margin: 0 auto;
  background: white;
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
  text-align: left;
}

.contact-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 12px 0;
  font-size: 16px;
}

.contact-icon {
  width: 22px;
  height: 22px;
}

.label-green {
  color: #2ecc71;
  font-weight: bold;
}

.contact-link,
.facebook-link {
  color: #0066ff;
.contact-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 12px 0;
}

.contact-icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex-shrink: 0;
}

.label-green {
  color: #4CAF50;
  font-weight: bold;
}

.contact-link,
.facebook-link {
  color: #007bff;
  text-decoration: none;
  font-weight: normal;
}

.contact-link:hover,
.facebook-link:hover {
  text-decoration: underline;
}
.c.contact-row strong {
  color: black;
}

.contact-link {
  color: blue;
  text-decoration: underline;
}
.contact-fa-icon {
  font-size: 22px;
  color: black;
  margin-right: 10px;
}
.contact-box a {
  color: blue !important;
  text-decoration: underline !important;
}.contact-box a {
  color: #007bff !important;
  text-decoration: underline !important;
  font-weight: normal;
}

.contact-box a:visited {
  color: #007bff !important;
}
.top-header {
  display: flex;
  justify-content: center;
  
.contact-box p {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0;
}

.contact-box .icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.contact-box strong {
  width: 85px; /* controls alignment of Phone/Email/Facebook */
  display: inline-block;
.contact-box p {
  margin: 12px 0;
  font-size: 18px;
.contact-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 12px 0;
}

.contact-fa-icon {
  font-size: 20px;
  width: 24px;
}
.badge-box h2 {
  margin: 0;
  font-size: 32px;
  color: #0b4d2a;
  font-weight: bold;
}
.hours {
  padding: 60px 20px;
  text-align: center;
  background: white;
}

.hours h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.hours p {
  font-size: 1.1rem;
  color: #444;
}

.hours-box {
  margin-top: 25px;
  display: inline-block;
  padding: 20px 30px;
  border-radius: 10px;
  background: #f4f4f4;
  font-size: 1.1rem;
  line-height: 2;
}
.hours {
.hours {
  padding-bottom: 10px !important;
  margin-bottom: 0px !important;
}

.contact {
  padding-top: 10px !important;
  margin-top: 0px !important;
}