.elementor-4269 .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-4269 .elementor-element.elementor-element-e40aad1{font-family:"Inter", Sans-serif;font-weight:500;}.elementor-4269 .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;}/* 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-2 {
  padding:40px 30px;
  background:#ffffff;
}

.container {
  max-width:1300px;
  margin:0 auto;
}

.hero-header {
  text-align:center;
  margin-bottom:60px;
}
.text-block {
    max-width: 100% !important;
    margin: 0 auto;
}
.nav-pill a{
    color:#16385f !important;
}

.badge-gray {
  display:inline-block;
  background:#f4f4f4;
  color:#333;
  padding:10px 20px;
  border-radius:50px;
  font-weight:700;
  font-size:14px;
  letter-spacing:1px;
  text-transform:uppercase;
}

.hero-title {
  font-size:56px;
  line-height:1.1;
  margin:25px 0 25px;
  color:#1a1a1a;
  font-weight:800;
}

.hero-subtitle {
  font-size:22px;
  line-height:1.8;
  color:#555;
  max-width:950px;
  margin:0 auto;
}

.grid-180 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:18px;
  margin-bottom:70px;
}

.nav-pill {
  background:#f8f8f8;
  padding:22px;
  border-radius:12px;
  text-align:center;
  font-weight:700;
}

.grid-250 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:20px;
  margin-bottom:70px;
}

.card-gold-left {
  background:#f5f5f5;
  padding:25px;
  border-left:5px solid #c49b63;
}

.mt-0 {
  margin-top:0;
}

.mb-0 {
  margin-bottom:0;
}

.text-block {
  max-width:100%;
  margin:0 auto;
}
.process-step h4 {
    color: white;
}

.title-38 {
  font-size:38px;
  margin-bottom:30px;
  color:#1a1a1a;
}

.para-19 {
  font-size:19px;
  line-height:1.9;
  color:#444;
}

.section-cream {
  padding:40px 30px;
  background:#f6f1e8;
}

.grid-450-center {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(450px,1fr));
  gap:60px;
  align-items:center;
}

.badge-navy-bg {
  display:inline-block;
  background:#16385f;
  color:#fff;
  padding:10px 18px;
  border-radius:30px;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:20px;
}

.title-48 {
  font-size:48px;
  line-height:1.15;
  margin-bottom:25px;
  color:#16385f;
  font-weight:800;
}

.para-19-mb25 {
  font-size:19px;
  line-height:1.9;
  color:#444;
  margin-bottom:25px;
}

.div-style-21 {
  width:100%;
  border-radius:12px;
  box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.mt-80 {
  margin-top:80px;
}

.title-36 {
  font-size:36px;
  color:#16385f;
  text-align:center;
  margin-bottom:50px;
}

.grid-250-tight {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:25px;
}

.pest-card {
  background:#fff;
  padding:30px;
  border-radius:12px;
}

.heading-navy-notop {
  color:#16385f;
  margin-top:0;
}

.grid-220 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:25px;
}

.process-step {
  background:#16385f;
  color:#fff;
  padding:30px;
  border-radius:12px;
  text-align:center;
}

.section-navy {
  padding:40px 30px;
  background:#16385f;
  color:#ffffff;
}

.section-header-1000 {
  text-align:center;
  max-width:1000px;
  margin:0 auto 70px auto;
}

.badge-gold {
  display:inline-block;
  background:#c9a66b;
  color:#16385f;
  padding:10px 20px;
  border-radius:30px;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:20px;
}

.title-54 {
  font-size:54px;
  line-height:1.1;
  margin-bottom:25px;
  font-weight:800;
  color:#ffffff !important;
}

.para-21-light {
  font-size:21px;
  line-height:1.9;
  color:#e6edf5;
}

.grid-240 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:25px;
  margin-bottom:70px;
}

.facility-card {
  border:2px solid #c9a66b;
  padding:30px;
  border-radius:12px;
}

.heading-white-notop {
  margin-top:0;
  color:#ffffff !important;
}

.para-onnavy-plain {
  color:#d9e3ef;
}

.title-40 {
  font-size:40px;
  color:#ffffff !important;
  text-align:center;
  margin-bottom:35px;
}

.para-19-onnavy-mb25 {
  font-size:19px;
  line-height:1.9;
  color:#d9e3ef;
  margin-bottom:25px;
}

.para-19-onnavy {
  font-size:19px;
  line-height:1.9;
  color:#d9e3ef;
}

.div-style-41 {
  margin-top:70px;
}

.title-40-2 {
  font-size:40px;
  text-align:center;
  color:#ffffff !important;
  margin-bottom:40px;
}

.grid-250-3 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:20px;
}

.div-style-44 {
  margin-top:80px;
  border-top:1px solid rgba(255,255,255,.2);
  padding-top:60px;
  text-align:center;
}

.title-44 {
  font-size:44px;
  color:#ffffff !important;
  margin-bottom:20px;
}
.div-style-47 {
    color: white !important;
}

.para-20-onnavy2 {
  font-size:20px;
  color:#d9e3ef;
  max-width:850px;
  margin:0 auto 35px auto;
  line-height:1.8;
}

.div-style-47 {
  display:inline-block;
  background:#c9a66b;
  color:#16385f;
  padding:18px 36px;
  border-radius:8px;
  text-decoration:none;
  font-size:18px;
  font-weight:700;
}

.div-style-48 {
  text-align:center;
  max-width:900px;
  margin:0 auto 70px auto;
}

.badge-cream {
  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;
}

.title-54-navy {
  font-size:54px;
  line-height:1.1;
  color:#16385f;
  font-weight:800;
  margin-bottom:25px;
}

.para-21 {
  font-size:21px;
  line-height:1.9;
  color:#555;
}

.grid-500-start {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(500px,1fr));
  gap:50px;
  align-items:start;
}

.pest-detail-card {
  background:#f8f8f8;
  padding:40px;
  border-radius:15px;
}

.title-38-notop {
  font-size:38px;
  color:#16385f;
  margin-top:0;
}

.para-18 {
  font-size:18px;
  line-height:1.9;
  color:#444;
}

.resource-note-box {
  margin-top:30px;
  padding:25px;
  background:#ffffff;
  border-left:5px solid #c9a66b;
}

.text-navy {
  color:#16385f;
}

.link-navy-bold-2 {
  color:#16385f;
  font-weight:700;
  text-decoration:none;
}

.div-style-59 {
  margin-top:40px;
}

.title-44-2 {
  font-size:44px;
  text-align:center;
  color:#16385f;
  margin-bottom:50px;
}

.warning-card {
  background:#f6f1e8;
  padding:30px;
  border-radius:12px;
}

.heading-navy-notop-2 {
  margin-top:0;
  color:#16385f;
}

.section-header-950 {
  text-align:center;
  max-width:950px;
  margin:0 auto 70px auto;
}

.badge-navy-bg-tight {
  display:inline-block;
  background:#16385f;
  color:#ffffff;
  padding:10px 20px;
  border-radius:30px;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:20px;
}

.grid-280 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:25px;
}

.resource-card {
  background:#ffffff;
  padding:35px;
  border-radius:15px;
}

.para-card {
  line-height:1.9;
  color:#444;
}

.future-page-note {
  margin-top:20px;
  padding-top:20px;
  border-top:2px solid #c9a66b;
}

.title-42 {
  text-align:center;
  font-size:42px;
  color:#16385f;
  margin-bottom:50px;
}

.reason-card {
  background:#ffffff;
  padding:25px;
  border-radius:12px;
}

.div-style-71 {
  font-size:21px;
  line-height:1.9;
  color:#dbe6f2;
}

.grid-350 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(350px,1fr));
  gap:30px;
  margin-bottom:80px;
}

.zone-card {
  border:2px solid #c9a66b;
  padding:35px;
  border-radius:15px;
}

.para-onnavy-card {
  color:#dbe6f2;
  line-height:1.9;
}

.div-style-75 {
  text-align:center;
  margin-bottom:50px;
}

.para-19-onnavy2 {
  font-size:19px;
  color:#dbe6f2;
  max-width:850px;
  margin:0 auto;
  line-height:1.8;
}

.grid-180-2 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:20px;
  margin-bottom:80px;
}

.zip-badge {
  background:rgba(255,255,255,.08);
  padding:25px;
  border-radius:12px;
  text-align:center;
  font-size:24px;
  font-weight:700;
}

.div-style-79 {
  border-top:1px solid rgba(255,255,255,.20);
  padding-top:60px;
}

.title-42-2 {
  font-size:42px;
  text-align:center;
  color:#ffffff !important;
  margin-bottom:30px;
}

.para-20-onnavy {
  font-size:20px;
  line-height:1.9;
  color:#dbe6f2;
  text-align:center;
  max-width:950px;
  margin:0 auto;
}

.div-style-82 {
  background:#f6f1e8;
  padding:50px;
  border-radius:18px;
  margin-bottom:80px;
}

.title-40-3 {
  font-size:40px;
  color:#16385f;
  margin-top:0;
  text-align:center;
}

.grid-250-4 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:25px;
  margin-top:40px;
}

.title-46 {
  font-size:46px;
  color:#16385f;
}

.para-19-gray {
  font-size:19px;
  color:#555;
  max-width:850px;
  margin:20px auto 0 auto;
  line-height:1.8;
}

.grid-x {
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
  max-width:1100px;
  margin:0 auto;
}

.faq-card {
  padding:30px;
  background:#f8f8f8;
  border-radius:12px;
}

.grid-300 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:25px;
}

.link-navy-bold {
  font-weight:700;
  color:#16385f;
  text-decoration:none;
}

.title-42-3 {
  font-size:42px;
  color:#16385f;
  text-align:center;
  margin-bottom:50px;
}

.section-navy-cta {
  padding:100px 30px;
  background:#16385f;
  color:#ffffff;
}

.div-style-93 {
  text-align:center;
  max-width:1000px;
  margin:0 auto;
}

.badge-gold-2 {
  display:inline-block;
  background:#c9a66b;
  color:white !important;
  padding:10px 22px;
  border-radius:30px;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:25px;
}

.hero-title-lg {
  font-size:60px;
  line-height:1.1;
  font-weight:800;
  margin-bottom:30px;
  color:#ffffff !important;
}

.div-style-96 {
  font-size:22px;
  line-height:1.9;
  color:#dbe6f2;
  max-width:900px;
  margin:0 auto 40px auto;
}

.grid-300-2 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:30px;
  margin-top:70px;
}

.feature-card-onnavy {
  text-align:center;
  padding:35px;
  border:2px solid rgba(255,255,255,.15);
  border-radius:15px;
}

.title-28 {
  font-size:28px;
  color:#ffffff !important;
  margin-top:0;
}

.para-onnavy-tight {
  color:#dbe6f2;
  line-height:1.8;
}

.div-style-101 {
  margin-top:80px;
  text-align:center;
}

.title-22-gold {
  font-size:22px;
  color:#fdfdfd !important;
  margin-bottom:10px;
}

.hero-title-2 {
  font-size:56px;
  font-weight:800;
  color:#ffffff;
  margin-bottom:25px;
}

.para-20-onnavy-2 {
  font-size:20px;
  color:#dbe6f2;
  max-width:850px;
  margin:0 auto 40px auto;
  line-height:1.8;
}

.div-style-105 {
  display:inline-block;
  background:#c9a66b;
  color:white !important;
  padding:20px 42px;
  border-radius:10px;
  font-size:20px;
  font-weight:800;
  text-decoration:none;
  margin-right:15px;
}

.div-style-106 {
  display:inline-block;
  background:transparent;
  border:2px solid #ffffff;
  color:#ffffff !important;
  padding:20px 42px;
  border-radius:10px;
  font-size:20px;
  font-weight:800;
  text-decoration:none;
}

.div-style-107 {
  margin-top:40px;
  padding-top:50px;
  border-top:1px solid rgba(255,255,255,.15);
  text-align:center;
}

.title-34 {
  font-size:34px;
  color:white !important;
  margin-bottom:20px;
}

.para-19-onnavy2-2 {
  font-size:19px;
  color:#dbe6f2;
  max-width:1000px;
  margin:0 auto;
  line-height:1.9;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-eadf168 */.section-white-2 {
  padding:90px 30px;
  background:#ffffff;
}

