
    body {
      margin: 0;
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      background-color: #f7f9fc;
      color: #000;
    }

    header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 20px; /* Reduce horizontal padding */
  background: white;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
}
nav {
  flex: 1;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-header {
  white-space: nowrap;
  margin-left: auto;
}
@media (max-width: 768px) {
  .cta-header {
    padding: 8px 12px;
    font-size: 14px;
    margin-top: 10px;
  }

  header {
    flex-direction: column;
    align-items: flex-start;
  }

  nav {
    justify-content: flex-start;
    margin-top: 10px;
  }
}

    .logo img {
      width: 40px;
    }

    nav a {
      margin: 0 15px;
      text-decoration: none;
      color: black;
      font-weight: 600;
    }

    .cta-header {
      background-color: #0066ff;
      color: #fff;
      padding: 10px 20px;
      border-radius: 6px;
      font-weight: bold;
      text-decoration: none;
    }
.hero, .stats, .services {
  margin-top: 100px;
}
    .hero {
      text-align: center;
      padding: 100px 20px 60px;
      background-color: white;
    }

    .hero h1 {
      font-size: 32px;
      font-weight: 700;
    }

    .hero p {
      font-size: 16px;
      color: #444;
      line-height: 1.6;
      margin: 20px 0;
      max-width: 800px;
      margin-inline: auto;
    }

    .cta-button {
      background-color: #0066ff;
      color: #fff;
      padding: 15px 30px;
      font-size: 16px;
      font-weight: bold;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-top: 30px;
    }

    .stats {
      background-color: #0066ff;
      color: white;
      display: flex;
      justify-content: space-around;
      padding: 40px 20px;
      flex-wrap: wrap;
    }

    .stat {
      text-align: center;
      margin: 20px;
    }

    .stat i {
      font-size: 30px;
      display: block;
      margin-bottom: 10px;
    }

    .services {
      text-align: center;
      padding: 60px 20px;
    }

    .services h2 {
      font-size: 28px;
      margin-bottom: 10px;
    }

    .services p {
      color: #555;
      max-width: 700px;
      margin: 0 auto 50px;
    }

    .service-cards {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px;
    }

    .card {
      background-color: white;
      border-radius: 20px;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
      padding: 30px;
      width: 300px;
      text-align: left;
    }

    .card h3 {
      font-size: 18px;
      font-weight: bold;
    }

    .card p {
      color: #666;
      font-size: 15px;
      margin: 15px 0;
    }

    .card .cta-button {
      font-size: 15px;
      padding: 10px 20px;
    }
    /* Mobile toggle button */
.mobile-toggle {
  display: none;
  font-size: 24px;
  cursor: pointer;
}

/* Responsive Navbar */
@media (max-width: 768px) {
  .mobile-toggle {
    display: block;
    color: #333;
  }

  nav {
    display: none;
    flex-direction: column;
    width: 100%;
    background: white;
    position: absolute;
    top: 70px;
    left: 0;
    border-top: 1px solid #eee;
  }

  nav a {
    padding: 15px 20px;
    border-bottom: 1px solid #f0f0f0;
    margin: 0;
    text-align: left;
  }

  nav.active {
    display: flex;
  }

  header {
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
  }

  .cta-header {
    font-size: 14px;
    padding: 8px 14px;
    white-space: nowrap;
  }
}
.cta-section {
  background-color: #0066ff;
  color: white;
  padding: 80px 20px;
  text-align: center;
}

.cta-content h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
}

.cta-content p {
  font-size: 16px;
  color: #d9e6ff;
  margin-bottom: 40px;
}

.cta-btn {
  background-color: white;
  color: #0066ff;
  padding: 15px 30px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: background 0.3s ease;
}

.cta-btn:hover {
  background-color: #e6f0ff;
}
.plumber-about {
  padding: 80px 20px;
  background: #ffffff;
  font-family: 'Arial', sans-serif;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.about-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.about-image {
  flex: 1;
  min-width: 300px;
}

.about-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.about-content {
  flex: 1;
  min-width: 300px;
}

.about-content h4 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
  font-weight: 600;
}

.about-content h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #000;
}

.about-content p {
  font-size: 16px;
  color: #333;
  margin-bottom: 16px;
  line-height: 1.6;
}

.about-content .highlight {
  font-weight: bold;
  color: #000;
}
@media (max-width: 768px) {
  .about-row {
    flex-direction: column;
  }
}
.service-areas {
  padding: 80px 20px;
  background-color: #fff;
  font-family: 'Arial', sans-serif;
}

.service-areas .container {
  max-width: 1000px;
  margin: 0 auto;
}

.service-areas h2 {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}

.service-areas p {
  font-size: 16px;
  color: #333;
  margin-bottom: 30px;
}

.service-areas table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  color: #333;
}

.service-areas th,
.service-areas td {
  text-align: left;
  padding: 16px 12px;
  border-bottom: 1px solid #eee;
}

.service-areas th {
  font-weight: bold;
  color: #000;
}
.map-section {
  padding: 80px 20px;
  background-color: #f9f9f9;
  text-align: center;
}

.map-section .container {
  max-width: 1000px;
  margin: 0 auto;
}

.map-section h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #000;
}

.map-section p {
  font-size: 16px;
  color: #333;
  margin-bottom: 30px;
}

.map-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
