.elementor-459 .elementor-element.elementor-element-86b5c9c > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-459 .elementor-element.elementor-element-01266d9{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-459 .elementor-element.elementor-element-01266d9 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-459 .elementor-element.elementor-element-f3b2939 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-459 .elementor-element.elementor-element-fe032af{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-459 .elementor-element.elementor-element-fe032af > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-459 .elementor-element.elementor-element-4cb64b0 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-459 .elementor-element.elementor-element-1a1b85f > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-459 .elementor-element.elementor-element-e967c5d > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-459 .elementor-element.elementor-element-8076639 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-6a69b70 *//* ============================
   AREAS WE COVER - HERO SECTION
============================ */

.areas-hero-section {
  background: linear-gradient(
      rgba(10, 10, 10, 0.65),
      rgba(10, 10, 10, 0.65)
    ),
    url('https://pestsoldiers.com.au/wp-content/uploads/2025/12/IMG-20251208-WA0059-1.jpg');
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 768px) {
  .areas-hero-section {
    padding: 40px 20px;
  }
}

.areas-hero-container {
  max-width: 900px;
  margin: 0 auto;
}

.areas-hero-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 35px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .areas-hero-title {
    font-size: 22px;
  }
}

.areas-hero-subtext {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.7em;
  color: #f0f0f0;
  max-width: 700px;
  margin: 0 auto 30px auto;
}

.areas-hero-btn {
  display: inline-block;
  background: #1855ec;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding: 14px 32px;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s ease;
}

.areas-hero-btn:hover {
  background: #4bb649;
  color: #ffffff;
}/* End custom CSS */