:root{--green:#63c43f;--green-dark:#4da331;--black:#050607;--ink:#121418;--muted:#68707b;--soft:#f5f7f4;--white:#fff;--border:#e5e9e2;--shadow:0 18px 50px rgba(0,0,0,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--ink);background:#fff}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 40px));margin:auto}.site-header{height:92px;background:#050607;color:#fff;display:flex;align-items:center;gap:28px;padding:0 40px;position:sticky;top:0;z-index:20;box-shadow:0 8px 24px rgba(0,0,0,.25)}.brand img{width:210px;height:auto}.main-nav{display:flex;gap:30px;margin-left:auto;text-transform:uppercase;font-size:13px;font-weight:800;letter-spacing:.03em}.main-nav a:hover,.phone{font-weight:800}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;padding:15px 24px;font-weight:900;text-transform:uppercase;letter-spacing:.02em;border:2px solid transparent;transition:.2s ease}.btn-primary{background:var(--green);color:#fff;box-shadow:0 10px 28px rgba(99,196,63,.25)}.btn-primary:hover{background:var(--green-dark);transform:translateY(-1px)}.btn-ghost{border-color:rgba(255,255,255,.85);color:#fff;background:rgba(0,0,0,.18)}.btn-dark{background:#050607;color:#fff}.menu-toggle{display:none;background:none;border:0;color:#fff;font-size:32px}.hero{min-height:620px;position:relative;display:flex;align-items:center;color:#fff;overflow:hidden}.hero-media{position:absolute;inset:0;background-image:url('../images/hero-truck.jpg');background-size:cover;background-position:center right}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.88),rgba(0,0,0,.55) 42%,rgba(0,0,0,.1))}.hero-content{position:relative;z-index:2}.eyebrow,.section-kicker{color:var(--green);font-size:14px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.hero h1{font-size:clamp(48px,7vw,92px);line-height:.95;margin:12px 0 22px;max-width:780px;font-weight:900;letter-spacing:-.06em}.hero h1::first-line{color:#fff}.hero h1{color:var(--green)}.hero-text{font-size:22px;line-height:1.55;max-width:600px;font-weight:600}.hero-buttons{display:flex;gap:18px;margin-top:34px}.trust-strip{background:#fff;border-bottom:1px solid var(--border);box-shadow:0 8px 30px rgba(0,0,0,.05)}.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:26px 0}.trust-grid div{display:grid;grid-template-columns:52px 1fr;column-gap:14px;align-items:center;border-right:1px solid var(--border)}.trust-grid div:last-child{border-right:0}.trust-grid span{font-size:36px;grid-row:span 2;color:var(--green)}.trust-grid strong{text-transform:uppercase;font-weight:900}.trust-grid p{margin:4px 0 0;color:var(--muted)}.section{padding:90px 0}.two-col,.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}h2{font-size:clamp(32px,4vw,54px);line-height:1.05;margin:12px 0 20px;letter-spacing:-.04em}p{line-height:1.7}.rounded-img{border-radius:18px;box-shadow:var(--shadow);aspect-ratio:16/9;object-fit:cover}.text-link{font-weight:900;color:var(--green)}.center{text-align:center}.muted{color:var(--muted)}.services{background:var(--soft)}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin-top:38px}.card,.review-card{background:#fff;padding:34px;border-radius:16px;box-shadow:0 10px 35px rgba(0,0,0,.07);border:1px solid var(--border)}.card span{font-size:42px}.card h3{text-transform:uppercase;font-size:18px}.process{background:#060809;color:#fff;overflow:hidden}.process-grid{display:grid;grid-template-columns:1.2fr .8fr;align-items:stretch}.process-copy{padding:80px 60px 80px 0}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:38px}.steps b{display:inline-grid;place-items:center;width:38px;height:38px;border-radius:99px;background:var(--green);color:#fff}.steps h3{text-transform:uppercase}.steps p{color:#cbd1d5}.process img{width:100%;height:100%;object-fit:cover;min-height:450px}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:34px}.why-grid div{padding:28px;border-left:4px solid var(--green);background:#fff;box-shadow:0 8px 30px rgba(0,0,0,.06)}.reviews{background:linear-gradient(180deg,#fff,var(--soft))}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:32px}.stars{color:var(--green);font-size:22px;letter-spacing:3px}.cta-band{background:linear-gradient(90deg,var(--green),#7edf54);color:#fff}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:34px 0}.cta-inner h2{margin:0;font-size:30px}.contact-list{list-style:none;padding:0;margin:28px 0;display:grid;gap:12px;font-weight:700}.socials{display:flex;gap:12px}.socials a{border:1px solid var(--border);padding:12px 18px;border-radius:8px;font-weight:900}.quote-form{background:#fff;border:1px solid var(--border);border-radius:18px;box-shadow:var(--shadow);padding:30px;display:grid;gap:14px}.quote-form label{display:grid;gap:7px;font-weight:800;font-size:13px;text-transform:uppercase;color:#4d5662}.quote-form input,.quote-form textarea{width:100%;border:1px solid #d9dfd6;border-radius:8px;padding:14px;font:inherit}.hidden{display:none}.form-note{font-size:13px;color:var(--muted);margin:0}.site-footer{background:#050607;color:#fff;padding:54px 0 18px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:60px}.footer-grid img{width:190px}.footer-grid a{display:block;color:#dce2dc;margin:10px 0}.copyright{text-align:center;color:#99a29a;font-size:13px;border-top:1px solid rgba(255,255,255,.1);padding-top:18px;margin-top:36px}@media(max-width:900px){.site-header{height:auto;padding:16px 20px;flex-wrap:wrap}.brand img{width:170px}.menu-toggle{display:block;margin-left:auto}.main-nav,.header-actions{display:none;width:100%;flex-direction:column;align-items:flex-start}.main-nav.open,.header-actions.open{display:flex}.hero{min-height:650px}.hero-overlay{background:linear-gradient(180deg,rgba(0,0,0,.85),rgba(0,0,0,.55))}.trust-grid,.cards,.why-grid,.review-grid,.two-col,.contact-grid,.process-grid{grid-template-columns:1fr}.trust-grid div{border-right:0;border-bottom:1px solid var(--border);padding-bottom:18px}.steps{grid-template-columns:1fr}.process-copy{padding:60px 0}.hero-buttons,.cta-inner{flex-direction:column;align-items:flex-start}.section{padding:64px 0}}


/* Social link icon spacing */
a .fa-facebook-f,
a .fa-instagram{margin-right:8px;}




/* Manual Google-style review carousel */
#review-grid{
  display:flex;
  gap:16px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  padding:8px 4px 18px;
  -webkit-overflow-scrolling:touch;
}

