/* =========================================================
   LOS BROS LANDSCAPING
   COMPLETE STYLE.CSS REPLACEMENT
========================================================= */


/* =========================================================
   RESET AND GLOBAL
========================================================= */

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  min-width:320px;
  font-family:Arial,Helvetica,sans-serif;
  background:#06120a;
  color:#fff;
}

body,
button,
a{
  -webkit-font-smoothing:antialiased;
}

img{
  max-width:100%;
}

a{
  color:inherit;
  -webkit-tap-highlight-color:transparent;
}

.home-body,
.services-body{
  min-height:100vh;
  overflow-x:hidden;
}


/* =========================================================
   MAIN COLORS
========================================================= */

:root{
  --dark-green:#06120a;
  --header-green:#075331;
  --header-green-dark:#043c23;

  --button-green:#62b532;
  --button-green-hover:#70c33c;
  --button-green-dark:#438d20;

  --bright-green:#8cff1a;

  --white:#ffffff;
  --soft-white:#f5f7f2;
  --light-text:#d9e3d7;
  --dark-text:#101810;

  --page-light:#f5f6f2;
}


/* =========================================================
   NAVIGATION
========================================================= */

.navbar{
  position:fixed;
  top:0;
  left:0;
  z-index:999;

  width:100%;
  height:88px;
  padding:0 5%;

  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:36px;

  background:rgba(7,83,49,.97);
  border-bottom:1px solid rgba(255,255,255,.16);

  box-shadow:0 3px 12px rgba(0,0,0,.26);
}

.logo-box{
  display:flex;
  align-items:center;
  justify-content:flex-start;

  text-decoration:none;
}

.logo-box img{
  display:block;

  width:auto;
  height:72px;

  object-fit:contain;
}


/* Simple navigation instead of floating AI-looking pill */

.navbar nav{
  min-width:0;

  display:flex;
  align-items:center;
  justify-content:center;
  gap:34px;

  background:transparent;
  border:none;
  border-radius:0;
  padding:0;

  backdrop-filter:none;
  -webkit-backdrop-filter:none;
}

.navbar nav a{
  position:relative;

  display:inline-flex;
  align-items:center;
  justify-content:center;

  min-height:42px;
  padding:9px 0;

  color:#fff;
  background:transparent;

  border:none;
  border-radius:0;

  text-decoration:none;
  text-transform:none;

  font-size:15px;
  font-weight:700;
  line-height:1;
  white-space:nowrap;

  transition:
    opacity .18s ease,
    color .18s ease;
}

.navbar nav a:hover{
  color:#fff;
  opacity:.76;
  background:transparent;
}


/* Clean white underline for active page */

.navbar nav a::after{
  content:"";

  position:absolute;
  left:0;
  right:0;
  bottom:1px;

  width:0;
  height:2px;
  margin:auto;

  background:#fff;

  transition:width .2s ease;
}

.navbar nav a:hover::after,
.navbar nav a.active::after{
  width:100%;
}

.navbar nav a.active{
  color:#fff;
  background:transparent;
}


/* =========================================================
   MAIN GREEN BUTTON STYLE
   Inspired by the rectangular reference button
========================================================= */

.quote-btn,
.main-btn,
.services-hero-btn,
.service-quote-btn,
.footer-contact-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  color:#fff;
  background:#62b532;
  background-image:none;

  border:1px solid #3d811d;
  border-radius:2px;

  text-decoration:none;
  text-align:center;
  text-transform:uppercase;

  font-family:Arial,Helvetica,sans-serif;
  font-size:14px;
  font-weight:800;
  letter-spacing:.2px;
  line-height:1.2;

  box-shadow:
    0 3px 7px rgba(0,0,0,.25),
    inset 0 1px 0 rgba(255,255,255,.16);

  backdrop-filter:none;
  -webkit-backdrop-filter:none;

  transition:
    background-color .18s ease,
    border-color .18s ease,
    box-shadow .18s ease,
    transform .12s ease;
}

.quote-btn:hover,
.main-btn:hover,
.services-hero-btn:hover,
.service-quote-btn:hover,
.footer-contact-btn:hover{
  color:#fff;
  background:#70c33c;
  border-color:#438d20;

  transform:translateY(-1px);

  box-shadow:
    0 4px 9px rgba(0,0,0,.28),
    inset 0 1px 0 rgba(255,255,255,.15);
}

.quote-btn:active,
.main-btn:active,
.services-hero-btn:active,
.service-quote-btn:active,
.footer-contact-btn:active{
  background:#438d20;

  transform:translateY(0);

  box-shadow:
    0 1px 3px rgba(0,0,0,.24),
    inset 0 1px 2px rgba(0,0,0,.15);
}

.quote-btn{
  min-height:48px;
  padding:13px 22px;
  white-space:nowrap;
}


/* =========================================================
   HOME HERO
========================================================= */

.hero{
  position:relative;

  min-height:100svh;
  padding:150px 5% 130px;

  display:flex;
  align-items:center;

  background-image:
    linear-gradient(
      90deg,
      rgba(0,0,0,.79) 0%,
      rgba(0,0,0,.56) 42%,
      rgba(0,0,0,.19) 74%,
      rgba(0,0,0,.08) 100%
    ),
    url("home-bg.jpg");

  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;

  overflow:hidden;
}

.hero-content{
  position:relative;
  z-index:3;

  width:min(720px,56%);
  max-width:720px;
}

.tagline{
  margin-bottom:20px;

  color:#fff;

  font-size:18px;
  font-weight:800;
  letter-spacing:.5px;
  line-height:1.2;
  text-transform:uppercase;

  text-shadow:0 3px 8px rgba(0,0,0,.74);
}

.hero h1{
  color:#fff;

  font-size:clamp(58px,7vw,102px);
  font-weight:900;
  line-height:.88;
  letter-spacing:-2px;
  text-transform:uppercase;

  text-shadow:
    0 4px 8px rgba(0,0,0,.48),
    0 10px 26px rgba(0,0,0,.5);
}

.hero h1 span{
  color:#8cff1a;
}

.hero-subtitle{
  max-width:610px;
  margin:27px 0 0;

  color:#fff;

  font-size:21px;
  font-weight:500;
  line-height:1.5;

  text-shadow:0 3px 8px rgba(0,0,0,.76);
}

.hero-buttons{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:16px;

  margin-top:32px;
}

.main-btn{
  min-width:230px;
  min-height:58px;
  padding:16px 28px;

  font-size:15px;
}


/* =========================================================
   VIEW OUR WORK BUTTON
========================================================= */

.outline-btn{
  min-width:210px;
  min-height:58px;
  padding:15px 28px;

  display:inline-flex;
  align-items:center;
  justify-content:center;

  color:#fff;
  background:rgba(35,45,31,.68);

  border:2px solid rgba(255,255,255,.94);
  border-radius:3px;

  text-decoration:none;
  text-align:center;
  text-transform:uppercase;

  font-size:15px;
  font-weight:800;
  letter-spacing:.15px;

  box-shadow:0 3px 8px rgba(0,0,0,.26);

  backdrop-filter:none;
  -webkit-backdrop-filter:none;

  transition:
    background-color .18s ease,
    border-color .18s ease,
    transform .12s ease,
    box-shadow .18s ease;
}

.outline-btn:hover{
  color:#fff;
  background:rgba(56,75,48,.9);
  border-color:#fff;

  transform:translateY(-1px);

  box-shadow:0 4px 10px rgba(0,0,0,.3);
}

.outline-btn:active{
  transform:translateY(0);
}


/* =========================================================
   HERO BENEFITS CARD
========================================================= */

.hero-card{
  position:absolute;
  z-index:3;

  top:31%;
  right:5%;

  width:350px;
  padding:28px;

  display:flex;
  flex-direction:column;
  gap:0;

  color:#fff;
  background:rgba(13,54,29,.82);

  border:1px solid rgba(255,255,255,.28);
  border-radius:7px;

  box-shadow:0 10px 28px rgba(0,0,0,.34);

  backdrop-filter:none;
  -webkit-backdrop-filter:none;

  overflow:hidden;
}

.hero-card::before{
  display:none;
}

.hero-card p{
  position:relative;
  z-index:2;

  padding:14px 0;

  color:#fff;

  border-bottom:1px solid rgba(255,255,255,.2);

  font-size:18px;
  font-weight:700;
  line-height:1.3;

  text-shadow:0 2px 4px rgba(0,0,0,.52);
}

.hero-card p:first-child{
  padding-top:0;
}

.hero-card p:last-child{
  padding-bottom:0;
  border-bottom:none;
}


/* =========================================================
   TRUST BAR
========================================================= */

.trust-bar{
  position:absolute;
  z-index:4;

  left:0;
  bottom:0;

  width:100%;
  min-height:102px;
  padding:20px 5%;

  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  align-items:center;
  gap:34px;

  background:rgba(5,43,24,.94);

  border-top:1px solid rgba(255,255,255,.15);

  backdrop-filter:none;
  -webkit-backdrop-filter:none;
}

.trust-bar > div{
  min-width:0;
}

.trust-bar h3{
  margin-bottom:6px;

  color:#fff;

  font-size:17px;
  font-weight:700;
  line-height:1.2;
}

.trust-bar p{
  color:#d8e5d4;

  font-size:14px;
  line-height:1.4;
}


/* =========================================================
   HOME BOTTOM CTA
========================================================= */

.footer-cta{
  min-height:210px;
  padding:45px 6%;

  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:36px;

  background-image:
    linear-gradient(
      90deg,
      rgba(4,15,8,.97),
      rgba(4,15,8,.76)
    ),
    url("home-bg.jpg");

  background-size:cover;
  background-position:center;
}

.footer-cta > div{
  max-width:720px;
}

.footer-cta h2{
  color:#fff;

  font-size:clamp(28px,4vw,40px);
  font-weight:800;
  line-height:1.12;
  text-transform:uppercase;
}

.footer-cta p{
  max-width:650px;
  margin-top:12px;

  color:#d8e5d4;

  font-size:17px;
  line-height:1.5;
}

.footer-cta .main-btn{
  flex-shrink:0;
}


/* =========================================================
   FOOTER
========================================================= */

.site-footer{
  padding:48px 6%;

  display:grid;
  grid-template-columns:1.4fr 1fr 1fr 1fr;
  gap:42px;

  background:#06120a;

  border-top:1px solid rgba(255,255,255,.12);
}

.site-footer img{
  display:block;

  width:185px;
  max-width:100%;
  margin-bottom:18px;
}

.site-footer h3{
  margin-bottom:17px;

  color:#fff;

  font-size:17px;
  font-weight:800;
  text-transform:uppercase;
}

.site-footer p,
.site-footer a{
  display:block;

  margin-bottom:9px;

  color:#d8e5d4;

  text-decoration:none;

  font-size:15px;
  line-height:1.45;
}

.site-footer a{
  width:max-content;
  max-width:100%;

  transition:color .18s ease;
}

.site-footer a:hover{
  color:#8cff1a;
}

.footer-contact-btn{
  width:100%;
  max-width:225px;
  min-height:49px;
  margin-top:16px;
  padding:13px 19px;

  color:#fff !important;
}


/* =========================================================
   SERVICES PAGE
========================================================= */

.services-hero{
  min-height:65vh;
  padding:150px 6% 72px;

  display:flex;
  align-items:center;

  background-image:
    linear-gradient(
      90deg,
      rgba(0,0,0,.82),
      rgba(0,0,0,.48),
      rgba(0,0,0,.16)
    ),
    url("home-bg.jpg");

  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}

