body{
  padding: 0;
  margin: 0;
  background-color: #dad7d7;
}

.header{
  display: flex;
  background-color: #383b3f;
  height: 15vh;
  width: 100%;
  justify-content:space-between
  }

  .header-contact{
    display: flex;
    background-color: #383b3f;
    height:15vh;
    width:45%;
    
  }
.icon{
  margin-top: 10px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  }

  .icon-phone{
    width: 25px;
    }
    .icon-email{
      width: 25px;
      }
      .icon-location{
        display: none

        
        }

        .p-contact a{
          
          margin-left: 5px;
          color: #de6622;
          padding-right: 0px;
          text-decoration: none;
        }
  .p-phone{
    margin-top: 10px;
    font-size: 14.8px;
    }

    .p-email{
      margin-top: 55px;
      font-size: 13px;
      margin-bottom: 9px;
      
  }

  .p-location{
    display: none;
    margin-top: px;
    font-size: 10px;
    
    margin-left: 5px;
    
    
}
    
  
  .header-logo {

    display: flex;
    justify-content: center;
    justify-items: center;
    background-image: url(img/logo/logo.png);
    background-position: center center; /* Centers the image */
    background-size: cover; /* Makes sure the entire image is visible without cropping */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    justify-self: center; /* Centers the div itself in the grid or flex container */
    height: 100px;
    width: 100px;
    padding-left: 1px;
         
}

.header-line{
  padding: 0;
 margin: 0;
  width: 100%;
  border-width: 3px;
  margin-top: 5px;
  border-color: #de6622;
}


.container-fluid{
  background-color: #de6622;
  

}

.navbar{
  background-color: #de6622 !important;
}

.dropdown-menu{
  background-color: #de6622 !important;
  border: none;
}


.hero{
  
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content:center;
  align-items: center;

  
  
}

.hero-cointainer1{
  display: flex;
  flex-direction: column;
  width: 95%;
  margin-top: 15px;
 background-color: rgb(87, 84, 84);
 border-radius: 7px;
height: 45vh;

}
.hc1a{
  border-radius: 3px;
  justify-content: center;
  justify-items: center;
  background-image: url(img/exterior/driveway-cleaning/2.png);
  background-position: center center; /* Centers the image */
  background-size: cover; /* Makes sure the entire image is visible without cropping */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  justify-self: center; /* Centers the div itself in the grid or flex container */
  height: 70vh;}

  .hc1b{
    display: flex;
    justify-content: center;
    justify-items: center;
    
    height: 50%;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    width: 100%;
  }

  .hc1bp{
   font-size: 13.5px;
  }

  .hc1c{
    display: flex;
    justify-content: space-around;
    background-color:white;
    border-radius: 2px;
}

.hc1btna{
  background-color: #ff0e0e;
  height: 50px;
  width: 50%;
  color: white;
  margin-bottom: 3px;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  padding: 1px;
}

.hc1btnb{
  background-color: #de6622;
  color: white;
  font-weight: 600;
  font-size: 15px;
  height: 50px;
  width: 40%;
  margin-bottom: 3px;
  border: none;
  border-radius: 5px;

}


  

  
.hero-cointainer2{
  margin-top: 15px;
  width: 95%;
  height: 60vh;
 
}

.hc2a{
  height: 43%;
  width: 100%;
  background-image: url(img/exterior/roofcoating/Screenshot\ 2024-09-13\ 212210.png);
  justify-content: center;
  justify-items: center;
  background-position: center center; /* Centers the image */
  background-size:cover ; /* Makes sure the entire image is visible without cropping */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  justify-self: center; /* Centers the div itself in the grid or flex container */
  

}

.trustpilot{
  height: 100px;
  width: 100px;
}


.sociallogo{
  display: none;
}


.hc2btnb{
  
  
  background-color: #4f4c52;
  color: #de6622;
  font-weight: 600;
  height: 50px;
  width: 40%;
  
  border: none;
  border-radius: 5px;

}


.footer{
  display: flex;
  background-color: #ffffff;
  margin-top: 10px;
  height:100%;
  width:100%;
}