.container {
  max-width:1300px;
  margin:0 auto;
}

.hero-header {
  text-align:center;
  margin-bottom:60px;
}

.badge-gray {
  display:inline-block;
  background:#f4f4f4;
  color:#333;
  padding:10px 20px;
  border-radius:50px;
  font-weight:700;
  font-size:14px;
  letter-spacing:1px;
  text-transform:uppercase;
}

.hero-title {
  font-size:56px;
  line-height:1.1;
  margin:25px 0 25px;
  color:#1a1a1a;
  font-weight:800;
}

.hero-subtitle {
  font-size:22px;
  line-height:1.8;
  color:#555;
  max-width:950px;
  margin:0 auto;
}

.grid-180 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:18px;
  margin-bottom:70px;
}

.nav-pill {
  background:#f8f8f8;
  padding:22px;
  border-radius:12px;
  text-align:center;
  font-weight:700;
}

.grid-250 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:20px;
  margin-bottom:70px;
}

.card-gold-left {
  background:#f5f5f5;
  padding:25px;
  border-left:5px solid #c49b63;
}

.mt-0 {
  margin-top:0;
}

.mb-0 {
  margin-bottom:0;
}

.text-block {
  max-width:1050px;
  margin:0 auto;
}

.title-38 {
  font-size:38px;
  margin-bottom:30px;
  color:#1a1a1a;
}

.para-19 {
  font-size:19px;
  line-height:1.9;
  color:#444;
}

.section-cream {
  padding:90px 30px;
  background:#f6f1e8;
}

.grid-450-center {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(450px,1fr));
  gap:60px;
  align-items:center;
}

.badge-navy-bg {
  display:inline-block;
  background:#16385f;
  color:#fff;
  padding:10px 18px;
  border-radius:30px;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:20px;
}

.title-48 {
  font-size:48px;
  line-height:1.15;
  margin-bottom:25px;
  color:#16385f;
  font-weight:800;
}

.para-19-mb25 {
  font-size:19px;
  line-height:1.9;
  color:#444;
  margin-bottom:25px;
}

.div-style-21 {
  width:100%;
  border-radius:12px;
  box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.mt-80 {
  margin-top:80px;
}

.title-36 {
  font-size:36px;
  color:#16385f;
  text-align:center;
  margin-bottom:50px;
}

.grid-250-tight {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:25px;
}

.pest-card {
  background:#fff;
  padding:30px;
  border-radius:12px;
}

.heading-navy-notop {
  color:#16385f;
  margin-top:0;
}

.grid-220 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:25px;
}

.process-step {
  background:#16385f;
  color:#fff;
  padding:30px;
  border-radius:12px;
  text-align:center;
}

.section-navy {
  padding:90px 30px;
  background:#16385f;
  color:#ffffff;
}

.section-header-1000 {
  text-align:center;
  max-width:1000px;
  margin:0 auto 70px auto;
}

.badge-gold {
  display:inline-block;
  background:#c9a66b;
  color:#16385f;
  padding:10px 20px;
  border-radius:30px;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:20px;
}

.title-54 {
  font-size:54px;
  line-height:1.1;
  margin-bottom:25px;
  font-weight:800;
  color:#ffffff;
}

.para-21-light {
  font-size:21px;
  line-height:1.9;
  color:#e6edf5;
}

.grid-240 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:25px;
  margin-bottom:70px;
}

.facility-card {
  border:2px solid #c9a66b;
  padding:30px;
  border-radius:12px;
}

.heading-white-notop {
  margin-top:0;
  color:#ffffff;
}

.para-onnavy-plain {
  color:#d9e3ef;
}

.title-40 {
  font-size:40px;
  color:#ffffff;
  text-align:center;
  margin-bottom:35px;
}

.para-19-onnavy-mb25 {
  font-size:19px;
  line-height:1.9;
  color:#d9e3ef;
  margin-bottom:25px;
}

.para-19-onnavy {
  font-size:19px;
  line-height:1.9;
  color:#d9e3ef;
}

.div-style-41 {
  margin-top:70px;
}

.title-40-2 {
  font-size:40px;
  text-align:center;
  color:#ffffff;
  margin-bottom:40px;
}

.grid-250-3 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:20px;
}

.div-style-44 {
  margin-top:80px;
  border-top:1px solid rgba(255,255,255,.2);
  padding-top:60px;
  text-align:center;
}

.title-44 {
  font-size:44px;
  color:#ffffff;
  margin-bottom:20px;
}

.para-20-onnavy2 {
  font-size:20px;
  color:#d9e3ef;
  max-width:850px;
  margin:0 auto 35px auto;
  line-height:1.8;
}

.div-style-47 {
  display:inline-block;
  background:#c9a66b;
  color:#16385f;
  padding:18px 36px;
  border-radius:8px;
  text-decoration:none;
  font-size:18px;
  font-weight:700;
}

.div-style-48 {
  text-align:center;
  max-width:900px;
  margin:0 auto 70px auto;
}

.badge-cream {
  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;
}

.title-54-navy {
  font-size:54px;
  line-height:1.1;
  color:#16385f;
  font-weight:800;
  margin-bottom:25px;
}

.para-21 {
  font-size:21px;
  line-height:1.9;
  color:#555;
}

.grid-500-start {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(500px,1fr));
  gap:50px;
  align-items:start;
}

.pest-detail-card {
  background:#f8f8f8;
  padding:40px;
  border-radius:15px;
}

.title-38-notop {
  font-size:38px;
  color:#16385f;
  margin-top:0;
}

.para-18 {
  font-size:18px;
  line-height:1.9;
  color:#444;
}

.resource-note-box {
  margin-top:30px;
  padding:25px;
  background:#ffffff;
  border-left:5px solid #c9a66b;
}

.text-navy {
  color:#16385f;
}

.link-navy-bold-2 {
  color:#16385f;
  font-weight:700;
  text-decoration:none;
}

.div-style-59 {
  margin-top:90px;
}

.title-44-2 {
  font-size:44px;
  text-align:center;
  color:#16385f;
  margin-bottom:50px;
}

.warning-card {
  background:#f6f1e8;
  padding:30px;
  border-radius:12px;
}

.heading-navy-notop-2 {
  margin-top:0;
  color:#16385f;
}

.section-header-950 {
  text-align:center;
  max-width:950px;
  margin:0 auto 70px auto;
}

.badge-navy-bg-tight {
  display:inline-block;
  background:#16385f;
  color:#ffffff;
  padding:10px 20px;
  border-radius:30px;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:20px;
}

.grid-280 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:25px;
}

.resource-card {
  background:#ffffff;
  padding:35px;
  border-radius:15px;
}

.para-card {
  line-height:1.9;
  color:#444;
}

.future-page-note {
  margin-top:20px;
  padding-top:20px;
  border-top:2px solid #c9a66b;
}

.title-42 {
  text-align:center;
  font-size:42px;
  color:#16385f;
  margin-bottom:50px;
}

.reason-card {
  background:#ffffff;
  padding:25px;
  border-radius:12px;
}

.div-style-71 {
  font-size:21px;
  line-height:1.9;
  color:#dbe6f2;
}

.grid-350 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(350px,1fr));
  gap:30px;
  margin-bottom:80px;
}

.zone-card {
  border:2px solid #c9a66b;
  padding:35px;
  border-radius:15px;
}

.para-onnavy-card {
  color:#dbe6f2;
  line-height:1.9;
}

.div-style-75 {
  text-align:center;
  margin-bottom:50px;
}

.para-19-onnavy2 {
  font-size:19px;
  color:#dbe6f2;
  max-width:850px;
  margin:0 auto;
  line-height:1.8;
}

.grid-180-2 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:20px;
  margin-bottom:80px;
}

.zip-badge {
  background:rgba(255,255,255,.08);
  padding:25px;
  border-radius:12px;
  text-align:center;
  font-size:24px;
  font-weight:700;
}

.div-style-79 {
  border-top:1px solid rgba(255,255,255,.20);
  padding-top:60px;
}

.title-42-2 {
  font-size:42px;
  text-align:center;
  color:#ffffff;
  margin-bottom:30px;
}

.para-20-onnavy {
  font-size:20px;
  line-height:1.9;
  color:#dbe6f2;
  text-align:center;
  max-width:950px;
  margin:0 auto;
}

.div-style-82 {
  background:#f6f1e8;
  padding:50px;
  border-radius:18px;
  margin-bottom:80px;
}

.title-40-3 {
  font-size:40px;
  color:#16385f;
  margin-top:0;
  text-align:center;
}

.grid-250-4 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:25px;
  margin-top:40px;
}

.title-46 {
  font-size:46px;
  color:#16385f;
}

.para-19-gray {
  font-size:19px;
  color:#555;
  max-width:850px;
  margin:20px auto 0 auto;
  line-height:1.8;
}

.grid-x {
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
  max-width:1100px;
  margin:0 auto;
}

.faq-card {
  padding:30px;
  background:#f8f8f8;
  border-radius:12px;
}

.grid-300 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:25px;
}

.link-navy-bold {
  font-weight:700;
  color:#16385f;
  text-decoration:none;
}

.title-42-3 {
  font-size:42px;
  color:#16385f;
  text-align:center;
  margin-bottom:50px;
}

.section-navy-cta {
  padding:100px 30px;
  background:#16385f;
  color:#ffffff;
}

.div-style-93 {
  text-align:center;
  max-width:1000px;
  margin:0 auto;
}

.badge-gold-2 {
  display:inline-block;
  background:#c9a66b;
  color:#16385f;
  padding:10px 22px;
  border-radius:30px;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:25px;
}

.hero-title-lg {
  font-size:60px;
  line-height:1.1;
  font-weight:800;
  margin-bottom:30px;
  color:#ffffff;
}

.div-style-96 {
  font-size:22px;
  line-height:1.9;
  color:#dbe6f2;
  max-width:900px;
  margin:0 auto 40px auto;
}

.grid-300-2 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:30px;
  margin-top:70px;
}

.feature-card-onnavy {
  text-align:center;
  padding:35px;
  border:2px solid rgba(255,255,255,.15);
  border-radius:15px;
}

.title-28 {
  font-size:28px;
  color:#ffffff;
  margin-top:0;
}

.para-onnavy-tight {
  color:#dbe6f2;
  line-height:1.8;
}

.div-style-101 {
  margin-top:80px;
  text-align:center;
}

.title-22-gold {
  font-size:22px;
  color:#c9a66b;
  margin-bottom:10px;
}

.hero-title-2 {
  font-size:56px;
  font-weight:800;
  color:#ffffff;
  margin-bottom:25px;
}

.para-20-onnavy-2 {
  font-size:20px;
  color:#dbe6f2;
  max-width:850px;
  margin:0 auto 40px auto;
  line-height:1.8;
}

.div-style-105 {
  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;
}

.div-style-106 {
  display:inline-block;
  background:transparent;
  border:2px solid #ffffff;
  color:#ffffff;
  padding:20px 42px;
  border-radius:10px;
  font-size:20px;
  font-weight:800;
  text-decoration:none;
}