.services-hero-text{
  width:100%;
  max-width:760px;
}

.services-hero .tagline{
  margin-bottom:18px;
}

.services-hero h1{
  color:#fff;

  font-size:clamp(58px,8vw,104px);
  font-weight:900;
  line-height:.9;
  letter-spacing:-2px;
  text-transform:uppercase;

  text-shadow:0 7px 28px rgba(0,0,0,.76);
}

.services-hero h1 span{
  color:#8cff1a;
}

.services-hero-text > p:last-of-type{
  max-width:620px;
  margin:23px 0 31px;

  color:#fff;

  font-size:21px;
  line-height:1.5;

  text-shadow:0 3px 9px rgba(0,0,0,.8);
}

.services-hero-btn{
  min-height:56px;
  padding:15px 26px;
}

.services-page{
  padding:75px 6% 85px;

  color:#101810;
  background:#f7f8f4;
}

.section-title{
  max-width:760px;
  margin-bottom:38px;
}

.section-kicker{
  margin-bottom:8px;

  color:#579e26;

  font-size:14px;
  font-weight:800;
  letter-spacing:1.3px;
  text-transform:uppercase;
}

.section-title h2,
.proof-section h2{
  color:#101810;

  font-size:clamp(30px,4vw,42px);
  font-weight:800;
  line-height:1.1;
  text-transform:uppercase;
}

.section-title > p:last-child{
  margin-top:11px;

  color:#4b594b;

  font-size:17px;
  line-height:1.5;
}


/* =========================================================
   SERVICES GRID
========================================================= */

.service-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  align-items:stretch;
  gap:27px;
}

.service-card{
  min-width:0;

  display:flex;
  flex-direction:column;

  background:#fff;
  border:1px solid rgba(30,70,30,.11);
  border-radius:7px;

  box-shadow:
    0 12px 28px rgba(0,0,0,.11),
    0 2px 4px rgba(0,0,0,.04);

  overflow:hidden;

  transition:
    transform .2s ease,
    box-shadow .2s ease;
}

.service-card:hover{
  transform:translateY(-4px);

  box-shadow:
    0 19px 38px rgba(0,0,0,.16),
    0 3px 7px rgba(0,0,0,.07);
}

.service-image{
  width:100%;
  aspect-ratio:1 / 1;

  background:#e8eee3;

  overflow:hidden;
}

.service-image img{
  display:block;

  width:100%;
  height:100%;

  object-fit:cover;
  object-position:center;

  transition:transform .35s ease;
}

.service-card:hover .service-image img{
  transform:scale(1.025);
}

.service-info{
  flex:1;

  padding:24px;

  display:flex;
  flex-direction:column;
  align-items:flex-start;
}

.service-info h3{
  margin-bottom:10px;

  color:#101510;

  font-size:23px;
  font-weight:800;
  line-height:1.16;
}

.service-info p{
  margin-bottom:18px;

  color:#4b594b;

  font-size:16px;
  line-height:1.5;
}

.service-price{
  display:inline-block;

  margin-top:auto;
  margin-bottom:18px;

  color:#4f9f25;

  font-size:20px;
  font-weight:700;
  line-height:1.2;
}

.service-quote-btn{
  width:100%;
  min-height:52px;
  padding:13px 17px;
}


/* =========================================================
   PROOF SECTION
========================================================= */

.proof-section{
  padding:15px 6% 85px;

  display:grid;
  grid-template-columns:1.2fr .8fr;
  align-items:start;
  gap:45px;

  color:#101810;
  background:#f7f8f4;
}

.before-after-box{
  position:relative;

  width:100%;
  aspect-ratio:1 / 1;

  margin-top:22px;

  border-radius:7px;

  background:#e8eee3;

  box-shadow:0 15px 36px rgba(0,0,0,.15);

  overflow:hidden;
}

.before-after-box img{
  display:block;

  width:100%;
  height:100%;

  object-fit:cover;
  object-position:center;
}

.before-label,
.after-label{
  position:absolute;
  z-index:2;
  bottom:18px;

  padding:8px 13px;

  color:#fff;
  background:rgba(0,0,0,.8);

  border-radius:2px;

  font-size:13px;
  font-weight:800;
  text-transform:uppercase;
}

.before-label{
  left:18px;
}

.after-label{
  right:18px;
}

.review-card{
  margin-top:22px;
  padding:34px;

  background:#fff;
  border:1px solid rgba(0,0,0,.07);
  border-radius:7px;

  box-shadow:0 15px 36px rgba(0,0,0,.13);
}

.stars{
  margin-bottom:17px !important;

  color:#ffb300 !important;

  font-size:24px !important;
  letter-spacing:2px;
}

.review-card p{
  margin-bottom:18px;

  color:#222;

  font-size:18px;
  line-height:1.55;
}

.review-card strong{
  color:#101810;
}

.review-card small{
  display:block;

  margin-top:6px;

  color:#536153;
}


/* =========================================================
   LAPTOP AND SMALL DESKTOP
========================================================= */

@media(max-width:1180px){

  .navbar{
    gap:22px;
    padding:0 4%;
  }

  .navbar nav{
    gap:22px;
  }

  .navbar nav a{
    font-size:14px;
  }

  .quote-btn{
    padding:12px 16px;
    font-size:12px;
  }

  .hero{
    padding-left:5%;
    padding-right:5%;
  }

  .hero-card{
    right:4%;
    width:320px;
    padding:23px;
  }

  .hero-card p{
    font-size:16px;
  }
}


/* =========================================================
   TABLETS
========================================================= */

@media(max-width:950px){

  .navbar{
    height:82px;
    padding:0 4%;

    grid-template-columns:1fr auto;
    gap:16px;
  }

  .logo-box img{
    height:58px;
    max-width:170px;
  }

  .navbar .quote-btn{
    min-height:43px;
    padding:10px 14px;

    font-size:10px;
  }

  .navbar nav{
    position:absolute;
    top:82px;
    left:0;
    right:0;

    width:100%;
    height:48px;
    padding:0 4%;

    display:flex;
    justify-content:flex-start;
    gap:26px;

    background:#06452a;
    border-top:1px solid rgba(255,255,255,.1);
    border-bottom:1px solid rgba(0,0,0,.2);

    overflow-x:auto;
    overflow-y:hidden;

    scrollbar-width:none;
  }

  .navbar nav::-webkit-scrollbar{
    display:none;
  }

  .navbar nav a{
    flex:0 0 auto;

    min-height:48px;
    padding:13px 0 10px;

    font-size:12px;
  }

  .hero{
    min-height:850px;
    padding:175px 5% 130px;

    align-items:flex-start;

    background-position:center top;
  }

  .hero-content{
    width:55%;
    max-width:55%;
    padding-top:40px;
  }

  .tagline{
    margin-bottom:13px;

    font-size:13px;
  }

  .hero h1{
    font-size:clamp(40px,7vw,59px);
    letter-spacing:-1px;
  }

  .hero-subtitle{
    margin-top:19px;

    font-size:15px;
    line-height:1.45;
  }

  .hero-buttons{
    width:100%;
    margin-top:23px;

    flex-direction:column;
    align-items:stretch;
    gap:11px;
  }

  .main-btn,
  .outline-btn{
    width:100%;
    min-width:0;
    min-height:50px;
    padding:13px 12px;

    font-size:12px;
  }

  .hero-card{
    top:32%;
    right:4%;

    width:36%;
    padding:18px;
  }

  .hero-card p{
    padding:10px 0;

    font-size:12px;
    line-height:1.3;
  }

  .trust-bar{
    min-height:102px;
    padding:15px 4%;

    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:15px;
  }

  .trust-bar h3{
    font-size:12px;
  }

  .trust-bar p{
    font-size:10px;
    line-height:1.35;
  }

  .services-hero{
    min-height:55vh;
    padding:170px 5% 65px;
  }

  .services-hero h1{
    font-size:52px;
  }

  .services-hero-text > p:last-of-type{
    font-size:18px;
  }

  .services-page{
    padding:65px 5% 75px;
  }

  .service-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:20px;
  }

  .service-info{
    padding:20px;
  }

  .service-info h3{
    font-size:21px;
  }

  .service-info p{
    font-size:15px;
  }

  .proof-section{
    grid-template-columns:1fr;
    padding:15px 5% 70px;
  }

  .before-after-box{
    width:100%;
    aspect-ratio:1 / 1;
  }

  .footer-cta{
    padding:42px 5%;

    flex-direction:column;
    align-items:flex-start;
  }

  .footer-cta .main-btn{
    width:100%;
  }

  .site-footer{
    padding:43px 5%;

    grid-template-columns:1fr 1fr;
  }
}


/* =========================================================
   PHONES
========================================================= */

@media(max-width:600px){

  .navbar{
    height:72px;
    padding:0 4%;
  }

  .logo-box img{
    height:46px;
    max-width:145px;
  }

  .navbar .quote-btn{
    min-height:39px;
    padding:9px 10px;

    font-size:9px;
  }

  .navbar nav{
    top:72px;
    height:46px;
    padding:0 4%;
    gap:23px;
  }

  .navbar nav a{
    min-height:46px;
    padding:13px 0 9px;

    font-size:11px;
  }

  .hero{
    min-height:auto;
    padding:160px 5% 0;

    display:block;

    background-image:
      linear-gradient(
        180deg,
        rgba(0,0,0,.72) 0%,
        rgba(0,0,0,.49) 48%,
        rgba(0,0,0,.34) 100%
      ),
      url("home-bg.jpg");

    background-position:center top;
  }

  .hero-content{
    width:100%;
    max-width:100%;
    padding:18px 0 36px;
  }

  .tagline{
    font-size:13px;
  }

  .hero h1{
    font-size:clamp(49px,16vw,72px);
    line-height:.9;
  }

  .hero-subtitle{
    max-width:470px;

    font-size:16px;
  }

  .hero-buttons{
    max-width:440px;

    flex-direction:column;
  }

  .main-btn,
  .outline-btn{
    width:100%;
    min-height:54px;

    font-size:13px;
  }

  .hero-card{
    position:relative;
    top:auto;
    right:auto;

    width:100%;
    margin:0 0 28px;
    padding:21px;

    background:rgba(10,53,28,.91);
  }

  .hero-card p{
    padding:12px 0;

    font-size:14px;
  }

  .trust-bar{
    position:relative;
    left:auto;
    bottom:auto;

    width:calc(100% + 10%);
    min-height:0;
    margin-left:-5%;
    padding:22px 5%;

    grid-template-columns:1fr 1fr;
    gap:22px 18px;
  }

  .trust-bar h3{
    margin-bottom:5px;

    font-size:14px;
  }

  .trust-bar p{
    font-size:12px;
  }

  .footer-cta{
    padding:40px 5%;

    align-items:center;
    text-align:center;
  }

  .footer-cta h2{
    font-size:29px;
  }

  .footer-cta p{
    font-size:15px;
  }

  .footer-cta .main-btn{
    width:100%;
  }

  .services-hero{
    min-height:auto;
    padding:155px 5% 58px;

    background-position:center;
  }

  .services-hero h1{
    font-size:42px;
  }

  .services-hero-text > p:last-of-type{
    margin:18px 0 26px;

    font-size:16px;
    line-height:1.45;
  }

  .services-hero-btn{
    width:100%;
    min-height:54px;
  }

  .services-page{
    padding:55px 5% 65px;
  }

  .section-title{
    margin-bottom:28px;
  }

  .section-title h2,
  .proof-section h2{
    font-size:29px;
  }

  .section-title > p:last-child{
    font-size:15px;
  }

  .service-grid{
    grid-template-columns:1fr;
    gap:24px;
  }

  .service-info{
    padding:21px;
  }

  .service-info h3{
    font-size:23px;
  }

  .service-info p{
    font-size:16px;
  }

  .service-price{
    font-size:20px;
  }

  .service-quote-btn{
    min-height:55px;

    font-size:14px;
  }

  .proof-section{
    padding:10px 5% 60px;
    gap:38px;
  }

  .before-after-box{
    width:100%;
    aspect-ratio:1 / 1;
  }

  .before-after-box img{
    width:100%;
    height:100%;

    object-fit:cover;
    object-position:center;
  }

  .review-card{
    padding:25px;
  }

  .review-card p{
    font-size:17px;
  }

  .site-footer{
    padding:40px 6%;

    grid-template-columns:1fr;
    gap:32px;
  }

  .footer-contact-btn{
    max-width:100%;
  }
}