.footer-icons{
  margin-top: 10px;
  justify-content: space-around;
  display: flex;
  flex-direction: column;
  }

  .footer-contact a{
          display: flex;
          justify-content: space-between;
    margin-left: 5px;
    color: #000000;
    padding-right: 0px;
    text-decoration: none;
  }

  .f-phone{
    margin-top: 25px;
  }

  .f-email{
    margin-top: 25px;
  }

   a{
    color: inherit;
    text-decoration: none;

  }

  .about{
    margin-top: 60px;
    display: flex;
    justify-self: center;
    flex-direction: column;
    width: 95%;
    height: 100vh;
}

.about-img{
  height: 36%;
  width: 100%;
  border-radius: 5px;
  background-image: url(img/about-us/about.webp);
  justify-content: center;
  justify-items: center;
  background-position: center center; /* Centers the image */
  background-size:cover ; /* Makes sure the entire image is visible without cropping */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  justify-self: center; /* Centers the div itself in the grid or flex container */
   padding-bottom: 2px;
}

.about-para{
 display: flex;
  justify-content: center;
  align-items: center;
  height: 40%;
  color: black;
  background-color: #ffffff;
  font-size: 17px
}

.about-btn{

  display: flex;
  justify-content: center;

  background-color: white;
  border-radius: 2px;
}


.about-btn1{
  background-color: #ff0e0e;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  margin-bottom: 10px;
  
  width: 80%;
  height: 100%;

}

.fblog{

  margin-left: 7px;
  height: 50px;
  width: 50px;
}


.contact-container{


  display: flex;
  
  justify-self: center;
  flex-direction: column;
 margin-top:30px ;
  width: 95%;
  height: 45vh;
  background-color: white;
  border-radius: 7px;
  color: black;

}

.h1contact-us{
  display:flex ;
  justify-content: center;
}

.contact-phone{
  display: flex;
  color: #000000;
}

.c-phone{
  display: flex;
  align-self: center;
  align-items: center;
  margin-left: 20px;
  margin-top: 60px;
  font-size: 17px;
  
}

.c-email{
  display: flex;
  align-self: center;
  align-items: center;
  margin-left: 20px;
  margin-top: 0px;
  font-size: 17px;
  
}

.contact-container{
  height: 100%;
}


.times{
  display: flex;
  flex-direction: column;
  justify-self: center;
  font-size: 20px;

}

.interior-services{
  color: #000000;
  display: flex;
  justify-self: center;
}

.hrinterior{
  display: flex;
  justify-self: center;
  border-color: #000000;
  border-width: 2px;
  width: 90%;
}

.services{
  width: 100%;
  height: 100%;
  justify-content: center;
  
  }
.servicesh1{
  display: flex;
  justify-self: center;
  font-size:19px
}