#review-grid::-webkit-scrollbar{
  height:8px;
}

#review-grid::-webkit-scrollbar-track{
  background:#eef1f0;
  border-radius:999px;
}

#review-grid::-webkit-scrollbar-thumb{
  background:#c9d0cd;
  border-radius:999px;
}

.manual-google-review{
  flex:0 0 300px;
  scroll-snap-align:start;
  padding:18px !important;
  border-radius:14px !important;
  background:#fff !important;
  border:1px solid #dadce0 !important;
  box-shadow:0 3px 10px rgba(60,64,67,.12) !important;
  font-family:Arial, sans-serif;
}

.manual-google-review .google-card-top{
  display:flex;
  align-items:center;
  gap:11px;
  margin-bottom:10px;
}

.manual-google-review .manual-avatar{
  width:38px;
  height:38px;
  min-width:38px;
  border-radius:50%;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:16px;
  font-weight:700;
  font-family:Arial, sans-serif;
}

.manual-google-review .google-card-top strong{
  display:block;
  color:#202124;
  font-size:14px;
  line-height:1.2;
  font-weight:700;
}

.manual-google-review .google-card-top span{
  display:block;
  color:#5f6368;
  font-size:12px;
  line-height:1.2;
  margin-top:2px;
}

.manual-google-review .stars{
  color:#fbbc04;
  font-size:15px;
  letter-spacing:1px;
  margin:8px 0 9px;
}

