.elementor-1272 .elementor-element.elementor-element-df989a8 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-1272 .elementor-element.elementor-element-787c9b2 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-1272 .elementor-element.elementor-element-fd2e5d7 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-1272 .elementor-element.elementor-element-4e58060 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-1272 .elementor-element.elementor-element-7d24c12 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-1272 .elementor-element.elementor-element-8e5e94a > .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-4ae7f75 *//* ============================================
   TERMITE INSPECTION SECTION - PEST SOLDIER
   ============================================ */

.termite-services-section {
  padding: 80px 20px;
  background: #ffffff;
}

.termite-services-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 40px;
  align-items: start;
}

/* TEXT CONTENT */
.termite-services-content h2 {
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  font-weight: 600;
  color: #0A0A0A;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.termite-services-content h3 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #1855EC;
  margin: 30px 0 10px;
}

.termite-services-content p {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1.8em;
  margin-bottom: 18px;
}

/* IMAGE SIDE */
.termite-services-images {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.termite-services-images img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

/* ============================
   RESPONSIVE ADJUSTMENTS
   ============================ */
@media (max-width: 992px) {
  .termite-services-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .termite-services-images {
    max-width: 500px;
    margin: 0 auto;
  }

  .termite-services-content h2 {
    font-size: 28px;
  }

  .termite-services-content h3 {
    font-size: 18px;
  }
}

@media (max-width: 600px) {
  .termite-services-section {
    padding: 40px 20px;
  }

  .termite-services-content p {
    font-size: 15px;
  }

  .termite-services-content h2 {
    font-size: 24px;
  }
}/* End custom CSS */