.services-button{
  display: flex;
  justify-self: center;
  align-items: center;
  align-self: center;
  justify-content: center;
  margin-top: 20px;
  height: 50px;
  width: 95%;
  background-color: #e80c0c;
  border: none;
  color: #ffffff;
  border-radius:5px;



}
  .services-catergory{
    justify-self: center;
    
    background-color:#ffffff;
    border-radius: 5px;
    height: 250px;
    margin-top: 10px;
    width: 350px;
  }

  .img-services1{
    height: 55%;
    width: 100%;
    border-radius: 5px;
    background-image: url(img/exterior/driveway-cleaning/1.jpg);
    justify-content: center;
    justify-items: center;
    background-position: center center; /* Centers the image */
    background-size:cover ; /* Makes sure the entire image is visible without cropping */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    justify-self: center; /* Centers the div itself in the grid or flex container */
     padding-bottom: 2px;
  }

  .img-services2{
    height: 55%;
    width: 100%;
    border-radius: 5px;
    background-image: url(img/exterior/wall-cleaning/Screenshot\ 2024-09-13\ 212405.png);
    justify-content: center;
    justify-items: center;
    background-position: center center; /* Centers the image */
    background-size:cover ; /* Makes sure the entire image is visible without cropping */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    justify-self: center; /* Centers the div itself in the grid or flex container */
     padding-bottom: 2px;
  }

  .img-services3{
    height: 55%;
    width: 100%;
    border-radius: 5px;
    background-image: url(img/exterior/roofcleaning/Screenshot\ 2024-09-13\ 194153.png);
    justify-content: center;
    justify-items: center;
    background-position: center center; /* Centers the image */
    background-size:cover ; /* Makes sure the entire image is visible without cropping */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    justify-self: center; /* Centers the div itself in the grid or flex container */
     padding-bottom: 2px;
  }

  .img-services4{
    height: 50%;
    width: 100%;
    border-radius: 5px;
    background-image: url(img/exterior/pvc-cleaning/Screenshot\ 2024-09-13\ 193926.png);
    justify-content: center;
    justify-items: center;
    background-position: center center; /* Centers the image */
    background-size:cover ; /* Makes sure the entire image is visible without cropping */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    justify-self: center; /* Centers the div itself in the grid or flex container */
     padding-bottom: 2px;
  }

  .img-services5{
    height: 50%;
    width: 100%;
    border-radius: 5px;
    background-image: url(img/interior/interior-trim/1.webp);
    justify-content: center;
    justify-items: center;
    background-position: center center; /* Centers the image */
    background-size:cover ; /* Makes sure the entire image is visible without cropping */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    justify-self: center; /* Centers the div itself in the grid or flex container */
     padding-bottom: 2px;
  }


  .img-services6{
    height: 50%;
    width: 100%;
    border-radius: 5px;
    background-image: url(img/interior/moulding/3.webp);
    justify-content: center;
    justify-items: center;
    background-position: center center; /* Centers the image */
    background-size:cover ; /* Makes sure the entire image is visible without cropping */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    justify-self: center; /* Centers the div itself in the grid or flex container */
     padding-bottom: 2px;
  }

  .img-services7{
    height: 50%;
    width: 100%;
    border-radius: 5px;
    background-image: url(img/interior/stairsandrailing/1.jpg);
    justify-content: center;
    justify-items: center;
    background-position: center center; /* Centers the image */
    background-size:cover ; /* Makes sure the entire image is visible without cropping */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    justify-self: center; /* Centers the div itself in the grid or flex container */
     padding-bottom: 2px;
  }

  .img-services8{
    height: 50%;
    width: 100%;
    border-radius: 5px;
    background-image: url(img/exterior/drivesealing/1.jpg);
    justify-content: center;
    justify-items: center;
    background-position: center center; /* Centers the image */
    background-size:cover ; /* Makes sure the entire image is visible without cropping */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    justify-self: center; /* Centers the div itself in the grid or flex container */
     padding-bottom: 2px;
  }

  .img-services9{
    height: 57%;
    width: 100%;
    border-radius: 5px;
    background-image: url(img/exterior/roofcoating/Screenshot\ 2024-09-13\ 212107.png);
    justify-content: center;
    justify-items: center;
    background-position: center center; /* Centers the image */
    background-size:cover ; /* Makes sure the entire image is visible without cropping */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    justify-self: center; /* Centers the div itself in the grid or flex container */
     padding-bottom: 2px;
  }

  .img-services10{
    height: 57%;
    width: 100%;
    border-radius: 5px;
    background-image: url(img/exterior/gutter-sealing/1.jpeg);
    justify-content: center;
    justify-items: center;
    background-position: center center; /* Centers the image */
    background-size:cover ; /* Makes sure the entire image is visible without cropping */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    justify-self: center; /* Centers the div itself in the grid or flex container */
     padding-bottom: 2px;
  }

  .img-services13{
    height: 57%;
    width: 100%;
    border-radius: 5px;
    background-image: url(img/exterior/wall-sealing/1.jpg);
    justify-content: center;
    justify-items: center;
    background-position: center center; /* Centers the image */
    background-size:cover ; /* Makes sure the entire image is visible without cropping */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    justify-self: center; /* Centers the div itself in the grid or flex container */
     padding-bottom: 2px;
  }

  .img-services14{
    height: 57%;
    width: 100%;
    border-radius: 5px;
    background-image: url(img/exterior/drivesealing/Tarmac-2-Square_500x500.webp);
    justify-content: center;
    justify-items: center;
    background-position: center center; /* Centers the image */
    background-size:cover ; /* Makes sure the entire image is visible without cropping */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    justify-self: center; /* Centers the div itself in the grid or flex container */
     padding-bottom: 2px;
  }

  .img-services15{
    height: 57%;
    width: 100%;
    border-radius: 5px;
    background-image: url(img/exterior/wall-sealing/1.jpg);
    justify-content: center;
    justify-items: center;
    background-position: center center; /* Centers the image */
    background-size:cover ; /* Makes sure the entire image is visible without cropping */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    justify-self: center; /* Centers the div itself in the grid or flex container */
     padding-bottom: 2px;
  }

  .img-services16{
    height: 57%;
    width: 100%;
    border-radius: 5px;
    background-image: url(img/exterior/gardening/4.png);
    justify-content: center;
    justify-items: center;
    background-position: center center; /* Centers the image */
    background-size:cover ; /* Makes sure the entire image is visible without cropping */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    justify-self: center; /* Centers the div itself in the grid or flex container */
     padding-bottom: 2px;
  }

  .img-services17{
    height: 57%;
    width: 100%;
    border-radius: 5px;
    background-image: url(img/exterior/fence-installations/Before-After-Image-of-end-of-life-fence-replaced-Chelmsford-Fencing-and-Landscaping1.jpg);
    justify-content: center;
    justify-items: center;
    background-position: center center; /* Centers the image */
    background-size:cover ; /* Makes sure the entire image is visible without cropping */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    justify-self: center; /* Centers the div itself in the grid or flex container */
     padding-bottom: 2px;
  }

  .img-services18{
    height: 57%;
    width: 100%;
    border-radius: 5px;
    background-image: url(img/exterior/diveways-installations-and-repairs/6.jpg);
    justify-content: center;
    justify-items: center;
    background-position: center center; /* Centers the image */
    background-size:cover ; /* Makes sure the entire image is visible without cropping */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    justify-self: center; /* Centers the div itself in the grid or flex container */
     padding-bottom: 2px;
  }

  .img-services19{
    height: 57%;
    width: 100%;
    border-radius: 5px;
    background-image: url(img/exterior/articfial-grass/commerical.png);
    justify-content: center;
    justify-items: center;
    background-position: center center; /* Centers the image */
    background-size:cover ; /* Makes sure the entire image is visible without cropping */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    justify-self: center; /* Centers the div itself in the grid or flex container */
     padding-bottom: 2px;
  }

  .img-services20{
    height: 57%;
    width: 100%;
    border-radius: 5px;
    background-image: url(img/exterior/roofing/newcastle-roof-repair-before-after.jpg);
    justify-content: center;
    justify-items: center;
    background-position: center center; /* Centers the image */
    background-size:cover ; /* Makes sure the entire image is visible without cropping */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    justify-self: center; /* Centers the div itself in the grid or flex container */
     padding-bottom: 2px;
  }

  .img-services21{
    height: 57%;
    width: 100%;
    border-radius: 5px;
    background-image: url(img/exterior/treeremoval/Screenshot\ 2024-09-13\ 194521.png);
    justify-content: center;
    justify-items: center;
    background-position: center center; /* Centers the image */
    background-size:cover ; /* Makes sure the entire image is visible without cropping */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    justify-self: center; /* Centers the div itself in the grid or flex container */
     padding-bottom: 2px;
  }



