.elementor-45 .elementor-element.elementor-element-feb2dea{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.5;--padding-top:150px;--padding-bottom:150px;--padding-left:0px;--padding-right:0px;}.elementor-45 .elementor-element.elementor-element-feb2dea:not(.elementor-motion-effects-element-type-background), .elementor-45 .elementor-element.elementor-element-feb2dea > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://sgplumberpros.com/wp-content/uploads/2025/06/an-ultimate-guide-to-plumbing-services-in-singapore-2020.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-45 .elementor-element.elementor-element-feb2dea::before, .elementor-45 .elementor-element.elementor-element-feb2dea > .elementor-background-video-container::before, .elementor-45 .elementor-element.elementor-element-feb2dea > .e-con-inner > .elementor-background-video-container::before, .elementor-45 .elementor-element.elementor-element-feb2dea > .elementor-background-slideshow::before, .elementor-45 .elementor-element.elementor-element-feb2dea > .e-con-inner > .elementor-background-slideshow::before, .elementor-45 .elementor-element.elementor-element-feb2dea > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-45 .elementor-element.elementor-element-43b153b{text-align:center;}.elementor-45 .elementor-element.elementor-element-43b153b .elementor-heading-title{color:#FFFFFF;}.elementor-45 .elementor-element.elementor-element-b5768a0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-45 .elementor-element.elementor-element-4fef72a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-45 .elementor-element.elementor-element-5c39790{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-724f22b */.why-choose-us {
  text-align: center;
  background-color: #f4f4f4;
  padding: 50px 20px;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-top: 50px;
}

.why-choose-us h2 {
  font-size: 36px;
  color: #333;
  margin-bottom: 40px;
  font-family: 'Segoe UI', sans-serif;
  font-weight: bold;
}

.reason-cards {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.reason-card {
  background-color: #ffffff;
  padding: 20px;
  width: 23%; /* Ensures 4 cards in a row */
  min-width: 250px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.reason-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px rgba(37, 211, 102, 0.5);
}

.reason-card h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
}

.reason-card p {
  font-size: 16px;
  color: #555;
}

@media (max-width: 768px) {
  .reason-cards {
    justify-content: space-between;
    gap: 15px;
  }

  .reason-card {
    width: 48%; /* Two cards per row */
  }

  .why-choose-us h2 {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .reason-cards {
    flex-direction: column;
    align-items: center;
  }

  .reason-card {
    width: 90%; /* One card per row on small screens */
    margin: 10px 0;
  }

  .why-choose-us h2 {
    font-size: 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-337850c */.our-process {
  text-align: center;
  background-color: #f9f9f9;
  padding: 50px 20px;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-top: 50px;
  font-family: 'Segoe UI', sans-serif;
}

.our-process h2 {
  font-size: 36px;
  color: #333;
  margin-bottom: 40px;
  font-weight: bold;
}

.process-step {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.process-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px rgba(37, 211, 102, 0.5);
}

.step-number {
  background-color: #25D366;
  color: white;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process-step h3 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}

.process-step p {
  font-size: 16px;
  color: #555;
}

@media (max-width: 768px) {
  .process-step {
    flex-direction: column;
    align-items: flex-start;
  }

  .step-number {
    width: 35px;
    height: 35px;
    font-size: 20px;
  }

  .process-step h3 {
    font-size: 18px;
  }

  .process-step p {
    font-size: 14px;
  }

  .our-process h2 {
    font-size: 30px;
  }
}

@media (max-width: 480px) {
  .process-step {
    padding: 15px;
  }

  .step-number {
    width: 30px;
    height: 30px;
    font-size: 18px;
  }

  .process-step h3 {
    font-size: 16px;
  }

  .process-step p {
    font-size: 12px;
  }

  .our-process h2 {
    font-size: 26px;
  }
}/* End custom CSS */