:root {
  --font-arsenal: 'Arsenal', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  color: #323232!important;
}
.title{
  font-family: var(--font-arsenal);
}
.breadcrumbs {
    display: none !important;
}
.hero-container{
  width: 1552px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.hero-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  background-color: #e0f9b3;
  border-radius: 30px;
  margin: 50px !important;
}
 .mobile-hero
  {
    display: none;
  }

.hero-content {
  flex: 1 1 45%;
}

.hero-content h1 {
  width:50%;
  float:left;
  font-family: var(--font-arsenal);
  font-weight: 400;
  font-size: 71px;
  line-height: 76px;
  text-transform: capitalize;
  margin: auto;


}

.hero-content-text {
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
}

.hero-content p.content {
  color: #333;
  width:50%;
  float:right;
  font-family: Roboto;
  font-weight: 300;
  font-style: Light;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0%;
  margin:auto
}

.hero-form {
  background: white;
  padding: 20px;
  border-radius: 30px;
}

.hero-form h3 {
  margin: 0 0 10px;
  font-family: Arsenal;
  font-weight: 400;
  font-style: Regular;
  font-size: 34px;
  leading-trim: NONE;
  line-height: 34px;
  letter-spacing: 0%;
  text-align: center;
  color: #323232!important;
}

.hero-form p {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 15px;
}

.hero-form input,
.hero-form select,
.hero-form button {
  width: 100% !important;
  padding: 10px !important;
  margin-bottom: 12px !important;
  border: 1px solid #ccc !important;
}

.form-group  select {
  font-family: Roboto;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  background-color: white;
  color: #323232; /* Default text color */
  border-radius: 10px;
}

.hero-form button {
  background: #4E5A44;
  color: white;
  border: none;
  cursor: pointer;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  border-radius: 30px;

}
.hero-form input, .hero-form select
{
  margin-bottom: 20px !important;
}

.hero-image {
  flex: 1 1 50%;
  text-align: right;
}

.hero-image img {
  max-width: 100%;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .hero-section {
    flex-direction: column;
    text-align: center;
  }
  .hero-image {
    order: -1;
    margin-bottom: 20px;
  }
  .hero-content {
    flex: 1 1 100%;
  }
}
/* ===== Benefits Section ===== */
.benefits-section {
  text-align: center;
  padding: 60px 20px;
  background-color: #f6f6ef;
  min-height: 627px;
}




.benefits-section h2 {
  font-family: Arsenal;
  font-weight: 400;
  font-style: Regular;
  font-size: 64px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  padding:60px
}

.benefits-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}

.benefit-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  padding: 20px;
  width: 32%;
  text-align: left;
}

.benefit-icon {
  width: 35px;
  display: inline-block;
  margin: 10px;
}

.benefit-text {
    display: block;
    float: right;
    width: 80%;
    color: #323232;
}

.benefit-card h3 {
  font-family: Arsenal;
  font-weight: 400;
  font-style: Regular;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #323232;
}

.benefit-card p {
  font-family: Roboto;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
}

.benefit-btn {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  display: inline-flex;
  justify-content: center;
  background-color: #3c4a2e;
  color: white;
  padding: 12px 24px;
  border-radius: 25px;
  text-decoration: none;
  transition: 0.3s;
  align-items: center;
  gap:8px;
}

.benefit-btn:hover {
  background-color: #3c4a2e;
  color: white;
}