.div-style-107 {
  margin-top:90px;
  padding-top:50px;
  border-top:1px solid rgba(255,255,255,.15);
  text-align:center;
}

.title-34 {
  font-size:34px;
  color:#ffffff;
  margin-bottom:20px;
}

.para-19-onnavy2-2 {
  font-size:19px;
  color:#dbe6f2;
  max-width:1000px;
  margin:0 auto;
  line-height:1.9;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-d6f6cf2 */.section-white-2 {
  padding:90px 30px;
  background:#ffffff;
}

.container {
  max-width:1300px;
  margin:0 auto;
}

.hero-header {
  text-align:center;
  margin-bottom:60px;
}

.badge-gray {
  display:inline-block;
  background:#f4f4f4;
  color:#333;
  padding:10px 20px;
  border-radius:50px;
  font-weight:700;
  font-size:14px;
  letter-spacing:1px;
  text-transform:uppercase;
}

.hero-title {
  font-size:56px;
  line-height:1.1;
  margin:25px 0 25px;
  color:#1a1a1a;
  font-weight:800;
}

.hero-subtitle {
  font-size:22px;
  line-height:1.8;
  color:#555;
  max-width:950px;
  margin:0 auto;
}

.grid-180 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:18px;
  margin-bottom:70px;
}

.nav-pill {
  background:#f8f8f8;
  padding:22px;
  border-radius:12px;
  text-align:center;
  font-weight:700;
}

.grid-250 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:20px;
  margin-bottom:70px;
}

.card-gold-left {
  background:#f5f5f5;
  padding:25px;
  border-left:5px solid #c49b63;
}

.mt-0 {
  margin-top:0;
}

.mb-0 {
  margin-bottom:0;
}

.text-block {
  max-width:1050px;
  margin:0 auto;
}

.title-38 {
  font-size:38px;
  margin-bottom:30px;
  color:#1a1a1a;
}

.para-19 {
  font-size:19px;
  line-height:1.9;
  color:#444;
}

.section-cream {
  padding:90px 30px;
  background:#f6f1e8;
}

.grid-450-center {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(450px,1fr));
  gap:60px;
  align-items:center;
}

.badge-navy-bg {
  display:inline-block;
  background:#16385f;
  color:#fff;
  padding:10px 18px;
  border-radius:30px;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:20px;
}

.title-48 {
  font-size:48px;
  line-height:1.15;
  margin-bottom:25px;
  color:#16385f;
  font-weight:800;
}

.para-19-mb25 {
  font-size:19px;
  line-height:1.9;
  color:#444;
  margin-bottom:25px;
}

.div-style-21 {
  width:100%;
  border-radius:12px;
  box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.mt-80 {
  margin-top:80px;
}

.title-36 {
  font-size:36px;
  color:#16385f;
  text-align:center;
  margin-bottom:50px;
}

.grid-250-tight {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:25px;
}

.pest-card {
  background:#fff;
  padding:30px;
  border-radius:12px;
}

.heading-navy-notop {
  color:#16385f;
  margin-top:0;
}

.grid-220 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:25px;
}

.process-step {
  background:#16385f;
  color:#fff;
  padding:30px;
  border-radius:12px;
  text-align:center;
}

.section-navy {
  padding:90px 30px;
  background:#16385f;
  color:#ffffff;
}

.section-header-1000 {
  text-align:center;
  max-width:1000px;
  margin:0 auto 70px auto;
}

.badge-gold {
  display:inline-block;
  background:#c9a66b;
  color:#16385f;
  padding:10px 20px;
  border-radius:30px;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:20px;
}

.title-54 {
  font-size:54px;
  line-height:1.1;
  margin-bottom:25px;
  font-weight:800;
  color:#ffffff;
}

.para-21-light {
  font-size:21px;
  line-height:1.9;
  color:#e6edf5;
}

.grid-240 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:25px;
  margin-bottom:70px;
}

.facility-card {
  border:2px solid #c9a66b;
  padding:30px;
  border-radius:12px;
}

.heading-white-notop {
  margin-top:0;
  color:#ffffff;
}

.para-onnavy-plain {
  color:#d9e3ef;
}

.title-40 {
  font-size:40px;
  color:#ffffff;
  text-align:center;
  margin-bottom:35px;
}

.para-19-onnavy-mb25 {
  font-size:19px;
  line-height:1.9;
  color:#d9e3ef;
  margin-bottom:25px;
}

.para-19-onnavy {
  font-size:19px;
  line-height:1.9;
  color:#d9e3ef;
}

.div-style-41 {
  margin-top:70px;
}

.title-40-2 {
  font-size:40px;
  text-align:center;
  color:#ffffff;
  margin-bottom:40px;
}

.grid-250-3 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:20px;
}

.div-style-44 {
  margin-top:80px;
  border-top:1px solid rgba(255,255,255,.2);
  padding-top:60px;
  text-align:center;
}

.title-44 {
  font-size:44px;
  color:#ffffff;
  margin-bottom:20px;
}

.para-20-onnavy2 {
  font-size:20px;
  color:#d9e3ef;
  max-width:850px;
  margin:0 auto 35px auto;
  line-height:1.8;
}

.div-style-47 {
  display:inline-block;
  background:#c9a66b;
  color:#16385f;
  padding:18px 36px;
  border-radius:8px;
  text-decoration:none;
  font-size:18px;
  font-weight:700;
}

.div-style-48 {
  text-align:center;
  max-width:900px;
  margin:0 auto 70px auto;
}

.badge-cream {
  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;
}

.title-54-navy {
  font-size:54px;
  line-height:1.1;
  color:#16385f;
  font-weight:800;
  margin-bottom:25px;
}

.para-21 {
  font-size:21px;
  line-height:1.9;
  color:#555;
}

.grid-500-start {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(500px,1fr));
  gap:50px;
  align-items:start;
}

.pest-detail-card {
  background:#f8f8f8;
  padding:40px;
  border-radius:15px;
}

.title-38-notop {
  font-size:38px;
  color:#16385f;
  margin-top:0;
}

.para-18 {
  font-size:18px;
  line-height:1.9;
  color:#444;
}

.resource-note-box {
  margin-top:30px;
  padding:25px;
  background:#ffffff;
  border-left:5px solid #c9a66b;
}

.text-navy {
  color:#16385f;
}

.link-navy-bold-2 {
  color:#16385f;
  font-weight:700;
  text-decoration:none;
}

.div-style-59 {
  margin-top:90px;
}

.title-44-2 {
  font-size:44px;
  text-align:center;
  color:#16385f;
  margin-bottom:50px;
}

.warning-card {
  background:#f6f1e8;
  padding:30px;
  border-radius:12px;
}

.heading-navy-notop-2 {
  margin-top:0;
  color:#16385f;
}

.section-header-950 {
  text-align:center;
  max-width:950px;
  margin:0 auto 70px auto;
}

.badge-navy-bg-tight {
  display:inline-block;
  background:#16385f;
  color:#ffffff;
  padding:10px 20px;
  border-radius:30px;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:20px;
}

.grid-280 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:25px;
}

.resource-card {
  background:#ffffff;
  padding:35px;
  border-radius:15px;
}

.para-card {
  line-height:1.9;
  color:#444;
}

.future-page-note {
  margin-top:20px;
  padding-top:20px;
  border-top:2px solid #c9a66b;
}

.title-42 {
  text-align:center;
  font-size:42px;
  color:#16385f;
  margin-bottom:50px;
}

.reason-card {
  background:#ffffff;
  padding:25px;
  border-radius:12px;
}

.div-style-71 {
  font-size:21px;
  line-height:1.9;
  color:#dbe6f2;
}

.grid-350 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(350px,1fr));
  gap:30px;
  margin-bottom:80px;
}

.zone-card {
  border:2px solid #c9a66b;
  padding:35px;
  border-radius:15px;
}

.para-onnavy-card {
  color:#dbe6f2;
  line-height:1.9;
}

.div-style-75 {
  text-align:center;
  margin-bottom:50px;
}

.para-19-onnavy2 {
  font-size:19px;
  color:#dbe6f2;
  max-width:850px;
  margin:0 auto;
  line-height:1.8;
}

.grid-180-2 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:20px;
  margin-bottom:80px;
}

.zip-badge {
  background:rgba(255,255,255,.08);
  padding:25px;
  border-radius:12px;
  text-align:center;
  font-size:24px;
  font-weight:700;
}

.div-style-79 {
  border-top:1px solid rgba(255,255,255,.20);
  padding-top:60px;
}

.title-42-2 {
  font-size:42px;
  text-align:center;
  color:#ffffff;
  margin-bottom:30px;
}

.para-20-onnavy {
  font-size:20px;
  line-height:1.9;
  color:#dbe6f2;
  text-align:center;
  max-width:950px;
  margin:0 auto;
}

.div-style-82 {
  background:#f6f1e8;
  padding:50px;
  border-radius:18px;
  margin-bottom:80px;
}

.title-40-3 {
  font-size:40px;
  color:#16385f;
  margin-top:0;
  text-align:center;
}

.grid-250-4 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:25px;
  margin-top:40px;
}

.title-46 {
  font-size:46px;
  color:#16385f;
}

.para-19-gray {
  font-size:19px;
  color:#555;
  max-width:850px;
  margin:20px auto 0 auto;
  line-height:1.8;
}

.grid-x {
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
  max-width:1100px;
  margin:0 auto;
}

.faq-card {
  padding:30px;
  background:#f8f8f8;
  border-radius:12px;
}

.grid-300 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:25px;
}

.link-navy-bold {
  font-weight:700;
  color:#16385f;
  text-decoration:none;
}

.title-42-3 {
  font-size:42px;
  color:#16385f;
  text-align:center;
  margin-bottom:50px;
}

.section-navy-cta {
  padding:100px 30px;
  background:#16385f;
  color:#ffffff;
}

.div-style-93 {
  text-align:center;
  max-width:1000px;
  margin:0 auto;
}

.badge-gold-2 {
  display:inline-block;
  background:#c9a66b;
  color:#16385f;
  padding:10px 22px;
  border-radius:30px;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:25px;
}

.hero-title-lg {
  font-size:60px;
  line-height:1.1;
  font-weight:800;
  margin-bottom:30px;
  color:#ffffff;
}

.div-style-96 {
  font-size:22px;
  line-height:1.9;
  color:#dbe6f2;
  max-width:900px;
  margin:0 auto 40px auto;
}

.grid-300-2 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:30px;
  margin-top:70px;
}

.feature-card-onnavy {
  text-align:center;
  padding:35px;
  border:2px solid rgba(255,255,255,.15);
  border-radius:15px;
}

.title-28 {
  font-size:28px;
  color:#ffffff;
  margin-top:0;
}

.para-onnavy-tight {
  color:#dbe6f2;
  line-height:1.8;
}

.div-style-101 {
  margin-top:80px;
  text-align:center;
}

.title-22-gold {
  font-size:22px;
  color:#c9a66b;
  margin-bottom:10px;
}

.hero-title-2 {
  font-size:56px;
  font-weight:800;
  color:#ffffff;
  margin-bottom:25px;
}

.para-20-onnavy-2 {
  font-size:20px;
  color:#dbe6f2;
  max-width:850px;
  margin:0 auto 40px auto;
  line-height:1.8;
}

.div-style-105 {
  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;
}

.div-style-106 {
  display:inline-block;
  background:transparent;
  border:2px solid #ffffff;
  color:#ffffff;
  padding:20px 42px;
  border-radius:10px;
  font-size:20px;
  font-weight:800;
  text-decoration:none;
}

.div-style-107 {
  margin-top:90px;
  padding-top:50px;
  border-top:1px solid rgba(255,255,255,.15);
  text-align:center;
}

