* { margin: 0; padding: 0; box-sizing: border-box; }
html {
  overflow-y: scroll;
  background-color:#fafaf8;
}
body { font-family: Arial, sans-serif; line-height: 1.6; color: #333; }
.container { width: 90%; max-width: 1200px; margin: auto; }

/* Header & Nav */
.site-header { background: #fff; position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 4px rgba(0,0,0,0.1); }
.nav { display: flex; align-items: center; justify-content: space-between; padding: 1rem 0; }
.logo { font-size: 1.5rem; font-weight: bold; color: #000; text-decoration: none; display: flex; width: 250px; align-items: center; justify-content: space-between;}
.logo img {max-width: 60px;}
.nav-toggle { display: none; font-size: 1.5rem; background: none; border: none; }
.nav-list { list-style: none; display: flex; width: 550px; justify-content: space-around;}
.nav-list li { text-align: center;}
.nav-list li a { text-decoration: none; padding: 0.5rem; }
.nav-list li a.active, .btn-primary { background: #27ae60; color: #fff; border-radius: 4px; padding: 0.5rem 1rem; width: fit-content;}

/* Hero */
.hero { background: #f9f9f9; padding: 4rem 0; text-align: center; }
.hero h1 { font-size: 2.5rem; margin-bottom: 1rem; }
.hero p { font-size: 1.25rem; margin-bottom: 1.5rem; }

/* How It Works */
.how-it-works { padding: 3rem 0; text-align: center; }
.steps { display: flex; flex-direction: column; gap: 2rem; margin-top: 2rem; justify-content: center;}
.step img { max-width: 100px; margin-bottom: 1rem; height: 80px;object-fit: contain;}

/* Testimonials */
.testimonials { padding: 3rem 0; text-align: center; }
.testimonials .logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 2rem; margin-top: 2rem; }
.testimonials .logos img { max-width: 120px; opacity: 0.7; }

/* Features & Pricing & Forms */
.feature-item, .plan { margin: 2rem 0; text-align: center; }
.feature-item img { max-width: 200px; margin-top: 1rem; }
.pricing-table { display: flex; justify-content: center; }
.plan { border: 1px solid #ddd; border-radius: 8px; padding: 2rem; width: 300px; }
.price { font-size: 2rem; margin: 1rem 0; }
.trial-note { font-size: 0.9rem; color: #666; margin-top: 1rem; }

.no-bullets {list-style: none; margin: 0; padding: 0;}
.hero_image{background-image: url('../images/EZ_Google_Reviews_Demo.jpg');background-size: cover; background-repeat: no-repeat; height: 320px;}
.hero_wrapper{margin:auto; display:flex; flex-direction: column; align-items: center; height: 100%; background-color: #d4d4d42b; justify-content: center;}
/* Forms */
.centered_column{display: flex; flex-direction: column; justify-content: center; align-items: center; height:80vh;}
form { display: grid; gap: 1rem; margin: 2rem 0; }
input, textarea { padding: 0.5rem; border: 1px solid #ccc; border-radius: 4px; }

/* Responsive */
@media(min-width: 768px) {
  .steps { flex-direction: row; }
  .nav-toggle { display: none; }
  .nav-list { display: flex !important; }
}
@media(max-width: 767px) {
  .nav-list { display: none; flex-direction: column; background: #fff; position: absolute; top: 100%; right: 0; width: 200px; box-shadow: 0 2px 8px rgba(0,0,0,0.2); }
  .nav-toggle { display: block; }
}
.privacy_policy_wrapper{
  width: 80%;

  margin: auto;
}
.privacy_policy_wrapper h5{
  font-size: 1.2rem;
}
.privacy_policy_wrapper h6{
  font-size: 1rem;

}
.privacy_policy_wrapper p{
  padding: 5px 20px;
}
.privacy_policy_wrapper ul li{
  padding: 0 20px;
}
.nav-open{display: flex;justify-content: center;padding: 20px;}
footer{
  display:flex;
  justify-content: center;
  align-items: center;
  color: white;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #4b91f1;
}
footer a{
  color:white;
  text-decoration: none;
}
.footer_wrapper{
  width: 60%;
    padding: 1rem 0;
    margin: auto;
    display: flex;
    justify-content: space-between;
    max-width: 1600px;
}
main{
  min-height: 80vh;
}