.section {
      margin: 0 auto;
      padding: 60px 20px;
    }
    .section-title {
      text-align:center;
      margin-bottom: 40px;
      font-family: Arsenal;
      font-weight: 400;
      font-style: Regular;
      font-size: 64px;
      leading-trim: NONE;
      line-height: 100%;
      letter-spacing: 0%;

    }
    .grid {
      display: grid;
      gap: 24px;
      grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
    }

    .card {
      position: relative;
      border-radius: var(--radius);
      overflow: hidden;
      min-height: 600px;
      display: flex;
      flex-direction: column;
      background-size: cover;
      background-position: center;
      box-shadow: 0 12px 32px -4px rgba(0,0,0,0.15);
      width: calc(33% - 20px);
      opacity: 1;
      border-radius: 20px;
      padding: 10px;
    }

    .card .label {
      top: 12px;
      left: 12px;
      background: #E1FCB5;
      padding: 4px 12px;
      border-radius: 999px;
      font-size: 0.7rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: .5px;
      font-family: Roboto;
      font-weight: 400;
      font-style: Regular;
      font-size: 16px;
      leading-trim: NONE;
      line-height: 24px;
      letter-spacing: 0%;
      text-align: center;
      width: 100px;
      margin-bottom: 10px;

    }
    .card .content {
      margin-top: auto;
      padding: 16px;
      position: relative;
      z-index: 1;
    }
    .card .text-box {
      background:#EEF2EDCC;
      backdrop-filter: blur(6px);
      padding: 16px 18px;
      border-radius: 12px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.08);
      width: 442;
      height: 200;
      gap: 10px;
      angle: 0 deg;
      opacity: 1;
      border-radius: 20px;
      padding: 24px;


    }
    .card h3 {
      font-family: Arsenal;
      font-weight: 400;
      font-style: Regular;
      font-size: 34px;
      leading-trim: NONE;
      line-height: 34px;
      letter-spacing: 0%;
      color: #323232;

    }
    .card p {
      font-family: Roboto;
      font-weight: 300;
      font-style: Light;
      font-size: 20px;
      leading-trim: NONE;
      line-height: 30px;  
      letter-spacing: 0%;
      color: #323232;
    }

    /* Large CTA card on right */
    .cta-card {
      position: relative;
      border-radius: var(--radius);
      overflow: hidden;
      min-height: 600px;
      display: flex;
      align-items: center;
      padding: 0;
      background-size: cover;
      background-position: center;
      color: white;
      border-radius: 20px;
    }
    .cta-overlay {
      position: absolute;
      inset: 0;
      background: linear-gradient(135deg, rgba(29,42,60,0.65) 0%, rgba(29,42,60,0.85) 75%);
      mix-blend-mode: normal;
    }
    .cta-inner {
      position: relative;
      padding: 32px 24px;
      flex: 1;
      font-family: Arsenal;
      font-weight: 400;
      font-style: Regular;
      font-size: 48px;
      leading-trim: NONE;
      line-height: 50px;
      letter-spacing: 0%;
      text-align: center;
      display: flex;
      flex-direction: column;
      justify-content: center;

    }
    .cta-inner h2 {
      margin: 0 0 12px;
      font-family: Arsenal;
      font-weight: 400;
      font-style: Regular;
      font-size: 48px;
      leading-trim: NONE;
      line-height: 50px;
      letter-spacing: 0%;
      text-align: center;
      color: #fff;
      text-transform: none;

    }
    .cta-inner p {
      margin: 0 0 16px;
    font-family: Roboto;
    font-weight: 300;
    font-style: Light;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 34px;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    text-transform: none;

    }
    .btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 10px 20px;
      border-radius: 999px;
      font-weight: 600;
      font-size: 0.9rem;
      cursor: pointer;
      border: none;
      background: #d3e99b;
      color: #1f3f1f;
      text-decoration: none;
      transition: filter .2s;
      font-family: Roboto;
      font-weight: 400;
      font-style: Regular;
      font-size: 18px;
      leading-trim: NONE;
      line-height: 100%;
      letter-spacing: 0%;
    }

    .btn:hover {
      background: #d3e99b;
      color: #1f3f1f;
    }

    @media (min-width: 900px) {
      .how-grid {
        grid-template-columns: repeat(3,1fr);
      }
      .bottom-grid {
        grid-template-columns: repeat(2,1fr);
      }
    }

/* Responsive */
@media (max-width: 1023px) {
  .benefit-card {
    width: 100%;
  }
}
/* ===== How It Works Section ===== */
.how-it-works {
  color: #fff;
  text-align: center;
  padding: 60px 20px;
}

.how-it-works h2 {
  font-size: 2rem;
  margin-bottom: 40px;
  color: #ddd;
}

.how-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.how-card {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.how-card img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;
}

.how-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0.0));
  color: #fff;
  border-radius: 0 0 15px 15px;
}

.how-step {
  display: inline-block;
  background: #c7f09d;
  color: #000;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 6px;
  margin-bottom: 8px;
}

.how-overlay h3 {
  margin: 5px 0;
  font-size: 1.1rem;
}

.how-overlay p {
  font-size: 0.9rem;
  color: #eee;
}

.cta-card .how-overlay {
  background: rgba(0,0,0,0.5);
  text-align: center;
}

.cta-card .benefit-btn {
  margin-top: 12px;
  background-color: #b7e889;
  color: #000;
}

.cta-card .benefit-btn:hover {
  background-color: #a0d471;
}
/* ===== Yardzen Design Plans & Testimonial Section ===== */
.yardzen-plans {
  padding: 60px 20px;
}

.plans-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin: 0 auto;
}

/* Left Plans Box */
.plans-box {
  background-color: #e9f5c8;
  border-radius: 20px;
  padding: 40px;
  min-height: 625px;
}