.title-34 {
  font-size:34px;
  color:#ffffff;
  margin-bottom:20px;
}

.para-19-onnavy2-2 {
  font-size:19px;
  color:#dbe6f2;
  max-width:1000px;
  margin:0 auto;
  line-height:1.9;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-7e358ed */.section-white-2 {
  padding:90px 30px;
  background:#ffffff;
}

.container {
  max-width:1300px;
  margin:0 auto;
}

.hero-header {
  text-align:center;
  margin-bottom:60px;
}

.badge-gray {
  display:inline-block;
  background:#f4f4f4;
  color:#333;
  padding:10px 20px;
  border-radius:50px;
  font-weight:700;
  font-size:14px;
  letter-spacing:1px;
  text-transform:uppercase;
}

.hero-title {
  font-size:56px;
  line-height:1.1;
  margin:25px 0 25px;
  color:#1a1a1a;
  font-weight:800;
}

.hero-subtitle {
  font-size:22px;
  line-height:1.8;
  color:#555;
  max-width:950px;
  margin:0 auto;
}

.grid-180 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:18px;
  margin-bottom:70px;
}

.nav-pill {
  background:#f8f8f8;
  padding:22px;
  border-radius:12px;
  text-align:center;
  font-weight:700;
}

.grid-250 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:20px;
  margin-bottom:70px;
}

.card-gold-left {
  background:#f5f5f5;
  padding:25px;
  border-left:5px solid #c49b63;
}

.mt-0 {
  margin-top:0;
}

.mb-0 {
  margin-bottom:0;
}

.text-block {
  max-width:1050px;
  margin:0 auto;
}

.title-38 {
  font-size:38px;
  margin-bottom:30px;
  color:#1a1a1a;
}

.para-19 {
  font-size:19px;
  line-height:1.9;
  color:#444;
}

.section-cream {
  padding:90px 30px;
  background:#f6f1e8;
}

.grid-450-center {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(450px,1fr));
  gap:60px;
  align-items:center;
}

.badge-navy-bg {
  display:inline-block;
  background:#16385f;
  color:#fff;
  padding:10px 18px;
  border-radius:30px;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:20px;
}

.title-48 {
  font-size:48px;
  line-height:1.15;
  margin-bottom:25px;
  color:#16385f;
  font-weight:800;
}

.para-19-mb25 {
  font-size:19px;
  line-height:1.9;
  color:#444;
  margin-bottom:25px;
}

.div-style-21 {
  width:100%;
  border-radius:12px;
  box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.mt-80 {
  margin-top:80px;
}

.title-36 {
  font-size:36px;
  color:#16385f;
  text-align:center;
  margin-bottom:50px;
}

.grid-250-tight {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:25px;
}

.pest-card {
  background:#fff;
  padding:30px;
  border-radius:12px;
}

.heading-navy-notop {
  color:#16385f;
  margin-top:0;
}

.grid-220 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:25px;
}

.process-step {
  background:#16385f;
  color:#fff;
  padding:30px;
  border-radius:12px;
  text-align:center;
}

.section-navy {
  padding:90px 30px;
  background:#16385f;
  color:#ffffff;
}

.section-header-1000 {
  text-align:center;
  max-width:1000px;
  margin:0 auto 70px auto;
}

.badge-gold {
  display:inline-block;
  background:#c9a66b;
  color:#16385f;
  padding:10px 20px;
  border-radius:30px;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:20px;
}

.title-54 {
  font-size:54px;
  line-height:1.1;
  margin-bottom:25px;
  font-weight:800;
  color:#ffffff;
}

.para-21-light {
  font-size:21px;
  line-height:1.9;
  color:#e6edf5;
}

.grid-240 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:25px;
  margin-bottom:70px;
}

.facility-card {
  border:2px solid #c9a66b;
  padding:30px;
  border-radius:12px;
}

.heading-white-notop {
  margin-top:0;
  color:#ffffff;
}

.para-onnavy-plain {
  color:#d9e3ef;
}

.title-40 {
  font-size:40px;
  color:#ffffff;
  text-align:center;
  margin-bottom:35px;
}

.para-19-onnavy-mb25 {
  font-size:19px;
  line-height:1.9;
  color:#d9e3ef;
  margin-bottom:25px;
}

.para-19-onnavy {
  font-size:19px;
  line-height:1.9;
  color:#d9e3ef;
}

.div-style-41 {
  margin-top:70px;
}

.title-40-2 {
  font-size:40px;
  text-align:center;
  color:#ffffff;
  margin-bottom:40px;
}

.grid-250-3 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:20px;
}

.div-style-44 {
  margin-top:80px;
  border-top:1px solid rgba(255,255,255,.2);
  padding-top:60px;
  text-align:center;
}

.title-44 {
  font-size:44px;
  color:#ffffff;
  margin-bottom:20px;
}

.para-20-onnavy2 {
  font-size:20px;
  color:#d9e3ef;
  max-width:850px;
  margin:0 auto 35px auto;
  line-height:1.8;
}

.div-style-47 {
  display:inline-block;
  background:#c9a66b;
  color:#16385f;
  padding:18px 36px;
  border-radius:8px;
  text-decoration:none;
  font-size:18px;
  font-weight:700;
}

.div-style-48 {
  text-align:center;
  max-width:900px;
  margin:0 auto 70px auto;
}

.badge-cream {
  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;
}

.title-54-navy {
  font-size:54px;
  line-height:1.1;
  color:#16385f;
  font-weight:800;
  margin-bottom:25px;
}

.para-21 {
  font-size:21px;
  line-height:1.9;
  color:#555;
}

.grid-500-start {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(500px,1fr));
  gap:50px;
  align-items:start;
}

.pest-detail-card {
  background:#f8f8f8;
  padding:40px;
  border-radius:15px;
}

.title-38-notop {
  font-size:38px;
  color:#16385f;
  margin-top:0;
}

.para-18 {
  font-size:18px;
  line-height:1.9;
  color:#444;
}

.resource-note-box {
  margin-top:30px;
  padding:25px;
  background:#ffffff;
  border-left:5px solid #c9a66b;
}

.text-navy {
  color:#16385f;
}

.link-navy-bold-2 {
  color:#16385f;
  font-weight:700;
  text-decoration:none;
}

.div-style-59 {
  margin-top:90px;
}

.title-44-2 {
  font-size:44px;
  text-align:center;
  color:#16385f;
  margin-bottom:50px;
}

.warning-card {
  background:#f6f1e8;
  padding:30px;
  border-radius:12px;
}

.heading-navy-notop-2 {
  margin-top:0;
  color:#16385f;
}

.section-header-950 {
  text-align:center;
  max-width:950px;
  margin:0 auto 70px auto;
}

.badge-navy-bg-tight {
  display:inline-block;
  background:#16385f;
  color:#ffffff;
  padding:10px 20px;
  border-radius:30px;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:20px;
}

.grid-280 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:25px;
}

.resource-card {
  background:#ffffff;
  padding:35px;
  border-radius:15px;
}

.para-card {
  line-height:1.9;
  color:#444;
}

.future-page-note {
  margin-top:20px;
  padding-top:20px;
  border-top:2px solid #c9a66b;
}

.title-42 {
  text-align:center;
  font-size:42px;
  color:#16385f;
  margin-bottom:50px;
}

.reason-card {
  background:#ffffff;
  padding:25px;
  border-radius:12px;
}

.div-style-71 {
  font-size:21px;
  line-height:1.9;
  color:#dbe6f2;
}

.grid-350 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(350px,1fr));
  gap:30px;
  margin-bottom:80px;
}

.zone-card {
  border:2px solid #c9a66b;
  padding:35px;
  border-radius:15px;
}

.para-onnavy-card {
  color:#dbe6f2;
  line-height:1.9;
}

.div-style-75 {
  text-align:center;
  margin-bottom:50px;
}

.para-19-onnavy2 {
  font-size:19px;
  color:#dbe6f2;
  max-width:850px;
  margin:0 auto;
  line-height:1.8;
}

.grid-180-2 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:20px;
  margin-bottom:80px;
}

.zip-badge {
  background:rgba(255,255,255,.08);
  padding:25px;
  border-radius:12px;
  text-align:center;
  font-size:24px;
  font-weight:700;
}

.div-style-79 {
  border-top:1px solid rgba(255,255,255,.20);
  padding-top:60px;
}

.title-42-2 {
  font-size:42px;
  text-align:center;
  color:#ffffff;
  margin-bottom:30px;
}

.para-20-onnavy {
  font-size:20px;
  line-height:1.9;
  color:#dbe6f2;
  text-align:center;
  max-width:950px;
  margin:0 auto;
}

.div-style-82 {
  background:#f6f1e8;
  padding:50px;
  border-radius:18px;
  margin-bottom:80px;
}

.title-40-3 {
  font-size:40px;
  color:#16385f;
  margin-top:0;
  text-align:center;
}

.grid-250-4 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:25px;
  margin-top:40px;
}

.title-46 {
  font-size:46px;
  color:#16385f;
}

.para-19-gray {
  font-size:19px;
  color:#555;
  max-width:850px;
  margin:20px auto 0 auto;
  line-height:1.8;
}

.grid-x {
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
  max-width:1100px;
  margin:0 auto;
}

.faq-card {
  padding:30px;
  background:#f8f8f8;
  border-radius:12px;
}

.grid-300 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:25px;
}

.link-navy-bold {
  font-weight:700;
  color:#16385f;
  text-decoration:none;
}

.title-42-3 {
  font-size:42px;
  color:#16385f;
  text-align:center;
  margin-bottom:50px;
}

.section-navy-cta {
  padding:100px 30px;
  background:#16385f;
  color:#ffffff;
}

.div-style-93 {
  text-align:center;
  max-width:1000px;
  margin:0 auto;
}

.badge-gold-2 {
  display:inline-block;
  background:#c9a66b;
  color:#16385f;
  padding:10px 22px;
  border-radius:30px;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:25px;
}

.hero-title-lg {
  font-size:60px;
  line-height:1.1;
  font-weight:800;
  margin-bottom:30px;
  color:#ffffff;
}

.div-style-96 {
  font-size:22px;
  line-height:1.9;
  color:#dbe6f2;
  max-width:900px;
  margin:0 auto 40px auto;
}

.grid-300-2 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:30px;
  margin-top:70px;
}

.feature-card-onnavy {
  text-align:center;
  padding:35px;
  border:2px solid rgba(255,255,255,.15);
  border-radius:15px;
}

.title-28 {
  font-size:28px;
  color:#ffffff;
  margin-top:0;
}

.para-onnavy-tight {
  color:#dbe6f2;
  line-height:1.8;
}

.div-style-101 {
  margin-top:80px;
  text-align:center;
}

.title-22-gold {
  font-size:22px;
  color:#c9a66b;
  margin-bottom:10px;
}

.hero-title-2 {
  font-size:56px;
  font-weight:800;
  color:#ffffff;
  margin-bottom:25px;
}

.para-20-onnavy-2 {
  font-size:20px;
  color:#dbe6f2;
  max-width:850px;
  margin:0 auto 40px auto;
  line-height:1.8;
}

.div-style-105 {
  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;
}

.div-style-106 {
  display:inline-block;
  background:transparent;
  border:2px solid #ffffff;
  color:#ffffff;
  padding:20px 42px;
  border-radius:10px;
  font-size:20px;
  font-weight:800;
  text-decoration:none;
}

.div-style-107 {
  margin-top:90px;
  padding-top:50px;
  border-top:1px solid rgba(255,255,255,.15);
  text-align:center;
}

.title-34 {
  font-size:34px;
  color:#ffffff;
  margin-bottom:20px;
}

