.elementor-815 .elementor-element.elementor-element-f0fe73d{--display:flex;}.elementor-815 .elementor-element.elementor-element-9ca0254{--display:flex;}.elementor-815 .elementor-element.elementor-element-fecd398{--display:flex;}.elementor-815 .elementor-element.elementor-element-8ed06af{--display:flex;}.elementor-815 .elementor-element.elementor-element-879c635{--display:flex;}.elementor-815 .elementor-element.elementor-element-d171ce3{--display:flex;}.elementor-815 .elementor-element.elementor-element-9c8168f{--display:flex;}.elementor-815 .elementor-element.elementor-element-90a8920{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-1fca2d4 *//* Hero Section */
.hero-section {
  background-color: #f0f7e6; /* Light green background */
  color: #3a5a40; /* Dark green text */
  text-align: center;
  padding: 80px 20px;
}

.hero-section h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #3a5a40;
}

.hero-section p {
  font-size: 1.2rem;
  max-width: 800px;
  margin: 0 auto 30px;
  line-height: 1.6;
}

.cta-button {
  display: inline-block;
  background-color: #3a5a40;
  color: white;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.1rem;
  transition: background-color 0.3s;
}

.cta-button:hover {
  background-color: #2d4330;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .hero-section {
    padding: 60px 20px;
  }
  
  .hero-section h1 {
    font-size: 2rem;
  }
  
  .hero-section p {
    font-size: 1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3e0b0f0 *//* Why Choose Us Section */
.why-choose-us-section {
  background-color: #ffffff;
  padding: 60px 20px;
  color: #3a5a40;
}

.why-choose-us-section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
  color: #3a5a40;
}

.highlight {
  color: #588157;
  font-weight: bold;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.benefit-card {
  background-color: #f0f7e6;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-5px);
}

.benefit-card h3 {
  color: #3a5a40;
  margin-bottom: 15px;
  font-size: 1.3rem;
}

.benefit-card p {
  line-height: 1.6;
  color: #4a674a;
}

.benefit-card a {
  color: #588157;
  text-decoration: none;
  font-weight: bold;
}

.benefit-card a:hover {
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .benefits-grid {
    grid-template-columns: 1fr;
  }
  
  .why-choose-us-section h2 {
    font-size: 1.8rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8c8dd2e *//* Top 5 Pest Services Section */
.top-services-section {
  background-color: #f8f9fa;
  padding: 60px 20px;
  color: #3a5a40;
}

.top-services-section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
  color: #3a5a40;
}

.service-card {
  background-color: white;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
}

.service-card h3 {
  color: #588157;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.4rem;
}

.service-card p {
  line-height: 1.6;
  margin-bottom: 20px;
  color: #4a674a;
}

.service-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.fact, .tip {
  background-color: #f0f7e6;
  padding: 12px 15px;
  border-radius: 6px;
  font-size: 0.95rem;
}

.fact span, .tip span {
  font-weight: bold;
  color: #3a5a40;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .service-facts {
    grid-template-columns: 1fr;
  }
  
  .top-services-section h2 {
    font-size: 1.8rem;
  }
  
  .service-card {
    padding: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8ecab2f *//* Prevention Tips Section */
.prevention-tips-section {
  background-color: #ffffff;
  padding: 60px 20px;
  color: #3a5a40;
}

.prevention-tips-section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 10px;
  color: #3a5a40;
}

.section-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
  font-size: 1.1rem;
  line-height: 1.6;
  color: #4a674a;
}

.tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.tip-card {
  background-color: #f0f7e6;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tip-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.tip-card h3 {
  color: #588157;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.3rem;
}

.tip-card p {
  line-height: 1.6;
  margin-bottom: 20px;
  color: #4a674a;
}

.tip-emoji {
  font-size: 2.5rem;
  text-align: center;
  margin-top: 15px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .tips-grid {
    grid-template-columns: 1fr;
  }
  
  .prevention-tips-section h2 {
    font-size: 1.8rem;
  }
  
  .tip-card {
    padding: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c7a6893 *//* Service Area Section */
.service-area-section {
  background-color: #f0f7e6;
  padding: 60px 20px;
  color: #3a5a40;
}

.service-area-section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 10px;
  color: #3a5a40;
}

.area-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.area-card {
  background-color: white;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.area-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.area-card h3 {
  color: #588157;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.3rem;
}

.area-card p {
  line-height: 1.6;
  margin-bottom: 20px;
  color: #4a674a;
}

.area-emoji {
  font-size: 2.5rem;
  text-align: center;
  margin-top: 15px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .area-grid {
    grid-template-columns: 1fr;
  }
  
  .service-area-section h2 {
    font-size: 1.8rem;
  }
  
  .area-card {
    padding: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9673e29 *//* Customer Reviews Section */
.customer-reviews-section {
  background-color: #ffffff;
  padding: 60px 20px;
  color: #3a5a40;
}

.customer-reviews-section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 10px;
  color: #3a5a40;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.review-card {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.rating {
  font-size: 1.5rem;
  color: #f9a826;
  margin-bottom: 15px;
}

.review-text {
  line-height: 1.6;
  margin-bottom: 15px;
  color: #4a674a;
  font-style: italic;
}

.reviewer {
  text-align: right;
  font-weight: bold;
  color: #588157;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .reviews-grid {
    grid-template-columns: 1fr;
  }
  
  .customer-reviews-section h2 {
    font-size: 1.8rem;
  }
  
  .review-card {
    padding: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-77953d3 *//* FAQ Section */
.faq-section {
  background-color: #f0f7e6;
  padding: 60px 20px;
  color: #3a5a40;
}

.faq-section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 10px;
  color: #3a5a40;
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.faq-card {
  background-color: white;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.faq-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.faq-card h3 {
  color: #588157;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.3rem;
}

.faq-card p {
  line-height: 1.6;
  margin-bottom: 0;
  color: #4a674a;
}

.faq-card a {
  color: #588157;
  text-decoration: none;
  font-weight: bold;
}

.faq-card a:hover {
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .faq-grid {
    grid-template-columns: 1fr;
  }
  
  .faq-section h2 {
    font-size: 1.8rem;
  }
  
  .faq-card {
    padding: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-66b8f62 *//* Contact Us Section */
.contact-us-section {
  background-color: #ffffff;
  padding: 60px 20px;
  color: #3a5a40;
}

.contact-us-section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 10px;
  color: #3a5a40;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.contact-info, .contact-hours {
  background-color: #f0f7e6;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.contact-info h3, .contact-hours h3 {
  color: #588157;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 1.3rem;
}

.contact-info p, .contact-hours p {
  line-height: 1.6;
  margin-bottom: 15px;
  color: #4a674a;
}

.phone-number {
  font-size: 1.5rem;
  font-weight: bold;
  color: #3a5a40;
  margin-bottom: 25px;
}

.contact-info a, .contact-hours a {
  color: #588157;
  text-decoration: none;
  font-weight: bold;
}

.contact-info a:hover, .contact-hours a:hover {
  text-decoration: underline;
}

.contact-cta {
  text-align: center;
  margin-top: 30px;
}

.cta-button {
  display: inline-block;
  background-color: #3a5a40;
  color: white;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  font-size: 1.1rem;
  transition: background-color 0.3s;
}

.cta-button:hover {
  background-color: #2d4330;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
  
  .contact-us-section h2 {
    font-size: 1.8rem;
  }
  
  .contact-info, .contact-hours {
    padding: 25px;
  }
}/* End custom CSS */