.elementor-2158 .elementor-element.elementor-element-68a1f80{--display:flex;--overlay-opacity:0.5;}.elementor-2158 .elementor-element.elementor-element-68a1f80:not(.elementor-motion-effects-element-type-background), .elementor-2158 .elementor-element.elementor-element-68a1f80 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://teresasafetynets.com/wp-content/uploads/2025/10/IMG_20230922_120709-scaled.jpg");}.elementor-2158 .elementor-element.elementor-element-68a1f80::before, .elementor-2158 .elementor-element.elementor-element-68a1f80 > .elementor-background-video-container::before, .elementor-2158 .elementor-element.elementor-element-68a1f80 > .e-con-inner > .elementor-background-video-container::before, .elementor-2158 .elementor-element.elementor-element-68a1f80 > .elementor-background-slideshow::before, .elementor-2158 .elementor-element.elementor-element-68a1f80 > .e-con-inner > .elementor-background-slideshow::before, .elementor-2158 .elementor-element.elementor-element-68a1f80 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-2158 .elementor-element.elementor-element-a9a122d{--display:flex;}.elementor-2158 .elementor-element.elementor-element-184edc5{--display:flex;}.elementor-2158 .elementor-element.elementor-element-75c8d66{--display:flex;}.elementor-2158 .elementor-element.elementor-element-bce9ae8{--display:flex;}.elementor-2158 .elementor-element.elementor-element-7e77199{--display:flex;}.elementor-2158 .elementor-element.elementor-element-747c11c{--display:flex;}.elementor-2158 .elementor-element.elementor-element-db608d4{--display:flex;}.elementor-2158 .elementor-element.elementor-element-5bb1bf9{--display:flex;}.elementor-2158 .elementor-element.elementor-element-02d72a9{--display:flex;}.elementor-2158 .elementor-element.elementor-element-3e7ba61{--display:flex;}.elementor-2158 .elementor-element.elementor-element-fade8a4{--display:flex;}/* Start custom CSS for html, class: .elementor-element-069cf2e *//* HERO SECTION STYLES */
.hero-section {
  position: relative;
  color: #fff;
  padding: 80px 20px 100px;
  text-align: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: brightness(0.4);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: auto;
}

.hero-section h1 {
  font-size: 38px;
  margin-bottom: 15px;
  font-weight: 800;
  color: #ffffff;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
}

.hero-section p {
  font-size: 18px;
  color: #f2f2f2;
  margin-bottom: 25px;
  line-height: 1.5;
}

.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}

.btn {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn.primary {
  background: #0078d7;
  color: #fff;
}

.btn.whatsapp {
  background: #25D366;
  color: #fff;
}

.btn.submit {
  background: #ff6600;
  color: #fff;
  width: 100%;
}

.btn:hover {
  opacity: 0.9;
}

/* Quote Form */
.quote-form {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 10px;
  backdrop-filter: blur(5px);
  max-width: 420px;
  margin: 0 auto;
}

.quote-form h3 {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 700;
}

.quote-form input,
.quote-form select {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 6px;
  border: none;
  font-size: 15px;
}

.quote-form input::placeholder {
  color: #666;
}

.quote-form button {
  border: none;
  cursor: pointer;
  font-size: 16px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .hero-section {
    padding: 60px 20px;
  }

  .hero-section h1 {
    font-size: 26px;
  }

  .hero-section p {
    font-size: 16px;
  }

  .quote-form {
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4bbebf4 *//* PIGEON NET SERVICES SECTION */
.services-section {
  background: #f9f9f9;
  padding: 80px 20px;
  font-family: 'Segoe UI', sans-serif;
  text-align: center;
}

.services-section h2 {
  font-size: 32px;
  color: #222;
  font-weight: 800;
  margin-bottom: 10px;
}

.services-section .subtitle {
  color: #555;
  font-size: 16px;
  margin-bottom: 40px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
}

.service-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.service-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.service-card h3 {
  font-size: 20px;
  color: #222;
  margin: 15px 0 8px;
  font-weight: 700;
}

.service-card p {
  font-size: 15px;
  color: #555;
  padding: 0 15px 15px;
  line-height: 1.6;
}

.service-card .btn {
  display: inline-block;
  background: #0078d7;
  color: #fff;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.service-card .btn:hover {
  background: #005fa3;
}

/* Responsive */
@media (max-width: 768px) {
  .services-section {
    padding: 60px 15px;
  }
  .service-card img {
    height: 180px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c611a2e */.project-gallery {
  background: #fff;
  padding: 60px 20px;
  text-align: center;
  font-family: 'Segoe UI', sans-serif;
}

.project-gallery h2 {
  font-size: 2rem;
  color: #111827;
  margin-bottom: 10px;
  font-weight: 700;
}

.project-gallery p {
  color: #6b7280;
  margin-bottom: 30px;
}

.filter-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
}

.filter-btn {
  border: 1px solid #2563eb;
  background: transparent;
  color: #2563eb;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
}

.filter-btn.active,
.filter-btn:hover {
  background: #2563eb;
  color: #fff;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 25px;
  justify-content: center;
}

.gallery-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  overflow: hidden;
  transition: 0.3s;
  position: relative;
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.gallery-item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.tag {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #facc15;
  color: #111;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 6px;
}

.info {
  padding: 15px;
  text-align: left;
}

.info h3 {
  font-size: 1rem;
  color: #111;
  margin-bottom: 6px;
}

.info p {
  color: #6b7280;
  font-size: 0.9rem;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6c48be9 */.service-areas {
  background: #fff;
  padding: 60px 20px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.service-areas .container {
  max-width: 1200px;
  margin: auto;
}

.service-areas h2 {
  font-size: 36px;
  font-weight: 700;
  color: #222;
  margin-bottom: 10px;
}

.service-areas .subtitle {
  font-size: 18px;
  color: #777;
  margin-bottom: 40px;
}

.area-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
}

.area-item {
  background: #f9f9f9;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 3px 8px rgba(0,0,0,0.05);
  transition: 0.3s;
}

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

.area-item h3 {
  font-size: 18px;
  color: #111;
  margin-bottom: 12px;
  font-weight: 600;
}

.quote-btn {
  display: inline-block;
  background: #060270;
  color: #fff !important;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s;
}

.quote-btn:hover {
  background: #750D92;
}

/* ✅ Mobile View: 2 Columns */
@media (max-width: 768px) {
  .service-areas h2 {
    font-size: 28px;
  }
  .service-areas .subtitle {
    font-size: 16px;
  }

  .area-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .area-item {
    padding: 15px;
  }

  .area-item h3 {
    font-size: 15px;
  }

  .quote-btn {
    padding: 6px 10px;
    font-size: 13px;
  }
}/* End custom CSS */