.para-19-onnavy2-2 {
  font-size:19px;
  color:#dbe6f2;
  max-width:1000px;
  margin:0 auto;
  line-height:1.9;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-23d7e8d */.section-white-2 {
  padding:90px 30px;
  background:#ffffff;
}

.container {
  max-width:1300px;
  margin:0 auto;
}

.hero-header {
  text-align:center;
  margin-bottom:60px;
}

.badge-gray {
  display:inline-block;
  background:#f4f4f4;
  color:#333;
  padding:10px 20px;
  border-radius:50px;
  font-weight:700;
  font-size:14px;
  letter-spacing:1px;
  text-transform:uppercase;
}

.hero-title {
  font-size:56px;
  line-height:1.1;
  margin:25px 0 25px;
  color:#1a1a1a;
  font-weight:800;
}

.hero-subtitle {
  font-size:22px;
  line-height:1.8;
  color:#555;
  max-width:950px;
  margin:0 auto;
}

.grid-180 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:18px;
  margin-bottom:70px;
}

.nav-pill {
  background:#f8f8f8;
  padding:22px;
  border-radius:12px;
  text-align:center;
  font-weight:700;
}

.grid-250 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:20px;
  margin-bottom:70px;
}

.card-gold-left {
  background:#f5f5f5;
  padding:25px;
  border-left:5px solid #c49b63;
}

.mt-0 {
  margin-top:0;
}

.mb-0 {
  margin-bottom:0;
}

.text-block {
  max-width:1050px;
  margin:0 auto;
}

.title-38 {
  font-size:38px;
  margin-bottom:30px;
  color:#1a1a1a;
}

.para-19 {
  font-size:19px;
  line-height:1.9;
  color:#444;
}

.section-cream {
  padding:90px 30px;
  background:#f6f1e8;
}

.grid-450-center {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(450px,1fr));
  gap:60px;
  align-items:center;
}

.badge-navy-bg {
  display:inline-block;
  background:#16385f;
  color:#fff;
  padding:10px 18px;
  border-radius:30px;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:20px;
}

.title-48 {
  font-size:48px;
  line-height:1.15;
  margin-bottom:25px;
  color:#16385f;
  font-weight:800;
}

.para-19-mb25 {
  font-size:19px;
  line-height:1.9;
  color:#444;
  margin-bottom:25px;
}

.div-style-21 {
  width:100%;
  border-radius:12px;
  box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.mt-80 {
  margin-top:80px;
}

.title-36 {
  font-size:36px;
  color:#16385f;
  text-align:center;
  margin-bottom:50px;
}

.grid-250-tight {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:25px;
}

.pest-card {
  background:#fff;
  padding:30px;
  border-radius:12px;
}

.heading-navy-notop {
  color:#16385f;
  margin-top:0;
}

.grid-220 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:25px;
}

.process-step {
  background:#16385f;
  color:#fff;
  padding:30px;
  border-radius:12px;
  text-align:center;
}

.section-navy {
  padding:90px 30px;
  background:#16385f;
  color:#ffffff;
}

.section-header-1000 {
  text-align:center;
  max-width:1000px;
  margin:0 auto 70px auto;
}

.badge-gold {
  display:inline-block;
  background:#c9a66b;
  color:#16385f;
  padding:10px 20px;
  border-radius:30px;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:20px;
}

.title-54 {
  font-size:54px;
  line-height:1.1;
  margin-bottom:25px;
  font-weight:800;
  color:#ffffff;
}

.para-21-light {
  font-size:21px;
  line-height:1.9;
  color:#e6edf5;
}

.grid-240 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:25px;
  margin-bottom:70px;
}

.facility-card {
  border:2px solid #c9a66b;
  padding:30px;
  border-radius:12px;
}

.heading-white-notop {
  margin-top:0;
  color:#ffffff;
}

.para-onnavy-plain {
  color:#d9e3ef;
}

.title-40 {
  font-size:40px;
  color:#ffffff;
  text-align:center;
  margin-bottom:35px;
}

.para-19-onnavy-mb25 {
  font-size:19px;
  line-height:1.9;
  color:#d9e3ef;
  margin-bottom:25px;
}

.para-19-onnavy {
  font-size:19px;
  line-height:1.9;
  color:#d9e3ef;
}

.div-style-41 {
  margin-top:70px;
}

.title-40-2 {
  font-size:40px;
  text-align:center;
  color:#ffffff;
  margin-bottom:40px;
}

.grid-250-3 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:20px;
}

.div-style-44 {
  margin-top:80px;
  border-top:1px solid rgba(255,255,255,.2);
  padding-top:60px;
  text-align:center;
}

.title-44 {
  font-size:44px;
  color:#ffffff;
  margin-bottom:20px;
}

.para-20-onnavy2 {
  font-size:20px;
  color:#d9e3ef;
  max-width:850px;
  margin:0 auto 35px auto;
  line-height:1.8;
}

.div-style-47 {
  display:inline-block;
  background:#c9a66b;
  color:#16385f;
  padding:18px 36px;
  border-radius:8px;
  text-decoration:none;
  font-size:18px;
  font-weight:700;
}

.div-style-48 {
  text-align:center;
  max-width:900px;
  margin:0 auto 70px auto;
}

.badge-cream {
  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;
}

.title-54-navy {
  font-size:54px;
  line-height:1.1;
  color:#16385f;
  font-weight:800;
  margin-bottom:25px;
}

.para-21 {
  font-size:21px;
  line-height:1.9;
  color:#555;
}

.grid-500-start {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(500px,1fr));
  gap:50px;
  align-items:start;
}

.pest-detail-card {
  background:#f8f8f8;
  padding:40px;
  border-radius:15px;
}

.title-38-notop {
  font-size:38px;
  color:#16385f;
  margin-top:0;
}

.para-18 {
  font-size:18px;
  line-height:1.9;
  color:#444;
}

.resource-note-box {
  margin-top:30px;
  padding:25px;
  background:#ffffff;
  border-left:5px solid #c9a66b;
}

.text-navy {
  color:#16385f;
}

.link-navy-bold-2 {
  color:#16385f;
  font-weight:700;
  text-decoration:none;
}

.div-style-59 {
  margin-top:90px;
}

.title-44-2 {
  font-size:44px;
  text-align:center;
  color:#16385f;
  margin-bottom:50px;
}

.warning-card {
  background:#f6f1e8;
  padding:30px;
  border-radius:12px;
}

.heading-navy-notop-2 {
  margin-top:0;
  color:#16385f;
}

.section-header-950 {
  text-align:center;
  max-width:950px;
  margin:0 auto 70px auto;
}

.badge-navy-bg-tight {
  display:inline-block;
  background:#16385f;
  color:#ffffff;
  padding:10px 20px;
  border-radius:30px;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:20px;
}

.grid-280 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:25px;
}

.resource-card {
  background:#ffffff;
  padding:35px;
  border-radius:15px;
}

.para-card {
  line-height:1.9;
  color:#444;
}

.future-page-note {
  margin-top:20px;
  padding-top:20px;
  border-top:2px solid #c9a66b;
}

.title-42 {
  text-align:center;
  font-size:42px;
  color:#16385f;
  margin-bottom:50px;
}

.reason-card {
  background:#ffffff;
  padding:25px;
  border-radius:12px;
}

.div-style-71 {
  font-size:21px;
  line-height:1.9;
  color:#dbe6f2;
}

.grid-350 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(350px,1fr));
  gap:30px;
  margin-bottom:80px;
}

.zone-card {
  border:2px solid #c9a66b;
  padding:35px;
  border-radius:15px;
}

.para-onnavy-card {
  color:#dbe6f2;
  line-height:1.9;
}

.div-style-75 {
  text-align:center;
  margin-bottom:50px;
}

.para-19-onnavy2 {
  font-size:19px;
  color:#dbe6f2;
  max-width:850px;
  margin:0 auto;
  line-height:1.8;
}

.grid-180-2 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:20px;
  margin-bottom:80px;
}

.zip-badge {
  background:rgba(255,255,255,.08);
  padding:25px;
  border-radius:12px;
  text-align:center;
  font-size:24px;
  font-weight:700;
}

.div-style-79 {
  border-top:1px solid rgba(255,255,255,.20);
  padding-top:60px;
}

.title-42-2 {
  font-size:42px;
  text-align:center;
  color:#ffffff;
  margin-bottom:30px;
}

.para-20-onnavy {
  font-size:20px;
  line-height:1.9;
  color:#dbe6f2;
  text-align:center;
  max-width:950px;
  margin:0 auto;
}

.div-style-82 {
  background:#f6f1e8;
  padding:50px;
  border-radius:18px;
  margin-bottom:80px;
}

.title-40-3 {
  font-size:40px;
  color:#16385f;
  margin-top:0;
  text-align:center;
}

.grid-250-4 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:25px;
  margin-top:40px;
}

.title-46 {
  font-size:46px;
  color:#16385f;
}

.para-19-gray {
  font-size:19px;
  color:#555;
  max-width:850px;
  margin:20px auto 0 auto;
  line-height:1.8;
}

.grid-x {
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
  max-width:1100px;
  margin:0 auto;
}

.faq-card {
  padding:30px;
  background:#f8f8f8;
  border-radius:12px;
}

.grid-300 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:25px;
}

.link-navy-bold {
  font-weight:700;
  color:#16385f;
  text-decoration:none;
}

.title-42-3 {
  font-size:42px;
  color:#16385f;
  text-align:center;
  margin-bottom:50px;
}

.section-navy-cta {
  padding:100px 30px;
  background:#16385f;
  color:#ffffff;
}

.div-style-93 {
  text-align:center;
  max-width:1000px;
  margin:0 auto;
}

.badge-gold-2 {
  display:inline-block;
  background:#c9a66b;
  color:#16385f;
  padding:10px 22px;
  border-radius:30px;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:25px;
}

.hero-title-lg {
  font-size:60px;
  line-height:1.1;
  font-weight:800;
  margin-bottom:30px;
  color:#ffffff;
}

.div-style-96 {
  font-size:22px;
  line-height:1.9;
  color:#dbe6f2;
  max-width:900px;
  margin:0 auto 40px auto;
}

.grid-300-2 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:30px;
  margin-top:70px;
}

.feature-card-onnavy {
  text-align:center;
  padding:35px;
  border:2px solid rgba(255,255,255,.15);
  border-radius:15px;
}

.title-28 {
  font-size:28px;
  color:#ffffff;
  margin-top:0;
}

.para-onnavy-tight {
  color:#dbe6f2;
  line-height:1.8;
}

.div-style-101 {
  margin-top:80px;
  text-align:center;
}

.title-22-gold {
  font-size:22px;
  color:#c9a66b;
  margin-bottom:10px;
}

.hero-title-2 {
  font-size:56px;
  font-weight:800;
  color:#ffffff;
  margin-bottom:25px;
}

.para-20-onnavy-2 {
  font-size:20px;
  color:#dbe6f2;
  max-width:850px;
  margin:0 auto 40px auto;
  line-height:1.8;
}

.div-style-105 {
  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;
}

.div-style-106 {
  display:inline-block;
  background:transparent;
  border:2px solid #ffffff;
  color:#ffffff;
  padding:20px 42px;
  border-radius:10px;
  font-size:20px;
  font-weight:800;
  text-decoration:none;
}

.div-style-107 {
  margin-top:90px;
  padding-top:50px;
  border-top:1px solid rgba(255,255,255,.15);
  text-align:center;
}

.title-34 {
  font-size:34px;
  color:#ffffff;
  margin-bottom:20px;
}

