.elementor-27637 .elementor-element.elementor-element-e964d69:not(.elementor-motion-effects-element-type-background), .elementor-27637 .elementor-element.elementor-element-e964d69 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F8FA;}.elementor-27637 .elementor-element.elementor-element-e964d69{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-27637 .elementor-element.elementor-element-e964d69 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-27637 .elementor-element.elementor-element-4aaf37e > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-27637 .elementor-element.elementor-element-fa87d2c{width:100%;max-width:100%;}.elementor-27637 .elementor-element.elementor-element-fa87d2c > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600;700;800&family=Barlow:wght@400;500;600&display=swap');
  
  .breadcumb-wrapper {
  display: none;
}

.space-top.space-extra-bottom {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
  
  .westside-city-page {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
  
  :root {
    --black: #111111;
    --black-mid: #1E1E1E;
    --black-soft: #2A2A2A;
    --red: #EC1C2D;
    --red-dark: #A81F24;
    --red-light: #F5E6E7;
    --white: #FFFFFF;
    --off-white: #F7F8FA;
    --gray-light: #E8ECF0;
    --gray-mid: #9AA3AD;
    --gray-dark: #4A5568;
    --text: #1A202C;
    --green: #2E7D45;
    --green-light: #E8F5ED;
  }

.westside-city-page *, .westside-city-page *::before, .westside-city-page *::after { box-sizing: border-box; margin: 0; padding: 0; }

  .westside-city-page {
    font-family: 'Barlow', sans-serif;
    color: var(--text);
    background: var(--white);
    line-height: 1.6;
  }

  /* ── TOP BAR ── */
  .westside-city-page .top-bar {
    background: var(--black);
    color: var(--white);
    padding: 10px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    font-weight: 500;
    flex-wrap: wrap;
    gap: 8px;
  }
  .westside-city-page .top-bar span { opacity: 0.85; }
  .westside-city-page .top-bar a {color: var(--white); text-decoration: none; font-weight: 600; }
  .westside-city-page .top-bar .hours { color: #BBBBBB; }

  /* ── HEADER ── */
  .westside-city-page .ws-header-unused {
    background: var(--white);
    border-bottom: 3px solid var(--red);
    padding: 16px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  }
  .westside-city-page .logo img { height: 54px; width: auto; }
  .header-ctas { display: flex; gap: 12px; align-items: center; }
  .westside-city-page .btn-call {
    background: var(--red);
    color: var(--white);
    padding: 12px 22px;
    border-radius: 4px;
    text-decoration: none;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.02em;
    transition: background 0.2s;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .westside-city-page .btn-call:hover {background: var(--red-dark); }
  .westside-city-page .btn-schedule {
    background: var(--black);
    color: var(--white);
    padding: 12px 20px;
    border-radius: 4px;
    text-decoration: none;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.02em;
    transition: background 0.2s;
    white-space: nowrap;
  }
  .westside-city-page .btn-schedule:hover { background: #333; }

  /* ── HERO ── */
  .hero {
    background: linear-gradient(135deg, var(--black) 0%, var(--black-mid) 60%, var(--black-soft) 100%);
    color: var(--white);
    padding: 72px 24px 64px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .hero::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="40" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="1"/><circle cx="80" cy="80" r="60" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="1"/></svg>');
    pointer-events: none;
  }
  .hero-eyebrow {
    display: inline-block;
    background: var(--red);
    color: var(--white);
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 2px;
    margin-bottom: 20px;
  }
  .hero h1 {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: clamp(36px, 6vw, 64px);
  font-weight: 800;
  line-height: 1.05;
  margin-bottom: 20px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  color: var(--white);
}
  .hero h1 .suburb { color: #CCCCCC; }
  .hero-sub {
      font-size: clamp(16px, 2.2vw, 20px);
      opacity: 0.88;
      max-width: 600px;
      margin: 0 auto 36px;
      line-height: 1.5;
      color: var(--white);
}
  .hero-ctas {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 48px;
  }
  .btn-hero-call {
    background: var(--red);
    color: var(--white);
    padding: 16px 32px;
    border-radius: 4px;
    text-decoration: none;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.03em;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 16px rgba(208,40,46,0.4);
  }
  .btn-hero-call:hover { background: var(--red-dark); transform: translateY(-2px); box-shadow: 0 6px 24px rgba(208,40,46,0.5); }
  .btn-hero-schedule {
    background: transparent;
    color: var(--white);
    padding: 16px 32px;
    border-radius: 4px;
    text-decoration: none;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.03em;
    border: 2px solid rgba(255,255,255,0.5);
    transition: all 0.2s;
  }
  .btn-hero-schedule:hover { background: rgba(255,255,255,0.1); border-color: var(--white); }
  .hero-trust-row {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
    padding-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.12);
  }
  .trust-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    opacity: 0.9;
  }
  .trust-pill .check {
    width: 22px; height: 22px;
    background: var(--red);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 11px;
    flex-shrink: 0;
    color: white;
  }

  /* ── URGENCY STRIP ── */
  .urgency-strip {
    background: var(--red);
    color: var(--white);
    text-align: center;
    padding: 14px 24px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.04em;
  }
  .urgency-strip a { color: var(--white); text-decoration: underline; }

  /* ── SECTIONS SHARED ── */
  .section { padding: 72px 24px; }
  .testimonials-section {
  padding-bottom: 24px;
}
  .section-inner { max-width: 1100px; margin: 0 auto; }
  .section-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--red);
    margin-bottom: 10px;
  }
  .section-title {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(28px, 4vw, 42px);
    font-weight: 800;
    line-height: 1.1;
    color: var(--black);
    margin-bottom: 16px;
  }
  .section-intro {
    font-size: 17px;
    color: var(--gray-dark);
    max-width: 640px;
    line-height: 1.65;
    margin-bottom: 48px;
  }

  /* ── LINE ICONS ── */
  .line-icon {
    display: block;
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
    color: var(--red);
    flex-shrink: 0;
  }
  .line-icon svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .service-icon {
    display: block;
    width: 44px;
    height: 44px;
    margin: 0 auto 14px;
    color: var(--red);
  }
  .service-icon svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  .phone-icon-svg {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 2px;
  }
  .phone-icon-svg svg {
    width: 100%; height: 100%;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  /* ── WHY WESTSIDE CARDS ── */
  .why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-bottom: 48px;
  }
  .why-card {
    background: var(--white);
    border: 1px solid var(--gray-light);
    border-left: 4px solid var(--red);
    border-radius: 6px;
    padding: 28px 28px 28px 24px;
    transition: box-shadow 0.2s, transform 0.2s;
  }
  .why-card:hover { box-shadow: 0 8px 28px rgba(0,0,0,0.08); transform: translateY(-2px); }
  .why-card h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 8px;
  }
  .why-card p { font-size: 15px; color: var(--gray-dark); line-height: 1.6; }

  /* ── STATS STRIP ── */
  .stats-strip {
    background: var(--black);
    padding: 48px 24px;
  }
  .stats-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 32px;
    text-align: center;
  }
  .stat-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 52px;
    font-weight: 800;
    color: var(--white);
    line-height: 1;
    margin-bottom: 6px;
  }
  .stat-num span { color: var(--red); }
  .stat-label {
    font-size: 14px;
    color: #AAAAAA;
    font-weight: 500;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.06em;
  }

  /* ── COMPARISON TABLE ── */
  .comparison-section { background: var(--off-white); }
  .comparison-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  }
  .comparison-table thead tr { background: var(--black); color: var(--white); }
  .comparison-table thead th {
    padding: 18px 20px;
    text-align: center;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.04em;
  }
  .comparison-table thead th:first-child { text-align: left; }
  .comparison-table thead th.westside-col { background: var(--red); font-size: 19px; }
  .comparison-table tbody tr:nth-child(even) { background: #F0F3F7; }
  .comparison-table tbody tr:nth-child(odd) { background: var(--white); }
  .comparison-table tbody tr:hover { background: #E8F0F8; }
  .comparison-table td {
    padding: 16px 20px;
    font-size: 15px;
    text-align: center;
    border-bottom: 1px solid var(--gray-light);
  }
  .comparison-table td:first-child { text-align: left; font-weight: 600; color: var(--black); font-size: 15px; }
  .check-yes { color: var(--green); font-weight: 700; font-size: 18px; }
  .check-no { color: #C53030; font-weight: 700; font-size: 18px; }
  .check-maybe { color: #B7791F; font-weight: 600; font-size: 14px; }
  .westside-cell { background: rgba(208,40,46,0.05); font-weight: 700; }
  .comparison-note { margin-top: 16px; font-size: 13px; color: var(--gray-mid); font-style: italic; }

  /* ── SMART BUYER SECTION ── */
  .smart-buyer { background: var(--white); }
  .questions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
  }
  .question-card {
    background: var(--off-white);
    border-radius: 6px;
    padding: 24px;
    border-top: 3px solid var(--black);
  }
  .question-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: var(--red);
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 8px;
  }
  .question-card h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: var(--black);
    margin-bottom: 8px;
    line-height: 1.25;
  }
  .question-card p { font-size: 14px; color: var(--gray-dark); line-height: 1.6; }
  .question-card .westside-answer {
    margin-top: 12px;
    padding: 10px 14px;
    background: var(--green-light);
    border-radius: 4px;
    font-size: 13px;
    color: var(--green);
    font-weight: 600;
    display: flex;
    align-items: flex-start;
    gap: 8px;
  }

  /* ── TESTIMONIALS ── */
  .testimonials-section { background: var(--off-white); }
  .testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
  }
  .testimonial-card {
    background: var(--white);
    border-radius: 8px;
    padding: 28px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  }
  .quote-mark {
    font-family: Georgia, serif;
    font-size: 64px;
    color: var(--red);
    line-height: 0.6;
    margin-bottom: 16px;
    display: block;
    opacity: 0.6;
  }
  .testimonial-text { font-size: 15px; color: var(--gray-dark); line-height: 1.7; margin-bottom: 20px; font-style: italic; }
  .testimonial-author { display: flex; align-items: center; gap: 12px; }
  .author-avatar {
    width: 44px; height: 44px;
    border-radius: 50%;
    background: var(--black);
    display: flex; align-items: center; justify-content: center;
    color: var(--white);
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    font-size: 18px;
    flex-shrink: 0;
  }
  .author-name { font-weight: 700; font-size: 15px; color: var(--black); }
  .stars { color: #F5A623; font-size: 13px; letter-spacing: 1px; }

  /* ── SERVICES ── */
  .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
  }
  .service-tile {
    background: var(--off-white);
    border-radius: 6px;
    padding: 28px 20px 24px;
    text-align: center;
    border: 1px solid var(--gray-light);
    transition: all 0.2s;
  }
  .service-tile:hover { background: var(--red-light); border-color: var(--red); }
  .service-tile h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: var(--black);
  }

  /* ── FINAL CTA ── */
  .final-cta {
    background: linear-gradient(135deg, var(--red) 0%, var(--red-dark) 100%);
    padding: 72px 24px;
    text-align: center;
    color: var(--white);
  }
  .final-cta h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 16px;
  }
  .final-cta p { font-size: 18px; opacity: 0.9; margin-bottom: 36px; max-width: 520px; margin-left: auto; margin-right: auto; }
  .final-cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
  .btn-cta-white {
    background: var(--white);
    color: var(--red);
    padding: 16px 36px;
    border-radius: 4px;
    text-decoration: none;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: 0.03em;
    transition: all 0.2s;
    display: flex; align-items: center; gap: 10px;
  }
  .btn-cta-white:hover { background: #F7ECEC; }
  .btn-cta-outline {
    background: transparent;
    color: var(--white);
    padding: 16px 32px;
    border-radius: 4px;
    text-decoration: none;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.03em;
    border: 2px solid rgba(255,255,255,0.6);
    transition: all 0.2s;
  }
  .btn-cta-outline:hover { border-color: var(--white); background: rgba(255,255,255,0.1); }
  .biz-hours-note { margin-top: 20px; font-size: 14px; opacity: 0.75; }

  /* ── FOOTER ── */
  .westside-city-page footer {
    background: var(--black);
    color: rgba(255,255,255,0.7);
    padding: 32px 24px;
    text-align: center;
    font-size: 13px;
  }
  .westside-city-page footer a { color: rgba(255,255,255,0.85); text-decoration: none; }
  .westside-city-page footer .footer-logo { margin-bottom: 12px; }
  .westside-city-page footer .footer-logo img { height: 36px; filter: brightness(0) invert(1); opacity: 0.8; }

  /* ── RESPONSIVE ── */
  @media (max-width: 640px) {
    .top-bar { flex-direction: column; text-align: center; gap: 4px; }
    .westside-city-page header { padding: 12px 16px; }
    .westside-city-page .logo img { height: 42px; }
    .westside-city-page .header-ctas { gap: 8px; }
    .btn-call, .btn-schedule { padding: 10px 14px; font-size: 15px; }
    .hero { padding: 48px 16px 40px; }
    .hero-trust-row { gap: 16px; }
    .stats-inner { gap: 20px; }
    .stat-num { font-size: 40px; }
    .section { padding: 48px 16px; }
    .comparison-table { font-size: 13px; }
    .comparison-table thead th, .comparison-table td { padding: 12px 10px; }
  }
  @media (max-width: 480px) {
    .hero-ctas { flex-direction: column; align-items: center; }
    .btn-hero-call, .btn-hero-schedule { width: 100%; max-width: 320px; justify-content: center; }
    .final-cta-btns { flex-direction: column; align-items: center; }
    .btn-cta-white, .btn-cta-outline { width: 100%; max-width: 320px; justify-content: center; }
  }/* End custom CSS */