.manual-google-review p{
  color:#3c4043;
  font-size:14px;
  line-height:1.45;
  margin:0;
}

.manual-google-review .google-blue{background:#4285F4;}
.manual-google-review .google-red{background:#EA4335;}
.manual-google-review .google-yellow{background:#FBBC05;color:#202124;}
.manual-google-review .google-green{background:#34A853;}

@media (max-width:640px){
  .manual-google-review{
    flex-basis:82%;
  }
}


/* Avatar centering fix */
.manual-google-review .manual-avatar{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  line-height:1 !important;
  padding:0 !important;
}

/* Make cards feel more authentic to Google */
.manual-google-review{
  min-height:245px;
}

.manual-google-review p{
  display:-webkit-box;
  -webkit-line-clamp:6;
  -webkit-box-orient:vertical;
  overflow:hidden;
}


/* Review carousel arrows + mobile-first polish */
.review-carousel-wrap{
  position:relative;
  display:flex;
  align-items:center;
  gap:12px;
}

.review-carousel-wrap #review-grid{
  flex:1;
  margin:0;
  scroll-behavior:smooth;
}

.review-arrow{
  width:42px;
  height:42px;
  min-width:42px;
  border-radius:50%;
  border:1px solid #dadce0;
  background:#ffffff;
  color:#202124;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:32px;
  line-height:1;
  font-weight:400;
  cursor:pointer;
  box-shadow:0 3px 10px rgba(60,64,67,.18);
  z-index:2;
}

.review-arrow:hover{
  background:#f8fafd;
}

/* Mobile-first refinements */
@media (max-width: 768px){
  .review-carousel-wrap{
    gap:8px;
  }

  .review-arrow{
    width:36px;
    height:36px;
    min-width:36px;
    font-size:28px;
  }

  #review-grid{
    gap:12px;
    padding-left:2px;
    padding-right:2px;
  }

  .manual-google-review{
    flex-basis:78% !important;
    min-width:78% !important;
    padding:16px !important;
  }

  .manual-google-review p{
    font-size:13px;
    -webkit-line-clamp:7;
  }
}

@media (max-width: 480px){
  .review-carousel-wrap{
    margin-left:-8px;
    margin-right:-8px;
  }

  .review-arrow{
    width:34px;
    height:34px;
    min-width:34px;
    font-size:26px;
  }

  .manual-google-review{
    flex-basis:82% !important;
    min-width:82% !important;
  }

  .site-header,
  header{
    max-width:100%;
  }

  img{
    max-width:100%;
    height:auto;
  }
}


/* Leave Google Review button */
.leave-review-wrap{
  display:flex;
  justify-content:center;
  margin:20px 0 28px;
}

.leave-google-review-btn{
  display:inline-flex;
  align-items:center;
  gap:12px;
  background:#ffffff;
  border:1px solid #dadce0;
  border-radius:999px;
  padding:14px 22px;
  text-decoration:none;
  color:#202124;
  font-weight:700;
  font-family:Arial, sans-serif;
  box-shadow:0 3px 10px rgba(60,64,67,.14);
  transition:all .2s ease;
}

.leave-google-review-btn:hover{
  transform:translateY(-1px);
  box-shadow:0 5px 16px rgba(60,64,67,.22);
  background:#f8fafd;
}

.leave-google-review-btn svg{
  width:22px;
  height:22px;
  flex-shrink:0;
}

@media (max-width:640px){
  .leave-google-review-btn{
    width:100%;
    justify-content:center;
    padding:14px 18px;
  }
}


/* Header nav hover correction */
.site-header .main-nav a,
.main-nav a{
  color:inherit !important;
  transition:color .2s ease;
}

.site-header .main-nav a:hover,
.site-header .main-nav a:focus,
.main-nav a:hover,
.main-nav a:focus{
  color:#22c55e !important;
}


/* Mobile-only SMS button in hero */
.mobile-text-btn{
  display:none !important;
}

@media (max-width:768px){
  .mobile-text-btn{
    display:inline-flex !important;
  }
}


/* Gallery carousel - wide, zoomed-out image treatment */
.gallery{
  background:#ffffff;
}

.gallery-carousel-wrap{
  position:relative;
  display:flex;
  align-items:center;
  gap:12px;
}

.gallery-grid{
  flex:1;
  display:flex;
  gap:16px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  padding:8px 4px 18px;
  -webkit-overflow-scrolling:touch;
}

.gallery-grid::-webkit-scrollbar{
  height:8px;
}

.gallery-grid::-webkit-scrollbar-track{
  background:#eef1f0;
  border-radius:999px;
}

.gallery-grid::-webkit-scrollbar-thumb{
  background:#c9d0cd;
  border-radius:999px;
}

.gallery-card{
  flex:0 0 390px;
  scroll-snap-align:start;
  border-radius:18px;
  overflow:hidden;
  background:#ffffff;
  border:1px solid #dadce0;
  box-shadow:0 3px 10px rgba(60,64,67,.12);
}

.gallery-card img{
  width:100%;
  height:265px;
  object-fit:cover;
  display:block;
}

.gallery-arrow{
  width:42px;
  height:42px;
  min-width:42px;
  border-radius:50%;
  border:1px solid #dadce0;
  background:#ffffff;
  color:#202124;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:32px;
  line-height:1;
  font-weight:400;
  cursor:pointer;
  box-shadow:0 3px 10px rgba(60,64,67,.18);
  z-index:2;
}

.gallery-arrow:hover{
  background:#f8fafd;
}

@media (max-width:768px){
  .gallery-carousel-wrap{
    gap:8px;
  }

  .gallery-arrow{
    width:36px;
    height:36px;
    min-width:36px;
    font-size:28px;
  }

  .gallery-grid{
    gap:12px;
    padding-left:2px;
    padding-right:2px;
  }

  .gallery-card{
    flex-basis:82%;
    min-width:82%;
  }

  .gallery-card img{
    height:230px;
  }
}

@media (max-width:480px){
  .gallery-carousel-wrap{
    margin-left:-8px;
    margin-right:-8px;
  }

  .gallery-arrow{
    width:34px;
    height:34px;
    min-width:34px;
    font-size:26px;
  }

  .gallery-card{
    flex-basis:84%;
    min-width:84%;
  }

  .gallery-card img{
    height:215px;
  }
}


/* Tighten footer column spacing + fix mobile overflow */
.footer-grid{
  column-gap:28px !important;
  row-gap:18px !important;
}

.site-footer a[href^="mailto:"],
footer a[href^="mailto:"]{
  overflow-wrap:anywhere !important;
  word-break:break-word !important;
}

@media (max-width: 768px){
  .site-footer,
  footer{
    padding-top:28px !important;
    padding-bottom:24px !important;
    overflow-x:hidden !important;
  }

  .site-footer .container,
  footer .container{
    width:100% !important;
    max-width:100% !important;
    padding-left:18px !important;
    padding-right:18px !important;
    box-sizing:border-box !important;
  }

  .footer-grid{
    grid-template-columns:1fr !important;
    gap:14px !important;
  }

  .footer-grid > *{
    margin:0 !important;
    padding:0 !important;
  }

  .site-footer img,
  footer img{
    max-width:135px !important;
    height:auto !important;
    margin-bottom:6px !important;
  }

  .site-footer h3,
  footer h3{
    font-size:15px !important;
    margin:0 0 4px !important;
  }

  .site-footer p,
  .site-footer a,
  footer p,
  footer a{
    font-size:14px !important;
    line-height:1.35 !important;
    margin:3px 0 !important;
    max-width:100% !important;
    overflow-wrap:anywhere !important;
    word-break:break-word !important;
  }

  .site-footer a[href^="mailto:"],
  footer a[href^="mailto:"]{
    display:inline-block !important;
    max-width:100% !important;
    word-break:break-all !important;
  }
}

@media (max-width: 390px){
  .site-footer .container,
  footer .container{
    padding-left:14px !important;
    padding-right:14px !important;
  }

  .site-footer p,
  .site-footer a,
  footer p,
  footer a{
    font-size:13px !important;
  }

  .site-footer img,
  footer img{
    max-width:120px !important;
  }
}


/* Socials moved under contact form */
.form-socials-wrap{
  margin-top:18px;
}

.form-socials-wrap .socials{
  justify-content:flex-start;
}

@media (max-width:768px){
  .form-socials-wrap{
    margin-top:14px;
  }

  .form-socials-wrap .socials{
    gap:10px;
  }
}


/* Contact social logo links */
.contact-socials{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:18px;
}

.social-icon-link{
  width:44px;
  height:44px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  color:#fff !important;
  font-size:20px;
  box-shadow:0 6px 18px rgba(0,0,0,.16);
  transition:transform .2s ease, box-shadow .2s ease;
}

.social-icon-link:hover{
  transform:translateY(-2px);
  box-shadow:0 8px 22px rgba(0,0,0,.22);
}

.facebook-link{
  background:#1877F2;
}

.instagram-link{
  background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

@media (max-width:768px){
  .contact-socials{
    margin-top:14px;
  }

  .social-icon-link{
    width:42px;
    height:42px;
    font-size:19px;
  }
}


/* Mobile-first spacing refinements */

/* Tighten space above contact form */
.quote-form,
.contact-form,
form.quote-form{
  margin-top:10px !important;
}

@media (max-width:768px){
  .quote-form,
  .contact-form,
  form.quote-form{
    margin-top:6px !important;
  }

  /* Tighten footer columns */
  .footer-grid{
    gap:8px !important;
    row-gap:8px !important;
  }

  .footer-grid > *{
    margin:0 !important;
    padding:0 !important;
  }

  footer,
  .site-footer{
    padding-top:20px !important;
    padding-bottom:18px !important;
  }

  footer h3,
  .site-footer h3{
    margin-bottom:2px !important;
  }

  footer p,
  footer a,
  .site-footer p,
  .site-footer a{
    margin:1px 0 !important;
    line-height:1.25 !important;
  }
}

@media (max-width:480px){
  .footer-grid{
    gap:6px !important;
    row-gap:6px !important;
  }

  footer,
  .site-footer{
    padding-top:16px !important;
    padding-bottom:14px !important;
  }
}


/* Mobile-first: tighter sections and smaller Services cards */
@media (max-width:768px){
  .section{
    padding-top:42px !important;
    padding-bottom:42px !important;
  }

  .services.section{
    padding-top:38px !important;
    padding-bottom:38px !important;
  }

  .section-kicker{
    margin-bottom:8px !important;
  }

  .section h2,
  .services h2{
    margin-bottom:18px !important;
  }

  .service-grid,
  .services-grid,
  .cards,
  .service-cards{
    gap:12px !important;
  }

  .service-card,
  .services .card,
  .services article,
  .cards article{
    padding:16px !important;
    border-radius:14px !important;
    min-height:auto !important;
  }

  .service-card span,
  .services .card span,
  .services article span,
  .cards article span{
    font-size:24px !important;
    margin-bottom:8px !important;
  }

  .service-card h3,
  .services .card h3,
  .services article h3,
  .cards article h3{
    font-size:17px !important;
    margin-bottom:6px !important;
  }

  .service-card p,
  .services .card p,
  .services article p,
  .cards article p{
    font-size:14px !important;
    line-height:1.35 !important;
    margin-bottom:0 !important;
  }

  .trust-strip,
  .about,
  .process,
  .why-us,
  .gallery,
  .reviews,
  .contact{
    padding-top:40px !important;
    padding-bottom:40px !important;
  }

  .cta-band{
    padding-top:34px !important;
    padding-bottom:34px !important;
  }
}

@media (max-width:480px){
  .section{
    padding-top:34px !important;
    padding-bottom:34px !important;
  }

  .services.section{
    padding-top:32px !important;
    padding-bottom:32px !important;
  }

  .service-card,
  .services .card,
  .services article,
  .cards article{
    padding:14px !important;
  }

  .service-card h3,
  .services .card h3,
  .services article h3,
  .cards article h3{
    font-size:16px !important;
  }

  .service-card p,
  .services .card p,
  .services article p,
  .cards article p{
    font-size:13.5px !important;
  }
}


/* ===== MOBILE FOOTER FIX ===== */
@media (max-width:768px){

  footer,
  .footer{
    padding:34px 18px 20px !important;
  }

  .footer-content,
  .footer-grid,
  .footer-columns{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:20px 16px !important;
    align-items:flex-start !important;
  }

  .footer-brand{
    grid-column:1 / -1 !important;
    margin-bottom:4px !important;
  }

  .footer-brand img,
  footer img{
    max-width:140px !important;
    height:auto !important;
    margin-bottom:10px !important;
  }

  .footer h3,
  .footer h4,
  footer h3,
  footer h4{
    font-size:18px !important;
    line-height:1.15 !important;
    margin-bottom:10px !important;
  }

  .footer p,
  .footer a,
  footer p,
  footer a{
    font-size:14px !important;
    line-height:1.4 !important;
    word-break:break-word !important;
  }

  .footer ul,
  footer ul{
    margin:0 !important;
    padding:0 !important;
  }

  .footer li,
  footer li{
    margin-bottom:8px !important;
  }

  .social-links,
  .footer-social{
    display:flex !important;
    flex-direction:column !important;
    gap:8px !important;
    margin-top:10px !important;
  }

  .social-links a,
  .footer-social a{
    display:flex !important;
    align-items:center !important;
    gap:8px !important;
  }

  .footer-bottom,
  .copyright{
    margin-top:18px !important;
    padding-top:12px !important;
    text-align:center !important;
    font-size:13px !important;
  }
}

@media (max-width:480px){

  .footer-content,
  .footer-grid,
  .footer-columns{
    gap:16px 12px !important;
  }

  .footer-brand img,
  footer img{
    max-width:125px !important;
  }

  .footer p,
  .footer a,
  footer p,
  footer a{
    font-size:13.5px !important;
  }
}


/* ===== MOBILE-FIRST FOOTER REBUILD ===== */
.mobile-first-footer{
  background:#050505 !important;
  color:#ffffff !important;
  padding:26px 0 18px !important;
  overflow:hidden !important;
}

.mobile-first-footer .footer-inner{
  width:100% !important;
  max-width:1120px !important;
  margin:0 auto !important;
  padding:0 18px !important;
  box-sizing:border-box !important;
}

.mobile-first-footer .footer-logo-row{
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  margin:0 0 20px !important;
}

.mobile-first-footer .footer-logo-row img{
  width:150px !important;
  max-width:70vw !important;
  height:auto !important;
  display:block !important;
  margin:0 auto !important;
}

.mobile-first-footer .footer-link-grid{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:18px !important;
  align-items:start !important;
}

.mobile-first-footer .footer-column{
  min-width:0 !important;
}

.mobile-first-footer h3{
  color:#ffffff !important;
  font-size:18px !important;
  line-height:1.15 !important;
  margin:0 0 10px !important;
  font-weight:800 !important;
}

.mobile-first-footer a{
  display:block !important;
  color:rgba(255,255,255,.82) !important;
  text-decoration:none !important;
  font-size:14px !important;
  line-height:1.25 !important;
  margin:0 0 9px !important;
  max-width:100% !important;
  overflow-wrap:anywhere !important;
}

.mobile-first-footer a:hover{
  color:#5bd13c !important;
}

.mobile-first-footer .footer-social-icons{
  display:flex !important;
  gap:10px !important;
  align-items:center !important;
  margin-top:12px !important;
}

.mobile-first-footer .footer-social-icon{
  width:36px !important;
  height:36px !important;
  border-radius:50% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  margin:0 !important;
  color:#ffffff !important;
  font-size:16px !important;
  box-shadow:0 4px 12px rgba(0,0,0,.22) !important;
}

.mobile-first-footer .footer-social-icon.facebook{
  background:#1877F2 !important;
}

.mobile-first-footer .footer-social-icon.instagram{
  background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important;
}

.mobile-first-footer .footer-bottom{
  border-top:1px solid rgba(255,255,255,.12) !important;
  margin-top:22px !important;
  padding-top:14px !important;
  text-align:center !important;
  color:rgba(255,255,255,.58) !important;
  font-size:13px !important;
  line-height:1.35 !important;
}

@media (min-width:769px){
  .mobile-first-footer{
    padding:42px 0 24px !important;
  }

  .mobile-first-footer .footer-inner{
    padding:0 32px !important;
  }

  .mobile-first-footer .footer-logo-row{
    margin-bottom:26px !important;
  }

  .mobile-first-footer .footer-logo-row img{
    width:180px !important;
  }

  .mobile-first-footer .footer-link-grid{
    max-width:520px !important;
    margin:0 auto !important;
    gap:60px !important;
  }

  .mobile-first-footer h3{
    font-size:20px !important;
  }

  .mobile-first-footer a{
    font-size:15px !important;
  }
}

@media (max-width:380px){
  .mobile-first-footer .footer-inner{
    padding:0 14px !important;
  }

  .mobile-first-footer .footer-link-grid{
    gap:14px !important;
  }

  .mobile-first-footer h3{
    font-size:17px !important;
  }

  .mobile-first-footer a{
    font-size:13px !important;
  }

  .mobile-first-footer .footer-logo-row img{
    width:132px !important;
  }
}


/* Fix footer social icon centering */
.mobile-first-footer .footer-social-icon{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  padding:0 !important;
  line-height:1 !important;
}

.mobile-first-footer .footer-social-icon i{
  display:block !important;
  width:1em !important;
  height:1em !important;
  line-height:1 !important;
  margin:0 !important;
  padding:0 !important;
  text-align:center !important;
}

.mobile-first-footer .footer-social-icon.facebook i{
  transform:translateX(0) !important;
}

.mobile-first-footer .footer-social-icon.instagram i{
  transform:translateX(0) !important;
}


/* Fix contact-form social icon centering */
.contact-social-links a,
.social-links a,
.contact-social a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  line-height:1 !important;
}

.contact-social-links a i,
.social-links a i,
.contact-social a i{
  display:block !important;
  margin:0 !important;
  padding:0 !important;
  width:1em !important;
  height:1em !important;
  line-height:1 !important;
  text-align:center !important;
  transform:translateX(0) translateY(0) !important;
}


/* Reduce Our Services cards heavily on mobile */
@media (max-width:768px){

  .service-grid,
  .services-grid{
    gap:8px !important;
  }

  .service-card,
  .services .card,
  .services article{
    padding:10px !important;
    border-radius:12px !important;
    min-height:auto !important;
  }

  .service-card span,
  .services .card span,
  .services article span{
    font-size:18px !important;
    margin-bottom:4px !important;
  }

  .service-card h3,
  .services .card h3,
  .services article h3{
    font-size:14px !important;
    margin-bottom:4px !important;
    line-height:1.15 !important;
  }

  .service-card p,
  .services .card p,
  .services article p{
    font-size:11.5px !important;
    line-height:1.25 !important;
    margin:0 !important;
  }
}

@media (max-width:480px){

  .service-grid,
  .services-grid{
    gap:6px !important;
  }

  .service-card,
  .services .card,
  .services article{
    padding:8px !important;
  }

  .service-card span,
  .services .card span,
  .services article span{
    font-size:16px !important;
  }

  .service-card h3,
  .services .card h3,
  .services article h3{
    font-size:13px !important;
  }

  .service-card p,
  .services .card p,
  .services article p{
    font-size:10.5px !important;
    line-height:1.2 !important;
  }
}


/* TRUE centering for contact section social icons */
.contact-socials{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
}

.contact-socials .social-icon-link{
  width:44px !important;
  height:44px !important;
  min-width:44px !important;
  min-height:44px !important;
  border-radius:50% !important;

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

  padding:0 !important;
  margin:0 !important;

  line-height:1 !important;
  text-align:center !important;
}

.contact-socials .social-icon-link i{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  width:100% !important;
  height:100% !important;

  margin:0 !important;
  padding:0 !important;

  font-size:18px !important;
  line-height:1 !important;
  text-align:center !important;

  position:relative !important;
  top:0 !important;
  left:0 !important;
  transform:none !important;
}

/* Specific visual nudges for FontAwesome glyphs */
.contact-socials .fa-facebook-f{
  transform:translateX(-0.5px) !important;
}

.contact-socials .fa-instagram{
  transform:translateX(0px) !important;
}


/* Hero image swap */
.hero-media{
  background-image:
    linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.45), rgba(0,0,0,.18)),
    url("../images/hero-new.jpg") !important;
  background-position:center center !important;
  background-size:cover !important;
}