.para-19-onnavy2-2 {
  font-size:19px;
  color:#dbe6f2;
  max-width:1000px;
  margin:0 auto;
  line-height:1.9;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-4f588f2 */.section-white-2 {
  padding:90px 30px;
  background:#ffffff;
}

.container {
  max-width:1300px;
  margin:0 auto;
}

.hero-header {
  text-align:center;
  margin-bottom:60px;
}

.badge-gray {
  display:inline-block;
  background:#f4f4f4;
  color:#333;
  padding:10px 20px;
  border-radius:50px;
  font-weight:700;
  font-size:14px;
  letter-spacing:1px;
  text-transform:uppercase;
}

.hero-title {
  font-size:56px;
  line-height:1.1;
  margin:25px 0 25px;
  color:#1a1a1a;
  font-weight:800;
}

.hero-subtitle {
  font-size:22px;
  line-height:1.8;
  color:#555;
  max-width:950px;
  margin:0 auto;
}

.grid-180 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:18px;
  margin-bottom:70px;
}

.nav-pill {
  background:#f8f8f8;
  padding:22px;
  border-radius:12px;
  text-align:center;
  font-weight:700;
}

.grid-250 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:20px;
  margin-bottom:70px;
}

.card-gold-left {
  background:#f5f5f5;
  padding:25px;
  border-left:5px solid #c49b63;
}

.mt-0 {
  margin-top:0;
}

.mb-0 {
  margin-bottom:0;
}

.text-block {
  max-width:1050px;
  margin:0 auto;
}

.title-38 {
  font-size:38px;
  margin-bottom:30px;
  color:#1a1a1a;
}

.para-19 {
  font-size:19px;
  line-height:1.9;
  color:#444;
}

.section-cream {
  padding:90px 30px;
  background:#f6f1e8;
}

.grid-450-center {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(450px,1fr));
  gap:60px;
  align-items:center;
}

.badge-navy-bg {
  display:inline-block;
  background:#16385f;
  color:#fff;
  padding:10px 18px;
  border-radius:30px;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:20px;
}

.title-48 {
  font-size:48px;
  line-height:1.15;
  margin-bottom:25px;
  color:#16385f;
  font-weight:800;
}

.para-19-mb25 {
  font-size:19px;
  line-height:1.9;
  color:#444;
  margin-bottom:25px;
}

.div-style-21 {
  width:100%;
  border-radius:12px;
  box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.mt-80 {
  margin-top:80px;
}

.title-36 {
  font-size:36px;
  color:#16385f;
  text-align:center;
  margin-bottom:50px;
}

.grid-250-tight {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:25px;
}

.pest-card {
  background:#fff;
  padding:30px;
  border-radius:12px;
}

.heading-navy-notop {
  color:#16385f;
  margin-top:0;
}

.grid-220 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:25px;
}

.process-step {
  background:#16385f;
  color:#fff;
  padding:30px;
  border-radius:12px;
  text-align:center;
}

.section-navy {
  padding:90px 30px;
  background:#16385f;
  color:#ffffff;
}

.section-header-1000 {
  text-align:center;
  max-width:1000px;
  margin:0 auto 70px auto;
}

.badge-gold {
  display:inline-block;
  background:#c9a66b;
  color:#16385f;
  padding:10px 20px;
  border-radius:30px;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:20px;
}

.title-54 {
  font-size:54px;
  line-height:1.1;
  margin-bottom:25px;
  font-weight:800;
  color:#ffffff;
}

.para-21-light {
  font-size:21px;
  line-height:1.9;
  color:#e6edf5;
}

.grid-240 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:25px;
  margin-bottom:70px;
}

.facility-card {
  border:2px solid #c9a66b;
  padding:30px;
  border-radius:12px;
}

.heading-white-notop {
  margin-top:0;
  color:#ffffff;
}

.para-onnavy-plain {
  color:#d9e3ef;
}

.title-40 {
  font-size:40px;
  color:#ffffff;
  text-align:center;
  margin-bottom:35px;
}

.para-19-onnavy-mb25 {
  font-size:19px;
  line-height:1.9;
  color:#d9e3ef;
  margin-bottom:25px;
}

.para-19-onnavy {
  font-size:19px;
  line-height:1.9;
  color:#d9e3ef;
}

.div-style-41 {
  margin-top:70px;
}

.title-40-2 {
  font-size:40px;
  text-align:center;
  color:#ffffff;
  margin-bottom:40px;
}

.grid-250-3 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:20px;
}

.div-style-44 {
  margin-top:80px;
  border-top:1px solid rgba(255,255,255,.2);
  padding-top:60px;
  text-align:center;
}

.title-44 {
  font-size:44px;
  color:#ffffff;
  margin-bottom:20px;
}

.para-20-onnavy2 {
  font-size:20px;
  color:#d9e3ef;
  max-width:850px;
  margin:0 auto 35px auto;
  line-height:1.8;
}

.div-style-47 {
  display:inline-block;
  background:#c9a66b;
  color:#16385f;
  padding:18px 36px;
  border-radius:8px;
  text-decoration:none;
  font-size:18px;
  font-weight:700;
}

.div-style-48 {
  text-align:center;
  max-width:900px;
  margin:0 auto 70px auto;
}

.badge-cream {
  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;
}

.title-54-navy {
  font-size:54px;
  line-height:1.1;
  color:#16385f;
  font-weight:800;
  margin-bottom:25px;
}

.para-21 {
  font-size:21px;
  line-height:1.9;
  color:#555;
}

.grid-500-start {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(500px,1fr));
  gap:50px;
  align-items:start;
}

.pest-detail-card {
  background:#f8f8f8;
  padding:40px;
  border-radius:15px;
}

.title-38-notop {
  font-size:38px;
  color:#16385f;
  margin-top:0;
}

.para-18 {
  font-size:18px;
  line-height:1.9;
  color:#444;
}

.resource-note-box {
  margin-top:30px;
  padding:25px;
  background:#ffffff;
  border-left:5px solid #c9a66b;
}

.text-navy {
  color:#16385f;
}

.link-navy-bold-2 {
  color:#16385f;
  font-weight:700;
  text-decoration:none;
}

.div-style-59 {
  margin-top:90px;
}

.title-44-2 {
  font-size:44px;
  text-align:center;
  color:#16385f;
  margin-bottom:50px;
}

.warning-card {
  background:#f6f1e8;
  padding:30px;
  border-radius:12px;
}

.heading-navy-notop-2 {
  margin-top:0;
  color:#16385f;
}

.section-header-950 {
  text-align:center;
  max-width:950px;
  margin:0 auto 70px auto;
}

.badge-navy-bg-tight {
  display:inline-block;
  background:#16385f;
  color:#ffffff;
  padding:10px 20px;
  border-radius:30px;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:20px;
}

.grid-280 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:25px;
}

.resource-card {
  background:#ffffff;
  padding:35px;
  border-radius:15px;
}

.para-card {
  line-height:1.9;
  color:#444;
}

.future-page-note {
  margin-top:20px;
  padding-top:20px;
  border-top:2px solid #c9a66b;
}

.title-42 {
  text-align:center;
  font-size:42px;
  color:#16385f;
  margin-bottom:50px;
}

.reason-card {
  background:#ffffff;
  padding:25px;
  border-radius:12px;
}

.div-style-71 {
  font-size:21px;
  line-height:1.9;
  color:#dbe6f2;
}

.grid-350 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(350px,1fr));
  gap:30px;
  margin-bottom:80px;
}

.zone-card {
  border:2px solid #c9a66b;
  padding:35px;
  border-radius:15px;
}

.para-onnavy-card {
  color:#dbe6f2;
  line-height:1.9;
}

.div-style-75 {
  text-align:center;
  margin-bottom:50px;
}

.para-19-onnavy2 {
  font-size:19px;
  color:#dbe6f2;
  max-width:850px;
  margin:0 auto;
  line-height:1.8;
}

.grid-180-2 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:20px;
  margin-bottom:80px;
}

.zip-badge {
  background:rgba(255,255,255,.08);
  padding:25px;
  border-radius:12px;
  text-align:center;
  font-size:24px;
  font-weight:700;
}

.div-style-79 {
  border-top:1px solid rgba(255,255,255,.20);
  padding-top:60px;
}

.title-42-2 {
  font-size:42px;
  text-align:center;
  color:#ffffff;
  margin-bottom:30px;
}

.para-20-onnavy {
  font-size:20px;
  line-height:1.9;
  color:#dbe6f2;
  text-align:center;
  max-width:950px;
  margin:0 auto;
}

.div-style-82 {
  background:#f6f1e8;
  padding:50px;
  border-radius:18px;
  margin-bottom:80px;
}

.title-40-3 {
  font-size:40px;
  color:#16385f;
  margin-top:0;
  text-align:center;
}

.grid-250-4 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:25px;
  margin-top:40px;
}

.title-46 {
  font-size:46px;
  color:#16385f;
}

.para-19-gray {
  font-size:19px;
  color:#555;
  max-width:850px;
  margin:20px auto 0 auto;
  line-height:1.8;
}

.grid-x {
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
  max-width:1100px;
  margin:0 auto;
}

.faq-card {
  padding:30px;
  background:#f8f8f8;
  border-radius:12px;
}

.grid-300 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:25px;
}

.link-navy-bold {
  font-weight:700;
  color:#16385f;
  text-decoration:none;
}

.title-42-3 {
  font-size:42px;
  color:#16385f;
  text-align:center;
  margin-bottom:50px;
}

.section-navy-cta {
  padding:100px 30px;
  background:#16385f;
  color:#ffffff;
}

.div-style-93 {
  text-align:center;
  max-width:1000px;
  margin:0 auto;
}

.badge-gold-2 {
  display:inline-block;
  background:#c9a66b;
  color:#16385f;
  padding:10px 22px;
  border-radius:30px;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:25px;
}

.hero-title-lg {
  font-size:60px;
  line-height:1.1;
  font-weight:800;
  margin-bottom:30px;
  color:#ffffff;
}

.div-style-96 {
  font-size:22px;
  line-height:1.9;
  color:#dbe6f2;
  max-width:900px;
  margin:0 auto 40px auto;
}

.grid-300-2 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:30px;
  margin-top:70px;
}

.feature-card-onnavy {
  text-align:center;
  padding:35px;
  border:2px solid rgba(255,255,255,.15);
  border-radius:15px;
}

.title-28 {
  font-size:28px;
  color:#ffffff;
  margin-top:0;
}

.para-onnavy-tight {
  color:#dbe6f2;
  line-height:1.8;
}

.div-style-101 {
  margin-top:80px;
  text-align:center;
}

.title-22-gold {
  font-size:22px;
  color:#c9a66b;
  margin-bottom:10px;
}

.hero-title-2 {
  font-size:56px;
  font-weight:800;
  color:#ffffff;
  margin-bottom:25px;
}

.para-20-onnavy-2 {
  font-size:20px;
  color:#dbe6f2;
  max-width:850px;
  margin:0 auto 40px auto;
  line-height:1.8;
}

.div-style-105 {
  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;
}

.div-style-106 {
  display:inline-block;
  background:transparent;
  border:2px solid #ffffff;
  color:#ffffff;
  padding:20px 42px;
  border-radius:10px;
  font-size:20px;
  font-weight:800;
  text-decoration:none;
}

.div-style-107 {
  margin-top:90px;
  padding-top:50px;
  border-top:1px solid rgba(255,255,255,.15);
  text-align:center;
}

.title-34 {
  font-size:34px;
  color:#ffffff;
  margin-bottom:20px;
}