/* =========================================================
   VERY SMALL PHONES
========================================================= */

@media(max-width:380px){

  .logo-box img{
    max-width:120px;
  }

  .navbar .quote-btn{
    padding:8px;
    font-size:8px;
  }

  .hero h1{
    font-size:46px;
  }

  .hero-subtitle{
    font-size:15px;
  }

  .trust-bar{
    grid-template-columns:1fr;
  }

  .before-after-box{
    width:100%;
    aspect-ratio:1 / 1;
  }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media(prefers-reduced-motion:reduce){

  html{
    scroll-behavior:auto;
  }

  *,
  *::before,
  *::after{
    scroll-behavior:auto !important;
    transition:none !important;
    animation:none !important;
  }
}
/* =========================================================
   GALLERY PAGE
========================================================= */

.gallery-body{
  background:#06120a;
  color:#fff;
  overflow-x:hidden;
}


/* =========================================================
   GALLERY HERO
========================================================= */

.gallery-hero{
  min-height:58vh;

  display:flex;
  align-items:center;

  padding:150px 6% 70px;

  background-image:
    linear-gradient(
      90deg,
      rgba(0,0,0,.86),
      rgba(0,0,0,.48),
      rgba(0,0,0,.18)
    ),
    url("home-bg.jpg");

  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}

.gallery-hero-content{
  width:100%;
  max-width:760px;
}

.gallery-hero h1{
  color:#fff;

  font-size:clamp(58px,8vw,105px);
  line-height:.9;
  font-weight:900;
  letter-spacing:-2px;

  text-transform:uppercase;

  text-shadow:0 7px 32px rgba(0,0,0,.88);
}

.gallery-hero h1 span{
  color:#8cff1a;
}

.gallery-hero-content > p:last-of-type{
  max-width:620px;

  margin:22px 0 30px;

  color:#fff;

  font-size:21px;
  line-height:1.5;

  text-shadow:0 4px 18px rgba(0,0,0,.85);
}

.gallery-hero-btn{
  min-height:56px;

  display:inline-flex;
  align-items:center;
  justify-content:center;

  padding:15px 25px;

  color:#fff;
  background:#62b532;

  border:1px solid #3d811d;
  border-radius:3px;

  text-decoration:none;
  text-transform:uppercase;

  font-size:14px;
  font-weight:800;

  box-shadow:
    0 4px 9px rgba(0,0,0,.30),
    inset 0 1px 0 rgba(255,255,255,.16);

  transition:
    background .2s ease,
    transform .2s ease,
    box-shadow .2s ease;
}

.gallery-hero-btn:hover{
  background:#70c33c;

  transform:translateY(-2px);

  box-shadow:
    0 7px 16px rgba(0,0,0,.34),
    inset 0 1px 0 rgba(255,255,255,.16);
}


/* =========================================================
   GALLERY MAIN AREA
========================================================= */

.gallery-page{
  padding:70px 6% 90px;

  color:#101810;
  background:#f6f8f3;
}

.gallery-heading{
  width:100%;
  max-width:760px;

  margin-bottom:30px;
}

.gallery-heading h2{
  color:#101810;

  font-size:clamp(32px,4vw,44px);
  line-height:1.1;
  font-weight:800;

  text-transform:uppercase;
}

.gallery-heading > p:last-child{
  margin-top:10px;

  color:#536153;

  font-size:17px;
  line-height:1.5;
}


/* =========================================================
   FILTER BUTTONS
========================================================= */

.gallery-filters{
  display:flex;
  align-items:center;
  gap:10px;

  margin-bottom:34px;
  padding-bottom:6px;

  overflow-x:auto;
  overflow-y:hidden;

  scrollbar-width:none;
}

.gallery-filters::-webkit-scrollbar{
  display:none;
}

.gallery-filter{
  flex:0 0 auto;

  min-height:43px;
  padding:10px 17px;

  color:#263226;
  background:#fff;

  border:1px solid rgba(20,50,20,.15);
  border-radius:3px;

  cursor:pointer;

  font-family:inherit;
  font-size:12px;
  font-weight:800;

  text-transform:uppercase;

  box-shadow:0 4px 11px rgba(0,0,0,.07);

  transition:
    color .2s ease,
    background .2s ease,
    border-color .2s ease,
    transform .2s ease;
}

.gallery-filter:hover{
  border-color:#62b532;

  transform:translateY(-1px);
}

.gallery-filter.active{
  color:#fff;
  background:#62b532;

  border-color:#438d20;

  box-shadow:
    0 5px 13px rgba(50,105,25,.24);
}


/* =========================================================
   GALLERY GRID
========================================================= */

.masonry-gallery{
  width:100%;

  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:30px;

  align-items:stretch;
}

.gallery-item{
  min-width:0;
  width:100%;

  display:block;

  background:#dfe7da;

  border:1px solid rgba(20,55,20,.11);
  border-radius:8px;

  overflow:hidden;

  box-shadow:
    0 12px 28px rgba(0,0,0,.13),
    0 2px 6px rgba(0,0,0,.05);

  transition:
    opacity .25s ease,
    transform .25s ease,
    box-shadow .25s ease;
}

.gallery-item:hover{
  transform:translateY(-5px);

  box-shadow:
    0 21px 42px rgba(0,0,0,.18),
    0 4px 10px rgba(0,0,0,.07);
}

.gallery-item.gallery-hidden{
  display:none !important;
}


/* =========================================================
   SQUARE GALLERY PHOTOS
========================================================= */

.gallery-photo{
  position:relative;

  width:100%;
  aspect-ratio:1 / 1;

  display:block;

  padding:0;

  background:#dfe7da;
  border:0;

  cursor:pointer;
  overflow:hidden;

  text-align:left;
}

.gallery-photo img{
  width:100%;
  height:100%;

  display:block;

  object-fit:cover;
  object-position:center;

  transition:transform .4s ease;
}

.gallery-item:hover .gallery-photo img{
  transform:scale(1.025);
}


/* DARK BOTTOM OVERLAY */

.gallery-photo::after{
  content:"";

  position:absolute;
  inset:0;
  z-index:1;

  background:
    linear-gradient(
      to top,
      rgba(0,0,0,.79) 0%,
      rgba(0,0,0,.16) 43%,
      rgba(0,0,0,0) 68%
    );

  pointer-events:none;
}


/* =========================================================
   CATEGORY LABEL
========================================================= */

.gallery-category{
  position:absolute;
  top:14px;
  left:14px;
  z-index:3;

  padding:8px 12px;

  color:#fff;
  background:rgba(5,35,18,.88);

  border:1px solid rgba(255,255,255,.25);
  border-radius:3px;

  font-size:11px;
  font-weight:800;

  text-transform:uppercase;

  box-shadow:0 4px 10px rgba(0,0,0,.25);
}


/* =========================================================
   PROJECT TITLE
========================================================= */

.gallery-overlay{
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  z-index:3;

  padding:60px 18px 18px;
}

.gallery-overlay h3{
  margin:0;

  color:#fff;

  font-size:21px;
  font-weight:800;
  line-height:1.18;

  text-shadow:0 3px 10px rgba(0,0,0,.95);
}

.gallery-overlay p{
  display:none;
}


/* OLD BEFORE/AFTER LABELS */

.gallery-before,
.gallery-after{
  display:none;
}


/* =========================================================
   LIGHTBOX
========================================================= */

.gallery-lightbox{
  position:fixed;
  inset:0;
  z-index:5000;

  display:none;
  align-items:center;
  justify-content:center;

  padding:30px;

  background:rgba(0,0,0,.93);

  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}

.gallery-lightbox.open{
  display:flex;
}

.gallery-lightbox img{
  display:block;

  width:auto;
  height:auto;

  max-width:min(1100px,94vw);
  max-height:88vh;

  object-fit:contain;

  border-radius:8px;

  box-shadow:0 30px 80px rgba(0,0,0,.65);
}

.lightbox-close{
  position:absolute;
  top:20px;
  right:25px;

  width:52px;
  height:52px;

  display:flex;
  align-items:center;
  justify-content:center;

  color:#fff;
  background:rgba(255,255,255,.12);

  border:1px solid rgba(255,255,255,.25);
  border-radius:50%;

  cursor:pointer;

  font-size:36px;
  line-height:1;

  transition:
    color .2s ease,
    background .2s ease,
    transform .2s ease;
}

.lightbox-close:hover{
  color:#8cff1a;
  background:rgba(255,255,255,.2);

  transform:scale(1.06);
}


/* =========================================================
   TABLETS
========================================================= */

@media(max-width:950px){

  .gallery-hero{
    min-height:52vh;

    padding:150px 5% 65px;
  }

  .gallery-hero h1{
    font-size:52px;
  }

  .gallery-hero-content > p:last-of-type{
    font-size:18px;
  }

  .gallery-page{
    padding:65px 5% 75px;
  }

  .masonry-gallery{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:22px;
  }

  .gallery-overlay h3{
    font-size:20px;
  }
}


/* =========================================================
   PHONES
========================================================= */

@media(max-width:560px){

  .gallery-hero{
    min-height:auto;

    padding:155px 5% 58px;

    background-position:center;
  }

  .gallery-hero .tagline{
    font-size:13px;
  }

  .gallery-hero h1{
    font-size:42px;
  }

  .gallery-hero-content > p:last-of-type{
    margin:18px 0 26px;

    font-size:16px;
    line-height:1.45;
  }

  .gallery-hero-btn{
    width:100%;
    min-height:54px;
  }

  .gallery-page{
    padding:52px 5% 65px;
  }

  .gallery-heading{
    margin-bottom:24px;
  }

  .gallery-heading h2{
    font-size:30px;
  }

  .gallery-heading > p:last-child{
    font-size:15px;
  }

  .gallery-filters{
    margin-right:-5%;
    margin-bottom:25px;
    padding-right:5%;
  }

  .gallery-filter{
    min-height:40px;

    padding:9px 14px;

    font-size:10px;
  }

  .masonry-gallery{
    grid-template-columns:1fr;
    gap:23px;
  }

  .gallery-item{
    border-radius:7px;
  }

  .gallery-category{
    top:12px;
    left:12px;

    padding:7px 10px;

    font-size:10px;
  }

  .gallery-overlay{
    padding:55px 16px 16px;
  }

  .gallery-overlay h3{
    font-size:20px;
  }

  .gallery-lightbox{
    padding:15px;
  }

  .lightbox-close{
    top:14px;
    right:14px;

    width:46px;
    height:46px;

    font-size:31px;
  }
}
/* =========================================================
   REVIEWS PAGE — COMPLETE UPDATED VERSION
========================================================= */

.reviews-body{
  min-width:320px;
  min-height:100vh;
  margin:0;
  background:#06120a;
  color:#fff;
  overflow-x:hidden;
}


/* =========================================================
   REVIEWS HERO
========================================================= */

.reviews-hero{
  min-height:58vh;
  padding:155px 6% 75px;

  display:flex;
  align-items:center;

  background-image:
    linear-gradient(
      90deg,
      rgba(0,0,0,.88) 0%,
      rgba(0,0,0,.57) 48%,
      rgba(0,0,0,.17) 100%
    ),
    url("home-bg.jpg");

  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}

.reviews-hero-content{
  width:100%;
  max-width:790px;
}

.reviews-hero .tagline{
  margin-bottom:18px;

  color:#fff;
  font-size:18px;
  font-weight:800;
  letter-spacing:.5px;
  text-transform:uppercase;

  text-shadow:0 3px 10px rgba(0,0,0,.8);
}

.reviews-hero h1{
  max-width:920px;
  margin:0;

  color:#fff;
  font-size:clamp(54px,7.5vw,100px);
  font-weight:900;
  line-height:.9;
  letter-spacing:-2px;
  text-transform:uppercase;

  text-shadow:
    0 7px 24px rgba(0,0,0,.75),
    0 3px 7px rgba(0,0,0,.65);
}

.reviews-hero h1 span{
  color:#8cff1a;
}

.reviews-hero-content > p:last-of-type{
  max-width:650px;
  margin:24px 0 31px;

  color:#fff;
  font-size:21px;
  line-height:1.5;

  text-shadow:0 4px 15px rgba(0,0,0,.85);
}

.reviews-hero-btn{
  min-height:56px;
  padding:15px 25px;

  display:inline-flex;
  align-items:center;
  justify-content:center;

  color:#fff;
  background:linear-gradient(
    135deg,
    #83dc2d,
    #4d9b1d
  );

  border:2px solid #8cff1a;
  border-radius:8px;

  text-decoration:none;
  text-align:center;
  text-transform:uppercase;

  font-size:14px;
  font-weight:900;
  letter-spacing:.2px;

  box-shadow:
    0 0 23px rgba(140,255,26,.30),
    0 13px 29px rgba(0,0,0,.34);

  transition:
    transform .22s ease,
    background .22s ease,
    box-shadow .22s ease;
}

.reviews-hero-btn:hover{
  transform:translateY(-3px);

  background:linear-gradient(
    135deg,
    #96ef3a,
    #54aa20
  );

  box-shadow:
    0 0 34px rgba(140,255,26,.52),
    0 17px 35px rgba(0,0,0,.4);
}


/* =========================================================
   MAIN REVIEWS SECTION
========================================================= */

.reviews-page{
  padding:78px 6% 90px;

  color:#101810;
  background:#f5f6f1;
}

.reviews-layout{
  width:100%;
  max-width:1450px;
  margin:0 auto;

  display:grid;
  grid-template-columns:minmax(270px,.72fr) minmax(0,2fr);
  gap:52px;

  align-items:start;
}


/* =========================================================
   LEFT INTRODUCTION
========================================================= */

.reviews-intro{
  position:sticky;
  top:125px;
}

.reviews-intro .section-kicker{
  margin-bottom:10px;

  color:#559c2b;
  font-size:13px;
  font-weight:900;
  letter-spacing:1.2px;
  text-transform:uppercase;
}

.reviews-intro h2{
  max-width:455px;
  margin:0;

  color:#101810;
  font-size:clamp(35px,4.5vw,57px);
  font-weight:900;
  line-height:1.02;
  letter-spacing:-1px;
  text-transform:uppercase;
}

.reviews-intro > p:not(.section-kicker){
  max-width:470px;
  margin-top:20px;

  color:#566156;
  font-size:17px;
  line-height:1.65;
}


/* =========================================================
   LEFT REVIEW SUMMARY
========================================================= */

.review-summary{
  margin-top:28px;

  display:grid;
  grid-template-columns:1fr;
  gap:14px;
}

.review-summary-card{
  padding:20px;

  background:#fff;
  border:1px solid rgba(25,60,25,.09);
  border-radius:13px;

  box-shadow:
    0 10px 25px rgba(0,0,0,.075),
    0 2px 5px rgba(0,0,0,.03);
}

.review-summary-card strong{
  display:block;

  color:#55a229;
  font-size:28px;
  font-weight:900;
  line-height:1.1;
}

.review-summary-stars{
  color:#fbbc04 !important;
  letter-spacing:2px;
  white-space:nowrap;
}

.review-summary-card span{
  display:block;
  margin-top:7px;

  color:#536153;
  font-size:14px;
  font-weight:700;
}

.reviews-intro-btn{
  width:100%;
  min-height:55px;
  margin-top:23px;
  padding:14px 20px;

  display:flex;
  align-items:center;
  justify-content:center;

  color:#fff;
  background:linear-gradient(
    135deg,
    #82dc2d,
    #4d9b1d
  );

  border:2px solid #78d524;
  border-radius:8px;

  text-decoration:none;
  text-align:center;
  text-transform:uppercase;

  font-size:14px;
  font-weight:900;

  box-shadow:
    0 8px 22px rgba(65,135,21,.24),
    inset 0 1px 1px rgba(255,255,255,.3);

  transition:
    transform .22s ease,
    background .22s ease,
    box-shadow .22s ease;
}

.reviews-intro-btn:hover{
  transform:translateY(-2px);

  background:linear-gradient(
    135deg,
    #94ee39,
    #54aa20
  );

  box-shadow:
    0 0 24px rgba(140,255,26,.42),
    0 12px 27px rgba(45,100,17,.25);
}


/* =========================================================
   GOOGLE BUSINESS SUMMARY CARD
========================================================= */

.google-business-card{
  grid-column:1 / -1;

  min-height:130px;
  padding:25px 27px;

  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:18px;

  background:#fff;
  border:1px solid rgba(40,60,40,.09);
  border-radius:18px;

  box-shadow:
    0 15px 36px rgba(0,0,0,.11),
    0 3px 7px rgba(0,0,0,.035);
}

.google-logo{
  width:62px;
  height:62px;
  flex-shrink:0;

  display:flex;
  align-items:center;
  justify-content:center;

  background:#fff;
  border:1px solid #e2e5e0;
  border-radius:12px;

  box-shadow:0 5px 14px rgba(0,0,0,.08);

  font-size:0;
}

.google-logo::before{
  content:"G";

  font-family:Arial,Helvetica,sans-serif;
  font-size:35px;
  font-weight:900;

  background:conic-gradient(
    from -45deg,
    #4285f4 0deg 90deg,
    #34a853 90deg 180deg,
    #fbbc05 180deg 270deg,
    #ea4335 270deg 360deg
  );

  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.google-business-info{
  min-width:0;
}

.google-business-label{
  margin-bottom:4px;

  color:#667166;
  font-size:13px;
  font-weight:700;
}

.google-business-info h3{
  margin:0;

  color:#202520;
  font-size:27px;
  font-weight:900;
  line-height:1.15;
}

.google-business-info p{
  margin-top:5px;

  color:#697369;
  font-size:15px;
}

.google-business-stars{
  margin-top:9px;

  color:#fbbc04;
  font-size:24px;
  letter-spacing:2px;
  line-height:1;
}

.google-rating-box{
  min-width:130px;
  text-align:right;
}

.google-rating-box strong{
  display:block;

  color:#202520;
  font-size:43px;
  font-weight:900;
  line-height:1;
}

.google-rating-box span{
  display:block;
  margin-top:8px;

  color:#697369;
  font-size:13px;
  line-height:1.3;
}


/* =========================================================
   REVIEWS GRID
========================================================= */

.reviews-grid{
  min-width:0;

  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:21px;
}


/* =========================================================
   CUSTOMER REVIEW CARDS
========================================================= */

.customer-review-card{
  min-width:0;
  min-height:315px;
  padding:25px;

  display:flex;
  flex-direction:column;

  background:#fff;
  border:1px solid rgba(30,70,30,.085);
  border-radius:17px;

  box-shadow:
    0 14px 34px rgba(0,0,0,.105),
    0 2px 7px rgba(0,0,0,.035);

  transition:
    transform .22s ease,
    box-shadow .22s ease;
}

.customer-review-card:hover{
  transform:translateY(-5px);

  box-shadow:
    0 22px 46px rgba(0,0,0,.15),
    0 5px 11px rgba(0,0,0,.06);
}

.customer-review-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;

  margin-bottom:18px;
}

.customer-review-stars{
  color:#fbbc04;
  font-size:21px;
  line-height:1;
  letter-spacing:2px;
  white-space:nowrap;
}

.google-review-badge{
  padding:6px 9px;

  color:#536153;
  background:#f4f6f2;

  border:1px solid #e3e7e0;
  border-radius:999px;

  font-size:10px;
  font-weight:800;
  text-transform:uppercase;
  white-space:nowrap;
}

.customer-review-card > p{
  margin:0;

  color:#343c34;
  font-size:16px;
  line-height:1.62;
}

.customer-review-card.rating-only{
  justify-content:space-between;
}

.rating-only-message{
  color:#737c73 !important;
  font-style:italic;
}

.customer-review-person{
  margin-top:auto;
  padding-top:25px;

  display:flex;
  align-items:center;
  gap:13px;
}

.customer-review-avatar{
  width:49px;
  height:49px;
  flex-shrink:0;

  display:flex;
  align-items:center;
  justify-content:center;

  color:#fff;
  background:linear-gradient(
    135deg,
    #86df31,
    #438817
  );

  border-radius:50%;

  font-size:18px;
  font-weight:900;

  box-shadow:0 7px 17px rgba(63,132,20,.23);
}

.avatar-purple{
  background:linear-gradient(
    135deg,
    #a32ab9,
    #642086
  );
}

.avatar-yellow{
  color:#234020;

  background:linear-gradient(
    135deg,
    #ffd966,
    #f2b928
  );
}

.avatar-dark-green{
  background:linear-gradient(
    135deg,
    #4d8c2d,
    #245617
  );
}

.customer-review-person h3{
  margin:0;

  color:#101810;
  font-size:16px;
  font-weight:800;
  line-height:1.2;
}

.customer-review-person span{
  display:block;
  margin-top:4px;

  color:#6a766a;
  font-size:13px;
}


/* =========================================================
   LEAVE A REVIEW CARD
========================================================= */

.leave-review-card{
  grid-column:1 / -1;

  min-height:290px;
  padding:35px;

  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;

  color:#fff;
  text-align:center;

  background:linear-gradient(
    145deg,
    #123b20,
    #071b0d
  );

  border:1px solid rgba(140,255,26,.25);
  border-radius:18px;

  box-shadow:
    0 17px 39px rgba(0,0,0,.2),
    inset 0 1px 1px rgba(255,255,255,.075);
}

.leave-review-icon{
  width:68px;
  height:68px;
  margin-bottom:19px;

  display:flex;
  align-items:center;
  justify-content:center;

  color:#fbbc04;
  background:#fff;

  border:1px solid rgba(255,255,255,.4);
  border-radius:50%;

  font-size:36px;
  line-height:1;

  box-shadow:
    0 0 25px rgba(251,188,4,.24),
    0 8px 20px rgba(0,0,0,.22);
}

.leave-review-card h3{
  margin:0;

  color:#fff;
  font-size:26px;
  font-weight:900;
  line-height:1.15;
  text-transform:uppercase;
}

.leave-review-card p{
  max-width:490px;
  margin:15px 0 22px;

  color:#d8e5d4;
  font-size:15px;
  line-height:1.55;
}

.leave-review-card a{
  min-height:49px;
  padding:12px 21px;

  display:inline-flex;
  align-items:center;
  justify-content:center;

  color:#fff;
  background:linear-gradient(
    135deg,
    #83dc2c,
    #4d9d1d
  );

  border:1px solid #8cff1a;
  border-radius:8px;

  text-decoration:none;
  text-transform:uppercase;

  font-size:13px;
  font-weight:900;

  transition:
    transform .22s ease,
    background .22s ease,
    box-shadow .22s ease;
}

.leave-review-card a:hover{
  transform:translateY(-2px);

  background:linear-gradient(
    135deg,
    #94ef39,
    #54aa20
  );

  box-shadow:0 0 24px rgba(140,255,26,.42);
}


/* =========================================================
   LAPTOPS
========================================================= */

@media(max-width:1180px){

  .reviews-layout{
    gap:38px;
  }

  .google-business-info h3{
    font-size:23px;
  }

  .google-rating-box strong{
    font-size:38px;
  }

  .customer-review-card{
    min-height:330px;
  }
}


/* =========================================================
   TABLETS
========================================================= */

@media(max-width:1050px){

  .reviews-layout{
    grid-template-columns:1fr;
    gap:38px;
  }

  .reviews-intro{
    position:static;
  }

  .review-summary{
    grid-template-columns:1fr 1fr;
  }

  .reviews-intro-btn{
    width:max-content;
    min-width:235px;
  }
}

@media(max-width:950px){

  .reviews-hero{
    min-height:52vh;
    padding:165px 5% 65px;
  }

  .reviews-hero h1{
    font-size:52px;
  }

  .reviews-hero-content > p:last-of-type{
    font-size:18px;
  }

  .reviews-page{
    padding:65px 5% 75px;
  }

  .google-business-card{
    padding:22px;
  }
}


/* =========================================================
   PHONES
========================================================= */

@media(max-width:650px){

  .reviews-hero{
    min-height:auto;
    padding:160px 5% 60px;

    background-position:center;
  }

  .reviews-hero .tagline{
    font-size:13px;
  }

  .reviews-hero h1{
    font-size:43px;
    letter-spacing:-1px;
  }

  .reviews-hero-content > p:last-of-type{
    margin:19px 0 27px;

    font-size:16px;
    line-height:1.47;
  }

  .reviews-hero-btn{
    width:100%;
    min-height:55px;
  }

  .reviews-page{
    padding:56px 5% 67px;
  }

  .reviews-intro h2{
    font-size:34px;
  }

  .reviews-intro > p:not(.section-kicker){
    font-size:16px;
  }

  .review-summary{
    grid-template-columns:1fr;
  }

  .reviews-intro-btn{
    width:100%;
    min-width:0;
  }

  .reviews-grid{
    grid-template-columns:1fr;
    gap:21px;
  }

  .google-business-card{
    grid-template-columns:auto minmax(0,1fr);
    gap:14px;

    padding:20px;
  }

  .google-logo{
    width:52px;
    height:52px;
  }

  .google-logo::before{
    font-size:29px;
  }

  .google-business-info h3{
    font-size:20px;
  }

  .google-business-info p{
    font-size:13px;
  }

  .google-business-stars{
    font-size:20px;
  }

  .google-rating-box{
    grid-column:1 / -1;

    min-width:0;
    padding-top:15px;

    display:flex;
    align-items:center;
    justify-content:space-between;

    text-align:left;

    border-top:1px solid #e7eae5;
  }

  .google-rating-box strong{
    font-size:35px;
  }

  .google-rating-box span{
    max-width:150px;
    margin-top:0;

    text-align:right;
  }

  .customer-review-card{
    min-height:285px;
    padding:22px;
  }

  .customer-review-card > p{
    font-size:15px;
  }

  .customer-review-top{
    align-items:flex-start;
    flex-direction:column;
  }

  .leave-review-card{
    min-height:285px;
    padding:27px 21px;
  }

  .leave-review-card h3{
    font-size:23px;
  }

  .leave-review-card p{
    font-size:14px;
  }

  .leave-review-card a{
    width:100%;
  }
}


/* =========================================================
   VERY SMALL PHONES
========================================================= */

@media(max-width:380px){

  .reviews-hero h1{
    font-size:39px;
  }

  .google-business-card{
    grid-template-columns:1fr;
  }

  .google-logo{
    margin-bottom:3px;
  }

  .google-rating-box{
    grid-column:auto;
  }

  .customer-review-stars{
    font-size:19px;
  }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media(prefers-reduced-motion:reduce){

  .reviews-hero-btn,
  .reviews-intro-btn,
  .customer-review-card,
  .leave-review-card a{
    transition:none;
  }
}
/* =========================================================
   JULY 17 GALLERY AND REVIEW UPDATES
========================================================= */


/* MORE SPACE BETWEEN GALLERY PHOTOS ON COMPUTER */

.masonry-gallery{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:38px 32px !important;

  columns:unset !important;
  column-gap:unset !important;

  align-items:stretch;
}

.gallery-item{
  width:100% !important;
  height:430px !important;
  margin:0 !important;

  display:block !important;
  break-inside:auto !important;
}

.gallery-photo{
  width:100%;
  height:100%;
}

.gallery-photo img,
.gallery-tall .gallery-photo img,
.gallery-wide .gallery-photo img{
  width:100%;
  height:100%;

  min-height:0;

  object-fit:cover;
  object-position:center;
}


/* GALLERY NOW ONLY SHOWS PROJECT TITLE */

.gallery-overlay{
  padding:70px 20px 20px;
}

.gallery-overlay h3{
  margin-bottom:0;
  font-size:23px;
}

.gallery-overlay p{
  display:none !important;
}


/* HIDE OLD BEFORE AND AFTER LABELS */

.gallery-before,
.gallery-after{
  display:none !important;
}


/* KEEP NON-SELECTED FILTERS WHITE */

.gallery-filter:not(.active){
  color:#263226;
  background:#fff;
}


/* HIDE FILTERED PROJECTS */

.gallery-item.gallery-hidden{
  display:none !important;
}


/* REVIEW CTA TAKES FULL WIDTH */

.reviews-leave-wide{
  grid-column:1 / -1;

  min-height:230px;

  padding:35px;
}


/* REMOVE TRUST STRIP EVEN IF OLD HTML IS CACHED */

.reviews-trust-strip{
  display:none !important;
}


/* TABLETS */

@media(max-width:950px){

  .masonry-gallery{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:26px 22px !important;
  }

  .gallery-item{
    height:390px !important;
  }

  .reviews-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .reviews-leave-wide{
    grid-column:1 / -1;
  }
}


/* PHONES */

@media(max-width:560px){

  .masonry-gallery{
    grid-template-columns:1fr !important;
    gap:25px !important;
  }

  .gallery-item{
    height:420px !important;
  }

  .gallery-overlay{
    padding:60px 18px 18px;
  }

  .gallery-overlay h3{
    font-size:21px;
  }

  .reviews-grid{
    grid-template-columns:1fr;
  }

  .reviews-leave-wide{
    grid-column:auto;
    min-height:280px;
  }
}
/* =========================================================
   SERVICE AREAS PAGE — UPDATED
========================================================= */

.areas-body{
  background:#06120a;
  color:#fff;
  overflow-x:hidden;
}


/* =========================================================
   HERO
========================================================= */

.areas-hero{
  min-height:58vh;

  display:flex;
  align-items:center;

  padding:150px 6% 72px;

  background-image:
    linear-gradient(
      90deg,
      rgba(0,0,0,.88),
      rgba(0,0,0,.54),
      rgba(0,0,0,.18)
    ),
    url("home-bg.jpg");

  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}

.areas-hero-content{
  width:100%;
  max-width:800px;
}

.areas-hero h1{
  max-width:900px;

  color:#fff;

  font-size:clamp(56px,7.5vw,100px);
  line-height:.9;
  font-weight:1000;

  text-transform:uppercase;

  text-shadow:
    0 8px 34px rgba(0,0,0,.88);
}

.areas-hero h1 span{
  color:#8cff1a;
}

.areas-hero-content > p:last-of-type{
  max-width:660px;

  margin:22px 0 31px;

  color:#fff;

  font-size:21px;
  line-height:1.5;

  text-shadow:
    0 4px 18px rgba(0,0,0,.88);
}

.areas-hero-btn{
  min-height:56px;

  display:inline-flex;
  align-items:center;
  justify-content:center;

  padding:15px 25px;

  color:#fff;

  background:
    linear-gradient(
      135deg,
      #86df31,
      #4c991c
    );

  border:2px solid #8cff1a;
  border-radius:12px;

  text-decoration:none;
  text-transform:uppercase;
  font-weight:900;

  box-shadow:
    0 0 25px rgba(140,255,26,.35),
    0 14px 30px rgba(0,0,0,.35);

  transition:
    transform .25s ease,
    box-shadow .25s ease;
}

.areas-hero-btn:hover{
  transform:translateY(-3px);

  box-shadow:
    0 0 38px rgba(140,255,26,.62),
    0 18px 38px rgba(0,0,0,.42);
}


/* =========================================================
   MAIN MAP AREA
========================================================= */

.areas-page{
  padding:76px 6% 90px;

  color:#101810;
  background:#f6f8f3;
}

.areas-heading{
  width:100%;
  max-width:820px;

  margin-bottom:35px;
}

.areas-heading h2{
  color:#101810;

  font-size:clamp(34px,4.5vw,52px);
  line-height:1.05;

  text-transform:uppercase;
}

.areas-heading > p:last-child{
  margin-top:12px;

  color:#536153;

  font-size:17px;
  line-height:1.55;
}


/* =========================================================
   TWO-COLUMN LAYOUT
========================================================= */

.areas-map-layout{
  width:100%;
  max-width:1450px;

  margin:0 auto;

  display:grid;

  grid-template-columns:
    minmax(320px,.72fr)
    minmax(0,1.55fr);

  gap:32px;

  align-items:stretch;
}


/* =========================================================
   ADDRESS CARD
========================================================= */

.area-checker-card{
  padding:33px;

  color:#fff;

  background:
    linear-gradient(
      150deg,
      #10331a,
      #07180c
    );

  border:
    1px solid rgba(255,255,255,.13);

  border-radius:20px;

  box-shadow:
    0 18px 42px rgba(0,0,0,.20),
    inset 0 1px 1px rgba(255,255,255,.07);
}

.area-checker-card h3{
  color:#fff;

  font-size:30px;
  line-height:1.1;

  text-transform:uppercase;
}

.area-checker-intro{
  margin-top:13px;

  color:#d0ddcd;

  font-size:15px;
  line-height:1.55;
}


/* =========================================================
   ADDRESS FORM
========================================================= */

.area-search-form{
  margin-top:27px;
}

.area-search-form label{
  display:block;

  margin-bottom:9px;

  color:#fff;

  font-size:14px;
  font-weight:800;
}

.area-search-form input{
  width:100%;
  min-height:55px;

  display:block;

  padding:14px 16px;

  color:#fff;
  background:rgba(255,255,255,.08);

  border:
    1px solid rgba(255,255,255,.22);

  border-radius:10px;

  outline:none;

  font-family:inherit;
  font-size:14px;

  transition:
    border-color .2s ease,
    box-shadow .2s ease;
}

.area-search-form input::placeholder{
  color:#acb9a9;
}

.area-search-form input:focus{
  border-color:#8cff1a;

  box-shadow:
    0 0 0 3px rgba(140,255,26,.13);
}

.area-search-form button{
  width:100%;
  min-height:53px;

  margin-top:11px;
  padding:13px 18px;

  color:#fff;

  background:
    linear-gradient(
      135deg,
      #83dc2d,
      #4c981b
    );

  border:1px solid #8cff1a;
  border-radius:10px;

  cursor:pointer;

  font-family:inherit;
  font-size:14px;
  font-weight:900;

  text-transform:uppercase;

  transition:
    transform .22s ease,
    box-shadow .22s ease;
}

.area-search-form button:hover{
  transform:translateY(-2px);

  box-shadow:
    0 0 22px rgba(140,255,26,.42);
}


/* =========================================================
   RESULT BOX
========================================================= */

.area-result{
  min-height:94px;

  display:flex;
  align-items:center;
  gap:13px;

  margin-top:19px;
  padding:17px;

  background:rgba(255,255,255,.07);

  border:
    1px solid rgba(255,255,255,.14);

  border-radius:12px;
}

.area-result-icon{
  width:41px;
  height:41px;

  flex-shrink:0;

  display:flex;
  align-items:center;
  justify-content:center;

  color:#fff;
  background:rgba(140,255,26,.16);

  border-radius:50%;

  font-size:18px;
  font-weight:900;
}

.area-result strong{
  display:block;

  color:#fff;

  font-size:15px;
}

.area-result p{
  margin-top:5px;

  color:#cbd7c8;

  font-size:13px;
  line-height:1.42;
}

.area-result-found{
  background:rgba(104,195,43,.14);

  border-color:
    rgba(140,255,26,.49);
}

.area-result-found .area-result-icon{
  color:#14250e;
  background:#8cff1a;
}

.area-result-far{
  background:rgba(255,177,55,.10);

  border-color:
    rgba(255,189,75,.40);
}

.area-result-far .area-result-icon{
  color:#241a06;
  background:#ffbd4b;
}

.area-result-loading{
  border-color:
    rgba(140,255,26,.35);
}


/* =========================================================
   QUOTE BUTTON
========================================================= */

.area-result-quote{
  width:100%;
  min-height:53px;

  display:flex;
  align-items:center;
  justify-content:center;

  margin-top:13px;
  padding:13px 17px;

  color:#fff;

  background:
    linear-gradient(
      135deg,
      #82db2c,
      #4d9c1d
    );

  border:2px solid #76d423;
  border-radius:10px;

  text-align:center;
  text-decoration:none;
  text-transform:uppercase;

  font-size:14px;
  font-weight:900;

  box-shadow:
    0 8px 20px rgba(67,139,22,.25);

  transition:
    transform .22s ease,
    box-shadow .22s ease;
}

.area-result-quote:hover{
  transform:translateY(-2px);

  box-shadow:
    0 0 24px rgba(140,255,26,.48);
}


/* =========================================================
   SMALL HELP BOX
========================================================= */

.area-help-box{
  margin-top:26px;
  padding-top:23px;

  border-top:
    1px solid rgba(255,255,255,.14);
}

.area-help-box h4{
  color:#fff;

  font-size:16px;
  line-height:1.3;
}

.area-help-box p{
  margin-top:8px;

  color:#cbd7c8;

  font-size:14px;
  line-height:1.5;
}


/* =========================================================
   MAP CARD
========================================================= */

.interactive-map-card{
  min-width:0;

  display:flex;
  flex-direction:column;

  overflow:hidden;

  background:#fff;

  border:
    1px solid rgba(30,70,30,.10);

  border-radius:20px;

  box-shadow:
    0 18px 45px rgba(0,0,0,.14),
    0 3px 9px rgba(0,0,0,.05);
}

.map-card-top{
  min-height:91px;

  display:flex;
  align-items:center;
  justify-content:space-between;

  gap:20px;

  padding:20px 23px;
}

.map-small-title{
  color:#56a423;

  font-size:12px;
  font-weight:900;
  letter-spacing:1px;

  text-transform:uppercase;
}

.map-card-top h3{
  margin-top:5px;

  color:#101810;

  font-size:24px;
  line-height:1.15;
}

.reset-map-btn{
  flex-shrink:0;

  padding:10px 14px;

  color:#356b16;
  background:#eef6e9;

  border:
    1px solid rgba(73,144,29,.22);

  border-radius:9px;

  cursor:pointer;

  font-family:inherit;
  font-size:12px;
  font-weight:900;

  text-transform:uppercase;

  transition:
    color .2s ease,
    background .2s ease;
}

.reset-map-btn:hover{
  color:#fff;
  background:#5ba722;
}


/* =========================================================
   ACTUAL MAP
========================================================= */

.service-map{
  width:100%;
  min-height:590px;

  z-index:1;

  background:#dce9d5;
}

.service-map .leaflet-control-zoom a{
  color:#285b12;
}

.service-map .leaflet-popup-content-wrapper{
  border-radius:11px;
}

.service-map .leaflet-popup-content{
  color:#172317;

  font-family:Arial,Helvetica,sans-serif;
  line-height:1.45;
}


/* CUSTOM CITY MARKER */

.service-city-marker{
  background:transparent;
  border:none;
}

.service-city-marker span{
  width:22px;
  height:22px;

  display:block;

  background:#5db522;

  border:4px solid #fff;
  border-radius:50%;

  box-shadow:
    0 4px 14px rgba(0,0,0,.38);
}


/* MAP BOTTOM TEXT */

.map-card-bottom{
  min-height:66px;

  display:flex;
  align-items:center;

  gap:11px;

  padding:16px 22px;

  background:#f3f6ef;
}

.map-pin-example{
  width:19px;
  height:19px;

  flex-shrink:0;

  display:block;

  background:#5db522;

  border:3px solid #fff;
  border-radius:50%;

  box-shadow:
    0 2px 8px rgba(0,0,0,.25);
}

.map-card-bottom p{
  color:#536153;

  font-size:13px;
  line-height:1.4;
}


/* =========================================================
   COMMUNITIES
========================================================= */

.communities-section{
  padding:80px 6% 90px;

  color:#fff;

  background:
    linear-gradient(
      145deg,
      #071d0c,
      #0d2b15
    );
}

.communities-heading{
  width:100%;
  max-width:780px;

  margin-bottom:36px;
}

.communities-heading h2{
  color:#fff;

  font-size:clamp(34px,4.5vw,50px);
  line-height:1.08;

  text-transform:uppercase;
}

.communities-heading > p:last-child{
  margin-top:12px;

  color:#ccd9c8;

  font-size:17px;
  line-height:1.55;
}

.community-grid{
  display:grid;

  grid-template-columns:
    repeat(4,minmax(0,1fr));

  gap:20px;
}

.community-card{
  width:100%;
  min-height:145px;

  display:flex;
  align-items:flex-start;

  gap:14px;

  padding:22px;

  color:#fff;
  background:rgba(255,255,255,.055);

  border:
    1px solid rgba(255,255,255,.13);

  border-radius:15px;

  cursor:pointer;

  font-family:inherit;
  text-align:left;
  text-decoration:none;

  box-shadow:
    0 10px 25px rgba(0,0,0,.15);

  transition:
    transform .23s ease,
    background .23s ease,
    border-color .23s ease;
}

.community-card:hover{
  transform:translateY(-4px);

  background:rgba(255,255,255,.085);

  border-color:
    rgba(140,255,26,.40);
}

.community-pin{
  width:37px;
  height:37px;

  flex-shrink:0;

  display:flex;
  align-items:center;
  justify-content:center;

  color:#14290e;
  background:#8cff1a;

  border-radius:50%;

  font-size:16px;
  font-weight:900;
}

.community-card h3{
  color:#fff;

  font-size:19px;
  line-height:1.2;
}

.community-card p{
  margin-top:7px;

  color:#cad7c6;

  font-size:13px;
  line-height:1.45;
}

.surrounding-card{
  background:
    linear-gradient(
      145deg,
      rgba(119,205,44,.18),
      rgba(255,255,255,.055)
    );

  border-color:
    rgba(140,255,26,.33);
}


/* FOOTER AREA TEXT */

.footer-service-area{
  margin-top:15px;

  color:#8fdc51 !important;

  font-weight:800;
}


/* Hide the old white benefits section if old HTML is cached */

.areas-benefits{
  display:none !important;
}


/* =========================================================
   TABLETS
========================================================= */

@media(max-width:1050px){

  .areas-map-layout{
    grid-template-columns:1fr;
  }

  .service-map{
    min-height:530px;
  }

  .community-grid{
    grid-template-columns:
      repeat(2,minmax(0,1fr));
  }
}


@media(max-width:950px){

  .areas-hero{
    min-height:52vh;

    padding:
      150px 5% 65px;
  }

  .areas-hero h1{
    font-size:52px;
  }

  .areas-hero-content > p:last-of-type{
    font-size:18px;
  }

  .areas-page{
    padding:
      65px 5% 75px;
  }

  .communities-section{
    padding:
      70px 5% 78px;
  }
}


/* =========================================================
   PHONES
========================================================= */

@media(max-width:560px){

  .areas-hero{
    min-height:auto;

    padding:
      155px 5% 58px;

    background-position:center;
  }

  .areas-hero .tagline{
    font-size:13px;
  }

  .areas-hero h1{
    font-size:42px;
  }

  .areas-hero-content > p:last-of-type{
    margin:
      18px 0 26px;

    font-size:16px;
    line-height:1.45;
  }

  .areas-hero-btn{
    width:100%;
    min-height:54px;
  }


  .areas-page{
    padding:
      55px 5% 65px;
  }

  .areas-heading{
    margin-bottom:27px;
  }

  .areas-heading h2{
    font-size:32px;
  }

  .areas-heading > p:last-child{
    font-size:15px;
  }


  .areas-map-layout{
    gap:23px;
  }


  .area-checker-card{
    padding:23px;

    border-radius:17px;
  }

  .area-checker-card h3{
    font-size:25px;
  }

  .area-checker-intro{
    font-size:14px;
  }


  .map-card-top{
    align-items:flex-start;
    flex-direction:column;

    gap:12px;

    padding:19px;
  }

  .map-card-top h3{
    font-size:21px;
  }

  .reset-map-btn{
    width:100%;
  }


  .service-map{
    min-height:450px;
  }

  .map-card-bottom{
    align-items:flex-start;

    padding:15px 18px;
  }


  .communities-section{
    padding:
      60px 5% 68px;
  }

  .communities-heading{
    margin-bottom:27px;
  }

  .communities-heading h2{
    font-size:32px;
  }

  .communities-heading > p:last-child{
    font-size:15px;
  }


  .community-grid{
    grid-template-columns:1fr;

    gap:14px;
  }

  .community-card{
    min-height:118px;

    padding:19px;
  }
}
/* =========================================================
   CONTACT AND QUOTE PAGE
========================================================= */

.contact-body{
  background:#06120a;
  color:#fff;
  overflow-x:hidden;
}


/* =========================================================
   HERO
========================================================= */

.contact-hero{
  min-height:61vh;

  display:flex;
  align-items:center;

  padding:155px 6% 76px;

  background-image:
    linear-gradient(
      90deg,
      rgba(0,0,0,.89),
      rgba(0,0,0,.56),
      rgba(0,0,0,.17)
    ),
    url("home-bg.jpg");

  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}

.contact-hero-content{
  width:100%;
  max-width:830px;
}

.contact-hero h1{
  max-width:900px;

  color:#fff;

  font-size:clamp(57px,7.7vw,104px);
  line-height:.9;
  font-weight:1000;

  text-transform:uppercase;

  text-shadow:0 8px 34px rgba(0,0,0,.88);
}

.contact-hero h1 span{
  color:#8cff1a;
}

.contact-hero-content > p:last-of-type{
  max-width:680px;

  margin:23px 0 32px;

  color:#fff;

  font-size:21px;
  line-height:1.55;

  text-shadow:0 4px 18px rgba(0,0,0,.88);
}

.contact-hero-buttons{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:14px;
}

.contact-call-btn,
.contact-text-btn{
  min-height:56px;

  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;

  padding:15px 25px;

  color:#fff;

  border-radius:12px;

  text-decoration:none;
  text-transform:uppercase;

  font-size:14px;
  font-weight:900;

  transition:
    transform .24s ease,
    box-shadow .24s ease,
    background .24s ease;
}

.contact-call-btn{
  background:
    linear-gradient(
      135deg,
      #8ae938,
      #4d9d1d
    );

  border:2px solid #8cff1a;

  box-shadow:
    0 0 25px rgba(140,255,26,.35),
    0 14px 30px rgba(0,0,0,.35);
}

.contact-text-btn{
  background:rgba(255,255,255,.11);

  border:2px solid rgba(255,255,255,.82);

  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
}

.contact-call-btn:hover,
.contact-text-btn:hover{
  transform:translateY(-3px);

  box-shadow:
    0 0 35px rgba(140,255,26,.48),
    0 16px 34px rgba(0,0,0,.40);
}


/* =========================================================
   MAIN CONTACT AREA
========================================================= */

.contact-page{
  padding:78px 6% 92px;

  color:#101810;
  background:#f7f8f4;
}

.contact-heading{
  width:100%;
  max-width:850px;

  margin-bottom:37px;
}

.contact-heading h2{
  color:#101810;

  font-size:clamp(35px,4.7vw,54px);
  line-height:1.05;

  text-transform:uppercase;
}

.contact-heading > p:last-child{
  max-width:730px;

  margin-top:13px;

  color:#536153;

  font-size:17px;
  line-height:1.6;
}


/* TWO-COLUMN LAYOUT */

.contact-layout{
  width:100%;
  max-width:1450px;

  margin:0 auto;

  display:grid;
  grid-template-columns:minmax(0,1.55fr) minmax(310px,.72fr);
  gap:29px;

  align-items:start;
}


/* =========================================================
   QUOTE FORM
========================================================= */

.contact-form-card{
  min-width:0;

  padding:35px;

  background:#fff;

  border:1px solid rgba(30,70,30,.10);
  border-radius:22px;

  box-shadow:
    0 18px 48px rgba(0,0,0,.13),
    0 3px 10px rgba(0,0,0,.05);
}

.contact-form-top{
  display:flex;
  align-items:center;
  gap:15px;

  margin-bottom:29px;
  padding-bottom:24px;

  border-bottom:1px solid rgba(25,60,25,.10);
}

.contact-form-number{
  width:47px;
  height:47px;
  flex-shrink:0;

  display:flex;
  align-items:center;
  justify-content:center;

  color:#18330f;
  background:#8cff1a;

  border-radius:50%;

  font-size:19px;
  font-weight:900;

  box-shadow:0 7px 18px rgba(80,160,25,.24);
}

.contact-form-top p{
  color:#5c9f31;

  font-size:12px;
  font-weight:900;
  letter-spacing:1px;

  text-transform:uppercase;
}

.contact-form-top h3{
  margin-top:4px;

  color:#101810;

  font-size:26px;
  line-height:1.15;
}


/* FORM GRID */

.contact-form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}

.contact-field{
  min-width:0;
}

.contact-field-full{
  grid-column:1 / -1;
}

.contact-field label{
  display:block;

  margin-bottom:8px;

  color:#202b20;

  font-size:14px;
  font-weight:800;
}

.contact-field label span{
  color:#5ca828;
}

.contact-field input,
.contact-field select,
.contact-field textarea{
  width:100%;

  color:#172117;
  background:#f8faf6;

  border:1px solid rgba(38,75,35,.17);
  border-radius:11px;

  outline:none;

  font-family:inherit;
  font-size:15px;

  transition:
    border-color .2s ease,
    background .2s ease,
    box-shadow .2s ease;
}

.contact-field input,
.contact-field select{
  min-height:54px;
  padding:13px 15px;
}

.contact-field textarea{
  min-height:165px;

  padding:15px;

  resize:vertical;
  line-height:1.55;
}

.contact-field input::placeholder,
.contact-field textarea::placeholder{
  color:#899489;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus{
  background:#fff;

  border-color:#72c82a;

  box-shadow:0 0 0 4px rgba(116,203,42,.12);
}


/* PICTURE NOTE */

.contact-picture-note{
  display:flex;
  align-items:center;
  gap:14px;

  margin-top:23px;
  padding:18px;

  background:#f1f7ed;

  border:1px solid rgba(88,160,42,.19);
  border-radius:13px;
}

.contact-picture-icon{
  width:45px;
  height:45px;
  flex-shrink:0;

  display:flex;
  align-items:center;
  justify-content:center;

  color:#397a18;
  background:#fff;

  border-radius:50%;

  font-size:20px;

  box-shadow:0 6px 16px rgba(0,0,0,.08);
}

.contact-picture-note strong{
  display:block;

  color:#172317;

  font-size:15px;
}

.contact-picture-note p{
  margin-top:5px;

  color:#5b685b;

  font-size:13px;
  line-height:1.45;
}


/* SUBMIT BUTTON */

.contact-submit-btn{
  width:100%;
  min-height:58px;

  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;

  margin-top:20px;
  padding:14px 20px;

  color:#fff;

  background:
    linear-gradient(
      135deg,
      #87e330,
      #4b991b
    );

  border:2px solid #79d624;
  border-radius:11px;

  cursor:pointer;

  font-family:inherit;
  font-size:15px;
  font-weight:900;

  text-transform:uppercase;

  box-shadow:
    0 9px 23px rgba(62,130,20,.27),
    inset 0 1px 1px rgba(255,255,255,.35);

  transition:
    transform .22s ease,
    box-shadow .22s ease,
    background .22s ease;
}

.contact-submit-btn:hover{
  transform:translateY(-2px);

  background:
    linear-gradient(
      135deg,
      #99f23d,
      #54aa1e
    );

  box-shadow:
    0 0 27px rgba(140,255,26,.44),
    0 13px 28px rgba(47,105,17,.30);
}

.contact-submit-btn:active{
  transform:scale(.99);
}

.contact-form-note{
  max-width:760px;

  margin:13px auto 0;

  color:#6b776b;

  text-align:center;

  font-size:12px;
  line-height:1.5;
}


/* =========================================================
   SIDEBAR
========================================================= */

.contact-sidebar{
  display:grid;
  gap:22px;
}

.contact-side-card,
.contact-process-card{
  padding:28px;

  border-radius:20px;

  box-shadow:0 17px 42px rgba(0,0,0,.16);
}

.contact-side-card{
  color:#fff;

  background:
    linear-gradient(
      145deg,
      #0d3016,
      #06160b
    );

  border:1px solid rgba(140,255,26,.22);
}

.contact-process-card{
  color:#101810;
  background:#fff;

  border:1px solid rgba(30,70,30,.10);
}

.contact-small-title{
  color:#75c840;

  font-size:12px;
  font-weight:900;
  letter-spacing:1px;

  text-transform:uppercase;
}

.contact-side-card h3,
.contact-process-card h3{
  margin-top:7px;

  font-size:26px;
  line-height:1.15;

  text-transform:uppercase;
}

.contact-side-intro{
  margin:12px 0 21px;

  color:#cad8c7;

  font-size:15px;
  line-height:1.55;
}


/* CONTACT METHOD CARDS */

.contact-method-card{
  display:flex;
  align-items:center;
  gap:13px;

  margin-top:12px;
  padding:15px;

  color:#fff;
  background:rgba(255,255,255,.075);

  border:1px solid rgba(255,255,255,.13);
  border-radius:12px;

  text-decoration:none;

  transition:
    transform .22s ease,
    background .22s ease,
    border-color .22s ease;
}

.contact-method-card:hover{
  transform:translateX(4px);

  background:rgba(255,255,255,.11);

  border-color:rgba(140,255,26,.42);
}

.contact-method-icon{
  width:45px;
  height:45px;
  flex-shrink:0;

  display:flex;
  align-items:center;
  justify-content:center;

  color:#17310f;
  background:#8cff1a;

  border-radius:50%;

  font-size:18px;
}

.contact-method-card small{
  display:block;

  color:#aebcab;

  font-size:12px;
  line-height:1.3;
}

.contact-method-card strong{
  display:block;

  margin-top:4px;

  color:#fff;

  font-size:15px;
  line-height:1.25;
}


/* PROCESS STEPS */

.contact-process-card .contact-small-title{
  color:#579f29;
}

.contact-process-step{
  display:flex;
  align-items:flex-start;
  gap:13px;

  margin-top:21px;
}

.contact-process-step > span{
  width:33px;
  height:33px;
  flex-shrink:0;

  display:flex;
  align-items:center;
  justify-content:center;

  color:#17310f;
  background:#8cff1a;

  border-radius:50%;

  font-size:13px;
  font-weight:900;
}

.contact-process-step strong{
  display:block;

  color:#172317;

  font-size:15px;
  line-height:1.3;
}

.contact-process-step p{
  margin-top:5px;

  color:#667266;

  font-size:13px;
  line-height:1.48;
}


/* =========================================================
   SOCIAL MEDIA SECTION
========================================================= */

.contact-social-section{
  padding:80px 6% 90px;

  color:#101810;
  background:#fff;
}

.contact-social-heading{
  width:100%;
  max-width:760px;

  margin-bottom:33px;
}

.contact-social-heading h2{
  color:#101810;

  font-size:clamp(34px,4.5vw,51px);
  line-height:1.07;

  text-transform:uppercase;
}

.contact-social-heading > p:last-child{
  margin-top:12px;

  color:#596659;

  font-size:17px;
  line-height:1.55;
}

.contact-social-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:17px;
}

