*{
  margin: 0;
  padding: 0;
}
header{

}




h1{

}

h2{

}

h3{

}

h4{

}

footer{

}
.topnav {
  display: flex;
  align-items: center;
  background-color: #F2EEEB;
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 10px 40px;
}


.topnav a.home {
  padding: 0;
  margin-right: 40px; /* controls space between logo and buttons */
  display: flex;
  align-items: center;
}

.topnav img {
  height: 80px;
  width: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 35px;
  margin-left: auto;
}

.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: 60vh;
  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: 0;
}

.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: 100%;
  line-height: 2.0;
}
.service_text_hedge{
  color: black;
  width: 55%;
  line-height: 2.0;
}
.service_text_land{
  color: black;
  width: 55%;
  line-height: 2.0;
}
.service_text_season{
  color: black;
  width: 55%;
  line-height: 2.0;
}
.service_text_snow{
  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;
}



.why-choose-us-full {
  width: 100%;
  background-color: #f9f9f9;
  padding: 70px 20px 50px 20px;
  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;
}

.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;
}


.mowing-pricing-section {
  width: 90%;
  max-width: 1300px;
  margin: 80px auto;
  text-align: center;
  background: transparent;
}

.mowing-pricing-section .price-row span:first-child {
  color: #000000 !important;
}

.pricing-title {
  font-size: 42px;
  color: #557024;
  margin-bottom: 30px;
  font-weight: 700;
}

/* ===== GRID LAYOUT ===== */

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* ===== CARD ===== */

.pricing-card {
  background: rgba(255,255,255,0.12);
  backdrop-filter: blur(8px);
  border-radius: 18px;
  overflow: hidden;
  border: 2px solid rgba(85,112,36,0.35);
  transition: all 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
}

/* ===== IMAGE ===== */

.pricing-image {
  height: 200px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 18px;
}

/* ===== HEADER ===== */

.pricing-header {
  background-color: #557024;
  color: #FED000;
  padding: 18px 15px;
}

.pricing-header h3 {
  margin: 0;
  font-size: 26px;
  font-weight: 600;
}

/* ===== BODY ===== */

.pricing-body {
  padding: 25px;
}

/* ===== PRICE ROW ===== */

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  font-size: 18px;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  color: #ffffff;
}

.price-row:last-child {
  border-bottom: none;
}

/* ===== MAKE PRICE GREEN (WORKS WITHOUT CHANGING HTML) ===== */

.price-row span:last-child,
.price-row div:last-child {
  background-color: #557024;
  color: #ffffff;
  padding: 8px 18px;
  border-radius: 8px;
  font-weight: 600;
  min-width: 95px;
  text-align: center;
}

.price-row span:first-child {
  text-decoration: underline;
  text-decoration-color: black;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

/* ===== NOTE ===== */

.pricing-note {
  margin-top: 35px;
  font-size: 16px;
  color: #333;
  padding-bottom: 20px;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 1000px) {
  .pricing-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 650px) {
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .pricing-title {
    font-size: 32px;
  }

  .pricing-image {
    height: 180px;
  }
}

.pricing-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.pricing-card {
  transition: all 0.3s ease;
}

.pricing-card-link:hover .pricing-card {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  cursor: pointer;
}

.footer{
    background color:#557024;
    color:black;
    font-family:Arial;
    padding-top:60px;
}

/* Main footer layout */
.footer-container{
    display:grid;
    grid-template-columns:1fr auto 1fr;
    align-items:center;
    max-width:1200px;
    margin:auto;
    padding:40px;
}

/* Left */
.footer-left{
    justify-self:start;
}

/* Center */
.footer-center{
    text-align:center;
}

/* Right */
.footer-right{
    justify-self:end;
}

/* Logo */
.footer-logo{
    width:220px;
    margin-bottom:10px;
}

/* Buttons */
.footer-btn{
    display:inline-block;
    margin-top:15px;
    padding:12px 25px;
    background: #FED000;
    color:black;
    border-radius:25px;
    text-decoration:none;
    font-weight:bold;
}

/* Social links */
.socials a{
    margin:0 10px;
    text-decoration:none;
    color:#f5f5f5;
}

/* Bottom footer */
.footer-bottom{
  background-color: #557024;
    border-top:1px solid #2e3d14;
    padding:20px 0;
}

.footer-bottom-content{
    max-width:1200px;
    margin:auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.footer-text{
    text-align:center;
}

/* BBB seal */
.bbb-seal img{
    height:42px;
}

@media only screen and (max-width: 1448px){

   .topnav {
  display: flex;
  align-items: center; /* Align items vertically */
  background-color: #F2EEEB;

  position: sticky;
  top: 0;
  z-index: 1000;
}
  

  .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_text_hedge {
    width: 100%;
    margin-bottom: 20px;
  }

  .service_text_land {
    width: 100%;
    margin-bottom: 20px;
  }

  .service_text_season {
    width: 100%;
    margin-bottom: 20px;
  }

  .service_text_snow {
    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;
  }
.footer-container{
display:flex;
flex-direction:column;
align-items:center;
text-align:center;
padding:20px;
}

.footer-left,
.footer-center,
.footer-right{
width:100%;
margin-bottom:30px;
}

.footer-logo{
width:180px;
}

.footer-bottom-content{
display:flex;
flex-direction:column;
align-items:center;
gap:15px;
}

.bbb-seal{
margin-top:10px;
}


}