.para-19-onnavy2-2 {
  font-size:19px;
  color:#dbe6f2;
  max-width:1000px;
  margin:0 auto;
  line-height:1.9;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-3b7b658 */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-e270fe2 */.section-white-2 {
  padding:90px 30px;
  background:#ffffff;
}

.container {
  max-width:1300px;
  margin:0 auto;
}

.hero-header {
  text-align:center;
  margin-bottom:60px;
}

.badge-gray {
  display:inline-block;
  background:#f4f4f4;
  color:#333;
  padding:10px 20px;
  border-radius:50px;
  font-weight:700;
  font-size:14px;
  letter-spacing:1px;
  text-transform:uppercase;
}

.hero-title {
  font-size:56px;
  line-height:1.1;
  margin:25px 0 25px;
  color:#1a1a1a;
  font-weight:800;
}

.hero-subtitle {
  font-size:22px;
  line-height:1.8;
  color:#555;
  max-width:950px;
  margin:0 auto;
}

.grid-180 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:18px;
  margin-bottom:70px;
}

.nav-pill {
  background:#f8f8f8;
  padding:22px;
  border-radius:12px;
  text-align:center;
  font-weight:700;
}

.grid-250 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:20px;
  margin-bottom:70px;
}

.card-gold-left {
  background:#f5f5f5;
  padding:25px;
  border-left:5px solid #c49b63;
}

.mt-0 {
  margin-top:0;
}

.mb-0 {
  margin-bottom:0;
}

.text-block {
  max-width:1050px;
  margin:0 auto;
}

.title-38 {
  font-size:38px;
  margin-bottom:30px;
  color:#1a1a1a;
}

.para-19 {
  font-size:19px;
  line-height:1.9;
  color:#444;
}

.section-cream {
  padding:90px 30px;
  background:#f6f1e8;
}

.grid-450-center {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(450px,1fr));
  gap:60px;
  align-items:center;
}

.badge-navy-bg {
  display:inline-block;
  background:#16385f;
  color:#fff;
  padding:10px 18px;
  border-radius:30px;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:20px;
}

.title-48 {
  font-size:48px;
  line-height:1.15;
  margin-bottom:25px;
  color:#16385f;
  font-weight:800;
}

.para-19-mb25 {
  font-size:19px;
  line-height:1.9;
  color:#444;
  margin-bottom:25px;
}

.div-style-21 {
  width:100%;
  border-radius:12px;
  box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.mt-80 {
  margin-top:80px;
}

.title-36 {
  font-size:36px;
  color:#16385f;
  text-align:center;
  margin-bottom:50px;
}

.grid-250-tight {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:25px;
}

.pest-card {
  background:#fff;
  padding:30px;
  border-radius:12px;
}

.heading-navy-notop {
  color:#16385f;
  margin-top:0;
}

.grid-220 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:25px;
}

.process-step {
  background:#16385f;
  color:#fff;
  padding:30px;
  border-radius:12px;
  text-align:center;
}

.section-navy {
  padding:90px 30px;
  background:#16385f;
  color:#ffffff;
}

.section-header-1000 {
  text-align:center;
  max-width:1000px;
  margin:0 auto 70px auto;
}

.badge-gold {
  display:inline-block;
  background:#c9a66b;
  color:#16385f;
  padding:10px 20px;
  border-radius:30px;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:20px;
}

.title-54 {
  font-size:54px;
  line-height:1.1;
  margin-bottom:25px;
  font-weight:800;
  color:#ffffff;
}

.para-21-light {
  font-size:21px;
  line-height:1.9;
  color:#e6edf5;
}

.grid-240 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:25px;
  margin-bottom:70px;
}

.facility-card {
  border:2px solid #c9a66b;
  padding:30px;
  border-radius:12px;
}

.heading-white-notop {
  margin-top:0;
  color:#ffffff;
}

.para-onnavy-plain {
  color:#d9e3ef;
}

.title-40 {
  font-size:40px;
  color:#ffffff;
  text-align:center;
  margin-bottom:35px;
}

.para-19-onnavy-mb25 {
  font-size:19px;
  line-height:1.9;
  color:#d9e3ef;
  margin-bottom:25px;
}

.para-19-onnavy {
  font-size:19px;
  line-height:1.9;
  color:#d9e3ef;
}

.div-style-41 {
  margin-top:70px;
}

.title-40-2 {
  font-size:40px;
  text-align:center;
  color:#ffffff;
  margin-bottom:40px;
}

.grid-250-3 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:20px;
}

.div-style-44 {
  margin-top:80px;
  border-top:1px solid rgba(255,255,255,.2);
  padding-top:60px;
  text-align:center;
}

.title-44 {
  font-size:44px;
  color:#ffffff;
  margin-bottom:20px;
}

.para-20-onnavy2 {
  font-size:20px;
  color:#d9e3ef;
  max-width:850px;
  margin:0 auto 35px auto;
  line-height:1.8;
}

.div-style-47 {
  display:inline-block;
  background:#c9a66b;
  color:#16385f;
  padding:18px 36px;
  border-radius:8px;
  text-decoration:none;
  font-size:18px;
  font-weight:700;
}

.div-style-48 {
  text-align:center;
  max-width:900px;
  margin:0 auto 70px auto;
}

.badge-cream {
  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;
}

.title-54-navy {
  font-size:54px;
  line-height:1.1;
  color:#16385f;
  font-weight:800;
  margin-bottom:25px;
}

.para-21 {
  font-size:21px;
  line-height:1.9;
  color:#555;
}

.grid-500-start {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(500px,1fr));
  gap:50px;
  align-items:start;
}

.pest-detail-card {
  background:#f8f8f8;
  padding:40px;
  border-radius:15px;
}

.title-38-notop {
  font-size:38px;
  color:#16385f;
  margin-top:0;
}

.para-18 {
  font-size:18px;
  line-height:1.9;
  color:#444;
}

.resource-note-box {
  margin-top:30px;
  padding:25px;
  background:#ffffff;
  border-left:5px solid #c9a66b;
}

.text-navy {
  color:#16385f;
}

.link-navy-bold-2 {
  color:#16385f;
  font-weight:700;
  text-decoration:none;
}

.div-style-59 {
  margin-top:90px;
}

.title-44-2 {
  font-size:44px;
  text-align:center;
  color:#16385f;
  margin-bottom:50px;
}

.warning-card {
  background:#f6f1e8;
  padding:30px;
  border-radius:12px;
}

.heading-navy-notop-2 {
  margin-top:0;
  color:#16385f;
}

.section-header-950 {
  text-align:center;
  max-width:950px;
  margin:0 auto 70px auto;
}

.badge-navy-bg-tight {
  display:inline-block;
  background:#16385f;
  color:#ffffff;
  padding:10px 20px;
  border-radius:30px;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:20px;
}

.grid-280 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:25px;
}

.resource-card {
  background:#ffffff;
  padding:35px;
  border-radius:15px;
}

.para-card {
  line-height:1.9;
  color:#444;
}

.future-page-note {
  margin-top:20px;
  padding-top:20px;
  border-top:2px solid #c9a66b;
}

.title-42 {
  text-align:center;
  font-size:42px;
  color:#16385f;
  margin-bottom:50px;
}

.reason-card {
  background:#ffffff;
  padding:25px;
  border-radius:12px;
}

.div-style-71 {
  font-size:21px;
  line-height:1.9;
  color:#dbe6f2;
}

.grid-350 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(350px,1fr));
  gap:30px;
  margin-bottom:80px;
}

.zone-card {
  border:2px solid #c9a66b;
  padding:35px;
  border-radius:15px;
}

.para-onnavy-card {
  color:#dbe6f2;
  line-height:1.9;
}

.div-style-75 {
  text-align:center;
  margin-bottom:50px;
}

.para-19-onnavy2 {
  font-size:19px;
  color:#dbe6f2;
  max-width:850px;
  margin:0 auto;
  line-height:1.8;
}

.grid-180-2 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:20px;
  margin-bottom:80px;
}

.zip-badge {
  background:rgba(255,255,255,.08);
  padding:25px;
  border-radius:12px;
  text-align:center;
  font-size:24px;
  font-weight:700;
}

.div-style-79 {
  border-top:1px solid rgba(255,255,255,.20);
  padding-top:60px;
}

.title-42-2 {
  font-size:42px;
  text-align:center;
  color:#ffffff;
  margin-bottom:30px;
}

.para-20-onnavy {
  font-size:20px;
  line-height:1.9;
  color:#dbe6f2;
  text-align:center;
  max-width:950px;
  margin:0 auto;
}

.div-style-82 {
  background:#f6f1e8;
  padding:50px;
  border-radius:18px;
  margin-bottom:80px;
}

.title-40-3 {
  font-size:40px;
  color:#16385f;
  margin-top:0;
  text-align:center;
}

.grid-250-4 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:25px;
  margin-top:40px;
}

.title-46 {
  font-size:46px;
  color:#16385f;
}

.para-19-gray {
  font-size:19px;
  color:#555;
  max-width:850px;
  margin:20px auto 0 auto;
  line-height:1.8;
}

.grid-x {
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
  max-width:1100px;
  margin:0 auto;
}

.faq-card {
  padding:30px;
  background:#f8f8f8;
  border-radius:12px;
}

.grid-300 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:25px;
}

.link-navy-bold {
  font-weight:700;
  color:#16385f;
  text-decoration:none;
}

.title-42-3 {
  font-size:42px;
  color:#16385f;
  text-align:center;
  margin-bottom:50px;
}

.section-navy-cta {
  padding:100px 30px;
  background:#16385f;
  color:#ffffff;
}

.div-style-93 {
  text-align:center;
  max-width:1000px;
  margin:0 auto;
}

.badge-gold-2 {
  display:inline-block;
  background:#c9a66b;
  color:#16385f;
  padding:10px 22px;
  border-radius:30px;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:25px;
}

.hero-title-lg {
  font-size:60px;
  line-height:1.1;
  font-weight:800;
  margin-bottom:30px;
  color:#ffffff;
}

.div-style-96 {
  font-size:22px;
  line-height:1.9;
  color:#dbe6f2;
  max-width:900px;
  margin:0 auto 40px auto;
}

.grid-300-2 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:30px;
  margin-top:70px;
}

.feature-card-onnavy {
  text-align:center;
  padding:35px;
  border:2px solid rgba(255,255,255,.15);
  border-radius:15px;
}

.title-28 {
  font-size:28px;
  color:#ffffff;
  margin-top:0;
}

.para-onnavy-tight {
  color:#dbe6f2;
  line-height:1.8;
}

.div-style-101 {
  margin-top:80px;
  text-align:center;
}

.title-22-gold {
  font-size:22px;
  color:#c9a66b;
  margin-bottom:10px;
}

.hero-title-2 {
  font-size:56px;
  font-weight:800;
  color:#ffffff;
  margin-bottom:25px;
}

.para-20-onnavy-2 {
  font-size:20px;
  color:#dbe6f2;
  max-width:850px;
  margin:0 auto 40px auto;
  line-height:1.8;
}

.div-style-105 {
  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;
}

.div-style-106 {
  display:inline-block;
  background:transparent;
  border:2px solid #ffffff;
  color:#ffffff;
  padding:20px 42px;
  border-radius:10px;
  font-size:20px;
  font-weight:800;
  text-decoration:none;
}

.div-style-107 {
  margin-top:90px;
  padding-top:50px;
  border-top:1px solid rgba(255,255,255,.15);
  text-align:center;
}

.title-34 {
  font-size:34px;
  color:#ffffff;
  margin-bottom:20px;
}