.plans-box h2 {
  margin-bottom: 10px;
  font-family: Arsenal;
  font-weight: 400;
  font-style: Regular;
  font-size: 64px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #323232;
}

.plans-box p {
  margin-top: 50px;
  margin-bottom: 20px;
  font-family: Arsenal;
  font-weight: 400;
  font-style: Regular;
  font-size: 28px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}

.plans-box ul {
  list-style: none;
  padding: 0;
  margin-bottom: 60px !important;
}

.plans-box ul li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  font-family: Roboto;
  font-weight: 300;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;

}

.plans-box ul li::before {
    content: "" !important;
    display: inline-block !important;
    background-image: url(../images/Checkmark_Icon.png) !important;
    background-size: cover;
    width: 30px !important;
    height: 30px !important;
    margin-right: 10px;
    vertical-align: middle;
    left: -5px;
    position: absolute;
}

.outline-btn-container{
  display: flex;
  justify-content: center;

}

.outline-btn {
  display: inline-block;
  border: 1px solid #333;
  padding: 12px 24px;
  border-radius: 20px;
  text-decoration: none;
  color: #333;
  transition: 0.3s;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;

}


/* Right Testimonial Box */
.rating{
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.rating img{
    width: 222px;
}
.testimonial-box {
  background: url('../images/Testimonial_Card_Bkgrd.jpg') center/cover no-repeat;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 350px;
}

.testimonial-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  border-radius: 20px;
}

.testimonial-content {
  color: #fff;
  position: relative;
  text-align: center;
  max-width: 80%;
}