.work-container{
  display: flex;
  margin-top: 15px;
  justify-content: center;
  flex-direction: column;
  
  width: 100%;
  height: 85vh;
  
}

.work-h1{
  display: flex;
  justify-self: center;
  color: #000000;
  margin-top: 5px;
}
.container{
  display: flex;
  flex-direction: column;
  height: 100%;
  
  
}

.work-img{
    height: 100%;
    width: 95%;
    background-image: url(img/exterior/driveway-cleaning/1.jpg);
    justify-content: center;
    justify-items: center;
    background-position: center center; /* Centers the image */
    background-size:cover ; /* Makes sure the entire image is visible without cropping */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    justify-self: center; /* Centers the div itself in the grid or flex container */
    margin-left: 2.5%;
    margin-bottom: 5px;
    border-radius: 5px;
}

.work-img2{
  height: 100%;
  width: 95%;
  background-image: url(img/exterior/wall-cleaning/1.png);
  justify-content: center;
  justify-items: center;
  background-position: center center; /* Centers the image */
  background-size:cover ; /* Makes sure the entire image is visible without cropping */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  justify-self: center; /* Centers the div itself in the grid or flex container */
  margin-left: 2.5%;
  margin-bottom: 5px;
  border-radius: 5px;
}

.work-img3{
  height: 100%;
  width: 95%;
  background-image: url(img/exterior/roofcleaning/Screenshot\ 2024-09-13\ 194247.png);
  justify-content: center;
  justify-items: center;
  background-position: center center; /* Centers the image */
  background-size:cover ; /* Makes sure the entire image is visible without cropping */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  justify-self: center; /* Centers the div itself in the grid or flex container */
  margin-left: 2.5%;
  margin-bottom: 5px;
  border-radius: 5px;
}

