.elementor-1583 .elementor-element.elementor-element-4c45b01{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1583 .elementor-element.elementor-element-e2d47fe{font-family:"Inter", Sans-serif;font-weight:500;}.elementor-1583 .elementor-element.elementor-element-823c912{font-family:"Inter", Sans-serif;font-weight:500;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-e2d47fe */a{ text-decoration:none !important;}
.btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 14px 26px;
      border-radius: 999px;
      font-weight: 600;
      font-size: 15px;
      border: none;
      cursor: pointer;
      text-decoration: none;
      transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
      white-space: nowrap;
    }

    .btn-primary {
      background: linear-gradient(135deg, var(--socal-blue), var(--socal-blue-dark));
      color: #ffffff !important;
      box-shadow: 0 12px 24px rgba(20, 107, 183, 0.28) !important;
    }

    .btn-primary:hover {
      transform: translateY(-1px);
      box-shadow: 0 16px 30px rgba(20, 107, 183, 0.38);
    }

    .btn-outline {
      background: #ffffff;
      color: var(--socal-blue-dark);
      border: 1px solid rgba(15, 85, 145, 0.18);
    }

    .btn-outline:hover {
      background: var(--socal-blue-soft);
    }

    .page-wrap {
      max-width: 1200px;
      margin: 0 auto;
      padding:0 20px;
    }

    h1, h2, h3, h4 {
      font-family: "Montserrat", Sans-serif !important;
      margin: 0 0 14px;
      color: var(--socal-gray-900) ;
    }

    h1 {
      
      line-height: 1.15;
      font-weight: 900;
    }

    h2 {
      line-height: 1.2;
      font-weight: 900;
      font-size:2.5rem !important;
    }

    h3 {
      line-height: 1.25;
      font-weight: 900;
    }

    p {
      margin: 0 0 14px;
      font-size: 17px;
      color: var(--socal-gray-700) !important;
      max-width: 780px;
    }

  

    /* HERO */
    .hero {
      background: radial-gradient(circle at top left, #ffffff 0, #ffffff 32%, #e5f1ff 72%, #d6e8ff 100%);
      padding: 40px 0 30px;
    }
    .hero-band {
      background: linear-gradient(180deg, #99bcee 0%, #f3f8ff 100%);
      padding: 30px 0 0;
    }

    .hero-inner {
      max-width: 1220px;
      margin: 0 auto;
      padding: 0 20px;
      border-radius: 26px;
      background: #ffffff;
      box-shadow: 0 18px 45px rgba(15, 85, 145, 0.18);
      display: grid;
      grid-template-columns: minmax(0, 1.3fr) minmax(0, 1.1fr);
      gap: 32px;
      position: relative;
      overflow: hidden;
    }

    .hero-left {
      padding: 20px 25px 0;
      position: relative;
      z-index: 2;
    }

    .hero-kicker {
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 0.12em;
      color: var(--socal-blue-dark);
      margin-bottom: 10px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 4px 10px;
      border-radius: 999px;
      background: rgba(20, 107, 183, 0.06);
    }

    .hero-kicker b {
      width: 8px;
      height: 8px;
      border-radius: 999px;
      background: var(--socal-green);
    }

    .hero-bullets {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      margin: 10px 0 18px;
    }

    .hero-badge-chip {
      font-size: 12px;
      padding: 4px 10px;
      border-radius: 999px;
      background: var(--socal-blue-soft);
      color: var(--socal-blue-dark);
      font-weight: 500;
    }

    .hero-sub {
      font-size: 15px;
      color: var(--socal-gray-700) !important;
      margin-bottom: 14px;
    }

    .hero-cta-row {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      align-items: center;
      margin-bottom: 12px;
    }

    .hero-phone-row {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 14px;
      color: var(--socal-gray-700);
    }

    .hero-phone-row strong a {
      color: var(--socal-blue-dark);
    }

    .hero-phone-row strong a:hover {
      text-decoration: underline;
    }

    .hero-mini-guarantee {
      font-size: 12px;
      color: var(--socal-gray-700);
      display: flex;
      align-items: center;
      gap: 6px;
      margin-top: 6px;
    }

    .hero-mini-dot {
      width: 6px;
      height: 6px;
      border-radius: 999px;
      background: var(--accent-gold);
    }

    .hero-right {
      position: relative;
      padding: 20px 20px 10px 0;
    }

    .hero-truck-card {
      position: relative;
      border-radius: 24px;
      overflow: hidden;
      background: #0f172a;
      min-height: 260px;
      box-shadow: 0 18px 45px rgba(15, 23, 42, 0.5);
    }

    .hero-truck-img {
      width: 100%;
      height: 260px;
      object-fit: cover;
    }

    .hero-tag-pill {
      position: absolute;
      top: 14px;
      left: 14px;
      background: rgba(15, 23, 42, 0.72);
      color: #ffffff;
      padding: 6px 12px;
      border-radius: 999px;
      font-size: 11px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
    }
    .hero-mini-guarantee p{ margin:0; font-size:12px ;}

    .hero-tag-pill b {
      width: 8px;
      height: 8px;
      border-radius: 999px;
      background: var(--accent-gold);
    }

    .hero-overlay-bottom {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 14px 16px 12px;
      background: linear-gradient(to top, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.06));
      color: #ffffff;
    }

    .hero-overlay-title {
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 3px;
    }

    .hero-overlay-sub {
      font-size: 12px;
      opacity: 0.9;
      margin-bottom: 6px;
    }

    .hero-review-ticker {
      display: flex;
      flex-wrap: wrap;
      gap: 6px;
      align-items: center;
      font-size: 11px;
      overflow:hidden;
    }

    .hero-review-dot {
      width: 6px;
      height: 6px;
      border-radius: 999px;
      background: #22c55e;
    }

    .hero-review-stars {
      font-size: 12px;
      color: #facc15;
    }
@media (max-width: 960px) {
      

      .hero-inner {
        grid-template-columns: minmax(0, 1fr);
        padding: 18px 15px 18px;
      }

      .hero-left {
        padding: 10px 4px 6px;
      }

      .hero-right {
        padding: 4px 0 0;
      }
}
.marquee-container {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

/* The moving element */
.hero-review-marquee {
  display: inline-block;
  white-space: nowrap;
  animation: marquee-scroll 15s linear infinite;
}

.hero-review-marquee b {
  padding-right: 50px; /* Space between the original and the duplicate */
}

/* The Animation */
@keyframes marquee-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); } /* Moves exactly half the total width */
}

