/* 
 Theme Name:   NuCoatPainting Child Theme
 Theme URI:    
 Description:  
 Author:       cTaylor
 Author URI:   
 Template:     nucoatpainting
 Version:      1.0.5
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

/* ===================== FOOTER ===================== */
:root {
  --footer-bg: #1a1a1a;
  --footer-accent: #fe9304;
  --footer-accent-dark: #e07f00;
  --footer-text: #d0d0d0;
  --footer-text-dim: #9a9a9a;
  --footer-heading: #ffffff;
  --footer-divider: rgba(255,255,255,.1);
}

.site-footer {
  background: var(--footer-bg);
  color: var(--footer-text);
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  padding: 60px 0 0;
}
.site-footer .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ---- Top: three columns ---- */
.footer-info {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 48px;
  align-items: flex-start;
  padding-bottom: 40px;
  margin-bottom: 0;
  border-bottom: none;
}

/* Column headings — consistent, tight */
.footer-heading {
  color: var(--footer-heading);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin: 0 0 18px;
  line-height: 1.2;
  position: relative;
  padding-bottom: 12px;
}
.footer-heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 2px;
  background: var(--footer-accent);
}

/* ---- Col 1: brand + social (centered) ---- */
.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.footer-logo img {
  max-width: 260px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.footer-brand p,
.footer-tagline {
  margin: 14px 0 0;
  color: var(--footer-text-dim);
  font-size: 14px;
  line-height: 1.6;
  max-width: 300px;
}
.footer-social {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 14px;
  padding: 0;
  margin: 22px 0 0;
}
.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  transition: background .18s ease, transform .18s ease;
}
.footer-social a:hover {
  background: var(--footer-accent);
  transform: translateY(-2px);
}
.footer-social img {
  width: 18px;
  height: 18px;
}

/* ---- Col 2: contact ---- */
.footer-contact {
  margin-top: 50px;
}
.footer-contact ul { list-style: none; padding: 0; margin: 0; }
.footer-contact li {
  margin-bottom: 14px;
  line-height: 1.45;
  color: var(--footer-text);
}
.footer-contact li:last-child { margin-bottom: 0; }
.footer-contact a { color: var(--footer-text); text-decoration: none; transition: color .15s ease; }
.footer-contact a:hover { color: var(--footer-accent); }
.footer-contact a[href^="tel:"] { color: var(--footer-text); }
.footer-contact a[href^="tel:"]:hover { color: var(--footer-accent); }
.footer-serving {
  display: block;
  margin-top: 6px;
  max-width: 230px;
  color: var(--footer-text-dim);
  font-size: 13px;
  line-height: 1.45;
}

/* ---- Col 3: quick links ---- */
.footer-links {
  margin-top: 50px;
}
.footer-links .footer-links-menu,
ul#menu-footer-mennu.footer-links-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links .footer-links-menu li,
ul#menu-footer-mennu.footer-links-menu li {
  margin-bottom: 11px;
}
.footer-links .footer-links-menu li:last-child { margin-bottom: 0; }
.footer-links .footer-links-menu li a,
ul#menu-footer-mennu.footer-links-menu li a {
  color: var(--footer-text) !important;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  transition: color .15s ease, padding .15s ease;
}
.footer-links .footer-links-menu li a::before,
ul#menu-footer-mennu.footer-links-menu li a::before {
  content: "›";
  color: var(--footer-accent);
  margin-right: 8px;
  font-size: 16px;
  line-height: 1;
}
.footer-links .footer-links-menu li a:hover,
ul#menu-footer-mennu.footer-links-menu li a:hover {
  color: var(--footer-accent) !important;
  padding-left: 4px;
}

/* ---- Middle band: SEO / legal ---- */
.footer-seo {
  border-top: 1px solid var(--footer-divider);
  padding: 28px 0 4px;
  margin-top: 0;
  text-align: center;
}
.footer-seo h3 { margin: 0 0 8px; font-size: 17px; font-weight: 700; }
.footer-seo h3 a { color: #e6e6e6; text-decoration: none; }
.footer-seo p {
  margin: 4px 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--footer-text-dim);
}
.footer-seo .service-areas { max-width: 900px; margin: 8px auto 0; }
.footer-seo .service-areas a { color: var(--footer-text-dim); text-decoration: none; }
.footer-seo .service-areas a:hover { color: var(--footer-accent); }

/* ---- Bottom bar: copyright ---- */
.footer-copyright {
  text-align: center;
  margin-top: 24px;
  padding: 18px 20px;
  border-top: 1px solid var(--footer-divider);
  background: rgba(0,0,0,.25);
  font-size: 13px;
  color: var(--footer-text-dim);
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* ---- Sticky Call button (mobile only) ---- */
.sticky-call { display: none; }
@media (max-width: 768px) {
  .sticky-call {
    display: block; position: fixed; left: 0; right: 0; bottom: 0;
    z-index: 999; text-align: center; background: var(--footer-accent);
    box-shadow: 0 -2px 10px rgba(0,0,0,.25);
  }
  .sticky-call a {
    display: block; width: 100%; padding: 15px; color: #fff;
    font-weight: 700; font-size: 16px; text-decoration: none; text-transform: uppercase;
  }
  body { padding-bottom: 56px; }
}

/* ---- Responsive ---- */
@media (max-width: 900px) {
  .footer-info { grid-template-columns: 1fr 1fr; gap: 36px 40px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-contact, .footer-links { margin-top: 0; }
}
@media (max-width: 768px) {
  .site-footer { padding: 44px 0 80px; }
  .footer-info {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: center;
    justify-items: center;
  }
  .footer-heading::after { left: 50%; transform: translateX(-50%); }
  .footer-logo img { margin: 0 auto; }
  .footer-social { justify-content: center; }
  .footer-serving { margin-left: auto; margin-right: auto; }
  .footer-links .footer-links-menu li a { justify-content: center; }
}