* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header {
    margin-top: 10;
    background-color: #f7f7f7;
}
body{
    background-color: #F7F7F7;
}
.utility-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-content: center;
}

.utility-bar-left {
    background-color: #F7F7F7;
    height: 100%;
    width: 40vw;
}

.logo {
    width: 100%;
}

.utility-bar-right {
    background-color: #F7F7F7;
    margin-right: 55px;
}

.utility-bar-right a {
    text-decoration: none;
}

#utility-link {
    justify-content: right;
    display: flex;
    align-items: center;
    font-size: 25px;
    margin-right: 61px;
    margin-top: -25px;
}

.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #54accd;
    height: 50px;
}

.navbar a {
    text-decoration: none;
    color: #F7F7F7;
    font-size: 20px;
    font-weight: 600;
    margin-right: 20px;
    border-right: 2px solid #aaa;
    padding-left: 20px;
    padding-right: 20px;
}
.active{
    color: #333;
}
.navbar a:hover {
    color: #333;
}

.search-form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-form input[type="text"] {
    padding: 5px;
    border: none;
    border-radius: 0px;
    margin-right: 0;
    margin-left: 25px;
    height: 30px;
    width: 200px;
    border-right: 1px solid #54accd;
}

.search-form button {
    padding: 5px;
    background-color: #F7F7F7;
    color: #54accd;
    border: none;
    cursor: pointer;
    height: 30px;
}

.hero {
  position: relative;
  margin-top: 5px;
  overflow: hidden;
  background: url('Images/hero.png') center/cover no-repeat;
  aspect-ratio: 16/7;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
}

.hero-shape {
  position: absolute;
  inset: 0;
  background: rgba(110,110,110 , 0.7);
  clip-path:polygon( 22% 18%, 82% 18%, 89% 73%, 15% 73% )
}
.hero-content {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  color: #fff;
}
.hero-content h2 {
    font-size: 44px;
    margin-bottom: 20px;
}

.hero-content p {
    font-size: 16px;
    margin-bottom: 15px;
    max-width: 500px;
    font-weight: 600;
    text-wrap: wrap;
}

span .blue {
    color: #54accd;
}

.read-more{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    background-color: #54accd;
    height: 38px;
    width: 100px;
}
.read-more:hover{
    background-color: #479cbb;
}

.navbar-middle{
    background-color: #54accd;
    height: 19vh;
}
.nav-middle{
    display: flex;
    height: 100%;
}
.nav-middle li{
    list-style:none;
    flex:1;
    border-right:2px solid #67b7d3;
}
.nav-middle li:last-child{
    border-right:none;
}
.nav-middle-link{
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:0px;   
    color:#fff;
    text-decoration:none;
}

.nav-middle-link:hover{
    background:#4aa5c7;
}
.nav-middle-link img{
    width:48px;
    height:48px;
    object-fit:contain;
}

.nav-middle-link span{
    font-size:24px;
    font-weight:600;
    text-align:center;
}
.container-middle{
    margin: 0vw;
    background-color: #F7F7F7;
}
.welcome{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
}
.welcome h2{
    margin-top: 3.5vh;
    color: #333;
    /* text-align: center; */
    font-size: 35px;
    word-spacing: 3px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #aaa;
}
.welcome p{
    color: #888;
    font-size: 2.8vh;
    max-width: 75vw;
    text-align: center;
}
.welcome span{
    color:#67b7d3;
} 
.welcome .read-more{
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    background-color: #54accd;
    height: 38px;
    width: 100px;
}
.welcome .read-more:hover{
    background-color: #479cbb;
}
.round-image-container{
    background-color: #FFFFFF; 
    margin: 4vw 6vw;
}
.inspection-cards{
    display: flex;
    list-style: none;
    margin: 0%;
    padding: 40px 20px;
    max-width: 1100px;
}
.inspection-cards li {
  flex: 1;
  padding: 0 20px;
  text-align: center;
  border-left: 1px solid #ccc;
}

.inspection-cards li:first-child {
  border-left: none;
}

.inspection-cards h3 {
  color: #2196c9;
  font-size: 25px;
  margin: 0 0 10px;
  text-overflow: none;
  text-wrap: nowrap;
}

.rule {
  display: block;
  width: 250px;
  height: 1px;
  background: #ccc;
  margin: 0 auto 18px;
}
.round-img {
  width: 250px;
  height: 250px;
  
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 16px;
}
.round-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-btn{
    display: flex;
    margin-top: 20px;
    margin-left: 5vw;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    background-color: #54accd;
    height: 38px;
    width: 100px;
}
.recent-work{
    text-align: center;
    margin-bottom: 20px;
}
.recent-work h2{
    display: inline-block;
    color: #67b7d3;
    font-size: 6vh;
    border-bottom: 2px solid #bbb;
}
.recent-work-images{
    height: 60vh;
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    background-color: #FFFFFF; 
    margin: 4vw 6vw;
}

.gardener{
    height: 46vh;
    width: 23vw;
    background-image: url(Images/gardener.png);
    background-size: cover;
}

.wallfixer{
    height: 46vh;
    width: 23vw;
    background-image: url(Images/wallfixer.png);
    background-size: cover;
}
.gutterfixer{
    height: 46vh;
    width: 23vw;
    background-image: url(Images/gutterfixer.png);
    background-size: cover;
}

footer {
  background-color: #67b7d3;
  padding: 40px 30px 20px;
}

.footer-top {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;    /* fixes the misaligned headings */
  flex-wrap: wrap;
  gap: 30px;
}

.footer-top h3,
.footer-top h2 {
  color: #222;
  font-size: 26px;
  margin-bottom: 14px;
}

.footer-top p {
  color: #fff;
  font-size: 14px;
  line-height: 1.6;
  max-width: 260px;
}

/* Navigation list */
.nav--bar {
  list-style: none;
  padding: 0;
}

.nav--bar li {
  margin-bottom: 4px;
}

.nav--bar li::before {
  content: "•";
  color: #fff;
  margin-right: 8px;
}

.nav--bar a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255,255,255,0.35);
  width: 150px;
}

.nav--bar a:hover { color: #222; }

#active { color: #222; }

/* Follow us */
.social-list {
  list-style: none;
  padding: 0;
}

.social-list li {
  border-bottom: 1px solid rgba(255,255,255,0.35);
  padding: 8px 0;
}

.social-list li:last-child { border-bottom: none; }

.follow-us-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
}
.follow-us-link:hover{
    color: #333;
}
.icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  flex-shrink: 0;
}

.icon-box.fb { background: #3b5998; }
.icon-box.tw { background: #1da1f2; }
.icon-box.gp { background: #db4437; }
.icon-box.sk { background: #00aff0; }

/* Newsletter */
.newsletter-form {
  display: flex;
  margin-top: 14px;
}

.newsletter-form input {
  flex: 1;
  border: none;
  padding: 10px 12px;
  font-size: 14px;
}

.newsletter-form button {
  border: none;
  background: #222;
  color: #fff;
  padding: 0 20px;
  cursor: pointer;
  font-weight: 600;
}

.newsletter-form button:hover{
     background-color: #999;
}

/* Copyright row */
.copyright {
  text-align: center;
  color: #333;
  font-size: 13px;
  margin-top: 30px;
}