*{
	margin: 0;
	padding: 0;
}
header{

}




h1{

}

h2{

}

h3{

}

h4{

}

footer{

}
.topnav {
  display: flex;
  align-items: center; /* Align items vertically */
  background-color: #F2EEEB;

}

.topnav a.home {
  padding: 0px 100px 0px 50px;  /* Remove padding for the image */
  display: flex; /* Ensure the home link behaves properly */
  align-items: center;
}

.topnav a.home img {
  width: 150px;
}

.nav-links {
  display: flex;  /* Make the links align in a row */
  gap: 20px;  /* Add space between the links */
  margin-left: 20px; /* Create space between logo and links */
}

.nav-links a {
  border: 1px solid black;
  text-decoration: none;
  color: #f2f2f2;
  padding: 15px 50px;
  font-size: 17px;
  border-radius: 25px;
  background-color:#557024 ;
}

.nav-links a:hover {
  background-color: #FED000;
  color: black; 
}

.nav-links a.active {
  background-color: #04AA6D;
  color: white;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: 1px solid black;
  outline: none;
  color: white;
  padding: 15px 50px;
  background-color: #557024;
  font-family: inherit;
  margin: 0;
  border-radius: 25px;
}

.dropdown:hover .dropbtn{
  background-color: #FED000;
  color: black;
}

.dropdown-content {
  display: none;
  position: absolute;
  
  min-width: 160px;
  
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  margin-top: 5px;
}

.dropdown-content a:hover {
  background-color: #FED000;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.oswald{
  font-family: "Oswald", serif;
  font-optical-sizing: auto;
  font-weight: 45;
  font-style: normal;
}

.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)), url("../image/hero_img.png");
  height: 80vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FED000;
}

.hero-text button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 10px 25px;
  color: black;
  background-color: #ddd;
  text-align: center;
  cursor: pointer;
  border-radius: 25px;
  margin
}

.hero-text button:hover {
  background-color: #FED000;
  color: black;
}

span {
  color: #FED000;
}

.toggle {
  display: none;
}

.active {
  display: inline-block;
}

.Service_lawn{
  margin-right: auto;
  margin-left: auto;
  width: 90%;

}

.Service_lawn_right{
  margin-right: auto;
  margin-left: auto;
  width: 90%;

}


.Service_lawn h1{
  margin-bottom: 5%;
  margin-top: 5%;
  padding-left: 50px;
  background-color: #557024;
  color: #FED000;
  border-radius: 10px;
  position: relative;
}


.Service_lawn_right h1{
  margin-bottom: 5%;
  margin-top: 5%;
  padding-right: 50px;
  background-color: #557024;
  color: #FED000;
  border-radius: 10px;
  position: relative;
  text-align: right;
}

.service_content_lawn{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-right: 6%;
  margin-left: 6%;
}


.service_text_lawn{
  color: black;
  width: 55%;
  line-height: 2.0;



}

.service_text_lawn img{
  
  
  display: flex;
  float: right;
  width: 100%;

  
}


.service_image_lawn {
  width: 35%;


  
}

.service_image_lawn img{
  
  
  display: flex;
  float: right;
  width: 100%;

  
}

/* Request Formatting */
.Service_contact{
  margin-right: auto;
  margin-left: auto;
  width: 90%;

}


.Service_contact h1{
  margin-bottom: 5%;
  margin-top: 5%;
  padding-left: 50px;
  background-color: #557024;
  color: #FED000;
  border-radius: 10px;
  position: relative;
}


.service_content_contact{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-right: 6%;
  margin-left: 6%;
}


.service_text_contact{
  color: black;
  width: 35%;
  line-height: 2.0;



}

.service_text_contact img{
  
  
  display: flex;
  float: right;
  width: 100%;

  
}


.service_image_contact {
  width: 55%;
  display: flex;


  
}

.service_image_contact img{
  
  
  display: flex;
  float: right;
  width: 100%;

  
}

  .hamburger {
    display: none;

  }

@media only screen and (max-width: 1285px){

    .topnav {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
    position: relative;
  }

  .hamburger {
    display: block;
    background-color: #557024;
    color: white;
    font-size: 28px;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    margin-left: auto;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    width: 80%;
    margin-top: 10px;
  }

  .nav-links a{
    width: 80%;
    padding: 15px;
    text-align: left;
  }

  .dropdown{
    width: 85%;
    
    text-align: left;
  }


  .dropbtn{
    width: 100%;
    
    text-align: left;
  }



  .nav-links.show {
    display: flex;
  }


.dropdown .dropbtn {
  width: 100%;
  padding: 15px;
  text-align: left;
  box-sizing: border-box;
  font-size: 16px;
  background-color: #557024;
  color: white;
  border: 1px solid black;
  border-radius: 25px;
  text-decoration: none;
  font-family: inherit;
  margin: 0;
}


  .dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: 1px solid black;
  outline: none;
  color: white;
  background-color: #557024;
  font-family: inherit;
  margin: 0;
  border-radius: 25px;
}

.dropdown:hover .dropbtn{
  background-color: #FED000;
  color: black;
}

.dropdown-content {
  display: none;
  position: relative;
  
  min-width: 160px;
  
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  margin-top: 5px;
}

.dropdown-content a:hover {
  background-color: #FED000;
}

.dropdown:hover .dropdown-content {
  display: block;
}




  .service_content_lawn {
    flex-direction: column;
    margin: 0 5%;
  }

  .service_text_lawn,
  .service_image_lawn {
    width: 100%;
    margin-bottom: 20px;
  }

  .Service_lawn h1 {
    text-align: center;
    padding: 15px;
  }

  .hero-text {
    position: static;
    transform: none;
    padding: 20px;
    text-align: center;
  }

  .hero-image {
    height: auto;
  }

  .desktop_request{
    display: none;
  }

  .service_image_contact {
  width: 100%;
  display: flex;


  
}


}

<style>
.why-choose-us-full {
  width: 100%;
  background-color: #f9f9f9;
  padding: 70px 20px 50px 20px; /* top padding 70px = original 50px + 20px extra */
  box-sizing: border-box;
}

.why-choose-us-full .container {
  max-width: 1200px;
  width: 100%;
  text-align: left;
  border: 2px solid #2e7d32;
  padding: 30px 40px;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 0 auto; /* centers the container horizontally */
}

.why-choose-us-full h2 {
  margin-bottom: 30px;
  font-size: 32px;
}

.why-choose-us-full ul {
  list-style: none;
  padding-left: 0;
}

.why-choose-us-full ul li {
  margin-bottom: 25px;
  line-height: 1.8;
  font-size: 18px;
  color: #333;
  position: relative;
  padding-left: 25px;
}

.why-choose-us-full ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #2e7d32;
  font-weight: bold;
}
</style>