.elementor-1002 .elementor-element.elementor-element-ef8a3d5{--display:flex;}.elementor-1002 .elementor-element.elementor-element-0ca224f{--display:flex;}.elementor-1002 .elementor-element.elementor-element-ab0d656{--display:flex;}.elementor-1002 .elementor-element.elementor-element-555c07c{--display:flex;}.elementor-1002 .elementor-element.elementor-element-19a0668{--display:flex;}.elementor-1002 .elementor-element.elementor-element-bfc4c21{--display:flex;}.elementor-1002 .elementor-element.elementor-element-9bf2296{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8403579 *//* General Service Section Styles */
#raccoon-removal-intro {
  padding: 80px 20px;
  background-color: #f9fafc; /* Light background color */
  color: #333;
  text-align: center;
}

#raccoon-removal-intro .container {
  max-width: 1200px;
  margin: 0 auto;
}

#raccoon-removal-intro h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #333;
}

#raccoon-removal-intro p {
  font-size: 20px;
  margin-bottom: 30px;
  line-height: 1.8;
  color: #555;
}

#raccoon-removal-intro .cta-button {
  display: inline-block;
  background-color: #ff6347;
  color: #fff;
  padding: 12px 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

#raccoon-removal-intro .cta-button:hover {
  background-color: #e53e3e;
}

/* Responsive Styles */
@media (max-width: 768px) {
  #raccoon-removal-intro h1 {
    font-size: 32px;
  }

  #raccoon-removal-intro p {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f983490 *//* Why Choose Us Section */
#why-choose-us {
  padding: 80px 20px;
  text-align: center;
  background: linear-gradient(135deg, #f0f4f7 0%, #ffffff 100%);
}

#why-choose-us h2 {
  font-size: 36px;
  color: #333;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.why-choose-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.why-choose-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  width: 30%;
  margin-bottom: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.why-choose-item:hover {
  transform: translateY(-5px);
}

.why-choose-item i.icon {
  font-size: 40px;
  color: #ff6347;
  margin-bottom: 20px;
}

.why-choose-item h3 {
  font-size: 22px;
  color: #333;
  margin-bottom: 15px;
}

.why-choose-item p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

/* Responsive Styling */
@media (max-width: 992px) {
  .why-choose-item {
    width: 45%;
  }
}

@media (max-width: 768px) {
  .why-choose-item {
    width: 100%;
  }

  #why-choose-us h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7495b2c *//* Raccoon Removal Process Section */
#raccoon-removal-process {
  background-color: #f9fafc; /* Light background */
  padding: 80px 20px;
  text-align: center;
}

#raccoon-removal-process h2 {
  font-size: 36px;
  color: #333;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.process-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.process-step {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  width: 45%;
  margin-bottom: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.process-step:hover {
  transform: translateY(-5px);
}

.process-step i.icon {
  font-size: 40px;
  color: #ff6347;
  margin-bottom: 20px;
}

.process-step h3 {
  font-size: 22px;
  color: #333;
  margin-bottom: 15px;
}

.process-step p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

/* Responsive Styling */
@media (max-width: 992px) {
  .process-step {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #raccoon-removal-process h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1faf307 *//* Common Signs Section */
#raccoon-problem-signs {
  background-color: #fff;
  padding: 80px 20px;
  text-align: center;
}

#raccoon-problem-signs h2 {
  font-size: 36px;
  color: #333;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.signs-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sign-item {
  background-color: #f9fafc;
  padding: 30px;
  border-radius: 10px;
  width: 45%;
  margin-bottom: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.sign-item:hover {
  transform: translateY(-5px);
}

.sign-item i.icon {
  font-size: 40px;
  color: #ff6347;
  margin-bottom: 20px;
}

.sign-item h3 {
  font-size: 22px;
  color: #333;
  margin-bottom: 15px;
}

.sign-item p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .sign-item {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #raccoon-problem-signs h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0d9ad19 *//* Prevention Tips Section */
#raccoon-prevention-tips {
  background-color: #f9fafc;
  padding: 80px 20px;
  text-align: center;
}

#raccoon-prevention-tips h2 {
  font-size: 36px;
  color: #333;
  margin-bottom: 30px;
  text-transform: uppercase;
}

#raccoon-prevention-tips p {
  font-size: 18px;
  color: #555;
  margin-bottom: 40px;
}

/* Grid Layout for Cards */
.prevention-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Center the content */
  gap: 40px; /* Add gap between the cards */
}

.prevention-card {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  width: 30%;
  margin-bottom: 30px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.prevention-card:hover {
  transform: translateY(-5px);
}

.prevention-card i.icon {
  font-size: 40px;
  color: #ff6347;
  margin-bottom: 15px;
}

.prevention-card h3 {
  font-size: 22px;
  color: #333;
  margin-bottom: 10px;
}

.prevention-card p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

/* Responsive Styling */
@media (max-width: 992px) {
  .prevention-card {
    width: 45%;
  }
}

@media (max-width: 768px) {
  .prevention-card {
    width: 100%;
  }

  #raccoon-prevention-tips h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c73c34e *//* Customer Testimonials Section */
#customer-testimonials {
  background-color: #fff;
  padding: 80px 20px;
  text-align: center;
}

#customer-testimonials h2 {
  font-size: 36px;
  color: #333;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.testimonials-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.testimonial-item {
  background-color: #f9fafc;
  padding: 30px;
  border-radius: 10px;
  width: 30%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.testimonial-item p {
  font-size: 18px;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.6;
}

.testimonial-item h4 {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}

/* Responsive Styling */
@media (max-width: 992px) {
  .testimonial-item {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #customer-testimonials h2 {
    font-size: 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9043443 *//* Call to Action Section */
#raccoon-cta {
  background-color: #333; /* Darker, neutral background color */
  color: #fff;
  padding: 80px 20px;
  text-align: center;
}

#raccoon-cta h2 {
  font-size: 36px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#raccoon-cta p {
  font-size: 18px;
  margin-bottom: 30px;
}

/* Main CTA Button */
.cta-button {
  display: inline-block;
  background-color: #ff6347;
  color: #fff;
  padding: 12px 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  border-radius: 5px;
  margin: 10px;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #e53e3e;
}

/* Call Us Button */
.call-button {
  background-color: #4caf50; /* Green background for call button */
  color: #fff;
}

.call-button:hover {
  background-color: #388e3c;
}

/* Responsive Styles */
@media (max-width: 768px) {
  #raccoon-cta h2 {
    font-size: 28px;
  }
}/* End custom CSS */