.elementor-4242 .elementor-element.elementor-element-26bbd0d{--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-4242 .elementor-element.elementor-element-e40aad1{font-family:"Inter", Sans-serif;font-weight:500;}.elementor-4242 .elementor-element.elementor-element-ed7821c{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4242 .elementor-element.elementor-element-67ff462{font-family:"Inter", Sans-serif;font-weight:500;}/* Start custom CSS for text-editor, class: .elementor-element-e40aad1 */:root{
      --blue:#0b4f9f;
      --dark:#071423;
      --navy:#0b1f33;
      --gold:#d09325;
      --beige:#f7f1e6;
      --soft:#f3f7fb;
      --white:#ffffff;
      --text:#102033;
      --muted:#5a6b7d;
      --border:#dbe5ef;
      --shadow:0 18px 50px rgba(7,20,35,.18);
      --radius:22px;
    }

    *{box-sizing:border-box;}

    body{
      margin:0;
      font-family:Arial, Helvetica, sans-serif;
      color:var(--text);
      background:#fff;
      line-height:1.6;
    }

    a{text-decoration:none !important;color:inherit;}
    h1,h2,h3,h4{ font-weight:800 !important;}
    
    .hero{
      position:relative;
      min-height:690px;
      background:
        linear-gradient(90deg, rgba(7,20,35,.92) 0%, rgba(7,20,35,.56) 3%, rgba(7,20,35,.36) 100%),
        url('https://www.socalpest.com/wp-content/uploads/2026/03/socal-exterminators-truck-orange-county-hero.webp') center center/cover no-repeat;
      color:#fff;
      display:flex;
      align-items:center;
      overflow:hidden;
    }

    .hero-inner{
      max-width:1180px;
      width:100%;
      margin:0 auto;
      padding:80px 22px;
      display:grid;
      grid-template-columns:1.15fr .85fr;
      gap:52px;
      align-items:center;
    }

    .eyebrow{
      display:inline-block;
      background:var(--gold);
      color:#fff;
      font-size:13px;
      font-weight:900;
      letter-spacing:.04em;
      text-transform:uppercase;
      padding:10px 18px;
      border-radius:999px;
      margin-bottom:22px;
    }

    .hero h1{
      font-size:60px;
      line-height:1.02;
      margin:0 0 22px;
      letter-spacing:-.04em;
      max-width:760px;
      color:#fff;
    }

    .hero p{
      font-size:20px;
      max-width:740px;
      margin:0 0 24px;
      color:#e9f3ff;
    }

    .hero-cities{
      font-size:16px!important;
      color:#d7e7f7!important;
      max-width:780px!important;
    }

    .hero-actions{
      display:flex;
      flex-wrap:wrap;
      gap:14px;
      margin-top:30px;
    }

    .btn{
      display:inline-flex;
      align-items:center;
      justify-content:center;
      padding:15px 24px;
      border-radius:14px;
      font-weight:900;
      min-width:180px;
    }

    .btn.gold{background:var(--gold);color:#fff;}
    .btn.white{background:#fff;color:#071423;}
    .btn.blue{background:var(--blue);color:#fff;}

    .hero-badges{
      display:flex;
      flex-wrap:wrap;
      gap:12px;
      margin-top:26px;
    }

    .badge{
      border:1px solid rgba(255,255,255,.28);
      background:rgba(255,255,255,.12);
      padding:10px 15px;
      border-radius:999px;
      font-weight:900;
      font-size:14px;
      backdrop-filter:blur(8px);
    }

    .lead-card{
      background:#fff;
      color:#102033;
      border-radius:24px;
      padding:34px;
      box-shadow:var(--shadow);
      max-width:430px;
      justify-self:end;
    }

    .lead-card small{
      color:#b87512;
      font-weight:900;
      text-transform:uppercase;
      letter-spacing:.04em;
    }

    .lead-card h2{
      font-size:34px;
      line-height:1.1;
      margin:12px 0 14px;
      letter-spacing:-.03em;
      color:#071423;
    }

    .lead-card p{
      color:#405266;
      font-size:16px;
      margin:0 0 20px;
    }

    .lead-card .btn{
      width:100%;
      margin-top:10px;
    }

    .card-note{
      border-top:1px solid var(--border);
      margin-top:18px;
      padding-top:16px;
      font-size:14px;
      color:#526579;
    }

    .jumpbar{
      background:#fff;
      padding:22px;
      border-bottom:1px solid var(--border);
    }

    .jump-inner{
      max-width:980px;
      margin:0 auto;
      display:flex;
      justify-content:center;
      flex-wrap:wrap;
      gap:12px;
    }

    .jump-inner a{
      background:#eef5fb;
      color:#071423;
      font-weight:900;
      padding:10px 18px;
      border-radius:999px;
      font-size:14px;
    }

    .section{
      padding:78px 22px;
    }

    .section.soft{background:var(--soft);}
    .section.beige{background:var(--beige);}
    .section.blue{
      background:linear-gradient(135deg,#083f82,#0b63bd);
      color:#fff;
    }

    .wrap{
      max-width:1180px;
      margin:0 auto;
    }

    .two-col{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:42px;
      align-items:center;
    }

    .kicker{
      color:var(--blue);
      font-weight:900;
      text-transform:uppercase;
      letter-spacing:.06em;
      font-size:13px;
      margin-bottom:10px;
    }

    .section h2{
      font-size:42px;
      line-height:1.12;
      letter-spacing:-.035em;
      margin:0 0 18px;
      color:#071423;
    }

    .section.blue h2,
    .section.blue .kicker{
      color:#fff;
    }

    .section p{
      font-size:17px;
      color:#405266;
      margin:0 0 18px;
    }

    .section.blue p{
      color:#e8f3ff;
    }

    .rec-box{
      background:#fff;
      border:1px solid var(--border);
      border-radius:var(--radius);
      padding:26px;
      box-shadow:0 12px 35px rgba(7,20,35,.08);
    }

    .rec-box h3{
      margin:0 0 12px;
      font-size:22px;
      color:#071423;
    }

    .rec-box ul{
      margin:0;
      padding-left:20px;
      color:#405266;
      font-size:16px;
    }

    .service-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:20px;
      margin-top:34px;
    }

    .service-card{
      background:#fff;
      border:1px solid var(--border);
      border-radius:20px;
      padding:24px;
      box-shadow:0 10px 28px rgba(7,20,35,.07);
      min-height:210px;
    }

    .service-card h3{
      margin:0 0 10px;
      font-size:22px;
      color:#071423;
    }

    .service-card p{
      font-size:15.5px;
      margin:0 0 16px;
    }

    .service-card a{
      color:var(--blue);
      font-weight:900;
    }

    @media(max-width:900px){
     
      .hero{min-height:auto;}
      .hero-inner{
        grid-template-columns:1fr;
        padding:58px 22px;
      }
      .hero h1{font-size:42px;}
      .lead-card{justify-self:stretch;max-width:none;}
      .two-col{grid-template-columns:1fr;}
      .service-grid{grid-template-columns:1fr;}
    }

    @media(max-width:560px){
      
      .hero h1{font-size:36px;}
      .hero p{font-size:17px;}
      .btn{width:100%;}
      .section h2{font-size:32px;}
    }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-8f4f628 */.section-white { padding: 40px 30px; background: #ffffff !important; }
  .section-cream { padding: 40px 30px; background: #f6f1e8; }
  .section-navy { padding: 40px 30px; background: #16385f; color: #ffffff !important; }
  .section-navy-lg { padding: 40px 30px; background: #16385f; color: #ffffff !important; }

  .container { max-width: 1300px; margin: 0 auto; }
  .container-narrow { max-width: 100%; margin: 0 auto; }
  .card-navy-center h4 {
    color: white !important;
}
.tag-card a{
    color:#16385f !important;
}

  .intro { text-align: center; margin-bottom: 60px; }
  .intro-wide { text-align: center; max-width: 1000px; margin: 0 auto 70px; }
  .intro-med { text-align: center; max-width: 950px; margin: 0 auto 70px; }
  .intro-center { text-align: center; max-width: 1000px; margin: 0 auto; }

  /* ===== Badges ===== */
  .badge {
    display: inline-block;
    background: #f6f1e8;
    color: #16385f;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
  .badge-navy {
    display: inline-block;
    background: #16385f;
    color: #ffffff !important;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
  .badge-gold {
    display: inline-block;
    background: #c9a66b;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
  .badge-gold-lg {
    display: inline-block;
    background: #c9a66b;
    color: white;
    padding: 10px 22px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
  }
  .card-inverse-soft .h-stat {
    color: white;
}

  /* ===== Headings ===== */
  .h-hero { font-size: 58px; line-height: 1.1; color: #16385f; font-weight: 800; margin-bottom: 25px; }
  .h-hero-inverse { font-size: 60px; line-height: 1.1; font-weight: 800; margin-bottom: 30px; color: #ffffff !important; }
  .h-xl { font-size: 54px; line-height: 1.1; color: #16385f; font-weight: 800; margin-bottom: 25px; }
  .h-xl-inverse { font-size: 54px; line-height: 1.1; margin-bottom: 25px; font-weight: 800; color: #ffffff !important; }
  .h-lg { font-size: 50px; line-height: 1.15; color: #16385f; font-weight: 800; margin-bottom: 25px; }
  .h-lg-inverse { font-size: 54px; line-height: 1.1; margin-bottom: 25px; font-weight: 800; color: #ffffff !important; }
  .h-section { font-size: 44px; text-align: center; color: #16385f; margin-bottom: 50px; }
  .h-section-inverse { font-size: 44px; text-align: center; color: #ffffff !important; margin-bottom: 50px; }
  .h-section-inverse-46 { font-size: 46px; text-align: center; color: #ffffff !important; margin-bottom: 50px; }
  .h-section-inverse-42 { font-size: 42px; text-align: center; color: #ffffff !important; margin-bottom: 30px; }
  .h-section-42 { font-size: 42px; color: #16385f; text-align: center; margin-bottom: 50px; }
  .h-block { font-size: 40px; color: #16385f; margin-bottom: 30px; }
  .h-block-inverse { font-size: 40px; color: #ffffff !important; margin-bottom: 25px; }
  .h-block-inverse-42 { font-size: 42px; color: #ffffff !important; margin-bottom: 20px; }
  .h-sub { font-size: 40px; color: #16385f; margin-top: 0; }
  .h-sub-42 { font-size: 42px; color: #16385f; text-align: center; margin-top: 0; }
  .h-sub-38 { font-size: 38px; color: #16385f; text-align: center; margin-bottom: 50px; }
  .h-sub-38-block { font-size: 38px; color: #16385f; margin-bottom: 20px; }
  .h-card { margin-top: 0; color: #16385f; }
  .h-card-inverse { margin-top: 0; color: #ffffff !important; }
  .h-card-lg { font-size: 34px; color: #16385f; margin-bottom: 20px; }
  .h-card-lg-inverse { font-size: 34px; color: #ffffff !important; margin-top: 0; }
  .h-card-28-inverse { font-size: 28px; color: #ffffff !important; margin-top: 0; }
  .h-faq { color: #16385f; }
  .h-stat { margin-top: 0; }
  .h-mini-inverse { margin-top: 0; color: #ffffff !important; }
  .h-mini-gold { font-size: 22px; color: white !important; margin-bottom: 10px; }
  a.btn-gold-lg { color: white; }

  /* ===== Paragraph / text styles ===== */
  .lead { font-size: 22px; line-height: 1.8; color: #555; max-width: 950px; margin: 0 auto; }
  .lead-inverse { font-size: 21px; line-height: 1.9; color: #dbe6f2; }
  .lead-inverse-22 { font-size: 22px; line-height: 1.9; color: #dbe6f2; max-width: 900px; margin: 0 auto 40px; }
  .lead-wide { font-size: 21px; line-height: 1.9; color: #555; }
  .body { font-size: 19px; line-height: 1.9; color: #444; margin-bottom: 25px; }
  .body:last-child { margin-bottom: 0; }
  .body-last { font-size: 19px; line-height: 1.9; color: #444; }
  .body-inverse { font-size: 19px; line-height: 1.9; color: #dbe6f2; margin-bottom: 25px; }
  .body-inverse-last { font-size: 19px; line-height: 1.9; color: #dbe6f2; }
  .body-center { font-size: 19px; line-height: 1.9; color: #444; text-align: center; max-width: 1000px; margin: 0 auto 40px; }
  .body-center-950 { font-size: 19px; line-height: 1.9; color: #444; max-width: 950px; margin: 0 auto; }
  .body-center-950-t { font-size: 19px; line-height: 1.9; color: #444; text-align: center; max-width: 950px; margin: 0 auto; }
  .body-inverse-center { font-size: 20px; line-height: 1.9; color: #dbe6f2; text-align: center; max-width: 1000px; margin: 0 auto; }
  .body-inverse-900 { font-size: 19px; color: #dbe6f2; max-width: 900px; margin: 0 auto; line-height: 1.8; }
  .body-inverse-1000 { font-size: 19px; color: #dbe6f2; max-width: 1000px; margin: 0 auto; line-height: 1.9; }
  .body-inverse-850 { font-size: 20px; color: #dbe6f2; max-width: 850px; margin: 0 auto 35px; line-height: 1.8; }
  .body-inverse-850-40 { font-size: 20px; color: #dbe6f2; max-width: 850px; margin: 0 auto 40px; line-height: 1.8; }
  .card-copy { line-height: 1.9; color: #444; }
  .card-copy-tight { color: #dbe6f2; }
  .small-note { color: #dbe6f2; line-height: 1.8; }
  .small-note-90 { color: #dbe6f2; line-height: 1.9; }

  /* ===== Grids ===== */
  .grid-10 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 18px; margin-bottom: 70px; }
  .grid-4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-bottom: 70px; }
  .grid-4-nomb { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; }
  .grid-4-80 { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 25px; margin-bottom: 80px; }
  .grid-2-align { display: grid; grid-template-columns: repeat(auto-fit, minmax(450px, 1fr)); gap: 60px; align-items: center; }
  .grid-2-align-500 { display: grid; grid-template-columns: repeat(auto-fit, minmax(500px, 1fr)); gap: 60px; align-items: center; }
  .grid-2-align-start { display: grid; grid-template-columns: repeat(auto-fit, minmax(500px, 1fr)); gap: 50px; align-items: start; }
  .grid-6 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; }
  .grid-5-zip { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 20px; }
  .grid-5-zip-80 { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 20px; margin-bottom: 80px; }
  .grid-4-process { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 25px; }
  .grid-3-320-80 { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 25px; margin-bottom: 80px; }
  .grid-6-320 { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 25px; margin-bottom: 80px; }
  .grid-faq { display: grid; grid-template-columns: 1fr; gap: 18px; max-width: 1100px; margin: 0 auto; }
  .grid-3-300 { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 70px; }
  .grid-6-280 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; max-width: 1100px; margin: 0 auto; }

  /* ===== Card variants ===== */
  .tag-card {
    background: #f6f1e8;
    padding: 22px;
    border-radius: 12px;
    text-align: center;
    font-weight: 700;
    color: #16385f;
  }
  .tag-card-navy {
    background: #16385f;
    color: #ffffff !important;
    padding: 22px;
    border-radius: 10px;
    text-align: center;
    font-weight: 700;
  }
  .zip-card {
    background: #16385f;
    color: #ffffff !important;
    padding: 22px;
    border-radius: 10px;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
  }
  .zip-card-inverse {
    background: rgba(255,255,255,.08);
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
  }
  .card-navy {
    background: #16385f;
    color: #fff;
    padding: 30px;
    border-radius: 15px;
  }
  .card-navy-center {
    background: #16385f;
    color: #ffffff !important;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
  }
  .card-white {
    background: #ffffff !important;
    padding: 30px;
    border-radius: 15px;
  }
  .card-white-35 { background: #ffffff !important; padding: 35px; border-radius: 15px; }
  .card-white-25 { background: #ffffff !important; padding: 25px; border-radius: 12px; }
  .card-cream { background: #f6f1e8; padding: 30px; border-radius: 12px; }
  .card-gray { background: #f8f8f8; padding: 40px; border-radius: 15px; }
  .card-gray-30 { background: #f8f8f8; padding: 30px; border-radius: 12px; }
  .card-outline-gold { border: 2px solid #c9a66b; padding: 30px; border-radius: 15px; }
  .card-outline-gold-35 { border: 2px solid #c9a66b; padding: 35px; border-radius: 15px; }
  .card-outline-gold-40 { border: 2px solid #c9a66b; padding: 40px; border-radius: 15px; }
  .card-inverse-soft { background: rgba(255,255,255,.08); padding: 30px; border-radius: 12px; }
  .card-outline-white { text-align: center; padding: 35px; border: 2px solid rgba(255,255,255,.15); border-radius: 15px; }
  .stat-box { background: rgba(255,255,255,.08); padding: 25px; border-radius: 12px; text-align: center; font-size: 24px; font-weight: 700; }
  .pricing-box { background: #f6f1e8; padding: 50px; border-radius: 18px; margin-bottom: 80px; }
  .white-box-lg { background: #ffffff !important; padding: 50px; border-radius: 18px; margin-bottom: 80px; }
  .callout-line-gold {
    margin-top: 25px;
    padding: 25px;
    background: #ffffff !important;
    border-left: 5px solid #c9a66b;
  }
  .callout-line-gold-top {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #c9a66b;
  }
  .future-resource {
    margin-top: 20px;
    color: #16385f;
    font-weight: 700;
  }

  /* ===== Images ===== */
  .img-rounded { width: 100%; border-radius: 15px; box-shadow: 0 15px 40px rgba(0,0,0,.15); }

  /* ===== Buttons / Links ===== */
  .btn-gold {
    display: inline-block;
    background: #c9a66b;
    color: #16385f;
    padding: 18px 36px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
  }
  .btn-gold-lg {
    display: inline-block;
    background: #c9a66b;
    color: #16385f;
    padding: 20px 42px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 800;
    text-decoration: none;
    margin-right: 15px;
  }
  .btn-outline-white {
    display: inline-block;
    background: transparent;
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
    padding: 20px 42px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 800;
    text-decoration: none;
  }

  /* ===== Misc blocks ===== */
  .block-mt-80 { margin-top: 80px; }
  .block-mt-90 { margin-top: 90px; }
  .block-center-mt-80 { margin-top: 80px; text-align: center; }
  .divider-top {
    margin-top: 80px;
    border-top: 1px solid rgba(255,255,255,.15);
    padding-top: 60px;
    text-align: center;
  }
  .divider-top-90 {
    margin-top: 90px;
    padding-top: 50px;
    border-top: 1px solid rgba(255,255,255,.15);
    text-align: center;
  }
  .divider-top-plain {
    border-top: 1px solid rgba(255,255,255,.15);
    padding-top: 60px;
  }
  a.btn-gold {
    color: white;
}   
  .phone-display { font-size: 56px; font-weight: 800; color: #ffffff !important; margin-bottom: 25px; }/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-67ff462 */details {
    background: #fff;
    border: 1px solid rgba(145, 145, 145, 0.06);
    border-radius: 16px;
    box-shadow: 0 14px 34px rgba(2, 6, 23, .06);
    padding: 14px 16px;
}
.faq p {
    margin: 10px 0 0;
    font-size: 14.8px !important;
}
.faq {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
summary {
    cursor: pointer;
    font-weight: 900;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-size: 15.5px;
}
.chev {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: #eef2f7;
    border: 1px solid rgba(15, 23, 42, .10);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900;
    color: #0f172a;
    flex: 0 0 34px;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-9a9b44a */@media (max-width: 767px) {
.grid-2-align,.grid-2-align-500, .grid-2-align-start { grid-template-columns: 1fr;}
}/* End custom CSS */