.work-img4{
  height: 100%;
  width: 95%;
  background-image: url(img/exterior/pvc-cleaning/1.png);
  justify-content: center;
  justify-items: center;
  background-position: center center; /* Centers the image */
  background-size:cover ; /* Makes sure the entire image is visible without cropping */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  justify-self: center; /* Centers the div itself in the grid or flex container */
  margin-left: 2.5%;
  margin-bottom: 5px;
  border-radius: 5px;
}

.work-img5{
  height: 100%;
  width: 95%;
  background-image: url(img/interior/interior-trim/3.jpg);
  justify-content: center;
  justify-items: center;
  background-position: center center; /* Centers the image */
  background-size:cover ; /* Makes sure the entire image is visible without cropping */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  justify-self: center; /* Centers the div itself in the grid or flex container */
  margin-left: 2.5%;
  margin-bottom: 5px;
  border-radius: 5px;
}

.work-img6{
  height: 100%;
  width: 95%;
  background-image: url(img/interior/moulding/2.png);
  justify-content: center;
  justify-items: center;
  background-position: center center; /* Centers the image */
  background-size:cover ; /* Makes sure the entire image is visible without cropping */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  justify-self: center; /* Centers the div itself in the grid or flex container */
  margin-left: 2.5%;
  margin-bottom: 5px;
  border-radius: 5px;
}

.work-img7{
  height: 100%;
  width: 95%;
  background-image: url(img/interior/stairsandrailing/2.jpg);
  justify-content: center;
  justify-items: center;
  background-position: center center; /* Centers the image */
  background-size:cover ; /* Makes sure the entire image is visible without cropping */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  justify-self: center; /* Centers the div itself in the grid or flex container */
  margin-left: 2.5%;
  margin-bottom: 5px;
  border-radius: 5px;
}

.work-img8{
  height: 100%;
  width: 95%;
  background-image: url(img/exterior/drivesealing/2.jpg);
  justify-content: center;
  justify-items: center;
  background-position: center center; /* Centers the image */
  background-size:cover ; /* Makes sure the entire image is visible without cropping */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  justify-self: center; /* Centers the div itself in the grid or flex container */
  margin-left: 2.5%;
  margin-bottom: 5px;
  border-radius: 5px;
}

.work-img9{
  height: 100%;
  width: 95%;
  background-image: url(img/exterior/roofcoating/Screenshot\ 2024-09-13\ 212210.png);
  justify-content: center;
  justify-items: center;
  background-position: center center; /* Centers the image */
  background-size:cover ; /* Makes sure the entire image is visible without cropping */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  justify-self: center; /* Centers the div itself in the grid or flex container */
  margin-left: 2.5%;
  margin-bottom: 5px;
  border-radius: 5px;
}

.work-img10{
  height: 100%;
  width: 95%;
  background-image: url(img/exterior/gutter-sealing/1_End-of-Gutter_Gutter-Repair.webp);
  justify-content: center;
  justify-items: center;
  background-position: center center; /* Centers the image */
  background-size:cover ; /* Makes sure the entire image is visible without cropping */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  justify-self: center; /* Centers the div itself in the grid or flex container */
  margin-left: 2.5%;
  margin-bottom: 5px;
  border-radius: 5px;
}

.work-img11{
  height: 100%;
  width: 95%;
  background-image: url(img/exterior/gutter-sealing/1.webp);
  justify-content: center;
  justify-items: center;
  background-position: center center; /* Centers the image */
  background-size:cover ; /* Makes sure the entire image is visible without cropping */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  justify-self: center; /* Centers the div itself in the grid or flex container */
  margin-left: 2.5%;
  margin-bottom: 5px;
  border-radius: 5px;
}

.work-img12{
  height: 100%;
  width: 95%;
  background-image: url(img/exterior/drivesealing/7.jpg);
  justify-content: center;
  justify-items: center;
  background-position: center center; /* Centers the image */
  background-size:cover ; /* Makes sure the entire image is visible without cropping */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  justify-self: center; /* Centers the div itself in the grid or flex container */
  margin-left: 2.5%;
  margin-bottom: 5px;
  border-radius: 5px;
}