@media (max-width:768px){
  .hero-media{
    background-image:
      linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.55), rgba(0,0,0,.22)),
      url("../images/hero-new-mobile.jpg") !important;
    background-position:center center !important;
  }
}


/* Corrected mobile hero crop */
@media (max-width:768px){
  .hero-media{
    background-image:
      linear-gradient(90deg, rgba(0,0,0,.84), rgba(0,0,0,.58), rgba(0,0,0,.26)),
      url("../images/hero-new-mobile.jpg") !important;
    background-position:68% center !important;
    background-size:cover !important;
  }
}

@media (max-width:480px){
  .hero-media{
    background-position:70% center !important;
  }
}



/* ===== Desktop Footer Upgrade ===== */

.site-footer,
footer{
    background:#000;
}

.footer-inner,
.footer-content,
.footer-grid{
    max-width:1400px !important;
    width:100% !important;
    margin:0 auto !important;
    padding-left:48px !important;
    padding-right:48px !important;
}

@media (min-width: 992px){

    .footer-grid{
        display:grid !important;
        grid-template-columns: 1.4fr 1fr 1fr !important;
        gap:120px !important;
        align-items:flex-start !important;
        padding-top:70px !important;
        padding-bottom:50px !important;
    }

    .footer-logo,
    .footer-brand{
        justify-self:start !important;
    }

    .footer-logo img,
    .footer-brand img{
        max-width:240px !important;
        margin-bottom:24px !important;
    }

    .footer-column h4,
    .footer-title{
        font-size:32px !important;
        margin-bottom:22px !important;
        font-weight:700 !important;
    }

    .footer-column a,
    .footer-column p,
    .footer-links a,
    .footer-contact a{
        font-size:19px !important;
        line-height:1.9 !important;
    }

    .footer-socials,
    .social-links{
        display:flex !important;
        gap:18px !important;
        align-items:center !important;
        margin-top:20px !important;
    }

    .footer-socials a,
    .social-links a{
        width:52px !important;
        height:52px !important;
        border-radius:50% !important;
        display:flex !important;
        align-items:center !important;
        justify-content:center !important;
    }

    .footer-bottom,
    .copyright{
        max-width:1400px !important;
        margin:0 auto !important;
        padding:26px 48px 32px !important;
        font-size:16px !important;
        opacity:.8;
    }
}

/* Cleaner tablet/mobile spacing */

@media (max-width: 991px){

    .footer-grid{
        gap:28px !important;
        padding-top:40px !important;
    }

    .footer-socials,
    .social-links{
        justify-content:center !important;
    }
}