.contact-social-card{
  min-width:0;
  min-height:135px;

  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:12px;

  padding:20px;

  color:#172117;
  background:#f8faf7;

  border:1px solid rgba(25,65,25,.10);
  border-radius:17px;

  text-decoration:none;
  text-align:center;

  box-shadow:0 10px 25px rgba(0,0,0,.08);

  transition:
    transform .24s ease,
    box-shadow .24s ease,
    border-color .24s ease;
}

.contact-social-card:hover{
  transform:translateY(-5px);

  border-color:rgba(93,172,41,.40);

  box-shadow:0 20px 39px rgba(0,0,0,.13);
}

.social-icon{
  width:54px;
  height:54px;
  flex-shrink:0;

  display:flex;
  align-items:center;
  justify-content:center;

  color:#fff;
  background:#142218;

  border-radius:15px;

  font-size:25px;

  box-shadow:0 7px 17px rgba(0,0,0,.13);
}

.contact-social-card h3{
  color:#172117;

  font-size:16px;
  line-height:1.2;
}

.social-instagram .social-icon{
  background:
    linear-gradient(
      135deg,
      #6f45da,
      #c53691,
      #ed7a32
    );
}

.social-facebook .social-icon{
  background:#1877f2;
}

.social-tiktok .social-icon{
  background:#111;
}

