        body {
font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
            margin: 0;
            padding: 0;
          
        }

        /* Top Bar Menu */
        .top-bar {
            background-color: white;
            color: #777;
            padding: 10px 20px;
            position: fixed;
            width: 100%;
            box-shadow: 0 8px 6px -6px black;
            z-index: 9990;

        }
        
        h1 {
        width: 65%;
        float: left;

        }

        .menu {
        display: block;
        width: 32%;
            list-style: none;
            margin: 0;
            padding: 0;
            margin-top: 80px;
            float: right;
            
        }

        .menu li {
            margin: 0 15px;
        }

        .menu li a {
        display: block;
            color: #777;
            text-decoration: none;
          
            float: right;
            width: 100px;
            text-align: center;
            position: relative;
          
        }
        
.menu li a::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 2px; /* Thickness of the underline */
    background-color: #67a9b7; /* Underline color */
    transition: width 0.3s ease; /* Animation speed and easing */
}

.menu li a:hover::after {
    width: 100%; /* Expand underline to full width */
}
        
        .float-right {
        float: right;
        }

        .float-right a {
            color: white;
            text-decoration: none;
        }

        /* Hamburger Menu */
        .hamburger {
            display: none;
            cursor: pointer;
            font-size: 21px;
            color: #777;
            float: right
            z-index: 4000;
        }

        .hamburger:hover {
            color: #ccc;
        }

.full-screen-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    padding: 50px 20px;
    z-index: 1000;
    text-align: center;
    z-index: 9993;

    justify-content: center; /* Horizontally center the content */
    align-items: center; /* Vertically center the content */
    margin: 0;
    padding: 0;
}

.full-screen-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.full-screen-menu li {
    font-size: 24px; /* Adjust font size as needed */
    margin: 10px 0; /* Space between items */
    color: #67a9b7;
}

/* Optional: Make items horizontal */
.full-screen-menu ul {
    display: flex;
    flex-direction: column; /* Change to 'row' if you want horizontal items */
    align-items: center;
}

.full-screen-menu li a {
color: #67a9b7;
text-decoration: none;
}

        .full-screen-menu.open {
            display: block;
        }

        /* Tree Image */
        .tree-image {
        float: left;
            width: 13%;
            height: auto;
        }
        .bullets {
        float: left;
        width: 60%;
        margin-left: 80px;
        padding-top: 30px;
        }

        /* Main Content */
        h1 {
            margin: 0;
            text-align: center;
            font-weight: normal;
        }


        
        .thirds_left {
        float: left;
        width: 73%;
       
        }

        .thirds_right {
float: left;
width: 25%;
margin-top: 17px;
        }
        
        .thirds_rightb {
        width: 25%;
        float: right;
        margin-top: 26px;
        }
        .thirds_rightb img {
        width: 300px;
        }
        
        .thirds_right img {
        width: 98%;
        }
        
        #closeIcon {
        display: none;
                    position: fixed;
            top: 12px;
            right: 12px;
            z-index: 9998;
        }
        
                            .tree-image {
                    width: 60px;
                    }
                    
        
                        .tree-image {


            margin-top: -11px;
            
          
        }
        
                                   .bullets {
                    padding-top: 33px;
}

.thirds_left {

margin-top: 0px;

}

        /* Responsive Design */
        @media (max-width: 950px) {
        
        
   .menu li a {
   
   top: 0;
   
   }
        
               .bullets {
               
              margin-left: 0;
              }
            .menu {
                display: none;
            }

            .hamburger {
                display: block;
            }
            #closeIcon {

            z-index:9998;
            display: none;
            font-size: 26px;
            color: #777;
            }

            .thirds {
                flex-direction: column;
                align-items: center;
            }

            .thirds_right {
                padding-left: 0;

                text-align: center;
            }

            .full-screen-menu.open {
                display: block;
            }
                    .tree-image {
           width: 40px;        

        }
        
        .thirds_right {

width: 97%;
        }
        
        .thirds_right img {
                width: 69%;
                margin-left: auto;
                margin-right: auto;
        }
        
                .thirds_left {
  
        width: 98%;
        margin-top: 17px;
        text-align: center;
        }
        
        
        
        
                .tree-image {

            width: 50px;
            margin-top: -11px;
            
          
        }
        .bullets {
     
        width: 97%;
        }
        
        h1 {
        font-size: 18px;
        width: 85%;
       

       

        }
        
                           .bullets {
                    padding-top: 30px;
} 
        
        
#bitofspace {
display: none;
}
        
        
        
        }
        

        
        .outer-wrap {
        padding: 26px;
        }
        .services {
        float: left;
        width: 45%;
        margin-top: 26px;
        }
        
        .services_column {
        float: right;
        width: 48%;
        text-align: center;
        margin-top: 26px;
}








        .services_column {

            box-sizing: border-box;
        }

        .service_item {
            float: left;
            width: 23%; /* Default to 4 items per row on desktop */
            margin: 1%; /* Small gap between items */
            box-sizing: border-box;
            text-align: center;
 
            padding: 15px;
            border-radius: 5px;

        }

        .service_item:hover {
            background-color: #e2e2e2; /* Change background on hover */
        }

        @media (max-width: 950px) {
        
        .services_column {
        width: 97%;
        }
            .service_item {
                width: 48%; /* 2 items per row on mobile */
            }
            .services {
            width: 97%;
}

        .services_column {

        margin-top: 26px;
}
        }
        
        
        
                .half {
        width: 48%;
        float: left;
        }
        .half img {
        width: 98%;
        }
        
         #breaker {
  display: none;
  }
  
  .container {
  width: 45%;
  float: left;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 20px;
    margin-top: 139px;
  
}

        @media (max-width: 950px) {
            .service_item {
                width: 100%; /* 1 item per row on very small screens */
            }
            .thirds_rightb {
            width: 100%;
            }
            
                    .half {
        width: 98%;
        float: left;
        }
        .half img {
        width: 98%;
        }
        
        h1 {
        font-size: 20px;
        line-height: 10px;
        position: relative;
        
        }
        
        #breaker {
        display: block;
        }
        
          .container {
          margin-top: 100px;
          }
        
        }
        

        
 
        .close {
        display: none;
        }
        
        
        
 footer {
            width: 100%;
            padding-top: 58px;  Space below the gradient
            background: linear-gradient(to bottom, #d3d3d3, #ffffff 30px); /* Gradient over the top 30px */
            text-align: center;
            font-size: 14px;
            color: #333; /* Dark text for contrast */
            position: relative;

        }
        
        .footer_nav {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center;
        }
        
        h3 {
        
        color: #67a9b7;
        
        }
        
        h1 a {
        font-size: 13px;
        color: #777;
        text-decoration: none;
        position: relative;
        top: 14px;
        font-weight: normal;
        }
        .contact-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
 
  border-radius: 8px;
  text-align: center;
  display: grid;
  place-items: center;

 
}