/* Optional: Pause on hover so people can click the phone number */
.hero-review-ticker:hover .hero-review-marquee {
  animation-play-state: paused;
}

@keyframes fadeUpStagger {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-823c912 */.sc-contact-hero{
  position:relative;
  min-height:620px;
  background:url('/wp-content/uploads/2026/04/socal-contact-hero-truck.jpg') center center/cover no-repeat;
  display:flex;
  align-items:center;
}
.sc-contact-hero-overlay{
  width:100%;
  min-height:620px;
  background:linear-gradient(90deg, rgba(9,24,43,.88) 0%, rgba(9,24,43,.76) 35%, rgba(9,24,43,.18) 68%, rgba(9,24,43,0) 100%);
  display:flex;
  align-items:center;
}
.sc-contact-hero-inner,
.sc-contact-wrap,
.sc-contact-proof-inner,
.sc-contact-mapband-inner,
.sc-contact-steps-inner,
.sc-contact-bottomcta-inner{
  width:100%;
  max-width:1280px;
  margin:0 auto;
  padding-left:24px;
  padding-right:24px;
  box-sizing:border-box;
}
.sc-contact-hero-copy{
  max-width:660px;
  color:#fff;
  padding:70px 0;
}
.sc-contact-kicker{
  display:inline-block;
  margin-bottom:16px;
  padding:8px 14px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.20);
  border-radius:999px;
  font-size:13px;
  font-weight:700;
  letter-spacing:.3px;
}
.sc-contact-hero h1{
  margin:0 0 18px;
  font-size:54px;
  line-height:1.05;
  font-weight:800;
  color:#fff;
}
.sc-contact-hero p{
  margin:0 0 26px;
  font-size:20px;
  line-height:1.65;
  color:rgba(255,255,255,.94);
}
.sc-contact-hero-cta{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin:0 0 24px;
}
.sc-btn-primary,
.sc-btn-secondary{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 22px;
  border-radius:8px;
  text-decoration:none;
  font-weight:800;
  transition:.25s ease;
}
.sc-btn-primary{
  background:#1fb6a6;
  color:#fff;
}
.sc-btn-primary:hover{
  transform:translateY(-2px);
}
.sc-btn-secondary{
  background:#fff;
  color:#0c2340;
}
.sc-btn-secondary:hover{
  transform:translateY(-2px);
}
.sc-contact-hero-trust{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.sc-contact-hero-trust b{
  display:inline-flex;
  align-items:center;
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  color:#fff;
  font-size:14px;
  font-weight:700;
}

.sc-contact-main{
  background:#f7fafc;
  padding:70px 0;
}
.sc-contact-wrap{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:34px;
}
.sc-contact-formbox,
.sc-side-card,
.sc-proof-card,
.sc-step-card{
  background:#fff;
  border-radius:18px;
  box-shadow:0 10px 30px rgba(12,35,64,.08);
}
.sc-contact-formbox{
  padding:34px;
}
.sc-contact-box-head h2,
.sc-proof-intro h2,
.sc-map-copy h2,
.sc-contact-steps h2,
.sc-contact-bottomcta h2{
  margin:0 0 14px;
  font-size:38px;
  line-height:1.15;
  color:#0c2340;
}
.sc-contact-box-head p,
.sc-proof-intro p,
.sc-map-copy p,
.sc-contact-bottomcta p{
  margin:0 0 22px;
  font-size:18px;
  line-height:1.7;
  color:#425466;
}
.sc-form-placeholder{
  min-height:420px;
  border:2px dashed #c9d5e2;
  border-radius:14px;
  background:#f8fbfd;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:24px;
  color:#5b6b79;
  font-weight:700;
}
.sc-contact-mini-points{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:20px;
}
.sc-contact-mini-points div{
  background:#eef6f7;
  border-radius:12px;
  padding:14px 12px;
  text-align:center;
  font-size:14px;
  font-weight:700;
  color:#0c2340;
}
.sc-contact-sideinfo{
  display:grid;
  gap:20px;
}
.sc-side-card{
  padding:28px;
}
.sc-side-card h3{
  margin:0 0 12px;
  font-size:24px;
  color:#0c2340;
}
.sc-side-card p,
.sc-side-card li{
  font-size:17px;
  line-height:1.7;
  color:#425466;
}
.sc-side-card ul{
  margin:0;
  padding-left:18px;
}
.sc-side-card a{
  color:#0c2340;
  font-weight:800;
  text-decoration:none;
}

.sc-contact-proof{
  padding:75px 0;
  background:#fff;
}
.sc-proof-intro{
  max-width:860px;
  margin:0 auto 30px;
  text-align:center;
}
.sc-proof-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.sc-proof-card{
  padding:28px;
}
.sc-proof-card h3{
  margin:0 0 10px;
  font-size:24px;
  color:#0c2340;
}
.sc-proof-card p{
  margin:0;
  font-size:17px;
  line-height:1.7;
  color:#425466;
}

.sc-contact-mapband{
  padding:75px 0;
  background:#eef4f8;
}
.sc-contact-mapband-inner{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  align-items:center;
}
.sc-service-chips{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:18px;
}
.sc-service-chips a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:0 16px;
  border-radius:999px;
  text-decoration:none;
  background:#fff;
  color:#0c2340;
  font-weight:800;
  box-shadow:0 8px 18px rgba(12,35,64,.08);
}
.sc-map-placeholder{
  min-height:360px;
  border-radius:18px;
  background:#dce8ef;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:20px;
  color:#304558;
  font-weight:800;
  box-shadow:0 10px 30px rgba(12,35,64,.08);
}