.work-img13{
  height: 100%;
  width: 95%;
  background-image: url(img/exterior/gardening/1.jpg);
  justify-content: center;
  justify-items: center;
  background-position: center center; /* Centers the image */
  background-size:cover ; /* Makes sure the entire image is visible without cropping */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  justify-self: center; /* Centers the div itself in the grid or flex container */
  margin-left: 2.5%;
  margin-bottom: 5px;
  border-radius: 5px;
}

.work-img14{
  height: 100%;
  width: 95%;
  background-image: url(img/exterior/gardening/2.png);
  justify-content: center;
  justify-items: center;
  background-position: center center; /* Centers the image */
  background-size:contain ; /* Makes sure the entire image is visible without cropping */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  justify-self: center; /* Centers the div itself in the grid or flex container */
  margin-left: 2.5%;
  margin-bottom: 5px;
  border-radius: 5px;
}

.work-img15{
  height: 100%;
  width: 95%;
  background-image: url(img/exterior/chimneys/Screenshot\ 2024-10-25\ 170431.png);
  justify-content: center;
  justify-items: center;
  background-position: center center; /* Centers the image */
  background-size:cover ; /* Makes sure the entire image is visible without cropping */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  justify-self: center; /* Centers the div itself in the grid or flex container */
  margin-left: 2.5%;

  margin-bottom: 5px;
  border-radius: 5px;
}

.work-img16{
  height: 100%;
  width: 95%;
  background-image: url(img/exterior/diveways-installations-and-repairs/5.jpeg);
  justify-content: center;
  justify-items: center;
  background-position: center center; /* Centers the image */
  background-size:cover ; /* Makes sure the entire image is visible without cropping */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  justify-self: center; /* Centers the div itself in the grid or flex container */
  margin-left: 2.5%;
  margin-bottom: 5px;
  border-radius: 5px;
}

.work-img17{
  height: 100%;
  width: 95%;
  background-image: url(img/exterior/siding/2.png);
  justify-content: center;
  justify-items: center;
  background-position: center center; /* Centers the image */
  background-size:cover ; /* Makes sure the entire image is visible without cropping */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  justify-self: center; /* Centers the div itself in the grid or flex container */
  margin-left: 2.5%;
  margin-bottom: 5px;
  border-radius: 5px;
}


.work-img17{
  height: 100%;
  width: 95%;
  background-image: url(img/exterior/fence-installations/before-after-template-6.jpg);
  justify-content: center;
  justify-items: center;
  background-position: center center; /* Centers the image */
  background-size:cover ; /* Makes sure the entire image is visible without cropping */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  justify-self: center; /* Centers the div itself in the grid or flex container */
  margin-left: 2.5%;
  margin-bottom: 5px;
  border-radius: px;
}



.work-img18{
  height: 100%;
  width: 95%;
  background-image: url(img/exterior/gardening/2.jpg);
  justify-content: center;
  justify-items: center;
  background-position: center center; /* Centers the image */
  background-size:cover ; /* Makes sure the entire image is visible without cropping */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  justify-self: center; /* Centers the div itself in the grid or flex container */
  margin-left: 2.5%;
  margin-bottom: 5px;
  border-radius: 5px;
}


.work-img19{
  height: 100%;
  width: 95%;
  background-image: url(img/exterior/roofing/lift-and-relay.png);
  justify-content: center;
  justify-items: center;
  background-position: center center; /* Centers the image */
  background-size:cover ; /* Makes sure the entire image is visible without cropping */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  justify-self: center; /* Centers the div itself in the grid or flex container */
  margin-left: 2.5%;
  margin-bottom: 5px;
  border-radius: 5px;
}

.work-img20{
  height: 100%;
  width: 95%;
  background-image: url(img/exterior/treeremoval/Screenshot\ 2024-09-13\ 194619.png);
  justify-content: center;
  justify-items: center;
  background-position: center center; /* Centers the image */
  background-size:cover ; /* Makes sure the entire image is visible without cropping */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  justify-self: center; /* Centers the div itself in the grid or flex container */
  margin-left: 2.5%;
  margin-bottom: 5px;
  border-radius: 5px;
}

