.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-358df3a *//* ============================================================
   Central Coast Solar and Batteries — SITE-WIDE FOOTER Custom CSS
   Paste into Elementor: Site Settings > Custom CSS
   (same global box as your other pages — class names are namespaced
   and won't conflict with homepage/services/contact/about CSS)
   Pairs with ccsb-footer.html
============================================================ */

.ccsb-page {
  --ccsb-navy: #0b1f3a;
  --ccsb-navy-light: #14335c;
  --ccsb-orange: #ff8a1e;
  --ccsb-white: #ffffff;
  --ccsb-text-muted: #5b6b7c;
  --ccsb-border: #e3e9f0;

  font-family: "Inter", "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.ccsb-page * {
  box-sizing: border-box;
}

.ccsb-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.ccsb-gradient-text {
  background: linear-gradient(90deg, #ff8a1e, #ffc26b);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ---------- Footer ---------- */
.ccsb-footer {
  background: linear-gradient(135deg, var(--ccsb-navy) 0%, var(--ccsb-navy-light) 100%);
  padding: 70px 0 30px;
}

.ccsb-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 48px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.ccsb-footer-logo {
  color: var(--ccsb-white);
  font-size: 22px;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 14px;
}

.ccsb-footer-brand p {
  color: #a9bcd6;
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 20px;
}

.ccsb-footer-social {
  display: flex;
  gap: 12px;
}

.ccsb-footer-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  text-decoration: none;
  font-size: 16px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.ccsb-footer-social-icon:hover {
  background: rgba(255, 138, 30, 0.2);
  transform: translateY(-3px);
}

.ccsb-footer-col h4 {
  color: var(--ccsb-white);
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 0;
  margin-bottom: 18px;
}

.ccsb-footer-links,
.ccsb-footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ccsb-footer-links a,
.ccsb-footer-contact a,
.ccsb-footer-contact span {
  color: #a9bcd6;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s ease;
}

.ccsb-footer-links a:hover,
.ccsb-footer-contact a:hover {
  color: var(--ccsb-orange);
}

.ccsb-footer-contact span {
  display: inline-block;
  line-height: 1.5;
}

/* ---------- Footer bottom ---------- */
.ccsb-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 24px;
}

.ccsb-footer-bottom p {
  color: #7e93ad;
  font-size: 13px;
  margin: 0;
}

.ccsb-footer-license {
  font-weight: 600;
}

/* ---------- Responsive ---------- */
@media (max-width: 900px) {
  .ccsb-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }

  .ccsb-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  .ccsb-footer {
    padding: 50px 0 24px;
  }

  .ccsb-footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .ccsb-footer-brand {
    grid-column: auto;
  }

  .ccsb-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
}/* End custom CSS */