.social-google .social-icon{
  color:#4285f4;
  background:#fff;

  border:1px solid rgba(0,0,0,.12);
}

.social-nextdoor .social-icon{
  background:#65ae32;
}


/* =========================================================
   TABLETS
========================================================= */

@media(max-width:1100px){

  .contact-layout{
    grid-template-columns:1fr;
  }

  .contact-sidebar{
    grid-template-columns:1fr 1fr;
  }

  .contact-social-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}


@media(max-width:950px){

  .contact-hero{
    min-height:54vh;

    padding:155px 5% 68px;
  }

  .contact-hero h1{
    font-size:53px;
  }

  .contact-hero-content > p:last-of-type{
    font-size:18px;
  }

  .contact-page,
  .contact-social-section{
    padding-left:5%;
    padding-right:5%;
  }

  .contact-form-card{
    padding:29px;
  }
}


/* =========================================================
   PHONES
========================================================= */

@media(max-width:650px){

  .contact-hero{
    min-height:auto;

    padding:160px 5% 61px;

    background-position:center;
  }

  .contact-hero .tagline{
    font-size:13px;
  }

  .contact-hero h1{
    font-size:43px;
  }

  .contact-hero-content > p:last-of-type{
    margin:19px 0 27px;

    font-size:16px;
    line-height:1.47;
  }

  .contact-hero-buttons{
    flex-direction:column;
    align-items:stretch;
  }

  .contact-call-btn,
  .contact-text-btn{
    width:100%;
    min-height:55px;
  }

  .contact-page{
    padding:57px 5% 67px;
  }

  .contact-heading{
    margin-bottom:28px;
  }

  .contact-heading h2{
    font-size:33px;
  }

  .contact-heading > p:last-child{
    font-size:15px;
  }

  .contact-form-card{
    padding:22px;

    border-radius:18px;
  }

  .contact-form-top{
    align-items:flex-start;
  }

  .contact-form-top h3{
    font-size:22px;
  }

  .contact-form-grid{
    grid-template-columns:1fr;
    gap:17px;
  }

  .contact-field-full{
    grid-column:auto;
  }

  .contact-field input,
  .contact-field select{
    min-height:56px;
  }

  .contact-picture-note{
    align-items:flex-start;
  }

  .contact-submit-btn{
    min-height:59px;
  }

  .contact-sidebar{
    grid-template-columns:1fr;
  }

  .contact-side-card,
  .contact-process-card{
    padding:23px;

    border-radius:17px;
  }

  .contact-side-card h3,
  .contact-process-card h3{
    font-size:23px;
  }

  .contact-social-section{
    padding:61px 5% 70px;
  }

  .contact-social-heading h2{
    font-size:32px;
  }

  .contact-social-heading > p:last-child{
    font-size:15px;
  }

  .contact-social-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:13px;
  }

  .contact-social-card{
    min-height:125px;
    padding:17px 10px;
  }

  .social-icon{
    width:50px;
    height:50px;

    font-size:23px;
  }

  .contact-social-card h3{
    font-size:14px;
  }
}