.work-para{
  height: 50%;
  background-color: #86d3da;
  border-radius: 5px;
}

.w-para{
  display: flex;
  border-radius: 5px;
  justify-self: center;
  width: 90%;
  padding: 2px;
  background-color: #ffffff;
  font-size: 16px;
}

.gallery-btn{
  display: flex;
  justify-content: center;
}

#buttonwork {
  font-weight: 600;
  background-color: #de6622;  /* Set button background color */
  color: #3b3a3a;  /* Set text color */
  border: none;  /* Remove border */
  border-radius: 5px;  /* Apply rounded corners */
  padding: 10px 20px;  /* Add padding for a better button size */
  font-size: 16px;  /* Set font size */
  cursor: pointer;  /* Change cursor to pointer when hovering over the button */
}

#buttonwork:hover {
  background-color: #de6622;  /* Darken background color on hover */
}



.gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding: 10px;
}
.gallery .item {
  width: 300px;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
}





@media all and (min-width: 375px) and (max-width:765px) {

  .icon-phone{
    width: 25px;
    }
    .icon-email{
      width: 25px;
      }
 

  .p-phone{
    margin-top: 17px;
    font-size: 15px;
    margin-bottom: 9px;
    
}
 
  .p-email{
    margin-top: 35px;
    font-size: 13px;
    margin-bottom: 9px;
    
}

.p-location{
  margin-top: 10px;
  font-size: 10px;
  margin-bottom: 9px;
  
}

.f-phone{
  margin-top: 35px;
}

.f-email{
  margin-top: 25px;
}

.header-logo {
  display: flex;
  justify-content: center;
  justify-items: center;
  background-image: url(img/logo/logo.png);
  background-position: center center; /* Centers the image */
  background-size: contain; /* Makes sure the entire image is visible without cropping */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  justify-self: center; /* Centers the div itself in the grid or flex container */
  height: 100%;
  width: 160px;
  padding-left: 1px;
       
}

}