.para-19-onnavy2-2 {
  font-size:19px;
  color:#dbe6f2;
  max-width:1000px;
  margin:0 auto;
  line-height:1.9;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-b03db00 */.section-white-2 {
  padding:90px 30px;
  background:#ffffff;
}

.container {
  max-width:1300px;
  margin:0 auto;
}

.hero-header {
  text-align:center;
  margin-bottom:60px;
}

.badge-gray {
  display:inline-block;
  background:#f4f4f4;
  color:#333;
  padding:10px 20px;
  border-radius:50px;
  font-weight:700;
  font-size:14px;
  letter-spacing:1px;
  text-transform:uppercase;
}

.hero-title {
  font-size:56px;
  line-height:1.1;
  margin:25px 0 25px;
  color:#1a1a1a;
  font-weight:800;
}

.hero-subtitle {
  font-size:22px;
  line-height:1.8;
  color:#555;
  max-width:950px;
  margin:0 auto;
}

.grid-180 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:18px;
  margin-bottom:70px;
}

.nav-pill {
  background:#f8f8f8;
  padding:22px;
  border-radius:12px;
  text-align:center;
  font-weight:700;
}

.grid-250 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:20px;
  margin-bottom:70px;
}

.card-gold-left {
  background:#f5f5f5;
  padding:25px;
  border-left:5px solid #c49b63;
}

.mt-0 {
  margin-top:0;
}

.mb-0 {
  margin-bottom:0;
}

.text-block {
  max-width:1050px;
  margin:0 auto;
}

.title-38 {
  font-size:38px;
  margin-bottom:30px;
  color:#1a1a1a;
}

.para-19 {
  font-size:19px;
  line-height:1.9;
  color:#444;
}

.section-cream {
  padding:90px 30px;
  background:#f6f1e8;
}

.grid-450-center {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(450px,1fr));
  gap:60px;
  align-items:center;
}

.badge-navy-bg {
  display:inline-block;
  background:#16385f;
  color:#fff;
  padding:10px 18px;
  border-radius:30px;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:20px;
}

.title-48 {
  font-size:48px;
  line-height:1.15;
  margin-bottom:25px;
  color:#16385f;
  font-weight:800;
}

.para-19-mb25 {
  font-size:19px;
  line-height:1.9;
  color:#444;
  margin-bottom:25px;
}

.div-style-21 {
  width:100%;
  border-radius:12px;
  box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.mt-80 {
  margin-top:80px;
}

.title-36 {
  font-size:36px;
  color:#16385f;
  text-align:center;
  margin-bottom:50px;
}

.grid-250-tight {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:25px;
}

.pest-card {
  background:#fff;
  padding:30px;
  border-radius:12px;
}

.heading-navy-notop {
  color:#16385f;
  margin-top:0;
}

.grid-220 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:25px;
}

.process-step {
  background:#16385f;
  color:#fff;
  padding:30px;
  border-radius:12px;
  text-align:center;
}

.section-navy {
  padding:90px 30px;
  background:#16385f;
  color:#ffffff;
}

.section-header-1000 {
  text-align:center;
  max-width:1000px;
  margin:0 auto 70px auto;
}

.badge-gold {
  display:inline-block;
  background:#c9a66b;
  color:#16385f;
  padding:10px 20px;
  border-radius:30px;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:20px;
}

.title-54 {
  font-size:54px;
  line-height:1.1;
  margin-bottom:25px;
  font-weight:800;
  color:#ffffff;
}

.para-21-light {
  font-size:21px;
  line-height:1.9;
  color:#e6edf5;
}

.grid-240 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
  gap:25px;
  margin-bottom:70px;
}

.facility-card {
  border:2px solid #c9a66b;
  padding:30px;
  border-radius:12px;
}

.heading-white-notop {
  margin-top:0;
  color:#ffffff;
}

.para-onnavy-plain {
  color:#d9e3ef;
}

.title-40 {
  font-size:40px;
  color:#ffffff;
  text-align:center;
  margin-bottom:35px;
}

.para-19-onnavy-mb25 {
  font-size:19px;
  line-height:1.9;
  color:#d9e3ef;
  margin-bottom:25px;
}

.para-19-onnavy {
  font-size:19px;
  line-height:1.9;
  color:#d9e3ef;
}

.div-style-41 {
  margin-top:70px;
}

.title-40-2 {
  font-size:40px;
  text-align:center;
  color:#ffffff;
  margin-bottom:40px;
}

.grid-250-3 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:20px;
}

.div-style-44 {
  margin-top:80px;
  border-top:1px solid rgba(255,255,255,.2);
  padding-top:60px;
  text-align:center;
}

.title-44 {
  font-size:44px;
  color:#ffffff;
  margin-bottom:20px;
}

.para-20-onnavy2 {
  font-size:20px;
  color:#d9e3ef;
  max-width:850px;
  margin:0 auto 35px auto;
  line-height:1.8;
}

.div-style-47 {
  display:inline-block;
  background:#c9a66b;
  color:#16385f;
  padding:18px 36px;
  border-radius:8px;
  text-decoration:none;
  font-size:18px;
  font-weight:700;
}

.div-style-48 {
  text-align:center;
  max-width:900px;
  margin:0 auto 70px auto;
}

.badge-cream {
  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;
}

.title-54-navy {
  font-size:54px;
  line-height:1.1;
  color:#16385f;
  font-weight:800;
  margin-bottom:25px;
}

.para-21 {
  font-size:21px;
  line-height:1.9;
  color:#555;
}

.grid-500-start {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(500px,1fr));
  gap:50px;
  align-items:start;
}

.pest-detail-card {
  background:#f8f8f8;
  padding:40px;
  border-radius:15px;
}

.title-38-notop {
  font-size:38px;
  color:#16385f;
  margin-top:0;
}

.para-18 {
  font-size:18px;
  line-height:1.9;
  color:#444;
}

.resource-note-box {
  margin-top:30px;
  padding:25px;
  background:#ffffff;
  border-left:5px solid #c9a66b;
}

.text-navy {
  color:#16385f;
}

.link-navy-bold-2 {
  color:#16385f;
  font-weight:700;
  text-decoration:none;
}

.div-style-59 {
  margin-top:90px;
}

.title-44-2 {
  font-size:44px;
  text-align:center;
  color:#16385f;
  margin-bottom:50px;
}

.warning-card {
  background:#f6f1e8;
  padding:30px;
  border-radius:12px;
}

.heading-navy-notop-2 {
  margin-top:0;
  color:#16385f;
}

.section-header-950 {
  text-align:center;
  max-width:950px;
  margin:0 auto 70px auto;
}

.badge-navy-bg-tight {
  display:inline-block;
  background:#16385f;
  color:#ffffff;
  padding:10px 20px;
  border-radius:30px;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:20px;
}

.grid-280 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
  gap:25px;
}

.resource-card {
  background:#ffffff;
  padding:35px;
  border-radius:15px;
}

.para-card {
  line-height:1.9;
  color:#444;
}

.future-page-note {
  margin-top:20px;
  padding-top:20px;
  border-top:2px solid #c9a66b;
}

.title-42 {
  text-align:center;
  font-size:42px;
  color:#16385f;
  margin-bottom:50px;
}

.reason-card {
  background:#ffffff;
  padding:25px;
  border-radius:12px;
}

.div-style-71 {
  font-size:21px;
  line-height:1.9;
  color:#dbe6f2;
}

.grid-350 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(350px,1fr));
  gap:30px;
  margin-bottom:80px;
}

.zone-card {
  border:2px solid #c9a66b;
  padding:35px;
  border-radius:15px;
}

.para-onnavy-card {
  color:#dbe6f2;
  line-height:1.9;
}

.div-style-75 {
  text-align:center;
  margin-bottom:50px;
}

.para-19-onnavy2 {
  font-size:19px;
  color:#dbe6f2;
  max-width:850px;
  margin:0 auto;
  line-height:1.8;
}

.grid-180-2 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(180px,1fr));
  gap:20px;
  margin-bottom:80px;
}

.zip-badge {
  background:rgba(255,255,255,.08);
  padding:25px;
  border-radius:12px;
  text-align:center;
  font-size:24px;
  font-weight:700;
}

.div-style-79 {
  border-top:1px solid rgba(255,255,255,.20);
  padding-top:60px;
}

.title-42-2 {
  font-size:42px;
  text-align:center;
  color:#ffffff;
  margin-bottom:30px;
}

.para-20-onnavy {
  font-size:20px;
  line-height:1.9;
  color:#dbe6f2;
  text-align:center;
  max-width:950px;
  margin:0 auto;
}

.div-style-82 {
  background:#f6f1e8;
  padding:50px;
  border-radius:18px;
  margin-bottom:80px;
}

.title-40-3 {
  font-size:40px;
  color:#16385f;
  margin-top:0;
  text-align:center;
}

.grid-250-4 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
  gap:25px;
  margin-top:40px;
}

.title-46 {
  font-size:46px;
  color:#16385f;
}

.para-19-gray {
  font-size:19px;
  color:#555;
  max-width:850px;
  margin:20px auto 0 auto;
  line-height:1.8;
}

.grid-x {
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
  max-width:1100px;
  margin:0 auto;
}

.faq-card {
  padding:30px;
  background:#f8f8f8;
  border-radius:12px;
}

.grid-300 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:25px;
}

.link-navy-bold {
  font-weight:700;
  color:#16385f;
  text-decoration:none;
}

.title-42-3 {
  font-size:42px;
  color:#16385f;
  text-align:center;
  margin-bottom:50px;
}

.section-navy-cta {
  padding:100px 30px;
  background:#16385f;
  color:#ffffff;
}

.div-style-93 {
  text-align:center;
  max-width:1000px;
  margin:0 auto;
}

.badge-gold-2 {
  display:inline-block;
  background:#c9a66b;
  color:#16385f;
  padding:10px 22px;
  border-radius:30px;
  font-size:13px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px;
  margin-bottom:25px;
}

.hero-title-lg {
  font-size:60px;
  line-height:1.1;
  font-weight:800;
  margin-bottom:30px;
  color:#ffffff;
}

.div-style-96 {
  font-size:22px;
  line-height:1.9;
  color:#dbe6f2;
  max-width:900px;
  margin:0 auto 40px auto;
}

.grid-300-2 {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:30px;
  margin-top:70px;
}

.feature-card-onnavy {
  text-align:center;
  padding:35px;
  border:2px solid rgba(255,255,255,.15);
  border-radius:15px;
}

.title-28 {
  font-size:28px;
  color:#ffffff;
  margin-top:0;
}

.para-onnavy-tight {
  color:#dbe6f2;
  line-height:1.8;
}

.div-style-101 {
  margin-top:80px;
  text-align:center;
}

.title-22-gold {
  font-size:22px;
  color:#c9a66b;
  margin-bottom:10px;
}

.hero-title-2 {
  font-size:56px;
  font-weight:800;
  color:#ffffff;
  margin-bottom:25px;
}

.para-20-onnavy-2 {
  font-size:20px;
  color:#dbe6f2;
  max-width:850px;
  margin:0 auto 40px auto;
  line-height:1.8;
}

.div-style-105 {
  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;
}

.div-style-106 {
  display:inline-block;
  background:transparent;
  border:2px solid #ffffff;
  color:#ffffff;
  padding:20px 42px;
  border-radius:10px;
  font-size:20px;
  font-weight:800;
  text-decoration:none;
}

.div-style-107 {
  margin-top:90px;
  padding-top:50px;
  border-top:1px solid rgba(255,255,255,.15);
  text-align:center;
}

.title-34 {
  font-size:34px;
  color:#ffffff;
  margin-bottom:20px;
}

.para-19-onnavy2-2 {
  font-size:19px;
  color:#dbe6f2;
  max-width:1000px;
  margin:0 auto;
  line-height:1.9;
}
@media (max-width: 767px) {
.grid-450-center,.grid-500-start{ grid-template-columns: 1fr;}
}/* End custom CSS */