@media(max-width:370px){

  .contact-social-grid{
    grid-template-columns:1fr;
  }
}
/* =========================================================
   INDEX PAGE FREE QUOTE POPUP
========================================================= */

body.quote-popup-open{
  overflow:hidden;
}

.quote-popup-overlay{
  position:fixed;
  inset:0;
  z-index:10000;

  display:flex;
  align-items:center;
  justify-content:center;

  padding:24px;

  background:rgba(0,0,0,.76);

  opacity:0;
  visibility:hidden;
  pointer-events:none;

  transition:
    opacity .22s ease,
    visibility .22s ease;
}

.quote-popup-overlay.quote-popup-visible{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}

.quote-popup-card{
  position:relative;

  width:min(760px,100%);
  max-height:calc(100vh - 48px);

  padding:36px;

  color:#101810;
  background:#ffffff;

  border:1px solid rgba(35,75,35,.14);
  border-radius:10px;

  box-shadow:
    0 30px 80px rgba(0,0,0,.48),
    0 5px 18px rgba(0,0,0,.18);

  overflow-y:auto;

  transform:translateY(18px) scale(.98);

  transition:transform .22s ease;
}

.quote-popup-visible .quote-popup-card{
  transform:translateY(0) scale(1);
}


/* CLOSE BUTTON */