@media all and (min-width: 768px) and (max-width:999px){

 
  


  .icon-phone{
    width: 35px;
    }
    .icon-email{
      width: 35px;
      margin-left: 2px;
      }

  .service-wrap{
    display: flex;
    flex-wrap: wrap;
    
  }
  .services{
    display: flex;
    width: 350px;
    height: 100%;
    margin: 5px;
    }

  .work-para{
    height: 50%;
    background-color: #dcbf87;
    border-radius: 5px;
  }
  
  .w-para{
    display: flex;
    border-radius: 5px;
    justify-self: center;
    width: 90%;
    padding: 2px;
    background-color: white;
    font-size: 15px;
  }

.contact-time{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
 
  .p-phone{
    margin-top: 10px;
    font-size: 20px;
    margin-bottom: 9px;
    
}
 
  .p-email{
    margin-top: 15px;
    font-size: 20px;
    margin-bottom: 9px;
    
}

.p-location{
  margin-top: 10px;
  font-size: 15px;
  margin-bottom: 9px;
  
}
 
 
 
 
  .hero-cointainer1{
    display: flex;
    flex-direction: column;
    width: 95%;
    margin-top: 15px;
   background-color: rgb(87, 84, 84);
   border-radius: 7px;
  height: 55vh;
  
  }

  .hero-cointainer2{
    margin-top: 15px;
    width: 95%;
    height: 50vh;
   
  }
  .hc2a{
    height: 43%;}

    .hc1bp{
      font-size: 18px;
     }


     .about{
      margin-top: 60px;
      display: flex;
      justify-self: center;
      flex-direction: column;
      width: 95%;
      
  }

  .about-para{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35%;
    color: black;
    background-color: #ffffff;
    font-size: 20px
  }

  .about-img{
    height: 46%;
    width: 100%;
    border-radius: 5px;
    background-image: url(img/about-us/about.webp);
    justify-content: center;
    justify-items: center;
    background-position: center center; /* Centers the image */
    background-size:cover ; /* Makes sure the entire image is visible without cropping */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    justify-self: center; /* Centers the div itself in the grid or flex container */
  }

  .header-logo {
    display: flex;
    justify-content: center;
    justify-items: center;
    background-image: url(img/logo/logo.png);
    background-position: center center; /* Centers the image */
    background-size: contain; /* Makes sure the entire image is visible without cropping */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    justify-self: center; /* Centers the div itself in the grid or flex container */
    height: 100%;
    width: 150px;
    padding-left: 1px;
   
         
  }

  .servicesh1{
    display: flex;
    font-size: 20px;
    justify-self: center;
  }
  
  
   
}



@media all and (min-width: 900px){


.email-top{
  margin-bottom: 5px;
}

  .icon-phone{
    width: 45px;
    }
    .icon-email{
      width: 45px;
      margin-left: 2px;
      }

      .p-phone{
        margin-top: 25px;
        font-size: 14.8px;
        }
    
        .p-email{
          margin-top: 50px;
          font-size: 15px;
          
          
      }
  
      
  
  
  .service-wrap{
    display: flex;
    
    flex-wrap: wrap;
    
  }
  .services{
    display: flex;
    width: 350px;
    height: 100%;
    margin: 5px;
    }

    .servicesh1{
      display: flex;
      font-size: 20px;
      justify-self: center;
    }





  .work-para{
    height: 50%;
    background-color: white;
    border-radius: 5px;
  }
  
  .w-para{
    display: flex;
    border-radius: 5px;
    justify-self: center;
    width: 90%;
    padding: 2px;
    background-color: white;
    font-size: 20px;
  }

  .contact-time{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  
  .header-logo {
    display: flex;
    justify-content: center;
    justify-items: center;
    background-image: url(img/logo/logo.png);
    background-position: center center; /* Centers the image */
    background-size: contain; /* Makes sure the entire image is visible without cropping */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    justify-self: center; /* Centers the div itself in the grid or flex container */
    height: 100%;
    width: 150px;
    padding-left: 1px;
   
         
  }

 
.p-location{
  margin-top: 9px;
  font-size: 14px;
  width: 100%;
  margin-bottom: 0px;
  
}

.hero{
  
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content:space-around;
  align-items: center;

  }

  .hero-cointainer1{
    display: flex;
    flex-direction: column;
    width: 45%;
    
   background-color: rgb(87, 84, 84);
   border-radius: 7px;
  height: 65vh;
  


}

.about-para{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35%;
  color: black;
  background-color: #ffffff;
  font-size: 33px
}


.about-img{
  height: 56%;
  width: 100%;
  border-radius: 5px;
  background-image: url(img/about-us/about.webp);
  justify-content: center;
  justify-items: center;
  background-position: center center; /* Centers the image */
  background-size:cover ; /* Makes sure the entire image is visible without cropping */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  justify-self: center; /* Centers the div itself in the grid or flex container */
}

.hero-cointainer2{
    display: flex;
    flex-direction: column;
    width: 45%;
    margin-top: 15px;
   background-color: rgb(87, 84, 84);
   border-radius: 7px;
  height: 65vh;
  justify-content: space-between;
}

.hc1bp{
  font-weight: 600;
  font-size: 17.5px;
}

}

@media all and (min-width: 1000px){

  .hc1bp{
    font-weight: 600;
    font-size: 18.7px;
  }

}


@media all and (min-width: 1200px){

  .hc1bp{
    font-weight: 600;
    font-size: 20.5px;
  }
  

  .trustpilot{
    height: 160px;
    width: 160px;
  }
  

  .fblog{
    height: 150px;
    width: 150px;
  }


  .times{
    display: flex;
    flex-direction: column;
    justify-self: center;
    font-size: 40px;
  
  }

  .contact-time{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  
  }
  
  .header-logo {
    display: flex;
    justify-content: center;
    justify-items: center;
    background-image: url(img/logo/logo.png);
    background-position: center center; /* Centers the image */
    background-size: contain; /* Makes sure the entire image is visible without cropping */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    justify-self: center; /* Centers the div itself in the grid or flex container */
    height: 100%;
    width: 200px;
    padding-left: 1px;
   
         
  }

  .p-phone{
    margin-top: 25px;
    font-size: 20.8px;
    }

    .p-email{
      margin-top: 65px;
      font-size: 20px;
      
      
  }


.p-location{
  margin-top: 22px;
  font-size: 20px;
  margin-bottom: 0px;
  
}

.f-phone{
  margin-top: 33px;
  font-size: 25px;
}

.f-email{
  margin-top: 40px;
  font-size: 25px;
}

.about-para{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35%;
  color: black;
  background-color: #ffffff;
  font-size: 5px
}


}