.sc-contact-steps{
  padding:75px 0;
  background:#fff;
}
.sc-contact-steps h2{
  text-align:center;
  margin-bottom:30px;
}
.sc-steps-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.sc-step-card{
  padding:30px 26px;
  text-align:left;
}
.sc-step-num{
  width:48px;
  height:48px;
  border-radius:50%;
  background:#1fb6a6;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:20px;
  font-weight:800;
  margin-bottom:16px;
}
.sc-step-card h3{
  margin:0 0 12px;
  font-size:24px;
  color:#0c2340;
}
.sc-step-card p{
  margin:0;
  font-size:17px;
  line-height:1.7;
  color:#425466;
}

.sc-contact-bottomcta{
  padding:75px 0 85px;
  background:#0c2340;
}
.sc-contact-bottomcta-inner{
  text-align:center;
  max-width:900px;
}
.sc-contact-bottomcta h2{
  color:#fff;
}
.sc-contact-bottomcta p{
  color:rgba(255,255,255,.88) !important;
}
.sc-contact-bottomcta .hero-cta-row{ justify-content: center; }
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea{
    border:1px solid #eee !important;
    background:#fff !important;
    border-radius: 12px !important;
    height:auto !important;
    padding:12px 18px;
}
textarea{ height:80px !important;}
.wpcf7-submit{ width:100% !important; border:none !important;}
@media (max-width: 991px){
  .sc-contact-wrap,
  .sc-contact-mapband-inner,
  .sc-proof-grid,
  .sc-steps-grid{
    grid-template-columns:1fr;
  }
  .sc-contact-mini-points{
    grid-template-columns:1fr;
  }
  .sc-contact-hero{
    min-height:auto;
  }
  .sc-contact-hero-overlay{
    min-height:auto;
    background:linear-gradient(180deg, rgba(9,24,43,.88) 0%, rgba(9,24,43,.72) 52%, rgba(9,24,43,.38) 100%);
  }
  .sc-contact-hero h1{
    font-size:40px;
  }
  .sc-contact-box-head h2,
  .sc-proof-intro h2,
  .sc-map-copy h2,
  .sc-contact-steps h2,
  .sc-contact-bottomcta h2{
    font-size:32px;
  }
}

@media (max-width: 767px){
  .sc-contact-hero{
    background-position:68% center;
  }
  .sc-contact-hero-copy{
    padding:56px 0;
  }
  .sc-contact-hero h1{
    font-size:34px;
  }
  .sc-contact-hero p{
    font-size:18px;
  }
  .sc-btn-primary,
  .sc-btn-secondary{
    width:100%;
  }
  .sc-contact-formbox,
  .sc-side-card,
  .sc-proof-card,
  .sc-step-card{
    padding:22px;
  }
  .sc-contact-wrap,
  .sc-contact-proof-inner,
  .sc-contact-mapband-inner,
  .sc-contact-steps-inner,
  .sc-contact-bottomcta-inner,
  .sc-contact-hero-inner{
    padding-left:18px;
    padding-right:18px;
  }
}/* End custom CSS */