.quote-popup-close{
  position:absolute;
  top:15px;
  left:15px;
  z-index:2;

  width:42px;
  height:42px;

  display:flex;
  align-items:center;
  justify-content:center;

  padding:0;

  color:#ffffff;
  background:#0b4728;

  border:1px solid #06391f;
  border-radius:50%;

  cursor:pointer;

  font-family:Arial,Helvetica,sans-serif;
  font-size:29px;
  font-weight:400;
  line-height:1;

  box-shadow:0 5px 13px rgba(0,0,0,.18);

  transition:
    background .18s ease,
    transform .18s ease;
}

.quote-popup-close:hover{
  background:#62b532;
  transform:scale(1.06);
}


/* HEADING */

.quote-popup-heading{
  padding:13px 35px 25px;

  text-align:center;

  border-bottom:1px solid rgba(25,65,25,.12);
}

.quote-popup-heading > p{
  margin-bottom:7px;

  color:#5ca62d;

  font-size:12px;
  font-weight:900;
  letter-spacing:1.4px;
  text-transform:uppercase;
}

.quote-popup-heading h2{
  color:#102015;

  font-size:clamp(31px,5vw,47px);
  font-weight:900;
  line-height:1;
  text-transform:uppercase;
}

.quote-popup-heading span{
  display:block;

  max-width:590px;
  margin:13px auto 0;

  color:#596659;

  font-size:15px;
  line-height:1.5;
}