.form-field {
  margin-bottom: 15px;
}

.form-field label {
  font-size: 16px;
  color: #67a9b7;
  display: block;
  margin-bottom: 5px;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.form-field textarea {
  resize: vertical;
}

.required {
  color: #a69a48;
}

.form-submit button {
  width: 100%;
  padding: 12px;
  background-color: #a69a48;
  color: #fff;
  font-size: 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.form-submit button:hover {
  background-color: #4e8c97;
}

#captcha {
width: 200px;
}

.contact-form select {
text-align: center;
}

.g-recaptcha {
  transform: scale(0.70); /* Reduce to 85% of the original size */
  transform-origin: 0 0;  /* Ensures it scales from the top-left corner */
}



.box {
width: 98%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 8px;

    
}

.box i {
    font-size: 50px;
    color: #a69a48;
    margin-bottom: 10px;
}

.box h3 {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    text-align: center;
}

h3 {
color: #a69a48;
}

button {
color: #a69a48;
}



/* Mobile styles */

    .container {
        margin-top: 33px;
        grid-template-columns: repeat(2, 1fr);
    }
    
    
    
    
    
    
    
footer ul a {
  color: #595959;
  }
  
  .service_item {
  color: #595959;
  }
    
    
    p, li {
    color: #595959;
    }
    
    p {
    padding-left: 22px;
    padding-right: 22px;
    }
    
        #location {
    font-size: 17px !important;
    
    margin-top: -11px;
    }
    
    h1 {
    margin-top: 12px;
    margin-bottom: 12px;
    }
    
    @media (max-width: 950px) {
    
    #location {
    font-size: 12px !important;
    margin-top: 11px;
    }
    
    
}



  .contact_nav {
    list-style-type: none; /* Remove bullet points */
    padding: 0; /* Remove padding */
    text-align: center; /* Center the content */
  }
  .contact_nav li {
    margin: 10px 0; /* Add spacing between items */
  }
  .contact_nav a {
    text-decoration: none; /* Remove underline */
   color: #595959;

  }
  .contact_nav a:hover {
    color: #67a9b7; /* Change color on hover */
  }
  
  .dan_left {
  float: left;
  width: 17%;
  margin-top: 33px;
  }
  .dan_left img {
  width: 98%;
  }
  .dan_right {
  float: left;
  width: 32%;
  margin-top: 33px;
  margin-left: 26px;
  }
  
  
    
  #hero {
position: relative;
z-index: 8;
width: 100%;
}

#hero img {
width: 100%;
}

#hero p {
position: absolute;
z-index: 8000;
left: 30%;
top: 50%;
font-size: 23px;
filter: drop-shadow(5px 5px 10px #333);
}

#slogan p {
font-size: 35px;
}

  
  
  @media (max-width: 950px) {
  
  
    .dan_left {
  float: left;
  width: 98%;
  margin-top: 26px;
  text-align: center;
  }
  .dan_left img {
  width: 65%;
  }
  .dan_right {
  float: left;
  width: 98%;
  margin-top: 0px;
  margin-left: 0px;
  }
  
  #slogan p {
  font-size: 23px;
  line-height: 27px;
  margin: 0;
  padding: 0;
  }
  
  
  #hero {
position: relative;
padding-top: 70px;
z-index: 8;
}
  #hero p {
  position: absolute;
z-index: 8000;
left: 20%;
top: 60%;
  font-size: 12px;
  filter: drop-shadow(0px 0px 0px #333);
  
  }
  
  
  }
  
#hero {
width: 100%;

}

.rel {
width: 98%;
}

#slogan {
width: 98%;
text-align: center;
font-size: 17px;

}

#slogan p {
padding-top: 141px;
}

#contactShift {
margin-top: 152px;

}

.services img {
width: 98%;
}

#office {
margin-top: 33px;
max-width: 600px;
margin-left: auto;
margin-right: auto;
display: grid;
  place-items: center;
}

#office img {
width: 80%;
margin-left: auto;
margin-right: auto;
margin-top: 13px;
}

#office p {
padding-left: 24px;
padding-right: 24px;
}
#service_listb {
padding-left: 33px;
list-style: none;
text-align: center;
}

#service_listb li {
margin-top: 11px;
}

.topMargin {
padding-top: 152px;
text-align: center;
}

.servicesc {
margin-top: 111px;
}