.testimonial-content .stars {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.testimonial-content p {
  margin-bottom: 20px;
  font-family: Arsenal;
font-weight: 400;
font-style: Regular;
font-size: 48px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-align: center;

}

.testimonial-content .benefit-btn {
  background: #E1FCB5;
  color: #000;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;

}

/* ===== Lead Gen Form Section ===== */
.lead-gen-form {
  background: url('../images/leadgen-bg.jpg') center/cover no-repeat;
  padding: 120px 20px;
  display: flex;
  justify-content: center;
}
.hero-lead-gen-form {
  padding: 60px 0px;
  display: flex;
  justify-content: left;
  clear:both;
  border-radius: 30px;
}

.form-container {
  background: #fff;
  border-radius: 30px;
  max-width: 400px;
  width: 100%;
  padding: 40px 50px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  margin-left:5%;
}

.form-container h2 {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #323232;
}

.form-container p {
  color: #323232;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 50px;
  margin-bottom: 20px;
}

.form-group {
  text-align: left;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-family: Roboto!important;
  font-weight: 500!important;
  font-style: Medium!important;
  font-size: 16px!important;
  leading-trim: NONE!important;
  line-height: 100%!important;
  letter-spacing: 0%!important;
  color: #323232 !important;
}

.form-group label span {
  color: red;
}

.form-group input,
.form-group select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.submit-btn {
  background-color: #4a5b3b;
  color: #fff;
  padding: 15px 40px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-size: 1rem;
  transition: 0.3s;
}

.submit-btn:hover {
  background-color: #4a5b3b;
}
/* ===== Footer Section ===== */
.site-footer {
  background-color: #000;
  color: #fff;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto 20px;
}

.footer-left {
  max-width: 300px;
}

.footer-logo {
  max-width: 180px;
  margin-bottom: 15px;
}

.footer-left address {
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 10px;
}

.footer-left a {
  color: #f36c21;
  text-decoration: none;
}

.phone-label {
  color: #f36c21;
  font-weight: bold;
}

.fax-label {
  color: #f36c21;
  font-weight: bold;
}

.footer-right {
  text-align: center;
}

.follow-us {
  margin-bottom: 10px;
  font-weight: bold;
}

.social-icons a {
  display: inline-block;
  margin: 0 5px;
}

.social-icons img {
  width: 32px;
  height: 32px;
  filter: brightness(0) invert(1);
  transition: 0.3s;
}

.social-icons img:hover {
  filter: brightness(0.8) invert(1);
}

/* Middle Row */
.footer-middle {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 0;
  font-size: 0.9rem;
}

.footer-middle a {
  color: #fff;
  text-decoration: underline;
}

/* Bottom Row */
.footer-bottom {
  text-align: center;
  margin-top: 15px;
}

.footer-bottom-logo {
  max-width: 150px;
  display: block;
  margin: 0 auto 5px;
}

.footer-bottom a {
  color: #fff;
  text-decoration: underline;
}


.lead-form-section {
  background: url('yard-form-bg.jpg') no-repeat center center/cover;
  padding: 6rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-container {
  background: white;
  padding: 2.5rem;
  border-radius: 30px;
  max-width: 1100px;
  min-height: 315px;
  width: 100%;
  text-align: center;
  box-shadow: 0 0 40px rgba(0,0,0,0.1);
}

.form-container.top{
  max-width: 460px;
}
.form-container.top input
{
  width: 93%;
}

.form-container h2 {
  margin-bottom: 0.5rem;
  font-family: Arsenal;
font-weight: 400;
font-style: Regular;
font-size: 34px;
leading-trim: NONE;
line-height: 34px;
letter-spacing: 0%;
text-align: center;

}

.form-container p {
  font-family: Roboto;
font-weight: 300;
font-style: Light;
font-size: 16px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: 0%;
text-align: center;
margin:15px;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.form-group label {
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.form-group label span {
  color: red;
  margin-left: 2px;
}

input, select {
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 30px;
  font-size: 1rem;
  outline: none;
}

.submit-btn {
  width: 100%;
  padding: 15px;
  background: #4E5A44;
  color: white;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.3s ease;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;

}

input,select::placeholder {
  font-family: Roboto !important;
  font-weight: 300 !important;
  font-style: Light !important;
  font-size: 16px !important;
  leading-trim: NONE;
  line-height: 24px !important;
  letter-spacing: 0% !important;
  color: #323232 !important;
}

:is(main,.is-root-container)>:not(.alignleft,.aligncenter,.alignright,.alignwide,.alignfull,.def6-block,.is-root-container)
{
  max-width:100%;
  width:auto;
}
/* Responsive */
@media (max-width: 768px) {
  .footer-top {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .footer-left {
    margin-bottom: 20px;
    text-align: center;
  }
}

/* Additional Media Queries for better responsiveness */
    @media (max-width: 1023px) {
      .form-container.top
      {
        max-width: unset;
      }
      .hero-content h1
      {
        font-size: 42px !important;
        line-height: 47px !important;
      }
      .hero-content p.content
      {
        font-size: 18px !important;
        line-height: 26px !important;
        margin-top: 30px;
      }
      .hero-content-text
      {
       flex-direction: column;
      }
      .hero-content h1,
      .hero-content p.content {
        width: 100% !important;
        float: none !important;
        text-align: left;
      }
      section.hero-lead-gen-form
      {
        background: none !important;
        padding: 0;
      }

      .hero-form,
      .hero-image,
      .hero-content {
        width: 100% !important;
        padding: 20px;
      }

      .card,
      .cta-card,
      .plans-box,
      .testimonial-box,
      .form-container {
        width: 100% !important;
        margin: 0 auto !important;
      }

      .benefit-card {
        margin: 20px 20px !important;
      }

      .hero-section,
      .benefits-section,
      .how-it-works,
      .yardzen-plans {
        padding: 20px 20px;
        max-width: 100% !important;
        border-radius: 0px;
      }

      .grid,
      .plans-container,
      .how-grid,
      .form-grid {
        grid-template-columns: 1fr !important;
        padding: 25px !important;
      }

      .footer-top {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }

      .form-row {
        grid-template-columns: 1fr !important;
      }
      .testimonial-content .benefit-btn
      {
        font-size: 18px !important;
      }
      .hero-form h3,.card h3,.plans-box h2,.testimonial-content p,.form-container h2{
        font-size: 28px !important;
        line-height: 34px !important;
      }
      .form-container p, .form-group label,input,select::placeholder{
        font-size: 14px !important;
      }
      .hero-form button,.benefit-btn,.card p,.outline-btn,.submit-btn
      {
        font-size: 16px !important;
      }
      .benefits-section h2{
        font-size: 32px !important;
        line-height: 48px !important;
      }
      .benefit-card h3,.plans-box p
      {
        font-size: 20px !important;
        line-height: 20px !important;
      }
      .benefit-card p,.card .label,.plans-box ul li
      {
        font-size: 14px !important;
        line-height: 20px !important;
      }
      .benefits-container
      {
        margin-bottom: 30px !important;
      }
      .benefit-btn
      {
        margin-bottom: 40px;
      }
      .section-title
      {
          font-size: 38px;
          line-height: 42px;
      }
      .card,.plans-box
      {
        min-height: 420px;
      }
      .rating img{
        margin-top:15px;
        width: 124px;
      }
      .form-row
      {
        gap:20px;
      }
      .lead-gen-form{
        padding: 70px 45px;
      }
      .hero-section
      {
        margin-top: 0px;
      }
      .mobile-hero
      {
        display: block;
      }
      .hero-section{
        margin: 0 !important;
      }
      .benefits-section h2{
        padding: 40px;
      }
    }