/* FORM */

.quote-popup-form{
  padding-top:26px;
}

.quote-popup-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}

.quote-popup-field{
  min-width:0;
}

.quote-popup-full{
  grid-column:1 / -1;
}

.quote-popup-field label{
  display:block;

  margin-bottom:8px;

  color:#1b281d;

  font-size:13px;
  font-weight:800;
  line-height:1.3;
}

.quote-popup-field label strong{
  color:#58a524;
}

.quote-popup-field input,
.quote-popup-field select,
.quote-popup-field textarea{
  display:block;

  width:100%;

  color:#172117;
  background:#f6f8f4;

  border:1px solid rgba(36,74,36,.20);
  border-radius:5px;

  outline:none;

  font-family:Arial,Helvetica,sans-serif;
  font-size:15px;

  transition:
    border-color .18s ease,
    background .18s ease,
    box-shadow .18s ease;
}

.quote-popup-field input,
.quote-popup-field select{
  min-height:52px;
  padding:12px 14px;
}

.quote-popup-field textarea{
  min-height:125px;

  padding:14px;

  line-height:1.5;
  resize:vertical;
}

.quote-popup-field input::placeholder,
.quote-popup-field textarea::placeholder{
  color:#879187;
}

.quote-popup-field input:focus,
.quote-popup-field select:focus,
.quote-popup-field textarea:focus{
  background:#ffffff;
  border-color:#62b532;

  box-shadow:0 0 0 3px rgba(98,181,50,.14);
}


/* SUBMIT BUTTON */

.quote-popup-submit{
  width:100%;
  min-height:58px;

  display:flex;
  align-items:center;
  justify-content:center;

  margin-top:22px;
  padding:15px 20px;

  color:#ffffff;
  background:#62b532;

  border:1px solid #3d811d;
  border-radius:3px;

  cursor:pointer;

  font-family:Arial,Helvetica,sans-serif;
  font-size:15px;
  font-weight:900;
  letter-spacing:.2px;
  line-height:1.2;
  text-transform:uppercase;

  box-shadow:
    0 7px 18px rgba(46,105,17,.28),
    inset 0 1px 0 rgba(255,255,255,.18);

  transition:
    background .18s ease,
    transform .18s ease,
    box-shadow .18s ease;
}

.quote-popup-submit:hover{
  background:#70c33c;

  transform:translateY(-2px);

  box-shadow:
    0 10px 24px rgba(46,105,17,.33),
    inset 0 1px 0 rgba(255,255,255,.18);
}

.quote-popup-submit:active{
  background:#438d20;
  transform:translateY(0);
}

.quote-popup-note{
  max-width:630px;

  margin:13px auto 0;

  color:#6a756a;

  text-align:center;

  font-size:12px;
  line-height:1.5;
}


/* =========================================================
   POPUP TABLETS
========================================================= */

@media(max-width:800px){

  .quote-popup-overlay{
    padding:18px;
  }

  .quote-popup-card{
    max-height:calc(100vh - 36px);
    padding:31px 25px 27px;
  }

  .quote-popup-heading{
    padding-left:34px;
    padding-right:34px;
  }
}


/* =========================================================
   POPUP PHONES
========================================================= */

@media(max-width:600px){

  .quote-popup-overlay{
    align-items:flex-end;

    padding:0;
  }

  .quote-popup-card{
    width:100%;
    max-height:92vh;

    padding:29px 18px 23px;

    border-radius:15px 15px 0 0;

    transform:translateY(40px);
  }

  .quote-popup-visible .quote-popup-card{
    transform:translateY(0);
  }

  .quote-popup-close{
    top:13px;
    left:13px;

    width:39px;
    height:39px;

    font-size:27px;
  }

  .quote-popup-heading{
    padding:13px 18px 22px;
  }

  .quote-popup-heading h2{
    font-size:32px;
  }

  .quote-popup-heading span{
    font-size:14px;
  }

  .quote-popup-grid{
    grid-template-columns:1fr;
    gap:15px;
  }

  .quote-popup-full{
    grid-column:auto;
  }

  .quote-popup-field input,
  .quote-popup-field select{
    min-height:54px;
  }

  .quote-popup-field textarea{
    min-height:115px;
  }

  .quote-popup-submit{
    min-height:57px;

    font-size:14px;
  }
}


/* =========================================================
   VERY SMALL PHONES
========================================================= */

@media(max-width:380px){

  .quote-popup-card{
    padding-left:14px;
    padding-right:14px;
  }

  .quote-popup-heading{
    padding-left:25px;
    padding-right:25px;
  }

  .quote-popup-heading h2{
    font-size:29px;
  }
}


/* REDUCED MOTION */

@media(prefers-reduced-motion:reduce){

  .quote-popup-overlay,
  .quote-popup-card,
  .quote-popup-close,
  .quote-popup-submit{
    transition:none !important;
  }
}
